.hero {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  height: 250vh;
}
.hero_background {
  position: absolute;
  top: 0px;
  z-index: 1;
  display: block;
  height: 100vh;
  max-width: none;
}
.hero_cover {
  position: absolute;
  top: 0px;
  z-index: 5;
  display: block;
  overflow: visible;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.85);
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
}
.hero_logo {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 50;
  display: block;
  width: 17%;
  height: auto;
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
}
.hero_horse {
  position: absolute;
  left: 130vw;
  top: 10vh;
  z-index: 100;
  display: block;
  height: 80vh;
  max-width: none;
}
.hero_area {
  position: absolute;
  top: 0px;
  overflow: visible;
  width: 100%;
  height: 250vh;
}
.hero_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.hero_text_2nd {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  margin: 0vh auto 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  opacity: 1;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
.hero_text_1st {
  position: absolute;
  left: 0px;
  top: 20%;
  right: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
}
.hero_btn {
  position: relative;
  top: 4vh;
  z-index: 250;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 36%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Noto Serif JP', sans-serif;
  color: #045f2d;
}
.hero_btn:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e6ca88), color-stop(47%, #b4861b), to(#e6ca88));
  background-image: linear-gradient(180deg, #e6ca88, #b4861b 47%, #e6ca88);
}
.html-embed {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
.hero_effect {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 150;
  height: 130vh;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.hero_effect.no1 {
  opacity: 0;
}
.hero_effect.no1.mb {
  display: none;
}
.hero_effect.no2 {
  opacity: 0;
}
.hero_effect.no2.mb {
  display: none;
}
.hero_effect.no3 {
  opacity: 0;
}
.hero_effect.no3.mb {
  display: none;
}
.hero_effect.no4 {
  opacity: 0;
}
.hero_effect.no4.mb {
  display: none;
}
.hero_effect.no5 {
  opacity: 0;
}
.hero_effect.no5.mb {
  display: none;
}
.hero_effect.no6 {
  opacity: 0;
}
.hero_effect.no6.mb {
  display: none;
}
.hero_effect.no7 {
  opacity: 0;
}
.hero_effect.no7.mb {
  display: none;
}
.hero_effect.no8 {
  opacity: 0;
}
.hero_effect.no8.mb {
  display: none;
}
.hero_effect.no9 {
  opacity: 0;
}
.hero_effect.no9.mb {
  display: none;
}
.hero_effect.no10 {
  opacity: 0;
}
.hero_effect.no10.mb {
  display: none;
}
.hero_title-1 {
  position: relative;
  z-index: 200;
  width: 76%;
  max-width: none;
  margin-bottom: 3%;
  margin-left: 0%;
  opacity: 0;
}
.hero_title-2 {
  position: relative;
  z-index: 200;
  width: 70%;
  max-width: none;
  margin-top: 0vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}
.hero_title-2.mb {
  display: none;
}
.hero_title-3 {
  position: relative;
  z-index: 200;
  width: 60%;
  max-width: none;
  margin-top: 5vh;
  margin-left: 0%;
  opacity: 0;
}
.hero_title-4 {
  position: relative;
  width: 45%;
  max-width: none;
  opacity: 0;
}
.hero_text_2nd_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.hero_text_2nd_group.under {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.hero_text {
  position: relative;
  z-index: 50;
  margin-top: 3vh;
  margin-bottom: 0px;
  opacity: 1;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  font-size: 1rem;
  line-height: 1.8rem;
  text-align: center;
  letter-spacing: 0.1rem;
}
.hero_text.mb {
  display: none;
}
.hero_text.mb {
  display: none;
}
.hero_text_2nd_group.top {
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero_title-logo {
  position: relative;
  z-index: 200;
  display: none;
  width: 20%;
  max-width: none;
  margin-top: 5vh;
  opacity: 0;
  mix-blend-mode: lighten;
}
.campaign__title__section {
  padding-top: 50px;
  padding-bottom: 25px;
  background-image: url('../images/campaign_6_bg.jpg');
  background-size: cover;
}
.campaign__title__section.final {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a40000), to(#a40000));
  background-image: linear-gradient(180deg, #a40000, #a40000);
}
.campaign__title {
  width: 40%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0vh;
  padding-bottom: 0vh;
}
.campaign__title._02 {
  width: 60%;
  max-width: 600px;
}
.campaign__title.fimal {
  position: relative;
  z-index: 20;
}
.campaign_section {
  padding-top: 10vh;
  padding-bottom: 10vh;
}
.campaign_section._01 {
  position: relative;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 50px;
  background-image: url('../images/campaign_6_bg_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: scroll;
}
.campaign_section._01.final {
  position: relative;
  top: 0px;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#a40000), to(#a40000));
  background-image: linear-gradient(180deg, #a40000, #a40000);
}
.campaign_section._02 {
  position: relative;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/campaign_4_bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.campaign_section._03 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url('../images/campaign_3_bg.jpg');
  background-position: 100% 80%;
  background-size: cover;
}
.campaign_section._04 {
  position: relative;
  background-image: url('../images/campaign_4_bg_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.campaign_section._07 {
  position: relative;
  background-image: url('../images/campaign_7_bg.jpg');
  background-position: 0px 0px;
  background-size: auto;
}
.campaign_section._08 {
  position: relative;
  background-image: url('../images/campaign_8_bg.png');
  background-position: 50% 50%;
  background-size: cover;
}
.campaign_section._09 {
  background-image: url('../images/campaign_f_bg.png');
  background-position: 0px 0px;
  background-size: cover;
}
.campaign_section._09.f {
  position: relative;
  padding-top: 5vh;
  padding-bottom: 5vh;
}
.campaign_title_01 {
  width: 50%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
}
.campaign_title_01._06 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.campaign_title_01._07 {
  width: 40%;
}
.campaign_title_01.final {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign_title_01.jravan {
  width: 50%;
}
.campaign_title_01._08 {
  width: 40%;
}
.campaign_title_01.f {
  width: 30%;
}
.campaign_title_02 {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.campaign_title_02.comingsoon {
  width: 40%;
}
.campaign_title_02._03 {
  width: 53%;
}
.campaign_title_02._06 {
  position: absolute;
  top: -100px;
  right: 10%;
  z-index: 3;
  width: 30%;
  margin-left: -260px;
}
.campaign_title_02._07 {
  width: 70%;
  margin-bottom: 20px;
}
.campaign_title_03 {
  width: 70%;
  margin: 0px auto 10px;
}
.campaign_title_03._04 {
  width: 80%;
  margin-top: -70px;
}
.campaign_day {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign_day.cmp {
  margin-top: 2vh;
  margin-bottom: 0vh;
}
.campaign_day.cmp._04 {
  margin-top: -150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign_day.cmp._05 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign_day.cmp._06 {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.campaign_day.cmp._08 {
  margin-top: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign_day._03 {
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign_day.mb {
  display: none;
}
.campaign_day._2l {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign_day._06.final {
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign_day_period {
  padding: 10px 20px;
  border-radius: 50em;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  font-weight: 400;
}
.campaign_day_period.cmp {
  padding-top: 5px;
  padding-bottom: 5px;
}
.campaign_day_period.cmp.yellow {
  background-color: #fef240;
}
.campaign_day_period.cmp._06 {
  background-color: #fef240;
}
.campaign_day_period._03 {
  margin-bottom: 10px;
}
.campaign_day_period_p {
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #8e270f;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.campaign_day_period_p.cmp {
  font-size: 14px;
}
.campaign_day_period_p._03 {
  color: #17527e;
}
.campaign_day_period_p._04 {
  color: #d5342d;
}
.campaign_day_period_p._05 {
  color: #b4861b;
}
.campaign_day_period_p._06 {
  color: #ad2e22;
}
.campaign_day_period_p._07 {
  color: #17527e;
}
.campaign_day_period_p._08 {
  color: #000;
}
.campaign_day_detail {
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 33px;
  font-weight: 900;
  letter-spacing: 0.1em;
}
.campaign_day_detail.cmp {
  font-size: 23px;
}
.campaign_day_detail.cmp._03 {
  line-height: 38px;
}
.campaign_day_detail.cmp._03.sp {
  display: none;
}
.campaign_day_detail.cmp.yellow {
  color: #fef240;
}
.campaign_day_detail._03 {
  line-height: 46px;
}
.campaign_day_detail._2l {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 50px;
}
.campaign_day_detail._2l._08 {
  color: #fff200;
  text-shadow: 2px 2px 9px #000;
}
.campaign_day_detail._2l.f {
  display: inline;
  margin-right: auto;
  margin-left: auto;
}
.campaign_day_detail._06.final {
  margin-top: 20px;
}
.campaign_present_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.campaign_present_area._02 {
  width: 90%;
}
.campaign_present_area._03 {
  width: 75%;
  margin-bottom: 30px;
}
.campaign_present_area._05 {
  width: 80%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.campaign_present_contents {
  position: relative;
  display: block;
  width: 24%;
  padding-bottom: 35px;
  border-radius: 20px;
  background-color: hsla(0, 0%, 100%, 0.6);
}
.campaign_present_contents._02 {
  width: 31%;
  background-color: transparent;
}
.campaign_present_contents._03 {
  width: 52%;
  padding: 20px;
}
.campaign_present_name {
  position: absolute;
  bottom: 0px;
  margin-bottom: 0px;
  padding: 20px 10px 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
}
.campaign_present_name._02 {
  position: relative;
  padding-top: 5px;
  color: #fff;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
}
.campaign_words {
  margin-top: 20px;
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.campaign_words.mb {
  display: none;
}
.campaign_btn {
  display: block;
  width: 40%;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 50px;
  border-radius: 50em;
  background-color: #fff200;
  font-family: 'Noto Sans JP', sans-serif;
  color: #197835;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
.campaign_btn._02 {
  color: #be270f;
}
.campaign_btn._03 {
  color: #17527e;
}
.campaign_btn.twitter {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #00acee;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.campaign_btn._04 {
  color: #000;
}
.campaign_btn._05 {
  position: relative;
  z-index: 10;
  color: #b4861b;
}
.campaign_btn._06 {
  position: relative;
  z-index: 10;
  color: #ad2e22;
  text-align: center;
}
.campaign_btn._07 {
  position: relative;
  z-index: 10;
  color: #17527e;
}
.campaign_btn._08 {
  position: relative;
  z-index: 5;
  color: #d5342d;
}
.campaign_comingsoon {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 900;
  text-align: center;
}
.campaign_comingsoon.jravan {
  color: #fff200;
  font-size: 46px;
  line-height: 59px;
}
.campaign_comingsoon.jravan.place {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  line-height: 36px;
  font-weight: 400;
  text-align: left;
}
.campaign_comingsoon.f {
  margin-top: 0px;
  font-size: 60px;
  line-height: 77px;
}
.jra_banner_section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #378d14;
}
.jra_banner_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1100px;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.jra_banner {
  width: 48%;
}
.howto_banner_area {
  padding-top: 50px;
}
.howto_banner_title {
  display: inline;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 10px solid #fff000;
  font-family: 'Noto Sans JP', sans-serif;
  color: #0d813b;
  font-size: 36px;
  text-align: center;
}
.howto_banner_title_area {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.howto_banner_text_area {
  padding-bottom: 30px;
  background-image: url('../images/banner_text_bg.jpg');
  background-position: 50% 0%;
  background-size: auto;
}
.howto_banner_text {
  margin-bottom: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  line-height: 31px;
  text-align: center;
}
.howto_banner_text.mb {
  display: none;
}
.howto_banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
}
.sns_area {
  padding-top: 20px;
  padding-bottom: 50px;
}
.sns_area_title {
  margin-top: 0px;
  margin-bottom: 3vh;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  text-align: center;
}
.sns_banner_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sns_banner {
  display: block;
  margin-right: 5px;
  margin-left: 5px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.campaign_section_area {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 500vh;
}
.campaign_section_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0vh;
  width: 100%;
  height: 100vh;
  padding-top: 10vh;
}
.history_top {
  position: relative;
  z-index: 30;
  overflow: visible;
  width: 100%;
  height: 120vh;
}
.history_of_jravan_top {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 10;
  width: 60%;
  margin-right: auto;
  margin-bottom: 2vh;
  margin-left: auto;
}
.history_top_bg {
  position: relative;
  z-index: 5;
  height: 150vh;
  max-width: none;
}
.history_top_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
}
.history_top_area {
  position: absolute;
  top: 0px;
  overflow: visible;
  width: 100%;
  height: 120vh;
}
.history_of_jravan_year_top {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-right: auto;
  margin-bottom: 3vh;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.history_of_jravan_p_top {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 10;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'Noto Serif JP', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  text-align: center;
}
.history_top_textset {
  position: absolute;
  top: 30vh;
  z-index: 10;
  width: 100%;
  opacity: 0;
}
.history {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-top: 0vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.history.history_dial_1992_active {
  padding-top: 10vh;
}
.history_set {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50%;
  margin: 200px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.history_set.history_dial_2022_active {
  margin-bottom: 0px;
}
.history_set.history_dial_2018_active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.history_year {
  width: 17%;
  margin-top: 1vh;
}
.history_of_jravan {
  width: 40%;
}
.history_title {
  margin-top: 1vh;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  line-height: 32px;
  font-weight: 900;
}
.history_title._2nd {
  margin-top: 3vh;
}
.history_paragraph {
  margin-top: 1vh;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 24px;
}
.history_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 2vh;
  margin-bottom: 1vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.history_photo.middle {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}
.history_caption {
  margin-top: 1vh;
  font-size: 11px;
}
.history_caption.center {
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  text-align: center;
}
.history_caption.right {
  margin-left: 10px;
}
.history_race {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 3vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.history_race_text_set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 47%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.history_race_photo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.history_race_head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #045f2d;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 14px;
}
.history_race_title {
  margin-top: 1vh;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #045f2d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.history_race_text {
  margin-top: 1vh;
  margin-bottom: 0px;
}
.history_topics {
  width: 100%;
  margin-top: 2vh;
}
.history_topic_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.history_topic_area.tv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.history_topic_icon {
  width: 8%;
}
.history_topic_paragraph {
  width: 88%;
  margin-bottom: 0px;
  margin-left: 2vw;
  padding-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.history_topic_paragraph.sp {
  display: none;
}
.history_dial {
  position: fixed;
  left: -50%;
  top: 0px;
  z-index: 2;
  width: 70%;
  max-width: none;
  -webkit-transform: rotate(77deg);
  -ms-transform: rotate(77deg);
  transform: rotate(77deg);
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.history_dial._1994 {
  -webkit-transform: rotate(66deg);
  -ms-transform: rotate(66deg);
  transform: rotate(66deg);
}
.history_dial._1997 {
  -webkit-transform: rotate(63deg);
  -ms-transform: rotate(63deg);
  transform: rotate(63deg);
}
.history_dial._1998 {
  -webkit-transform: rotate(55deg);
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
.history_dial._1999 {
  -webkit-transform: rotate(43.8deg);
  -ms-transform: rotate(43.8deg);
  transform: rotate(43.8deg);
}
.history_dial._2000 {
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
}
.history_dial._2001 {
  -webkit-transform: rotate(32.5deg);
  -ms-transform: rotate(32.5deg);
  transform: rotate(32.5deg);
}
.history_dial._2002 {
  -webkit-transform: rotate(21.5deg);
  -ms-transform: rotate(21.5deg);
  transform: rotate(21.5deg);
}
.history_dial._2004 {
  -webkit-transform: rotate(10.5deg);
  -ms-transform: rotate(10.5deg);
  transform: rotate(10.5deg);
}
.history_dial._2006 {
  -webkit-transform: rotate(-0.5deg);
  -ms-transform: rotate(-0.5deg);
  transform: rotate(-0.5deg);
}
.history_dial._2007 {
  -webkit-transform: rotate(-23deg);
  -ms-transform: rotate(-23deg);
  transform: rotate(-23deg);
}
.history_dial._2009 {
  -webkit-transform: rotate(-12deg);
  -ms-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.history_dial._2010 {
  -webkit-transform: rotate(-22.5deg);
  -ms-transform: rotate(-22.5deg);
  transform: rotate(-22.5deg);
}
.history_dial._2011 {
  -webkit-transform: rotate(-33.5deg);
  -ms-transform: rotate(-33.5deg);
  transform: rotate(-33.5deg);
}
.history_dial._2012 {
  -webkit-transform: rotate(-67deg);
  -ms-transform: rotate(-67deg);
  transform: rotate(-67deg);
}
.history_dial._2015 {
  -webkit-transform: rotate(-77deg);
  -ms-transform: rotate(-77deg);
  transform: rotate(-77deg);
}
.history_dial._2016 {
  -webkit-transform: rotate(-44.5deg);
  -ms-transform: rotate(-44.5deg);
  transform: rotate(-44.5deg);
}
.history_dial._2019 {
  -webkit-transform: rotate(-65.5deg);
  -ms-transform: rotate(-65.5deg);
  transform: rotate(-65.5deg);
}
.history_dial._2022 {
  -webkit-transform: rotate(-76.5deg);
  -ms-transform: rotate(-76.5deg);
  transform: rotate(-76.5deg);
}
.history_dial._2018 {
  -webkit-transform: rotate(-55deg);
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
.code {
  position: absolute;
  top: 0px;
}
.body {
  background-color: transparent;
  background-image: url('../images/histroy_bg_2.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}
.cmp_header {
  position: relative;
  padding-top: 4vh;
  padding-bottom: 4vh;
}
.cmp_header._06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0vh;
  padding-bottom: 0vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmp_header._08 {
  padding-top: 20px;
  padding-bottom: 30px;
}
.cmp_header_bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cmp_header_bg._06.final {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmp_header_bg._08 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_header_bg.tw {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
}
.cmp_header_title_01 {
  width: 100vh;
  margin: 0 auto;
}
.cmp_header_paragraph_pc {
  position: relative;
  z-index: 5;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.cmp_section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/cmp_bg_3.jpg');
  background-position: 50% 0%;
  background-size: cover;
  background-attachment: fixed;
}
.cmp_section._02 {
  background-image: url('../images/cmp_bg_2.jpg');
}
.cmp_section._03 {
  background-image: url('../images/cmp_bg_3.jpg');
}
.cmp_section._04 {
  background-image: url('../images/cmp_bg_4.jpg');
}
.cmp_section._05 {
  background-image: url('../images/cmp_bg_5.jpg');
}
.cmp_section._06 {
  overflow: hidden;
  background-image: url('../images/campaign_6_contentsbg.jpg');
}
.cmp_section._06.final {
  overflow: hidden;
  background-image: url('../images/campaign_f_contentsbg.jpg');
}
.cmp_header_bg_image_pc {
  position: absolute;
  width: 145%;
  max-width: none;
}
.cmp_header_bg_image_pc._03 {
  width: 150%;
}
.cmp_header_bg_image_pc._05 {
  width: 170%;
}
.cmp_header_bg_image_pc._08 {
  width: 100%;
}
.cmp_about_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0vh;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_about_area._06 {
  position: relative;
  z-index: 10;
}
.cmp_about_title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #045f2d;
  font-size: 26px;
  text-align: center;
}
.cmp_about_paragraph {
  position: relative;
  margin-top: 1vh;
  font-family: 'Noto Sans JP', sans-serif;
  color: #333333;
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  text-align: center;
}
.cmp_about_paragraph._03 {
  color: #17527e;
}
.cmp_about_paragraph._03.sp {
  display: none;
}
.cmp_about_paragrap_line {
  border-bottom: 5px solid #f7fa33;
}
.cmp_button {
  margin-top: 2vh;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 35px;
  border-radius: 50em;
  background-color: #b4861b;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.cmp_button.green {
  margin-top: 0vh;
  padding-right: 50px;
  padding-left: 50px;
  background-color: #045f2d;
  text-align: center;
}
.cmp_button.green.blue {
  background-color: #17527e;
}
.cmp_button.green._04._08 {
  background-color: #ff5719;
}
.cmp_button.yellow {
  background-color: #fef240;
  color: red;
}
.cmp_button.yellow._06 {
  background-color: #ff7600;
  color: #fff;
}
.cmp_button.yellow._06.final {
  background-color: #d5342d;
}
.cmp_button.twitter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00acee;
}
.cmp_button.twitter.pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 1vh;
  padding: 10px 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 18px;
}
.cmp_button.twitter.mb {
  display: none;
}
.cmp_button._04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #ff7b59;
}
.cmp_button._04._08 {
  background-color: #ff5719;
}
.cmp_button.pc._04._08 {
  background-color: #ff5719;
}
.cmp_button._05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #efc61d;
}
.cmp_button._06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  background-color: #fef240;
  color: #ad2e22;
}
.cmp_present_area {
  position: relative;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cmp_present_area._04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_present_title {
  width: 40%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #17527e;
  font-size: 26px;
  line-height: 45px;
  font-weight: 700;
}
.cmp_present_title.app {
  width: 40%;
  max-width: 600px;
}
.cmp_present_title._08 {
  width: 30%;
}
.cmp_present_block_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 900px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmp_present_block_area._03 {
  width: 60%;
  max-width: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_present_block {
  position: relative;
  width: 48%;
  margin-bottom: 4%;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: #045f2d;
  background-color: #fff;
}
.cmp_present_block._02 {
  display: block;
  width: 32%;
  margin-bottom: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-color: #8e270f;
}
.cmp_present_paragraph {
  position: relative;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #045f2d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
.cmp_present_paragraph._3item {
  margin-bottom: 9px;
}
.cmp_present_paragraph._02 {
  color: #8e270f;
  font-size: 18px;
}
.cmp_present_photo {
  display: block;
  width: 70%;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
}
.cmp_present_photo._03 {
  width: 48%;
}
.cmp_present_name_block {
  position: relative;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_present_name_block._03 {
  margin-top: 12px;
}
.cmp_present_number {
  position: relative;
  width: 80px;
  padding: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: #045f2d;
  border-radius: 50rem;
}
.cmp_present_number._02 {
  border-color: #8e270f;
}
.cmp_present_number._05 {
  border-color: #efc61d;
  background-color: #efc61d;
}
.cmp_present_number_paragraph {
  position: absolute;
  left: 0px;
  top: 25px;
  right: 0px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: 'Noto Sans JP', sans-serif;
  color: #045f2d;
  font-weight: 700;
  text-align: center;
}
.cmp_present_number_paragraph._1000 {
  top: 24px;
}
.cmp_present_number_paragraph._02 {
  color: #8e270f;
}
.cmp_present_number_paragraph._05 {
  color: #fdfdfd;
}
.cmp_present_number_em {
  font-size: 35px;
}
.cmp_present_name {
  margin-bottom: 0px;
  margin-left: 2vw;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cmp_present_name_detail {
  font-size: 14px;
  font-weight: 400;
}
.cmp_flow_paragraph {
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}
.cmp_flow_paragraph.em {
  margin-top: 2vh;
  margin-bottom: 0px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}
.cmp_flow_paragraph.em.sp {
  display: none;
}
.cmp_flow_paragraph.em._03 {
  margin-bottom: 20px;
  line-height: 25px;
  text-align: center;
}
.cmp_flow_paragraph.em._03._08 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.cmp_flow_paragraph.em._06.sp {
  display: none;
}
.cmp_flow_paragraph.link {
  margin-top: 1vh;
  padding-left: 0px;
  color: #045f2d;
  text-align: left;
}
.cmp_flow_paragraph.link._02 {
  color: #8e270f;
}
.cmp_flow_paragraph.link._05 {
  color: #b4861b;
}
.cmp_flow_paragraph.link._06 {
  color: #ff7600;
}
.cmp_flow_paragraph.link._06.final {
  color: #d5342d;
}
.cmp_flow_paragraph.text {
  padding-left: 0px;
  text-align: left;
}
.cmp_howto_area {
  position: relative;
  display: block;
  padding-top: 3vh;
  padding-bottom: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cmp_howto_white_area {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 900px;
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  padding: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
.cmp_howto_flow_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cmp_howto_flow_area._04 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmp_howto_flow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  padding: 15px 15px 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 2px;
  border-color: #045f2d;
}
.cmp_howto_flow._02 {
  border-color: #8e270f;
}
.cmp_howto_flow._03 {
  width: 32%;
  border-color: #17527e;
}
.cmp_howto_flow._04 {
  width: 60%;
  border-color: #ff7b59;
}
.cmp_howto_flow._04._08 {
  border-style: none;
}
.cmp_howto_flow._06 {
  border-color: #ff7600;
}
.cmp_howto_flow._06.final {
  border-color: #d5342d;
}
.cmp_flow_allow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1%;
  max-width: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_howto_circle {
  position: relative;
  width: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 20px;
  border-radius: 50rem;
  background-color: #045f2d;
}
.cmp_howto_circle._02 {
  background-color: #8e270f;
}
.cmp_howto_circle._03 {
  background-color: #17527e;
}
.cmp_howto_circle._04 {
  background-color: #ff7b59;
}
.cmp_howto_circle._06 {
  background-color: #ff7600;
}
.cmp_howto_circle._06.final {
  background-color: #d5342d;
}
.cmp_howto_circle_paragraph {
  position: absolute;
  left: 0px;
  top: 10px;
  right: 0px;
  z-index: 2;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.cmp_howto_title {
  margin-top: 1vh;
  margin-bottom: 0px;
  color: #045f2d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  text-align: center;
}
.cmp_howto_title._02 {
  color: #8e270f;
}
.cmp_howto_title._03 {
  color: #17527e;
}
.cmp_howto_title._03.herf {
  padding-top: 20%;
}
.cmp_howto_title._03.herf._07cp {
  margin-top: 1vh;
  margin-bottom: 30px;
  padding-top: 0%;
}
.cmp_howto_title._03._07cp {
  margin-top: 0vh;
}
.cmp_howto_title._03._07cp.blue {
  margin-top: 10px;
  color: #1dacee;
}
.cmp_howto_title._04 {
  color: #ff7b59;
}
.cmp_howto_title._04._08 {
  color: #ff5719;
}
.cmp_howto_title._05 {
  color: #b4861b;
}
.cmp_howto_title._06 {
  color: #ff7600;
}
.cmp_howto_title._06.final {
  color: #d5342d;
}
.cmp_howto_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  margin-top: 2vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmp_howto_flow_paragraph {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 12px;
  line-height: 23px;
  text-align: center;
}
.cmp_howto_flow_paragraph.pc {
  margin-top: 15px;
  padding-left: 7px;
  font-size: 12px;
  line-height: 20px;
  text-align: left;
}
.cmp_howto_flow_paragraph.mb {
  display: none;
}
.cmp_howto_flow_paragraph._05 {
  text-align: center;
  padding-left: 0px;
  list-style-type: none;
}
.cmp_howto_flow_paragraph._07cp {
  text-align: center;
}
.cmp_flow_paragraph {
  padding-left: 40px;
}
.cmp_flow_paragraph.list {
  margin-top: 2vh;
  margin-bottom: 0px;
  padding-left: 20px;
  text-align: left;
}
.cmp_app_area {
  padding-top: 3vh;
  padding-bottom: 3vh;
}
.cmp_app_white_area {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 900px;
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  padding: 3vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}
.cmp_app_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_app_text_block {
  width: 70%;
  font-family: 'Noto Sans JP', sans-serif;
}
.cmp_app_title {
  position: relative;
  margin-bottom: 0px;
  color: #045f2d;
  font-size: 24px;
  font-weight: 700;
}
.cmp_app_title._02 {
  color: #8e270f;
}
.cmp_app_title._05 {
  color: #efc61d;
}
.cmp_app_title._06 {
  color: #ff7600;
}
.cmp_app_title._06.final {
  color: #d5342d;
}
.cmp_app_text {
  margin-top: 2vh;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 24px;
}
.cmp_app_qr_block_pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cmp_app_qr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_app_qr_image {
  width: 100%;
  margin-top: 1vh;
  border: 1px solid #000;
}
.cmp_app_qr_title {
  margin-bottom: 0px;
  color: #045f2d;
  font-size: 18px;
  font-weight: 700;
}
.cmp_app_qr_title._02 {
  color: #8e270f;
}
.cmp_app_qr_title._06 {
  color: #ff7600;
}
.cmp_app_qr_title._06.final {
  color: #d5342d;
}
.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
}
.cmp_header_bg_image_mb {
  display: none;
}
.cmp_header_title_03_img_mb {
  display: none;
}
.howto_banner_img_mb {
  display: none;
}
.history_race_photo_img {
  height: 220px;
  max-width: none;
}
.cmp_header_paragraph_sp {
  display: none;
}
.white_scroll_lottie {
  position: fixed;
  left: 45%;
  bottom: 20vh;
  z-index: 50;
  width: 10%;
  margin-right: auto;
  margin-left: auto;
}
.white_scroll_lottie.top {
  bottom: 0vh;
}
.hero_btn_img {
  width: 100%;
  max-width: none;
}
.text-block {
  font-size: 12px;
}
.cmp_app_qr_image_img {
  height: 150px;
  max-width: none;
}
.race_image {
  width: 400px;
}
.history_photo_sp {
  display: none;
}
.history_imode_photo {
  height: 300px;
  max-width: none;
}
.history_photo_2022 {
  width: 70%;
  max-width: none;
}
.loadong {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10000;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}
.lottie-animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign_title_01_img.final {
  width: 80%;
}
.campaign_title_02_img.mb {
  display: none;
}
.howto_banner_area_img {
  position: relative;
  width: 80%;
  max-width: none;
}
.howto_banner_area_img.pc {
  max-width: 1100px;
}
.howto_banner_area_img.mb {
  display: none;
}
.howto_banner_area_bg {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.howto_banner_banner {
  position: absolute;
  bottom: 16%;
  width: 55%;
  max-width: 710px;
  margin-left: 2%;
}
.howto_banner_banner_img {
  width: 100%;
  max-width: none;
}
.howto_banner_banner_img.mb {
  display: none;
}
.cmp_app_qr_block_mb {
  display: none;
}
.red {
  color: red;
  font-weight: 700;
}
.campaign_section_inner {
  position: relative;
  z-index: 5;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.campaign_section_inner._06 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
}
.campaign_section_inner.f {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.campaign_title_03_img_mb {
  display: none;
}
.cmp_howto_title_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cmp_howto_title_area._04 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_present_paragraph_em {
  font-size: 35px;
  line-height: 35px;
}
.history_photo_2016 {
  width: 60%;
  max-width: none;
}
.history_photo_2004 {
  width: 60%;
  max-width: none;
}
.text-span {
  font-size: 24px;
}
.cmp_present_paragraph-2 {
  position: relative;
  margin-bottom: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #045f2d;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
}
.history_arrow {
  position: fixed;
  left: -50%;
  top: 0%;
  width: 70%;
  max-width: none;
}
.campaign_present_name_s {
  display: block;
  width: 90%;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 11px;
  line-height: 14px;
  text-align: right;
}
.campaign_present_name_s.ejoica {
  width: 100%;
  margin-right: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 11px;
  text-align: left;
  letter-spacing: -0.05em;
}
.campaign_present_name_s.ejoica.mb {
  display: none;
}
.campaign_present_name_s.ejoica.black {
  margin-top: 20px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}
.cmp_present_name_cap {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  line-height: 15px;
}
.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.paragraph {
  font-family: 'Noto Sans JP', sans-serif;
}
.logo_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo_link.history {
  margin-top: 100px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.logo_image {
  width: 150px;
  max-width: none;
}
.link-2 {
  display: inline-block;
}
.top_link_text {
  color: #045f2d;
  text-decoration: underline;
}
.history_caption_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cap_area {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.paragraph-2 {
  font-family: 'Noto Sans JP', sans-serif;
}
.footer_nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  padding-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.history_anchor {
  width: 0px;
  height: 0px;
}
.history_last {
  padding-top: 100px;
}
.campaign_block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.campaign_block._06 {
  position: relative;
  z-index: 3;
  width: 70%;
  max-width: 1100px;
  margin-bottom: 50px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8e270f), to(#8e270f));
  background-image: linear-gradient(180deg, #8e270f, #8e270f);
}
.campaign_block._06.final {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#6a0703), to(#6a0703));
  background-image: linear-gradient(180deg, #6a0703, #6a0703);
}
.campaign_block._07 {
  position: relative;
  z-index: 10;
  width: 70%;
  max-width: 1100px;
  margin-bottom: 40px;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 100%, 0.7);
}
.campaing_2_l_image {
  width: 32%;
  max-width: none;
}
.campaign_present_contents_copy {
  width: 39%;
}
.campaign_present_contents_copy._03 {
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  line-height: 23px;
  font-weight: 700;
}
.campaign_present_contents_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  margin-top: 10%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign_present_contents_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
}
.campaign_present_contents_title_srtong {
  margin-right: 2px;
  font-size: 34px;
  line-height: 36px;
}
.campaign_present_contents_title_sub {
  display: inline-block;
  margin-top: 5px;
  padding: 5px 10px;
  border: 1px solid #000;
  font-family: 'Noto Sans JP', sans-serif;
}
.campaign_present_contents_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 43%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.horse {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}
.horse._02 {
  overflow: visible;
}
.horse._03 {
  left: auto;
  right: 0px;
  mix-blend-mode: multiply;
}
.horse._04 {
  mix-blend-mode: multiply;
}
.horse._06-1 {
  left: -20%;
  top: -10%;
  bottom: auto;
  width: 40%;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}
.horse._06-2 {
  left: -23%;
  bottom: -4%;
  width: 40%;
  opacity: 0.7;
  mix-blend-mode: luminosity;
}
.horse._08 {
  left: 0px;
  right: 0px;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
}
.cmp_present_paragraph_em {
  font-size: 29px;
}
.cmp_header_title_02_mb {
  display: none;
}
.cmp_about_paragraph._03.title {
  font-size: 26px;
  line-height: 38px;
}
.cmp_about_paragraph._04.title {
  color: #ff7b59;
  font-size: 22px;
  line-height: 40px;
}
.cmp_about_paragraph._04.title._08 {
  color: #ff5719;
}
.cmp_about_paragraph.title._05 {
  color: #b4861b;
}
.cmp_about_paragraph.title._06 {
  color: #fff;
}
.cmp_about_paragraph.title._06.sp {
  display: none;
}
.cmp_present_block_area_image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 57%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cmp_present_block_area_image._07 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_present_copy {
  width: 32%;
}
.cmp_present_title_text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #17527e;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
}
.cmp_header_block {
  width: 60%;
}
.cmp_header_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_header_image {
  position: relative;
  z-index: 10;
  width: 22%;
  margin-top: -10px;
  margin-right: -4%;
}
.herf {
  padding-top: 20%;
}
.herf._07cp {
  margin-top: 1vh;
  padding-top: 0%;
}
.text-span-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  font-size: 10px;
}
.cmp_present_text2 {
  margin-bottom: 10px;
}
.cmp_present_name_s {
  font-size: 14px;
  line-height: 22px;
}
.cmp_present_wrap._04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.cmp_present_wrap._05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cmp_present_wrap._06 {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  max-width: 1200px;
  margin-top: 50px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cmp_present_assets._04 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 32%;
  margin-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #ff7b59;
  background-color: #fff;
}
.cmp_present_assets._04._08 {
  width: 48%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cmp_present_assets._05 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #efc61d;
  background-color: #fff;
}
.cmp_present_assets._06 {
  position: relative;
  width: 49%;
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid #ff7600;
  background-color: #fff;
}
.cmp_present_assets._06.final {
  border-color: #d5342d;
}
.cmp_present_assets_course._04 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff7b59;
}
.cmp_present_assets_course._04._08 {
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #ff5719;
}
.cmp_present_assets_course._05 {
  width: 60%;
}
.cmp_present_assets_course._06 {
  position: absolute;
  left: 0px;
  top: -27px;
  width: 120px;
}
.cmp_present_assets_title_h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  font-weight: 400;
}
.cmp_present_assets_photo {
  padding: 10px;
}
.cmp_present_assets_photo._04 {
  width: 100%;
}
.cmp_present_assets_photo._04.img100 {
  width: 100%;
}
.cmp_present_assets_name._04 {
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 10px;
  padding-left: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ff7b59;
  font-size: 15px;
  font-weight: 700;
}
.cmp_present_assets_name._04._08 {
  color: #ff5719;
}
.cmp_present_assets_name._04._08._1l {
  margin-bottom: 34px;
}
.cmp_present_assets_desc {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
.cmp_present_assets_desc._05 {
  margin-top: 20px;
  margin-bottom: 30px;
}
.cmp_present_assets_desc._06 {
  margin-bottom: 0px;
  color: #fff;
}
.cmp_present_assets_desc._07 {
  margin-top: 40px;
}
.cmp_present_assets_desc.cap {
  font-size: 10px;
  line-height: 15px;
}
.cmp_present_assets_specification {
  margin-right: 10px;
  margin-left: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}
.cmp_present_assets_specification._08 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  color: #ff5719;
}
.yellow {
  border-bottom: 2px none #fffb00;
}
.yellow_border {
  border-bottom: 2px solid #fffb00;
  font-size: 25px;
}
.cmp_present_assets_course_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  margin-top: 10px;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cmp_present_assets_course_topic {
  width: 100%;
}
.cmp_present_assets_course_topic_name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.mb {
  display: none;
}
.cmp_5 {
  width: 50%;
  max-width: 1200px;
}
.lg__red {
  color: #000;
  font-size: 20px;
  line-height: 33px;
}
.campaign_block__title._06 {
  margin-top: 0px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 27px;
  line-height: 44px;
  text-align: center;
}
.campaign_block__title._06.sp {
  display: none;
}
.campaign_block__title._07 {
  margin-top: 10px;
  margin-left: 30px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 25px;
  line-height: 44px;
  font-weight: 400;
}
.campaign_block__present__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.campaign_block__present__assets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 23%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign_block__present__image {
  width: 100%;
}
.campaign_block__present__text {
  margin-top: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: center;
}
.campaign_block__title__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign_block__title__blue {
  color: #00acee;
}
.campaign_block__title__icon {
  width: 20%;
}
.campaign_block__title__blue__line {
  display: inline;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(17%, #fff200), color-stop(0, hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(0deg, #fff200 17%, hsla(0, 0%, 100%, 0) 0);
  color: #00acee;
  font-weight: 700;
}
.campaign_block__button {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  border-radius: 30em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  line-height: 26px;
  text-align: center;
}
.campaign_block__img {
  width: 100%;
  margin-top: 20px;
}
.heading {
  margin-top: 0px;
  padding: 7px 20px;
  border: 1px solid #000;
  border-radius: 15px;
  font-size: 20px;
}
.campaign_block__howto__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.campaign_block__clm__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.campaign_block__clm__group._2l {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.round_text {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #17527e;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  font-size: 20px;
}
.campaign_block__clm__text {
  margin-bottom: 0px;
  margin-left: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 22px;
  line-height: 28px;
}
.hash__group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.hash {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 49.5%;
  margin-bottom: 20px;
  padding: 20px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #00acee;
  border-radius: 50em;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}
.hash._07cp {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.hash_text {
  margin-bottom: 0px;
  color: #00acee;
  font-size: 20px;
}
.hash_text._07cp {
  font-size: 14px;
}
.campaign_block__title__group__sp {
  display: none;
}
.cmp_header_title_group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.cmp_header_title_group.final {
  position: relative;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
}
.cmp_about_paragraph__yellow {
  color: #fef240;
}
.cmp_present_assets__copy {
  margin-left: 100px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #ff7600;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.cmp_present_assets__copy.final {
  color: #d5342d;
  font-size: 14px;
}
.back-gold-1 {
  position: absolute;
  top: -128px;
  width: 100%;
  opacity: 0.8;
}
.back-gold-2 {
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.7;
}
.cp06-horse {
  position: absolute;
  mix-blend-mode: luminosity;
}
.cp06-horse._01 {
  left: -10%;
  top: 40px;
  z-index: 1;
  width: 40%;
}
.cp06-horse._02 {
  top: 1180px;
  right: -18%;
  width: 40%;
}
.cp06-horse._03 {
  left: -29%;
  bottom: 640px;
  width: 46%;
}
._07cp-horse {
  position: absolute;
  width: 30%;
}
._07cp-horse._01 {
  right: -41%;
  width: 80%;
  opacity: 0.8;
  mix-blend-mode: luminosity;
}
._07cp-horse._02 {
  left: -12%;
  top: 1030px;
  width: 30%;
  opacity: 0.8;
  mix-blend-mode: luminosity;
}
.campaign_title_03_img._08 {
  position: absolute;
  left: 14%;
  top: 50px;
  width: 15%;
}
.cmp_present_assets_photoset {
  position: relative;
  width: 100%;
}
.election {
  position: absolute;
  left: 15px;
  top: 15px;
  padding: 5px 13px;
  border-radius: 10px;
  background-color: #ff5719;
}
.election__text {
  font-family: 'Noto Sans JP', sans-serif;
  color: #fcfcfc;
  text-align: center;
}
.election__number {
  font-size: 27px;
}
.cmp_present_assets_specification__area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fffee5;
}
.cmp_present_assets_button {
  width: 95%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #ff5719;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  text-align: center;
}
.cmp_header_title_04 {
  position: absolute;
  left: 20%;
  top: 20px;
  z-index: 20;
  width: 10%;
}
.mt10 {
  display: block;
  margin-top: 20px;
}
@media screen and (min-width: 1280px) {
  .campaign_title_03._08 {
    position: static;
  }
  .campaign_day_period.cmp {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .campaign_day_period_p.cmp {
    font-size: 20px;
  }
  .campaign_day_period_p.cmp._03 {
    font-size: 14px;
  }
  .campaign_day_period_p.cmp._06 {
    font-size: 18px;
  }
  .campaign_day_detail.cmp {
    font-size: 34px;
    line-height: 34px;
  }
  .campaign_day_detail.cmp._03 {
    font-size: 23px;
  }
  .campaign_day_detail.cmp._06 {
    font-size: 25px;
  }
  .history_of_jravan_p_top {
    font-size: 18px;
    line-height: 40px;
  }
  .history_title {
    font-size: 28px;
    line-height: 36px;
  }
  .history_paragraph {
    font-size: 16px;
    line-height: 28px;
  }
  .history_race_text {
    font-size: 16px;
    line-height: 24px;
  }
  .history_topic_paragraph {
    font-size: 14px;
    line-height: 22px;
  }
  .cmp_header_paragraph_pc {
    font-size: 22px;
    line-height: 28px;
  }
  .cmp_about_title {
    font-size: 30px;
    line-height: 48px;
  }
  .cmp_about_paragraph {
    font-size: 20px;
    line-height: 34px;
  }
  .cmp_about_paragraph._03 {
    line-height: 36px;
  }
  .cmp_button {
    font-size: 20px;
    line-height: 24px;
  }
  .cmp_present_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_flow_paragraph {
    font-size: 18px;
    line-height: 26px;
  }
  .cmp_flow_paragraph.link {
    font-size: 14px;
    line-height: 20px;
  }
  .cmp_flow_paragraph.text {
    font-size: 14px;
    line-height: 20px;
  }
  .cmp_flow_paragraph.list {
    font-size: 14px;
    line-height: 20px;
  }
  .cmp_header_title_04 {
    left: 20%;
  }
}
@media screen and (min-width: 1440px) {
  .campaign_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .campaign_section._07 {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }
  .campaign_section._08 {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .campaign_title_01 {
    width: 50%;
    margin-right: auto;
    margin-bottom: 5vh;
    margin-left: auto;
  }
  .campaign_title_01._07 {
    width: 40%;
    margin-bottom: 3vh;
  }
  .campaign_title_01._08 {
    width: 35%;
  }
  .campaign_title_02 {
    margin-right: auto;
    margin-left: auto;
  }
  .campaign_title_02._07 {
    width: 65%;
    margin-bottom: 2vh;
  }
  .campaign_title_02._08 {
    width: 60%;
  }
  .history_of_jravan_p_top {
    font-size: 22px;
    line-height: 44px;
  }
  .history_title {
    font-size: 30px;
    line-height: 40px;
  }
  .history_paragraph {
    font-size: 18px;
    line-height: 30px;
  }
  .history_caption {
    font-size: 12px;
  }
  .history_caption.center {
    font-size: 12px;
  }
  .history_race_title {
    font-size: 22px;
    line-height: 30px;
  }
  .history_race_text {
    font-size: 18px;
    line-height: 26px;
  }
  .history_topic_paragraph {
    font-size: 16px;
    line-height: 24px;
  }
  .cmp_header_title_02._06 {
    width: 20%;
  }
  .cmp_header_title_02._06.final {
    width: 23%;
  }
  .cmp_header_paragraph_pc {
    font-size: 25px;
  }
  .cmp_about_title {
    font-size: 32px;
  }
  .cmp_about_paragraph {
    font-size: 22px;
    line-height: 36px;
  }
  .cmp_about_paragraph._03 {
    font-size: 20px;
  }
  .cmp_button {
    padding-right: 50px;
    padding-left: 50px;
    font-size: 22px;
    line-height: 26px;
  }
  .cmp_flow_paragraph {
    font-size: 20px;
  }
  .cmp_flow_paragraph.app {
    font-size: 18px;
  }
  .cmp_app_white_area {
    max-width: 1200px;
  }
  .history_of_jravan_year_top_img {
    max-width: none;
  }
  .campaign_title_03_img._08 {
    left: 18%;
    width: 14%;
  }
  .cmp_header_title_04 {
    left: 20%;
  }
}
@media screen and (min-width: 1920px) {
  .campaign_day_period.cmp {
    padding-top: 10px;
    padding-bottom: 13px;
    font-size: 38px;
    line-height: 40px;
  }
  .campaign_day_period_p.cmp {
    font-size: 36px;
  }
  .campaign_day_period_p.cmp._03 {
    line-height: 20px;
  }
  .campaign_day_detail.cmp {
    font-size: 50px;
    line-height: 50px;
  }
  .campaign_day_detail.cmp._03 {
    line-height: 46px;
  }
  .history_of_jravan_top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .history_top_bg {
    height: 100vw;
  }
  .history_of_jravan_p_top {
    font-size: 30px;
    line-height: 60px;
  }
  .history_title {
    font-size: 46px;
    line-height: 56px;
  }
  .history_paragraph {
    margin-top: 2vh;
    font-size: 28px;
    line-height: 40px;
  }
  .history_caption {
    font-size: 14px;
  }
  .history_caption.center {
    font-size: 14px;
  }
  .history_race_text_set {
    font-size: 16px;
  }
  .history_race_head {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 20px;
  }
  .history_race_title {
    font-size: 28px;
  }
  .history_race_text {
    font-size: 22px;
    line-height: 32px;
  }
  .history_topic_paragraph {
    font-size: 20px;
    line-height: 28px;
  }
  .cmp_header_title_02._06 {
    width: 14%;
  }
  .cmp_header_title_02._06.final {
    width: 17%;
  }
  .cmp_header_title_03._02 {
    max-width: none;
  }
  .cmp_header_paragraph_pc {
    font-size: 37px;
  }
  .cmp_about_title {
    font-size: 42px;
    line-height: 54px;
  }
  .cmp_about_paragraph {
    font-size: 32px;
    line-height: 48px;
  }
  .cmp_flow_paragraph {
    font-size: 26px;
    line-height: 32px;
  }
  .cmp_flow_paragraph.app {
    font-size: 26px;
  }
  .cmp_howto_title {
    margin-top: 2vh;
  }
  .history_of_jravan_year_top_img {
    max-width: none;
  }
  .history_year_img {
    height: 90px;
  }
  .cmp_howto_image_img {
    height: 100px;
    max-width: none;
  }
  .cmp_app_qr_image_img {
    max-width: none;
  }
  .campaign_title_03_img._08 {
    left: 18%;
    width: 14%;
  }
  .cmp_header_title_04 {
    left: 20%;
  }
}
@media screen and (max-width: 991px) {
  .hero_text_1st {
    top: 25%;
  }
  .campaign__title {
    width: 50%;
  }
  .campaign_title_01.jravan {
    width: 70%;
  }
  .campaign_title_01._08 {
    width: 57%;
  }
  .campaign_title_02._06 {
    right: 3%;
  }
  .campaign_title_02._06.final {
    right: -3%;
    width: 40%;
  }
  .campaign_title_02._07 {
    width: 90%;
  }
  .campaign_title_02._08 {
    width: 90%;
  }
  .campaign_day.cmp._04 {
    margin-top: -90px;
  }
  .campaign_day.pc {
    display: none;
  }
  .campaign_day.mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .campaign_day_detail._2l {
    font-size: 27px;
    line-height: 41px;
  }
  .campaign_day_detail._06 {
    font-size: 31px;
  }
  .campaign_present_area {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .campaign_present_area._03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .campaign_present_contents {
    width: 48%;
    margin-bottom: 4%;
  }
  .campaign_present_contents._03 {
    width: 90%;
  }
  .campaign_present_name._02 {
    margin-top: 10px;
    font-size: 16px;
  }
  .campaign_btn {
    width: 50%;
  }
  .jra_banner_area {
    width: 90%;
  }
  .howto_banner {
    width: 80%;
  }
  .history_set {
    max-width: 80%;
  }
  .history_dial {
    display: none;
  }
  .cmp_header_bg {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_header_title_01 {
    width: 100%;
  }
  .cmp_header_title_02 {
    width: 100%;
  }
  .cmp_header_title_03 {
    width: 80%;
  }
  .cmp_header_title_03._04 {
    margin-top: -70px;
  }
  .cmp_header_bg_image_pc {
    position: absolute;
    width: auto;
    height: 100%;
  }
  .cmp_header_bg_image_pc._03 {
    display: none;
  }
  .cmp_button.twitter.pc {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    line-height: 14px;
  }
  .cmp_present_title {
    width: 50%;
  }
  .cmp_present_title.app {
    width: 50%;
  }
  .cmp_present_block_area {
    width: 90%;
  }
  .cmp_present_block_area._03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cmp_present_block_area._03._07cp {
    width: 80%;
  }
  .cmp_present_block._02 {
    width: 48%;
    margin-bottom: 4%;
  }
  .cmp_present_paragraph {
    font-size: 18px;
    line-height: 25px;
  }
  .cmp_present_name_block._03 {
    margin-top: 0px;
  }
  .cmp_present_name {
    font-size: 14px;
    line-height: 20px;
  }
  .cmp_howto_flow_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_howto_flow_area._02 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .cmp_howto_flow._03 {
    width: 100%;
  }
  .cmp_flow_allow {
    width: 5%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cmp_flow_allow._02 {
    width: 2%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .cmp_howto_title._03.herf {
    padding-top: 0%;
  }
  .cmp_howto_flow_paragraph._07cp {
    text-align: center;
  }
  .cmp_app_white_area {
    width: 90%;
  }
  .cmp_header_bg_image_mb {
    display: block;
  }
  .campaign_section_inner._06 {
    width: 90%;
  }
  .cmp_present_paragraph_em {
    font-size: 29px;
    line-height: 34px;
  }
  .campaign_present_name_s.ejoica {
    width: 48%;
  }
  .campaign_present_name_s.ejoica.black {
    width: 100%;
    margin-top: 0px;
  }
  .campaign_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .campaign_block._06 {
    width: 90%;
  }
  .campaign_block._07 {
    width: 90%;
  }
  .campaing_2_l_image {
    width: 50%;
  }
  .campaign_present_contents_area {
    width: 70%;
    margin-bottom: 30px;
  }
  .cmp_present_block_area_image {
    margin-bottom: 30px;
  }
  .cmp_present_title_text._07cp {
    text-align: center;
  }
  .herf {
    padding-top: 0%;
  }
  .cmp_present_wrap._06 {
    width: 90%;
  }
  .cmp_present_assets._04 {
    width: 49%;
  }
  .cmp_present_assets_desc._07 {
    width: 70%;
  }
  .campaign_block__title._06 {
    font-size: 21px;
    line-height: 39px;
  }
  .campaign_block__title._07 {
    font-size: 21px;
    line-height: 35px;
  }
  .campaign_block__title__group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .round_text {
    padding: 12px 17px 11px;
    font-size: 18px;
  }
  .campaign_block__clm__text {
    font-size: 17px;
  }
  .hash {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .hash_text {
    font-size: 15px;
  }
  .cp06-horse._01 {
    display: none;
  }
  .cp06-horse._02 {
    display: none;
  }
  .cp06-horse._03 {
    display: none;
  }
  ._07cp-horse._01 {
    display: none;
  }
  ._07cp-horse._02 {
    display: none;
  }
  .campaign_title_03_img._08 {
    left: 1%;
    top: 30px;
    width: 21%;
  }
}

/*　↓20241206追加↓　*/
  .area_04_present{
	text-align: center;
	width: 92%;
    margin-top: 10px;
	margin-bottom: 20px;
  }
/*　↑20241206追加↑　*/

@media screen and (max-width: 767px) {
  .hero {
    height: 250vh;
  }
  .hero_logo {
    width: 45%;
  }
  .hero_area {
    height: 250vh;
  }
  .hero_sticky {
    height: 100vh;
  }
  .hero_text_2nd {
    margin-top: 30%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hero_btn {
    width: 80%;
    border-radius: 0px;
  }
  .hero_effect.no1 {
    display: none;
  }
  .hero_effect.no1.mb {
    display: block;
  }
  .hero_effect.no2 {
    display: none;
  }
  .hero_effect.no2.mb {
    display: block;
  }
  .hero_effect.no3 {
    display: none;
  }
  .hero_effect.no3.mb {
    display: block;
  }
  .hero_effect.no4 {
    display: none;
  }
  .hero_effect.no4.mb {
    display: block;
  }
  .hero_effect.no5 {
    display: none;
  }
  .hero_effect.no5.mb {
    display: block;
  }
  .hero_effect.no6 {
    display: none;
  }
  .hero_effect.no6.mb {
    display: block;
  }
  .hero_effect.no7 {
    display: none;
  }
  .hero_effect.no7.mb {
    display: block;
  }
  .hero_effect.no8 {
    display: none;
  }
  .hero_effect.no8.mb {
    display: block;
  }
  .hero_effect.no9 {
    display: none;
  }
  .hero_effect.no9.mb {
    display: block;
  }
  .hero_effect.no10 {
    display: none;
  }
  .hero_effect.no10.mb {
    display: block;
  }
  .hero_title-1 {
    width: 86%;
    margin-bottom: 2vh;
  }
  .hero_title-2 {
    display: none;
    opacity: 0;
  }
  .hero_title-2.mb {
    display: block;
    width: 86%;
    margin-right: auto;
    margin-left: auto;
    opacity: 0;
  }
  .hero_title-3 {
    width: 65%;
    margin-top: 2vh;
    margin-bottom: 3vh;
  }
  .hero_title-4 {
    width: 90%;
  }
  .hero_text_2nd_group.under {
    width: 86%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero_text {
    display: none;
    opacity: 0;
  }
  .hero_text.mb {
    display: block;
    opacity: 1;
    font-size: 14px;
    line-height: 24px;
  }
  .hero_text.mb {
    display: block;
    opacity: 1;
  }
  .hero_text_2nd_group.top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .hero_title-logo {
    width: 40%;
    margin-top: 0vh;
    margin-bottom: 3vh;
    opacity: 0;
    mix-blend-mode: normal;
  }
  .campaign__title__section {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .campaign__title {
    width: 80%;
  }
  .campaign__title._02 {
    width: 80%;
  }
  .campaign_section._01 {
    padding-top: 30px;
  }
  .campaign_section._02 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .campaign_section._04 {
    background-image: url('../images/campaign_4_bg_mb.jpg');
    background-size: cover;
  }
  .campaign_section._08 {
    padding-top: 50px;
    padding-bottom: 220px;
    background-image: url('../images/campaign_8_bg_mb.png');
    background-position: 50% 100%;
  }
  .campaign_title_01 {
    width: 60%;
  }
  .campaign_title_01._07 {
    width: 60%;
  }
  .campaign_title_01.jravan {
    width: 80%;
  }
  .campaign_title_02 {
    width: 80%;
  }
  .campaign_title_02._06 {
    top: -30px;
    right: -3%;
    width: 40%;
    margin-left: -130px;
  }
  .campaign_title_03 {
    width: 80%;
    margin-top: 0px;
  }
  .campaign_title_03._04 {
    margin-top: 0px;
  }
  .campaign_day.cmp._06 {
    margin-top: 0vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .campaign_day.cmp._08 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .campaign_day._06 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .campaign_day._06.final {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .campaign_day_period {
    padding: 5px 15px 7px;
    font-size: 17px;
  }
  .campaign_day_period_p {
    font-size: 18px;
  }
  .campaign_day_detail {
    font-size: 24px;
    letter-spacing: 0em;
  }
  .campaign_day_detail.cmp._03.sp {
    display: block;
  }
  .campaign_day_detail.cmp._06 {
    margin-top: 20px;
    margin-left: 0px;
  }
  .campaign_day_detail._2l {
    font-size: 24px;
    line-height: 39px;
  }
  .campaign_day_detail._06 {
    margin-top: 20px;
    margin-left: 0px;
    font-size: 27px;
  }
  .campaign_present_area._02 {
    padding-bottom: 0px;
  }
  .campaign_present_contents {
    margin-bottom: 15px;
  }
  .campaign_present_contents._02 {
    width: 47%;
    padding-bottom: 0px;
  }
  .campaign_present_name._02 {
    padding-bottom: 0px;
  }
  .campaign_words {
    display: none;
    line-height: 30px;
  }
  .campaign_words.mb {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .campaign_btn {
    width: 70%;
    font-size: 20px;
  }
  .campaign_comingsoon {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 30px;
  }
  .campaign_comingsoon.jravan {
    font-size: 36px;
    line-height: 47px;
  }
  .campaign_comingsoon.jravan.place {
    font-size: 20px;
  }
  .jra_banner_section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .howto_banner_area {
    padding-top: 5vh;
  }
  .howto_banner_text {
    display: none;
  }
  .howto_banner_text.mb {
    display: block;
  }
  .howto_banner {
    width: 90%;
  }
  .history_of_jravan_top {
    width: 80%;
  }
  .history {
    padding-bottom: 0px;
  }
  .history_set {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 10vh;
  }
  .history_set.history_dial_2022_active {
    padding-bottom: 0vh;
  }
  .history_photo {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .history_photo.large {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .history_photo.middle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60%;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .history_topic_paragraph.pc {
    display: none;
  }
  .history_topic_paragraph.sp {
    display: block;
  }
  .cmp_header._06 {
    padding-top: 3vh;
    padding-bottom: 3vh;
  }
  .cmp_header._08 {
    height: 600px;
  }
  .cmp_header_bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cmp_header_bg._06.final {
    padding-bottom: 0px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cmp_header_title_01 {
    width: 100%;
  }
  .cmp_header_title_01._02 {
    width: 100%;
    max-width: none;
  }
  .cmp_header_title_01._06 {
    width: 100%;
    max-width: none;
  }
  .cmp_header_title_02 {
    width: 80%;
  }
  .cmp_header_title_02._02 {
    width: 90%;
  }
  .cmp_header_title_02._06 {
    width: 46%;
    margin-left: -110px;
  }
  .cmp_header_title_02._06.final {
    width: 60%;
  }
  .cmp_header_title_03 {
    width: 90%;
  }
  .cmp_header_title_03._04 {
    margin-top: -60px;
  }
  .cmp_header_title_03._08 {
    width: 62%;
    margin-right: 20px;
  }
  .cmp_header_paragraph_pc {
    display: none;
    padding-right: 5%;
    padding-left: 5%;
    line-height: 26px;
  }
  .cmp_header_bg_image_pc {
    display: none;
  }
  .cmp_about_title {
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }
  .cmp_about_paragraph._03 {
    width: 90%;
  }
  .cmp_about_paragraph._03.sp {
    display: block;
  }
  .cmp_button.green {
    margin-top: 0vh;
  }
  .cmp_button.yellow._06.final {
    margin-top: 2vh;
  }
  .cmp_button.twitter.pc {
    display: none;
  }
  .cmp_button.twitter.mb {
    display: block;
  }
  .cmp_button._06 {
    margin-top: 0vh;
  }
  .cmp_present_title {
    width: 50%;
  }
  .cmp_present_title.app {
    width: 60%;
  }
  .cmp_present_title._08 {
    width: 50%;
  }
  .cmp_present_block_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cmp_present_block {
    width: 100%;
  }
  .cmp_present_block._02 {
    width: 100%;
  }
  .cmp_present_paragraph {
    font-size: 18px;
    line-height: 24px;
  }
  .cmp_present_paragraph._3item {
    margin-bottom: 0px;
  }
  .cmp_present_name_block._03 {
    margin-top: 0px;
  }
  .cmp_flow_paragraph {
    padding-left: 0px;
    text-align: center;
  }
  .cmp_flow_paragraph.em.sp {
    display: block;
  }
  .cmp_flow_paragraph.em._06.sp {
    display: block;
  }
  .cmp_flow_paragraph.link {
    margin-bottom: 30px;
  }
  .cmp_flow_paragraph.app {
    text-align: left;
  }
  .cmp_howto_flow_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_howto_flow_area._02._06 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_howto_flow {
    width: 100%;
  }
  .cmp_flow_allow {
    width: 10%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cmp_flow_allow._02._06 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .cmp_howto_circle {
    padding: 20px;
  }
  .cmp_howto_circle._02 {
    margin-bottom: 20px;
  }
  .cmp_howto_circle._03 {
    margin-bottom: 20px;
  }
  .cmp_howto_circle_paragraph {
    top: 10px;
    font-size: 20px;
  }
  .cmp_howto_title {
    margin-top: 0vh;
    margin-left: 20px;
  }
  .cmp_howto_title._02 {
    margin-left: 0px;
  }
  .cmp_howto_title._03 {
    margin-left: 0px;
  }
  .cmp_howto_title._03.herf {
    padding-top: 0%;
  }
  .cmp_howto_title._06 {
    margin-left: 0px;
  }
  .cmp_howto_flow_paragraph.pc {
    display: none;
  }
  .cmp_howto_flow_paragraph.mb {
    display: block;
    text-align: left;
  }
  .cmp_flow_paragraph.list {
    line-height: 24px;
  }
  .cmp_app_white_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_app_image {
    width: 40%;
    margin-bottom: 0px;
  }
  .cmp_app_title {
    margin-top: 2vh;
  }
  .cmp_app_qr_block_pc {
    display: none;
  }
  .cmp_header_bg_image_mb {
    display: block;
    width: 200%;
    max-width: none;
  }
  .cmp_header_bg_image_mb._03 {
    width: 120%;
  }
  .cmp_header_bg_image_mb._04._08 {
    width: 100%;
  }
  .sp_br {
    display: block;
    color: #000;
  }
  .howto_banner_img_pc {
    display: none;
  }
  .howto_banner_img_mb {
    display: block;
  }
  .cmp_header_paragraph_sp {
    position: relative;
    z-index: 5;
    display: block;
    margin-top: 10px;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
  }
  .white_scroll_lottie {
    left: 40%;
    width: 20%;
  }
  .history_photo_pc {
    display: none;
  }
  .history_photo_sp {
    display: block;
    width: 100%;
    max-width: none;
  }
  .history_photo_2022 {
    width: 100%;
  }
  .lottie-animation {
    width: 30vw;
  }
  .campaign_title_02_img.pc {
    display: none;
  }
  .campaign_title_02_img.mb {
    display: block;
  }
  .campaign_title_03_img_pc {
    display: none;
  }
  .howto_banner_area_img.pc {
    display: none;
  }
  .howto_banner_area_img.mb {
    display: block;
    width: 95%;
  }
  .howto_banner_banner {
    bottom: 10%;
    width: 72%;
  }
  .howto_banner_banner_img.pc {
    display: none;
  }
  .howto_banner_banner_img.mb {
    display: block;
  }
  .cmp_app_qr_block_mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .android_badge {
    width: 100%;
    max-width: none;
  }
  .iphone_badge {
    width: 100%;
    max-width: none;
  }
  .android_badge_link {
    width: 70%;
    margin-bottom: 20px;
  }
  .iphone_badge_link {
    width: 70%;
  }
  .campaign_section_inner._06 {
    width: 95%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .campaign_title_03_img_mb {
    display: block;
  }
  .cmp_howto_title_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_present_paragraph_em {
    font-size: 27px;
  }
  .history_photo_2016 {
    width: 100%;
  }
  .history_photo_2004 {
    width: 100%;
  }
  .history_arrow {
    display: none;
  }
  .campaign_present_name_s.ejoica {
    width: 100%;
  }
  .logo_link.history {
    margin-top: 50px;
  }
  .footer_nav {
    padding-top: 50px;
  }
  .campaign_present_contents_area {
    width: 90%;
  }
  .horse._06-1 {
    display: none;
  }
  .horse._06-2 {
    display: none;
  }
  .cmp_header_title_02_pc {
    display: none;
  }
  .cmp_header_title_02_mb {
    display: block;
  }
  .cmp_about_paragraph._03.title.sp {
    display: block;
  }
  .cmp_about_paragraph.title._06.sp {
    display: block;
  }
  .cmp_present_block_area_image {
    width: 100%;
  }
  .cmp_header_block {
    width: 100%;
  }
  .cmp_header_image {
    display: block;
  }
  .cmp_header_image.pc {
    display: none;
  }
  .herf {
    padding-top: 0%;
  }
  .cmp_present_wrap._04 {
    width: 90%;
  }
  .cmp_present_assets._06 {
    width: 100%;
  }
  .cmp_present_assets_course._05 {
    width: 80%;
  }
  .cmp_present_assets_desc._06 {
    text-align: center;
  }
  .cmp_present_assets_course_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_present_assets_course_topic {
    width: 90%;
    margin-bottom: 20px;
  }
  .pc {
    display: none;
  }
  .mb {
    display: block;
  }
  .campaign_block__title._06.sp {
    display: block;
  }
  .campaign_block__title._07 {
    margin-left: 0px;
    font-size: 18px;
    line-height: 30px;
  }
  .campaign_block__title._07.sp {
    margin-top: 0px;
  }
  .campaign_block__present__group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .campaign_block__present__assets {
    width: 48%;
    margin-bottom: 30px;
  }
  .campaign_block__present__text {
    font-size: 16px;
    line-height: 24px;
  }
  .campaign_block__title__group.sp {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .campaign_block__title__icon {
    width: 23%;
  }
  .campaign_block__button {
    font-size: 16px;
    line-height: 23px;
  }
  .heading {
    font-size: 16px;
    line-height: 26px;
  }
  .hash {
    width: 100%;
    margin-bottom: 10px;
  }
  .campaign_block__title__group__sp {
    display: block;
  }
  .cmp_header_title_group {
    width: 90%;
  }
  .cmp_header_title_group.final {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .cmp_header_title_04 {
    left: 6%;
    top: 60px;
    width: 29%;
  }
  .mt10 {
    display: block;
    margin-top: 15px;
  }
  .day_cap {
    display: block;
  }
  .mbbr {
    display: block;
  }
  .top_banner {
    display: flex;
    /*flex-flow: column;*/
    list-style: none;
	width: 100%;
	justify-content: center;
    padding-left: 0;
    margin: auto;
  }
}
@media screen and (max-width: 479px) {
  .hero_text_1st {
    top: 10vh;
    opacity: 0;
  }
  .hero_btn {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero_title-4 {
    width: 90%;
  }
  .campaign__title__section {
    position: relative;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .campaign__title {
    width: 75%;
  }
  .campaign__title._02 {
    width: 90%;
  }
  .campaign_section._01 {
    overflow: hidden;
    padding-top: 15px;
  }
  .campaign_section._04 {
    padding-top: 5vh;
    padding-bottom: 5vh;
    background-image: url('../images/campaign_4_bg_mb_1.jpg');
  }
  .campaign_section._07 {
    padding-top: 5vh;
    padding-bottom: 5vh;
  }
  .campaign_section._08 {
    padding-bottom: 220px;
  }
  .campaign_title_01 {
    width: 80%;
  }
  .campaign_title_01.jravan {
    width: 82%;
  }
  .campaign_title_01._08 {
    width: 70%;
  }
  .campaign_title_02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 88%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .campaign_title_02.comingsoon {
    width: 60%;
  }
  .campaign_title_02._03 {
    width: 59%;
  }
  .campaign_title_02._06 {
    top: 0px;
  }
  .campaign_title_02._08 {
    width: 70%;
    margin-right: 0px;
  }
  .campaign_title_03 {
    width: 85%;
    margin-top: 0px;
  }
  .campaign_title_03._03 {
    width: 84%;
  }
  .campaign_title_03._04 {
    margin-bottom: 50px;
  }
  .campaign_day {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .campaign_day.cmp {
    margin-top: 1vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .campaign_day.cmp._03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .campaign_day.cmp._04 {
    margin-top: -30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .campaign_day.cmp._06 {
    margin-top: 10px;
  }
  .campaign_day.mb {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .campaign_day._2l._08 {
    margin-bottom: 0px;
  }
  .campaign_day._06 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .campaign_day._06.final {
    margin-bottom: 20px;
  }
  .campaign_day_period {
    margin-bottom: 5px;
    padding: 5px 12px;
    font-size: 16px;
  }
  .campaign_day_period.cmp._04.yellow {
    margin-bottom: 0px;
  }
  .campaign_day_period_p {
    font-size: 14px;
  }
  .campaign_day_period_p.cmp {
    font-size: 14px;
  }
  .campaign_day_detail {
    margin-left: 10px;
    font-size: 18px;
  }
  .campaign_day_detail.cmp {
    margin-left: 10px;
    font-size: 18px;
  }
  .campaign_day_detail.cmp._06 {
    margin-top: 5px;
  }
  .campaign_day_detail._03 {
    line-height: 32px;
  }
  .campaign_day_detail._2l {
    font-size: 16px;
    line-height: 32px;
  }
  .campaign_day_detail._2l._08 {
    margin-top: 0px;
  }
  .campaign_day_detail._06 {
    margin-top: 5px;
    margin-left: 0px;
    font-size: 16px;
  }
  .campaign_day_detail._06.final {
    margin-top: 10px;
  }
  .campaign_present_area {
    width: 75%;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .campaign_present_area._03 {
    width: 90%;
  }
  .campaign_present_area._05 {
    width: 95%;
  }
  .campaign_present_contents {
    width: 100%;
  }
  .campaign_present_contents._03 {
    width: 100%;
  }
  .campaign_present_name._02 {
    font-size: 12px;
    line-height: 18px;
  }
  .campaign_words {
    display: none;
    margin-top: 3vh;
    font-size: 18px;
  }
  .campaign_words.mb {
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .campaign_btn {
    padding-right: 30px;
    padding-left: 30px;
    font-size: 17px;
  }
  .campaign_btn._05 {
    color: #b4861b;
  }
  .campaign_comingsoon.jravan {
    margin-top: 0px;
    font-size: 28px;
    line-height: 39px;
  }
  .campaign_comingsoon.jravan.place {
    font-size: 12px;
    line-height: 24px;
  }
  .jra_banner_section {
    padding-bottom: 10px;
  }
  .jra_banner_area {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .jra_banner {
    width: 100%;
    margin-bottom: 20px;
  }
  .howto_banner_area {
    padding-top: 30px;
  }
  .howto_banner_title {
    font-size: 27px;
  }
  .howto_banner_text {
    font-size: 14px;
  }
  .sns_area {
    padding-top: 20px;
    padding-bottom: 50px;
  }
  .sns_area_title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .history_of_jravan_top {
    width: 85%;
  }
  .history_of_jravan_p_top {
    font-size: 12px;
    line-height: 26px;
  }
  .history_set {
    max-width: 90%;
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .history_set.history_dial_2018_active {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .history_year {
    width: 26%;
  }
  .history_of_jravan {
    width: 60%;
  }
  .history_title {
    line-height: 34px;
  }
  .history_paragraph {
    line-height: 24px;
  }
  .history_photo.small {
    width: 60%;
  }
  .history_caption.center {
    text-align: left;
  }
  .history_race {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history_race_text_set {
    width: 100%;
  }
  .history_race_photo {
    width: 100%;
    margin-top: 1vh;
  }
  .history_race_head {
    font-size: 10px;
  }
  .history_race_title {
    margin-top: 1vh;
    font-size: 18px;
    line-height: 24px;
  }
  .history_race_text {
    margin-top: 1vh;
  }
  .cmp_header._08 {
    height: 460px;
  }
  .cmp_header_bg {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_header_bg._06.final {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    background-image: url('../images/campaign_f_cp_bg.png');
    background-position: 0px 0px;
    background-size: cover;
  }
  .cmp_header_bg._08 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .cmp_header_title_01 {
    width: 100%;
  }
  .cmp_header_title_02 {
    width: 90%;
  }
  .cmp_header_title_03._02 {
    width: 88%;
    margin-top: 6px;
  }
  .cmp_header_title_03._04 {
    width: 95%;
    margin-top: -30px;
  }
  .cmp_header_paragraph_pc {
    display: none;
    font-size: 16px;
  }
  .cmp_about_title {
    padding-right: 5%;
    padding-left: 5%;
    font-size: 22px;
    line-height: 34px;
    text-align: left;
  }
  .cmp_about_paragraph {
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }
  .cmp_about_paragraph._03.sp {
    font-size: 16px;
    line-height: 32px;
    text-align: center;
  }
  .cmp_button {
    font-size: 16px;
  }
  .cmp_button.green {
    margin-top: 0px;
  }
  .cmp_button.yellow._06 {
    margin-top: 5vh;
  }
  .cmp_present_title {
    width: 90%;
  }
  .cmp_present_title.app {
    width: 90%;
  }
  .cmp_present_title._08 {
    width: 70%;
  }
  .cmp_present_block_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .cmp_present_block_area._03 {
    width: 100%;
  }
  .cmp_present_block {
    width: 100%;
  }
  .cmp_present_name {
    font-size: 13px;
    line-height: 22px;
  }
  .cmp_flow_paragraph {
    padding-right: 5%;
    padding-left: 5%;
    text-align: left;
  }
  .cmp_flow_paragraph.em._06 {
    font-size: 15px;
    line-height: 22px;
  }
  .cmp_flow_paragraph.link {
    margin-bottom: 0px;
  }
  .cmp_flow_paragraph.app {
    padding-right: 0%;
    padding-left: 0%;
  }
  .cmp_howto_flow._04 {
    width: 100%;
  }
  .cmp_howto_circle._02 {
    margin-bottom: 10px;
  }
  .cmp_howto_title {
    margin-left: 10px;
    text-align: left;
  }
  .cmp_howto_title._02 {
    margin-left: 0px;
  }
  .cmp_howto_title._03.herf {
    padding-top: 0%;
  }
  .cmp_howto_title._03._07cp {
    text-align: center;
  }
  .cmp_howto_title._03._07cp.blue {
    text-align: center;
  }
  .cmp_howto_title._04._08 {
    text-align: center;
  }
  .cmp_howto_title._06 {
    margin-left: 0px;
  }
  .cmp_app_white_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_app_image {
    width: 50%;
    margin-bottom: 0px;
  }
  .cmp_app_text_block {
    width: 100%;
  }
  .cmp_app_title {
    margin-top: 2vh;
    line-height: 30px;
  }
  .cmp_app_qr_block_pc {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .cmp_app_qr {
    width: 48%;
    margin-right: 0vh;
  }
  .cmp_app_qr_image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_header_bg_image_mb {
    position: absolute;
    width: 140%;
    max-width: none;
  }
  .cmp_header_bg_image_mb._03 {
    width: 150%;
  }
  .sp_br {
    display: block;
  }
  .cmp_header_title_03_img_pc {
    display: none;
  }
  .cmp_header_title_03_img_mb {
    display: block;
  }
  .cmp_flow_paragraph_link {
    width: 100%;
    margin-bottom: 20px;
  }
  .howto_banner_img_pc {
    display: none;
  }
  .cmp_header_paragraph_sp {
    position: relative;
    z-index: 5;
    margin-top: 3vh;
    font-family: 'Noto Sans JP', sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
  }
  .hero_btn_img {
    width: 100%;
    max-width: none;
  }
  .text-block-2 {
    font-size: 10px;
  }
  .cmp_app_qr_image_img {
    width: 200%;
    max-width: none;
  }
  .lottie-animation {
    width: 50vw;
  }
  .campaign_title_02_img.mb {
    width: 80%;
  }
  .android_badge_link {
    width: 70%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }
  .iphone_badge_link {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
  .campaign_present_name_s.ejoica {
    width: 100%;
  }
  .campaign_present_name_s.ejoica.pc {
    display: none;
  }
  .campaign_present_name_s.ejoica.mb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .logo_link.history {
    margin-top: 50px;
  }
  .cap_area {
    width: 75%;
  }
  .footer_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .history_anchor {
    width: 0px;
    height: 0px;
  }
  .campaign_block._06 {
    padding-bottom: 0px;
  }
  .campaign_block._07 {
    padding: 20px;
  }
  .campaign_present_contents_copy {
    width: 38%;
  }
  .campaign_present_contents_image {
    margin-top: 0%;
  }
  .campaign_present_contents_title {
    font-size: 17px;
    line-height: 31px;
  }
  .campaign_present_contents_title_srtong {
    font-size: 24px;
  }
  .campaign_present_contents_area {
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .horse._02 {
    width: 100%;
    max-width: none;
  }
  .horse._03 {
    width: 169%;
    max-width: none;
  }
  .cmp_about_paragraph._03.title {
    font-size: 22px;
    line-height: 33px;
  }
  .cmp_about_paragraph._03.title.sp {
    margin-bottom: 0px;
    font-size: 22px;
    text-align: center;
  }
  .cmp_about_paragraph._04.title {
    font-size: 14px;
    line-height: 30px;
  }
  .cmp_about_paragraph._04.title._08 {
    text-align: center;
  }
  .cmp_about_paragraph.title._05.mb {
    font-size: 16px;
  }
  .cmp_about_paragraph.title._06.sp {
    font-size: 18px;
  }
  .cmp_present_block_area_image {
    width: 80%;
  }
  .cmp_present_title_text {
    font-size: 22px;
    line-height: 33px;
  }
  .mb_br {
    display: inline-block;
  }
  .herf {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cmp_present_wrap._04 {
    margin-top: 20px;
  }
  .cmp_present_wrap._05 {
    width: 90%;
  }
  .cmp_present_assets._04 {
    width: 100%;
    margin-bottom: 5%;
  }
  .cmp_present_assets._04._08 {
    width: 100%;
  }
  .cmp_present_assets_course_wrap {
    width: 100%;
  }
  .cmp_present_assets_course_topic {
    margin-right: auto;
    margin-left: auto;
  }
  .cmp_5 {
    width: 90%;
  }
  .campaign_block__title._06 {
    font-size: 18px;
  }
  .campaign_block__title._06.sp {
    line-height: 30px;
  }
  .campaign_block__title._07 {
    font-size: 16px;
    line-height: 26px;
  }
  .campaign_block__present__text {
    margin-top: 10px;
    font-size: 12px;
    line-height: 19px;
  }
  .campaign_block__title__group.sp {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .campaign_block__title__icon {
    width: 28%;
  }
  .campaign_block__button {
    padding: 10px 20px;
    font-size: 13px;
  }
  .campaign_block__clm__group {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .campaign_block__clm__text {
    font-size: 14px;
    line-height: 24px;
  }
  .hash {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .hash_text {
    font-size: 14px;
  }
  .cmp_header_title_group.final {
    width: 90%;
  }
  .back-gold-1 {
    top: 0px;
    z-index: 0;
  }
  .campaign_title_03_img._08 {
    left: 3%;
    top: 100px;
    width: 27%;
  }
  .mt10 {
    display: block;
    margin-top: 15px;
  }
}
.top_banner_area {
  max-width: 900px;
  margin-top: 3vh;
  margin-right: auto;
  margin-left: auto;
  padding: 3vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.top_banner {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: center;
  padding-left: 0;
}
.top_banner li {
  /*width: calc(100%/2); ←画像を横に2つ並べる場合*/
  padding: 20px 40px;
  box-sizing: border-box;
}
