@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Comfortaa');

html {
  font-size: 100%;
}
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Meiryo", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  /*font-family: "yu-gothic-pr6n", sans-serif;*/
  color: #1d1d1f;
}
a {
  color: #06c;
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.wrapper {
  max-width: 980px;
  padding: 0 22px;
  margin: 0 auto;
}
.link-more {
  font-size: 14px;
  position: relative;
}
.link-more::after {
  position: absolute;
  top: 54%;
  right: -12px;
  width: 7px;
  height: 7px;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid currentColor;
  border-top: 2px solid currentColor;
  content: "";
}

.link-more-button {
  background:#fff;
  font-size: 14px;
  color: #000;
  font-weight: bold;
  position: relative;
  padding: 5px 25px;
  border-radius:30px;
  transition: 1.0s ;
}
.link-more-button:hover {
  opacity: 0.5 ;
}

.link-more:hover {
  text-decoration: underline;
}

.ttl {
  font-size: 25px;
  color: #333;
  font-weight: bold;
  margin: 10px 0;
  padding: 10px 10px;
  text-align: center;
  font-family: 'Comfortaa';
}

/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  width: 100%;
  background-color: #ddd;
  position: fixed;
  z-index: 999;
}
#header .header-inner {
  height: 44px;
  display: flex;
  align-items: center;
}
#header .header-inner .logo {
  flex-shrink: 0;
  width: 100px;
  line-height: 1px;
  margin-right: 35%;
}
#navi {
  width: 100%;
}
#navi ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#navi a {
  height: 44px;
  line-height: 44px;
  display: inline-block;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px;
  opacity: 0.8;
  transition: all 0.5s;
}
#navi a:hover {
  opacity: 1;
}
.hamburger {
  display: none;
}

.video-container {
  background: #f2f2f2;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  /*top: 44px;
  margin-bottom: 44px;*/
  display: flex;
  align-items: center;
  justify-content: space-around;
}
/*@media (min-width: 600px) {
  .video-container {
    height: 100vh;
  }
}*/
 
video {
  /*-o-object-fit: cover;
     object-fit: cover;*/
  /*position: absolute;
  height: 100%;*/
  width: 100%;
  /*top: 44px;
  left: 0;*/

}

/* =================================
             CONCEPT
================================= */
#concept{
  margin-top: 100px;
  /*background: #e6e5e1;*/
}

#concept .container{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  /*background: #e6e5e1;*/
}

#concept .container .block-left{
  position: relative;
  width: calc(50vw - 10px);
  height: 400px;
  margin-top: -26px;
  background: #f2f2f2;
  background: #f2f2f2;
  /*background: url(../images/about-images01.jpg) 50%/cover no-repeat;*/
}

#concept .container .block-left video{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  overflow: hidden;
}

#concept .container .block-left-imgbox{
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 225px;
  height: 125px;
  background: #ccc;
  background: url(../images/about-images02.png) 50%/cover no-repeat;
}

#concept .container .block-right{
  align-self: flex-end;
  width: 400px;
  margin-left: 6rem;
  text-align: center;
}

#concept .container .block-right h3{
  margin-bottom: 30px;
  font-family: 'Comfortaa';
  color: #333;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: .1em;
}

#concept .container .block-right p{
  width: 100%;
  color: #333;
  text-align: left;
  line-height: 200%;
  letter-spacing: 2px;
  margin-bottom: 50px;
  font-size: 14px;
}

#concept .container .block-right a{
  color: #fff;
  background: #3c4043;
  border: none;
  position: relative;
  min-width: 230px;
  padding: 10px 80px;
  font-size: 14px;
  transition: .3s;
}

#concept .container .block-right a:hover{
  opacity: 0.6;
}

@media only screen and (max-width: 766px) {
  #concept .container{
    display: block;
  }
  #concept .container .block-left {
    width: 100%;
    display: block;
  }
  #concept .container .block-right {
    width: 96%;
    padding: 50px 2% 10px 2%;
    margin-left: 0rem;
    display: block;
  }
  #concept .container .block-left-imgbox{
    display: none;
  }
}

