@charset "UTF-8";
/*--------------------------
 ブレークポイント設定
----------------------------*/
/*--------------------------
 変数
----------------------------*/
/*--------------------------
 共通設定
----------------------------*/
body img {
  width: 100%;
  height: auto;
}

:focus {
  outline: none;
}

/*--------------------------
 メインビジュアル
----------------------------*/
header {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  height: 70vh;
  position: relative;
  /*
    .mainVisual-Unagi01 {
        width: 70%;
        background: url(../images/main_unagi01.jpg) no-repeat center center;
        background-size: cover;
        @include small {
            width: 100%;
        }
    }
    .mainVisual-Unagi02 {
        width: 70%;
        background: url(../images/main_unagi02.jpg) no-repeat center center;
        background-size: cover;
        @include small {
            width: 100%;
        }
    }
    .mainVisual-Hotate01 {
        width: 70%;
        background: url(../images/main_hotate01.jpg) no-repeat center center;
        background-size: cover;
        @include small {
            width: 100%;
        }
    }
    .mainVisual-Hotate02 {
        width: 70%;
        background: url(../images/main_hotate02.jpg) no-repeat center center;
        background-size: cover;
        @include small {
            width: 100%;
        }
    }
*/
}

@media (max-width: 640px) {
  header {
    height: 100vh;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

header h1 {
  display: block;
  width: 30%;
  position: relative;
}

@media (max-width: 640px) {
  header h1 {
    width: 100%;
  }
}

header h1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 70%;
  width: auto;
}

header .mainVisual {
  width: 70%;
  background: url(../images/main_hotate01.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}

@media (max-width: 640px) {
  header .mainVisual {
    width: 100%;
  }
}

header .mainVisual img {
  position: absolute;
  top: 25px;
  left: 25px;
  width: 200px;
  height: auto;
}

@media (max-width: 640px) {
  header .mainVisual img {
    top: -80px;
    left: 10px;
    width: 150px;
  }
}

header .mainBnr {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 600px;
  height: 150px;
  background: #fff;
  padding: 10px 10px 0px 10px;
  box-sizing: border-box;
}

header .mainBnr .inner {
  width: 100%;
  height: 140px;
}

header .mainBnr .inner img {
  border-radius: 10px;
}

/*--------------------------
 商品ラインナップ
----------------------------*/
.lineup {
  padding-top: 50px;
  text-align: center;
  margin-bottom: 100px;
  background: url(../images/gift_bg.jpg) no-repeat right top #fff;
  background-size: 1000px;
}

@media (max-width: 640px) {
  .lineup {
    padding-top: 0px;
    background: url(../images/gift_bg.jpg) no-repeat right top 50px #fff;
    background-size: contain;
  }
}

.lineup h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 36px;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  .lineup h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}

.lineup h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  position: relative;
  display: inline-block;
  padding: 0 55px;
  margin: 0px 0px 35px 0px;
}

@media (max-width: 640px) {
  .lineup h3 {
    font-size: 20px;
  }
}

.lineup h3::before,
.lineup h3::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 1px;
  background-color: black;
}

.lineup h3::before {
  left: 0;
}

.lineup h3::after {
  right: 0;
}

.lineup p {
  margin: 0px auto 50px auto;
}

@media (max-width: 640px) {
  .lineup p {
    text-align: left;
    margin-left: 20px;
    width: 55%;
  }
}

.lineup .productList {
  display: flex;
  justify-content: space-between;
  margin: 0px 0px 50px 0px;
  padding: 0px;
}

