
@charset 'utf-8';

/*layout
---------------------------------*/
html{
  overflow-x: hidden;
}
body {

  /*font-family:"Lato-Bold", "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Verdana,sans-serif;*/
  font-family: "リュウミン R-KL" , "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  overflow-x: hidden;
  line-height: 1.5em;
}
h1{
  font-family: "リュウミン M-KL";
}
h2{
  font-family: "リュウミン M-KL";
}
h3{
  font-family: "リュウミン M-KL";
}
a {
  -webkit-transition: color .1s ease;
  transition: color .1s ease;
}
a:hover {
    opacity: .8;
}
a img {
  -webkit-transition: opacity .1s ease;
  transition: opacity .1s ease;
}
a:hover img {
  opacity: .8;
}

@media screen and (max-width: 639px) {
  img {
      max-width: 100%;
      height: auto;
      width/***/
      : auto;
  }
}

/*************************************************
	全体レスポンシブ
**************************************************/
/*PC*/
@media screen and (min-width: 639px) {
  .is-mob {
    display: none !important;
  }
}
/*スマホ*/
@media screen and (max-width: 639px) {
  .is-pc {
    display: none !important;
  }
}


@media screen and (max-width: 639px) {
  form{
    width: 100%;
  }
}

/*************************************************
	Parts
**************************************************/
div.btn{

  padding: .5em 1.2em;
  font-size:1.3em;
  letter-spacing:.1em;
  border: 1px solid #fff;

}
div.btn.black{
  border: 1px solid #333;
  color:#333;
  font-size:1.1em;
}
div.btn a{
  color: #fff;
  text-decoration: none;
}
div.btn.black a{
  color:#333;
}

.scaleimage img.onm{
  transform: scale(1.1);
  transition-duration: 0.5s;
  opacity: 0.6;
}
.scaleimage img{
  transition-duration: 0.5s;
}
.english{
  font-family: 'Libre Baskerville', serif;
}
.center{
  text-align: center;
}
.sml{
  font-size: .8em;
}
.t-right{
  text-align: right;
}
@media screen and (max-width: 639px) {
  div.btn{
    padding: .4em 1.5em;
    font-size:1em;
  }
  .scaleimage img.onm-m{
    transform: scale(1.1);
    transition-duration: 0.5s;
    opacity: 0.6;
  }
}

/*************************************************
	レイアウト
**************************************************/
div#wrap{
  width: 100;
  position: relative;
}

/*************************************************
	Header
**************************************************/
header{
  position: fixed;
  top:0;
  left:0;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  padding:0;
  box-sizing: border-box;
  background-color: rgba( 10, 10, 10, 0);
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}
header.content{
  /*background-color: rgba( 10, 10, 10, 0.25 );*/
  -webkit-transition: background-color .25s ease;
  transition: background-color .25s ease;
}
header.content div#header-logo,
header.content div#header-instgram,
header.content ul

{
  background-color: rgba( 10, 10, 10, 0.25 );
}
/*
header >:first-child {
  margin-right: auto;
}*/
header ul{
  list-style-type: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1em;
  height: 52px;
  box-sizing: border-box;
}
header ul li{
  font-size:.9em;
  padding-right: 1.1em;
}
header ul li:not(:first-child){
  border-left: 1px solid #fff;
  padding-left:1.1em;
}
header a{
  color:#fff;
  text-decoration: none;
}
div#header-logo{
  position: absolute;
  top:0;
  left:0;
  padding: 50px;
  z-index: 1000;
}
div#header-logo img{
    width:150px;
    height: auto;
  -webkit-transition: width .5s ease-out;
  transition: width .5s ease;
}
header.content div#header-logo{
  padding: 2.2vw 2vw 2.2vw 1.5vw;
}
header.content div#header-logo img{
  width:100px;
  -webkit-transition: width .25s ease-out;
  transition: width .25s ease;
}
header i{
  font-size: 2em;
}
.fa-shopping-cart{
  font-size: 1.2em;
}

