@charset "UTF-8"; /* Table Of Contents
----------------------------------------------------------------------------
General Elements
header
gNav
visual
topicPath
footer
---------------------------------------------------------------------------- */
/*General Elements
---------------------------------------------------------------------------- */
html {
    font-size: 62.5%;
}


body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 400;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color: #000000;
	letter-spacing: 0.09em;
}

a {
    text-decoration: none;
    color: #000;
    outline: none;
}

a:hover {
    text-decoration: none;
}

* {
    box-sizing: border-box;
}
p {
	line-height: 1.8;
}
input[type="text"], button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  max-width: 100%;
}

#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 10000;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: auto;
  width: 310px;
  text-align: center;
  z-index: 2;
}


/*l-header
---------------------------------------------------------------------------- */

.l-header a {
  display: block;
  transition: .3s;
}

.l-header-logo01 {
    width: 210px;
	margin-left: 40px;
	position: absolute;
	left:0;
}
.l-header-sns {
    flex-basis: 30px;
	margin-right: 30px;
	
}
.l-header-btn {
	position: relative;
}
.l-header-btn a {
	display: block;
	background: url("../img/arrow_white.png")no-repeat,#000000;
	background-size: 30px;
	background-position: right 17px bottom 50%;
	font-family: azo-sans-web, sans-serif;
	color: #fff;
	padding: 22px 65px;
	font-weight: 500;
	transition: .3s;
	line-height: 1;
	font-size: 17px;
	letter-spacing: 0.1em;
}
.l-header-btn a:hover {
	background-position: right 7px bottom 50%;
}
.l-header {
	z-index: 100;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	transition: .3s;
}
.is-top {
  top: -100px;
  transition: .3s;
}
.is-scrolled .l-header-content {
	position: absolute;
	top:0;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255,255,255,1);
  transition: .3s;
}
.l-header-content {
    width: 100%;
    margin: 0 auto ;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/* l-pagetop
---------------------------------------------------------------------------- */

.l-pagetop {
  display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    background: #000;
    bottom: 32px;
    right: 50px;
    border-radius: 2px;
	z-index: 100;
}

.l-pagetop a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  transition: .3s;
}

.l-pagetop a::before {
  position: absolute;
  content: "";
  left: 0;
  margin: auto;
  top: 21px;
  right: 0;
  width: 12px;
  height: 12px;
  border-top: 4px solid #fff;
  border-left: 4px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (min-width: 768px){

  .l-header a:hover {
    opacity: .7;
  }

}

@media screen and (max-width: 1200px){
	.l-header-btn a {
		padding: 18px 45px 18px 32px;
		background-size: 22px;
	}
    .l-header-logo01 {
		width: 160px;
  }
	.top-copy {
		font-size: 1.7rem;
		padding: 80px 0;
	}
}

@media screen and (max-width: 767px){
	.l-header-content {
    margin: 0 auto ;
}
body {

	font-size: 1.4rem;
	
}
  #loader {
    width: 190px;
  }
	.l-header-sns {
    flex-basis: 26px;
    margin-right: 22px;
  }
 
  .l-header-content {
      height: 60px;
  }

  .l-header-logo01 {
      width: 180px;
	  margin: 0 0 0 20px;
  }

  
	.l-header-btn02 a {
      background: url("../img/icn-cart.png")no-repeat,#000000;
      background-size: 30px;
      display: block;
      height: 60px;
      width : 80px;
      background-position: center;
	}
}
@media screen and (max-width: 376px){
	body {font-size: 1.2rem;
	}
	.l-header-content {
	height: 50px;
	}
	.l-header-logo01 {
	width: 140px;
	}
	.l-header-sns {
	flex-basis: 22px;
	margin-right: 20px;
	}
	.l-header-btn02 a {
	background-size: 24px;
	height: 50px;
	width: 60px;
}
}
/* l-gNav
---------------------------------------------------------------------------- */
.l-gNav {

}


@media screen and (max-width: 767px){
}


/* l-footer
---------------------------------------------------------------------------- */
.l-footer {

}

.l-footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 440px;
  background: url("../img/bg_footer.jpg")repeat-x;
  background-position: top center;
  background-size: cover;
}

.l-footer-txt {
    color: #fff;
    font-size: 34px;
    font-size: 3.4rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.l-footer-list {
    display: inline-block;
    vertical-align: middle;
}

.l-footer-list li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
}

.l-footer-list li:last-child {
  margin-right: 0;
}

.l-footer-list li a {
  display: block;
  transition: .3s;
}

span.is-insta {
    display: block;
    width: 40px;
}

.l-footer-copy {
    text-align: center;
    padding: 30px 0 60px;
    font-size: 1.5rem;
    letter-spacing: 0.12em;
}

@media screen and (min-width: 768px){

  .l-footer-list li a:hover {
    opacity: .7;
  }

}


@media screen and (max-width: 1200px){

  .l-footer-content {
      height: 230px;
  }

  .l-footer-copy {
      padding: 20px 0;
      font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px){
  .l-footer-content {
      height: 160px;
  }

  .l-footer-copy {
      padding: 20px 0;
      font-size: 1rem;
  }

  .l-footer-txt {
    font-size: 2rem;
    margin-right: 20px;
  }
  span.is-insta {
      width: 23px;
  }

  .l-footer-list li {
      margin-right: 10px;
  }
	.l-pagetop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 35px;
  }
  .l-pagetop a {
      width: 40px;
      height: 40px;
  }

  .l-pagetop a::before {
      width: 10px;
      height: 10px;
      top: 18px;
      border-top: 3px solid #fff;
      border-left: 3px solid #fff;
  }
}
