@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;
}

.is-windows .win__text {
  letter-spacing: 0.03em;
}

/* 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: 48.8020833333vw;
  max-height: 937px;
}
#fair .main-visual::before {
  content: "";
  position: absolute;
  background: url(/fair/202508_gogocampaign/assets/images/main_visual-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: 3%;
  box-sizing: border-box;
  max-width: 1622px;
  margin: 0 auto 0;
  z-index: 1;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .main-visual {
    height: 48.8020833333vw;
  }
  #fair .main-visual .main-visual__wrap .main-visual__title {
    width: 84.4791666667vw;
  }
}
@media (max-width: 767px) {
  #fair .main-visual {
    height: 85.2vw;
  }
  #fair .main-visual::before {
    background: url(/fair/202508_gogocampaign/assets/images/main_visual-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 5% 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_gogocampaign/assets/images/img-bg-001-pc.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: top center;
}

.campaign__bg2::before {
  background: url(/fair/202508_gogocampaign/assets/images/img-bg-002-pc.jpg) no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (max-width: 767px) {
  .campaign__bg1::before {
    background: url(/fair/202508_gogocampaign/assets/images/img-bg-001-sp.jpg) no-repeat;
    background-size: 100% 100%;
    background-position: top center;
  }
  .campaign__bg2::before {
    background: url(/fair/202508_gogocampaign/assets/images/img-bg-002-sp.jpg) no-repeat;
    background-size: contain;
    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 .lead {
  background: #fff;
  max-width: 1920px;
}
#fair .lead .section__wrap {
  max-width: 1200px;
  padding: 60px 0 10px;
}
#fair .lead .section__wrap .lead-title {
  color: #00164b;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.6;
  font-feature-settings: "palt";
  text-align: center;
}
#fair .lead .section__wrap .lead-schedule {
  color: #00164b;
  font-size: 54px;
  font-weight: bold;
  line-height: 1.6;
  font-feature-settings: "palt";
  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 .event_menu {
  position: relative;
  max-width: 1200px;
  margin: 40px auto 10px;
  z-index: 99;
}
#fair .lead .section__wrap .event_menu li {
  width: 32%;
  margin-right: 1%;
}
#fair .lead .section__wrap .event_menu li:nth-of-type(3) {
  margin-right: 0;
}
#fair .lead .section__wrap .event_menu li a {
  display: block;
}
#fair .lead .section__wrap .event_menu li a img {
  width: 100%;
}
#fair .lead .section__wrap .event_menu li a:hover {
  text-decoration: none;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .lead .section__wrap {
    padding: 30px 5% 10px;
  }
  #fair .lead .section__wrap .lead-title {
    font-size: min(2.3vw, 23px);
    line-height: 1.7;
    padding: 20px 0 10px;
  }
  #fair .lead .section__wrap .lead-schedule {
    font-size: min(4.4vw, 44px);
    line-height: 1.6;
    padding-top: 15px;
  }
  #fair .lead .section__wrap .note-text {
    font-size: min(1.2vw, 12px);
  }
  #fair .lead .section__wrap .event_menu {
    margin: 40px auto 10px;
  }
}
@media (max-width: 767px) {
  #fair .lead .section__wrap {
    padding: 0;
  }
  #fair .lead .section__wrap .main__content {
    padding: 0 5% 5.2151238592vw;
  }
  #fair .lead .section__wrap .lead-title {
    font-size: 3.4vw;
    line-height: 1.8;
    padding: 30px 0 10px;
  }
  #fair .lead .section__wrap .lead-schedule {
    font-size: 7vw;
    line-height: 1.6;
    padding-top: 5px;
  }
  #fair .lead .section__wrap .note-text {
    font-size: 3vw;
    line-height: 1.6;
    text-align: left;
    padding: 0 0 30px;
  }
  #fair .lead .section__wrap .event_menu {
    flex-wrap: wrap;
    margin: 30px auto 10px;
  }
  #fair .lead .section__wrap .event_menu li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  #fair .lead .section__wrap .event_menu li:nth-of-type(3) {
    margin-bottom: 0;
  }
}
#fair .event {
  max-width: 1920px;
}
#fair .event .section__wrap {
  padding: 0 0 60px;
}
#fair .event .section__wrap .event-title {
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 180px;
  margin-bottom: 50px;
}
#fair .event .section__wrap .event-title::before {
  content: "";
  position: absolute;
  left: 0;
  background: url(/fair/202508_gogocampaign/assets/images/event-title-bg-pc.jpg) repeat-y;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#fair .event .section__wrap .event-title img {
  margin: 0 auto;
}
#fair .event .section__wrap .main__content {
  max-width: 1200px;
  margin: 0 auto;
}
#fair .event .section__wrap .main__content .content__text {
  color: #000;
  font-size: 38px;
  font-weight: bold;
  font-feature-settings: "palt";
  line-height: 1.6;
  text-align: center;
  margin-bottom: 15px;
}
#fair .event .section__wrap .main__content .content__note {
  color: #fff;
  background: rgba(139, 139, 139, 0.4666666667);
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 50px;
  padding: 10px 50px;
}
#fair .event .section__wrap .main__content .content__note .small-text {
  color: #fff;
  font-size: 17px;
}
#fair .event .section__wrap .content__img {
  position: relative;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin: 0 auto 50px;
  z-index: 1;
}
#fair .event .section__wrap .content__img img {
  text-align: center;
  width: 100%;
  margin: auto;
}
#fair .event .section__wrap .content__img:last-of-type {
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .event .section__wrap {
    padding: 0 0 60px;
  }
  #fair .event .section__wrap .event-title {
    width: 100%;
    height: 15vw;
  }
  #fair .event .section__wrap .event-title img {
    padding: 0 5%;
  }
  #fair .event .section__wrap .main__content {
    margin: 0 auto;
    padding: 0 5%;
  }
  #fair .event .section__wrap .main__content .content__text {
    font-size: 28px;
    font-size: min(2.8vw, 28px);
    margin-bottom: 15px;
  }
  #fair .event .section__wrap .main__content .content__note {
    font-size: 18px;
    font-size: min(1.8vw, 18px);
    line-height: 1.5;
    margin-bottom: 50px;
    padding: 10px 5%;
  }
  #fair .event .section__wrap .main__content .content__note .small-text {
    color: #fff;
    font-size: min(1.5vw, 15px);
  }
}
@media (max-width: 767px) {
  #fair .event .section__wrap {
    padding: 0 0 50px;
  }
  #fair .event .section__wrap .event-title {
    height: 15.6453715776vw;
    padding: 5px 5%;
    margin-bottom: 20px;
  }
  #fair .event .section__wrap .event-title::before {
    background: url(/fair/202508_gogocampaign/assets/images/event-title-bg-sp.jpg) repeat-y;
    background-size: cover;
    background-position: center;
  }
  #fair .event .section__wrap .main__content {
    margin: 0 auto;
    padding: 0 5%;
  }
  #fair .event .section__wrap .main__content .content__text {
    font-size: 3.3vw;
    margin-bottom: 15px;
  }
  #fair .event .section__wrap .main__content .content__note {
    font-size: 3vw;
    line-height: 1.5;
    margin-bottom: 30px;
    padding: 10px 5%;
  }
  #fair .event .section__wrap .main__content .content__note .small-text {
    display: block;
    line-height: 1.5;
    font-size: 2.5vw;
  }
  #fair .event .section__wrap .content__img {
    margin: 0 auto 30px;
  }
}
#fair .campaign {
  max-width: 1920px;
  margin: 0 auto;
}
#fair .campaign .section__wrap {
  max-width: 1200px;
  padding: 0 0 50px;
}
#fair .campaign .section__wrap .main__content {
  margin: auto;
  padding: 0;
}
#fair .campaign .campaign-text {
  color: #fff;
  font-size: 28px;
  line-height: 1;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .campaign .section__wrap {
    padding: 0 5% 50px;
  }
}
@media (max-width: 767px) {
  #fair .campaign {
    width: 90%;
    margin: 5.2151238592vw 5% 0;
  }
  #fair .campaign .section__wrap {
    padding: 1.3037809648vw 5% 6.518904824vw;
  }
  #fair .campaign .section__wrap .main__content {
    margin: 0 auto 5.2151238592vw;
    padding: 0;
  }
}

/* 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: 80px;
  }
}
#fair sup {
  font-size: 10px;
  vertical-align: top;
}
#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 {
  width: 300px;
  margin: 0 auto 10px;
}
@media (max-width: 767px) {
  #fair .link-btn-area {
    width: 100%;
    margin: 3.9113428944vw 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;
  background: #fff;
  max-width: 1920px;
}
#fair .note .section__wrap {
  max-width: 1200px;
}
#fair .note .section__wrap .note-link {
  max-width: 800px;
  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: #000;
  margin-bottom: 25px;
}
#fair .note .section__wrap .main__content .note__text02 {
  color: #000;
}
@media (min-width: 768px) and (max-width: 1320px) {
  #fair .note .section__wrap {
    padding: 0 5%;
  }
  #fair .note .section__wrap .note-link {
    margin: 40px auto 0;
  }
}
@media (max-width: 767px) {
  #fair .note {
    padding: 40px 0 30px;
  }
  #fair .note .section__wrap {
    padding: 0 5%;
  }
  #fair .note .section__wrap .note-link {
    flex-wrap: wrap;
    margin: 20px auto 0;
    padding: 0 15%;
  }
  #fair .note .section__wrap .note-link li {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    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 .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_gogocampaign.css.map */


