@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
.hokkaidofair_wrap {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #231815;
  overflow: hidden;
}
.hokkaidofair_wrap a {
  transition: all 0.3s;
  text-decoration: none;
}
.hokkaidofair_wrap a:hover {
  opacity: 1;
}
.hokkaidofair_wrap p,
.hokkaidofair_wrap h3 {
  line-height: 1.4;
}
.hokkaidofair_wrap p span.youbi,
.hokkaidofair_wrap h3 span.youbi {
  font-size: 0.7em;
}
.hokkaidofair_wrap p span.pink,
.hokkaidofair_wrap h3 span.pink {
  color: #E8485A;
}
.hokkaidofair_wrap p span.yellow,
.hokkaidofair_wrap h3 span.yellow {
  color: #FFF33F;
}

.top_logo {
  position: absolute;
  z-index: 2;
  width: 80px;
  left: 10px;
  top: 10px;
  background: #fff;
  padding: 5px;
}
@media screen and (max-width: 767px) {
  .top_logo {
    width: 60px;
    top: 10px;
    left: 10px;
  }
}

.fv {
  position: relative;
  padding: 40px 0 160px;
  background: url(../img/fv-bg.png) #F08F97;
  background-repeat: repeat;
  text-align: center;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .fv {
    padding: 4vh 0 28vh;
  }
}
.fv::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 60px;
  background: url(../img/wave.png) repeat-x;
  background-size: contain;
  background-position: bottom;
  left: 0;
  bottom: -1px;
  z-index: 10;
}
.fv__sakura {
  position: absolute;
}
.fv__sakura--left {
  left: 5%;
  bottom: 20%;
}
.fv__sakura--right {
  right: 5%;
  top: 20%;
}
.fv__ttl {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__ttl {
    width: 90%;
    max-width: 500px;
  }
}
.fv__ttl-img {
  position: absolute;
  z-index: 0;
}
.fv__ttl-img--tr {
  top: -30%;
  right: -12%;
}
@media screen and (max-width: 767px) {
  .fv__ttl-img--tr {
    top: -18%;
    right: -15%;
    width: 54%;
  }
}
.fv__ttl-img--lb {
  left: -12%;
  bottom: -20%;
}
@media screen and (max-width: 767px) {
  .fv__ttl-img--lb {
    left: auto;
    right: -6%;
    bottom: -30%;
    width: 60%;
  }
}
.fv__ttl-img--rb {
  right: -10%;
  bottom: -20%;
}
@media screen and (max-width: 767px) {
  .fv__ttl-img--rb {
    right: auto;
    left: -6%;
    bottom: -38%;
    width: 55%;
  }
}
.fv__ttl img {
  position: relative;
  z-index: 1;
}
.fv__subttl {
  position: relative;
  width: 60%;
  margin: 0 auto;
  margin-top: -20px;
  max-width: 900px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__subttl {
    width: 80%;
    margin-top: 20px;
  }
}
.fv__kikan {
  position: relative;
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
  max-width: 560px;
  background: #E8485A;
  border-radius: 999px;
  padding: 12px 20px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .fv__kikan {
    width: 100%;
    padding: 8px 16px 8px;
  }
}
.fv__notice {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  margin-top: 10px;
}

.about {
  width: 95%;
  margin: 60px auto 20px;
  max-width: 960px;
  padding: 20px 1em;
  background: #FFFCD8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .about {
    margin-top: 40px;
  }
}
.about p {
  font-size: 1.1em;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .about p {
    font-size: 1em;
  }
}

.allwrap {
  position: relative;
}
@media screen and (max-width: 767px) {
  .allwrap {
    background: url(../img/con-bg-sp.png) repeat-y;
    background-size: 90% contain;
  }
}
.allwrap::before {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  background: url(../img/con-bg-left.png) repeat-y;
  background-position: top 5% left;
  left: 0;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .allwrap::before {
    content: none;
  }
}
.allwrap::after {
  content: "";
  position: absolute;
  width: 35%;
  height: 100%;
  background: url(../img/con-bg-right.png) repeat-y;
  background-position: top right;
  right: 2%;
  top: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .allwrap::after {
    content: none;
  }
}

