@charset "utf-8";
/* CSS Document */

html {
	height: 100%;
	font-size: 62.5%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
body {
	color: #84826f;
	font-size: 1rem;
	font-family: "Roboto", "Noto", YuGothic, "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3",
		"Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
	height: 100%;
	background: #fff;
	word-wrap: break-word;
	font-weight: 500;
	-webkit-font-kerning: normal;
	font-kerning: normal;
}
.hover-shit {
	pointer-events: none;
}
/*
::selection {
	color:#FFF;
	background: #00CCF2;*/ /* Safari 
}
*/
/*
::-moz-selection {
	color:#FFF;
	background:#00CCF2; */ /* Firefox 
}

*/
/******************************************************************************

  MAIN LAYOUT

*******************************************************************************/
#overflow-wrapper {
	width: 100%;
	height: 100%;
	/*overflow: hidden;*/
}
#wrapper {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	position: relative;
	/*overflow: hidden;*/
	-webkit-transition: margin-left 0.6s cubic-bezier(0.74, 0, 0.32, 1);
	transition: margin-left 0.6s cubic-bezier(0.74, 0, 0.32, 1);
}
.activate-nav-sp #wrapper {
	margin-left: -150px;
}

/******************************************************************************

  LOADER

*******************************************************************************/
#loader {
	width: 100%;
	height: 100%;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100001;
	text-align: center;
}
.loading_anim::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	border: 1px solid rgba(131, 129, 112, 0.6);
	border-radius: 50%;
	content: "";
	margin-top: -30px;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-top-color: #f3f3f3;
	border-right-color: #f3f3f3;
	-webkit-animation: rotation 1.4s linear infinite;
	animation: rotation 1.4s linear infinite;
}
@keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@-webkit-keyframes rotation {
	0% {
		-webkit-transform: rotate(0deg);
	}
	50% {
		-webkit-transform: rotate(180deg);
	}
	100% {
		-webkit-transform: rotate(360deg);
	}
}

/******************************************************************************

 * HEADER

*******************************************************************************/

#header-common {
	width: 100%;
	height: 70px;
	position: fixed;
	z-index: 5000;
	top: -70px;
	left: 0px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: top 0.8s ease;
	transition: top 0.8s ease;
}
.comp #header-common {
	top: 0px;
	left: 0px;
}
.page-index #header-common {
	background-color: transparent;
}
#header-common .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(255, 255, 255, 1);
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.page-index #header-common .bg,
.page-finish #header-common .bg {
	opacity: 0;
}
.page-index #header-common.active .bg,
.page-finish #header-common.active .bg {
	opacity: 1;
}
#header-common.container {
	max-width: 100% !important;
}
#header-common .header-box {
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page-index #header-common .header-box,
.page-finish #header-common .header-box {
	border-bottom: rgba(131, 129, 112, 0) solid 1px;
}
.page-index #header-common.active .header-box,
.page-finish #header-common.active .header-box {
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
}
#header-common .header-box:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#header-common #header-logo {
	width: 158px;
	margin-top: 28px;
	float: left;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#header-common #header-logo img {
	max-width: 100%;
	height: auto;
}
#header-common #header-logo img.logo_w {
	display: none;
}
#header-common #header-logo img.logo_g {
	display: block;
}
.page-index #header-common #header-logo img.logo_w {
	display: block;
}
.page-index #header-common.active #header-logo img.logo_w {
	display: none;
}
.page-index #header-common #header-logo img.logo_g {
	display: none;
}
.page-index #header-common.active #header-logo img.logo_g {
	display: block;
}

/* gnavi */
#header-common .gnavi {
	float: right;
	position: relative;
	z-index: 1;
}
#header-common .gnavi ul li.navi-menu {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 500;
	position: relative;
	padding: 0px;
	line-height: 70px;
	margin-left: 30px;
}
#header-common .gnavi ul li.navi-menu > a {
	display: inline-block;
	color: #888;
}
.page-index #header-common .gnavi ul li.navi-menu > a {
	color: #fff;
}
.page-index #header-common.active .gnavi ul li.navi-menu > a {
	color: #84826f;
}
.page-index #header-common.active #header-logo img.logo_g {
	display: block;
}

