@charset "UTF-8";
/* *** mixin *** */
/* break point */
/* font */
/* Colors */
/* gradation */
/* fair base css --------------------------------------------------------- */
/* *** page base *** */
body {
  background: #ffffff;
}

a {
  cursor: pointer;
  transition: 0.3s;
}

a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.7;
}

a:active {
  text-decoration: none;
}

#fair p {
  letter-spacing: 0;
  line-height: 1.5;
}

section:not(.kv_wrap) {
  margin-bottom: 0;
}

.animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(80px);
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transform: translateY(5px);
  transition: all 1s;
}

.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.fadein.show:nth-of-type(1) {
  transition-delay: 0.2s;
}

.fadein.show:nth-of-type(2) {
  transition-delay: 0.6s;
}

.fadein.show:nth-of-type(3) {
  transition-delay: 0.8s;
}

.fadein.show:nth-of-type(4) {
  transition-delay: 1s;
}

.fadein.show:nth-of-type(5) {
  transition-delay: 1.2s;
}

.fadein.show:nth-of-type(6) {
  transition-delay: 1.4s;
}

.fadein.show:nth-of-type(7) {
  transition-delay: 1.6s;
}

.fadein.show:nth-of-type(8) {
  transition-delay: 1.8s;
}

.fadein.show:nth-of-type(9) {
  transition-delay: 2s;
}

.fadein.show:nth-of-type(10) {
  transition-delay: 2.2s;
}

.fadein.show:nth-of-type(11) {
  transition-delay: 2.4s;
}

.fadein.show:nth-of-type(12) {
  transition-delay: 2.6s;
}

.fadein.show:nth-of-type(13) {
  transition-delay: 2.8s;
}

.fadein.show:nth-of-type(14) {
  transition-delay: 3s;
}

.fadein.show:nth-of-type(15) {
  transition-delay: 3.2s;
}

.fadein.show:nth-of-type(16) {
  transition-delay: 3.4s;
}

.fadein.show:nth-of-type(17) {
  transition-delay: 3.6s;
}

.fadein.show:nth-of-type(18) {
  transition-delay: 3.8s;
}

.fadein.show:nth-of-type(19) {
  transition-delay: 4s;
}

@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
  .pd__w5 {
    padding: 0 5%;
  }
}
.font__min {
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.txt_color_white {
  color: #fff;
}

.txt_w_100 {
  font-weight: 100;
}

.txt_bold {
  font-weight: bold;
}

.txt_underline {
  text-decoration: underline;
}

.txt_underline_none {
  text-decoration: none;
}

#fair .txt__center {
  text-align: center;
}

#fair .txt__left {
  text-align: left;
}

#fair .txt__right {
  text-align: right;
}

/* fair main-visual css ------------------------------------------------------ */
#fair .main-visual {
  position: relative;
  width: 100%;
  margin: auto;
}
#fair .main-visual .main-visual__wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: auto;
}
#fair .main-visual .main-visual__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  margin: 0 auto;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__title img {
  text-align: center;
  margin: auto;
}
#fair .main-visual .main-visual__wrap .main-visual__middle {
  position: absolute;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__btn {
  position: absolute;
  z-index: 2;
}
#fair .main-visual .main-visual__wrap .main-visual__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
#fair .main-visual .main-visual__wrap .main-visual__bg img {
  width: 100%;
}
#fair .main-visual {
  position: relative;
  max-width: 1920px;
  height: 30.2083333333vw;
  max-height: 580px;
}
#fair .main-visual::before {
  content: "";
  position: absolute;
  background: url(/fair/202508_thanksday/assets/images/main_visual02-pc.jpg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fair .main-visual .main-visual__wrap {
  max-width: 1920px;
  width: 100%;
}
#fair .main-visual .main-visual__wrap .main-visual__title {
  position: absolute;
  top: 10%;
  box-sizing: border-box;
  max-width: 1217px;
  margin: 0 auto 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .main-visual {
    height: 30.2083333333vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title {
    width: 63.3854166667vw;
  }
}
@media (max-width: 767px) {
  #fair .main-visual {
    height: 69.3333333333vw;
  }
  #fair .main-visual::before {
    background: url(/fair/202508_thanksday/assets/images/main_visual02-sp.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    z-index: 0;
  }
  #fair .main-visual .main-visual__wrap {
    width: 100%;
    max-width: 750px;
    padding: 0;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title {
    margin: 0 auto 0;
    padding: 0 10% 7%;
  }
}

