contents-wrap@charset "utf-8";
/* CSS Document */
html {
  scroll-behavior:smooth;
}
/* お知らせ枠 */
.news-box {
  position: relative;
  font-size: calc(14px + 0.25vw);
  line-height: calc(1.6rem + 0.25vw);
  max-width: 860px;
  width: 100%;
  display: block;
  margin: 0 auto 30px;
}
.news-box span a {
  font-size: calc(10px + 0.25vw);
  line-height: calc(1.0rem + 0.25vw);
  max-width: 200px;
  width: 100%;
  display: block;
  margin: 10px 0 0;
  padding: 10px 20px;
  color: #fff;
  background: #009688;
  text-align: center;
  text-decoration: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 75%;
}
.news-box span a:hover {
  background: #2e4f4c;
  transition: .5s;
}
/* SNSボタン用
============================== */
.sns-area {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}
.sns-area li a {
  padding: 0 20px;
  font-size: calc(20px + 0.25vw);
  line-height: 1.2rem;
  color: #275863;
  display: block;
}
.sns-area li a:hover {
  color: #ad3b2f;
  transition: .8s;
}
/* font-awesome用
============================== */
.fa-chevron-circle-right {
  color: #9e9e9e;
  /*color: #b38557;*/
  margin-right: 10px;
}
.recip-index-wrap a:hover .fa-chevron-circle-right {
  color: #fff;
  /*color: #ad3b2f;*/
  transition: .8s;
}
.recip-index-wrap .fa-chevron-circle-right {
  color: #fff;
}
.recip-index-wrap .fa-chevron-circle-right {
  /*margin: 0 0 5px;*/
  font-size: 0.95rem;
  letter-spacing: 0.05rem;
}
.detocoku-lineup .fa-shopping-cart {
  margin: 0 5px 0 0;
}
.detocoku-lineup .fa-chevron-right {
  margin: 0 0 0 8px;
}

