@charset "UTF-8";

/*--------------------------------------------------------------------------
   body
---------------------------------------------------------------------------*/

body {
  width: 100%;
  color: #41382c;
  font-family: 'Noto Sans JP', sans-serif, sans-serif, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Meiryo", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 14px;
  font-size: 88%\9;
  line-height: 1.75;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

/*--------------------------------------------------------------------------
   base link
---------------------------------------------------------------------------*/
a {
  color: #4d4d4d;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:link,
a:visited {}

a:hover {
  color: ;
  text-decoration: underline;
}

/*--------------------------------------------------------------------------
   header nav
---------------------------------------------------------------------------*/
#header {
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 9999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(64, 56, 44, 1);
  color: #fff;
  text-align: center;
  padding: 16px 0 20px 20px;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

#header.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}

#header.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 0;
    transform: translateY(-100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 400;
  font-size: 16px;
}

nav ul li {
  border-left: 1px solid #9a968e;
}

nav ul li:first-child {
  border-left: none;
}

nav ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 50px;
  transition: all 0.3s;
  line-height: 2.2em;
}

nav ul li.current a,
nav ul li a:hover,
nav ul li a:active {
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------------------
   footer
---------------------------------------------------------------------------*/
footer {
  background: #171717;
  color: #fff;
}

footer .foot_nav {
  background: #fff;
  padding: 20px 0;
}

footer .foot_nav ul {
  width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

footer .foot_nav ul li {
  padding: 0 20px;
  border-right: 1px solid #bbbbbc;
}

footer .foot_nav ul li:first-child {
  border-left: 1px solid #bbbbbc;
}

footer .foot_nav ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

footer .foot_nav ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

footer .copyright {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

footer .copyright img {
  display: block;
  width: 140px;
  margin: 0 auto 20px;
}

footer .copyright p {
  font-size: 12px;
  color: #ccc;
}

/*--------------------------------------------------------------------------
   Content
---------------------------------------------------------------------------*/
#Content {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  overflow: hidden;
}

br.sp {
  display: none;
}

/* main_v
-----------------------------------------------------------------*/
#main_v {
  position: relative;
  background: url(../img/main_v_bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 1350px;
  padding-top: 80px;
  box-sizing: border-box;
}

#main_v .text {
  position: absolute;
  top: 160px;
  left: 150px;
}

#main_v .text h2 {
  margin-bottom: 50px;
}

#main_v .text p {
  font-size: 20px;
  line-height: 2.5em;
  color: #41382c;
}

/* concept
-----------------------------------------------------------------*/
#concept {
  width: 100%;
  padding: 170px 0 200px;
  background: #e7dfd2;
}

#concept .inner {
  width: 1080px;
  margin: 0 auto;
}

#concept .inner h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 70px;
}

#concept .inner h2 span {
  display: block;
  font-size: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

#concept .inner .box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

#concept .inner .box+.box {
  margin-top: 75px;
}

#concept .inner .box .photo {
  width: 420px;
}

#concept .inner .box .photo img+img {
  margin-top: 75px;
}

#concept .inner .box .text {
  width: 580px;
  text-align: right;
  font-size: 16px;
  line-height: 2.5em;
}

#concept .inner .box .text p {
  margin-bottom: 60px;
}

#concept .inner .box .text p+h3 {
  margin-top: 100px;
}

#concept .inner .box .text h3 {
  position: relative;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5em;
  margin-bottom: 60px;
}

#concept .inner .box .text h3 span {
  position: relative;
  background: #e7dfd2;
  z-index: 2;
}

#concept .inner .box .text h3::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #494031;
}

/* news
-----------------------------------------------------------------*/
#news {
  width: 100%;
  padding: 170px 0 200px;
}

#news .inner {
  width: 1080px;
  margin: 0 auto;
}

#news .inner h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 70px;
}

#news .inner h2 span {
  display: block;
  font-size: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

#news .inner dl {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c3c3c3;
  padding: 28px 0;
  font-size: 16px;
}

