@charset "UTF-8";

* {
  font-family: "Noto Serif JP", serif;
  box-sizing: border-box;
}


/* ===== 全体の設定 ===== */

body {
  text-align: center;
  /*IE調整用*/
}

p {
  text-align: left;
}

/* 全体背景[変更可] */

#wrapper {
  background: #fff !important;
  padding: 0;
}



/* ===== コンテンツ ===== */


/* コンテンツ リンク色[変更可] */

#content a:link {
  text-decoration: underline;
  color: #005799;
}

#content a:visited {
  text-decoration: underline;
  color: #005799;
}

#content a:active {
  text-decoration: underline;
  color: #005799;
}

#content a:hover {
  text-decoration: none;
  color: #005799;
}


/* イベント名 リンク色[色変更可] */

#main .blockInEvent .bl-hot a,
#bottomBlock .topics .topicsTitle a {
  text-decoration: none;
  color: #005799;
}


/* ===== コンテンツ[以下に追加] ===== */

#wrapper {
  background: #f0f0f0;
  border-bottom: 1px solid #dbdcdc;
  min-width: 1000px;
}

h2,
h3,
p,
dl,
dt,
dd {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#innerWrap {
  margin: 0 auto;
  overflow: hidden;
  width: auto !important;
  font-size: 16px;
  line-height: 1.5;
  padding: 0;
  background: none !important;
  text-align: left;
  /*IE調整用*/
}


.center {
  text-align: center;
}

.cf:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.cf {
  min-height: 1px;
}

* html .cf {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

#innerWrap a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}


#content_wrapper img {
  height: auto;
  backface-visibility: hidden;
}

.content_wrapper figure {
  margin: 0 0 10px;
}

.content_wrapper {
  background-color: #fff;
}

.content_inner {
  background-image: url(../img/bg_repeat.png );
  background-repeat: repeat-y;
  background-size: 100%;
}

.content_wrapper .main {
  background-color: #1F2745;

}

.content_wrapper .main h1 {}

.content_wrapper .main p {
  text-align: right;
  font-size: 14px;
}


.content_wrapper .detail .detail_txt01 {
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 1.4px;
  padding: 40px 0 100px;
  text-align: center;
}

.content_wrapper .detail .detail_txt02 {
  font-family: "Noto Serif JP";
  font-size: 15px;
  font-weight: 400;
  line-height: 250%;
  letter-spacing: 1.3px;
  margin: 30px 0 13px;
  text-align: center;
}


.content_wrapper .device li {
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 20px;
}

.content_wrapper .device a {}

.content_wrapper .device a:after {
  content: "";
  background: url(../img/btn_arrow.png) no-repeat left;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
  margin: auto;
  width: 22px;
  height: 14px;
}

.content_wrapper .device a span {
  padding: 9px;
}