@media (max-width: 640px) {
  .lineup .productList {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.lineup .productList li {
  display: block;
  width: 17%;
}

@media (max-width: 640px) {
  .lineup .productList li {
    width: 29%;
    margin: 0px 2% 15px 2%;
  }
}

.lineup .productList li p {
  text-align: center;
}

@media (max-width: 640px) {
  .lineup .productList li p {
    width: 100%;
  }
}

.lineup .productList li p.productImg {
  margin: 0px 0px -10px 0px;
}

@media (max-width: 640px) {
  .lineup .productList li p.productImg {
    margin: 0px 0px 0px 0px;
  }
}

.lineup .productList li p.productName {
  margin: 0px 0px 0px 0px;
  font-size: 14px;
  line-height: 1.2;
}

.lineup .productList li p.productName strong {
  font-size: 21px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
}

/*--------------------------
 香り×旨み
----------------------------*/
.kaori-umami {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

@media (max-width: 640px) {
  .kaori-umami {
    flex-wrap: wrap;
  }
}

.kaori-umami .kaoriBlock {
  width: 50%;
  height: 100vh;
}

@media (max-width: 640px) {
  .kaori-umami .kaoriBlock {
    width: 100%;
    height: 50vh;
  }
}

.kaori-umami .kaoriBlock .kaoriImg {
  width: 100%;
  height: 100vh;
  background: url(../images/pht_dashi.jpg) no-repeat center center #fff;
  background-size: cover;
  position: relative;
}

@media (max-width: 640px) {
  .kaori-umami .kaoriBlock .kaoriImg {
    height: 50vh;
  }
}

.kaori-umami .kaoriBlock .kaoriImg h2 {
  position: absolute;
  top: 200px;
  right: 0px;
  transform: translateX(50%);
  z-index: 1000;
  width: 50%;
}

@media (max-width: 640px) {
  .kaori-umami .kaoriBlock .kaoriImg h2 {
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 80%;
  }
}

.kaori-umami .kaoriBlock .kaoriImg h2 img {
  width: 100%;
}

.kaori-umami .umamiBlock {
  width: 50%;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock {
    width: 100%;
  }
}

.kaori-umami .umamiBlock .umamiInner {
  width: 100%;
  height: 100vh;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner {
    padding-top: 15px;
    height: auto;
  }
}

.kaori-umami .umamiBlock .umamiInner .shokuPht {
  height: 50vh;
  background-size: cover;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner .shokuPht {
    width: 90%;
    height: 30vh;
    background-size: contain !important;
    margin: 0px auto;
  }
}

.kaori-umami .umamiBlock .umamiInner .umamiNote {
  height: 50vh;
  padding: 100px 100px 75px 175px;
  box-sizing: border-box;
  color: #333;
}

@media (max-width: 1350px) {
  .kaori-umami .umamiBlock .umamiInner .umamiNote {
    height: auto;
    padding: 75px 75px 75px 150px;
  }
}

@media (max-width: 959px) {
  .kaori-umami .umamiBlock .umamiInner .umamiNote {
    height: auto;
    padding: 75px 77px 75px 120px;
  }
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner .umamiNote {
    height: auto;
    padding: 0px 30px 30px 30px;
  }
}

.kaori-umami .umamiBlock .umamiInner .umamiNote h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 24px;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner .umamiNote h3 {
    font-size: 20px;
  }
}

.kaori-umami .umamiBlock .umamiInner .umamiNote h3 strong {
  font-size: 42px;
  font-weight: normal;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner .umamiNote h3 strong {
    font-size: 32px;
  }
}

.kaori-umami .umamiBlock .umamiInner.unagi {
  background: url(../images/bg_unagi.jpg) no-repeat center top 25vh #f1ead0;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner.unagi {
    background: url(../images/bg_unagi.jpg) no-repeat center top 15vh #f1ead0;
    background-size: cover;
  }
}

.kaori-umami .umamiBlock .umamiInner.unagi .shokuPht {
  background: url(../images/pht_unagi.jpg) no-repeat center top;
}

.kaori-umami .umamiBlock .umamiInner.hotate {
  background: url(../images/bg_hotate.jpg) no-repeat center top 25vh;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner.hotate {
    background: url(../images/bg_hotate.jpg) no-repeat center top 15vh #f1ead0;
    background-size: cover;
  }
}

.kaori-umami .umamiBlock .umamiInner.hotate .shokuPht {
  background: url(../images/pht_hotate.jpg) no-repeat center top;
}

.kaori-umami .umamiBlock .umamiInner.fuku {
  background: url(../images/bg_fuku.jpg) no-repeat center top 25vh;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner.fuku {
    background: url(../images/bg_fuku.jpg) no-repeat center top 15vh #f1ead0;
    background-size: cover;
  }
}

.kaori-umami .umamiBlock .umamiInner.fuku .shokuPht {
  background: url(../images/pht_fuku.jpg) no-repeat center top;
}

.kaori-umami .umamiBlock .umamiInner.kaki {
  background: url(../images/bg_kaki.jpg) no-repeat center top 25vh;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner.kaki {
    background: url(../images/bg_kaki.jpg) no-repeat center top 15vh #f1ead0;
    background-size: cover;
  }
}

.kaori-umami .umamiBlock .umamiInner.kaki .shokuPht {
  background: url(../images/pht_kaki.jpg) no-repeat center top;
}

.kaori-umami .umamiBlock .umamiInner.madai {
  background: url(../images/bg_madai.jpg) no-repeat center top 25vh;
}

@media (max-width: 640px) {
  .kaori-umami .umamiBlock .umamiInner.madai {
    background: url(../images/bg_madai.jpg) no-repeat center top 15vh #f1ead0;
    background-size: cover;
  }
}

.kaori-umami .umamiBlock .umamiInner.madai .shokuPht {
  background: url(../images/pht_madai.jpg) no-repeat center top;
}

/*--------------------------
 こだわり
----------------------------*/
.kodawari {
  background: #FFFCF2;
}

.kodawari .kodawari-inner {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner {
    flex-wrap: wrap;
  }
}

.kodawari .kodawari-inner .note {
  width: 35%;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner .note {
    width: 100%;
  }
}

.kodawari .kodawari-inner .note .ttl {
  writing-mode: vertical-rl;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  .kodawari .kodawari-inner .note .ttl {
    margin-bottom: 25px;
  }
}

.kodawari .kodawari-inner .note .ttl p {
  position: relative;
  margin: 0px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

.kodawari .kodawari-inner .note .ttl p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  display: inline-block;
  width: 45px;
  height: 1px;
  margin: auto;
  background-color: #CE493A;
  transform: rotate(90deg);
}

@media (max-width: 1350px) {
  .kodawari .kodawari-inner .note .ttl p::after {
    top: 60%;
  }
}

@media (max-width: 640px) {
  .kodawari .kodawari-inner .note .ttl p::after {
    top: 60%;
  }
}

.kodawari .kodawari-inner .note .ttl h3 {
  margin: 0px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 42px;
}

@media (max-width: 1350px) {
  .kodawari .kodawari-inner .note .ttl h3 {
    font-size: 32px;
  }
}

@media (max-width: 640px) {
  .kodawari .kodawari-inner .note .ttl h3 {
    font-size: 32px;
  }
}

.kodawari .kodawari-inner .img {
  width: 50%;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner .img {
    width: 100%;
  }
}

.kodawari .kodawari-inner.sonoichi .note {
  padding: 50px 30px 0px 0px;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner.sonoichi .note {
    padding: 50px 30px 0px 30px;
  }
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner.sonoichi .note p.txt {
    width: 40%;
  }
}

@media (max-width: 640px) {
  .kodawari .kodawari-inner.sonoichi .note p.txt {
    width: 100%;
  }
}

.kodawari .kodawari-inner.sonoichi .img {
  mix-blend-mode: multiply;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner.sonoichi .img {
    position: absolute;
    top: 5%;
    right: 0px;
    width: 50%;
    padding: 0px;
  }
}

@media (max-width: 640px) {
  .kodawari .kodawari-inner.sonoichi .img {
    top: 20%;
    width: 70%;
  }
}

.kodawari .kodawari-inner.sononi {
  flex-direction: row-reverse;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner.sononi {
    flex-direction: inherit;
    flex-wrap: wrap;
  }
}

.kodawari .kodawari-inner.sononi .note {
  padding: 50px 0px 30px 30px;
  position: relative;
}

.kodawari .kodawari-inner.sononi .note .ttl {
  position: absolute;
  top: 0px;
  right: -75px;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner.sononi .note .ttl {
    right: 0px;
    position: inherit;
  }
}

.kodawari .kodawari-inner.sononi .note p.txt {
  position: absolute;
  bottom: 50px;
}

@media (max-width: 1350px) {
  .kodawari .kodawari-inner.sononi .note p.txt {
    bottom: 10px;
  }
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner.sononi .note p.txt {
    position: inherit;
    bottom: 0px;
    width: 40%;
  }
}

@media (max-width: 640px) {
  .kodawari .kodawari-inner.sononi .note p.txt {
    width: 100%;
  }
}

.kodawari .kodawari-inner.sononi .note p.txt a {
  color: #CE493A;
}

@media (max-width: 959px) {
  .kodawari .kodawari-inner.sononi .img {
    position: absolute;
    top: 15%;
    right: 0px;
    width: 50%;
    padding: 0px;
  }
}

@media (max-width: 640px) {
  .kodawari .kodawari-inner.sononi .img {
    top: 15%;
    width: 70%;
  }
}

/*--------------------------
 開発費話
----------------------------*/
.kaihatsu {
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 100px;
}

@media (max-width: 959px) {
  .kaihatsu {
    padding: 50px 20px 50px 20px;
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
}

.kaihatsu .note {
  width: 50%;
  position: relative;
}

@media (max-width: 959px) {
  .kaihatsu .note {
    width: 100%;
  }
}

.kaihatsu .note .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 1350px) {
  .kaihatsu .note .inner {
    position: inherit;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 90%;
  }
}

.kaihatsu .note .inner h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}