@media screen and (max-width: 639px) {
  body {
    min-width: 320px;
  }

  /*メニューボタン*/
  .menu-trigger,
  .menu-trigger span {
  	display: inline-block;
  	transition: all .2s;
  	box-sizing: border-box;
  }
  .menu-trigger {
    margin-top: 2px;
  	position: relative;
  	width: 30px;
  	height: 22px;
    margin-left: auto;
  }
  .menu-trigger span {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 3px;
  	background-color: #FFF;
  	border-radius: 4px;
  }
  .menu-trigger span:nth-of-type(1) {
  	top: 0;
  }
  .menu-trigger span:nth-of-type(2) {
  	top: 9px;
  }
  .menu-trigger span:nth-of-type(3) {
  	bottom: 0;
  }
  /*.menu-trigger::after {
  	position: absolute;
  	left: -5px;
  	bottom: -18px;;
  	display: block;
  	width: 100%;
  	color: #555;
  	font-size: 1.2rem;
    font-family: "Cinzel", serif;
  	text-decoration: none;
  	text-align: center;
  	transition: all .4s;
  }
  .menu-trigger.is-active::after {
  	content: 'CLOSE';
  	bottom: -20px;
  }*/
  .menu-trigger.is-active span:nth-of-type(1) {
  	-webkit-transform: translateY(14px) rotate(-45deg);
  	transform: translateY(12px) rotate(-45deg);
  }
  .menu-trigger.is-active span:nth-of-type(2) {
  	opacity: 0;
  }
  .menu-trigger.is-active span:nth-of-type(3) {
  	-webkit-transform: translateY(-14px) rotate(45deg);
  	transform: translateY(-7px) rotate(45deg);
  }

  header{
    padding: 0;
  }
  div#header-logo{
    padding: 3vw 3vw 1.6vw 3vw
  }
  div#header-logo img{
      width:70px;
;
  }
  div.mob_menu{
    padding: 1em;

  }
  header.content div.mob_menu{
    background-color: rgba( 10, 10, 10, 0.25 );
  }
  header ul{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: .5em;
  }
  header.content div#header-logo img{
    width:50px;
    height: 30px;
  }

  div#header-instgram{
     margin-right: .5em;
  }

  /*モバイルメニュー*/
  .header_mob-nav {
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 999;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: calc(100vh - 50px);
    background: rgba(0,0,0,.7);
    box-sizing: border-box;
  }
  .header_mob-nav.is-open {
    display: flex;
  }
  .header_mob-nav a {
    color: #fff;
    text-decoration: none;
  }
  .header_mob-nav li {
    width: 100%;
    font-size: 1.1em;
    padding: 1em;
    box-sizing: border-box;
    text-align: center;

  }
  .header_mob-nav.is-active a {
    color: #fff000;
  }
}


/*************************************************
	FOOTER
**************************************************/
footer{
  position: relative;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  padding:50px;
  box-sizing: border-box;
  background-color: #454545;
  color: #fff;
}
footer >:last-child {
  margin-left: auto;
}
footer ul{
  list-style-type: none;
  margin-right: 2em;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
footer ul li{
  font-size:.9em;
}
footer ul li:not(:last-child){
  margin-bottom: .8em;
}


footer a{
  color:#fff;
  text-decoration: none;
}
div#footer-logo{
  margin-right: 4em;
}
div#footer-logo img{
  width:150px;
}
div#footer-instgram{
  font-size: 3em;
}

@media screen and (max-width: 639px) {
  footer{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-left: 2em;
  }

  div#footer-logo{
    margin-right: 0;
    margin-bottom: 2em;
  }


  footer >:last-child {
    margin-left: 0;
  }
  footer ul{
    width: 100%;
    margin-right: 0;
    margin-bottom: .7em;
  }
  div#footer-logo img{
    width:100px;
  }
}
/*************************************************
	Main
**************************************************/
main{
  position: relative;
  width: 100%;
}

section.full{
 width: 100%;
 height: 100vh;
}

.table-box{
  max-width: 640px;
  background: #eee;
  padding: 1em 2em;
  box-sizing: border-box;
}
.table-box h3{
  width: 100%;
  text-align: center;
}
section.content.table-box p{
  margin-bottom: .5em;
  width: auto;
  text-align: left;
  width: 100%;
}
/*************************************************
	EC
**************************************************/
.out_shop a{
  font-weight: bold;
  text-decoration: underline;
}
