@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500&display=swap');

/* リセット */
html,
body,
h1,
h2,
p,
ul,
li {
  margin: 0;
  padding: 0;
  line-height: 1.0;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  border: none;
  vertical-align: bottom;
  vertical-align:bottom;
  max-width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #4D4D4D;
  font-size: 1.6rem;
  font-family:"Noto Serif JP","Hiragino Mincho ProN","MS PMincho", serif;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
button,
select,
textarea {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

/* 全体 */
.wrap {
  margin: 0 auto;
  max-width: 1124px;
  padding: 9rem 14rem;
}

h2 {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing:0.064em;
  margin-bottom: 7.2rem;
  text-align: center;
  position: relative;
}
h2::after {
  border-bottom: 2px solid #4D4D4D;
  bottom: -1.5rem;
  content: "";
  left: calc((100% - 8rem) / 2);
  position: absolute;
  width: 8rem;
}

h3 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.96;
  margin: 0 0 2.8rem;
}
p {
  font-weight: 200;
  letter-spacing: 0.08em;
  line-height: 2;
  text-align: justify;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

.contents {
  width: 52rem;
  margin-right: 8rem;
}

a:hover {
  opacity: 0.8;
}

@media (max-width:768px){
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}

/* コンテンツ */
header {
  margin: 0 auto;
}
header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  max-width: 1190px;
  padding: 2rem;
}

header nav.pc-menu {
  margin: auto 0;
}

header nav.pc-menu ul  {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header nav.pc-menu ul li {
  margin-right: 2rem;
  letter-spacing: 0.08em;
}

header nav ul.pc-menu li:last-of-type {
  margin-right: 0;
}

.kv {
  width: 100%;
  /*height: 70rem;*/
  background-color: gray
}

.concept {
  text-align: center;
}

.concept h3 {
  line-height: 1.5;
}

.concept p {
  font-size: 2rem;
  letter-spacing: 0.1em;
  text-align: center;
}

.about {
  background: #F5F5F5;
}

.about h2 {
  margin-bottom: 6.65rem;
}


.about .contents {
  width: 52rem;
  margin-right: 8rem;
}

.about .contents:last-of-type {
  margin-right: 0;
}

.about .contents img:first-of-type {
  margin-bottom: 2rem;
  margin-top: 1.35rem;
}

.product img:first-of-type {
  margin-bottom: 6.65rem;
  width: 100%;
}
.product .contents img:first-of-type {
  margin-top: 1.35rem;
}

.product .contents:last-of-type {
  margin-right: 0;
}

.shop {
  background: #F5F5F5;
}

.shop .wrap {
  /*padding: 9rem 10rem 12rem;*/
  max-width: 1200px;
}

.shop .wrap ul li {
  margin-bottom: 11.3rem;
  width: 50%;
  text-align: center;
}
.shop .wrap ul li:nth-of-type(4n) {
  margin-right: 0;
}

.shop .wrap ul li img {
  margin-bottom: 4.4rem;
  width: 90%;
}

.shop .wrap ul li p {
  font-size: 2.2rem;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  line-height: 1.5;
}
.shop .wrap .shop-btn {
  text-align: center;
}
.shop__grid{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sns .wrap {
  padding: 9rem 10rem 9rem;
  max-width: 1200px;
}

.sns .wrap img {
  width: 22rem;
  margin: 0 2.5rem 2.5rem 0;
}

.sns .wrap img:nth-child(5n) {
  margin: 0 0 2.5rem 0;
}


.sns .wrap .sns-hushtag a {
  display: block;
  background: #CBAC14;
  width: 22rem;
  height: 22rem;
  margin: 0 2.5rem 2.5rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sns .sns-hushtag p {
  letter-spacing: 0.09em;
  color: #fff;
  margin: 1.8rem 0 0 2.5rem;
}

.sns .wrap .sns-hushtag a > img {
  width: 3.2rem;
  height: auto;
  margin: 0 0 1.3rem 79.55%;
}

.inqiry {
  background: #F5F5F5;
}
.inqiry .wrap {
  max-width: 720px;
}
.inqiry .wrap p {
  margin-bottom: 5rem;
}

.inqiry .wrap form p {
  font-weight: 500;
  margin-bottom: 1rem;
}

.inqiry .wrap form input, textarea {
  width: 100%;
  height: 48px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  padding: 0 0 0 1.5rem;
  margin-bottom:2.8rem;
}

.inqiry .wrap form textarea {
  height: calc(2.1rem * 6);
  line-height: 2.1rem;
  padding: 1.5rem;
  margin-bottom:5.2rem;
}

.inqiry .wrap form .submit-btn{
  text-align: center;
}

.inqiry .wrap form .submit-btn input {
  width: 28rem;
  height: 6rem;
  background: #999999;
  color: #fff;
  font-size: 3rem;
  font-weight: 500;
  padding: 1rem 9.5rem 1.2rem;
  margin: 0;
}

.privacy .wrap {
  background-color: #F5F5F5;
}

footer .wrap{
  padding-bottom: 0;
}

footer .wrap .contents{
  text-align: center;
  margin-bottom: 30px;
}

footer .wrap .contents img{
  margin-bottom: 2rem;
}

footer .company .flex {
  display: table;
}

footer .company .flex p {
  display: table-cell;
}
footer .company .flex p:first-of-type{
  width: 8rem;
  text-decoration: underline;
  font-weight: 500;
}

footer .company .flex p:last-of-type{
  width: 42rem;
  padding: 0.3rem 0 0.3rem 2rem;
}

footer small {
  margin: 0 auto;
  font-size: 1rem;
  padding: 8.2rem 0 11.8rem 0;
}

iframe{
  width: 520px;
}
/*sns用*/
@media screen and (min-width:960px) and (max-width:1400px) {
  .sns .wrap img:nth-child(5n) {
    margin: 0 2.5rem 2.5rem 0;
  }
  .sns .wrap img:nth-child(4n) {
    margin: 0 0 2.5rem 0;
  }
  .wrap.flex:after {
    content: "";
    display: block;
    width: 46.5rem;
    height: 0;
}
}
@media screen and (min-width:911px) and (max-width:1155px) {
  .sns .wrap img:nth-child(4n) {
    margin: 0 2.5rem 2.5rem 0;
  }
  .sns .wrap a img,
  .sns .wrap img:nth-child(6),
  .sns .wrap img:nth-child(9) {
    margin: 0 0 2.5rem 0;
}
.sns .wrap a{
  margin:0;
}
}
@media screen and (max-width:910px) {
  .sns .wrap img:nth-child(odd) {
    margin: 0 2.5rem 2.5rem 0;
}
.sns .wrap img:nth-child(even) {
  margin: 0 0 2.5rem 0;
}
.sns .wrap img:nth-child(2) {
  margin: 0 2.5rem 2.5rem 0;
}
.sns .wrap a img{
  margin: 0 2.5rem 2.5rem 0;
}
.sns .wrap a{
  margin-right: 2.5rem;
  margin-left: 2.5rem;
  order: -1;
  width: 22rem;
}
}



@media screen and (min-width:768px) and (max-width:1400px) {
  /*　画面サイズが768pxから1024pxまではここを読み込む　*/
  .about .contents, .product .contents {
    width: 100% ;
    margin-right: 0;
}
.about .contents img:first-of-type{
  margin-bottom: 0;
  margin-top: 3rem;
  margin-right: 2%;
}
.about .contents img {
  width:48%;
}

.shop .wrap ul li:nth-of-type(3n) {
  margin-right:0;
}
.shop .wrap ul li:nth-of-type(4n) {

}
.shop .flex{
  justify-content: center;
}
iframe{
  width: 50vw;
}
}
@media screen and (max-width:1400px) {
footer .wrap{
  flex-direction: column;
  align-items: center;
}
footer .wrap .contents{
  margin-right: 0;
}
}

@media screen and  (max-width:767px) {
  header img {
    width: 70vw;
}
  .about .contents, .contents{
    margin-right: 0;
  }
  .shop .wrap ul li {
    margin-bottom: 8rem;
    width: 48%;
  }
  .shop .wrap ul li img{
    margin-bottom: 2.4rem;
  }
  footer .company .flex {
    display: flex;
    flex-direction: column;
}
footer .company .flex p:last-of-type {
  width: unset;
  padding: unset;
}

}
@media screen  and ( max-width:1190px) {
  header nav.pc-menu ul li{
    margin-right: 1.4rem;
    font-size: 1.4rem;
    margin-bottom: 2rem;
  }
  .shop .wrap ul li p{
    font-size: 2rem;
  }

}
@media screen  and ( min-width:961px) {
  nav.drawer-nav {
    display: none;
  }
  button.drawer-toggle {
    display: none;
  }
}
@media screen  and ( max-width:960px) {
  nav.pc-menu {
    display: none;
  }
  button.drawer-toggle.drawer-hamburger {
    margin: 2rem;
}
ul.drawer-menu > li {
  margin: 2rem 1rem;
  text-align: center;
}
.drawer-menu-item {
  font-size: 1.4rem;
}
nav.drawer-nav {
  width: 55%;
}
.drawer--right.drawer-open .drawer-hamburger{
  right: 55%;
}
.drawer--right .drawer-nav{
  right: -55%;
}
.wrap {
  padding: 8rem 4rem;
}
.concept p{
  text-align: left;
}
.sns .wrap img:nth-child(even) {
  /*margin-right: 0;*/
}
.sns .wrap a {
  order: -1;
}
}



/* 画面外にいる状態 */
.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 500ms;
	}

/* 画面内に入った状態 */
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
  }

/* スライドテキスト */
  .s-fade-text {
    position: absolute;
    top: 37%;
    left: 10%;
    width: 100%;
    text-align: left;
    color: white;
    line-height: 1.2;
    font-size: 4vw;
    font-family: a-otf-futo-min-a101-pr6n, serif;
    font-weight: 400;
    font-style: normal;
  }
  .text-black{
    color:#000;
  }
  .s-fade-text > span {
    font-size: 1.5vw;
  }

  .swiper-slide-active .s-fade-text {
    animation: slideTextFade 1.75s ease 0s 1 normal;
  }

  @keyframes slideTextFade {
    0%, 25% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }


  #map {
    width: 100%;
    box-sizing: border-box;
    max-width: 52rem;
  }

  #map .map-inner {
    position: relative;
    height: 0;
    padding-top: 56.25%;
    overflow: hidden;
    padding-top: 340px;
  }

  #map .map-inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  @media (max-width: 960px) {

    #map .map-inner {
      padding-top: 75%;
    }
    .drawer-menu li img {
      width: 5vw;
  }

  }

  @media (max-width: 600px) {

    #map .map-inner {
      padding-top: 100%;
    }
    footer .wrap {
      align-items: flex-start;
  }
  }