@media (max-width: 1350px) {
  .kaihatsu .note .inner h3 {
    font-size: 24px;
  }
}

.kaihatsu .note .inner h3::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #ccc;
  margin: 10px auto 0px auto;
}

.kaihatsu .note .inner p.catch {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  margin-bottom: 30px;
}

@media (max-width: 959px) {
  .kaihatsu .note .inner p.catch {
    font-size: 20px;
  }
}

.kaihatsu .pht {
  width: 50%;
}

@media (max-width: 959px) {
  .kaihatsu .pht {
    width: 100%;
  }
}

/*--------------------------
 ご家庭での作り方
----------------------------*/
.make {
  margin-bottom: 100px;
}

@media (max-width: 640px) {
  .make {
    margin-bottom: 50px;
  }
}

.make h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 32px;
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}

.make h2::after {
  content: "";
  display: block;
  width: 100px;
  height: 5px;
  background: #ccc;
  margin: 10px auto 0px auto;
}

.make .step {
  margin: 0px 0px 30px 0px;
  padding: 0px;
  display: flex;
}

@media (max-width: 640px) {
  .make .step {
    flex-wrap: wrap;
  }
}

.make .step li {
  display: block;
  width: 23%;
  margin: 0px 5%;
  text-align: center;
}

@media (max-width: 640px) {
  .make .step li {
    width: 85%;
    margin: 0px 5%;
  }
}

