@charset "UTF-8";

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック";
}

header {
  /* padding-bottom: 50px; */
}

.container {
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
}

img {
  width: 100%;
}

@media screen and (max-width: 1040px) {
  .tab-hide {
    display: none;
  }
}

.tab-show {
  display: none;
}

@media screen and (max-width: 1040px) {
  .tab-show {
    display: block;
  }
}

a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  opacity: 0.75;
}

.top-section .top-bg {
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(../images/top-bg_s.jpg);
  background-position: top center;
  background-size:cover;
}

@media screen and (max-width: 1300px) {
  .top-section  .top-bg {
    padding-top: 75px;
  }
}

@media screen and (max-width: 1040px) {
  .top-section  .top-bg {
    padding-top: 0px;
    background-image: initial;
  }
}

.top-section .container {
  position: relative;
}

@media screen and (max-width: 1040px) {
  .top-section .container {
    padding: 0;
  }
}

@media screen and (max-width: 1040px) {
  .top-section .container header {
    /* background-image: url(../images/header-bg.png); */
    background-image: url(../images/top-bg_sp_s.jpg);
    background-size: cover;
    background-position: center;

    padding: 10vw 16px 10vw 10px;
  }
}

.top-section .container .header-date {
  width: 170px;
  position: absolute;
  left: -85px;
}

.top-section .container .header-date2 {
  width: 220px;
  position: absolute;
  left: -65px;
  top: -35px;
}

@media screen and (max-width: 1300px) {
  .top-section .container .header-date {
    left: 10px;
  }

  .top-section .container .header-date2 {
    left: -65px;
  }
}

.top-section .container .header-icon {
  width: 151px;
  position: absolute;
  left: 20px;
  top: 165px;
}

@media screen and (max-width: 1300px) {
  .top-section .container .header-icon {
    width: 140px;
    right: 0px;
  }
}

.top-section .container .top-section-content {
  margin-top: 77px;
  padding-bottom: 118px;
}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content {
    margin-top: 55px;
    padding-bottom: 70px;
    padding-left: 20px;
    padding-right: 20px;
    /* background-image: url(../images/top-bg-sp.png); */
    background-size: cover;
    background-position-x: center;
    background-position-y: bottom;
  }
}

.top-section .container .top-section-content h2 {
  position: relative;
  z-index: 10;
  background-color: #D75E68;
  color: #fff;
  max-width: 550px;
  margin: auto;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: 1.9em;
  border-radius: 1em;

}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content h2 {
    max-width: 450px;
    width: 90%;
    font-size: 1.7em;
    /* top:-3vw; */
  }
}

@media screen and (max-width: 500px) {
  .top-section .container .top-section-content h2 {
    max-width: 450px;
    width: 90%;
    font-size: 5vw;
    top:-3vw;
  }
}

.top-section .container .top-section-content .content-item-wrapper {
  background-color: #f4e4a8;
  padding: 0 40px;
  padding-bottom: 18px;
  padding-top: 40px;
  margin-top: -35px;
}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content .content-item-wrapper {
    padding: 0 20px;
    padding-bottom: 18px;
    padding-top: 30px;
    margin-top: -30px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .content-item {
  padding: 30px 15px;
  border-bottom: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.txt_c {
  text-align: center;
  padding-right: 10px;
}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content .content-item-wrapper .content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 25px 10px 5px;
  }
}