#concept .container-while{
  height: 100px;
  /*background: #e6e5e1;*/
}

#concept .block-imgbox{
  display:flex;
  width:100%;
  max-width: 1080px;
  margin:0 auto;
  /*background: #e6e5e1;*/
}
#concept .block-imgbox .imgbox-left,
#concept .block-imgbox .imgbox-right{
  position: relative;
  width:46%;
  margin:0 2% 0 1%;
  overflow:hidden;
  line-height: 0;
}

#concept .block-imgbox .imgbox-left a,
#concept .block-imgbox .imgbox-right a{
  display: block;
  text-decoration: none;
}


#concept .block-imgbox .imgbox-left img,
#concept .block-imgbox .imgbox-right img{
  width: 100%;
  height: auto;
  object-fit: cover;
  transition:1s all;
}

#concept .block-imgbox .imgbox-left img:hover,
#concept .block-imgbox .imgbox-right img:hover{
  transform:scale(1.2,1.2);
  transition:1s all;
}

#concept .block-imgbox .imgbox-left p,
#concept .block-imgbox .imgbox-right p{
  width: 100%;
  text-align: center;
  letter-spacing: 2px;
  position: absolute;
  color: white;
  font-size: 20px;
  font-weight: bold;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;
  text-shadow: 1px 1px 3px #444;
}

@media only screen and (max-width: 766px) {
  #concept .block-imgbox{
     display:block;
  }
  #concept .block-imgbox .imgbox-left,
  #concept .block-imgbox .imgbox-right{
    width:96%;
    margin:0 2%;
  }
  #concept .block-imgbox .imgbox-left{
    margin-bottom: 20px;
  }
}

#concept .container-bottom{
  height: 40px;
  /*background: #e6e5e1;*/
}

/* =================================
             Product
================================= */
.youtube-video{
  text-align: center;
  max-width: 1080px;
  margin: 0 auto;
}

iframe.youtube-16-9 {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
max-width: 1080px;
display: block;
margin: auto;
}

/* =================================
             shop list
================================= */

#shoplist{
  width: 100%;
  max-width: 1080px;
  margin: 30px auto;
}

#shoplist .container{
  padding: 10px;
}

#shoplist .container p{
  font-size: 13px;
  text-align: center;
  padding: 10px 0 15px;
  line-height: 1.5;
}

.shop-grid {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 -1% 30px;
  padding: 0px;
  font-size: 12px;
  text-align: center;
}
.shop-grid li {
  flex: 0 1 48%;
  margin: 0 1% 10px;
  background: #f2f2f2;
  transition: 0.5s ;
}
.shop-grid li:hover {
  opacity: 0.5 ;
}
.shop-grid a {
  padding: 10px 0;
  display:block;
  color: #222;
  text-decoration: none;
}
@media (min-width: 800px){
  .shop-grid-1-2-3 li {
    flex: 0 1 31.3333%;
    font-size: 14px;
  }
}


/* =================================
             footer-navi
================================= */

section#footer-navi{
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

section#footer-navi .main{
  padding: 10px;
  text-align: center;
  font-size: 13px;
}

#footer-navi .nav a {
  display: block;
  padding: 0 10px;
  color: #333;
}
 
@media only screen and (min-width: 641px) {
  #footer-navi .nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 0;
  }
  #footer-navi .nav a:hover {
    color: #3471a4;
  }
}

@media only screen and (max-width: 640px) {
  #footer-navi {
    text-align: center;
  }
 
  #footer-navi .nav li {
    border-top: 1px solid #ccc;
  }
 
  #footer-navi .nav li:last-child {
    border-bottom: 1px solid #ccc;
  }
 
  #footer-navi .nav li a {
    padding: 12px 20px;
    text-align: left;
  }
}