.make .step li h3 {
  font-size: 18px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}

.make .step li h3 span {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 50px;
  color: #ffb40b;
  margin-right: 10px;
}

.make .step li p {
  margin: 0px 0px 10px 0px;
}

.make .moreBtn {
  text-align: center;
}

.make .moreBtn a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 60px 10px 60px;
  margin: 0 auto;
}

.make .moreBtn a:hover {
  text-decoration: none;
  transition: all 0.3s;
  background: #666;
}

#modal-center .recipe h3 {
  text-align: center;
  margin-bottom: 50px;
  color: #ffb40b;
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-center .recipe h3::before,
#modal-center .recipe h3::after {
  content: '';
  width: 70px;
  height: 2px;
  background-color: #ffb40b;
}

#modal-center .recipe h3::before {
  margin-right: 20px;
}

#modal-center .recipe h3::after {
  margin-left: 20px;
}

#modal-center .recipe dl dt {
  font-size: 130%;
  margin-bottom: 10px;
}

#modal-center .recipe dl dd.kanetsu {
  margin-bottom: 50px;
}

/*--------------------------
 商品情報
----------------------------*/
.product {
  text-align: center;
  padding-top: 100px;
  margin-bottom: 100px;
}

@media (max-width: 640px) {
  .product {
    padding-top: 50px;
  }
}

.product h2 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 36px;
  margin-bottom: 35px;
}

@media (max-width: 640px) {
  .product h2 {
    font-size: 26px;
  }
}

