﻿@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
	font-family:"游明朝","YuMincho","ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
	width:100%;
	font-size: 1.4rem;
	line-height: 1.6;
	color: #1c1c1c;
	position:relative;
	background:#1c1c1c;
	color:#FFF;
}
.pc{display:none!important;}
.sp{display:block;}
img{
	width:100%;
	height:auto;
}
.t-center{
	text-align:center;
}
.t-left{
	text-align:left;
}
.t-right{
	text-align:right;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rl{
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
.none{
	display:none;
}
#to-top{
	position:fixed;
	right:0;
	bottom:0;
	z-index:999;
}
#to-top.to-top-foot{
	position:absolute;
	top:25px;
	right:0;
}

.logo{
	width:24.888%;
	height:auto;
	position:absolute;
	right:0;
	z-index:998;
}
nav{
	width:90.112%;
	position:fixed;
	top:25px;
	left:2%;
	color:#FFF;
	z-index:999;
}
nav ul{
	position:relative;
}
.menu-btn{
	width:32px;
	height:32px;
	font-size:0;
	background:url(/cms/marutaka/images/common/close.png)no-repeat;
	padding:0;
	cursor:pointer;
}
.menu-btn.close{
	width:50px;
	padding:2px 10px 0;
	background:url(/cms/marutaka/images/common/menu-btn.png)no-repeat;
}
nav .menu{
	width:82%;
	height:190px;
	position:absolute;
	top:0;
	right:0;
}
nav .menu li{
	margin:0 3px;
	position:absolute;
}
.menu li:nth-child(1){
	right:1%;
}
.menu li:nth-child(2){
	right:13%;
}
.menu li:nth-child(3){
	right:25%;
}
.menu li:nth-child(4){
	right:37%;
}
.menu li:nth-child(5){
	right:49%;
}
.menu li:nth-child(6){
	right:61%;
}
.menu li:nth-child(7){
	right:73%;
}
.menu li:nth-child(8){
	right:85%;
}
.menu li:nth-child(9){
	right:97%;
}

