@charset "UTF-8";
/* CSS Document */
* {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
}

@media screen and (min-width: 785px) {
  .show-sp {
    display: none !important;
  }
}
p {
  text-align: justify;
}

#loading img {
  position: absolute;
  left: 50vw;
  top: 50%;
  margin-top: -1.5vw;
  margin-left: -1.5vw;
  width: 3vw;
}

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 2;
}

#otsumami {
  background: url("../images/bg.jpg");
  min-width: 1080px;
}

#otsumami .bg-yuba {
  padding-bottom: 90px;
  background: url("../images/bg_yuba.jpg");
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* mainimage */
#otsumami .mainimage {
  position: relative;
  text-align: center;
  height: max(50.7092198582vw, 547.6595744681px);
  margin-bottom: max(-0.3472222222vw, -3.75px);
}

#otsumami .mainimage .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  height: 30px;
}
#otsumami .mainimage .logo img {
  height: 100%;
}

#otsumami .mainimage h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: max(7.6388888889vw, 82.5px);
  margin: 0 auto;
  width: max(19.5833333333vw, 211.5px);
  height: max(14.5833333333vw, 157.5px);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#otsumami .mainimage h1 img {
  width: 100%;
}

#otsumami .mainimage .yakko {
  position: absolute;
  left: max(4.8611111111vw, 52.5px);
  top: max(3.8194444444vw, 41.25px);
  width: max(10.2777777778vw, 111px);
  height: max(31.1458333333vw, 336.375px);
  z-index: 1;
}
#otsumami .mainimage .yakko::after {
  content: "";
  position: absolute;
  display: block;
  left: min(-2.9166666667vw, -31.5px);
  bottom: min(-15.8333333333vw, -171px);
  width: max(9.0277777778vw, 97.5px);
  height: max(23.4027777778vw, 252.75px);
  background-image: url(../images/beer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#otsumami .mainimage .yakko .pic {
  position: absolute;
  left: max(0.6944444444vw, 7.5px);
  bottom: min(-9.7222222222vw, -105px);
  width: max(37.5694444444vw, 405.75px);
  filter: drop-shadow(2.0833333333vw 4.1666666667vw 4.1666666667vw rgba(0, 0, 0, 0.25));
  z-index: -1;
}
#otsumami .mainimage .yakko img {
  width: 100%;
}

#otsumami .mainimage .yuba {
  position: absolute;
  right: max(6.9444444444vw, 75px);
  top: max(5.5555555556vw, 60px);
  width: max(8.3333333333vw, 90px);
  height: max(25.4166666667vw, 274.5px);
  z-index: 1;
}
#otsumami .mainimage .yuba::after {
  content: "";
  position: absolute;
  display: block;
  right: min(-4.8611111111vw, -52.5px);
  bottom: min(-19.6527777778vw, -212.25px);
  width: max(9.0277777778vw, 97.5px);
  height: max(23.4027777778vw, 252.75px);
  background-image: url(../images/beer.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: -1;
}
#otsumami .mainimage .yuba .pic {
  position: absolute;
  right: min(-1.3888888889vw, -15px);
  bottom: min(-13.8888888889vw, -150px);
  width: max(38.1944444444vw, 412.5px);
  filter: drop-shadow(2.0833333333vw 4.1666666667vw 4.1666666667vw rgba(0, 0, 0, 0.25));
  z-index: -1;
}
#otsumami .mainimage .yuba img {
  width: 100%;
}

/* リード*/
#otsumami .section01 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 110px 0 20px;
}

#otsumami .section01 > div {
  /*width: 880px;*/
  background-color: #fff;
  padding: 250px 100px 50px 100px;
  /*margin: 0 auto;*/
  position: relative;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

#otsumami .section01 h2 {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: max-content;
}

#otsumami .section01 h2 img {
  max-width: 100%;
}

#otsumami .section01 p {
  font-size: 16px;
  line-height: 2.25em;
}

#otsumami .section01 .pic {
  width: 300px;
}

#otsumami .section01 .pic-left {
  float: left;
  margin: 45px 60px 15px 0;
}

#otsumami .section01 .pic-right {
  float: right;
  margin: 30px 0 15px 60px;
}