.product p.leadTxt {
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  .product p.leadTxt {
    text-align: left;
  }
}

.product .inner {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 640px) {
  .product .inner {
    flex-wrap: wrap;
  }
}

.product .inner .naka {
  width: 47%;
}

@media (max-width: 640px) {
  .product .inner .naka {
    width: 100%;
  }
}

.product .inner .naka .productList {
  display: flex;
  flex-wrap: wrap;
}

.product .inner .naka .productList li {
  display: block;
  width: 28%;
  margin: 0px 5% 30px 0px;
}

.product .inner .naka .productList li .productImg {
  margin: 0px 0px -5px 0px;
}

@media (max-width: 640px) {
  .product .inner .naka .productList li .productImg {
    margin: 0px 0px 0px 0px;
  }
}

.product .inner .naka .productList li .productName {
  margin: 0px 0px 0px 0px;
  font-size: 12px;
  line-height: 1.2;
}

.product .inner .naka .productList li .productName strong {
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
}

.product .inner .soto {
  width: 47%;
  text-align: left;
}

@media (max-width: 640px) {
  .product .inner .soto {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

.product .inner .soto p.price {
  display: inline-block;
  font-size: 18px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  margin-right: 20px;
}

@media (max-width: 640px) {
  .product .inner .soto p.price {
    display: block;
    text-align: center;
    font-size: 14px;
  }
}

.product .inner .soto p.price strong {
  font-size: 28px;
  font-weight: normal;
}

@media (max-width: 640px) {
  .product .inner .soto p.price strong {
    font-size: 24px;
  }
}

.product .inner .soto ul.iconList {
  padding: 0px;
  margin: 0px 0px 0px 0px;
  display: inline-block;
}

@media (max-width: 640px) {
  .product .inner .soto ul.iconList {
    display: flex;
    justify-content: space-around;
  }
}

.product .inner .soto ul.iconList li {
  display: inline-block;
  list-style: none;
  margin-right: 10px;
  line-height: 1;
}

@media (max-width: 640px) {
  .product .inner .soto ul.iconList li {
    width: 30%;
  }
}

.product .inner .soto ul.iconList li img {
  height: 32px;
}

@media (max-width: 640px) {
  .product .inner .soto ul.iconList li img {
    height: 28px;
  }
}

/*--------------------------
 商品詳細情報
----------------------------*/
.detail {
  background: url(../images/img_chawanmushi.jpg) no-repeat right center #3e424f;
  background-size: contain;
  text-align: center;
  padding: 100px 0px;
}

@media (max-width: 640px) {
  .detail {
    background-image: none;
    background: #EEE9E6;
    padding: 50px 30px;
  }
}

.detail .uk-container {
  background: rgba(255, 255, 255, 0.85);
}

.detail .uk-container h3 {
  margin-top: 75px;
  font-size: 20px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

@media (max-width: 640px) {
  .detail .uk-container h3 {
    margin-top: 35px;
  }
}

.detail .uk-container table {
  width: 100%;
  margin-bottom: 50px;
  font-size: 80%;
}

@media (max-width: 640px) {
  .detail .uk-container table {
    margin-bottom: 20px;
  }
}

.detail .uk-container table th,
.detail .uk-container table td {
  padding: 15px 5px;
  text-align: left;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 640px) {
  .detail .uk-container table th,
  .detail .uk-container table td {
    display: block;
  }
}

@media (max-width: 640px) {
  .detail .uk-container table th {
    padding: 15px 5px 5px 5px;
  }
}

@media (max-width: 640px) {
  .detail .uk-container table td {
    border-top: none;
    padding: 5px 5px 15px 5px;
  }
}

.detail .uk-container table td ul {
  margin: 0px;
}

.detail .uk-container table td dl {
  margin: 0px;
  padding: 0px;
}

.detail .uk-container table td dt {
  margin: 0px;
  padding: 5px 0px 5px 0px;
}

.detail .uk-container table td dd {
  margin: 0px;
  padding: 0px 0px 0px 20px;
}

/*--------------------------
 金の輝き
----------------------------*/
.kinnokagayaki {
  display: flex;
}

@media (max-width: 640px) {
  .kinnokagayaki {
    flex-wrap: wrap;
  }
}

.kinnokagayaki .ttl {
  width: 30%;
  background: #814518;
  position: relative;
}

@media (max-width: 640px) {
  .kinnokagayaki .ttl {
    width: 100%;
  }
}

.kinnokagayaki .ttl h3 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #fff;
  margin: 0px;
  padding: 0px;
}

@media (max-width: 640px) {
  .kinnokagayaki .ttl h3 {
    position: inherit;
    text-align: center;
    padding: 7px;
    font-size: 18px;
  }
}

.kinnokagayaki .itemBlock {
  width: 70%;
  background: #E9E7E8;
  padding: 50px 50px 50px 150px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1350px) {
  .kinnokagayaki .itemBlock {
    padding: 20px 20px 20px 20px;
  }
}

@media (max-width: 640px) {
  .kinnokagayaki .itemBlock {
    width: 100%;
    padding: 20px 20px 50px 20px;
  }
}

.kinnokagayaki .itemBlock .date {
  width: 70%;
  position: relative;
}

@media (max-width: 640px) {
  .kinnokagayaki .itemBlock .date {
    width: 100%;
  }
}

.kinnokagayaki .itemBlock .date .inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 640px) {
  .kinnokagayaki .itemBlock .date .inner {
    position: inherit;
  }
}

.kinnokagayaki .itemBlock .date .inner h4 {
  font-size: 24px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  color: #814518;
}

.kinnokagayaki .itemBlock .pht {
  width: 30%;
}

@media (max-width: 640px) {
  .kinnokagayaki .itemBlock .pht {
    width: 100%;
    text-align: center;
  }
  .kinnokagayaki .itemBlock .pht img {
    width: 80%;
  }
}

.kinnokagayaki .btn {
  width: 100%;
  text-align: center;
  border-top: 1px solid #ccc;
  padding-top: 20px;
}

@media (max-width: 959px) {
  .kinnokagayaki .btn {
    border-top: none;
  }
}

.kinnokagayaki .btn a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 50px;
  margin: 0px auto;
}

