* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'UD Reimin Regular';
  font-style: normal;
  font-weight: 450;
  font-size: 16px;
  line-height: 208.02%;
  color: #000;
  background-color: #f7e9c6;
}

a {
  text-decoration: none;
  transition: .4s;
  color: #FF7033;
}

a:hover {
  opacity: .8;
}

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

ul {
  list-style: none;
}

/*common*/
.pc {
  display: block;
}

.sp {
  display: none;
}

.wrap {
  width: 100vw;
  overflow: hidden;
  position: relative;
}

.wrap::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background-image: url(/store/yoi/tokyo_sake/edozakura_recipe/img/bg-body.jpg);
  background-size: cover;
}

.w820 {
  max-width: 880px;
  padding: 0 30px 100px;
  margin: auto;
}

/*mv*/
.mv {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1360px;
  padding: 50px 30px 0;
  margin: 0 auto -30px;
}

.mv h1 a img {
  width: 212.44px;
  vertical-align: middle;
}

.mv .mv-hobo img {
  width: 117.05px;
  vertical-align: middle;
}

.mv .mv-img {
  padding-top: 30px;
  width: 100%;
}

/*yodogawa*/
.yodogawa {
  position: relative;
  max-width: 510px;
  padding: 0 30px;
  margin: 10px auto 120px;
}

.yodogawa-bg {
  position: absolute;
  left: calc(100% + 50px);
  width: 278.54px;
}

.yodogawa-bg.bg-1 {
  top: 5%;
  left: calc(100% + 10px);
}

.yodogawa-bg.bg-2 {
  width: 310px;
  right: calc(100% + 80px);
  top: 32%;
  left: initial;
}

.yodogawa-bg.bg-3 {
  top: 60%;
}

/*bnr*/
.bnr {
  display: flex;
  justify-content: space-between;
  margin: 0 -6px 60px;
}

.bnr a {
  width: calc(50% - 2px);
}

/*recipe*/
.recipe {
  margin-bottom: 80px;
  background-color: #fff;
  border-radius: 6px;
}

.recipe-mv img {
  border-radius: 6px 6px 0 0;
}

.recipe-cnt {
  position: relative;
  max-width: 420px;
  margin: auto;
  padding: 60px 0 100px;
}

.recipe-cnt img {
  max-width: 370px;
}

/*recommend*/
.recommend {
  margin-bottom: 150px;
}

.recommend-ttl {
  font-size: 21px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}

.recommend-btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 25px auto 0;
  padding: 14px 10px 14px 28px;
  color: #fff;
  width: 400px;
  background-color: #FF7033;
  border-radius: 10px;
}

.recommend-btn span {
  display: block;
  line-height: 1.46;
  width: 100%;
}