.pickup {
  margin-top: 60px;
  margin-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .pickup {
    margin-top: 80px;
  }
}
.pickup__wrap {
  position: relative;
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  border: 3px solid #8CC34A;
  border-radius: 16px;
  background: #fff;
}
.pickup__ttl {
  position: absolute;
  width: 95%;
  top: -60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 15px 0;
  background: url(../img/con-ttlbg.png) no-repeat;
  background-size: contain;
  background-position: center;
  text-align: center;
  font-size: 1.6em;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pickup__ttl {
    font-size: 1.2em;
    line-height: 1.6;
    background: url(../img/con-ttlbg-sp.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
}
.pickup__list {
  margin-top: 120px;
  padding: 0 1em;
}
@media screen and (max-width: 767px) {
  .pickup__list {
    padding: 0;
  }
}
.pickup__list .item__img {
  width: 60%;
}
@media screen and (max-width: 767px) {
  .pickup__list .item__img {
    width: 100%;
  }
}
.pickup__list .item__txt {
  width: 38%;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .pickup__list .item__txt {
    width: 95%;
    margin: 0 auto;
  }
}
.pickup__list .item--rev .item__txt {
  margin: 0;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .pickup__list .item--rev .item__txt {
    margin: 0 auto;
  }
}

.ichioshi__ttl {
  position: relative;
  background: #F9D5D8;
  padding: 40px 0;
  text-align: center;
}
.ichioshi__ttl::after {
  content: "";
  position: absolute;
  width: 330px;
  height: 280px;
  background: url(../img/con2-ttlbg.png) no-repeat;
  background-size: contain;
  left: 20%;
  top: -60%;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .ichioshi__ttl::after {
    width: 80%;
    left: auto;
    right: -10%;
  }
}
.ichioshi__ttl h3 {
  position: relative;
  display: inline-block;
  font-size: 1.6em;
  font-weight: 600;
  letter-spacing: 0.15em;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .ichioshi__ttl h3 {
    font-size: 1.2em;
    line-height: 1.6;
  }
}
.ichioshi__list {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 120px;
}
.ichioshi__list .item {
  margin-bottom: 100px;
}
.ichioshi__list .item--rev .item__txt {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .ichioshi__list .item--rev .item__txt {
    margin: 0;
  }
}
.ichioshi__list .item__txt {
  width: 40%;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .ichioshi__list .item__txt {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .ichioshi__list .item__img {
    margin-bottom: 0;
  }
}
.ichioshi__list .item__img .recommendicon {
  bottom: 14%;
  right: 2%;
}

.sweetsfair {
  width: 95%;
  margin: 0 auto;
  max-width: 1100px;
  margin-top: 160px;
  padding: 160px 0 20px;
  background: #FFFAF1;
  border-radius: 999px 999px 40px 40px;
}
@media screen and (max-width: 767px) {
  .sweetsfair {
    margin-top: 120px;
    padding-top: 80px;
  }
}
.sweetsfair__ttl {
  text-align: center;
  width: 70%;
  margin: 0 auto;
  max-width: 380px;
}
.sweetsfair__list {
  width: 95%;
  margin: 0 auto;
  max-width: 900px;
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .sweetsfair__list {
    margin-top: 60px;
  }
}
.sweetsfair__list .item {
  margin-bottom: 100px;
}
.sweetsfair__list .item__txt {
  width: 40%;
  margin-left: 20px;
  background: none;
}
@media screen and (max-width: 767px) {
  .sweetsfair__list .item__txt {
    width: 100%;
    margin: 0;
  }
}

.mainnotice {
  width: 95%;
  margin: 120px auto;
  max-width: 1100px;
}
@media screen and (max-width: 767px) {
  .mainnotice {
    margin: 60px auto;
  }
}
.mainnotice p {
  font-size: 0.9em;
  line-height: 1.5;
}

.item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .item {
    max-width: 450px;
    margin: 0 auto;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767px) {
  .item--rev {
    flex-direction: column-reverse;
  }
}
.item__txt {
  width: 45%;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .item__txt {
    width: 100%;
  }
}
.item__img {
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .item__img {
    width: 100%;
    margin-bottom: 8px;
  }
}
.item__img img {
  width: 100%;
}
.item__img .recommendicon {
  position: absolute;
  bottom: 3%;
  right: 6%;
  width: 15%;
}
@media screen and (max-width: 767px) {
  .item__img .recommendicon {
    width: 20%;
  }
}
.item__img--ishioshi {
  padding: 10px 0 40px;
  border-radius: 16px 16px 0 0;
}
.item__img--ishioshi::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50px;
  background: url(../img/wave.png) repeat-x;
  background-size: contain;
  background-position: bottom;
  bottom: 0;
  left: 0;
}
.item__img--fish {
  background: #DEF1FB;
}
.item__img--deli {
  background: #E2EBAE;
}
.item__img--item3 {
  padding: 0 0 20px;
}
.item__img--ramen {
  background: #FBE1E1;
}
.item .cornericon {
  width: 32%;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .item .cornericon {
    position: absolute;
    width: 28%;
    margin-bottom: 0;
    left: 2%;
    top: -14%;
  }
}
.item__logo {
  width: 32%;
}
.item__label {
  display: inline-block;
  color: #fff;
  font-size: 1.1em;
  font-weight: 600;
  padding: 4px 10px;
  background: #AACD22;
  margin-bottom: 8px;
}
.item__package {
  width: 55%;
  margin-bottom: 16px;
}
.item__package--bocca {
  width: 35%;
}
.item__ttl {
  font-size: 1.4em;
  font-weight: 600;
  border-bottom: 1px solid #231815;
  margin-bottom: 12px;
  padding-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .item__ttl {
    font-size: 1.2em;
  }
}
.item__price {
  margin-top: 8px;
  text-align: right;
  font-size: 1.8em;
  font-weight: 800;
  color: #E8485A;
}
.item__price span.unit {
  font-size: 0.6em;
  color: #000;
  margin-right: 8px;
}
.item__price span.tax {
  font-size: 0.6em;
}

.anime-b {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transform: translateY(40px);
}

.anime-b2 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.4s;
  transform: translateY(40px);
}

.anime-b3 {
  opacity: 0;
  visibility: hidden;
  transition: 0.8s;
  transition-delay: 0.6s;
  transform: translateY(40px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.tenpo_attention {
  text-align: center;
  margin-top: 10px;
}