@charset "utf-8";

.textHidden {
	text-indent: -9999px;
	overflow: hidden;	
}

::selection { 
	color: #000;
	background-color: #ddd;
}
::-moz-selection { 
	color: #000;
	background-color: #ddd;
}

focus {
    outline: none;
}

br.br_sp{
    display: none;
}

/* Basic */
body { 
  -webkit-font-smoothing: antialiased;
  color: #4c4647;
  height: 100%;
  text-align: left;
  position: relative;	
  background: #FFF;
  font-size: 13px;
  font-weight: 300;
  line-height:18px;
  font-family:'Helvetica Neue LT ARM W05_45 L',"Noto Sans Japanese", Quicksand, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  box-sizing: border-box;
}

h1,h2,h3,h4,h5,p {
	font-weight: normal;
	margin: 0;
}

.jp p {
	letter-spacing: 0.05em;	
}

.en p {
	letter-spacing: 0.02em;	
}

a{
	text-decoration: none;
	color: #4c4647;
}

a:hover{
	text-decoration: none!important;
	color: #333;
}

.fullscreen body {
	overflow: hidden;	
}

ul {
	padding: 0;
	list-style: none;
}

br.sp {
    display: none;
}

/* Layout */


#header {
    width: calc(100% - 100px);
    margin: 0 0 0 0;
	padding:0 50px;
    height: 140px;
	top:0px;
	left:0px;
	position: fixed;
	z-index: 2000;
}

.navlogo {
    clear:none;
	margin:35px 0 25px 0px;
    width: 130px;
	display:block;
    z-index: 2000;
    position:absolute;
}

.navlogo img {
    width: 100%;
}

.logo {
    position: fixed;
    top: 45%;
    text-align: center;
    margin: 0 auto;
    width: 100%;
        // アニメーション設定
    animation-name: fade-in;
    animation-duration: 2.5s;
    animation-timing-function: ease-out;
    animation-delay: 10s;
    animation-iteration-count: 1;
    animation-direction: normal;
    animation-fill-mode: forwards;
}

  @keyframes fade-in1 {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

.main_logo {
  width:220px;	
}

.main_logo img {
  width: 100%;   
}

.global_sp {
    background: #fff;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 990;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    font-size: 15px;
    letter-spacing: 0.3em;
    opacity: 0;
    -webkit-transition: opacity .8s ease;  /* アニメーション時間は 0.8秒 */
    -ms- transition: opacity .8s ease;
    -moz- transition: opacity .8s ease;
    transition: opacity .8s ease, visibility .8s ease;
}

.open .global_sp{
    visibility: visible;
    opacity: 1;
}

ul.nav {
    align-items: center;
    text-align: center;
    vertical-align: middle;
    transition-delay: .3s;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
}

li.deley,
li.deley img {
    opacity: 0;
    -webkit-transition: translateY(-10px);
    transform: translateY(-10px);
    transition: opacity .2s ease, -webkit-transform .6s ease;
    transition: transform .6s ease, opacity .2s ease;
    transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
    padding:2vh 0;
    text-align: center;
}

.open li.deley,
.open li.deley img {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    transition: opacity .3s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .3s ease;
    transition: transform .5s ease, opacity .3s ease, -webkit-transform 1s ease;
}

li.deley:nth-child(1) {
    padding:5vh 0 2vh 0;
    transition-delay: .3s;
}

li.deley:nth-child(2) {
    transition-delay: .35s;
}

li.deley:nth-child(3) {
    transition-delay: .4s;
}

li.deley:nth-child(4) {
    transition-delay: .45s;
}

li.deley:nth-child(5) {
    transition-delay: .5s;
}

li.deley:nth-child(6) {
    transition-delay: .55s;
}

li.deley:nth-child(7) {
    transition-delay: .6s;
}

li.deley:nth-child(8) {
    transition-delay: .65s;
}
li.deley:nth-child(9) {
    transition-delay: .7s;
}
.icon {
    display: inline-block;
    width: 35px;
}
.border {
    color: #ccc;
}

 .navToggle {
    display: block;
    position: fixed;
    right: 50px;
    top: 40px;
    width: 50px;
    height: 40px;
    cursor: pointer;
    z-index: 2000;
    background:none;
    text-align: center;
}
 
.navToggle span {
    position: absolute;
    display: block;
    width: 50px;
    border-bottom: solid 1px #4c4647;
    -webkit-transition: .50s ease-in-out;
    -moz-transition: .50s ease-in-out;
    transition: .50s ease-in-out;
}
 
.navToggle span:nth-child(1) {
    top: 5px;
}
 
.navToggle span:nth-child(2) {
    top: 20px;
}

.navToggle.active span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
 
.navToggle.active span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navToggle.active span.white:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #4c4647;
}
 