.navi-menu {
	letter-spacing: 0;
	display: inline-block;
}
.navi-menu > a {
	position: relative;
	text-decoration: none;
	color: 888;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.navi-menu a.active,
#header-common .gnavi ul li.navi-menu a:hover {
	opacity: 0.5;
}
.page-index #header-common .navi-menu a.active,
.page-index #header-common .gnavi ul li.navi-menu a:hover {
	opacity: 0.5;
}
.page-index #header-common.active .navi-menu a.active,
.page-index #header-common.active .gnavi ul li.navi-menu a:hover {
	opacity: 0.5;
}
.page-index #header-common.active .navi-menu > a:after {
	border-top: 1px solid #84826f;
}
.navi-menu.current > a:after {
	display: block !important;
	opacity: 1;
}

/******************************************************************************

 * FOOTER

*******************************************************************************/

.pagetop {
	font-size: 24px;
	font-size: 2.4rem;
	text-align: center;
}
#footer {
	background: #fff;
	text-align: center;
	border-top: #84826f solid 1px;
	padding: 50px 0px 40px 0px;
	margin: 0 40px;
}
#footer .footer-logo {
	text-align: center;
}
#footer .footer-logo img {
	width: 100px;
	height: auto;
}
#footer .fnavi {
	padding-top: 50px;
}
#footer .fnavi li {
	display: inline-block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 20px;
	border-right: #84826f solid 1px;
}
#footer .fnavi li a {
	display: block;
	font-weight: 400;
	text-decoration: none;
	padding: 0px 20px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#footer .fnavi li a:hover {
	color: #fff;
	text-decoration: none;
	background: #aaa999;
}
#footer .copyright {
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0.05em;
	padding-top: 20px;
}

/******************************************************************************

 * COMMON ELEMENT

*******************************************************************************/