nav .menu li a{
	color:#FFF;
	padding:8px 6px;
	background:#1c1c1c;
}
nav .menu li:last-child a{
	background:none;
	padding:0 ;
}
nav .menu li a:hover{
	opacity:0.7;
}
.active li:nth-child(10) {
	animation:active 0.15s ease-in-out 0s forwards;
	-webkit-animation:active 0.15s ease-in-out 0s forwards;
}
.active li:nth-child(9) {
	animation:active 0.3s ease-in-out 0s forwards;
	-webkit-animation:active 0.3s ease-in-out 0s forwards;
}
.active li:nth-child(8){
	animation:active 0.45s ease-in-out 0s forwards;
	-webkit-animation:active 0.45s ease-in-out 0s forwards;
}
.active li:nth-child(7){
	animation:active 0.6s ease-in-out 0s forwards;
	-webkit-animation:active 0.6s ease-in-out 0s forwards;
}
.active li:nth-child(6){
	animation:active 0.75s ease-in-out 0s forwards;
	-webkit-animation:active 0.75s ease-in-out 0s forwards;
}
.active li:nth-child(5){
	animation:active 0.9s ease-in-out 0s forwards;
	-webkit-animation:active 0.9s ease-in-out 0s forwards;
}
.active li:nth-child(4){
	animation:active 1.05s ease-in-out 0s forwards;
	-webkit-animation:active 1.05s ease-in-out 0s forwards;
}
.active li:nth-child(3){
	animation:active 1.2s ease-in-out 0s forwards;
	-webkit-animation:active 1.2s ease-in-out 0s forwards;
}
.active li:nth-child(2){
	animation:active 1.35s ease-in-out 0s forwards;
	-webkit-animation:active 1.35s ease-in-out 0s forwards;
}
.active li:nth-child(1){
	animation:active 1.5s ease-in-out 0s forwards;
	-webkit-animation:active 1.5s ease-in-out 0s forwards;
}
@keyframes active {
	0% { -webkit-transform: translateY(-200px); opacity:0; }
	100% { -webkit-transform: translateY(0); opacity:1; }
}
.out li:nth-child(1) {
	animation:out 0.15s ease-in-out 0s forwards;
	-webkit-animation:out 0.15s ease-in-out 0s forwards;
}
.out li:nth-child(2) {
	animation:out 0.3s ease-in-out 0s forwards;
	-webkit-animation:out 0.3s ease-in-out 0s forwards;
}
.out li:nth-child(3) {
	animation:out 0.45s ease-in-out 0s forwards;
	-webkit-animation:out 0.45s ease-in-out 0s forwards;
}
.out li:nth-child(4) {
	animation:out 0.6s ease-in-out 0s forwards;
	-webkit-animation:out 0.6s ease-in-out 0s forwards;
}
.out li:nth-child(5) {
	animation:out 0.75s ease-in-out 0s forwards;
	-webkit-animation:out 0.75s ease-in-out 0s forwards;
}
.out li:nth-child(6) {
	animation:out 0.9s ease-in-out 0s forwards;
	-webkit-animation:out 0.9s ease-in-out 0s forwards;
}
.out li:nth-child(7) {
	animation:out 1.05s ease-in-out 0s forwards;
	-webkit-animation:out 1.05s ease-in-out 0s forwards;
}
.out li:nth-child(8) {
	animation:out 1.2s ease-in-out 0s forwards;
	-webkit-animation:out 1.2s ease-in-out 0s forwards;
}
.out li:nth-child(9) {
	animation:out 1.35s ease-in-out 0s forwards;
	-webkit-animation:out 1.35s ease-in-out 0s forwards;
}
.out li:nth-child(9) {
	animation:out 1.5s ease-in-out 0s forwards;
	-webkit-animation:out 1.5s ease-in-out 0s forwards;
}
@keyframes out {
	0% { -webkit-transform: translateY(0px); opacity:1; }
	100% { -webkit-transform: translateY(-200px); opacity:0; }
}
@keyframes dropPanel{
	0%{ top: -100px; }
	100%{ top: 0; }
}
.visual{
	width:100%;
	position:relative;
	z-index:0;
	display:block;
}
.visual .pc{display:none;}
.visual .sp{display:block;}

.slide-item img{
	width:100%;
}
.catch{
	width:65.333%;
	position:absolute;
	top:15%;
	left:50%;
	margin:0 0 0 -32.666%;
}
.to-shop{
	width:53.333%;
	height:72px;
	position:absolute;
	right:0;
	z-index:999;
	visibility: visible !important;
	display:none!important;
}
.to-shop a{
	padding:12px 0;
	display:block;
	text-align:center;
	background:url(/cms/marutaka/images/common/sp/to-shop-bg.png)no-repeat center top 48%,#1c1c1c;
	background-size:100%;
	color:#FFF;
	border:1px solid #1c1c1c;
	font-size:1.2rem;
}

.to-shop01{
	width:53.333%;
	position:absolute;
	right:0;
	bottom:0;
	z-index:999;
	visibility: visible !important;
}
.to-shop01 a{
	padding:12px 0;
	display:block;
	text-align:center;
	background:url(/cms/marutaka/images/common/sp/to-shop-bg.png)no-repeat center top 48%,#1c1c1c;
	background-size:100%;
	color:#FFF;
	border:1px solid #1c1c1c;
	font-size:1.2rem;
}