/* コンテンツ */
#otsumami .section02 {
  max-width: 880px;
  margin: 0 auto;
  padding: 0 0 100px;
}

#otsumami .section02 .wrap {
  margin-top: 4vw;
}

#otsumami .section02 h3 {
  margin-bottom: 32px;
}

#otsumami .section02 p {
  font-size: 16px;
  line-height: 2em;
}

#otsumami .section02 img {
  width: 100%;
}

#otsumami .section02 p + img {
  max-width: 814px;
  margin: 2em auto 0;
  display: block;
}

#otsumami .section02 .col2 {
  display: flex;
  gap: 55px;
}

#otsumami .section02 .col2 p {
  flex: 1;
}

#otsumami .section02 .col2 div {
  width: 300px;
}

#otsumami .section02 .pic {
  margin: 35px auto -70px;
}

/* アレンジ */
#otsumami .arrange {
  padding: 35px 0 10px;
}

#otsumami .arrange h4 {
  margin: 0 auto 40px;
  width: 380px;
}

#otsumami .arrange h4 img {
  width: 100%;
}

#otsumami .arrange .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: 580px;
  /*2個*/
  gap: 20px;
}
#otsumami .arrange .wrap.wide {
  width: 880px;
}

#otsumami .arrange .wrap li {
  width: 280px;
  /*2個*/
  /*width: 22%;4個*/
  /*width: 19%;5個*/
}

#otsumami .arrange .wrap li img {
  width: 100%;
}

#otsumami .arrange .btn {
  width: 14em;
  margin: 40px auto 0;
  text-align: center;
}

#otsumami .arrange .btn a {
  width: 100%;
  line-height: 3em;
  background-color: #000000;
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 3em;
  transition: all 0.4s ease;
}

#otsumami .arrange .btn a:hover {
  background-color: #FF7F00;
  color: #ffffff;
}

/* 商品ラインナップ */
#otsumami .lineup {
  max-width: 880px;
  margin: 0 auto;
  padding: 100px 0;
}

#otsumami .lineup h4 {
  margin: 0 auto 50px;
  width: 380px;
}

#otsumami .lineup h4 img {
  width: 100%;
}

#otsumami .lineup .groups {
  display: flex;
  gap: 50px;
}

#otsumami .lineup .group {
  padding: 50px;
  border-radius: 20px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#otsumami .lineup .group:nth-of-type(1) {
  flex: 1;
}
#otsumami .lineup .group:nth-of-type(2) {
  width: 290px;
}

#otsumami .lineup .group-ttl {
  font-size: 26px;
  font-weight: 600;
  font-family: serif;
  line-height: 1;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 0.4em;
  text-decoration-thickness: 2px;
  margin-bottom: 50px;
}

#otsumami .lineup ul.products {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 50px 60px;
}

#otsumami .lineup .products li {
  width: 190px;
}

#otsumami .lineup .products li div {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

#otsumami .lineup .products li div img {
  width: 100%;
  margin-bottom: 15px;
}

#otsumami .lineup .products h5 {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: bold;
  text-align: center;
}

#otsumami .lineup .products a.btn {
  width: 100px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: red;
  color: #fff;
  font-size: 10px;
  text-decoration: none;
  line-height: 1em;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  border-radius: 13px;
  text-align: center;
}

#otsumami .lineup .products a.btn::after {
  content: "→";
  padding-left: 8px;
  font-size: 13px;
}

#otsumami .lineup .products a.btn:hover {
  background-color: black;
}

/* フッター */
.footer {
  padding: 3vw 0 5vw;
}

.footerlogo {
  width: 114px;
  margin: 0 auto;
}

p.copyright {
  line-height: 40px;
  font-size: 12px;
  text-align: center;
}

/* トップに戻るボタン */
.btn_pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: 70px;
  background-image: url("../images/page_top.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
  cursor: pointer;
  z-index: 999;
  display: none;
}

.btn_pagetop img {
  width: 100%;
}

@media screen and (min-width: 785px) {
  .btn_pagetop {
    transition: transform 0.2s;
  }
  .btn_pagetop:hover {
    transform: scale(1.1);
  }
}