.content_wrapper .section1 {
  padding-bottom: 180px;
  background-image: url(../img/01_bg_up.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
}

.content_wrapper .section1.pt0 {
  padding-top: 0;
}

.content_wrapper .section1 .txt {
  margin: 50px 0 0;
}

.content_wrapper .section1 .navi {
  max-width: 791px;
  margin: 0 auto;
  display: block;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  background-image: url(../img/anchor_line.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
}

.content_wrapper .section1 .navi li {
  width: calc(100% / 4);
  max-width: 125px;
}

.content_wrapper .section1 .device li {
  margin: 64px 12px 0 0;
}

.content_wrapper .section1 .device li.mt37 {
  margin-top: 77px;
}

.content_wrapper .section1 .navi li img {
  width: 100%;
}

.content_wrapper .section1 .slide_section {
  position: relative;
}

.content_wrapper .section1 .slide_section .swiper-slide {
  text-align: center;
}

.content_wrapper .section1 .slide_section .swiper-slide figure {
  margin: 0 0 5px;
  border: 1px solid #c0c0c0;
  box-sizing: border-box;
}

.content_wrapper .section1 .swiper-button-prev,
.content_wrapper .section1 .swiper-button-next {
  bottom: 0;
  top: 0;
  margin: auto;
  width: 27px;
  height: 52px;
  background: #333;
  border-radius: 5px;
}

.content_wrapper .section1 .swiper-button-prev {
  left: -14px;
}

.content_wrapper .section1 .swiper-button-next {
  right: -14px;
}

.content_wrapper .section1 .swiper-button-prev:after,
.content_wrapper .section1 .swiper-button-next:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border: solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.content_wrapper .section1 .swiper-button-prev:after {
  left: 10px;
  border-width: 0 0 2px 2px;
}

.content_wrapper .section1 .swiper-button-next:after {
  right: 10px;
  border-width: 2px 2px 0 0;
}

.content_wrapper .section1 ul li {
  width: 48%;
  margin: 0 0 40px;
  font-size: 14px;
}

.content_wrapper .section1 ul li figure {
  margin: 0 0 5px;
}

.content_wrapper .section1 ul.column3 li {
  width: 32%;
}

.content_wrapper .section1 .btn_detail {
  margin: 50px auto 100px;
}

.content_wrapper .section1 span {
  display: block;
  font-size: 16px;
}

.content_wrapper .section1 span img {
  margin: 0 0 5px;
}

.content_wrapper .section2 {}

.content_wrapper .section2_inner {

  background-image: url(../img/01_bg_repeat.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 0 16px;
  padding-bottom: 50px;

}

.content_wrapper .section2 .htxt02 {
  padding-top: 63px;
}

.content_wrapper .section2 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 200%;
  letter-spacing: 1.4px;
  text-align: center;
  margin-bottom: 16px;
}

.content_wrapper .section2 .big_txt01 {
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 2.4px;
}

.content_wrapper .section2 .big_txt02 {
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.6px;
}

.content_wrapper .section2 .big_txt03 {
  font-family: "Noto Serif JP", serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 200%;
  letter-spacing: 1.8px;
}

.content_wrapper .section2 ul {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 50px 0 0;
}

.content_wrapper .section2 ul li {
  width: 32%;
  margin: 0 0 35px;
  font-size: 14px;
}

.content_wrapper .section2 ul li figure {
  margin: 0 0 5px;
}

.content_wrapper .section2 ul li figure img {
  width: 100%;
}

.content_wrapper .section3 {
  padding: 180px 0;
  background-image: url(../img/03_bg_up.png), url(../img/01_bg_bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom, center top;
}


.content_wrapper .section3 .flex_box_txt01 {
  color: #FFAC53;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.8px;
  text-align: left;
  text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.70);
  margin-bottom: 10px;
}

.content_wrapper .section3 .flex_box_txt01:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 22px;
  background-image: url(../img/02_list.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin: 2px 10px 0 0;
}

.content_wrapper .section3 .flex_box_txt02 {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  margin: 0 0 15px 22px;
  text-align: left;
}

.content_wrapper .section3 .flex_box_txt02_02 {
  text-indent: -2em;
  padding-left: 2em;
}

.content_wrapper .section3 ul .flex_box_txt02_02:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 21px;
  background-image: url(../img/02_number01.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
  margin: 2px 10px 0 0;
}


.content_wrapper .section3 ul .flex_box_txt02_03:before {
  background-image: url(../img/02_number02.png);
}

.content_wrapper .section3 ul .flex_box_txt03 {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  text-indent: -1.2em;
  text-align: left;
  padding-left: 1.2em;
  margin: 0 0 12px 16px;
}

.content_wrapper .section3 ul .flex_box_txt03:before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../img/section_icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: top;
}

.content_wrapper .section3 .flex_block {
  margin-bottom: 30px;
}

.content_wrapper .section3 .btn_box_auter {
  position: relative;
}

.content_wrapper .section3 .btn_box_auter .comming_image {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);

}

.content_wrapper .section3 .btn_detail {
  margin: 50px auto 100px;
}