.navToggle.active span.white:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #4c4647;
}

#footer_top {
    position: fixed;
    width: 300px;
    height: 30px;
    bottom: 30px;
    left: 50px;
    clear: both;
    z-index: 2000;
}

#footer {
    position: fixed;
    width:300px;
    left:50px;
    bottom: 20px;
    margin:55px auto 0px auto;
    padding-bottom:25px;
}

.copyright {
	font-size:10px;
    letter-spacing: 0.1em;
	text-align:left;
	line-height: 18px;
}


#contents {
	overflow:auto;
    width: 100%;
	margin:190px auto 0 auto;
    text-align: left;
}

.contents_title {
    font-size: 17px;
    letter-spacing: 0.2em;
    margin:50px 0 80px 0;
}

.contents_main {
    font-size:12px;
    letter-spacing: 0.2em;
    width:750px;
    text-align: center;
    margin:0 auto;
}

/* layout about*/

.about_text {
    padding-bottom: 30px;
    line-height: 2.7em;
    text-align: left;
}

/* layout collection */

.collection_menu {
    font-size: 12px;
    margin:-70px 0 50px 210px;
}

#collection-productList {
    width: 100%;
    margin-bottom:50px;
    clear: both;
}

#collection-productList:after {
    display: block;
    content: "";
    clear: both;
}

#collection-productList .main_img {
    width:22%;
    float:left;
    display: block;
    padding-right: 4%;
    margin-bottom:4%;
}

#collection-productList .main_img:nth-child(4n) {
    padding-right: 0;
}

.main_img img {
    width:100%;
}

.details {
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	width: 720px;
	height:900px;
	margin: auto;
    margin-top:-1%;
	clear:both;
	display: table-cell;
}
.detail_imgs {
	margin:0 auto;
    text-align: center;
    width: 100%;
	display:block;
}

.detail_imgs img {
    height:auto;
    width:100%;
}

    
.caption {
    padding:10px 0px 40px;
    line-height: 1.6em;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: left;
}

/* layout news*/

#list-wrap td.info_date {
    padding: 0px;
    text-align: left;
    padding: 0 42px;
}

td.info01 p {
    margin:0 40px;
    padding-top:30px;
    text-align: left;
    line-height:1.8em;
}

td.info01 p img {
    width:100%;
    height:auto;
}

#list-wrap {
    width:100%;
}

td.info01 {
    padding-bottom:100px;
}

tr.news_main {
    display: block;
    margin-bottom:60px;
}

#list-wrap table {
    margin-bottom:20px;
}

.pagination {
    margin-bottom:90px;
}

.page-numbers {
    padding:0px 6px;
}


/* layout stockist*/

.stockist_area {
    width:25%;
    margin-right:5%;
    text-align: left;
    font-size:14px;
}

.stockist {
    width:100%;
    margin:15px auto;
    text-align: left;
}

.stockistWrap {
    width: 100%;
    margin-bottom:100px;
    clear: both;
}

.stockistWrap:aftre {
    display: block;
    content: "";
    clear: both;
}

p.area {
    padding:25px 0 10px;
    width: 100%;
}

p.area:nth-first-child {
    padding:0px 0px 10px;
}

.stockist p.shopname,
.stockist p.address,
.stockist p.tel {
    width:100%;
    line-height: 2.0em;
}


/* layout contact*/

.contactWrap {
    width:100%;
    clear:both;
    margin-top:50px;
}

.contactWrap:after {
    display: block;
    content: "";
    clear: both;
}

.contact_textWrap {
    width:100%;
    text-align: left;
    float:left;
}

.contact_text {
    width:100%;
    float:left;
    padding-bottom:50px;
    line-height: 1.8em;
}

.contact_text span.inline_text {
    font-size: 14px;
    padding-bottom:15px;
    width:100%;
    display:block;
}

.map {
   width: 40%;
   float:left;
   margin-left:10%;
   text-align: left;
 }

.map img {
    width:100%;
}

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

.details {
	width: 576px;
	height:720px;
}
}

@media screen and (max-width:1080px) {
	
#header {
   height: 120px;
}
    
.navlogo {
   width:140px;
}
    
.navToggle {
   top: 35px;
}

#contents {
  margin:190px auto auto;
}
    
#mainVisualWrap img{
 width:auto;
 height:100%;
}
    
}
@media screen and (max-width:1030px) {
#contents {
    margin: 190px auto auto;
}
    
.contents_main {
    width: 680px;
    margin:auto;
    }
    
.collection_menu {
    font-size: 11px;
}

.collectionWrap {
    margin-bottom:10px;
}

.collection_main_img,
.collection_main_img:nth-child(3n) {
    width:45%;
    float:left;
    display: block;
    padding-right: 10%;
    margin-bottom:5%;
}    