.to-shop a:hover{
	opacity:0.7;
}
.fixed{
	position:fixed;
	top:0!important;
	right:0;
	z-index:999;
}
.to-shop.fixed{
	display:none;
}
.inner{
	width:92.888%;;
	margin:0 auto;
}
.news{
	margin:0 auto;
	background:url(/cms/marutaka/images/common/bg.png);
	padding-bottom:50px;
}
.news h2{
	width:13.155%;
	text-align:center;
	margin:0 auto 50px;
	padding-top:50px;
}
.news-lists{
	padding-bottom:50px;
}
.news-lists li ul{
	padding:30px 0;
	border-top:1px solid #d5d3c6;
	position:relative;
}
.news-lists li:last-child ul{
	border-bottom:1px solid #d5d3c6;
}
.news-lists .data{
	width:24%;
	text-align:center;
	font-weight:bold;
}
.news-lists .cate{
	width:25%;
	margin-right:15px;
	text-align:center;
	color:#9c1d0e;
	border-left:1px solid #d5d3c6;
	border-right:1px solid #d5d3c6;
}
.news-lists .news-contents{
	width:75%;
	overflow:hidden;
	padding:10px 5px;
}
.news-lists .news-contents-img{
	width:50%;
	overflow:hidden;
	padding:10px 5px;
}
.news-img{
	width:24%;
	margin-left:10px;
	padding-top:15px;
}
.news-img img{
	width:100%;
	height:auto;
}
.news-lists .arrow{
	width:6.577%;
	right:5%;
	top:50%;
	position:absolute;
}
.news-lists a{
	color:#1c1c1c;
}
.news-lists p a:hover{
	text-decoration:underline!important;
}
.news-all-btn a{
	position:relative;
	width:78.222%;
	margin:0 auto ;
	padding:20px 0;
	display:block;
	color:#1c1c1c;
	border:1px solid #1c1c1c;
	text-align:center;
}
.news-all-btn span{
	position:absolute;
	width:6.577%;
	display:block;
	right:25px;
	top:50%;
	margin-top:-3px;
	line-height:0;
}
.news-all-btn a:hover{
	background:#1c1c1c;
	color:#FFF;
}
.about{
	background:url(/cms/marutaka/images/top/sp/about-bg.png)no-repeat center top 150px,#1c1c1c;
	background-size:100% auto;
	color:#FFF;
	line-height:2;
}
.about .inner{
	width:100%;
}
.about h2{
	width:13.244%;
	margin:0 auto;
	text-align:center;
	padding:50px 0 80px;
}
.about .about-line{
	width:65.333%;
	margin:0 auto;
}
.about .text-box{
	width:86.4%;
	margin:20px auto 0;
}
.about .text-box p{
	line-height:2.3;
}
.about .text-box p:nth-child(3){
	padding:20px 0 0;
}
.about .text-box p:nth-child(4){
	padding:20px 0;
}
.about-img{
	margin-top:-50px;
}
.text-bg{
	background:#796554;
}
.about .box01{
	width:82.1333%;
	height:auto;
	background:url(/cms/marutaka/images/top/sp/box-bg01.png)no-repeat;
	background-size:100% 100%;
	margin:50px 0 0 10%;
	position:relative;
	z-index:2;
	padding-bottom:55px;
}
.about .box01 h3{
	width:75%;
	margin:0 auto;
	font-size:2.2rem;
	text-align:left;
	padding:50px 0 30px;
}
.about .box01 p{
	width:75%;
	margin:0 auto;
	line-height:2;
}
.about .box01 p:nth-child(3){
	padding-bottom:20px;
}
.center-img{
	width:85.777%;
	margin-top:-35px;
}
.about .box02{
	width:81.866%;
	height:auto;
	background:url(/cms/marutaka/images/top/sp/box-bg02.png)no-repeat;
	background-size:100% 100%;
	margin:50px 0 0 7%;
	position:relative;
	z-index:2;
	padding-bottom:20px;
}
.about .box02 .catch-box2{
	margin:0 auto;
	font-size:2rem;
	padding:50px 0 30px;
	line-height:1.6;
}
.catch-box2 p:nth-child(2) span{
	font-size:2.2rem;
}
.about .box02 p{
	width:75%;
	margin:0 auto;
}
.about .house{
}
.house-content{
	background:#1c1c1c;
	width:40%;
	height:auto;
	padding:20px 20px 0 0;
	line-height:1.8;
}
.house .box{
	position:relative;
	width:100%;
	padding:35px 0 50px;
}
.box .house-name{
	width:10.755%;
	position:absolute;
	top:35px;
	right:6.222%;
}
.box .house-img{
	width:55.2%;
}
.box .house-content{
	position:absolute;
	bottom:0;
}
.house .house01{
	position:relative;
}
.box .house-name{
	width:10.755%;
	position:absolute;
	top:35px;
}

