@charset "utf-8";
/*///////////////////////////////////////////////////////////////////
	Template Name: MURUA 2016AW Template
	Author: Roseau Pensant
	Author URI: http://www.roseaupensant.jp/
	Description: MURUA Template.
	Version: 1.0
///////////////////////////////////////////////////////////////////*/


/* Table of Content
====================================================================
1.	Global Styles
2. 	Common Styles
*/


/*====================================================================
	Global Styles
====================================================================*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

html {
	font-size: 62.5% ; /* 10px */
	min-height: 100%;
	height: 100%;
}
body {
	background-color: #fff;
	color: #333;
	line-height: 1.5;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Meiryo,sans-serif,"宋体",Gulim;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	height: 100%;
}

.fl_left{float: left;}
.fl_right{float: right;}

.fl_group:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}
hr.plainline{
	margin-top: -1px;
	border-top: 1px solid #ccc;
}

/* Transition */
.transition_all{
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/* Button */
.button a {
	display: block;
}
.button.back,
.button.archive {
    width: 140px;
    height: 30px;
    border: 1px solid #000000;
    text-align: left;
    position: relative;
    margin: 0 auto;
}
.button.back li {
	font-family: 'Prata', sans-serif;
	font-weight: 700;
	font-size: 11px;
    line-height: 29px;
	letter-spacing: 0.08em;
    font-style: italic;
	padding-left: 15px;
}
.button.archive li {
	font-family: 'Prata', sans-serif;
	font-weight: 700;
	font-size: 11px;
    line-height: 29px;
	letter-spacing: 0.08em;
    font-style: italic;
	text-align: center;
}
.button.back:after,
.button.archive:after {
	content:"";
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border-top: 1px solid;
	border-right: 1px solid;
}
.button.back:after,
.button.archive:after {
	top: 11px;
	right: 10px;
}


.mb35 { margin-bottom: 30px; }





/* Sentence */
.sentence{
	padding-bottom: 8px;
}

.sp_main_menu_wrap {
	display: none;
}


/*===================================================================
	02 Common Styles
===================================================================*/

.body-inner {
	background: #fff;
	height: 100%;
}
.body-inner:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	padding: 0 0.4em 0 0;
	clear: both;
	height: 0;
}

.container {
	position:relative;
	top:0;
	left:0;
}

/*----------------------------------------------
	Header
*/
#header .inner,
.navbar-fixed .inner {
	z-index: 3;
	width: 100%;
	padding: 15px 2%;
}
#header .logo,
/* .navbar-fixed p.logo {
	width: 115px;
	margin: 0 auto 18px;
} */
.navbar-fixed p.logo {
	width: 115px;
	margin: 0 auto auto;
	clear: inherit;
}
#header .logo img,
.navbar-fixed p.logo img {
	width: 100%;
	height: auto;
}
.navbar-fixed a {
	display:block;
}
.navbar-fixed {
	width: 100%;
	position: fixed;
	background-color: #fff;
	top: -100px;
	left: 0; 
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.navbar-fixed.on {
	top: 0;
	z-index: 99;
	display: block;
	opacity: 1;
	-moz-transition: all .9s;
	-o-transition: all .9s;
	-webkit-transition: all .9s;
	transition: all .9s;
}

/*----------------------------------------------
	Global-nav
*/
.side-menu,
.side-menu-btn { display: none;}

ul.global-nav {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
    letter-spacing: 0.08em;
	text-align: center;
	clear: both !important;
}
ul.global-nav li {
	position: relative;
    display: inline-block;
    vertical-align: middle;
	font-size: 13px;
	margin-right: 13px;
}

ul.global-nav li a::after {
	content:"";
	display: block;
	width: 0;
	height: 1px;
	margin: 0 auto;
	background: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}

ul.global-nav li a:hover::after,
ul.global-nav li a:focus::after {
	width: 100%;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}


/*----------------------------------------------
	Footer
*/
#footer {
	text-align: center;
	clear: both;
	padding: 45px 0 37px;
	font-size: 12px;
	background: #000;
}
#footer .footer-nav {
	padding-bottom: 35px;
}
#footer .footer-nav ul li {
	color: #fff;
	font-weight: 400;
	font-family: 'Crimson Text', sans-serif;
	font-size: 14px;
    letter-spacing: 0.12em;
	display:inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#footer .footer-nav ul li a {
	color: #fff;
	position: relative;
	display: inline-block;
	transition: .3s;
}
#footer .footer-nav ul li a::before,
#footer .footer-nav ul li a::after {
	position: absolute;
	content: '';
	width: 0;
	height: 1px;
	background-color: #fff;
	transition: .3s;
}
#footer .footer-nav ul li a::before {
	top: 0;
	left: 0;
}
#footer .footer-nav ul li a::after {
	bottom: 0;
	right: 0;
}
#footer .footer-nav ul li a:hover::before,
#footer .footer-nav ul li a:hover::after {
	width: 100%;
}

#footer .copyright{
	color: #fff;
	font-weight: 400;
	font-family: 'Crimson Text', sans-serif;
    letter-spacing: 0.12em;
}
#footer .copyright address {
	font-style: normal;
	font-size: 13px;
}

/* Add Yoshida 170802 [S] */
#footer h1{
	color: #fff;
	font-weight: 400;
	font-family: 'Crimson Text', sans-serif;
	letter-spacing: 0.12em;
}

/* Add Yoshida 170802 [E] */