/* ICON */
.icon {
	display: inline-block;
	/*cursor: pointer;*/
	border-radius: 50%;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
}
.icon:hover {
	text-decoration: none;
}
.iconeffectR:hover .icon:before {
	-webkit-animation: toRightFromLeft 0.3s forwards;
	animation: toRightFromLeft 0.3s forwards;
}
.iconeffectL:hover .icon:before {
	-webkit-animation: toLeftFromRight 0.3s forwards;
	animation: toLeftFromRight 0.3s forwards;
}
.iconeffectD:hover .icon:before {
	-webkit-animation: toDownFromUp 0.3s forwards;
	animation: toDownFromUp 0.3s forwards;
}
.iconeffectU:hover .icon:before {
	-webkit-animation: toUpFromDown 0.3s forwards;
	animation: toUpFromDown 0.3s forwards;
}
@-webkit-keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toRightFromLeft {
	49% {
		-webkit-transform: translate(100%);
		transform: translate(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toLeftFromRight {
	49% {
		-webkit-transform: translate(-100%);
		transform: translate(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translate(100%);
		transform: translate(100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toDownFromUp {
	49% {
		-webkit-transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toDownFromUp {
	49% {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	51% {
		opacity: 1;
	}
}
@-webkit-keyframes toUpFromDown {
	49% {
		-webkit-transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
@keyframes toUpFromDown {
	49% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}

/******************************************************************************

 * INDEX
 
*******************************************************************************/
#about,
#howto,
#shop,
#aboutataroma {
	margin-top: -70px;
	padding-top: 70px;
}

#sec-vis {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 100;
}
#sec-vis .vis-content {
	width: 620px;
	color: #84826f;
	text-align: center;
	margin-top: -200px;
	margin-left: -310px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 100;
}
#sec-vis .vis-content .vis-catch {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-left: 0.025em;
	line-height: 1.5;
	padding-bottom: 10px;
}
#sec-vis .vis-content .vis-logo {
	width: 470px;
	padding-bottom: 45px;
	margin: 0 auto;
}
#sec-vis .vis-content .vis-logo img {
	width: 100%;
	height: auto;
}
#sec-vis .vis-content .vis-lead {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-left: 0.08em;
	line-height: 2;
	padding-bottom: 50px;
}
.try-btn {
	width: 125px;
	height: 125px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
.try-btn a {
	width: 100%;
	height: 100%;
	color: #65624b;
	text-align: center;
	border-radius: 125px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	position: absolute;
	background-color: #c9c8b5;
	display: table;
}
.try-btn a:hover {
	color: #fff;
	background-color: #84826f;
}
.try-btn a .txt {
	font-size: 32px;
	font-size: 3.2rem;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	display: table-cell;
	vertical-align: middle;
}
.scroll-down {
	width: 100px;
	font-size: 54px;
	font-size: 5.4rem;
	line-height: 1;
	margin-left: -50px;
	position: absolute;
	bottom: 24px;
	text-align: center;
	left: 50%;
	z-index: 100;
	-webkit-animation: updown 1.5s linear infinite;
	animation: updown 1.5s linear infinite;
}
@-webkit-keyframes updown {
	0% {
		-webkit-transform: translateY(-7px);
	}
	50% {
		-webkit-transform: translateY(7px);
	}
	100% {
		-webkit-transform: translateY(-7px);
	}
}
@keyframes updown {
	0% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
	50% {
		-webkit-transform: translateY(7px);
		transform: translateY(7px);
	}
	100% {
		-webkit-transform: translateY(-7px);
		transform: translateY(-7px);
	}
}
.scroll-down img {
	width: 100%;
	height: auto;
}
.bg-arrow {
	width: 100%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background: url(../images/common/bg_arrow_w.png) no-repeat center bottom;
}

#sec-vis {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#sec-vis .vis {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
#sec-vis .vis-img {
	position: absolute;
	z-index: 0;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: transform 5s linear;
	-webkit-transition: -webkit-transform 5s linear;
	transition: -webkit-transform 5s linear;
	transition: transform 5s linear;
	transition: transform 5s linear, -webkit-transform 5s linear;
}
.comp #sec-vis .vis-img {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sec {
	background-color: #fff;
	position: relative;
	margin: 0 40px;
}
.page-index .sec-ttl {
	max-width: 300px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-top: 120px;
	padding-bottom: 65px;
}
.page-index .sec-ttl img {
	width: 100%;
	height: auto;
}
#sec-about {
	position: relative;
	text-align: center;
	z-index: 90;
	overflow: hidden;
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
	padding-bottom: 190px;
}
#sec-about p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.4;
}

#sec-oil .container {
	max-width: 1680px;
}

#sec-oil {
	padding-bottom: 120px;
	z-index: 80;
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
}

#sec-oil .sec-ttl {
	max-width: 399px;
}
@media (max-width: 767px) {
	#sec-oil .sec-ttl {
		max-width: 265px;
	}
}
element.style {
	pointer-events: none;
}
@media (max-width: 767px) {
	#sec-oil .blend-body .oil-list li {
		width: 33.333%;
	}
	#sec-oil {
		padding-bottom: 60px;
	}
}
#sec-recipe {
	padding-bottom: 120px;
	z-index: 80;
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
}

#sec-recipe .container {
	max-width: 900px;
}
#sec-recipe .row {
	display: flex;
	flex: 0 1 auto;
	flex-wrap: wrap;
}
#sec-recipe li {
	padding: 0 25px;
	-ms-flex-preferred-size: 33.333%;
	flex-basis: 33.333%;
	max-width: 33.333%;
	margin-bottom: 50px;
}
@media (max-width: 767px) {
	#sec-recipe .row {
		padding: 0 15px;
	}
	#sec-recipe {
		padding-bottom: 60px;
	}
	#sec-recipe li {
		padding: 0 10px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
		margin-bottom: 30px;
	}
}
#sec-recipe .row img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.js-copybtn {
	background-color: transparent;
	padding: 0;
	border: none;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1;
	position: relative;
	cursor: pointer;
	display: table;
	margin: 30px auto 0;
	border-top: 1px solid #84826f;
	border-bottom: 1px solid #84826f;
	line-height: 60px;
	padding: 0 100px;
}
@media (max-width: 767px) {
	.js-copybtn {
		font-size: 12px;
		font-size: 1.2rem;
		font-weight: 500;
		line-height: 50px;
		letter-spacing: 0.2em;
		margin-top: 20px;
	}
}