.content_wrapper .section3 .txt {
  margin: 50px 0 0;
}

.content_wrapper .section3 .txt span {
  font-weight: bold;
}

.content_wrapper .section4 {}

.content_wrapper .section4_inner {
  background-image: url(../img/03_bg_repeat.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 0 16px;
  padding-bottom: 50px;

}

.content_wrapper .section4 .htxt02 {
  padding: 60px 0 0;
  margin-bottom: 25px;
}

.content_wrapper .section4 .section4_lead_txt01 {
  font-size: 16px;
  line-height: 180%;
  letter-spacing: 0.84px;
  margin-bottom: 35px;
}

.content_wrapper .section4 .section4_txt01 {
  color: #FFAC53;
  text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.70);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.8px;
  margin-bottom: 10px;
}

.content_wrapper .section4 .section4_txt02 {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.84px;
  text-align: left;
  margin-bottom: 10px;
}

.content_wrapper .section4 span {
  display: block;
  font-size: 14px;
  text-align: left;
}

.content_wrapper .section4 span img {
  margin: 0 0 10px;
}

.content_wrapper .section4 dl {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  margin: 60px 0;
}

.content_wrapper .section4 dl dt {
  font-size: 24px;
  font-weight: bold;
  line-height: 3;
  border: solid #00b9ef;
  color: #00b9ef;
  border-width: 2px 0;
  margin: 0 0 40px;
  width: 100%;
}

.content_wrapper .section4 dl dd {
  width: 32%;
  text-align: left;
  font-size: 14px;
}

.content_wrapper .section4 dl dd img {
  width: 100%;
}

