<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sp {
  display: none;
}

.pc {
  display: block;
}

img {
  width: 100%;
}

.contents__wrap {
  width: 100%;
  background-image: url(../../images/fair/ikossafukui/back_img.png);
  background-repeat: repeat;
  background-position: top left;
  background-size: 200px;
}

section.sec__head h1.ttl {
  width: 100%;
  margin: 0 auto;
}
section.sec__head .lead {
  max-width: 960px;
  width: 94%;
  margin: 30px auto 0;
}
section.sec__head .catch {
  max-width: 960px;
  width: 94%;
  margin: 70px auto 0;
}
.description-moviebox {
  display: flex;
  justify-content: space-between;
  max-width: 960px;
  width: 94%;
  margin: 70px auto 0;
}
section.sec__head .description {
  position: relative;
  width: calc((100% - 30px)/ 2);
  padding: 30px 27px 70px;
  border: solid 3px #754C24;
  border-radius: 10px;
  justify-content: space-between;
}
/* section.sec__head .description::after {
  position: absolute;
  content: "";
  background-image: url(../../images/fair/ikossafukui/sec__head_description_end.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 18.5%;
  height: 35px;
  top: 50px;
  right: 40px;
  z-index: 1;
} */
section.sec__head .description::before {
  position: absolute;
  content: "";
  background-image: url(../../images/fair/ikossafukui/sec__head_description_end.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 176px;
  height: 40px;
  bottom: 25px;
  right: 30px;
  z-index: 1;
}
section.sec__head .description .main__img {
  width: 53%;
  margin: 0 auto;
}
section.sec__head .description .text {
  padding-top: 20px;
}
section.sec__head .description .text .day {
  width: 100%;
}
section.sec__head .description .text .text__wrap {
  margin-top: 20px;
}
section.sec__head .description .text .text__wrap .time {
  /* width: calc((100% - 54px) * 0.37); */
  width: 100%;
}
section.sec__head .description .text .text__wrap .memo {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  /* width: calc((100% - 54px) * 0.63); */
  width: 100%;
  margin-top: 20px;
}
/* 3/15tuika竊� */
section.sec__head .description_end {
  position: relative;
  width: calc((100% - 30px)/ 2);
  padding: 30px 27px 30px;
  border: solid 3px #754C24;
  border-radius: 10px;
  justify-content: space-between;
}
section.sec__head .description_end .main__img {
  width: 53%;
  margin: 0 auto;
}
section.sec__head .description_end .text {
  padding-top: 20px;
}
section.sec__head .description_end .text .day {
  width: 100%;
}
section.sec__head .description_end .text .text__wrap {
  margin-top: 20px;
}
section.sec__head .description_end .text .text__wrap .time {
  /* width: calc((100% - 54px) * 0.37); */
  width: 100%;
}
section.sec__head .description_end .text .text__wrap .memo {
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #333;
  /* width: calc((100% - 54px) * 0.63); */
  width: 100%;
  margin-top: 20px;
}
/* 3/15tuika竊� */

section.sec__head a.allergen__info {
  position: relative;
  display: block;
  max-width: 960px;
  width: 94%;
  margin: 20px auto 0;
  text-align: right;
  padding-right: 35px;
  font-size: 16px;
  color: #333;
}
section.sec__head a.allergen__info::after {
  position: absolute;
  font-family: FontAwesome;
  content: "\f138";
  font-size: 18px;
  top: 50%;
  right: 0;
  color: #E95513;
  transform: translate(0, -50%);
}
section.sec__head a.allergen__info:hover {
  text-decoration: none;
}
.movie_box {
  position: relative;
  width: calc((100% - 30px)/ 2);
  margin-left: 30px;
}
.video_youtube iframe {
  border-radius: 10px;
}
.movie_text {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
}
.dragon_0 {
  position: absolute;
  max-width: 370px;
  bottom: -60px;
  right: 0;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  section.sec__head h1.ttl {
    width: 100%;
    margin: 0 auto;
  }
  section.sec__head .lead {
    width: 96%;
    margin: 20px auto 0;
  }
  section.sec__head .catch {
    width: 96%;
    margin: 26px auto 0;
  }
  .description-moviebox {
    display: block;
    width: 100%;
    padding: 0 8px;
    margin: 45px auto 0;
  }
  section.sec__head .description {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 85px;
    border: solid 2px #754C24;
    border-radius: 8px;
  }
  /* section.sec__head .description::after {
    position: absolute;
    content: "";
    background: none;
    width: 0;
    height: 0;
  } */
  section.sec__head .description::before {
    position: absolute;
    content: "";
    background-image: url(../../images/fair/ikossafukui/sec__head_description_end.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 176px;
    height: 40px;
    bottom: 25px;
    right: 27px;
    z-index: 1;
  }
  section.sec__head .description .main__img {
    max-width: 215px;
    width: 100%;
    margin: 0 auto;
  }
  section.sec__head .description .text {
    padding-top: 25px;
    width: 100%;
  }
  section.sec__head .description .text .day {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  section.sec__head .description .text .text__wrap {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  section.sec__head .description .text .text__wrap .time {
    width: 100%;
    max-width: 75%;
  }
  section.sec__head .description .text .text__wrap .memo {
    width: 100%;
    margin-top: 18px;
  }
/* 3/15霑ｽ蜉�竊� */
  section.sec__head .description_end {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 30px 30px 20px;
    border: solid 2px #754C24;
    border-radius: 8px;
  }
  section.sec__head .description_end .main__img {
    max-width: 215px;
    width: 100%;
    margin: 0 auto;
  }
  section.sec__head .description_end .text {
    padding-top: 25px;
    width: 100%;
  }
  section.sec__head .description_end .text .day {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
  }
  section.sec__head .description_end .text .text__wrap {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
  section.sec__head .description_end .text .text__wrap .time {
    width: 100%;
    max-width: 75%;
  }
  section.sec__head .description_end .text .text__wrap .memo {
    width: 100%;
    margin-top: 18px;
  }
  /* 3/15霑ｽ蜉�竊� */
  section.sec__head a.allergen__info {
    padding-right: 25px;
  }
  section.sec__head a.allergen__info span {
    display: none;
  }
  .movie_box {
    width: 100%;
    margin: 40px auto 0;
  }
  .dragon_0 {
    position: absolute;
    width: 80%;
    bottom: -130px;
    right: 0;
  }
}
section.sec__content {
  margin-top: 60px;
  position: relative;
}
section.sec__content h2.ttl {
  max-width: 960px;
  width: 94%;
  margin: 0 auto;
}
section.sec__content .scroll_up {
  transition: 1.5s ease-in-out;
  transform: translateY(80px);
  opacity: 0;
}
section.sec__content .scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}
section.sec__content .item1 {
  position: relative;
  max-width: 1020px;
  margin: 83px auto 0;
}
section.sec__content .item1 .comment {
  position: absolute;
  max-width: 344px;
  width: 40%;
}
section.sec__content .item1 .comment.comment_scroll_up {
  top: -46px;
  left: 14%;
  transition: 0.8s ease-in-out;
  transform: rotate(-16deg) translateY(100px);
  opacity: 0;
}
section.sec__content .item1 .comment.comment_scroll_up.on {
  left: 17%;
  transform: rotate(-16deg) translateY(0);
  opacity: 1;
}
section.sec__content .item1 .img_scroll_up {
  width: 480px;
  margin-left: 30%;
}
section.sec__content .item1 .memo {
  max-width: 425px;
  width: 27em;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
section.sec__content .item1 .dragon_1 {
  position: absolute;
  bottom: 95px;
  left: -30px;
  width: 161px;
}
@media screen and (max-width: 768px) {
  section.sec__content {
    margin-top: 180px;
  }
  section.sec__content .item1 {
    width: 100%;
    margin: 160px auto 0;
  }
  section.sec__content .item1 .comment {
    position: absolute;
    min-width: 344px;
    width: 90%;
  }
  section.sec__content .item1 .comment.comment_scroll_up {
    transform: rotate(-5deg) translateY(100px);
    left: calc(50% - 172px);
    top: -130px;
  }
  section.sec__content .item1 .comment.comment_scroll_up.on {
    transform: rotate(-5deg) translateY(0px);
    left: calc(50% - 172px);
    top: -130px;
  }
  section.sec__content .item1 .img_scroll_up {
    width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  section.sec__content .item1 .img_scroll_up img {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 410px;
    max-width: 90%;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  section.sec__content .item1 .memo {
    max-width: 300px;
    margin-top: 20px;
  }
}
section.sec__content .item_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0px auto 0;
}
section.sec__content .item_wrap .item2 {
  width: calc((100% - 180px) / 13 * 5);
  min-width: 300px;
  margin-top: 45px;
  margin-left: 50px;
}
section.sec__content .item_wrap .item2 .img_scroll_up {
  padding-right: 30px;
}
section.sec__content .item_wrap .item2 .memo {
  font-size: 16px;
  line-height: 1.5;
  width: 300px;
  margin: 10px 0 0 24px;
  font-feature-settings: "palt";
}
section.sec__content .item_wrap .item2 .memo p {
  font-size: 13px;
  margin-top: 20px;
}
section.sec__content .item_wrap .item2 .memo a {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  display: block;
}
section.sec__content .item_wrap .item3 {
  width: calc((100% - 180px) / 13 * 8);
  min-width: 400px;
  position: relative;
  margin: 160px 0 0;
}
section.sec__content .item_wrap .item3 .comment {
  position: absolute;
  max-width: 344px;
  width: 66%;
}
section.sec__content .item_wrap .item3 .comment.comment_scroll_up {
  transition: 0.8s ease-in-out;
  transform: rotate(-7deg) translateY(100px);
  top: -100px;
  left: 0;
  opacity: 0;
}
section.sec__content .item_wrap .item3 .comment.comment_scroll_up.on {
  transform: rotate(-7deg) translateY(0px);
  opacity: 1;
}
section.sec__content .item_wrap .item3 .img_scroll_up {
  padding-left: 40px;
}
section.sec__content .item_wrap .item3 .memo {
  margin: 10px 30px 0 0;
  float: right;
  width: 300px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  section.sec__content .item_wrap {
    display: block;
    margin: 60px auto 0;
  }
  section.sec__content .item_wrap .item2 {
    width: 89%;
    margin: 0 auto;
  }
  section.sec__content .item_wrap .item2 .img_scroll_up {
    padding-right: 45px;
  }
  section.sec__content .item_wrap .item2 .memo {
    margin: 10px auto 0;
  }
  section.sec__content .item_wrap .item3 {
    width: 100%;
    min-width: auto;
    margin: 210px 0 0;
  }
  section.sec__content .item_wrap .item3 .comment {
    width: 85%;
  }
  section.sec__content .item_wrap .item3 .comment.comment_scroll_up {
    top: -115px;
    left: 0;
    transform: rotate(-8deg) translateY(100px);
    opacity: 0;
  }
  section.sec__content .item_wrap .item3 .comment.comment_scroll_up.on {
    left: 2%;
    transform: rotate(-8deg) translateY(0px);
    opacity: 1;
  }
  section.sec__content .item_wrap .item3 .img_scroll_up {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  section.sec__content .item_wrap .item3 .img_scroll_up.pc {
    display: none;
  }
  section.sec__content .item_wrap .item3 .img_scroll_up img {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 470px;
    max-width: 90%;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  section.sec__content .item_wrap .item3 .memo {
    margin: 0 auto;
    float: none;
  }
}
section.sec__content .item4 {
  position: relative;
  max-width: 1020px;
  margin: 50px auto;
}
section.sec__content .item4 .comment {
  position: absolute;
  max-width: 384px;
  width: 40%;
  top: 148px;
  left: 0%;
  z-index: 2;
}
section.sec__content .item4 .comment.comment_scroll_up img {
  transition: 0.8s ease-in-out;
  transform: rotate(-6deg) translateY(100px);
  opacity: 0;
}
section.sec__content .item4 .comment.comment_scroll_up a {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1.2;
  margin-top: 10px;
  color: #333;
  transition: 0.8s ease-in-out;
  transform: translateY(100px);
  opacity: 0;
}
section.sec__content .item4 .comment.comment_scroll_up.on img {
  transform: rotate(-6deg) translateY(0);
  opacity: 1;
}
section.sec__content .item4 .comment.comment_scroll_up.on a {
  transform: translateY(0px);
  opacity: 1;
}
section.sec__content .item4 .img_scroll_up {
  width: 485px;
  margin: -43px 0 0 37%;
}
section.sec__content .item4 .memo {
  max-width: 300px;
  width: 20em;
  margin: 15px auto 0;
  font-size: 16px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
section.sec__content .item4 .memo p {
  font-size: 13px;
  margin-top: 20px;
}
section.sec__content .item4 .dragon_2 {
  position: absolute;
  max-width: 300px;
  width: 30%;
  bottom: 0;
  right: 30px;
}
@media screen and (max-width: 768px) {
  section.sec__content .item4 {
    width: 100%;
    margin: 265px auto 0;
  }
  section.sec__content .item4 .comment {
    position: absolute;
    width: 98%;
    max-width: 385px;
    top: -187px;
    left: 50%;
    transform: translate(-50%, 0px);
  }
  section.sec__content .item4 .comment.comment_scroll_up img {
    transform: rotate(0deg) translateY(100px);
  }
  section.sec__content .item4 .comment.comment_scroll_up.on img {
    transform: rotate(0deg) translateY(0px);
  }
  section.sec__content .item4 .comment.comment_scroll_up.on a {
    margin-top: 15px;
  }
  section.sec__content .item4 .img_scroll_up {
    min-width: 300px;
    width: 80%;
    margin: 0 auto;
    margin-right: 16%;
  }
  section.sec__content .item4 .memo {
    max-width: 300px;
    width: 20em;
    margin: 15px auto 0;
    font-size: 16px;
    line-height: 1.5;
    font-feature-settings: "palt";
  }
  section.sec__content .item4 .memo p {
    font-size: 13px;
    margin-top: 20px;
  }
  section.sec__content .item4 .dragon_2 {
    position: absolute;
    max-width: 205px;
    width: 55%;
    bottom: -175px;
    right: 20px;
  }
}
section.sec__content .item5 {
  margin-top: 65px;
  width: calc((85% - 20px) / 17 * 8);
  margin-left: 10%;
}
section.sec__content .item5 .scroll_up.on .memo {
  width: 300px;
  margin: 10px auto 0;
  text-align: left;
}
section.sec__content .item6 {
  margin-top: 182px;
  width: calc((85% - 20px) / 17 * 9);
  margin-right: 5%;
  position: relative;
}
section.sec__content .item6 .comment.comment_scroll_up {
  position: absolute;
  max-width: 367px;
  width: 82%;
  top: -107px;
  right: 0;
  transform: rotate(11deg) translateY(100px);
  transition: 0.8s ease-in-out;
  opacity: 0;
}
section.sec__content .item6 .comment.comment_scroll_up.on {
  right: 2%;
  transform: rotate(11deg) translateY(0);
  opacity: 1;
}
section.sec__content .item6 .scroll_up.on .memo {
  width: 300px;
  margin: 10px 0 0 20px;
}
@media screen and (max-width: 768px) {
  section.sec__content .item5 {
    margin-top: 180px;
    width: 100%;
    padding-top: 140px;
    margin-left: 0;
    position: relative;
  }
  section.sec__content .item5 .comment.comment_scroll_up {
    position: absolute;
    max-width: 367px;
    width: 98%;
    top: 0px;
    right: 0;
    transform: rotate(6deg) translateY(100px);
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  section.sec__content .item5 .comment.comment_scroll_up.on {
    right: 2%;
    transform: rotate(6deg) translateY(0);
    opacity: 1;
  }
  section.sec__content .item6 {
    margin-top: 75px;
    width: 100%;
    margin-right: 0%;
    position: relative;
  }
  section.sec__content .item6 .comment.comment_scroll_up {
    position: absolute;
    max-width: 367px;
    width: 82%;
    top: -107px;
    right: 0;
    transform: rotate(11deg) translateY(100px);
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  section.sec__content .item6 .comment.comment_scroll_up.on {
    right: 2%;
    transform: rotate(11deg) translateY(0);
    opacity: 1;
  }
  section.sec__content .item6 .scroll_up.on .memo {
    width: 300px;
    margin: 10px auto 0;
  }
}
section.sec__content .item7 {
  width: calc((100% - 180px) / 21 * 11);
  margin-top: 10px;
}
section.sec__content .item7 .memo {
  font-size: 16px;
  line-height: 1.5;
  width: 300px;
  margin: 10px auto 0;
}
section.sec__content .item8 {
  width: calc((100% - 180px) / 21 * 10);
  margin: 140px 20px 0 0;
}
section.sec__content .item8 .memo {
  width: 300px;
  font-size: 16px;
  line-height: 1.5;
  float: right;
  margin: 10px 20px 0 0;
}
@media screen and (max-width: 768px) {
  section.sec__content .item7 {
    width: 100%;
    margin-top: 10px;
  }
  section.sec__content .item7 .img_scroll_up {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  section.sec__content .item7 .img_scroll_up.pc {
    display: none;
  }
  section.sec__content .item7 .img_scroll_up img {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 430px;
    max-width: 90%;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  section.sec__content .item8 {
    width: 96%;
    margin: 60px auto 0;
  }
  section.sec__content .item8 .memo {
    float: none;
    margin: 10px auto 0;
  }
}
section.sec__content .item9 {
  position: relative;
  max-width: 532px;
  width: 52%;
  margin: 0 auto;
  margin-right: 38%;
}
section.sec__content .item9 .scroll_up.on .img_scroll_up {
  margin-right: 50px;
}
section.sec__content .item9 .scroll_up .memo {
  width: 300px;
  margin: 10px 0 0 40%;
  font-size: 16px;
  line-height: 1.5;
}
section.sec__content .item9 .scroll_up .memo p {
  font-size: 13px;
  margin-top: 20px;
}
section.sec__content .item9 .dragon_3 {
  position: absolute;
  top: 173px;
  right: -39%;
  width: 140px;
}
@media screen and (max-width: 768px) {
  section.sec__content .item9 {
    width: 96%;
    margin: 60px auto 0;
  }
  section.sec__content .item9 .scroll_up.on .img_scroll_up {
    margin-right: 0px;
  }
  section.sec__content .item9 .scroll_up .memo {
    float: none;
    letter-spacing: 0;
    margin: 10px auto 0;
  }
}
section.sec__content .item_warp__last {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 98%;
  max-width: 1020px;
  margin: 40px auto 0;
}
section.sec__content .item_warp__last .item10 {
  position: relative;
  max-width: 486px;
  width: calc((98% - 60px) / 2);
  margin-top: 140px;
}
section.sec__content .item_warp__last .item10 .comment {
  position: absolute;
  max-width: 394px;
  width: 85%;
  top: -120px;
  left: 0;
  transform: rotate(-6deg) translateY(100px);
  transition: 0.8s ease-in-out;
  opacity: 0;
}
section.sec__content .item_warp__last .item10 .comment.on {
  transform: rotate(-6deg) translateY(0px);
  opacity: 1;
}
section.sec__content .item_warp__last .item10 .memo {
  font-size: 16px;
  line-height: 1.5;
  width: 320px;
  padding-right: 20px;
  margin: 10px auto 0;
}
section.sec__content .item_warp__last .item11 {
  max-width: 496px;
  width: calc((98% - 60px) / 2);
  position: relative;
  margin-top: 350px;
}
section.sec__content .item_warp__last .item11 .comment_scroll_up {
  position: absolute;
  max-width: 394px;
  width: 80%;
  top: -120px;
  right: 0;
  transform: rotate(5deg) translateY(100px);
  transition: 0.8s ease-in-out;
  opacity: 0;
}
section.sec__content .item_warp__last .item11 .comment_scroll_up.on {
  transform: rotate(5deg) translateY(0px);
  opacity: 1;
}
section.sec__content .item_warp__last .item11 .img_scroll_up {
  margin-left: 20px;
}
section.sec__content .item_warp__last .item11 .memo {
  font-size: 16px;
  line-height: 1.5;
  max-width: 300px;
  width: 63%;
  letter-spacing: 0;
  margin-top: -40px;
}
section.sec__content .item_warp__last .item11 .memo p {
  margin-top: 20px;
  font-size: 13px;
}
section.sec__content .item_warp__last .item11 .memo a {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.2;
  color: #333;
  display: block;
}
section.sec__content .item_warp__last .item11 .dragon_4 {
  position: absolute;
  width: 161px;
  bottom: -220px;
  left: 18px;
}
section.sec__content .item_warp__last .item12 {
  max-width: 405px;
  width: 40%;
  margin-top: -183px;
  position: relative;
}
section.sec__content .item_warp__last .item12 .comment_scroll_up {
  position: absolute;
  max-width: 351px;
  width: 90%;
  top: -97px;
  left: 50%;
  transform: translate(-50%, 100px);
  transition: 0.8s ease-in-out;
  opacity: 0;
}
section.sec__content .item_warp__last .item12 .comment_scroll_up.on {
  transform: translate(-50%, 0px);
  opacity: 1;
}
section.sec__content .item_warp__last .item12 .scroll_up.on {
  margin-top: 20px;
}
section.sec__content .item_warp__last .item12 .scroll_up.on .memo {
  width: 300px;
  font-size: 16px;
  line-height: 1.5;
  margin: 10px auto 0;
  letter-spacing: 0;
}
section.sec__content .item_warp__last .item12 .scroll_up.on .memo p {
  margin-top: 30px;
  font-size: 13px;
}
section.sec__content .item_warp__last .item12 .scroll_up.on .memo a {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  color: #333;
  line-height: 1.2;
}
section.sec__content .item_warp__last .note_attention {
  font-size: 13px;
  line-height: 1.7;
  width: 280px;
  margin-top: 307px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  section.sec__content .item_warp__last {
    display: block;
    width: 100%;
    max-width: 1020px;
    margin: 80px auto 0;
  }
  section.sec__content .item_warp__last .item10 {
    width: 100%;
    margin-top: 180px;
  }
  section.sec__content .item_warp__last .item10 .scroll_up .img_scroll_up {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  section.sec__content .item_warp__last .item10 .scroll_up .img_scroll_up.pc {
    display: none;
  }
  section.sec__content .item_warp__last .item10 .scroll_up .img_scroll_up img {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 405px;
    max-width: 90%;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  section.sec__content .item_warp__last .item10 .comment {
    width: 96%;
    top: -100px;
    left: 0;
    transform: rotate(-6deg) translateY(100px);
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  section.sec__content .item_warp__last .item10 .comment.on {
    left: 2%;
    transform: rotate(-6deg) translateY(0px);
    opacity: 1;
  }
  section.sec__content .item_warp__last .item10 .memo {
    width: 300px;
    padding-right: 0px;
    margin: 10px auto 0;
  }
  section.sec__content .item_warp__last .item11 {
    width: 100%;
    position: relative;
    margin-top: 200px;
  }
  section.sec__content .item_warp__last .item11 .comment_scroll_up {
    position: absolute;
    max-width: 394px;
    width: 100%;
    top: -120px;
    right: 0;
    transform: rotate(5deg) translateY(100px);
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  section.sec__content .item_warp__last .item11 .comment_scroll_up.on {
    right: 2%;
    transform: rotate(5deg) translateY(0px);
    opacity: 1;
  }
  section.sec__content .item_warp__last .item11 .scroll_up .img_scroll_up {
    padding-right: 0px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    overflow-x: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  section.sec__content .item_warp__last .item11 .scroll_up .img_scroll_up.pc {
    display: none;
  }
  section.sec__content .item_warp__last .item11 .scroll_up .img_scroll_up img {
    -o-object-fit: cover;
       object-fit: cover;
    min-width: 370px;
    max-width: 96%;
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
  }
  section.sec__content .item_warp__last .item11 .scroll_up .memo {
    max-width: 300px;
    width: 80%;
    letter-spacing: 0;
    margin: 10px auto 0;
  }
  section.sec__content .item_warp__last .item11 .dragon_4 {
    position: absolute;
    width: 161px;
    bottom: -346px;
    left: 18px;
  }
  section.sec__content .item_warp__last .item12 {
    max-width: 405px;
    width: 100%;
    margin-top: 210px;
    position: relative;
  }
  section.sec__content .item_warp__last .item12 .comment_scroll_up {
    position: absolute;
    max-width: 351px;
    width: 90%;
    top: -127px;
    left: 50%;
    transform: translate(-50%, 100px);
    transition: 0.8s ease-in-out;
    opacity: 0;
  }
  section.sec__content .item_warp__last .item12 .comment_scroll_up.on {
    transform: translate(-50%, 0px);
    opacity: 1;
  }
  section.sec__content .item_warp__last .item12 .scroll_up.on {
    margin-top: 20px;
  }
  section.sec__content .item_warp__last .item12 .scroll_up.on .memo {
    width: 300px;
    font-size: 16px;
    line-height: 1.5;
    margin: 10px auto 0;
    letter-spacing: 0;
  }
  section.sec__content .item_warp__last .item12 .scroll_up.on .memo p {
    margin-top: 30px;
    font-size: 13px;
  }
  section.sec__content .item_warp__last .item12 .scroll_up.on .memo a {
    display: block;
    margin-top: 20px;
    font-size: 13px;
    color: #333;
    line-height: 1.2;
  }
  section.sec__content .item_warp__last .note_attention {
    font-size: 13px;
    line-height: 1.7;
    width: 304px;
    margin: 80px auto 0;
    letter-spacing: 0;
  }
}
section.sec__content .description {
  max-width: 775px;
  width: 76%;
  margin: 100px auto 0;
}
@media screen and (max-width: 768px) {
  section.sec__content .description {
    max-width: 360px;
    width: 96%;
    margin: 80px auto 0;
  }
}

section.sec__foot {
  padding-bottom: 100px;
}
section.sec__foot .sec__foot_container {
  max-width: 960px;
  width: 94%;
  margin: 120px auto 0;
  border: solid 3px #754C24;
  background-color: #fff;
  border-radius: 15px;
  padding: 60px 20px 0;
  box-shadow: 0px 3px 6px 0px rgba(117, 76, 36, 0.5);
}
section.sec__foot .sec__foot_container .wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 40px;
}
section.sec__foot .sec__foot_container .wrap .unit_left {
  width: calc(((100% - 60px) / 2.02) * 1);
}
section.sec__foot .sec__foot_container .wrap .unit_left .campaign_end{
    margin-bottom: 30px;
}
/*
section.sec__foot .sec__foot_container .wrap .unit_left .bnr {
  margin-bottom: 30px;
}
*/
section.sec__foot .sec__foot_container .wrap .unit_left .btn {
  width: 100%;
  transition: 0.5s;
}
section.sec__foot .sec__foot_container .wrap .unit_left .btn a {
  display: inline-block;
  position: relative;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #DD4562;
  border-radius: 40px;
  padding: 20px 0;
  transition: 0.5s;
  text-decoration: none;
}
section.sec__foot .sec__foot_container .wrap .unit_left .btn a:hover {
  opacity: 0.5;
}
section.sec__foot .sec__foot_container .wrap .unit_left .btn a:after {
  position: absolute;
  content: "\f138";
  font-family: "FONTAWESOME";
  color: #fff;
  font-size: 25px;
  top: 50%;
  right: 20px;
  transform: translate(0px, -50%);
}
section.sec__foot .sec__foot_container .wrap .unit_left .btn.noarrow a {
  pointer-events: none;
}
section.sec__foot .sec__foot_container .wrap .unit_left .btn.noarrow a:after {
  content:none;
}
section.sec__foot .sec__foot_container .unit_right {
  width: calc(((100% - 60px) / 2.02) * 1.02);
}
section.sec__foot .sec__foot_container .unit_right .unit1 {
  margin-bottom: 30px;
	margin-top: 8px;
}
section.sec__foot .sec__foot_container .unit_right .unit2 {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  section.sec__foot .sec__foot_container {
    width: 96%;
    margin: 80px auto 0;
    border-radius: 8px;
    padding: 50px 20px 0;
  }
  section.sec__foot .sec__foot_container .wrap {
    display: block;
    margin-top: 30px;
  }
  section.sec__foot .sec__foot_container .wrap .unit_left {
    width: 100%;
  }
	section.sec__foot .sec__foot_container .wrap .unit_left .bnr {
  margin-bottom: 30px;
}
  section.sec__foot .sec__foot_container .unit_right {
    width: 100%;
  }
  section.sec__foot .sec__foot_container .unit_right .unit1 {
    margin-bottom: 30px;
  }
  section.sec__foot .sec__foot_container .unit_right .unit2 {
    margin-bottom: 30px;
  }
  section.sec__foot .sec__foot_container .unit_right .btn {
    width: 100%;
    transition: 0.5s;
    margin-bottom: 60px;
  }
  section.sec__foot .sec__foot_container .unit_right .btn a {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background-color: #DD4562;
    border-radius: 40px;
    padding: 18px 0;
    transition: 0.5s;
    text-decoration: none;
  }
  section.sec__foot .sec__foot_container .unit_right .btn a:hover {
    opacity: 0.5;
  }
  section.sec__foot .sec__foot_container .unit_right .btn a:after {
    position: absolute;
    content: "\f138";
    font-family: "FONTAWESOME";
    color: #fff;
    font-size: 22px;
    top: 50%;
    right: 20px;
    transform: translate(0px, -50%);
  }
  section.sec__foot .sec__foot_container .wrap .unit_left .btn.noarrow a {
    pointer-events: none;
  }
  section.sec__foot .sec__foot_container .unit_right .btn.noarrow a:after {
    content: none;
  }
}
#footer {
  margin-top: 0;
}/*# sourceMappingURL=fair_fukui.css.map */</pre></body></html>