.js-copyalert {
	position: absolute;
	top: 0%;
	left: 0;
	transform: 0%;
	width: 100%;
	height: 100%;
	background: #AAA999;
}
.js-copyalert:after {
	position: absolute;
	top: 0%;
	left: 0;
	content: "レシピNO.をコピーする";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#sec-howto {
	padding-bottom: 190px;
	z-index: 81;
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
}
#sec-howto .container {
	max-width: 1680px;
}
#sec-howto .sec-ttl {
	padding-top: 100px;
	padding-bottom: 100px;
}
#sec-howto .steps {
	margin-left: -30px;
	margin-right: -30px;
}
#sec-howto .steps .step {
	width: 20%;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	text-align: center;
	position: relative;
}
#sec-howto .steps .step .arrow-right {
	font-size: 42px;
	font-size: 4.2rem;
	position: absolute;
	top: 34px;
	right: -30px;
	line-height: 1;
}
#sec-howto .steps .step .arrow-right img {
	width: 100%;
	height: auto;
}
#sec-howto .steps .step .img img {
	width: 100%;
	height: auto;
}
#sec-howto .steps .step .txt {
	border-top: rgba(131, 129, 112, 1) solid 1px;
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
	padding: 20px 0;
}
#sec-howto .steps .step .txt dt {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
	padding-bottom: 18px;
}
#sec-howto .steps .step .txt dd {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: left;
}
#sec-shop {
	padding-bottom: 0px;
	z-index: 70;
}
#sec-shop .container {
	max-width: 1080px;
}
#sec-shop .sec-ttl {
	padding-top: 100px;
	padding-bottom: 70px;
}
#sec-shop .description {
	margin-bottom: 25px;
}
#sec-shop .mark {
	font-size: 12px;
	font-size: 1.2rem;
	color: #fff;
	font-weight: 700;
	text-align: center;
}
#sec-shop .mark-qr {
	background-color: #c9c7b5;
	color: #65624b;
}
#sec-shop .mark-buy {
	background-color: #84816f;
	color: #fff;
}
#sec-shop .description li {
	padding-bottom: 20px;
}
#sec-shop .description li .mark {
	width: 220px;
	height: 40px;
	float: left;
	line-height: 40px;
}
#sec-shop .description li p {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.6;
	margin-left: 240px;
}
#sec-shop .shop-box {
	padding-bottom: 15px;
}
#sec-shop .shop-box h3 {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
	padding-bottom: 15px;
	border-bottom: 1px solid #84816f;
}
#sec-shop .shop-box .shop-info {
	border-bottom: 1px solid #84816f;
	padding: 36px 0px 36px;
}
#sec-shop .shop-box .shop-info .name h4 {
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.1;
	padding-bottom: 20px;
}
#sec-shop .shop-box .shop-info .name h4 span {
	font-size: 20px;
	font-size: 2rem;
	font-weight: 400;
	line-height: 1.5;
	display: block;
}
#sec-shop .shop-box .shop-info .name h4 img {
	width: 100%;
	max-width: 220px;
	height: auto;
}
#sec-shop .shop-box .shop-info .name .mark {
	/*
	width:200px;
	height:38px;
	float:left;
	line-height:38px;
	border-radius: 38px;
	*/
	width: 100%;
	max-width: 220px;
	height: 40px;
	float: left;
	line-height: 40px;
	display: block;
}
#sec-shop .shop-box .shop-info .location .address {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}
#sec-shop .shop-box .shop-info .location .access {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6;
	padding-top: 10px;
}
#sec-shop .shop-box .shop-info .location .url {
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.6;
	padding-top: 10px;
}
#sec-shop .shop-box .shop-info .location .hour {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.6;
	padding-top: 10px;
}
#sec-shop .shop-box .shop-info .location .contact {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 24px;
	padding-top: 10px;
}
#sec-shop .shop-box .shop-info .location .contact li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}
#sec-shop .shop-box .shop-info .location .contact li a {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sec-shop .shop-box .shop-info .location .contact li a:hover {
	opacity: 0.5;
}
#sec-shop .shop-box .shop-info .location .contact span {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: normal;
	margin-right: 3px;
	vertical-align: middle;
}
#sec-shop .shop-box .shop-info .btn:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#sec-shop .shop-box .shop-info .btn a {
	width: 180px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	height: 60px;
	line-height: 60px;
	display: block;
	border-top: #84826f solid 1px;
	border-bottom: #84826f solid 1px;
	position: relative;
	text-align: center;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	float: right;
}
#sec-shop .shop-box .shop-info .btn a .icon {
	font-size: 30px;
	font-size: 3rem;
	position: absolute;
	right: -8px;
}
#sec-shop .shop-box .shop-info .btn a:hover {
	color: #fff;
	background-color: #aaa999;
}

