@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");
@import url("http://fonts.cdnfonts.com/css/sofia-pro");
@import url("https://use.typekit.net/nmr0ovv.css");
@import url("https://use.typekit.net/nmr0ovv.css");

@keyframes fadeInNormal {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(9%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(9%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }

  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}

main {
  width: 100%;
}

a {
  text-decoration: none;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #000;
  text-align: center;
}

p {
  font-family: dnp-shuei-shogomincho-std, "Yu Mincho", "YuMincho", YuMincho, 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #000;
  text-align: center;
}

.container {
  max-width: 1160px;
  padding: 0 40px;
  margin: 0 auto;
}

h1 {
  display: none;
}

.fadeInB {
  animation: fadeInBottom 1.2s normal;
}

.fadeN {
  animation: fadeInNormal 3s normal;
}

.fadeR {
  animation: fadeInRight 1.2s normal;
}

.fadeL {
  animation: fadeInLeft 1.2s normal;
}

/* ヘッダー */
header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9998;
}

header>.container {
  height: 130px;
  display: flex;
  align-items: left;
  max-width: none;
  padding: 0 60px;
  background: none;
  z-index: 9999;
  justify-content: space-between;
}

header>.hidden {
  display: none;
}

/* ロゴ */
.header_logo img {
  height: 90px;
  margin-top: 40px;
}

.hamburger-menu>input {
  display: none;
}


/* メニュー */
.hamburger-menu {
  display: block;
}

.menu-btn {
  position: fixed;
  top: 10px;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  background-color: #000;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background-color: #fff;
  position: absolute;
}

.menu-btn span:before {
  bottom: 8px;
}

.menu-btn span:after {
  top: 8px;
}

#menu-btn-check:checked~.menu-btn span {
  background-color: rgba(255,
      255,
      255,
      0);
  /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked~.menu-btn span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#menu-btn-check:checked~.menu-btn span::after {
  top: 0;
  transform: rotate(-45deg);
}

#menu-btn-check {
  display: none;
}

.menu-content {
  width: 60%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 80;
  background-color: #000;
  transition: all 0.5s;
  /*アニメーション設定*/
}

.menu-content ul {
  padding: 200px 80px;
}

.menu-content ul li {
  border-bottom: none;
  list-style: none;
}

.menu-content ul li a {
  display: block;
  width: 60%;
  font-size: 20px;
  font-family: dnp-shuei-shogomincho-std, "Yu Mincho", "YuMincho", YuMincho, 'Noto Sans', 'Noto Sans JP', sans-serif;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  padding: 30px 10px;
  position: relative;
  text-align: left;
}

.menu-content ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  transform: rotate(45deg);
  position: absolute;
  right: 40%;
  top: 10px;
}

#menu-btn-check:checked~.menu-content {
  left: 60%;
  /*メニューを画面内へ*/
}


.menu_img {
  width: 200px;
}


/* トップ画像 */

.top_img {
  display: block;
}

/* タイトル */
.ttl {
  display: flex;
  flex-direction: column;
  justify-items: center;
  align-items: center;
  justify-content: center;
  width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  z-index: 100;
}

.ttl img {
  height: 60px;
  width: 64px;
}

.ttl h2,
.ttl h3 {
  font-family: dnp-shuei-shogomincho-std, "Yu Mincho", "YuMincho", YuMincho, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 54px;
}

.ttl h3 {
  font-size: 18px;
}

.black {
  color: #000;
}

.white {
  color: #fff;
}

/* 動画 */

.top_video , .map{
  width: 70%;
  max-width: 800px;
  margin: auto;
  margin-top: 100px;
  position: relative;
}
.top_video video, iframe{
  width: 100%;
  aspect-ratio: 16/9;
}

.ishichan_char{
  position: absolute;
  bottom: -50px;
  right: -80px;
}
.ishichan_char img{
  width: 180px;
}


/* こだわり */

.video_area{
  min-width: 800px;
  width: 70%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;

  margin-left: auto;
  margin-right: auto;
}

.video_area > .video{
  width: 20%;
  height: fit-content;
  min-height: 380px;

  background-size: contain;
  background-repeat: no-repeat;

  position: relative;
}

.video video{
  width: 100%;
  height: auto;
}

video::-webkit-media-controls {
  display:none !important;
}

