@charset "UTF-8";

html, body {
    font-family: 游明朝, YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 0;
    color: #222;
}

html{
  scroll-behavior: smooth;
}

body {
    line-height: 1;
    color: #333;
/*    background: url(../images/bg.jpg);*/
    background-size: contain;
}

ol, ul {
    list-style: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
}

caption, th, td {
    text-align: left;
    font-weight: normal;
    vertical-align: middle;
}

a img {
    border: none;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1; }

audio:not([controls]), [hidden] {
    display: none;
}

@media(min-width: 767px) {
    .sp_hide {
        display:block;
    }

    .pc_hide {
        display: none;
    }
}

@media(max-width: 767px) {
    .pc_hide {
        display:block;
    }

    .sp_hide {
        display: none;
    }
}

p {
    line-height: 1.8em;
    letter-spacing: 0.2em;
    margin-bottom: 3%;
    font-size: 14px;
}

span.bold{
  font-weight: bold;
}

img{
    width:100%;
}

.width{
    width:80%;
    margin:0 auto;
}

section {
    padding: 5% 20%;
}
  .news {
    padding: 5% 20%;
  }
@media(max-width:1546px){
  section{
    padding: 5%;
  }
    .news {
    padding: 5%;
  }
}

.textbox{
    width: 80%;
    margin: 5% auto;
}

/*////////////////////////////////////////////////////////////
navbar
/////////////////////////////////////////////////////////////*/

.fix-header {
	background-color:rgba(255,255,255,0.8);
	line-height: 66px;
	top: -66px;/* 上に隠す鷹さ */
	left: 0;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #fff;
	padding-top:15px;
	position: fixed;
	opacity:0;
	z-index: 1000;
	}

	.fix-header-contents{
		width:80%;
		margin: 0 auto;
	}

.fix-header ul{
list-style-type: none;
}

.fix-header li {
    float: left;
    margin-right: 5%;
}

.fix-header li a,.fix-header li a:visited{
	color: #333;
	text-decoration: none;
}

.fix-header li a:hover,.fix-header li a:visited:hover{
	color: #b5a66b;
  transition: 0.5s;
}

.fix-header li:last-child{
	margin-right:0;
}

li.sns{
    width: 3%;
    margin: 2%!important;
}

#scroll-fix-menu input.icon {
    width: 100%;
}

#fix-header-logo {
    float: left;
    width: 15%;
    vertical-align: middle;
}

#fix-header-logo img {
    width: 100%;
    vertical-align: middle;
    margin-top: 10%;
}

#fix-header-menus{
	float:right;
	text-align: right;
  width: 70%;
}

#scroll-fix-menu img{
padding-bottom: 5px;
   border-bottom:2px solid #fff;
}

#scroll-fix-menu .current-menu-item img{
   border-bottom:2px solid #0f142a;
}

#scroll-fix-menu a img:hover{
   border-bottom:2px solid #0f142a;
	  transition:border-color 0.6s ease-out;
}

/* micro clearfx */
.cf:before, .cf:after {
		content:"";
		display:table
}
.cf:after { clear:both }
.cf {
  zoom:1;
  text-align: center;
   } /* For IE 6/7 */

nav{
	width:100%;
	background-color: none;
}

	.nav-container{
		width:80%;
		margin: 0 auto;
	}

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

  nav ul li {
    margin: 5% 3%;
    display: inline-block;
  }

	nav ul li a,nav ul li a:visited{
		color: #333;
		text-decoration: none;
	}

  nav ul li a:hover,nav ul li a:visited:hover{
		color: #b5a66b;
    transition: 0.5s;
	}

	article{
		width:800px;
		margin:20px auto ;
	}

#gloval-nav .sns{
  width: 2%;
}

#gloval-nav  input.icon {
    width: 100%;
}


.hr{
  width: 5%;
  margin: 5% auto;
  margin-bottom: 0;
}

hr {
  border: 0.5px solid #333;
}