/*商品案内*/
.goods .gem-box{
	padding:25px 0;
}
.goods .gem-box h2{
	width:78.666%;
	padding:0;
	margin:0 auto;
}
.goods .gem-box .inner{
	padding:25px 0;
	border-bottom:1px solid #252525;
}
.gem{
	width:84.68%;
	margin:0 auto;
}
.gem td{
	vertical-align:top;
	display:block;
}
.gem h3{
	padding:20px 0;
}
.gem td.text-box{
	width:100%;
	position:relative;
	padding:25px 0;
}
.gem td.text-box span{
	font-size:1.2rem;
	vertical-align:top;
	padding-left:3px;
}
.gem .gem-link p{
	display:inline-block;
}
.gem td .gem-btn-l{
	width:33%;
}
.gem td .gem-btn-l.shop-access a{
	background:#FFF;
	color:#1c1c1c;
	text-align:center;
	font-size:1.1rem;
	padding:3px 0;
	display:block;
	border:1px solid #1c1c1c;
	box-sizing:border-box;
}
.gem td .gem-btn-l.shop-access a:hover{
	background:#1c1c1c;
	color:#FFF;
	border:1px solid #FFF;
	box-sizing:border-box;
	opacity:1;
}

.gem td .gem-btn-r {
	width:64.864%;
	float:right;
}
.gem td .gem-btn-r.shop-btn a{
	padding:12px 0;
}

.content-full{
	width:100%;
	margin:30px auto;
}
.col-2{
	margin:30px auto;
}
.col-2 div{
	width:48%;
}
.col-3{
	margin:30px auto;
}
.col-3 div{
	width:30.666%;
	margin:0 2%;
}
.col-3 div:first-child{
	margin:0 2% 0 0;
}
.col-3 div:last-child{
	margin:0 0 0 2%;
}
.col-4{
	margin:30px auto;
}
.col-4 div{
	width:22%;
	margin:0 2%;
}
.col-4 div:first-child{
	margin:0 2% 0 0;
}
.col-4 div:last-child{
	margin:0 0 0 2%;
}
.spcol-4 div{
	width:48%;
}
.spcol-4 div:first-child{
	margin:20px 2% 0 0;
}

.spcol-4 div:nth-child(2){
	margin:20px 0 0 2%;
}
.spcol-4 div:nth-child(3){
	margin:20px 2% 0 0;
}
.spcol-4 div:last-child{
	margin:20px 0 0 2%;
}


.three-img{
	margin:80px auto;
}
.three-img .img{
	width:30.666%;
}
.three-img .text{
	width:65%;
}

.half-img{
	margin:80px auto;
}
.half-img .img{
	width:48%;
}
.half-img .text{
	width:48%;
}
.to-all-btn-sp{
	display:block;
	width:23.111%;
}
.next-btn-sp{
	display:block;
	width:23.111%;
}
.prev-btn-sp{
	display:block;
	width:23.111%;
	margin-right:20px;
}

/*こだわり*/
.top-area{
	width:100%;
	min-width:320px;
}
.top-bg{
	background:url(/cms/marutaka/images/vision/sp/top.png)no-repeat center top;
	background-size:cover;
	width:100%;
	min-width:320px;
	height:120px;
}
.news-h1{
	width:21.8666%;
	margin:-40px auto 0;
}
section{
	padding:30px 0
}

h2{
	padding:0 0 30px;
	font-size:2.2rem;
	font-weight:normal;
}
.in{
	width:92.3444%;
	margin:0 auto;
}
.text-area{
	padding:30px 0;
}
.box .left{
	width:100%;
}
.bg{
	background:url(/cms/marutaka/images/vision/sp/bg01.png)no-repeat center top;
	background-size:100% 100%;
}
.bg h2{
	padding:50px 0 30px;
}
.blessing {
	width:92.3444%;
	margin:5px auto 75px;
}
.blessing td{
	vertical-align:middle;
	padding:15px 0;
}
.blessing td:first-child{
	width:12.345%;
}
.blessing td:nth-child(2){
	width:46.611%;
	padding:0 6%
}
.box2{
	width:92.3444%;
	margin:0 auto;
}
.box2 img{
	padding:25px 0;
}
.box2 .text-box{
}
.last{
	background:url(/cms/marutaka/images/vision/sp/bg01.png)no-repeat center top;
	background-size:100% 100%;
	/*margin-bottom:50px;*/
	position:relative;
}