.recommend-btn::after {
  content: '';
  background-image: url(/store/yoi/tokyo_sake/edozakura_recipe/img/ico-triangle.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
}

.recommend-btn:first-of-type {
  margin-top: 0;
}

/*footer*/
.tukiInd-footer {
  position: relative;
  z-index: 1;
  font-family: 'Koburina Gothic W6 JIS2004';
  font-weight: 600;
}

.tukiInd-footer a {
  color: #000;
}

.tukiInd-footerLinks {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}

.tukiInd-footerLinks-sns {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Koburina Gothic W6 JIS2004';
  margin-right: 50px;
}

.tukiInd-footerLinks-sns > span {
  margin: 0 10px;
  letter-spacing: 0.05em;
}

.tukiInd-footerLinks-sns > a {
  margin: 0 10px;
}

.tukiInd-footerLinks-sns > a.tukiInd-tw {
  width: 39.57px;
}

.tukiInd-footerLinks-sns > a.tukiInd-fb {
  width: 32.55px;
}

.tukiInd-footerLinks-sns > a.tukiInd-li {
  width: 35.87px;
}

.tukiInd-footerLinks-txt1 {
  font-family: 'Koburina Gothic W6 JIS2004';
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.5;
}

.tukiInd-footerLinks-txt1 > a {
  display: inline-block;
}

.tukiInd-footerLinks-txt1 > a:nth-of-type(1), .tukiInd-footerLinks-txt1 > a:nth-of-type(2) {
  position: relative;
  margin: 0 16px 0 0;
}

.tukiInd-footerLinks-txt1 > a:nth-of-type(1)::after, .tukiInd-footerLinks-txt1 > a:nth-of-type(2)::after {
  content: '|';
  position: absolute;
  right: -15px;
  top: -2px;
  transform: rotate(40deg);
  font-size: 18px;
}

.tukiInd-footerLinks-txt2 {
  padding: 30px 0 0 10px;
}

.tukiInd-footerLinks-txt2 > a {
  display: inline-block;
  line-height: 1.5;
}

.tukiInd-footerLinks-txt2 > span {
  display: inline-block;
}

.tukiInd-footerLinks-sitename {
  font-size: 12px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 100px;
}

@media (max-width: 1040px) {
  /*yodogawa*/
  .yodogawa {
    transform: translateX(50px);
  }
}

@media (max-width: 959px) {
  /*footer*/
  .tukiInd-footerLinks {
    flex-wrap: wrap;
    justify-content: inherit;
    flex-direction: column;
    align-items: inherit;
  }
  .tukiInd-footerLinks-sns {
    justify-content: inherit;
  }
  .tukiInd-footerLinks-sns > span {
    font-size: 14px;
    margin-left: 0;
  }
  .tukiInd-footerLinks-txt1 {
    font-size: 14px;
    text-align: left;
    margin: 25px 0 0;
  }
  .tukiInd-footerLinks-txt1 > a {
    display: block;
  }
  .tukiInd-footerLinks-txt1 > a:nth-of-type(1)::before, .tukiInd-footerLinks-txt1 > a:nth-of-type(1)::after {
    content: none;
  }
  .tukiInd-footerLinks-txt1 > a:nth-of-type(2) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt1 > a:nth-of-type(2)::before, .tukiInd-footerLinks-txt1 > a:nth-of-type(2)::after {
    content: none;
  }
  .tukiInd-footerLinks-txt2 {
    text-align: left;
    padding: 30px 0 0 0;
  }
  .tukiInd-footerLinks-txt2 > a {
    display: block;
  }
  .tukiInd-footerLinks-txt2 > a:nth-of-type(2), .tukiInd-footerLinks-txt2 > a:nth-of-type(3) {
    margin: 6px 0;
  }
  .tukiInd-footerLinks-txt2 > span {
    display: none;
  }
  .tukiInd-footerLinks-sitename {
    font-size: 10px;
    text-align: left;
    margin-top: 50px;
  }
  .tukiInd-footer-inner {
    max-width: 400px;
    margin: auto;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.97;
  }
  /*common*/
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .wrap::before {
    background-image: url(/store/yoi/tokyo_sake/edozakura_recipe/img/bg-body-sp.jpg);
  }
  .w820 {
    padding: 0 20px 100px;
  }
  /*mv*/
  .mv {
    padding: 20px 20px 0;
    margin: auto;
    align-items: center;
    line-height: 1;
  }
  .mv h1 a img {
    width: 118px;
  }
  .mv .mv-hobo img {
    width: 76.05px;
  }
  .mv .mv-img {
    padding-top: 10px;
  }
  .mv .mv-img img {
    width: 102%;
    transform: translateX(-1%);
  }
  /*yodogawa*/
  .yodogawa {
    padding: 0 15px;
    margin-bottom: 50px;
    transform: initial;
  }
  /*bnr*/
  .bnr {
    display: block;
    margin: 0 -5px 45px;
  }
  .bnr a {
    display: block;
    width: 100%;
    margin: 6px 0 0;
  }
  /*recipe*/
  .recipe {
    margin-bottom: 40px;
  }
  .recipe-cnt {
    max-width: 100%;
    padding: 30px 20px;
  }
  .recipe-cnt img {
    max-width: 100%;
  }
  /*recommend*/
  .recommend {
    margin-bottom: 100px;
  }
  .recommend-ttl {
    line-height: 1.7;
    font-size: 18px;
    text-align: left;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .recommend-btn {
    font-size: 16px;
    margin-top: 20px;
    max-width: 400px;
    width: 100%;
  }
  .recommend-btn span {
    padding-right: 12px;
  }
  .recommend-btn:first-of-type {
    margin-top: 0;
  }
}

@media (max-width: 374px) {
  .w820 {
    padding: 0 15px 100px;
  }
  .mv {
    padding: 20px 15px 0;
  }
  .recipe-cnt {
    padding: 30px 15px;
  }
}