#sec-shop .shop-box.pop-up .shop-info:last-child {
	border-bottom: none;
}
#sec-try {
	padding-bottom: 120px;
}
#sec-try .sec-ttl {
	max-width: 420px;
	padding-top: 110px;
	padding-bottom: 50px;
}
#sec-try .sec-ttl img {
	width: 100%;
	height: auto;
}
#sec-try .try-btn {
}

#sec-try .description {
	font-size: 18px;
	font-size: 1.8rem;
	text-align: center;
	padding-top: 35px;
}

#sec-aboutataroma {
	position: relative;
	text-align: center;
	z-index: 90;
	overflow: hidden;
	border-bottom: rgba(131, 129, 112, 1) solid 1px;
	padding-bottom: 190px;
}

#sec-aboutataroma .box {
	max-width: 800px;
	margin: 0 auto;
}

#sec-aboutataroma h3 {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: 500;
	line-height: 1.2;
	padding-bottom: 25px;
}

#sec-aboutataroma p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.4;
}

/******************************************************************************

 * SP ELEMENT

*******************************************************************************/
#header-sp {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 5000;
	display: none;
}
#header-sp .header-sp-box {
	background: #fff;
	width: 100%;
	height: 60px;
	position: absolute;
	top: 0;
	z-index: 2000;
	display: block;
	border-bottom: solid 1px #84826f;
}
#header-sp #header-logo-sp {
	width: 160px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
#header-sp #header-logo-sp img {
	width: 100%;
	height: auto;
}

/* navigation */
#header-sp .toggle-nav-sp {
	display: block;
	width: 24px;
	height: 18px;
	position: absolute;
	right: 20px;
	top: 21px;
}
#header-sp .toggle-nav-sp span {
	display: block;
	width: 18px;
	height: 2px;
	background: #84826f;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	position: absolute;
	left: 0;
}
#header-sp .toggle-nav-sp:hover span {
	width: 22px;
}
#header-sp .toggle-nav-sp span.first {
	top: 0px;
}
#header-sp .toggle-nav-sp span.second {
	top: 6px;
}
#header-sp .toggle-nav-sp span.third {
	top: 12px;
}
.activate-nav-sp #header-sp .toggle-nav-sp span {
	width: 22px;
}
.activate-nav-sp #header-sp .toggle-nav-sp span.first {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}
.activate-nav-sp #header-sp .toggle-nav-sp span.second {
	opacity: 0;
}
.activate-nav-sp #header-sp .toggle-nav-sp span.third {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 8px;
}
#nav-sp {
	width: 280px;
	height: 100%;
	position: fixed;
	z-index: 1999;
	right: -280px;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.6s cubic-bezier(0.74, 0, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.74, 0, 0.32, 1);
}
.activate-nav-sp #nav-sp {
	right: 0px;
}
#nav-sp .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	background-color: rgba(255, 255, 255, 1);
}
#nav-sp .gnavi {
	width: 100%;
	margin-top: 60px;
	text-align: center;
	z-index: 10;
}
#nav-sp .gnavi ul {
	text-align: center;
	margin-bottom: 20px;
}
#nav-sp .gnavi ul:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
#nav-sp .gnavi li.navi-logo img {
	width: 40px;
	height: 40px;
	margin-bottom: 20px;
}
#nav-sp .gnavi li.navi-menu {
	width: 100%;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 700;
	display: block;
}