#v1{
  background-image: url(/img/v1.jpg);
  margin-top: 200px;
}
#v2{
  background-image: url(/img/v2.jpg);
}
#v3{
  background-image: url(/img/v3.jpg);
  margin-top: 200px;
}
#v4{
  background-image: url(/img/v4.jpg);
}


.vtag{
  position: absolute;
}

.vtag img{
  width: 200px;
  height: auto;
}
#v1tag, #v3tag{
  top: -150px;
  left: -50px;
}
#v2tag, #v4tag{
  bottom: -150px;
  left: -50px;
}

/* メニュー */
.menu_ttl {
  position: relative;
  height: 500px;
}

.menu_ttl>img {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.menu_ttl>.ttl {
  position: absolute;
  top: 90px;
  right: 0px;
  left: 0px;
  margin: auto;
}

/* トップの大きいメニュー */
.top_product {
  position: absolute;
  top: 300px;
  right: 0px;
  left: 0px;
  margin: auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.top_product img {
  width: 500px;
  margin-left: auto;
  margin-right: auto;
}

/* トップメニューの文字 */
.top_product_ttl {
  font-size: 36px;
  margin: 20px;
}

.top_product_txt {
  font-size: 16px;
  margin-bottom: 20px;
}

.top_product_price {
  font-size: 16px;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}

/* メイン以外の商品 */

.menu {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 80px;
}

.product {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 60%;
  min-width: 820px;
  margin: 0px auto 50px;
}

.product img {
  height: 200px;
  width: 30%;
}


/* メニューの文字 */
.product_ttl {
  font-size: 30px;
  margin: 20px;
}

#p1_ttl{
  color: #1F3166;
}
#p2_ttl{
  color: #981E29;
}
#p3_ttl{
  color: #016F3C;
}
#p4_ttl{
  color: #B55F10;
}
#p5_ttl{
  color: #9A704E;
}

.product_txt {
  font-size: 14px;
  margin-bottom: 20px;
}

.product_price {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 14px;
}


/* メッセージ */

.message {
  position: relative;
}

.message>img {
  width: 100%;
  /* min-width: 1500px; */
}

/* 
.message_up {
  position: absolute;
  top: 100px;
  left: 10%;
}

.message_down {
  position: absolute;
  bottom: 100px;
  right: 10%;
}

.message_txt {
  color: #fff;
  text-align: left;
}

.large {
  font-size: 36px;
  margin-bottom: 40px;
}

.small {
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 35px;
} */



/*　コンセプト　*/

.concept {
  width: 100%;
}


/* 店舗情報エリア */

.store_area {
  position: relative;
  height: 800px;
  background-image: url(/img/store.jpg);
  /* background-size: contain; */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.black_cover{
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 800px;
}
/* 
.store_area>img {
  position: absolute;
  top: 0;
  filter: brightness(80%) blur(0.5px);
  object-fit: contain;
  width: 100%;
  height: 500px;
} */

.store_area>.ttl {
  position: absolute;
  top: 180px;
  right: 0;
  left: 0;
  margin: auto;

  width: 200px;
  color: #fff;
}
.store_area>.ttl>h3 {
  font-size: 40px;
}

#store_logo {
  width: 160px;
  height: 105px;
  margin-bottom: 20px;
}

.store_info {
  position: absolute;
  top: 400px;
  right: 0;
  left: 0;
  margin: auto;

  display: flex;
  flex-direction: column;
}

.store_info p {
  color: #fff;
  font-size: 25px;
}