#news .inner dl dt {
  width: 7em;
}

#news .inner dl dd.category {
  width: 150px;
  text-align: center;
  font-size: 14px;
  padding: 7px 0;
  line-height: 1em;
  box-sizing: border-box;
  border: 1px solid #6b6b6b;
  border-radius: 1000px;
}

#news .inner dl dd.ttl {
  width: 750px;
}

/* products
-----------------------------------------------------------------*/
#products {
  width: 100%;
  padding: 170px 0 0;
  background: #e7dfd2;
}

#products .inner {
  width: 1080px;
  margin: 0 auto;
}

#products .inner h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 70px;
}

#products .inner h2 span {
  display: block;
  font-size: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

#products .inner ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  align-content: flex-start;
}

#products .inner ul li {
  width: 220px;
  text-align: center;
  margin-bottom: 70px;
}

#products .inner ul li h3 {
  font-size: 16px;
  font-weight: 400;
  margin-top: 15px;
}

#products .inner ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#products .inner ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* specials
-----------------------------------------------------------------*/
#specials {
  width: 100%;
  padding: 170px 0 0;
  background: #e7dfd2;
}

#specials .inner {
  width: 1080px;
  margin: 0 auto;
}

#specials .inner h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 70px;
}

#specials .inner h2 span {
  display: block;
  font-size: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

#specials .inner ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#specials .inner ul li {
  width: 300px;
  margin-bottom: 70px;
}

#specials .inner ul li h3 {
  font-size: 15px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.5em;
}

#specials .inner a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#specials .inner a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* gallery
-----------------------------------------------------------------*/
#gallery {
  width: 100%;
  padding: 170px 0 0;
  background: #e7dfd2;
}

#gallery .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}

#gallery .inner h2 {
  width: 230px;
  font-size: 22px;
  font-weight: 400;
  margin-top: -25px;
}

#gallery .inner h2 span {
  display: block;
  font-size: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

#gallery .inner ul {
  width: 820px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#gallery .inner ul li {
  width: 245px;
  margin-bottom: 40px;
}

#gallery .inner ul li a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#gallery .inner ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* support
-----------------------------------------------------------------*/
#support {
  width: 100%;
  padding: 170px 0 200px;
  background: #e7dfd2;
}

#support .inner {
  width: 1080px;
  margin: 0 auto;
}

#support .inner h2 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 70px;
}

#support .inner h2 span {
  display: block;
  font-size: 50px;
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
}

#support .inner ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

#support .inner ul li {
  width: 190px;
}

#support .inner ul li a {
  display: block;
  width: 100%;
  background: #494031;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  padding: 20px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#support .inner ul li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

#inline_content.insta .inner {
  background: #fff;
  padding: 100px 30px;
  box-sizing: border-box;
  text-align: center;
}

#inline_content.insta .inner img {
  margin-right: 25px;
}

#inline_content.insta .inner a {
  position: relative;
  font-size: 20px;
  padding-right: 20px;
}

#inline_content.insta .inner a::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  width: 15px;
  height: 15px;
  border-right: 1px solid #494031;
  border-bottom: 1px solid #494031;
  transform: rotate(-45deg);
}


/*--------------------------------------------------------------------------
   fade_box
---------------------------------------------------------------------------*/
.fade_box {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: 1.0s;
}

.fade_in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.right_box {
  opacity: 0;
  transform: translate(20px, 0);
  -webkit-transform: translate(20px, 0);
  transition: 1.0s;
}

.right_in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.left_box {
  opacity: 0;
  transform: translate(-20px, 0);
  -webkit-transform: translate(-20px, 0);
  transition: 1.0s;
}