.last .rl{
	position:absolute;
	top:90px;
	left:50%;
	display:inline;
	transform:translate(-50%, 0%);
}

.last table td{
	vertical-align:top;
}
.last table .left{
	width:53.639%;
	padding:50px 0;
}
.last table .right{
	width:53.639%;
	padding:50px 0;
}

.last .rl p{
	padding:10px 3px 0;
}
.last .rl .catch-title{
	font-size:2.2rem;
	padding:0;
}
.last .left p:last-child{
	padding-top:50px;
}
.last .right p:last-child{
	padding-top:50px;
}
.matena{
	margin:30px auto 60px;
 padding:0;
}
.matena h3{
	/*background:url(/cms/marutaka/images/shop/sp/h3-bg.png)no-repeat;*/
	background-size:100%;
	text-align:center;
	font-size:2.2rem;
	font-weight:normal;
	/*padding-top:20px;*/
}
.matena table{
	width:92.3444%;
	margin:20px auto;
}
.matena table td{
	vertical-align:top;
	padding:5px 0;
}
.matena .text-area{
	margin:0 auto;
}
.matena .text-area .title-area{
	width:100%;
}
.matena .big{
	font-size:1.8rem;
}
.matena .title-area{
	width:92.3444%;
	margin:0 auto;
	font-size:1.6rem;
	padding-bottom:10px;
}
.matena .content-area{
	width:92.3444%;
	margin:0 auto;
}

footer{
	background:url(/cms/marutaka/images/common/sp/footer-bg.png)no-repeat center top;
	background-size:100% auto;
	padding-top:124px;
	position:relative;
}
.footer-box{
	position:relative;
	background:#2e2e2e;
	margin:0 auto;
}
footer .f-menu{
	width:76px;/*52%*/
	margin:0 auto;
	padding:20px 0;
	line-height:2.4;
}
footer .f-fb{
	width:8.888%;
	margin:0 auto;
	padding:30px 0;
}
footer .f-insta{
 width:8.888%;
	margin:0 auto;
}
footer a{
	color:#FFF;
	font-size:1.6rem;
}
footer .f-bnr{
	padding:30px 0;
	text-align:center;
}
footer .f-bnr li{
	display:inline-block;
	padding:0 5%;
}
footer .f-bnr li:first-child{
	width:47.111%;
}
footer .f-bnr li:last-child{
	width:27.6444%;
}

footer .copy{
	font-size:1.2rem;
	text-align:center;
	padding:25px 0 85px;
	color:#6b6b6b;
}
footer a:hover{
	opacity:0.7;
}

.breadcrumb{
	font-size:1.4rem;
	margin-bottom:75px;
}
.breadcrumb a{
	color:#FFF;
}
.breadcrumb a:hover{
	opacity:1;
	text-decoration:underline;
}

.fadeInUp {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    visibility: visible !important;
}
@keyframes fadeInUp {
    0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.fadeInDown {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    visibility: visible !important;
}
@keyframes fadeInDown {
    0% { opacity: 0; -webkit-transform: translateY(-50px); -ms-transform: translateY(-50px); transform: translateY(-50px); }
    100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}
.fadeInRight {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    visibility: visible !important;
}
@keyframes fadeInRight {
    0% { opacity: 0; -webkit-transform: translateX(-50px); -ms-transform: translateX(-50px); transform: translateX(-50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateY(0); transform: translateX(0); }
}
.fadeInLeft {
    -webkit-animation-fill-mode:both;
    -ms-animation-fill-mode:both;
    animation-fill-mode:both;
    -webkit-animation-duration:1s;
    -ms-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
    visibility: visible !important;
}
@keyframes fadeInLeft {
    0% { opacity: 0; -webkit-transform: translateX(50px); -ms-transform: translateX(50px); transform: translateX(50px); }
    100% { opacity: 1; -webkit-transform: translateX(0); -ms-transform: translateY(0); transform: translateX(0); }
}
