@charset "utf-8";
/* CSS Document */
html {
  font-size: 62.5%; /*16px*62.5%=10px*/
}
body {
  color: #474645;
  font-family: mrs-eaves-roman-all-small-ca, "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.11em;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  color: #3C3C3C;
  text-decoration: none;
}
/*共通パーツ*/
.br-pc {
  display: block;
}
.br-sp {
  display: none;
}
.go {
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  font-weight: bold;
}
/* 画面外にいる状態 */
.fadein {
  opacity: 0.1;
  transform: translate(0, 50px);
  transition: all 500ms;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}
#effect2 .fadein:nth-of-type(2) {
  -moz-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -ms-transition-delay: 200ms;
}
#effect2 .fadein:nth-of-type(3) {
  -moz-transition-delay: 400ms;
  -webkit-transition-delay: 400ms;
  -o-transition-delay: 400ms;
  -ms-transition-delay: 400ms;
}
/*全体背景*/
.allwrap {
  background: url("../img/washi-pattern.jpg");
}
.section-tit {
  color: #333333;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
  line-height: 1.5em
}

.section-tit2 {
  color: #333333;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 5px;
  font-weight: bold;
}

.section-tit3 {
  color: #333333;
  font-size: 2.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 90px;
  line-height: 1.5em
}

.section-tit4 {
  color: #333333;
  font-size: 3.6rem;
  line-height: 1;
  text-align: center;
  position: relative;
  margin-bottom: 200px;
  line-height: 1.5em
}


.section-tit span {
  padding-top: 20px;
  display: block;
  font-size: 2.4rem;
}
.section-tit:after {
  content: "";
  display: block;
  background: url("../img/konbu.svg");
  width: 14px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -100px;
}
/*---------------------
*
*ヘッダ-グローバルナビ
*
---------------------*/
.header {
  background: url("../img/washi-pattern.jpg");
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99999;
}
.header__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__btn {
  display: none;
}
.nav {
  display: flex;
  justify-content: space-between;
  margin-left: 10px;
}
.nav__page {
  display: flex;
  align-items: center;
  font-size: 2.0rem;
}
.nav__page li:not(:last-of-type) {
  margin-right: 50px;
}
.nav__page li {
  position: relative;
}
.nav__page li:before {
  position: absolute;
  bottom: -.2em;
  content: '';
  left: 0;
  width: 100%;
  height: 4px;
  background: #111;
  opacity: 0;
  transition: .3s;
}
.nav__page li:hover:before {
  left: 50%;
  height: 1px;
  transform: translateX(-50%);
  bottom: .1em;
  opacity: 1;
}
.nav__sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1;
  margin: 0 35px 0 58px;
  min-width: 67px;
}
.nav__sns li a {
  padding: 10px 10px 5px;
  transition: .5s;
}
.nav__sns li a:hover {
  background: #C8B561;
}
.cart-btn {
  width: 80px;
  height: 80px;
  background: #C8B561;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
  transition: .8s;
}
.cart-btn:hover {
  background: #00592F;
}
.cart-btn img {
  width: 35px;
  margin-bottom: 5px;
}
.cart-btn p {
  margin-left: -4px;
}
/*---------------------
*
*メインビジュアル
*
---------------------*/
.main-visual {
  width: 100%;
  height: 100vh;
  margin-top: 80px;
  background: url("../img/202307260002.png")no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
}
.main-visual__read {
  max-width: 700px;
  width: 100%;
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 5%;
}
.main-visual__tit {
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  width: 100%;
  max-width: 1333px;
  bottom: 8%;
}
/*---------------------
*
*コンセプト
*
---------------------*/
.concept-read {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0 180px;
  text-align: center;
  font-size: 3.2rem;
}
.concept-bg {
  background: #e9dacb;
  padding-bottom: 100px;
  padding-right: 50px;
}
.concept-inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.concept-point {
  max-width: 850px;
  text-align: center;
  margin: 0 auto 50px;
}
.concept-point img {
  margin-top: -100px;
}
.concept-tit {
  margin-bottom: 38px;
}
.gray-photo {
  position: relative;
  border: 0px solid #fff;
}
.concept-shopintro > div:first-of-type {
  margin-right: 12%;
}
.gray-onfood {
  position: absolute;
  width: 55%;
  max-width: 250px;
  bottom: -50px;
  right: -25%;
}
.gray-onfood.gohan {
  width: 45%;
  max-width: 185px;
  right: -50px;
}
.concept-tit__read {
  font-size: 3.2rem;
  color: #111;
  position: relative;
  margin-bottom: 30px;
}
.concept-tit__read:after {
  content: "";
  display: block;
  background: url("../img/konbu_green.svg");
  width: 14px;
  height: 46px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -100px;
}
.concept-collaboration {
  max-width: 830px;
  margin: 0 auto 25px;
}
.concept-shopintro {
  display: flex;
  justify-content: space-between;
}
.concept-shopintro__year {
  border: 0px solid #fff;
  font-weight: bold;
  font-size: 20px;
  max-width: 210px;
  margin: 20px auto 30px;
  color: #000;
  padding: 4px 0;
}
.concept-shopintro__link {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  color: #000;
  transition: .8s;
  padding: 4px;
}
.concept-shopintro__link:hover {
  background: #00592F;
}
/*---------------------
*
*商品情報
*
---------------------*/
.products {
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0 90px;
}
.products__box {
  max-width: 1000px;
  padding: 55px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
}
.products__box {
  margin-bottom: 120px;
}
.products__box:last-of-type {
  margin-bottom: 0;
}