.left_in {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.list_products li {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: .8s;
}

.list_products li.active {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.list_specials li {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: .8s;
}

.list_specials li.active {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.list_gallery li {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: .8s;
}

.list_gallery li.active {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

.list_support li {
  opacity: 0;
  transform: translate(0, 20px);
  -webkit-transform: translate(0, 20px);
  transition: .8s;
}

.list_support li.active {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}



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

  /* Toggle(Button) */
  #navToggle {
    display: none;
    position: fixed;
    right: 20px;
    top: 19px;
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 8000
  }

  #navToggle div {
    position: relative
  }

  #navToggle span {
    display: block;
    position: absolute;
    /*to div*/
    width: 100%;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
  }

  #navToggle span:nth-child(1) {
    top: 0
  }

  #navToggle span:nth-child(2) {
    top: 11px;
  }

  #navToggle span:nth-child(3) {
    top: 22px;
  }

  /* Toggle(Button) */
  #navToggle {
    display: block;
  }

  /* Click Toggle(Button) */
  #navToggle.openNav span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 1px #fff;
  }

  #navToggle.openNav span:nth-child(2) {
    display: none;
  }

  #navToggle.openNav span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 1px #fff;
    width: 100%;
  }

  .sp-menu {
    position: fixed;
    top: 62px;
    left: 0;
    width: 100%;
    height: auto%;
    background: rgba(65, 56, 44, 1);
    z-index: 7000;
    display: none;
  }

  .openNav {
    display: block;
  }

}