/* fair content-bg css ------------------------------------------------------ */
/*****************************************************
content_bg
*****************************************************/
.campaign__bg1,
.campaign__bg2,
.campaign__bg3,
.campaign__bg4,
.campaign__bg5,
.campaign__bg6 {
  position: relative;
}
.campaign__bg1::after,
.campaign__bg2::after,
.campaign__bg3::after,
.campaign__bg4::after,
.campaign__bg5::after,
.campaign__bg6::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}
.campaign__bg1::before,
.campaign__bg2::before,
.campaign__bg3::before,
.campaign__bg4::before,
.campaign__bg5::before,
.campaign__bg6::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1920px;
  width: 100%;
  height: 100%;
  margin: 0 auto 0;
  z-index: -1;
}

.campaign__bg1::before {
  background: url(/fair/202508_thanksday/assets/images/img-bg-001-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.campaign__bg2::before {
  background: url(/fair/202508_thanksday/assets/images/img-bg-002-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.campaign__bg3::before {
  background: url(/fair/202508_thanksday/assets/images/img-bg-003-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

@media (max-width: 767px) {
  .campaign__bg1::before {
    background: url(/fair/202508_thanksday/assets/images/img-bg-001-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .campaign__bg2::before {
    background: url(/fair/202508_thanksday/assets/images/img-bg-002-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .campaign__bg3::before {
    background: url(/fair/202508_thanksday/assets/images/img-bg-003-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
}
/*****************************************************
content
*****************************************************/
/* fair common css ------------------------------------------------------ */
.contents {
  width: 100%;
  overflow: hidden;
}

.footer {
  width: 100%;
}

.header {
  width: 100%;
}

footer {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  footer {
    padding-bottom: 16.6666666667vh;
  }
}

/* common */
.section {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.section__wrap {
  margin: auto;
}

.section__full {
  margin: auto;
  width: 100%;
}

.content__title {
  text-align: center;
  margin: auto;
}

.content__column {
  display: flex;
  justify-content: center;
}
.content__column.col-2 div:first-child {
  width: 50%;
}
.content__column.col-2 div:last-child {
  width: 50%;
}

.column__medium {
  align-items: center;
}

.column__wrap {
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .content__column.col-2 div:first-child {
    width: 100%;
  }
  .content__column.col-2 div:last-child {
    width: 100%;
  }
}
#fair .info {
  background: #fff;
}
#fair .info .section__wrap {
  max-width: 1200px;
  padding: 30px 0;
}
#fair .info .section__wrap .info-text {
  border: 4px solid #e60012;
  color: #e60012;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .info .section__wrap {
    padding: 30px 5%;
  }
  #fair .info .section__wrap .info-text {
    border: 4px solid #e60012;
    color: #e60012;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    padding: 5px 2px;
  }
}
@media (max-width: 767px) {
  #fair .info .section__wrap {
    padding: 30px 5%;
  }
  #fair .info .section__wrap .info-text {
    border: 2px solid #e60012;
    color: #e60012;
    font-size: 3.5vw;
    font-weight: bold;
    text-align: center;
    padding: 5px 2px;
  }
}
#fair .lead {
  background: #00a0e9;
  max-width: 1920px;
}
#fair .lead .section__wrap {
  max-width: 1200px;
  padding: 27px 0 60px;
}
#fair .lead .section__wrap .lead-title {
  color: #fff;
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding-top: 15px;
}
#fair .lead .section__wrap .note-text {
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
}
#fair .lead .section__wrap .lead-menu {
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 50px auto 60px;
}
#fair .lead .section__wrap .lead-menu li {
  width: 330px;
  margin-right: 30px;
}
#fair .lead .section__wrap .lead-menu li:nth-of-type(3) {
  margin-right: 0;
}
#fair .lead .section__wrap .lead-menu li:nth-of-type(4) {
  margin-top: 30px;
}
#fair .lead .section__wrap .lead-menu li:nth-of-type(5) {
  margin-top: 30px;
}
#fair .lead .section__wrap .lead-menu li:nth-of-type(6) {
  margin-top: 30px;
  margin-right: 0;
}
#fair .lead .section__wrap .lead-menu li a {
  color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  text-align: center;
  height: 109px;
  padding: 0 60px 0 0;
}
#fair .lead .section__wrap .lead-menu li a:hover {
  text-decoration: none;
}
#fair .lead .section__wrap .lead-menu li a.icon-arrow {
  position: relative;
}
#fair .lead .section__wrap .lead-menu li a.icon-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(/fair/202508_thanksday/assets/images/icon-arrow.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 0;
  transform: translate(0, -50%);
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .lead .section__wrap .lead-title {
    font-size: min(2.8vw, 28px);
    line-height: 1.7;
    padding: 40px 5% 20px;
  }
  #fair .lead .section__wrap .note-text {
    font-size: min(1.2vw, 12px);
  }
  #fair .lead .section__wrap .lead-menu {
    margin: 40px auto 50px;
  }
  #fair .lead .section__wrap .lead-menu li {
    width: 30%;
    margin-right: 2%;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(3) {
    margin-right: 0;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(4) {
    margin-top: 30px;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(5) {
    margin-top: 30px;
  }
  #fair .lead .section__wrap .lead-menu li a {
    border: 2px solid #fff;
    font-size: min(2.3vw, 23px);
    height: 109px;
    padding: 0 7% 0 0;
  }
  #fair .lead .section__wrap .lead-menu li a:hover {
    text-decoration: none;
  }
  #fair .lead .section__wrap .lead-menu li a.icon-arrow {
    position: relative;
  }
  #fair .lead .section__wrap .lead-menu li a.icon-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(/fair/202508_thanksday/assets/images/icon-arrow.png);
    background-size: contain;
    width: 40px;
    height: 40px;
    z-index: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 767px) {
  #fair .lead .section__wrap {
    padding: 0;
  }
  #fair .lead .section__wrap .main__content {
    padding: 0 5%;
  }
  #fair .lead .section__wrap .lead-title {
    font-size: 4.1vw;
    line-height: 1.7;
    padding: 40px 0 20px;
  }
  #fair .lead .section__wrap .note-text {
    font-size: 3vw;
    line-height: 1.6;
    text-align: left;
    padding: 0 0 30px;
  }
  #fair .lead .section__wrap .lead-menu {
    flex-wrap: wrap;
    margin: 20px auto 40px;
  }
  #fair .lead .section__wrap .lead-menu li {
    width: 49%;
    margin-right: 0;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(2) {
    margin-left: 2%;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(3) {
    margin-top: 10px;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(4) {
    margin-top: 10px;
    margin-left: 2%;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(5) {
    margin-top: 10px;
  }
  #fair .lead .section__wrap .lead-menu li:nth-of-type(6) {
    margin-top: 10px;
    margin-left: 2%;
  }
  #fair .lead .section__wrap .lead-menu li a {
    border: 2px solid #fff;
    justify-content: left;
    font-size: 3.6vw;
    text-align: left;
    height: 16.9491525424vw;
    padding: 10px 5%;
  }
  #fair .lead .section__wrap .lead-menu li a:hover {
    text-decoration: none;
  }
  #fair .lead .section__wrap .lead-menu li a.icon-arrow {
    position: relative;
  }
  #fair .lead .section__wrap .lead-menu li a.icon-arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 5%;
    background: url(/fair/202508_thanksday/assets/images/icon-arrow.png) no-repeat;
    background-size: contain;
    width: 3.9113428944vw;
    height: 3.9113428944vw;
    z-index: 0;
    transform: translate(0, -50%);
  }
}
#fair .event {
  max-width: 1920px;
}
#fair .event .section__wrap {
  max-width: 1200px;
  padding: 80px 0 60px;
}
#fair .event .section__wrap .event-title {
  text-align: center;
  padding: 0;
  margin-bottom: 50px;
}
#fair .event .section__wrap .content__column.col-3 {
  margin: 0;
}
#fair .event .section__wrap .content__column li:nth-of-type(1) {
  width: 33%;
  margin-right: 1%;
}
#fair .event .section__wrap .content__column li:nth-of-type(2) {
  width: 32%;
  margin-right: 1.5%;
}
#fair .event .section__wrap .content__column li:nth-of-type(3) {
  width: 32.4%;
}
#fair .event .section__wrap .content__column li img {
  width: 100%;
}
#fair .event .section__wrap .event-link-btn-area {
  position: relative;
  margin: 40px auto 0;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .event .section__wrap {
    padding: 80px 5% 60px;
  }
}
@media (max-width: 767px) {
  #fair .event .section__wrap {
    padding: 80px 5% 50px;
  }
  #fair .event .section__wrap .event-title {
    text-align: center;
    padding: 0;
    margin-bottom: 15px;
  }
  #fair .event .section__wrap .event-list li {
    margin-bottom: 10px;
  }
  #fair .event .section__wrap .event-list li:nth-of-type(1) {
    width: 100%;
    margin-right: 0;
  }
  #fair .event .section__wrap .event-list li:nth-of-type(2) {
    width: 100%;
    margin-right: 0;
  }
  #fair .event .section__wrap .event-list li:nth-of-type(3) {
    width: 100%;
  }
  #fair .event .section__wrap .event-list.content__column {
    flex-wrap: wrap;
  }
  #fair .event .section__wrap .event-list.content__column.col-3 {
    margin-bottom: 15px;
  }
  #fair .event .section__wrap .event-link-btn-area {
    margin: 20px auto 0;
    padding: 0 3%;
  }
}
#fair .campaign {
  max-width: 1920px;
  margin: 0 auto 0;
}
#fair .campaign .title-inner {
  position: relative;
  padding: 140px 0 30px;
}
#fair .campaign .title-inner::before {
  content: "";
  background: #002c74;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#fair .campaign .title-inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  background: url(/fair/202508_thanksday/assets/images/campaign-line.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 60px;
  z-index: 0;
  transform: translate(-50%, 100%);
  z-index: 0;
}
#fair .campaign .title-inner .campaign-title {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  padding-top: 50px;
  z-index: 3;
}
#fair .campaign .title-inner .campaign-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  background: url(/fair/202508_thanksday/assets/images/img-campaign-title.png) no-repeat;
  background-size: contain;
  width: 1100px;
  height: 153px;
  z-index: 0;
  transform: translate(-50%, -50%);
  z-index: -1;
}
#fair .campaign .section__wrap {
  max-width: 1200px;
  padding: 100px 0 50px;
}
#fair .campaign .section__wrap .main__content {
  margin: auto;
  padding: 0 0 60px;
}
#fair .campaign .content__img {
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin: 0 auto 20px;
  z-index: 1;
}
#fair .campaign .content__img.img02 {
  padding: 0 50px;
}
#fair .campaign .content__img img {
  text-align: center;
  width: 100%;
  margin: auto;
}
#fair .campaign .event__bnr {
  position: relative;
  line-height: 1;
  text-align: center;
  margin: 0 auto 50px;
  width: 100%;
}
#fair .campaign .event__bnr.top-bnr {
  margin: 0 auto 20px;
}
#fair .campaign .event__bnr .link-btn-area {
  position: absolute;
  left: 50%;
  bottom: 90px;
  max-width: 450px;
  margin: 0 auto;
  transform: translateX(-50%);
}
#fair .campaign .event__bnr .link-btn-area.btn-pd {
  bottom: 50px;
}
#fair .campaign .campaign-text {
  color: #00164b;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 50px;
}
#fair .campaign .campaign-link-btn-area {
  margin: 30px auto 70px;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .campaign .title-inner {
    position: relative;
    padding: 140px 5% 30px;
  }
  #fair .campaign .title-inner::before {
    content: "";
    background: #002c74;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #fair .campaign .title-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    background: url(/fair/202508_thanksday/assets/images/campaign-line.png);
    background-repeat: repeat-x;
    background-size: contain;
    width: 100%;
    height: 60px;
    z-index: 0;
    transform: translate(-50%, 100%);
    z-index: 0;
  }
  #fair .campaign .title-inner .campaign-title {
    position: relative;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    padding-top: 50px;
    z-index: 3;
  }
  #fair .campaign .title-inner .campaign-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url(/fair/202508_thanksday/assets/images/img-campaign-title.png) no-repeat;
    background-size: contain;
    width: 100%;
    height: 153px;
    z-index: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #fair .campaign .section__wrap {
    padding: 100px 5% 50px;
  }
  #fair .campaign .campaign-text {
    font-size: min(2.4vw, 24px);
  }
  #fair .campaign .content__img img {
    text-align: center;
    width: 100%;
    margin: auto;
  }
  #fair .campaign .event__bnr {
    position: relative;
    line-height: 1;
    text-align: center;
    margin: 0 auto 50px;
    width: 100%;
  }
  #fair .campaign .event__bnr .link-btn-area {
    position: absolute;
    left: 50%;
    bottom: 60px;
    max-width: 450px;
    margin: 0 auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 767px) {
  #fair .campaign {
    margin: 0;
  }
  #fair .campaign .title-inner {
    position: relative;
    padding: 13.037809648vw 0 3.9113428944vw;
  }
  #fair .campaign .title-inner::before {
    content: "";
    background: #002c74;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  #fair .campaign .title-inner::after {
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    background: url(/fair/202508_thanksday/assets/images/campaign-line-sp.png);
    background-repeat: no-repeat;
    background-size: 100% 70%;
    width: 100%;
    height: 38px;
    z-index: 0;
    transform: translate(-50%, 100%);
    z-index: 0;
  }
  #fair .campaign .title-inner .campaign-title {
    font-size: 5vw;
    padding-top: 3.9113428944vw;
    z-index: 3;
  }
  #fair .campaign .title-inner .campaign-title::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background: url(/fair/202508_thanksday/assets/images/img-campaign-title.png);
    background-size: contain;
    width: 79.5306388527vw;
    height: 11.2125162973vw;
    z-index: 0;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  #fair .campaign .section__wrap {
    padding: 7.8226857888vw 5% 6.518904824vw;
  }
  #fair .campaign .section__wrap .main__content {
    margin: 0 auto 5.2151238592vw;
    padding: 0;
  }
  #fair .campaign .content__img {
    position: relative;
    line-height: 1;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px;
    z-index: 1;
  }
  #fair .campaign .content__img.img02 {
    padding: 0 5%;
  }
  #fair .campaign .content__img.img03 {
    margin-bottom: 18.2529335072vw;
  }
  #fair .campaign .event__bnr {
    position: relative;
    line-height: 1;
    text-align: center;
    margin: 0 auto 50px;
    width: 100%;
  }
  #fair .campaign .event__bnr .link-btn-area {
    position: absolute;
    left: 50%;
    bottom: 7.8226857888vw;
    width: 58.6701434159vw;
    margin: 0 auto;
    padding: 0;
    transform: translateX(-50%);
  }
  #fair .campaign .event__bnr .link-btn-area.btn-pd {
    bottom: 20px;
  }
  #fair .campaign .campaign-link-btn-area {
    width: 58.6701434159vw;
    margin: 30px auto 70px;
  }
  #fair .campaign .campaign-text {
    font-size: 3.2vw;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 2.6075619296vw;
  }
}