/*----------------------------------------------
	OFFICIAL
 */
#footer .official_box {
	clear: both;
	max-width: 1200px;
	margin: 0 auto 58px;
}
#footer .official_box ul {
	letter-spacing: -.40em;
}
#footer .official_box li {
	display: inline-block;
	width: 30px;
	margin-left: 115px;
}
#footer .official_box li:first-child {
	margin-left: 0;
}
#footer .official_box li img {
	width: 100%;
	height: auto;
	opacity: 0.5;
}
#footer .official_box li:hover img {
	opacity: 1;
}
#footer .official_box h3 {
	text-align: center;
	font-size: 11px;
	font-family: 'Questrial', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -ms-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
	font-weight: 600;
	margin-top: 5%;
}
#footer .official_box span {
	font-size: 10px;
}



/*---------------------------------------------------------
	Pager
*/
.pagination.on{display: block;}
.pagination.off{display: none;}
.pagination{
	width: 100%;
	margin: 20px auto 0;
	text-align: center;
	clear: both;
	padding: 13px 0;
	font-size: 13px;
}
.pagination a{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding: 5px 3px;
	margin: 0 7px;
	color: #000;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	letter-spacing: 0;
	line-height: 0;
}
.pagination span {
	color: #000;
}
.pagination a:hover,.pager .prev,.pager .next{
	opacity: 1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1.0;
}
.pagination .current{
	border-bottom: 1px solid #333333;
	padding: 5px 3px;
	margin: 0 7px;
	font-family: 'Roboto', sans-serif;
	color: #000;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 0;
}

/*---------------------------------------------------------
	Fixed Store Btn
*/

.boxsizing_bdb {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* Transition */
.transition_trg{
	-webkit-transition: all 0.3s ease-in 0s;
	-moz-transition: all 0.3s ease-in 0s;
	-ms-transition: all 0.3s ease-in 0s;
	-o-transition: all 0.3s ease-in 0s;
	transition: all 0.3s ease-in 0s;
}

.top_insta a:hover {
	opacity: .50;
	filter: alpha(opacity=50);
	-ms-filter: "alpha(opacity=50)";
	-khtml-opacity: .50;
}


/*
	index
*/
body,.warp{
	width:100%;
	margin:0 auto;
	display:block;
}

/*
	shop_btn
*/
a.shop_btn{
	position:fixed;
	left:20px;
	bottom:110px;
	z-index:999;
}
a.shop_btn:before{
	content:"";
	display:block;
	width: 80px;
	height: 80px;
	background:rgba(255,255,255,0.5);
	border-radius:45px;
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
}
a.shop_btn img{
	position:absolute;
	top:29px;
	left:18px;
}
a.shop_btn p{
	position:absolute;
	top:28px;
	left:33px;
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	animation:shopbtn 2s linear infinite;
}
@keyframes shopbtn{
	0%	{transform:scale(.7);}
	25%	{transform:scale(1);}
	50%	{transform:scale(.7);}
	75%	{transform:scale(.5);}
	100% {transform:scale(.7);}
}

.home a.shop_btn{
	opacity:0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home a.shop_btn.btn_on{
	opacity:1;
}









.icon_cart {
    width: 58%;
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    transform: scale(1.6);
    color: #5F5F5F;
    position: relative;
    top: 11px;
    left: 12px;
}

.link.link--background {
  cursor: pointer;
  z-index: 99;
}

.home .link.link--background {
	opacity:0;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.home .link.link--background.btn_on {
	opacity:1;
}

  .link{
    width: 60px;
    height: 60px;
    -webkit-border-radius: 75%;
    -moz-border-radius: 75%;
    border-radius: 75%;
    background: #000;
    position: fixed;
    bottom: 20px;
	right: 25px;
    opacity: 1;
      zoom:1;
   -ms-filter: "alpha(opacity=70)";
    -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    transition: all 500ms ;
    z-index: 11;
  }
  .link:hover{
  zoom:1;
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    transform: scale(1.3);
    -webkit-transition: all 500ms ;
    -moz-transition: all 500ms ;
    transition: all 500ms ;
  }


.link_d {
    zoom:1;
  width: 58px;
  height: 58px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  border-radius: 75%;
  border: 1px solid #000;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  /* pointer-events: none; */
  display: block;
  position: absolute;
  top: 0;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.link_c {
    zoom:1;
    width: 61px;
    height: 61px;
  -webkit-border-radius: 75%;
  -moz-border-radius: 75%;
  border-radius: 75%;
    border: 4px solid #000;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  /* pointer-events: none; */
  display: block;
  position: absolute;
    top: -2px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
    left: -1px;
}
.link-background_bg.on {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 500ms ;
  -moz-transition: all 500ms ;
  transition: all 500ms ;
}

.link-background_border1.on {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 500ms .1s;
  -moz-transition: all 500ms .1s;
  transition: all 500ms .1s;
}
.link-background_border2.on {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 500ms .5s;
  -moz-transition: all 500ms .5s;
  transition: all 500ms .5s;
}
.link-background_border3.on {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 500ms ;
  -moz-transition: all 500ms ;
  transition: all 500ms ;

}
.link-background_border4.on {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 500ms .1s;
  -moz-transition: all 500ms .1s;
  transition: all 500ms .1s;
}
.link-background_border5.on {
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  -webkit-transition: all 500ms .5s;
  -moz-transition: all 500ms .5s;
  transition: all 500ms .5s;
}


