@charset "utf-8";

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "adobe-garamond-pro", "Ryumin Regular KL", "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-feature-settings: "palt"0;
  color: #646464;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  overflow-y: scroll;
}

main {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

input,
textarea,
  {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

a:link {
  color: #444;
  text-decoration: none;
}

a:visited {
  color: #444;
  text-decoration: none;
}

a:hover {
  /* Firefox */
  -moz-transition: 0.4s;
  /* WebKit */
  -webkit-transition: 0.4s;
  /* Opera */
  -o-transition: 0.4s;
  /* Standard */
  transition: 0.4s;
  color: #aaa;
  text-decoration: none;
}

a:active {
  color: #444;
  text-decoration: none;
}



/*----------------------------------------------------
  画像リンクの投下
----------------------------------------------------*/

h1 a:hover img {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}



/* 透明度変化の時間を設定 */

a img.btnover {
  /* Firefox */
  -moz-transition: 0.4s;
  /* WebKit */
  -webkit-transition: 0.4s;
  /* Opera */
  -o-transition: 0.4s;
  /* Standard */
  transition: 0.4s;
}



/* aタグで囲い、imgにclassを追加した画像に効果を追加 */

a:hover img.btnover {
  /* Firefox */
  -moz-opacity: 0.6;
  /* IE */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  /* Standard */
  opacity: 0.6;
}



/*======================================

  Others Module

=======================================*/

hr {
  display: none;
}


.ib {
  display: inline-block;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml25 {
  margin-left: 25px;
}

.ml30 {
  margin-left: 30px;
}

.ml35 {
  margin-left: 35px;
}

.ml40 {
  margin-left: 40px;
}

.ml45 {
  margin-left: 45px;
}

.ml50 {
  margin-left: 50px;
}

.ml55 {
  margin-left: 55px;
}

.ml60 {
  margin-left: 60px;
}

.ml65 {
  margin-left: 65px;
}

.ml70 {
  margin-left: 70px;
}

.ml75 {
  margin-left: 75px;
}

.ml80 {
  margin-left: 80px;
}

.mr5 {
  margin-right: 5px;
}

.mr8 {
  margin-right: 8px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr25 {
  margin-right: 25px;
}

.mr30 {
  margin-right: 30px;
}

.mr35 {
  margin-right: 35px;
}

.mr40 {
  margin-right: 40px;
}

.mr45 {
  margin-right: 45px;
}

.mr50 {
  margin-right: 50px;
}

.mr55 {
  margin-right: 55px;
}

.mr60 {
  margin-right: 60px;
}

.mr65 {
  margin-right: 65px;
}

.mr70 {
  margin-right: 70px;
}

.mr75 {
  margin-right: 75px;
}

.mr80 {
  margin-right: 80px;
}


.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ft10 {
  font-size: 10rem;
}

.ft12 {
  font-size: 12rem;
}

.ft14 {
  font-size: 14rem;
}

.ft16 {
  font-size: 16rem;
}

.ft18 {
  font-size: 18rem;
}

.ft20 {
  font-size: 20rem;
}


.tc {
  text-align: center;
}

.tr {
  text-align: right;
}

.tl {
  text-align: left;
}

.just {
  text-align: justify;
  text-justify: inter-ideograph;
}

.left {
  float: left;
}

.right {
  float: right;
}





/* clearfix*/

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
  display: inline-table;
}

*:first-child+html .clearfix {
  zoom: 1;
}



/* Hides from IE-mac \*/

* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}



/* End hide from IE-mac */

.clear {
  clear: both;
}

.clear hr {
  display: none;
}

.ovh {
  overflow: hidden;
  height: 1%;
}



footer {
  text-align: center;
  padding: 70px 0 30px;
  font-size: 10px;
}

.sp {
  display: none;
}

.sp_ml {
  margin-left: 64px;
}



/* When font-weight is different than the default browser style,
Chrome and Safari replace <strong> and <b> with spans with inline styles on pasting?! */

body.webkit strong,
body.webkit b {
  font-weight: bold !important;
}

pre {
  font-family: Consolas, Monaco, monospace;
}

td,
th {
  font-family: inherit;
  font-size: inherit;
}



/* For emoji replacement images */

img.emoji {
  display: inline !important;
  border: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.mceIEcenter {
  text-align: center;
}

.wp-caption {
  margin: 0;
  /* browser reset */
  max-width: 100%;
}



/* iOS does not obey max-width if width is set. */

.ios .wp-caption {
  width: auto !important;
}

.wp-caption img {
  display: block;
}

div.mceTemp {
  -ms-user-select: element;
}

dl.wp-caption,
dl.wp-caption * {
  -webkit-user-drag: none;
}

.wp-caption-dd {
  font-size: 14px;
  padding-top: 0.5em;
  margin: 0;
  /* browser reset */
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}


audio,
video,
embed {
  display: -moz-inline-stack;
  display: inline-block;
}

audio {
  visibility: hidden;
}

/* 全体共通 
****************************************************/
#main {
  padding-top: 60px;
}

/* loading 
****************************************************/

/*#loading {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

#loading img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}
*/
#loading {
  position: fixed;
  top:0;
  z-index: 3000!important;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
}
#loading img {
  position: absolute;
  /*height: 25px;*/
  width:auto!important;
  height:auto!important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/* slider 
****************************************************/

#photos section {
  position: relative;
}