.collection_main_img:nth-child(2n) {
    padding-right: 0;
}
    
.stockist {
    width: 100%;
}
    
.contact_textWrap {
    width: 100%;
    text-align: left;
    float:none;
}
    
.map {
    width: 50%;
    float: none;
    margin: 40px auto 30px 0;
}
    
    
}
	

@media screen and (max-width:768px) {
    
    #header {
    width: calc(100% - 50px);
    margin: 0 0 0 0;
	padding: 0 25px;
    position: fixed;
	}
    
    .main_logo {
    width:180px;	
    }
	
    .navlogo {
    width:100px;
    }
    
    .navToggle span {
    width:30px;
    top:35px;
    right:0;
    display: block;
    }
    
    .navToggle {
    right:25px;
    }
    
    .navToggle span:nth-child(2) {
    top: 15px;
    }
    
    .global_sp {
    font-size:12px;
    }
    
    li.deley {
    padding:1.5vh 0;
    }
	
    li.deley img {
    padding:1.5vh 0;
    width:15px!important;
    }
    
    #footer_top {
    width: 50%;
    bottom: 20px;
    left: 25px;
    }
    
   #footer {
    position:absolute;
    font-size: 7px;
    left: 25px;
    bottom: auto;
    margin: 20px auto 0px auto;
    padding-bottom:15px;
    }
	
	.copyright {
    text-align: left;
    }
    
    #contents {
    margin: 100px auto auto;
}

    .contents_title {
    font-size: 14px;
    letter-spacing: 0.1em;
    margin: 40px 0 50px 0;
}
    
    .contents_main {
    font-size: 10px;
    letter-spacing: 0.1em;
    width: 370px;
    text-align: left;
    margin: 50px auto;
}
    
    
    .about_text {
    line-height: 2.4em;
}
    
/* layout collection sp */
    
    .collection_menu {
    font-size: 10px;
    width: calc(100% - 180px);
    margin: 0px 0 auto 125px;
    padding:5px 0 40px 0;
    }
    
    .details {
	width: 460px;
	height:576px;
    }
    
    .collectionWrap {
    padding-bottom: 30px;
    margin-bottom: 25px;
    }
    
    #collection-productList .main_img,
    #collection-productList .main_img:nth-child(4n) {
    width: 32%;
    float: left;
    display: block;
    padding-right: 2%;
    margin-bottom: 2%;
}
    
    #collection-productList .main_img:nth-child(3n) {
    padding-right: 0;
}

    
    
/* layout news sp */
    
#contents #list-wrap table,
#contents #list-wrap table tbody {
	width: 100%;
    display: block;
}
    
.wp-block-image{
    margin:0 0 10px 0!important;
}
    
.wp-block-image img {
    width: 100%;
}

    figure {
        margin:0px;
    }
    
    figure img {
        width:100%;
    }
    
#contents #list-wrap table tr {
    width:100%;
    display: block;
}
    
tr.news_main {
    margin-bottom: 40px;
}
    
td.info01 {
    padding-bottom:60px;    
}
    
.info01 ul {
    margin:0px;
}
    
td.info01 p {
    margin: 0px;
    padding-top: 15px;
    text-align: left;
    line-height: 1.8em;
}
    
    #contents #list-wrap table td.info_date {
	padding: 0;
    text-align: left;
}
    
#contents #list-wrap table td {
	width:100%;
	display: block;
	text-align: left;
	word-wrap:break-word;
}
    
    #list-wrap table {
    margin-bottom:20px;
}

.pagination {
    margin-bottom:30px;
    text-align: center;
}
    
    .page-numbers {
        padding:0px 7px;
    }
    
/* layout stockist sp */
    .stockist_area {
    text-align: left;
    font-size: 13px;
}
    
    .stockist {
    margin: 10px auto;
}
    
    p.area {
    padding: 15px 0 5px;
    width: 100%;
}
   
    
    
/* layout contact sp */
    
    .map {
        width:60%;
    }
    
    .contact_text span.inline_text {
    font-size: 12px;
    padding-bottom:15px;
    width:100%;
    display:block;
}

}   
    
    
@media screen and (max-width: 414px) {      
 
    
.main_logo {
    width:140px;	
}
    
#contents{
    margin: 150px 0 auto;
}

.contents_title {
    width:100%;
    padding-left:25px;
}
    
.collection_menu {
    margin:0;
}
    
    .details {
	width: 368px;
	height:460px;
    }

.contents_main,
#contents_collection {
    width:calc(100% - 50px);
    margin:0 25px;
}
    
.news_text {
    width: 100%;
    margin: 10px auto 10px 0;
    line-height: 2.0em;
}

br.sp {
    display: block;
}
    
.map {
    width:70%;
    }

}