/* material
============================== */
.marker_lime,.marker_lime2,.marker_lime3,.marker_lime4,.marker_lime5,.marker_lime6 {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
.marker_lime {
  background: linear-gradient(transparent 60%, rgba(179, 133, 87, 0.5) 60%);
}
.marker_lime2 {
    background: linear-gradient(transparent 60%, rgba(210, 137, 161, 0.5) 60%);
}
.marker_lime3 {
    background: linear-gradient(transparent 60%, rgba(26, 32, 77, 0.3) 60%);
}
.marker_lime4 {
    background: linear-gradient(transparent 60%, rgba(192, 32, 19, 0.3) 60%);
}
.marker_lime5 {
    background: linear-gradient(transparent 60%, rgba(219, 99, 22, 0.3) 60%);
}
.marker_lime6 {
    background: linear-gradient(transparent 60%, rgba(94, 74, 127, 0.3) 60%);
}

/* groundwrap-style
============================== */
.ground-wrap {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  background: #f6f6ed;
  background-size: cover;
  background-position: 50% 10%;
  position: relative;
  padding: 0;
}

/* header-style
============================== */
.main-visual-area {
  position: relative;
  width: 100%;
  height: calc(20vw + 350px);
  background: #333 url("../images/main-visual-50.jpg") no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  border-bottom: #efeee8 1px solid;
}
.main-visual-area.fixed {
  margin-bottom: 100px;
}
.main-visual {
  position: relative;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  display: block;
  margin: auto;
}
.site-title,
.site-title2,
.site-title3 {
  display: block;
  position: absolute;
  top: 20px;
  left: 40px;
  max-width: 8.5%;
  width: 100%;
}
.site-title3 {
  border-radius: 3px;
  padding: 30px 8px;
  background: rgba(27, 23, 23, 0.3);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.top-space {
  display: block;
  position: absolute;
  top: 38%;
  left: 38%;
  max-width: 250px;
  width: 100%;
}
.recip-bt {
  display: block;
  max-width: 15%;
  width: 100%;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
/*.recip-bt a {
  display: block;
  max-width: 15%;
  width: 100%;
  position: absolute;
  right: 40px;
  bottom: 40px;
}*/
a.link-box {
  display: inline-block;
  background: #40846b;
  padding: 5px 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
}
a:hover.link-box {
  background: #406184;
  transition: .8s;
}
p.other-link {
  text-align: center;
}

/* menu-style
============================== */
.menu-wrap {
  width: 100%;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: #f0e7d7;
}
.menu-wrap li a {
  margin: 0 30px 0 0;
  font-size: calc(10px + 0.25vw);
  line-height: 1.2rem;
  text-decoration: none;
  font-weight: bold;
  color: #333;
  text-shadow:1px 1px 1px #ffffff;
  display: block;
}
.menu-wrap li a:hover {
  color: #ad3b2f;
  transition: .8s;
}
.menu-wrap li:last-child a,
.menu-wrap li:last-child a:hover {
  margin: 0;
}
.menu-wrap.fixed {
  position: fixed;
  top:0;
  z-index: 11;
}
.logo-bt {
  display: none;
  max-width: 90px;
  width: 100%;
  margin: auto;
}

/*second-menu-style
============================== */
.second-menu-wrap {
  position: fixed;
  top:0;
  z-index: 10;
  width: 100%;
  padding: 25px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
  justify-content: center;
  background: #544f4c;
}
.second-menu-wrap li a {
  font-size: 0.8rem;
  line-height: 1.6rem;
  letter-spacing: 0.08rem;
  text-decoration: none;
  font-weight: 400;
  color: #fff;
  display: block;
  margin: 0 30px 0 0;
}
.second-menu-wrap li a:hover {
  color: #e0b6b6;
  transition: .8s;
}
.second-menu-wrap li:last-child a,
.second-menu-wrap li:last-child a:hover {
  margin: 0;
}
a .logo-bt {
  max-width: 90px;
  width: 100%;
  display: block;
  color: #333;
}
.top-menu {
    display: none;
}
a .logo-bt img {
  width: 100%;
}

/* contents-style
============================== */
.contents-wrap {
  margin-top: 90px;
}
.contents-wrap .recip-title,
.contents-wrap .detocoku-title {
  font-size: 1.2rem;
  line-height: 2.4rem;
  letter-spacing: 0.1rem;
  max-width: 650px;
  width: 100%;
  display: block;
  border-bottom: 1px #cecece solid;
  text-align: center;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.contents-wrap .recip-title {
  margin: 50px auto 25px;
}
.base-fontfamily-min.recip-title strong {
  font-family: "ヒラギノ明朝 W6 JIS2004", "Hiragino Mincho W6 JIS2004", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, serif !important;
}
.contents-wrap .detocoku-title {
  margin: 0 auto 50px;
}
.recip-wrap {
  max-width: 900px;
  width: 100%;
  border-radius: 3px;
  display: block;
  background: #fff;
  margin: 0 auto;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.recip-photo {
  width: 100%;
  height: 300px;
  position: relative;
}
.recip-photo .cooking-photo {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
img.detocoku-icon {
  max-width: 15% !important;
  width: 100% !important;
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 10;
}
.recip-credit,
.recip-credit3 {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 10px;
  /*top: 295px;*/
  bottom: 5px;
  font-style: normal;
  font-size: calc(8px + 0.25vw);
  text-align: left;
}
.recip-credit {
  text-shadow: 1px 1px 2px #fff,0 0 3px #fff;
}
.recip-credit3 {
  text-shadow: 1px 1px 2px #000,0 0 3px #000;
  color: #fff;
}
.recip-text {
  width: 100%;
  background: #ececdf;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  display: flex;
}
.recip-material,
.recip-make {
  width: 50%;
  text-align: left;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.recip-material {
  border-right: #968a7a 1px dashed;
  position: relative;
}
.recip-credit2 {
  display: inline-block;
  position: absolute;
  z-index: 5;
  left: 5px;
  /*top: 295px;*/
  bottom: -10px;
  font-style: normal;
  font-size: calc(8px + 0.25vw);
  text-shadow: 1px 1px 2px #fff,0 0 3px #fff;
}
.recip-material,
.recip-make {
  padding: 0 20px;
}
.recip-material h3,
.recip-make h3 {
  font-size: 1.0rem;
  line-height: 2.0rem;
  letter-spacing: 0.15rem;
  margin-bottom: 5px;
}
.recip-material-text,
.recip-make-text {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4rem;
  letter-spacing: 0.15rem;
  text-align: justify;
}
.recip-material-text,
.recip-make-text2 {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.75rem;
  line-height: 1.4rem;
  letter-spacing: 0.15rem;
  text-align: justify;
  margin: 5px 0;
}
.recip-material-text strong {
  display: block;
  margin-top: 5px;
}
.recip-material-text a {
  color: #158059;
}
.recip-index-wrap {
  max-width: 1200px;
  width: 100%;
  margin: 30px auto;
  text-align: center;
}
.recip-index-wrap a p {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 0.95rem;
  line-height: 1.0rem;
  letter-spacing: 0.05rem;
  color: #fff;
  text-decoration: none;
  background: #bcbcbc;
  /*border: solid 1px rgba(173, 59, 47, 0.5);*/
  border-radius: 5px;
  display: inline-block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.recip-index-wrap a:hover p {
  background: #ad3b2f;
  /*background: rgba(173,59,47,0.3);*/
  transition: .5s;
}
.ad-space {
  width: 100%;
  display: block;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.ad-space-sp {
  display: none;
}
.ad-space h3,
.ad-space-sp h3 {
  text-align: center;
  display: block;
  margin: 0 0 20px;
  font-size: calc(13px + 0.25vw);
  line-height: 1.4rem;
}
.ad-space2 h3 {
  text-align: center;
  display: block;
  margin: 0 0 20px;
  font-size: calc(16px + 0.25vw);
  line-height: 1.8rem;
  letter-spacing: 1.5px;
  background: #de5e50;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
}
.ad-space2 {
  max-width: 900px;
  margin: 0 auto 30px;
  padding: 20px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.detocoku-blend-wrap .ad-space2 p {
  letter-spacing: 1.5px;
  margin: 0;
}
.date-area {
  font-size: calc(16px + 0.25vw);
  line-height: 1.6rem;
  font-weight: bold;
}
.pre-photo {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 20px auto 30px;
}
.detocoku-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
}
.detocoku-text-area,
.detocoku-photo,
.detocoku-photo-r {
  width: 50%;
}
.detocoku-photo {
  padding-left: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.detocoku-photo-r {
  padding-right: 50px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.detocoku-text,
.detocoku-text-r {
  max-width: 450px;
  width: 100%;
  color: #524841;
}
.detocoku-text p,
.detocoku-text-r p {
  font-family: -apple-system, BlinkMacSystemFont,"Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: calc(0.75rem + 0.25vw);
  letter-spacing: 0.08rem;
  line-height: calc(1.8rem + 0.25vw)
}
.detocoku-text {
  margin: 0 0 0 auto;
  text-align: left;
}
.detocoku-text-r {
  margin: 0 auto 0 0;
  text-align: left;
}
.detocoku-text h2,
.detocoku-text-r h2 {
  display: inline-block;
  font-size: calc(16px + 0.25vw);
  line-height: 1.6rem;
  letter-spacing: 1.5px;
  margin-bottom: 20px;
}
.detocoku-photo img,
.detocoku-photo-r img {
  width: 100% !important;
  height: 300px !important;
  object-fit: cover;
  font-family: 'object-fit: cover;'
}
.detocoku-photo img {
  object-position: center 5%;
}
.detocoku-blend-wrap p {
  font-size: calc(0.75rem + 0.25vw);
  line-height: calc(1.3rem + 0.25vw);
  letter-spacing: 0.08rem;
  text-align: center;
  color: #524841;
  margin-bottom: 30px;
}
.detocoku-lineup {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto 50px;
  display: flex;
  justify-content: center;
}
.detocoku-lineup .detocoku-products {
  max-width: 200px;
  width: 100%;
  margin-right: 30px;
  text-align: center;
}
.detocoku-lineup .detocoku-products:last-child {
  margin-right: 0;
}
.detocoku-lineup h4 {
  font-size: 0.7rem;
  line-height: 1.4rem;
  letter-spacing: 0.03rem;
  margin: 10px 0;
  display: inline-block;
}
.detocoku-products .detocoku-products-photo {
  width: 100%;
  background: #f3f7ea;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 10px;
}
.detocoku-products .detocoku-products-photo img {
  width: 100%;
  padding: 5px;
  background: #dacdc1;
}
.detocoku-products-photo p.price-set {
  font-size: calc(8px + 0.25vw);
  line-height: 1rem;
  margin: 0;
}
p.price-set span {
  font-size: calc(7px + 0.25vw);
  line-height: 1rem;
}
.detocoku-products span.cart-bt a,
.detocoku-products span.cart-bt2 a {
  font-size: calc(10px + 0.25vw);
  line-height: 1rem;
  display: block;
  width: 100%;
  border-radius: 3px;
  margin: 5px 0;
  text-decoration: none;
  color: #fff;
  padding: 6px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.detocoku-products span.cart-bt a {
  background: #b38557;
}
.detocoku-products span.cart-bt2 a {
  background: #b37a57;
}
.detocoku-products span.cart-bt a:hover,
.detocoku-products span.cart-bt2 a:hover {
  background: #ad3b2f;
  transition: .8s;
}
.supervision {
  max-width: 900px;
  width: 100%;
  margin: 0 auto 50px;
  color: #524841;
  letter-spacing: 0.08rem;
  text-align: left;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
.supervision p {
  font-size: calc(0.65rem + 0.25vw);
  line-height: calc(1.8rem + 0.25vw);
}
.supervision img {
  max-width: 100px;
  width: 100%;
  margin-right: 40px;

}
a.text-link {
  color: #158059;
}
a:hover.text-link {
  color: #801515;
  transition: .8s;
}

/* footer-style
============================== */
footer {
  position: relative;
  bottom: 0;
  width: 100%;
}
footer .footer-text {
  text-align: center;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  background: #f3f7ea;
  font-size: calc(8px + 0.25vw);
  line-height: 0.9rem;
  letter-spacing: 1.5px;
}

/* ブレイクポイント
-------------------------*/
@media screen and (max-width: 1100px) {
.top-space {
    top: 39%;
    left: 41%;
    max-width: 160px;
}
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 860px) {
}
@media screen and (max-width: 768px) {
/* お知らせ */
.news-box {
  padding: 0 10px;
}
.news-box span a {
  font-size: calc(14px + 0.25vw);
  line-height: calc(1.4rem + 0.25vw);
  position: unset;
  left: 0;
  right: 0;
  margin: 10px auto 0;
}
/* // お知らせ // */
.contents-wrap {
  margin-top: 50px;
}
.contents-wrap .detocoku-title {
  margin: 0 auto 30px;
}
.recip-wrap {
  padding: 10px;
}
.detocoku-wrap {
  margin-bottom: 30px;
}
.detocoku-text, .detocoku-text-r {
  font-size: calc(13px + 0.25vw);
  line-height: 1.6rem;
}
.detocoku-text {
  padding: 0 0 0 20px;
}
.detocoku-text-r {
  padding: 0 20px 0 0;
}
.detocoku-photo {
  padding-left: 10px;
}
.detocoku-photo-r {
  padding-right: 10px;
}
.detocoku-text h2, .detocoku-text-r h2 {
  margin-bottom: 10px;
}
.detocoku-blend-wrap p {
  max-width: 600px;
  width: 100%;
  text-align: center;
  margin: 0 auto 30px;
}
.detocoku-lineup {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.detocoku-lineup .detocoku-products {
  margin-right: 15px;
}
.supervision {
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.supervision img {
  margin-right: 20px;
}
.top-space {
    top: 41%;
    left: 41%;
    max-width: 125px;
}
}
@media screen and (min-width: 660px) {
}
@media screen and (max-width: 660px) {
.ground-wrap {
  margin: 0;
}
.top-menu {
    display: block;
}
a .logo-bt {
  display: block;
  max-width: 90px;
  width: 100%;
  margin: auto;
}
.sns-bt {
  display: none;
}
.main-visual-area {
  height: calc(10vw + 280px);
}
.site-title,
.site-title2,
.site-title3 {
  top: 10px;
  left: 10px;
  max-width: 13%;
  width: 100%;
  padding: 10px 5px;
  box-sizing: border-box;
  border-radius: 3px;
}
.site-title {
  background: rgba(255, 255, 255, 0.5);
}
.site-title2,
.site-title3 {
  background: rgba(27, 23, 23, 0.5);
}

.recip-bt {
  max-width: 26%;
  right: 20px;
  /*display: none;*/
}
.menu-wrap {
  display: none;
  padding: 0;
}
.menu-wrap li a {
  width: 100%;
  margin: 0 0 1px 0;
  font-size: calc(14px + 0.25vw);
  line-height: 1.5rem;
  text-decoration: none;
  color: #54473d;
  display: block;
  background: #dcd5bb;
  padding: 5px 10px;
}
.menu-wrap li:last-child {
  margin: 0;
}

.second-menu-wrap {
  display: block;
  padding: 10px;
  position: relative;
  margin: 0;
}
.second-menu-wrap li a {
  font-size: 0.7rem;
  line-height: 1.4rem;
  letter-spacing: 0.03rem;
  margin: 0;
  padding: 5px 0;
  border-bottom: dashed 1px #333;
}
.second-menu-wrap li.logo-top a {
  border-bottom: none;
  margin: 0 0 10px;
}
.second-menu-wrap li a.marker_lime-value {
  background: none;
}
.second-menu-wrap li a i.logo-bt {
  margin: auto;
}
.second-menu {
  display: none;
}
.contents-wrap {
  margin-top: 20px;
}
.contents-wrap .recip-title {
  font-size: calc(17px + 0.25vw);
}
.recip-text {
  display: block;
}
.recip-material,
.recip-make {
  width: 100%;
}
.recip-material {
  margin-bottom: 30px;
  border-right: none;
}
.recip-material, .recip-make {
    padding: 0;
}
.recip-material h3, .recip-make h3, .ad-space h3, .ad-space-sp h3 {
  font-size: 0.9rem;
}

.recip-credit2 {
  left: 1px;
  /*top: 295px;*/
  bottom: -20px;
}


.detocoku-wrap {
  display: block;
  margin-bottom: 20px;
}
img.detocoku-icon {
  max-width: 25%;
  width: 100%;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.contents-wrap .detocoku-title {
  margin: 0 auto 20px;
  font-size: calc(17px + 0.25vw);
}
.detocoku-text-area, .detocoku-photo, .detocoku-photo-r {
  width: 100%;
}
.detocoku-text, .detocoku-text-r {
  font-size: calc(14px + 0.25vw);
  line-height: 1.6rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.detocoku-text h2, .detocoku-text-r h2 {
  margin-bottom: 10px;
}
.detocoku-photo,
.detocoku-photo-r {
  padding: 10px 0;
}
.detocoku-blend-wrap p {
    text-align: left;
    font-size: calc(12px + 0.25vw);
    line-height: 1.6rem;
    padding: 0 10px;
    box-sizing: border-box;
}
.detocoku-lineup {
  display: block;
}
.detocoku-lineup .detocoku-products, .detocoku-lineup .detocoku-products:last-child {
  max-width: 95%;
  width: 100%;
  margin: 0 auto 20px;
}
.detocoku-lineup h4 {
  font-size: 0.7rem;
  line-height: 1.4rem;
  letter-spacing: 0.03rem;
}
.detocoku-products-photo p.price-set {
  font-size: calc(12px + 0.25vw);
  line-height: 1.2rem;
}
p.price-set strong {
  margin-bottom: 5px;
  display: inline-block;
}
p.price-set span {
  font-size: calc(10px + 0.25vw);
  line-height: 1.2rem;
}
.detocoku-products span.cart-bt a, .detocoku-products span.cart-bt2 a {
  font-size: calc(14px + 0.25vw);
  line-height: 1.4rem;
}
.supervision {
  display: block;
  line-height: 1.6rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.supervision img {
  display: block;
  margin: 0 auto 20px;
}
.ad-space {
  display: none;
}
.ad-space-sp {
  width: 100%;
  display: block;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.top-space {
  top: 70%;
  left: 66%;
  max-width: 125px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 125px;
  padding: 10px;
}
a.link-box {
  display: block;
  margin: 10px 0 0;
}
p.other-link {
  font-size: calc(14px + 0.25vw);
  line-height: 1.8rem;
  text-align: center;
}
.recip-material-text,
.recip-make-text2 {
  font-size: 0.75rem;
  line-height: 1.4rem;
  text-align: justify;
  margin: 5px 0;
}

}
@media screen and (max-width: 340px) {
.top-space {
  left: 60%;
}
}