.social-btns{
  margin-bottom: 50px;
}
.social-btns .fab,.social-btns .fa-brands{
  font-size: 1.5em;
  color: #fff;
  position: relative;
  border-radius: 50%;
  padding: 20px;
  margin: 10px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease;
}
.social-btns .fab:after,.social-btns .fa-brands:after{
  content: "";
  width: 100%;
  height: 100%;
  border: solid 2px;
  transform: scale(0.8);
  position: absolute;
  border-width:3px;
  top: 0px;
  left: 0px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.social-btns .fab:hover:after,.social-btns .fa-brands:hover:after {
  transform: scale(1);
  box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23);
}
.social-btns .fa-twitter {
  background-color: rgb(29, 161, 242);;
}
.social-btns .fa-twitter:hover {
  color: rgb(29, 161, 242);;
  background-color: #fff;
}
.social-btns .fa-twitter:after {
  border-color: rgb(29, 161, 242);;
}

.social-btns .fa-x-twitter {
  background-color: rgb(15, 20, 25);
}
.social-btns .fa-x-twitter:hover {
  color: rgb(15, 20, 25);
  background-color: #fff;
}
.social-btns .fa-x-twitter:after {
  border-color: rgb(15, 20, 25);
}

.social-btns .fa-instagram {
  background-color: #CF2E92;
}
.social-btns .fa-instagram:hover {
  color: #CF2E92;
  background-color: #fff;
}
.social-btns .fa-instagram:after {
  border-color: #CF2E92;
}

.social-btns .fa-youtube {
  background-color: #c4302b;
}
.social-btns .fa-youtube:hover {
  color: #c4302b;
  background-color: #fff;
}
.social-btns .fa-youtube:after {
  border-color: #c4302b;
}


/* =================================
             footer
================================= */

footer{
    width: 100%;
    background: #f2f2f2;
}

footer p.copyright {
    background: #f2f2f2;
    padding: 20px;
    color: #333;
    text-align: center;
    font-size: 12px;
}

.canvas_wrapper,
.canvas_wrapper2,
.canvas_wrapper3{
  width: 100%;
  height: 25px;
}

/* =================================
             スマホ・PC表示切り替え
================================= */

@media(min-width:765px){/*PCのとき非表示*/
    .sp{
        display: none !important;
    }
}
@media(max-width:766px){/*スマホのとき非表示*/
    .pc{
        display: none !important;
    }
}

/*-------------------------------------------
レスポンシブ
-------------------------------------------*/
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header .header-inner .logo {
    z-index: 999;
  }
  #navi {
    position: fixed;
    background: #f1f1ef;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    transition: all 0.6s;
    z-index: 999;
  }
  #navi a {
    font-size: 12px;
    padding-left: 0;
  }
  #navi ul {
    flex-direction: column;
    padding: 44px 40px 0 40px;
    text-align: left;
  }
  #navi ul li {
    width: 100%;
    border-bottom: solid 1px #666;
  }
  #navi ul li:last-child {
    border-bottom: none;
  }
  #navi.active {
    transform: translateY(0%);
  }
  /*　ハンバーガーメニュー　*/
  .hamburger {
    width: 44px;
    height: 44px;
    display: block;
    position: fixed;
    top: 0;
    right: 8px;
    z-index: 999;
    cursor: pointer;
  }
  .hamburger span {
    width: 16px;
    height: 1px;
    background: #333;
    position: absolute;
    left: 14px;
    transition: 0.3s ease-in-out;
  }
  .hamburger span:nth-child(1) {
    top: 18px;
  }
  .hamburger span:nth-child(2) {
    top: 26px;
  }
  .hamburger.active span:nth-child(1) {
    top: 22px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2) {
    top: 22px;
    transform: rotate(45deg);
  }



  /*-------------------------------------------
  改良CSS＜breadcrumbs＞
  -------------------------------------------*/
  section#breadcrumbs{
    width: 100%;
  }
  section#breadcrumbs .main{
    max-width: 980px;
    margin: 5px auto;
    padding: 15px 10px;
    font-size: 12px;
    color: #333;
    letter-spacing: 0.2em;
  }