/* fair link-btn css -------------------------------------------------- */
/* fair note css ------------------------------------------------------ */
/* fair stickymenu css ------------------------------------------------ */
#fair .anchor-fix {
  position: relative;
}
#fair .anchor-fix::before {
  content: "";
  display: block;
  height: 80px;
  margin-top: -80px;
}
@media (max-width: 767px) {
  #fair .anchor-fix::before {
    height: 100px;
  }
}
#fair .campaign_blc {
  max-width: 1100px;
}
#fair .campaign_blc.content__column {
  margin: 0 auto;
  padding: 80px 0 0;
}
@media (max-width: 767px) {
  #fair .campaign_blc.content__column {
    margin: 0 auto 50px;
    padding: 20px 0 0;
  }
}
#fair .link-btn {
  display: block;
  text-align: center;
  margin: 0 auto;
  padding: 40px 0 10px;
}
#fair .link-btn:hover {
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s;
}
#fair .link-btn a {
  display: block;
  text-align: center;
}
#fair .link-btn a:hover {
  text-decoration: none;
}
@media (max-width: 767px) {
  #fair .link-btn {
    width: 100%;
    padding: 5.2083333333vw 0 1.3020833333vw;
  }
}
#fair .link-btn {
  cursor: pointer;
  padding: 0;
}
#fair .link-btn:hover {
  text-decoration: none;
  opacity: 0.6;
}
#fair .link-btn-area {
  margin: 30px auto 10px;
}
@media (max-width: 767px) {
  #fair .link-btn-area {
    margin: 6.518904824vw auto 4.5632333768vw;
    padding: 0 10%;
  }
}
#fair .link-btn-cover {
  display: block;
  position: absolute;
  bottom: 12%;
  left: 50%;
  width: 90.5454545455vw;
  max-width: 996px;
  margin: 0 auto;
  transform: translate(-50%, 0);
  z-index: 2;
}
@media (max-width: 767px) {
  #fair .link-btn-cover {
    width: 80vw;
  }
}
#fair .note {
  background: #ffffff;
  padding: 50px 0 60px;
}
#fair .note .main__content {
  margin: auto;
}
@media (min-width: 768px) {
  #fair .note .main__content {
    padding: 0 50px;
  }
}
#fair .note .main__content .icon-note {
  position: relative;
  vertical-align: middle;
  padding-left: 35px;
  margin-bottom: 20px;
}
#fair .note .main__content .icon-note:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: url(/fair/assets/img/icon-note.png) no-repeat;
  background-size: contain;
  width: 31px;
  height: 28px;
  transform: translate(0, -50%);
}
#fair .note .main__content .note__text {
  color: #231815;
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
#fair .note .main__content .note__text01 {
  color: #231815;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
}
#fair .note .main__content .note__text02 {
  color: #231815;
  display: inline-block;
  font-size: 15px;
  line-height: 1.5;
}
@media (max-width: 767px) {
  #fair .note {
    padding: 30px 0 20px;
  }
  #fair .note .icon-note {
    vertical-align: middle;
    padding-left: 18px;
    margin-bottom: 5px;
  }
  #fair .note .icon-note:before {
    width: 15px;
    height: 14px;
  }
  #fair .note .note__text {
    font-size: 3.2vw;
  }
  #fair .note .note__text01 {
    font-size: 3.5vw;
    text-align: left;
  }
  #fair .note .note__text02 {
    font-size: 3.5vw;
    text-align: left;
  }
}
#fair .note {
  position: relative;
  max-width: 1920px;
}
#fair .note::before {
  content: "";
  background: #002c74;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#fair .note::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(/fair/202508_thanksday/assets/images/campaign-line.png);
  background-repeat: repeat-x;
  background-size: contain;
  width: 100%;
  height: 60px;
  z-index: 1;
  transform: rotate(180deg) translate(0%, 100%);
}
#fair .note .section__wrap {
  max-width: 1050px;
}
#fair .note .section__wrap .note-link {
  margin: 60px auto 0;
}
#fair .note .section__wrap .note-link li {
  width: 50%;
  text-align: center;
  padding: 0 20px;
}
#fair .note .section__wrap .main__content {
  padding: 0 10px;
}
#fair .note .section__wrap .main__content .icon-note {
  padding-left: 30px;
}
#fair .note .section__wrap .main__content .icon-note::before {
  width: 25px;
  height: 23px;
}
#fair .note .section__wrap .main__content .note__text01 {
  color: #fff;
  margin-bottom: 25px;
}
#fair .note .section__wrap .main__content .note__text02 {
  color: #fff;
}
#fair .note .section__wrap .main__content .contact {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0 0;
}
#fair .note .section__wrap .main__content .contact .contact-title {
  border: 1px solid #1e2973;
  color: #1e2973;
  font-size: 14px;
  line-height: 1;
  padding: 5px 35px;
}
#fair .note .section__wrap .main__content .contact .contact-text {
  color: #1e2973;
  font-size: 18px;
  margin-left: 20px;
}
#fair .note .section__wrap .main__content .contact .contact-text02 {
  color: #1e2973;
  font-size: 13px;
  vertical-align: middle;
  margin-left: 30px;
}
@media (max-width: 767px) {
  #fair .note {
    padding: 40px 0 50px;
  }
  #fair .note .section__wrap {
    padding: 0 5%;
  }
  #fair .note .section__wrap .note-link {
    flex-wrap: wrap;
    margin: 60px auto 0;
    padding: 0 10%;
  }
  #fair .note .section__wrap .note-link li {
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0;
  }
  #fair .note .section__wrap .note-link li:last-child {
    margin-bottom: 0;
  }
  #fair .note .section__wrap .main__content .note__text01 {
    font-size: 3vw;
  }
  #fair .note .section__wrap .main__content .note__text02 {
    font-size: 3vw;
  }
  #fair .note .section__wrap .main__content .contact {
    display: block;
    width: 100%;
    margin: 30px 0 0;
  }
  #fair .note .section__wrap .main__content .contact .contact-title {
    display: block;
    font-size: 3.5vw;
    line-height: 1;
    text-align: center;
    width: 100%;
    padding: 7px 0;
    margin-bottom: 10px;
  }
  #fair .note .section__wrap .main__content .contact .contact-text {
    display: block;
    font-size: 4.3vw;
    line-height: 1.5;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  #fair .note .section__wrap .main__content .contact .contact-text02 {
    display: block;
    font-size: 3.5vw;
    list-style: 1.5;
    text-align: left;
    margin-left: 0;
  }
}
#fair .stickymenu {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding: 30px 0 20px;
  background-position: center;
  z-index: 100;
}
#fair .stickymenu ul {
  display: flex;
  justify-content: center;
  gap: 0 4%;
}
#fair .stickymenu ul li a {
  display: block;
  text-decoration: none;
}
#fair .stickymenu ul li a:hover {
  transform: translateY(-3px);
}
@media (max-width: 767px) {
  #fair .stickymenu {
    padding: 3% 5%;
  }
  #fair .stickymenu ul {
    flex-direction: column;
  }
  #fair .stickymenu ul li {
    margin: 0 auto;
  }
  #fair .stickymenu ul li:first-child {
    margin-bottom: 2.6075619296vw;
  }
  #fair .stickymenu ul li img {
    height: 9.1264667536vw;
  }
}
#fair .stickymenu {
  background: #fff;
  background-size: cover;
}
@media (max-width: 767px) {
  #fair .stickymenu {
    background-size: cover;
  }
}/*# sourceMappingURL=202508_thanksday.css.map */