.content_wrapper .section5 {
  padding: 180px 16px;
  background-image: url(../img/01_bg_up.png), url(../img/03_bg_bottom.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom, center top;
  text-align: center;
}

.content_wrapper .section5 .htxt02 {
  margin-bottom: 0;
}

.content_wrapper .section5 .bnr_box04{
  margin: 25px 0 40px 0;
}
.content_wrapper .section5 .btn_box {
  margin-bottom: 70px;
}

.section5_lead_txt01 {
  font-size: 16px;
  margin: 20px 16px 0 0;
  text-align: center;
  margin: 0 auto 60px;
  max-width: 1000px;
}

.content_wrapper .check {
  margin: 0 0 100px;
}

.content_wrapper .check .btn_detail {
  margin: 50px 0 0;
}

.content_wrapper .info .info_inner {
  background-image: url(../img/01_bg_repeat.png);
  background-size: 100%;
  background-repeat: repeat-y;
  background-position: center top;
  padding: 0 16px;
  padding-bottom: 100px;
}

.content_wrapper .info .htxt02 {
  padding-top: 80px;
}

.content_wrapper .info .info_img01 {
  margin-top: 30px;
  text-align: center;
}

.content_wrapper .info dl {
  margin: 0 auto 60px;
  max-width: 1000px;

}



.content_wrapper .info dl dd {
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.84px;
  text-align: left;
  margin: 0 0 15px;

}

.content_wrapper .info .btn_box02 {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin: 0 auto;
}

.content_wrapper .info .btn_box02 a {
  max-width: 342px;
  margin: 0 auto 24px auto;
  display: block;
}



.content_wrapper .fixed_navi {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.content_wrapper .fixed_navi.on {
  display: block;
}

.content_wrapper .fixed_navi {}

.content_wrapper #pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.content_wrapper #pageTop a {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background: #ccc;
}

.content_wrapper #pageTop a:after {
  content: "";
  position: absolute;
  top: 5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.small_txt {
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}

.small_txt02 {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.72px;
}

@media screen and (min-width: 769px) {
  .spOnly {
    display: none !important;
  }

  .inner {
    width: 980px;
    position: relative;
    margin: 0 auto 50px;
  }

  .content_wrapper .main h1 img {
    max-width: 100%;
    vertical-align: top;
  }

  .content_wrapper a:hover {
    opacity: .8;
  }

  .content_wrapper .device a {
    height: 108px;
  }

  .content_wrapper .section1 h2,
  .content_wrapper .check h2,
  .content_wrapper .section4 h2,
  .content_wrapper .section3 h2,
  .content_wrapper .section2 h2 {
    /*background: url(../img/bg_main.png) center 14px;
    text-align: center;
    height: 110px;
    margin: 0 0 30px;*/
  }

  .content_wrapper .section4 h2 {
    padding: 12px 0;
  }

  .content_wrapper .section1 .slide_section {
    width: 686px;
    margin: auto;
  }

  .content_wrapper .section2 ul li.bord figure,
  .content_wrapper .section1 ul li.bord figure {
    border: 1px solid #e9e9e9;
    text-align: center;
  }

  .content_wrapper .section4 span {
    width: 686px;
    margin: auto;
  }

  dl a:link {
    color: #333333;
  }

  .htxt02 {
    text-align: center;
    margin-bottom: 30px;
  }

  .content_wrapper .info .info_btn01 {
    padding-top: 0;
  }

  .btn_box {
    width: 400px;
  }

  .parco2024_bold_txt {
    font-size: 16px;
    font-weight: 700;
    line-height: 156.25%;
    margin: 20px 0 10px 0;
    flex-shrink: 0;
  }

  .parco2024_bold_txt02 {
    height: 49px;
  }

  .date_txt02 {
    margin: 7px 0 0 0;
  }

  .content_wrapper .info .info_img01 {
    margin-bottom: 30px;
  }

  .notice_txt01 {
    width: 980px;
    margin: 0 auto;
  }
}


/*//////////SPここから//////////*/

@media screen and (max-width: 1024px) {
  body {
    margin: 0px;
  }

  .pcOnly {
    display: none !important;
  }

  #innerWrap {
    width: auto !important;
    margin: auto !important;
    background: none !important;
  }

  #wrapper {
    min-width: 100%;
  }

  .content_wrapper {
    font-size: calc(20vw / 750 * 100);
  }

  .content_wrapper img {
    width: 100%;
  }

  .content_wrapper .detail p {
    margin: 0 0 20px;
  }

  .content_wrapper .detail .detail_txt01 {
    font-size: 14px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 1.4px;
    padding: 20px 0 45px;
    text-align: center;
  }

  .content_wrapper .detail .detail_txt02 {
    font-family: "Noto Serif JP";
    font-size: 13px;
    font-weight: 400;
    line-height: 250%;
    letter-spacing: 1.3px;
    margin: 20px 0 13px;
  }

  .inner {
    position: relative;
    margin: 0 15px;
  }

  .content_wrapper {
    font-size: 14px;
  }

  .content_wrapper figure {
    margin: 0 0 5px;
  }

  .htxt02 {
    max-width: 343px;
    margin: 0 auto 30px auto;
    text-align: center;
  }

  .content_wrapper .section1 {
    margin: 0;
    padding: 10px 0 70px;
    background-image: url(../img/01_bg_up.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .content_wrapper .section1 .navi {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 16px;
    background-image: url(../img/anchor_line_sp.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center top;
  }

  .content_wrapper .section1 .navi li {
    width: calc(calc(100% - 24px) / 4);
  }

  .content_wrapper .section1 .device li {
    margin: 4vw 0 0;
  }

  .content_wrapper .section1 .device li.mt37 {
    margin-top: 7.5vw;
  }

  .content_wrapper .section1 .device li.last_fraction {
    margin-right: auto;
    margin-left: auto;
  }

  .content_wrapper .section1 .device a {
    height: 100%;
    font-size: 11px;
  }

  .content_wrapper .section1 .device a:after {
    background: url(../img/btn_arrow.png) no-repeat left/ cover;
    bottom: -14px;
    width: 22px;
    height: 14px;
  }

  .content_wrapper .detail {
    margin: 0 15px;
  }

  .content_wrapper .btn_detail a {
    width: 70%;
    line-height: 2.5;
    font-size: 18px;
  }

  .content_wrapper .section1 .txt {
    margin: 20px 0 0;
  }

  .content_wrapper .section1 ul li {
    font-size: 12px;
  }

  .content_wrapper .section1 ul.column1 {
    display: block;
  }

  .content_wrapper .section1 ul.column1 li {
    width: auto;
  }

  .content_wrapper .section1 .btn_detail {
    margin: 20px auto 50px;
  }

  .content_wrapper .section1 .btn_detail:last-child {
    margin: 30px auto 50px;
  }

  .content_wrapper .section1 ul.column3 {
    display: block;
  }

  .content_wrapper .section1 ul.column3 li {
    width: 100%;
    margin: 0 0 20px;
  }

  .content_wrapper .section1 span {
    display: block;
    font-size: 12px;
  }

  .content_wrapper .section1 .swiper-button-prev,
  .content_wrapper .section1 .swiper-button-next {
    bottom: 10%;
  }

  .content_wrapper .section2 {
    background-image: url(../img/01_bg_bottom.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding-bottom: calc(79 / 375 * 100%);


  }

  .content_wrapper .section2_inner {

    background-image: url(../img/01_bg_repeat.png);
    background-size: 100%;
    background-repeat: repeat-y;
    background-position: center top;
    padding: 0 16px;
    padding-bottom: 50px;

  }

  .content_wrapper .section2 .htxt02 {
    padding-top: 63px;
  }

  .content_wrapper .section2 p {
    font-size: 14px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 1.4px;
    text-align: center;
    margin-bottom: 16px;
  }

  .content_wrapper .section2 .big_txt01 {
    font-family: "Noto Serif JP", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 2.4px;
  }

  .content_wrapper .section2 .big_txt02 {
    font-family: "Noto Serif JP", serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 1.6px;
  }

  .content_wrapper .section2 .big_txt03 {
    font-family: "Noto Serif JP", serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 200%;
    letter-spacing: 1.8px;
  }

  .content_wrapper .section2 ul {
    margin: 30px 0 0;
    display: block;
  }

  .content_wrapper .section2 ul li {
    font-size: 12px;
    width: auto;
  }

  .content_wrapper .section3 {
    padding: 0 0 40px;
    margin-top: 0;
    background-image: url(../img/03_bg_up.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
  }

  .section5_lead_txt01 {
    font-size: 14px;
    text-align: left;
    margin: 0px 0 35px;
  }

  .content_wrapper .section3 .flex_box_inner {
    padding: 0 16px;
  }

  .content_wrapper .section3 .flex_box_txt01 {
    color: #FFAC53;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1.8px;
    text-shadow: 0px 0px 18px rgba(255, 255, 255, 0.70);
  }

  .content_wrapper .section3 .flex_box_txt02 {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: 0.6px;
    margin: 0 0 15px 22px;

  }

  .content_wrapper .section3 .flex_block {
    margin-bottom: 10px;
  }

  .content_wrapper .section3 .btn_detail {
    margin: 30px auto 60px;
  }

  .content_wrapper .section3 .btn_box_auter {
    max-width: 342px;
    margin: 0 auto;
  }

  .content_wrapper .section3 .btn_box_auter .comming_image {
    width: 100%;
  }

  .content_wrapper .section4 .txt {
    margin: 20px 0 40px;
  }

  .content_wrapper .section4 .section4_lead_txt01 {
    font-size: 14px;
    line-height: 180%;
    letter-spacing: 0.84px;
    margin-bottom: 5px;
  }

  .content_wrapper .section4 dl {
    display: block;
    margin: 30px 0;
  }

  .content_wrapper .section4 dl dt {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .content_wrapper .section4 dl dd {
    margin: 0 0 20px;
    width: auto;
    font-size: 12px;
  }

  .content_wrapper .section4 dl dd:last-child {
    margin: 0;
  }

  .content_wrapper .section4 span {
    font-size: 12px;
  }

  .content_wrapper .section4 .section4_txt01 {
    font-size: 18px;
  }

  .content_wrapper .section4 .section4_txt02 {
    font-size: 14px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: 0.84px;
    text-align: left;
    margin-bottom: 10px;
  }

  .content_wrapper .section5 {
    padding: 90px 16px 20px 16px;
    margin-top: 0;
  }

.content_wrapper .section5 .bnr_box04 {
  margin: 30px 0;
}
  .content_wrapper .section5 .btn_box {
    margin-bottom: 70px;
  }

  .content_wrapper .check {
    margin: 0 0 60px;
  }

  .content_wrapper .check .btn_detail {
    margin: 30px 0 0;
  }

  .content_wrapper .check .btn_detail a {
    width: 90%;
    font-size: 16px;
    line-height: 3;
  }

  .content_wrapper .info h2 {
    margin: 0 auto 30px;
  }

  .content_wrapper .info .info_img01 {
    margin: 0 auto 10px auto;
  }

  .content_wrapper .info .btn_box02 {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }

  .content_wrapper .info a:link {
    color: #fff;
  }

  .content_wrapper .info dl dt {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .content_wrapper .info dl dt a {
    color: #333 !important;
  }

  .content_wrapper .info dl dd {
    display: block;
    font-size: 14px;
  }

  .content_wrapper .info dl dd p {
    width: 100%;
    text-align: right;
    margin: 20px 0 0 -10px;
  }

  .content_wrapper .info dl dd span {
    display: block;
  }

  .content_wrapper .info .btn_box {
    width: calc(100% - 40px);
  }

  .content_wrapper .fixed_navi.on {
    top: auto;
    bottom: 0;
    background: rgba(253, 255, 104, .5);
    padding: 10px 0;
    z-index: 10;
  }

  .content_wrapper .fixed_navi.on .navi li {
    width: 24%;
    display: block;
  }

  .content_wrapper #pageTop {
    bottom: 80px;
    z-index: 1;
  }

  .content_wrapper #pageTop.to_top.close,
  .content_wrapper .fixed_navi.on.close {
    display: none !important;
  }

  .parco2024_bold_txt {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 156.25%;
    margin: 20px 0 10px 0;
  }

  .date_txt02 {
    margin: 7px 0;
  }

  .sp_m0 {
    margin: 0 !important;
  }

  .notice_txt01 {
    margin: 0 0 30px 16px;
  }

  .small_txt {
    font-size: 11px;
    font-weight: 400;
    line-height: 130%;
  }

  .small_txt02 {
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.72px;
  }
}


/*SP*/

.swiper-button-next::before,
.swiper-button-prev::before {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  display: block !important;
}

.content_wrapper div.anc {
  cursor: pointer;
}

.swiper-button-next::before,
.swiper-button-prev::before {
  content: none !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.txt_right {
  text-align: right;
}

.txt_center {
  text-align: center;
}

.top_txt01 {
  margin-bottom: 25px;
  margin-top: 15px;
}

.date_txt01 {
  margin-top: 15px;
}


.p0 {
  padding: 0 !important;
}

@media screen and (min-width:480px) and (max-width:768px) {
  .content_wrapper .section1 .device li {
    margin: 3vw 0 0;
  }

}

@keyframes text_pop {
  0% {
      transform: translate3d(0px, 50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    }

        100% {
          transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
          opacity: 1; }
}

.txt {
  overflow: hidden;
}

.txt span {
  transform: translate3d(0px, 50%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
  transform-style: preserve-3d;
  display: inline-block;
  opacity: 0;
}

.txt.in-view span {
  animation: text_pop 0.4s forwards;
}

.txt_anim_wrp.in-view span {
  animation: text_pop 0.4s forwards;
}

/*# sourceMappingURL=txt_anim.css.map */