.products-img {
  margin-top: -90px;
}


.products-img2 img {
   width: 100%;
}




.products-name {
  display: flex;
  margin-bottom: 5px;
}
.products-name p:first-of-type {
  max-width: 272px;
}
.sheets {
  font-weight: bold;
  color: #fff;
  display: block;
  width: 56px;
  height: 56px;
  background: #C30C23;
  border-radius: 50%;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin: 0 14px;
  flex: none;
}
.sheets span {
  display: block;
  padding-top: 10px;
  font-size: 2.4rem;
  text-align: center;
}
.sheets_en {
  color: #C30C23;
  font-size: 1.8rem;
  line-height: 1.5;
}
.products-detail {
  text-align: right;
  font-size: 1.2rem;
  margin-bottom: 20px;
}

.products-detail2 {
  text-align: left;
  font-size: 1.2rem;
  margin-bottom: 20px;
}


.products-price {
  font-size: 2.0rem;
}
.products-price2 {
  font-size: 6.0rem;
}
.products-price span {
  font-size: 3.6rem;
}
.buy-btn {
  display: block;
  width: 100%;
  background: #C8B561;
  color: #fff;
  text-align: center;
  line-height: 1;
  font-size: 2.4rem;
  padding: 14px 0 10px;
  position: relative;
  transition: .8s;
}
.buy-btn:hover {
  background: #00416f;
}
.buy-btn span {
  display: block;
  font-family: mrs-eaves-roman-all-small-ca, "Times New Roman";
  padding-top: 6px;
}
.buy-btn:after {
  content: "";
  position: absolute;
  background: url("../img/dl.svg")no-repeat;
  background-size: cover;
  width: 18px;
  height: 18px;
  right: 1em;
  top: 0;
  bottom: 0;
  margin: auto;
}
/*---------------------
*
*大阪と富山、北前船が繋ぐ食物語
*
---------------------*/
.story {
  background: #00416F;
  color: #fff;
  padding: 100px 0 140px;
}
.story-inner {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}
.story .section-tit {
  color: #fff;
}
.story-read {
  font-size: 2.0rem;
  margin-bottom: 100px;
}
.story-read__imgtxt {
  padding: 1em 10px 1.8em;
}
.story-read__imgtxt img {
  margin: 0 1em;
}
.story-read__imgtxt img:first-of-type {
  max-width: 237px;
}
.story-read__imgtxt img:last-of-type {
  max-width: 190px;
}
.hokusensen {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 50px;
}
.hokusensen p {
  max-width: 498px;
}
.hokusensen-ex {
  max-width: 498px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fff;
}
.hokusensen-tit {
  position: relative;
  width: 100%;
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.hokusensen-tit::after {
  content: "";
  width: calc(100% - 6.5em);
  height: 1px;
  display: block;
  background-color: #fff;
  position: absolute;
  bottom: 50%;
  left: 6.5em;
}
.hokusensen-txt p:first-of-type {
  margin-bottom: 2em;
}
.feature {
  position: relative;
  padding-left: 100px;
}
.feature:before {
  content: "";
  position: absolute;
  background: url("../img/washi-pattern-gray.jpg");
  width: 48%;
  height: 35%;
  max-height: 540px;
  display: block;
  left: 0;
  top: 45%;
}
.feature-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 190px 0 170px;
  position: relative;
}
.feature-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.feature-list li {
  display: flex;
  justify-content: space-between;
}
.feature-list li > div {
  width: 50%;
  max-width: 470px;
  margin-left: 2%;
}
.feature-list li > p {
  width: 50%;
  max-width: 450px;
}
.feature-list li:first-of-type > p {
  margin-left: -100px;
}
.feature-list li:last-of-type > p {
  text-align: right;
}
.feature-list li:last-of-type {
  margin-top: -15%;
}
.feature-list h3 {
  font-size: 2.4rem;
  margin-bottom: 50px;
}
.feature-list__num {
  font-size: 5.0rem;
  position: relative;
  color: #C8B561;
  line-height: 1;
  margin-bottom: 60px;
}
.feature-list__num:after {
  content: "";
  position: absolute;
  width: 1em;
  bottom: -30px;
  left: 0;
  height: 2px;
  background: #C8B561;
}
/*---------------------------------

  *footer

---------------------------------*/
.footer {
  background: #00416f;
  padding: 67px 0;
  text-align: center;
}
.footer img {
  max-width: 320px;
}
.footer small {
  display: block;
  color: #fff;
  margin-top: 40px;
}
/*---------------------------------

  *タブレット関係css

---------------------------------*/
@media screen and (max-width: 900px) {
  .header {
    height: 80px;
  }
  .header__wrap {
    flex-wrap: wrap;
  }
  .header__wrap h1 {
    width: 100%;
    margin: 5px 0 2px;
  }
  .cart-btn {
    position: absolute;
    top: 0;
    right: 0;
  }
  .nav {
    margin-left: 0;
  }
  .nav__page li:not(:last-of-type) {
    margin-right: 30px;
  }
  .feature-list li:last-of-type {
    margin-top: 50px;
  }
}
/*---------------------------------

  *SPスタイルココから

---------------------------------*/
@media screen and (max-width: 767px) {
  /*共通パーツ*/
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
  .section-tit {
    margin-bottom: 25px;
  }
  /*---------------------
*
*ヘッダ-グローバルナビ
*
---------------------*/
  .header {
    height: 60px;
  }
  .header__wrap h1 {
    margin: 10px;
    width: 45%;
  }
  .header__wrap {
    padding-left: 0;
  }
  /*ナビゲーションボタン*/
  .nav__btn {
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    background: #00416F;
    top: 0px;
    right: 0px;
    z-index: 100;
  }
  .nav__btn span {
    width: 30px;
    height: 2px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    position: absolute;
    background: #fff;
    transition: .3s;
  }
  .nav__btn span:first-of-type {
    top: 16px;
  }
  .nav__btn span:nth-of-type(2) {
    top: 29px;
  }
  .nav__btn span:last-of-type {
    bottom: 16px;
  }
  .nav__btn.active span:first-of-type {
    transform: translateY(0px) rotate(-45deg);
    top: 30px;
  }
  .nav__btn.active span:nth-of-type(2) {
    left: 50%;
    opacity: 0;
    animation: active-menu-bar02 .8s forwards;
  }
  .nav__btn.active span:nth-of-type(3) {
    top: 30px;
    transform: translateY(0px) rotate(45deg);
  }
  .cart-btn {
    width: 60px;
    height: 60px;
    right: 60px;
  }
  .nav {
    width: 100%;
    top: 60px;
    background: #fff;
    display: none;
    padding-bottom: 20px;
  }
  .nav__page {
    display: block;
    padding: 50px 20px;
    ;
    margin: 0 auto;
  }
  .nav__sns {
    margin: 0;
    justify-content: center;
  }
  .nav__page {
    width: 100%;
  }
  .nav__page li a {
    width: 100%;
    border-bottom: 1px solid #C8B561;
    padding-left: 10px;
    display: block;
    margin-bottom: 10px;
  }
  .nav__page li:not(:last-of-type) {
    margin-right: 0;
  }
  .nav__page li a {
    position: relative;
  }
  .nav__page li a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: .5em;
    width: 6px;
    height: 6px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    transform: rotate(45deg)translateY(50%);
    margin-top: -5px;
  }
  .nav__sns li img {
    width: 30px;
  }
  .nav__sns li:not(:last-of-type) {
    margin-right: 20px;
  }
  .nav__page li:before {
    display: none;
  }
  .nav__sns li a:hover {
    background: transparent;
  }
  .cart-btn:hover {
    background: #C8B561;
  }
  /*---------------------
*
*メインビジュアル
*
---------------------*/
  .main-visual {
    background: url("../img/header._sp.jpg")no-repeat;
    background-size: cover;
    background-position: bottom center;
    margin-top: 60px;
    height: calc(100vh - 60px);
  }
  .main-visual__tit {
    bottom: 5%;
  }
  .main-visual__read {
    max-width: 400px;
    top: 10%;
  }
  /*---------------------
*
*コンセプト
*
---------------------*/
  .concept-read {
    padding: 50px 20px 120px;
    font-size: 2.4rem;
  }
  .concept-bg {
    padding-right: 20px;
    padding-left: 20px;
  }
  .concept-point {
    max-width: 500px;
  }
  .concept-point img {
    margin-top: -50px;
  }
  .concept-tit {
    padding: 0 10px;
  }
  .concept-tit__read {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
  .concept-tit__read:after {
    bottom: -70px;
  }
  .concept-shopintro {
    display: block;
  }
  .concept-shopintro > div:first-of-type {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .gray-photo {
    width: 75%;
    margin: 0 auto;
  }
  .gray-onfood {
    max-width: 120px;
    bottom: -30px;
    right: -50px;
  }
  .gray-onfood.gohan {
    max-width: 100px;
  }
  .concept-shopintro__year {
    margin: 20px auto 10px;
  }
  /*---------------------
*
*商品情報
*
---------------------*/
  .products {
    padding: 80px 20px 40px;
  }
  .products__box {
    padding: 50px;
    display: block;
  }
  .products-img {
    width: 90%;
    margin: -60px auto 0;
    text-align: center;
  }
  .products-name {
    display: block;
  }
  .sheets {
    display: inline-block;
    margin: 20px 14px 0 0;
  }
  .sheets_en {
    display: inline-block;
  }
  .products-detail {
    text-align: left;
    line-height: 1.2;
  }
  .products-price {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  /*---------------------
*
*大阪と富山、北前船が繋ぐ食物語
*
---------------------*/
  .story {
    padding: 100px 20px 120px;
  }
  .story .section-tit {
    font-size: 3rem;
    line-height: 1.5;
  }
  .story-read {
    font-size: 1.8rem;
    margin-bottom: 70px;
  }
  .story-read__imgtxt img {
    vertical-align: middle;
    padding: .6em 0 1.5em;
    margin: 0 .8em 0 0;
  }
  .hokusensen {
    display: block;
    padding: 0 10px;
  }
  .hokusensen-ex {
    margin-top: 40px;
  }
  .feature {
    padding-left: 0;
  }
  .feature-wrap {
    padding: 100px 30px 120px;
  }
  .feature-list li {
    display: block;
  }
  .feature-list li:first-of-type > p {
    margin-left: 0;
  }
  .feature-list li > p {
    width: 100%;
    margin-bottom: 30px;
    padding: 0 40px;
  }
  .feature-list li > div {
    width: 100%;
    margin-left: 0;
    flex: none;
  }
  .feature-list__num:after {
    bottom: -15px;
  }
  .feature-list li:last-of-type {
    margin-top: 80px;
  }
 
  /*---------------------
*
*フッター
*
---------------------*/
  .footer {
    padding: 67px 30px;
  }
  /*---------------------------------

  *消さないように

---------------------------------*/
}