@media screen and (max-width: 650px) {
  .top-section .container .top-section-content .content-item-wrapper .content-item {
    padding-left: 7px;
    padding-right: 7px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .content-item h3 {
  min-width: 120px;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content .content-item-wrapper .content-item h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 650px) {
  .top-section .container .top-section-content .content-item-wrapper .content-item h3 {
    font-size: 17px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .content-item .text {
  padding: 15px 0;
  padding-left: 22px;
  border-left: 3px solid #D75E68;
  line-height: 1.7;
  font-size: 19px;
  font-weight: 300;
  min-width: 600px;
}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content .content-item-wrapper .content-item .text {
    padding-left: 0;
    border-left: initial;
    font-size: 17px;
  }
}

@media screen and (max-width: 650px) {
  .top-section .container .top-section-content .content-item-wrapper .content-item .text {
    font-size: 15px;
    padding-top: 10px;
    min-width: auto;
  }
}

.top-section .container .top-section-content .content-item-wrapper .content-item.border-none {
  border-bottom: none;
}

.top-section .container .top-section-content .content-item-wrapper .content-item a {
  color: #bd272d;
  font-weight: bold;
}

.top-section .container .top-section-content .content-item-wrapper .top-section-icon1-wrapper {
  position: relative;
}

@media screen and (max-width: 850px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon1-wrapper {
    padding-top: 40px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .top-section-icon1-wrapper .top-section-icon1 {
  position: absolute;
  display: block;
  width: 220px;
  right: -140px;
  top: -100px;
}

@media screen and (max-width: 1300px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon1-wrapper .top-section-icon1 {
    width: 180px;
    right: -30px;
    top: -50px;
  }
}

@media screen and (max-width: 850px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon1-wrapper .top-section-icon1 {
    width: 140px;
    top: -20px;
  }
}

@media screen and (max-width: 650px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon1-wrapper .top-section-icon1 {
    width: 120px;
    top: -20px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .top-section-icon2-wrapper {
  position: relative;
}

@media screen and (max-width: 650px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon2-wrapper {
    padding-top: 40px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .top-section-icon2-wrapper .top-section-icon2 {
  position: absolute;
  display: block;
  width: 198px;
  right: 0px;
  top: -50px;
}

@media screen and (max-width: 1300px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon2-wrapper .top-section-icon2 {
    width: 160px;
    top: -10px;
  }
}

@media screen and (max-width: 650px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon2-wrapper .top-section-icon2 {
    width: 100px;
    top: -20px;
    right: -10px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .top-section-icon3-wrapper {
  position: relative;
}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon3-wrapper {
    padding-top: 40px;
  }
}

.top-section .container .top-section-content .content-item-wrapper .top-section-icon3-wrapper .top-section-icon3 {
  position: absolute;
  display: block;
  width: 180px;
  left: -200px;
  top: -20px;
}

@media screen and (max-width: 1300px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon3-wrapper .top-section-icon3 {
    width: 130px;
    left: -20px;
  }
}

@media screen and (max-width: 1040px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon3-wrapper .top-section-icon3 {
    left: initial;
    width: 110px;
    right: -10px;
  }
}

@media screen and (max-width: 650px) {
  .top-section .container .top-section-content .content-item-wrapper .top-section-icon3-wrapper .top-section-icon3 {
    width: 100px;
    right: -20px;
  }
}

.btn-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 650px) {
  .btn-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.btn-section .btn-section-content {
  width: 100%;
  padding: 70px 0;
  text-align: center;
}

@media screen and (max-width: 1040px) {
  .btn-section .btn-section-content {
    padding: 70px 20px;
  }
}

@media screen and (max-width: 650px) {
  .btn-section .btn-section-content {
    padding: 40px 10px 30px;
  }
}

.btn-section .btn-section-content.left {
  background-color: #d75e68;
}

.btn-section .btn-section-content.right {
  background-color: #a9c351;
}

.btn-section .btn-section-content.right .btn-wrapper .btn {
  color: #a9c351;
}

.btn-section .btn-section-content .btn-wrapper .btn {
  display: inline-block;
  max-width: 450px;
  width: 100%;
  border-radius: 100vh;
  padding: 6px 0;
  text-decoration: none;
  font-size: 25px;
  color: #d75e68;
  background-color: #f8f5de;
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
}

@media screen and (max-width: 1040px) {
  .btn-section .btn-section-content .btn-wrapper .btn {
    max-width: 350px;
    font-size: 22px;
    padding: 4px 0;
  }
}

@media screen and (max-width: 650px) {
  .btn-section .btn-section-content .btn-wrapper .btn {
    max-width: 300px;
    font-size: 20px;
    padding: 4px 0;
  }
}

.btn-section .btn-section-content .btn-wrapper .btn .btn-text {
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  display: inline-block;
}

.btn-section .btn-section-content .btn-wrapper .btn img {
  width: 11.5px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 7%;
}

@media screen and (max-width: 1040px) {
  .btn-section .btn-section-content .btn-wrapper .btn img {
    width: 9px;
  }
}

.btn-section .btn-section-content h2 {
  margin-top: 34px;
  color: white;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 1040px) {
  .btn-section .btn-section-content h2 {
    margin-top: 27px;
    font-size: 18px;
  }
}

@media screen and (max-width: 650px) {
  .btn-section .btn-section-content h2 {
    font-size: 17px;
  }
}

.bottom-section {
  background-color: #fff8d9;
  padding-top: 60px;
  padding-bottom: 120px;
  overflow: hidden;
}

@media screen and (max-width: 1040px) {
  .bottom-section {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.bottom-section .container {
  max-width: 890px;
  margin: auto;
}

.bottom-section .container .bottom-section-item {
  margin-top: 65px;
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .bottom-section-item {
    margin-top: 40px;
  }
}

.bottom-section .container .bottom-section-item h2 {
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #D75E68;
  font-size: 29px;
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .bottom-section-item h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 650px) {
  .bottom-section .container .bottom-section-item h2 {
    font-size: 19px;
  }
}

.bottom-section .container .bottom-section-item .text {
  margin-top: 20px;
  font-size: 19.3px;
  line-height: 1.6;
  font-weight: 300;
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .bottom-section-item .text {
    font-size: 17px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 650px) {
  .bottom-section .container .bottom-section-item .text {
    font-size: 15px;
    margin-top: 10px;
  }
}

.bottom-section .container .bottom-section-item ul {
  margin-top: 35px;
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .bottom-section-item ul {
    margin-top: 20px;
  }
}

.bottom-section .container .bottom-section-item ul li {
  list-style-type: none;
  font-size: 18px;
  margin-top: 5px;
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .bottom-section-item ul li {
    font-size: 16px;
  }
}

@media screen and (max-width: 650px) {
  .bottom-section .container .bottom-section-item ul li {
    font-size: 14px;
  }
}

.bottom-section .container .bottom-section-item-icon-wrapper {
  position: relative;
}

@media screen and (max-width: 1300px) {
  .bottom-section .container .bottom-section-item-icon-wrapper {
    padding-top: 60px;
  }
}

.bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon1 {
  position: absolute;
  width: 195px;
  top: -70px;
  right: -180px;
}

@media screen and (max-width: 1300px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon1 {
    width: 140px;
    right: -10px;
    top: -50px;
  }
}

@media screen and (max-width: 650px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon1 {
    top: -60px;
    width: 130px;
  }
}

.bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon2 {
  position: absolute;
  width: 210px;
  top: -60px;
  left: -180px;
}

@media screen and (max-width: 1300px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon2 {
    width: 170px;
    left: -10px;
    top: -45px;
  }
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon2 {
    width: 140px;
    top: -25px;
  }
}

@media screen and (max-width: 650px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon2 {
    width: 110px;
    top: -40px;
  }
}

.bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon3 {
  position: absolute;
  width: 285px;
  bottom: -75px;
  right: -70px;
}

@media screen and (max-width: 1300px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon3 {
    width: 190px;
    right: -10px;
  }
}

@media screen and (max-width: 650px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon3 {
    width: 115px;
    right: -10px;
    bottom: -105px;
  }
}

.bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon4 {
  position: absolute;
  width: 121px;
  bottom: -90px;
  right: -70px;
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon4 {
    right: -10px;
    bottom: -30px;
    width: 110px;
  }
}

@media screen and (max-width: 650px) {
  .bottom-section .container .bottom-section-item-icon-wrapper .bottom-section-item-icon4 {
    width: 95px;
    bottom: -55px;
  }
}

@media screen and (max-width: 1300px) {
  .bottom-section .container .icon1-wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .icon1-wrapper {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .bottom-section .container .icon3-wrapper {
    margin-top: 0px;
  }
}

@media screen and (max-width: 1040px) {
  .bottom-section .container .icon4-wrapper {
    padding-bottom: 80px;
  }
}

.syohin_list {
  display: flex;
  margin-block-start: 0;
  margin-block-end: 0;
  margin: 10px 0;
  border-bottom: 1.5px dotted #fff;
}

.syohin_list:last-of-type {
  border: none;
}

.syohin_list dt {
  /* width: 43%; */
  width: 250px;
  padding-bottom: 7px;
  font-weight: bold;
}

.syohin_list dd {
  /* width: 54%; */
  margin-left: 15px;
  white-space: nowrap;
}

.sp_only {
  display: none;
}

.sponsors {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-inline-start: 0;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.sponsors li {
  margin: 0 31px 15px;
}

.sponsors li a {
  color: #000;
  font-size: 20px;
  text-decoration: none
}

.sponsors li a {
  position: relative;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

.sponsors li a:hover {
  color: #000;
}

.sponsors li a::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 1.5px;
  background: #000;
  transition: 0.3s;
}

.sponsors li a:hover::before {
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .sp_only {
    display: block;
  }

  .pc_only {
    display: none;
  }

  .syohin_list {
    flex-direction: column;
  }

  .syohin_list dt {
    width: 100%;
  }

  .syohin_list dd {
    width: 100%;
    margin-left: 15px;
    white-space: wrap;
  }

  .sponsors {
    flex-direction: column;
  }

  .sponsors li {
    margin: 12px 0;
  }

  .sponsors li a {
    font-size: 16px;
  }
}

footer {
  text-align: center;
  padding: 50px 0 200px;
  background-image: url(../images/footer-bg.jpg);
  background-position: center bottom;
  background-size: cover;
}

@media screen and (max-width: 1040px) {
  footer {
    margin-top: 0;
  }
}

@media screen and (max-width: 650px) {
  footer {
    margin-top: 0;
  }
}

footer h2 {
  margin-top: 65px;
  font-size: 27px;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
}

@media screen and (max-width: 1040px) {
  footer h2 {
    font-size: 23px;
    margin-top: 45px;
  }
}

@media screen and (max-width: 650px) {
  footer h2 {
    font-size: 19px;
    margin-top: 30px;
  }
}

footer .footer-icon {
  display: inline-block;
  max-width: 270px;
  width: 100%;
  margin: auto;
  margin-top: 15px;
}

@media screen and (max-width: 1040px) {
  footer .footer-icon {
    max-width: 235px;
  }
}

@media screen and (max-width: 650px) {
  footer .footer-icon {
    max-width: 200px;
  }
}

footer .large-text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 31px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 1040px) {
  footer .large-text {
    font-size: 25px;
  }
}

@media screen and (max-width: 650px) {
  footer .large-text {
    font-size: 22px;
  }
}

footer .middle-text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 27px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 1040px) {
  footer .middle-text {
    font-size: 21px;
  }
}

@media screen and (max-width: 650px) {
  footer .middle-text {
    font-size: 19px;
  }
}

footer .middle-text span {
  font-size: 0.86em;
}

footer .small-text {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  margin-top: 10px;
}

@media screen and (max-width: 1040px) {
  footer .small-text {
    font-size: 19px;
  }
}

@media screen and (max-width: 650px) {
  footer .small-text {
    font-size: 18px;
  }
}

footer .bottom-text {
  font-weight: 300;
  font-size: 18px;
  margin-top: 15px;
}

@media screen and (max-width: 1040px) {
  footer .bottom-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 650px) {
  footer .bottom-text {
    font-size: 13px;
    margin-bottom: 20px;
  }
}

footer .footer-bg {
  width: 100%;
  vertical-align: bottom;
}

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

.page_link {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  color: #000;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-top: 50px;
  /* margin-bottom: 60px; */
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: bold;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .page_link {
    margin-top: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
    font-size: 22px;
  }

  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

}

span.del {
  text-decoration-line: line-through;
  text-decoration-style: solid;
  text-decoration-color: red;
}

span.red {
  color: red;
  font-weight: bold;
}

span.red2 {
  font-size: 20px;
}

/* .del2 {
  position: relative;
}

.del2::after {
  content: '';
  transform: rotate(7deg);
  width: 100%;
  border-top: 3px solid #f00;
  position: absolute;
  top: 50%;
  left: 0;
} */


/* // ↓↓↓↓↓追加分↓↓↓↓↓ */
.item_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_wrap li {
  width: 49.2%;
  margin-bottom: 30px;
}

.item_wrap li img {
  width: 100%;
  vertical-align: bottom;
}

.item_wrap li p {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 13.8px;
  font-weight: bold;
  line-height: 23px;
  /* background: #fff; */
  padding: 5px;
  border-radius: 5px;
}

.bg_color {
  background: #D75E68;
}

.bg_color img {
  max-width: 1000px;
  margin: 0 auto -10px;
}

.pc_img {
  display: block;
}

.sp_img {
  display: none;
}

.sec_title {
  height: 60px;
  width: auto;
  margin: 80px auto 60px;
  text-align: center;
}

.sec_title img {
  height: 60px;
  width: auto;
}

.text_center {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 13.8px;
  font-weight: bold;
  line-height: 23px;
  background: #fff;
  text-align: center;
}

.taisyo_comment {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-size: 13.8px;
  font-weight: bold;
  line-height: 23px;
  padding-left: 10px;
}

.page_link {
    font-family: "fot-tsukuardgothic-std", sans-serif;
    color: #000;
    text-align: center;
    display: block;
    text-decoration: none;
    margin-top: 50px;
    /* margin-bottom: 60px; */
    letter-spacing: 3px;
    font-size: 30px;
    font-weight: bold;
}

.font-bo {
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .header {
    padding: 0 20px 0 15px;
  }

  .top-section .top-bg {
    padding-bottom: 20px;
  }

  .item_wrap {
    flex-direction: column;
    padding: 0 20px;
  }

  .item_wrap li {
    width: 100%;
    margin-bottom: 25px;
  }

  .bg_color {
    background: #fff;
  }

  .bg_color img {
    width: 93%;
    padding-top: 30px;
  }

  .pc_img {
    display: none;
  }

  .sp_img {
    display: block;
  }

  .sec_title {
    height: 34.5px;
    margin: 60px auto 40px;
  }

  .sec_title img {
    height: 34.5px;
  }

  .page_link {
    margin-top: 20px;
      margin-bottom: 30px;
      letter-spacing: 1px;
      font-size: 22px;
  }
}