#photos .slider {
  position: relative;
  z-index: 1;
  height: 700px;
  min-height: 437.6px;
  opacity: 0;
  background-size: 100% !important;
}

#photos .prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 700px;
  min-height: 437.6px;
  background-size: 100% !important;
}

#photos .slider.fade {
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
  opacity: 1;
}

#photos .slider {
  background: url('/images/shop-2.jpg') no-repeat center center;
}

#photos .prev {
  background: url('/images/shop-1.jpg') no-repeat center center;
}



@media screen and (max-width: 767px) {

  /* slider 
  ****************************************************/
  #photos {
    padding-top: 48px;
  }

  #photos .prev,
  #photos .slider {
    min-height: initial;
  }

  .sp_ml {
    margin-left: 0;
  }

  .sp {
    display: block;
  }
}


/* add sns menu */

.insta {
  text-align: center;
}

.insta ul {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}

.insta li {
  margin: 30px 15px;
}

.insta li a img {
  max-width: 80%;
}

.insta li a:hover img {
  opacity: 0.6;
}



/*global nav */

header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: rgba(255, 255, 255, 1);
  z-index: 500;
}

header.bg_transparent {
  background: rgba(255, 255, 255, 0.7);
}

body.menuopen header {
  background: rgba(255, 255, 255, 0) !important;
}

header h1 {
  display: none;
}

header>nav {
  z-index: 600;
  position: absolute;
  top: 14px;
  left: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

header>nav li {
  line-height: 100%;
  font-size: 13px;
  padding: 0;
  margin: 0;
  text-align: center;
}

header>nav ul.global {
  display: flex;
  width: 700px;
  justify-content: space-around;
  flex-wrap: nowrap;
}

header>nav ul.social {
  display: flex;
  margin: 0 0 0 26px;
}

header>nav ul.social li {
  float: none;
  padding: 0 25px 0 0;
}

header>nav ul.social li img {
  width: 80%;
}

@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }

  header>nav {
    top: 13px;
    left: 18px;
  }

  header>nav ul.social {
    margin: 0 0 0 34px;
  }

}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .2s;
  box-sizing: border-box;
  cursor: pointer;

}

.menu-trigger {
  position: relative;
  width: 35px;
  height: 28px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
  border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 13px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1),
.menu-trigger.active span:nth-of-type(3) {
  width: 20px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translate(-2px, 8px) rotate(-45deg);
  transform: translate(-4px, 6px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translate(-2px, -8px) rotate(45deg);
  transform: translate(-4px, -7px) rotate(45deg);
}


#sidebar {
  overflow-y: auto;
  border-right: 1px solid #eee;
  font-size: 15px;
  padding-top: 120px;
  width: 250px;
  height: 100%;
  position: fixed;
  color: #033560;
  background: rgba(255, 255, 255, 0.85);
  text-align: center;
  left: -250px;
  top: 0;
  color: #333;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
  z-index: 300;
}

body.menuopen #sidebar {
  -webkit-transform: translate3d(250px, 0, 0);
  transform: translate3d(250px, 0, 0);
}

#global-nav ul {
  list-style: none;
  margin-left: 0;
}

#global-nav>ul>li {
  position: relative;
}

#global-nav>ul>li.jp {
  font-size: 14px;
}

#global-nav a {
  width: 100%;
  text-align: center;
  color: #333;
  text-decoration: none;
  display: block;
  padding: 15px 0;
  -moz-transition: background-color .3s linear;
  -webkit-transition: background-color .3s linear;
  transition: background-color .3s linear;
}

#global-nav a:hover {
  background: #eee;
}

#global-nav ul.sub {
  display: none;
  background: #eee;
}

#global-nav ul.sub li {
  border-bottom: 1px dotted #fff;
  font-size: 12px;
}

#global-nav .global2>li>a>i {
  margin-left: 5px;
  transition: all 0.5s ease-out;
  color: #999;
}

#global-nav .material-icons {
  font-size: 13px;
  vertical-align: middle;
}

#global-nav .material-icons.active {
  transform: rotateX(180deg);
}


#overlay {
  display: none;
  position: fixed;
  background: rgba(255, 255, 255, 1);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  -webkit-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

body.menuopen #overlay {
  display: block;
  background: rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 900px) {

  /* z-index */
  #overlay {
    z-index: 200;
  }

  #sidebar {
    z-index: 300;
  }
}

#loading_logo img{
  width:128px!important;
}
body{
background: url(/images/bg_pc_01_02.jpg);
background-size:100% auto;
background-position: 0 50px;
}
/*
@media screen and (max-width: 768px){
  body{
    background: url(/images/intro_5_sp_bg.png);
    background-size: contain;
  }
}*/