.row,
.info_area {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.row {
  margin: 20px 20px;
}

.box1 {
  padding: 0;
  margin: 0 10px;
  width: 150px;
  font-weight: bold;
  border: solid 2px #fff;
}

.box2 {
  padding: 0;
  margin: 0 10px;
  width: 100px;
  font-weight: bold;
  border: solid 2px #fff;
}

/* オンラインストアバナー */

.banner_area {
  width: 100%;
  display: flex;
}

.banner {
  width: 60%;
  min-width: 500px;
  margin: 60px 0px;
  margin-left: auto;
  margin-right: auto;
}



/* フッター */
footer {
  width: 100%;
  height: 430px;
  background: url('../img/pc_bg_blue.jpg');
}

footer>.container {
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  max-width: none;
  padding: 50px 120px 0px 120px;
}

.footer_logo>img {
  width: 150px;
}

.list_nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.list_nav li {
  margin: 0px 40px;
}

.list_nav li a {
  color: #fff;
}

.tel p{
  margin-top: 30px;
  font: 400 13px 'Noto Sans', 'Noto Sans JP', sans-serif;
  color: #fff;
}


.copyright_section {
  text-align: center;
  padding-bottom: 20px;
}

.copyright {
  font: 300 10px "Sofia Pro", sans-serif;
  margin: 40px 0 0;
  color: #fff;
}

/* オンラインストアボタン　追従　共通 */

.online_store_button {
  position: fixed;
  bottom: 10px;
  right: 10px;
}

.pc_os_button {
  width: 230px;
}


/*　他ページ共通 */

.page_ttl {
  position: relative;
  padding: 0px;
  margin: 0px;
}

.page_ttl>.ttl {
  position: absolute;
  top: 100px;
  right: 0;
  left: 0;
  margin: auto;
  width: fit-content;
}




/* 焼き方ページ */

.yakikata {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;

  width: 70%;
  margin-left: auto;
  margin-right: auto;

  /* 追加 */
  margin-top: 50px;
}

.progress {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.yakikata_img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
  margin-bottom: 30px;
}

.description {
  font-size: 20px;
  font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
}


.space{
  height: 100px;
}
.store_page {
  width: 80%;
  min-width: 330px;
  margin: 0px auto 50px;
  display: flex;
  flex-direction: column;
}

.store_page img{
  width: 500px;
  margin: auto;
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 1s;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* Hover Animation*/

li:hover,
.btnarea:hover,
.action_btn:hover,
.service_btnarea:hover,
.contact_btn:hover,
.logo:hover,
.container>a:hover,
.pc_os_button:hover,
.banner:hover {
  opacity: 0.7;
}


.sp,
.sp_top_img,
.sp_os_button,
.sp_banner {
  display: none;
}


@media screen and (max-width: 820px) {

  .pc,
  .top_img,
  .pc_os_button,
  .banner {
    display: none;
  }

  .sp,
  .sp_top_img,
  .sp_os_button,
  .sp_banner {
    display: block;
  }

  /* ヘッダー */

  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }

  header>.container {
    margin-top: 0px;
    align-items: center;
    justify-content: center;
  }

  .header_logo img {
    margin-top: 20px;
    width: 100px;
    height: 70px;
  }


  .menu-content {
    width: 70%;
  }

  .menu-content ul {
    padding: 200px 20px;
  }

  .menu-content ul li a {
    width: 100%;
  }

  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    transform: rotate(45deg);
    position: absolute;
    right: 40%;
    top: 10px;
  }

  #menu-btn-check:checked~.menu-content {
    left: 30%;
    /*メニューを画面内へ*/
  }


  .menu_img {
    width: 250px;
  }





  /* トップ画像 */
  .sp_top_img>img {
    width: 100%;
  }

  /* タイトル */
  .ttl {
    width: 90%;
  }

  .ttl img {
    height: 40px;
    width: 40px;
  }

  .ttl h2 {
    font-size: 30px;
  }

  .ttl h3 {
    font-size: 12px;
  }
  



  /* 動画 */

  .top_video{
    width: 90%;
    height: 500px;
    margin-bottom:  150px;
  }

  .top_video iframe{
    height: 100%;
  }

  .ishichan_char{
    position: absolute;
    bottom: -20%;
    right: 0%;
  }
  .ishichan_char img{
    width: auto;
    height: 200px;
  }

  
  /* こだわり動画 */

  .kodawari{
    width: 100%;
  }

  .video_area{
    min-width: 300px;
    width: 95%;
    flex-direction: column;
  }

  .video_area > .video{
    width: 70%;
    margin: auto;
    height: fit-content;
    min-height: unset;

    background-size: contain;
    background-repeat: no-repeat;

    position: relative;
  }

  .video video{
    width: 100%;
    height: auto;
    margin: 20px auto;
  }

  video::-webkit-media-controls {
    display:none !important;
  }

  #v1{
    background-image: none;
    margin-top: 0;
    padding-left: 10%;
  }
  #v2{
    background-image: none;
    padding-right: 10%;
  }
  #v3{
    background-image: none;
    margin-top: 0px;
    padding-left: 10%;
  }
  #v4{
    background-image: none;
    padding-right: 10%;
  }


  .vtag{
    position: absolute;
    width: 30%;
  }

  .vtag img{
    width: 100%;
    height: auto;
  }
  #v1tag, #v3tag{
    top: -0px;
    left: -10%;
  }
  #v2tag, #v4tag{
    top: -0px;
    left: auto;
    right: -10%;
  }








  /* ぎょうざ紹介 */

  /* メニュー */
  .menu_ttl {
    height: 400px;
  }

  .menu_ttl>img {
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
  }

  /* トップの大きいメニュー */
  /* .top_product {
    top: 200px;
    align-items: center;
  }

  .top_product img {
    width: 330px;
  } */

  /* トップメニューの文字 */
  /* .top_product_ttl {
    font-size: 28px;
    margin: 20px;
  }

  .top_product_txt {
    font-size: 16px;
    margin-bottom: 20px;
    width: 80%;
  }

  .top_product_price {
    font-size: 16px;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  } */

  /* メイン以外の商品 */

  .product {
    width: 95%;
    min-width: 330px;
    margin: 0px auto 50px;
    display: flex;
    flex-direction: column;
  }

  .product img {
    width: 80%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 80px;
  }

  /* メニューの文字 */
  .product_ttl {
    font-size: 30px;
    margin: 20px;
  }

  .product_txt {
    font-size: 14px;
    margin-bottom: 20px;
  }

  .product_price {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-size: 14px;
  }


  /* メッセージ */
  .message>img {
    width: 100%;
    min-width: 0px;
  }

  .message_up {
    left: 5%;
  }

  .message_down {
    bottom: 30px;
    left: 5%;
    width: 95%;
  }

  .large {
    font-size: 22px;
    margin-bottom: 40px;
  }

  .small {
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
    font-size: 12px;
    line-height: 35px;
    background-color: rgba(0, 0, 0, 0.3);
  }

  /* オンラインストアバナー */

  .sp_banner {
    width: 90%;
    margin: 60px 0px;
    margin-left: auto;
    margin-right: auto;
  }

  /* 店舗情報エリア */

  .row {
    width: 50%;
    margin-right: 0px;
    margin-left: 0px;
    justify-content: left;
  }

  .row p {
    font-size: 12px;
  }

  .info_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: left;
  }

  .box1 {
    padding: 0;
    margin: 0 10px;
    width: 100px;
    font-weight: bold;
    border: solid 2px #fff;
  }
  
  .box2 {
    padding: 0;
    margin: 0 10px;
    width: 100px;
    font-weight: bold;
    border: solid 2px #fff;
  }

  /* 地図 */

  .map{
    width: 90%;
    height: 500px;
  }

  .map iframe{
    height: 100%;
  }

  /* 追従ボタン */
  .online_store_button {
    width: 26%;
    max-width: 100px;
    right: 10px;
    bottom: 40px;
  }

  .sp_os_button {
    width: 100%;
    margin: 0px;
  }

  /* フッター */

  footer {
    width: 100%;
    height: 400px;
    background: url('../img/sp_bg_blue_big.jpg');
  }

  footer>.container {
    padding: 20px 20px 0px;
  }


  .footer_logo>img {
    width: 150px;
  }

  .list_nav {
    flex-direction: column;
    align-items: center;
  }

  .list_nav li {
    margin: 10px 0px;
  }

  .menu_img {
    margin-top: 10px;
  }

  .copyright_section {
    text-align: center;
    padding-bottom: 20px;
  }

  .copyright {
    font: 300 10px "Sofia Pro", sans-serif;
    margin: 50px 0 0;
    color: #fff;
  }



  /*　他ページ共通 */

  .page_ttl>.ttl {
    top: 50%;
  }


  /* 焼き方ページ */

  .yakikata {
    width: 90%;
    align-items: center;
  }

  .progress {
    width: 90%;
    max-width: 250px;
    margin-bottom: 30px;
  }

  .yakikata_img {
    width: 100%;
    max-width: 250px;
  }

  .description {
    font-size: 20px;
    font-family: 'Noto Sans', 'Noto Sans JP', sans-serif;
  }

  .space{
    height: 50px;
  }

  .store_page {
    width: 95%;
    min-width: 330px;
    margin: 0px auto 50px;
    display: flex;
    flex-direction: column;
  }
  .store_page img{
    max-width: 500px;
    width: 90%;
    margin: auto;
  }

}