#nav-sp .gnavi li.button-login {
	width: 100%;
	clear: both;
}

#nav-sp .gnavi li.button-login .icon-login {
	margin-right: 10px;
}

#nav-sp .gnavi li.navi-menu:nth-child(even) {
	border-bottom: 1px solid #eee;
}

#nav-sp .gnavi li.navi-menu:nth-child(odd) {
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
}

#nav-sp .navi-menu > a {
	/*display:inline-block;*/
	display: block;
	height: 60px;
	line-height: 60px;
}
#nav-sp .navi-menu > a:hover {
	background: #f5f5f5;
}
#nav-sp .navi-menu.current > a {
	background: #f5f5f5;
}
#nav-sp .navi-menu > a:after {
	display: none !important;
	width: 100%;
	border-top: 5px solid #333;
	bottom: 14px;
}

#nav-sp .header-sns {
	text-align: center;
	padding-top: 25px;
}
#nav-sp .header-sns .icon-sns {
	width: 30px;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	margin-left: 10px;
}
#nav-sp .header-sns .icon-sns:first-child {
	margin-left: 0px;
}
#nav-sp .header-sns .icon-sns .icon {
	width: 30px;
	height: 30px;
	color: #444;
	line-height: 30px;
}
#nav-sp.active .header-sns .icon-sns .icon {
	color: #444;
}
#nav-sp .header-sns .icon-sns .icon:hover {
	color: #fff;
	border: none;
}
#nav-sp .try-btn {
	width: 90px;
	height: 90px;
}
#nav-sp .try-btn a {
	border-radius: 45px;
}
#nav-sp .try-btn a .txt {
	font-size: 26px;
	font-size: 2.6rem;
}
#sp-overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	visibility: hidden;
	z-index: 1000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.6s cubic-bezier(0.74, 0, 0.32, 1);
	transition: all 0.6s cubic-bezier(0.74, 0, 0.32, 1);
}

.activate-nav-sp #sp-overlay {
	display: block;
	visibility: visible;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

/******************************************************************************

 * RESPONSIVE

*******************************************************************************/