/*--------------------------
 フッター
----------------------------*/
footer {
  padding: 30px 0px;
}

footer .uk-container {
  display: flex;
  justify-content: center;
}

@media (max-width: 640px) {
  footer .uk-container {
    flex-wrap: wrap;
  }
}

footer .uk-container .logo {
  width: 45%;
  display: flex;
}

@media (max-width: 640px) {
  footer .uk-container .logo {
    width: 100%;
    flex-wrap: wrap;
  }
}

footer .uk-container .logo .logoimg {
  width: 30%;
  padding-right: 30px;
  box-sizing: border-box;
}

@media (max-width: 640px) {
  footer .uk-container .logo .logoimg {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}

@media (max-width: 640px) {
  footer .uk-container .logo .logoimg img {
    width: 150px;
  }
}

footer .uk-container .logo .address {
  width: 70%;
  font-size: 12px;
}

@media (max-width: 640px) {
  footer .uk-container .logo .address {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
  }
}

footer .uk-container .copyright {
  width: 45%;
  text-align: right;
  font-size: 12px;
}

@media (max-width: 640px) {
  footer .uk-container .copyright {
    width: 100%;
    text-align: center;
  }
}

/*--------------------------
 購入ボタン
----------------------------*/
.buyBlock {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 30px 0px;
}

.buyBlock a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 120px 10px 60px;
  position: relative;
}