/* SP
-----------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    width: 100%;
    overflow-x: hidden;
  }

  br.sp {
    display: block;
  }

  br.pc {
    display: none;
  }

  /*--------------------------------------------------------------------------
    header nav
  ---------------------------------------------------------------------------*/
  #header {
    position: fixed;
    top: 0;
    left: 0;
    height: 63px;
    width: 100%;
    z-index: 9999;
    display: block;
    padding: 16px 0 20px 0;
    box-sizing: border-box;
  }

  #header h1 img {
    height: 25px;
    width: auto;
  }

  nav ul {
    font-size: 18px;
    display: block;
    width: 100%;
  }

  nav ul li {
    border-top: 1px solid #9a968e;
    border-left: none;
    width: 100%;
  }

  nav ul li a {
    display: block;
    padding: 15px 0;
    line-height: 2.2em;
  }

  nav ul li.current a,
  nav ul li a:hover,
  nav ul li a:active {
    color: #fff;
  }

  /*--------------------------------------------------------------------------
    footer
  ---------------------------------------------------------------------------*/
  footer .foot_nav {
    padding: 0;
  }

  footer .foot_nav ul {
    width: 100%;
    display: block;
    text-align: center;
  }

  footer .foot_nav ul li {
    padding: 0 20px;
    border-right: none;
    border-top: 1px solid #bbbbbc;
  }

  footer .foot_nav ul li:first-child {
    border-left: none;
    border-top: none;
  }

  footer .foot_nav ul li a {
    padding: 10px 0;
    display: block;
  }

  /* main_v
  -----------------------------------------------------------------*/
  #main_v {
    width: 100%;
    height: 100vh;
    padding-top: 63px;
  }

  #main_v .text {
    position: absolute;
    top: 93px;
    left: 30px;
  }

  #main_v .text h2 {
    margin-bottom: 20px;
  }

  #main_v .text h2 img {
    width: 50%;
    height: auto;
  }

  #main_v .text p {
    font-size: 16px;
    line-height: 2em;
  }

  /* concept
  -----------------------------------------------------------------*/
  #concept {
    width: 100%;
    padding: 60px 0 60px;
  }

  #concept .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #concept .inner h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #concept .inner h2 span {
    font-size: 40px;
  }

  #concept .inner .box {
    display: block;
  }

  #concept .inner .box+.box {
    margin-top: 40px;
  }

  #concept .inner .box .photo {
    width: 100%;
  }

  #concept .inner .box .photo img {
    width: 100%;
    height: auto;
  }

  #concept .inner .box .photo img+img {
    margin-top: 40px;
  }

  #concept .inner .box .text {
    width: 100%;
    text-align: right;
    font-size: 14px;
    line-height: 2.5em;
    margin-top: 40px;
  }

  #concept .inner .box .text p {
    margin-bottom: 40px;
  }

  #concept .inner .box .text p+h3 {
    margin-top: 60px;
  }

  #concept .inner .box .text h3 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  /* news
  -----------------------------------------------------------------*/
  #news {
    width: 100%;
    padding: 60px 0 80px;
  }

  #news .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #news .inner h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  #news .inner h2 span {
    font-size: 40px;
  }

  #news .inner dl {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }

  #news .inner dl dt {
    width: 8em;
    margin-bottom: 10px;
  }

  #news .inner dl dd.category {
    width: auto;
    font-size: 12px;
    padding: 7px 30px;
    margin-bottom: 10px;
  }

  #news .inner dl dd.ttl {
    width: 100%;
  }

  /* products
  -----------------------------------------------------------------*/
  #products {
    width: 100%;
    padding: 60px 0 5px;
  }

  #products .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #products .inner h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #products .inner h2 span {
    font-size: 40px;
  }

  #products .inner ul {
    display: block;
  }

  #products .inner ul li {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
  }

  #products .inner ul li img {
    width: 100%;
    height: auto;
  }

  /* specials
  -----------------------------------------------------------------*/
  #specials {
    width: 100%;
    padding: 60px 0 5px;
  }

  #specials .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
  }

  #specials .inner h2 {
    font-size: 18px;
    margin-bottom: 40px;
  }

  #specials .inner h2 span {
    font-size: 40px;
  }

  #specials .inner ul {
    display: block;
  }

  #specials .inner ul li {
    width: 100%;
    margin-bottom: 40px;
  }

  #specials .inner ul li img {
    width: 100%;
    height: auto;
  }

  /* gallery
  -----------------------------------------------------------------*/
  #gallery {
    width: 100%;
    padding: 60px 0 5px;
  }

  #gallery .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
  }

  #gallery .inner h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 40px;
  }

  #gallery .inner h2 span {
    font-size: 40px;
  }

  #gallery .inner ul {
    width: 100%;
    display: flex;
  }

  #gallery .inner ul li {
    width: 47%;
    margin-bottom: 20px;
  }

  #gallery .inner ul li img {
    width: 100%;
    height: auto;
  }


  /* support
  -----------------------------------------------------------------*/
  #support {
    width: 100%;
    padding: 60px 0 80px;
  }

  #support .inner {
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    box-sizing: border-box;
    display: block;
  }

  #support .inner h2 {
    width: 100%;
    font-size: 18px;
    margin-bottom: 40px;
  }

  #support .inner h2 span {
    font-size: 40px;
  }

  #support .inner ul {
    display: block;
  }

  #support .inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  #inline_content.insta .inner {
    background: #fff;
    padding: 100px 30px;
    box-sizing: border-box;
    text-align: center;
  }

  #inline_content.insta .inner img {
    margin-right: 25px;
  }

  #inline_content.insta .inner a {
    position: relative;
    font-size: 20px;
    padding-right: 20px;
  }

  #inline_content.insta .inner a::after {
    content: "";
    position: absolute;
    top: 7px;
    right: 0;
    width: 15px;
    height: 15px;
    border-right: 1px solid #494031;
    border-bottom: 1px solid #494031;
    transform: rotate(-45deg);
  }

}

/***追従するトップへ戻るボタン***/
#page-top {
  position: fixed;
  right: 5px;
  bottom: 20px;
  height: 50px;
  text-decoration: none;
  font-weight: bold;
  transform: rotate(90deg);
  font-size: 90%;
  line-height: 1.5rem;
  color: #737373;
  padding: 0 0 0 35px;
  border-top: solid 1px;
}

#page-top::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0px;
  width: 15px;
  border-top: solid 1px;
  transform: rotate(35deg);
  transform-origin: left top;
}

/***トップへ戻るボタンここまで***/

/***横スクロール***/
.area{
  overflow: hidden;
}
.wrap{
  display: flex;
}
.item{
  height: 50vh;
  display: flex;
  justify-content: left;
  align-items: left;
  font-size: 17px;
  color: #41382c;
}