@media (max-width: 1599px) {
}
@media (max-width: 1279px) {
}
@media (max-width: 979px) {
	#wrapper {
		/*margin-top:60px;*/
	}
	#header-common {
		display: none;
	}
	#header-sp {
		display: block;
	}
	.sec {
		margin: 0 30px;
	}
	#footer {
		padding: 40px 0px 20px 0px;
		margin: 0 30px;
	}
	#footer .footer-logo img {
	}
	#footer .fnavi {
		padding-top: 30px;
	}
	#footer .fnavi li {
		font-size: 1rem;
	}
	#footer .copyright {
		font-size: 1rem;
		padding-top: 20px;
	}
	.scroll-down {
		font-size: 4.2rem;
	}
	.try-btn a {
		transition: none;
		-webkit-transition: none;
	}
	#sp-overlay {
		display: block;
	}
	#about,
	#howto,
	#shop,
	#oil,
	#aboutataroma {
		margin-top: -60px;
		padding-top: 60px;
	}
	#sec-about .container {
		padding-left: 40px;
		padding-right: 40px;
	}
	#sec-about {
		padding-bottom: 120px;
	}
	#sec-about h1 {
		max-width: 500px;
	}
	.page-index .sec-ttl {
		max-width: 260px;
		padding-top: 80px;
		padding-bottom: 50px;
	}
	#sec-howto {
		padding-bottom: 90px;
	}
	#sec-howto .container {
		padding-left: 40px;
		padding-right: 40px;
	}
	#sec-howto .sec-ttl {
		padding-top: 80px;
		padding-bottom: 70px;
	}
	#sec-howto .steps .step {
		width: 33.3333333333%;
		padding-bottom: 40px;
	}
	#sec-shop .container {
		padding-left: 40px;
		padding-right: 40px;
	}
	#sec-shop .sec-ttl {
		padding-bottom: 70px;
	}
	#sec-shop .description li .mark {
		width: 100%;
		height: 40px;
		float: none;
		line-height: 40px;
		margin-bottom: 10px;
	}
	#sec-shop .description li p {
		margin-left: 0px;
	}
	#sec-shop .shop-box {
		padding-bottom: 40px;
	}
	#sec-shop .shop-box .shop-info {
		padding: 30px 0;
	}
	#sec-shop .shop-box .shop-info .name .mark {
		margin-bottom: 20px;
	}
	#sec-try {
		padding-bottom: 90px;
	}
	#sec-try .sec-ttl {
		max-width: 420px;
		padding-top: 75px;
		padding-bottom: 50px;
	}
	#sec-try .sec-ttl img {
		width: 100%;
		height: auto;
	}
	#sec-try .try-btn {
	}

	#sec-try .description {
		font-size: 18px;
		font-size: 1.8rem;
		text-align: center;
		padding-top: 35px;
	}
	#sec-aboutataroma {
		padding-bottom: 120px;
	}
	/* ダブルタップ処理   */
	.iconeffectR:hover .icon:before {
		-webkit-animation: none;
		animation: none;
	}
	.iconeffectL:hover .icon:before {
		-webkit-animation: none;
		animation: none;
	}
	.iconeffectD:hover .icon:before {
		-webkit-animation: none;
		animation: none;
	}
	.iconeffectU:hover .icon:before {
		-webkit-animation: none;
		animation: none;
	}
}
@media (max-width: 767px) {
	.sec {
		margin: 0 0px;
	}
	#footer {
		margin: 0;
		/*margin:0 20px;*/
	}
	#footer .footer-logo img {
		width: 80px;
		height: auto;
	}
	#footer .fnavi {
		padding-top: 30px;
	}
	#footer .fnavi li {
		display: block;
		margin: 0px 0px 5px;
		border: none;
	}
	#sec-vis .vis-content {
		width: 100%;
		margin-top: -140px;
		margin-left: 0px;
		left: 0;
	}
	#sec-vis .vis-content .vis-catch {
		font-size: 1.4rem;
		padding-bottom: 8px;
	}
	#sec-vis .vis-content .vis-logo {
		width: 240px;
		padding-bottom: 25px;
	}
	#sec-vis .vis-content .vis-lead {
		font-size: 1.2rem;
		padding-bottom: 25px;
	}
	.try-btn {
		width: 80px;
		height: 80px;
	}
	.try-btn a {
		border-radius: 40px;
	}
	.try-btn a .txt {
		font-size: 2.4rem;
	}
	.scroll-down {
		font-size: 3.6rem;
		bottom: 15px;
	}
	.page-index .sec-ttl {
		max-width: 200px;
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#sec-about {
		padding-bottom: 80px;
	}
	#sec-about .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sec-about p {
		font-size: 1.2rem;
		text-align: left;
	}
	#sec-about .img img {
		max-width: 150px;
	}
	#sec-howto {
		padding-bottom: 60px;
	}
	#sec-howto .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sec-howto .sec-ttl {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#sec-howto .steps {
		margin-left: -10px;
		margin-right: -10px;
	}
	#sec-howto .steps .step {
		width: 50%;
		padding-left: 10px;
		padding-right: 10px;
	}
	#sec-howto .steps .step .arrow-right {
		font-size: 2.4rem;
		top: 26px;
		right: -15px;
	}
	#sec-howto .steps .step .txt dt {
		font-size: 1.3rem;
		padding-bottom: 10px;
	}
	#sec-howto .steps .step .txt dd {
		font-size: 12px;
		font-size: 1.2rem;
	}
	#sec-shop {
		padding-bottom: 0px;
	}
	#sec-shop .container {
		padding-left: 20px;
		padding-right: 20px;
	}
	#sec-shop .sec-ttl {
		padding-top: 60px;
		padding-bottom: 40px;
	}
	#sec-shop .description li .mark {
		height: 30px;
		line-height: 30px;
	}
	#sec-shop .shop-box h3 {
		padding-bottom: 10px;
	}
	#sec-shop .shop-box .shop-info {
		border: none;
		padding: 25px 0px 10px;
	}
	#sec-shop .shop-box .shop-info .name h4 {
		padding-bottom: 15px;
	}
	#sec-shop .shop-box .shop-info .name h4 img {
		width: 180px;
		height: auto;
	}
	#sec-shop .shop-box .shop-info .name .mark {
		max-width: 100%;
		width: 100%;
		height: 30px;
		margin-bottom: 15px;
		line-height: 30px;
	}
	#sec-shop .shop-box .shop-info .location .address {
		padding-bottom: 5px;
	}
	#sec-shop .shop-box .shop-info .location .access {
		padding-bottom: 5px;
	}
	#sec-shop .shop-box .shop-info .location .hour {
		font-size: 1.2rem;
		padding-bottom: 5px;
	}
	#sec-shop .shop-box .shop-info .location .contact {
		padding-bottom: 10px;
	}
	#sec-shop .shop-box.pop-up .shop-info .location .hour {
		padding-bottom: 10px;
	}
	#sec-shop .shop-box .shop-info .location .contact {
		font-size: 1.6rem;
		padding-top: 5px;
	}
	#sec-shop .shop-box .shop-info .location .contact span {
		font-size: 1.8rem;
	}
	#sec-shop .shop-box .shop-info .btn a {
		width: 100%;
		font-size: 1.4rem;
		height: 40px;
		line-height: 40px;
		background-color: #fff;
		-webkit-transition: all 0.3s ease;
		transition: all 0.3s ease;
		float: right;
	}
	#sec-try {
		padding-bottom: 60px;
	}
	#sec-try .sec-ttl {
		max-width: 270px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#sec-try .description {
		font-size: 1.4rem;
		text-align: center;
		padding-top: 25px;
	}
	#sec-aboutataroma h3 {
		font-size: 22px;
		font-size: 2.2rem;
		font-weight: 500;
		line-height: 1.2;
		padding-bottom: 25px;
	}
	#sec-aboutataroma {
		padding-bottom: 80px;
	}
	#sec-aboutataroma h3 {
		font-size: 1.6rem;
		padding-bottom: 15px;
	}
	#sec-aboutataroma p {
		font-size: 1.2rem;
		text-align: left;
	}
}