@media(max-width:767px){
.menu,
    .menu span {
    display: inline-block;
    -webkit-transition:all .4s;
    transition: all .4s;
    box-sizing: border-box;
    }

    .menu {
    position: fixed;
    top: 3.5%;
    left: 85%;
    width: 10%;
    height: 24px;
    z-index: 10;
    border:none;
    background:none;
}
    .menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    /*    background-color:#a56e5a;*/
    background-color:#000;
    z-index: 10;
    }

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

    .menu span:nth-of-type(2) {
    top: 40%;
    }

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

    .menu.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
    }

    .menu.active span:nth-of-type(2) {
    opacity: 0;
    }

    .menu.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
    }

    #nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    width: 55%;
    height: 100vh;
    opacity: 0;
    background-color: #b5a66b;
    transition: all 0.3s ease-in-out;
    visibility:hidden;

    }

    #nav.active{
    right: 0;
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    }

    #nav ul {
        margin: 25% 0;
        padding: 15% 0px;
    }

        #nav ul li{
        list-style-type: none;
    }

    #nav ul li a {
      display: block;
      padding: 5% 10%;
      transition: all 0.2s ease-in-out;
      text-align: left;
      text-decoration: none;
      color: #fff;
    }

      #nav ul li a:hover {
      color: #f65d5d;
      }

      img.fb_top {
      width: 35%;
      vertical-align: middle;
  }

  .logo_top {
      width: 100%;
  }

  .logo_top img {
      width: 10%;
      margin-left: 5%;
      padding: 2%;
  }

  .logo_top {
      width: 100%;
      position: fixed;
      background: #fff;
      border-bottom: 2px solid #eee;
  }

  .nav_logo{
      margin: 10%;
      width: 70%;
  }

  input.icon {
    width: 10%!important;
    margin: 10%!important;
  }

  .nav_sns a{
    color: #b5a66b;
  }
}


/*////////////////////////////////////////////////////////////
header
/////////////////////////////////////////////////////////////*/

header{
	width:100%;
	text-align: center;
}

/*////////////////////////////////////////////////////////////
about
/////////////////////////////////////////////////////////////*/

.title_logo_r{
    width: 3%;
    float: right;
}

.about_header {
    width: 80%;
    margin: 10% auto;
}

.right_p {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9%;
}

.left_p {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 9%;
    float: left;
}

.left_img {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.story{
  margin: 10% auto;
}

.about{
  padding-bottom: 0;
}
/*////////////////////////////////////////////////////////////
sales
/////////////////////////////////////////////////////////////*/

.sales{
  padding-top: 0;
}

.vanilla {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}

.detail {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9%;
}

.kaedeya {
    width: 40%;
}

button.button {
    width: 100%;
    padding: 2%;
    border: none;
    border-radius: 10px;
    background: #222;
    color: #fff;
    font-size: 25px;
    font-family: inherit;
}

button.button:hover {
    background: #a56e5a;
    transition: background-color 1s;
}

p.detail_p{
    margin: 5% 0;
}

/*////////////////////////////////////////////////////////////
photo
/////////////////////////////////////////////////////////////*/

.longphoto{
    padding: 5% 0;
    padding-bottom: 0;
}

h1 {
    text-align: center;
    font-weight: 100;
    letter-spacing: 0.3em;
    margin: 5% 0;
}

.col_six {
    width: 14%;
    display: inline-block;
    margin: 1%;
}

.col_six:hover{
    opacity: 0.5;
}

input.icon{
  width: 25%;
}

.insta{
    width: 10%;
    display: inline-block;
}

.fb{
    width: 10%;
    display: inline-block;
}

.twitter{
    width: 10%;
    display: inline-block;
}

.sns{
  text-align: center;
  margin: 5% 0;
}

.photo{
  padding-bottom: 0;
}

.photo h1{
    margin-bottom: 10%;
}

/*////////////////////////////////////////////////////////////
property
/////////////////////////////////////////////////////////////*/

.title_logo_l{
    width: 3%;
    float: left;
}

h2 {
    text-align: left;
    font-size: 22px;
    font-weight: 100;
    letter-spacing: 0.4em;
}

section.property .textbox {
    background: rgba( 55, 63, 40, 0.1 );
    padding: 10%;
    margin: 4% 0;
}

h2.last {
    text-align: center;
    margin-bottom: 10%;
}

.property ul{
  padding:0;
}

.property li {
    list-style: disc;
    margin: 2% 0;
    line-height: 1.5em;
}

.quality_img {
    width: 30%;
    float: left;
    margin: 0 5%;
}

.li {
    padding-bottom: 15%;
}

.property{
  padding-bottom: 0;
}
/*////////////////////////////////////////////////////////////
introduction recording
/////////////////////////////////////////////////////////////*/

.introduction .title_logo_r{
  width:4.5%;
}

.introduction{
  padding-bottom: 10%;
}

.sub{
  text-align: center;
}

.col_three {
    width: 32%;
    display: inline-block;
    text-align: center;
    margin: 5% 0px;
}

.col_three img{
  width: 50%;
  vertical-align: middle;
}

img.veji {
    width: 25%;
    vertical-align: middle;
}

.col_three a:hover{
  opacity: 0.5;
}

.text_link a{
  color: #333;
  text-decoration: none;
}

.text_link a:hover{
  color: #b5a66b;
}

.text_link {
    text-align: center;
    margin: 10% 0;
}

.text_link p{
  margin-bottom: 0;
}

.link {
    margin: 10% 0;
    margin-top:5%; 
}

/*////////////////////////////////////////////////////////////
qa
/////////////////////////////////////////////////////////////*/

.title_bgnone h1 {
    padding: 2% 0;
    padding-bottom: 0%;
    color:gray;
}

p.question:hover {
    text-decoration: none;
}

p.answer {
        display: none;
        background: #f2f2f2;
        margin-left: 1em;
        padding: 10px;
}

p.question {
    cursor: pointer;
    border-bottom: 1px dotted;
    padding:2% 0;
}

img.q {
    width: 3%;
    margin-right: 1%;
    vertical-align: middle;
}

img.a {
    width: 3%;
    vertical-align: middle;
    margin-right: 1%;
    float:left;
    margin-bottom: 3%;
}

.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
	color: #ffffff;
}