.buyBlock a::after {
  content: "";
  display: block;
  background: url(../images/icon_cart.svg) no-repeat center center #666;
  background-size: 28px;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.buyBlock a:hover {
  text-decoration: none;
  transition: all 0.3s;
  background: #666;
}

.buyBlock a:hover::after {
  background: url(../images/icon_cart.svg) no-repeat right 3px center #666;
  background-size: 28px;
  transition: all 0.3s;
}

/*--------------------------
 お中元2022
----------------------------*/
.chugen2022 {
  margin: 30px 30px 100px 30px;
  position: relative;
}

@media (max-width: 1350px) {
  .chugen2022 {
    /* height: 500px; */
  }
}

@media (max-width: 959px) {
  .chugen2022 {
    /* height: 450px; */
    margin: 30px 30px 30px 30px;
  }
}

@media (max-width: 640px) {
  .chugen2022 {
    /* height: 500px; */
    margin: 20px 20px 50px 20px;
  }
}

.chugen2022__inner {
  background: url(../images/chugen2022_bg.jpg) no-repeat center top #c0eef7;
  background-size: cover;
  height: 80%;
}

.chugen2022__natsu {
  position: absolute;
  top: 10%;
  left: 5%;
  width: 30%;
}

@media (max-width: 640px) {
  .chugen2022__natsu {
    top: 20px;
    left: 1-px;
    width: 50%;
  }
}

.chugen2022__copy {
  position: absolute;
  top: 30px;
  right: 8%;
  width: 11%;
  z-index: 2;
}

@media (max-width: 959px) {
  .chugen2022__copy {
    width: 13%;
  }
}

@media (max-width: 640px) {
  .chugen2022__copy {
    width: 23%;
  }
}

.chugen2022__product {
  width: 23%;
  position: absolute;
  bottom: 20px;
  right: 30px;
  text-align: center;
  z-index: 1;
}

@media (max-width: 640px) {
  .chugen2022__product {
    width: 42%;
    bottom: 20px;
    right: -15px;
  }
}

.chugen2022__product img {
  max-width: 350px;
  height: auto;
}

.chugen2022__gift {
  width: 20%;
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}

@media (max-width: 640px) {
  .chugen2022__gift {
    width: 33%;
    bottom: 100px;
  }
}

.chugen2022__gift img {
  width: 100%;
  height: auto;
  max-width: 300px;
}

.chugen2022__txt {
  position: absolute;
  top: 35px;
  right: 30%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-size: 33px;
  writing-mode: vertical-rl;
  color: #1864ae;
}

@media (min-width: 1600px) {
  .chugen2022__txt {
    font-size: 42px;
  }
}

@media (max-width: 959px) {
  .chugen2022__txt {
    right: 27%;
    font-size: 30px;
  }
}

@media (max-width: 640px) {
  .chugen2022__txt {
    top: 210px;
    right: 10%;
    font-size: 16px;
  }
}

.chugen2022__txt span {
  display: block;
}

.chugen2022__txt__02 {
  margin-top: 1rem;
}

.chugen2022__labelWrap {
  position: absolute;
  top: 100px;
  left: 30%;
}

@media (max-width: 640px) {
  .chugen2022__labelWrap {
    top: 200px;
    left: 7%;
  }
}

.chugen2022__label01,
.chugen2022__label02 {
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  white-space: nowrap;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: relative;
}

@media (max-width: 959px) {
  .chugen2022__label01,
  .chugen2022__label02 {
    font-size: 18px;
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 640px) {
  .chugen2022__label01,
  .chugen2022__label02 {
    font-size: 16px;
    width: 70px;
    height: 70px;
  }
}

.chugen2022__label01 span,
.chugen2022__label02 span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.chugen2022__label01 {
  background: #f47875;
  margin-bottom: 10px;
}

.chugen2022__label02 {
  background: #fbb700;
}

.chugen2022__buyBlock {
  padding: 30px 0px;
}

@media (max-width: 640px) {
  .chugen2022__buyBlock {
    padding: 15px 0px 0px 0px;
  }
}

.chugen2022__buyBlock a {
  display: inline-block;
  background: #000;
  color: #fff;
  padding: 10px 90px 10px 30px;
  position: relative;
}

@media (max-width: 640px) {
  .chugen2022__buyBlock a {
    padding: 10px 75px 10px 10px;
  }
}

.chugen2022__buyBlock a::after {
  content: "";
  display: block;
  background: url(../images/icon_cart.svg) no-repeat center center #666;
  background-size: 28px;
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
}

.chugen2022__buyBlock a:hover {
  text-decoration: none;
  transition: all 0.3s;
  background: #666;
}

.chugen2022__buyBlock a:hover::after {
  background: url(../images/icon_cart.svg) no-repeat right 3px center #666;
  background-size: 28px;
  transition: all 0.3s;
}