/* ==========================================================================
Waypoints
========================================================================== */
.wp1,
.wp2,
.wp3,
.wp4,
.wp5,
.wp6 {
	visibility: hidden;
}
.fadeIn,
.fadeInUp,
.fadeInUpDelay,
.fadeInDown,
.fadeInUpD,
.fadeInLeft,
.fadeInRight {
	visibility: visible;
}
.delay-05s {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.delay-07s {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}
.delay-1s {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.delay-15s {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.delay-2s {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
.delay-25s {
	-webkit-animation-delay: 2.5s;
	animation-delay: 2.5s;
}

#maintenance {
	text-align: center;
	padding: 200px 40px 100px;
}

#maintenance h2 {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	padding-bottom: 30px;
}
#maintenance p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	padding-bottom: 20px;
}
#maintenance p.small {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 400;
	padding-bottom: 40px;
}

@media (max-width: 979px) {
}
@media (max-width: 767px) {
	#maintenance h2 {
		font-size: 2rem;
		padding-bottom: 30px;
	}
	#maintenance p {
		font-size: 1.4rem;
		padding-bottom: 20px;
	}
	#maintenance p.small {
		font-size: 1.2rem;
	}
}

/******************************************************************************

  USA

*******************************************************************************/
.us #sec-buy .btn a {
	font-size: 13px;
	font-size: 1.3rem;
}

.us .js-copyalert:after {
	position: absolute;
	top: 0%;
	left: 0;
	content: "Copy";
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}