.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.cp_actab label {
    line-height: 3;
    position: relative;
    display: block;
    padding: 0 0 0 1em;
    cursor: pointer;
    margin: 0 0 1px 0;
    color: #fff;
    border-bottom: 1px dotted #fff;
    padding: 2% 0;
}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition:0.35s;
	transition:0.5s;
	background: #fff;
}

.cp_actab p {
	margin: 1em;
    color: #fff;
}

p.a {
    color: #333!important;
    padding: 5%;
}

/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 20em;
}

/* Icon */
.cp_actab label::after {
    line-height: 3;
    position: absolute;
    top: 20%;
    right: 0;
    display: block;
    width: 3em;
    height: 3em;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.cp_actab input[type=checkbox] + label::after {
	content: '+';
}

.cp_actab input[type=checkbox]:checked + label::after {
	transform: rotate(315deg);
}


.qa{
  background: #231815;
}

.qa .detail {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}

.qa h1{
  color: #fff;
}

.last_sales {
    margin-top: 10%;
}

.copyright{
  text-align: center;
}

.copyright p{
  margin-bottom: 0;
}

/*///////////////////////////////////////////////////////
1280px~
//////////////////////////////////////////////////////*/

@media(max-width:1500px){
  .fix-header-contents {
      width: 90%;
      margin: 0 auto;
  }
}

@media(max-width:1546px){
  section {
    padding: 5% 15%!important;
}
  .news {
    padding: 5% 15%!important;
  }
}

/*///////////////////////////////////////////////////////
スマホ
//////////////////////////////////////////////////////*/

@media(max-width:767px){
  p {
    font-size: 16px;
  }

  section {
      padding: 5%!important;
  }
  .news {
    padding: 5%!important;
  }
  .about {
      padding-top: 15%!important;
  }

  .title_logo_r {
      width: 25%;
      float: none;
      margin: 0 auto;
  }

  .about_header {
    width: 100%;
  }

  .about img {
    width: 100%;
    margin: 5% 0;
  }

  .about img {
      width: 100%;

}

h1{
  line-height: 1.5em;
}

.left_img {
    width: 80%;
    margin: 10% auto;
    display: block;
}

.right_p {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
}

.left_p {
    width: 100%;
    display: block;
    margin-right: 0;
}

.vanilla {
    width: 80%;
    display: block;
    margin: 0 auto;
}

.vanilla img{
  margin-top: 10%;
}

.detail {
    width: 100%;
    display: block;
    margin-left: 0;
}

.kaedeya {
    width: 80%;
    margin: 10% auto;
}

.sales {
    padding-top: 0!Important;
}

button.button {
    letter-spacing: 0.2em;
    margin: 10% 0;
}

.col_six {
    width: 47%;
  }

input.icon {
  width: 10%;
  margin: 5%;
}

#property .title_logo_l {
    width: 40%;
    float: none;
    margin: 10% auto;
}

h2 {
    text-align: center;
  }

.quality_img {
  width: 100%;
  float: none;
  margin: 0 auto;
}

.li {
    padding-bottom: 0;
}

.introduction .title_logo_r {
    width: 60%;
    margin-bottom: 15%;
}

.sub {
    text-align: left;
}

.col_three {
    width: 49%;
    margin: 7% 0px;
}

.text_link {
    text-align: left;
  }

/*--------------qa--------------*/

#qa .title_logo_l {
    width: 20%;
    float: none;
    margin: 10% auto;
}

img.q {
    width: 5%;
    display: block;
    margin: 5% 0;
}

img.a {
    width: 5%;
    float: none;
    display: block;
    margin-bottom: 5%;
}

.cp_actab label::after {
    top: 20%;
    width: 2em;
  }

.cp_actab label {
    line-height: 1.5em;
    padding: 5% 0;
}

.qa {
    background: rgba( 35, 24, 21, 0.9 );
    padding-bottom: 20%!important;
}

.copyright p {
    font-size: 12px;
    text-align: center;
}

}

/*////////////////////////////////////////////////////////////
タブレット
/////////////////////////////////////////////////////////////*/

@media(min-width:767px) and (max-width:1279px){
  .nav-container {
      width: 90%;
    }

  nav ul li a, nav ul li a:visited {
    font-size: 14px;
  }

  .fix-header li a, .fix-header li a:visited {
    font-size: 14px;
  }

  section {
    padding: 5% 10%!important;
  }
  .news {
    padding: 5% 10%!important;
  }

  .about {
    padding-bottom: 0!important;
  }

  .sales{
/*    padding-top:0!important;*/
  }

  #fix-header-menus {
    width: 80%;
  }

  button.button {
    width: 100%;
    border-radius: 10px;
  }

  .col_six {
    width: 13%;
  }

  .photosection {
    text-align: center;
  }

  input.icon {
    width: 50%;
  }

  .left_p {
    float: left;
  }

  .left_img {
      width: 29%;
      vertical-align: middle;
      margin: 6% 0;
  }

  button.button {
    width: 100%;
    border-radius: 10px;
  }
}

@media (max-width: 767px){
    .aboutimg{
        margin-right: auto!important;
        margin-left: auto!important;
        width: 90%!important;
    }
}

.js-fade-top {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll-top {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.js-fade-left {
    opacity: 0;
    visibility: hidden;
    transform: translateX(-80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll-left {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.js-fade-right {
    opacity: 0;
    visibility: hidden;
    transform: translateX(80px);
    transition: opacity 1s,visibility 1s, transform 1s;
}

.scroll-right {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.footer_fix_btn {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-height: 40px;
    padding: 5px 0 5px 0;
    text-align: center;
    background: #f8f8f8;
}
.footer_fix_btn a {
    display: block;
    width: 100%;
    text-decoration: none;
}
a.homecart {
    width: 40%;
    padding: 1%;
    border: none;
    border-radius: 10px;
/*    background: #b5a66b;*/
    background: #222;
    color: #fff;
    font-size: 15px;
    font-family: inherit;
    margin: 0px auto;
}

a.homecart:hover{
  background: #b5a66b;
  transition: 0.5s;
}

@media(max-width:767px){
    a.homecart {
        width: 80%;
    }
}

.sub span{
    font-weight: bold;
    font-size: 1.5em;
    font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}