/*==================================================
  header
==================================================*/
.p-header {
  width: 100%;
  max-width: 100%;
  background: #001301;
  padding: 14px 0;
}
.p-header h1 {
  width: 140px;
  display: table;
  margin: auto;
}
@media only screen and (min-width: 768px) {}
/*==================================================
  color
==================================================*/
.wh {
  color: #fff;
}
.glay {
  color: #777777;
}
/*==================================================
  contents
==================================================*/
.contents_wrap {
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.contents {
  max-width: 100%;
  margin: auto;
  background: #e8eee9;
}
.contents .inner {
  padding: 0 5vw;
  box-sizing: border-box;
}
.contents img {
  width: 100%;
  margin: auto;
}
.sp_br {
  display: block;
}
.pc_br {
  display: none;
}
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
.sub {
  margin-top: 10px;
  font-size: 2.2vw;
}
.sub li {
  text-indent: -1em;
  padding-left: 1em;
}
ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
small {
  font-size: 2.5vw;
}
@media only screen and (min-width: 768px) {
  .contents {
    max-width: 100%;
    width: 100%;
  }
  .contents .inner {
    max-width: 1000px;
    padding: 0 0;
    margin: 0 auto;
  }
  .sp_br {
    display: none;
  }
  .pc_br {
    display: block;
  }
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .sub {
    font-size: 12px;
    display: table;
    margin: 15px auto 0;
  }
  .cta {
    width: 700px;
    margin: 0 auto;
  }
  .cta .btn {
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 100px;
  }
  small {
    font-size: 12px;
  }
}
/*==================================================
  mv
==================================================*/
.mv {
  background-size: cover;
  position: relative;
  padding: 0 0;
}
.mv_ttl_wrap .sub {
  margin-top: 0.6rem;
}
.mv .cta {
  width: 95vw;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: 8vw;
}
/*========== fvボタン位置調整　=========*/
@media only screen and (max-width: 767px) {
  .mv .cta {
    bottom: -60vw;
  }
}
/*========== fvボタン位置調整ここまで　=========*/
@media only screen and (min-width: 768px) {
  .mv {
    background: url("../images/pc-mv_bg.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    /*
    margin-bottom: 200px;
*/
    padding: 0 20px;
  }
  .mv2 {
    background: url("../images/pc-mv_bg2.jpg") center no-repeat;
    background-size: cover;
    position: relative;
    padding: 0 20px;
  }
  .mv_ttl_wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px 10px;
  }
  .mv_ttl_wrap .sub {
    margin-top: 15px;
    display: flex;
    font-size: 10px;
  }
  .mv .cta {
    position: absolute;
    width: 700px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -120px;
  }
}
/*==================================================
  Text
==================================================*/
.contents .txt {
  font-size: 4.5vw;
  line-height: 1.6;
}
.tc {
  text-align: center;
}
.txtlink {
  color: #0033cc;
  font-weight: 800;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .contents .txt {
    font-size: 18px;
  }
  sup {
    font-size: 20px;
  }
}
/*==================================================
  sec01
==================================================*/
.sec01 {
  margin-top: 8vw;
  position: relative;
}
.sec01 .list_01 {
  margin-top: 12vw;
}
.sec01 .list_01 li {
  background: #fff;
  margin-bottom: 40px;
}
.sec01 .list_01 li .txt {
  text-align: center;
  padding-bottom: 20px;
}
.sec01 .txt_01 {
  width: 60vw;
  margin: 0 auto;
  margin-top: 10vw;
}
.sec01:after {
  position: absolute;
  content: "";
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50vw solid transparent;
  border-left: 50vw solid transparent;
  border-top: 40px solid #e8eee9;
  border-bottom: 0;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .sec01 {
    position: relative;
    padding: 0 20px;
  }
  .sec01 h3 {
    max-width: 860px;
    margin: auto;
  }
  .sec01 .list_01 li {
    background: #fff;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
  }
  .sec01 .list_01 {
    margin-top: 110px;
  }
  .sec01 .list_01 li .txt_box {
    padding: 40px 20px 40px 30px;
    box-sizing: border-box;
  }
  .sec01 .list_01 li .txt {
    text-align: left;
    padding: 20px 0 0 0;
  }
  .sec01 .list_01 li .img img {
    width: 300px;
    height: 100%;
    object-fit: cover;
  }
  .sec01 .cta {
    margin: 80px auto 0;
  }
  .sec01 .txt_01 {
    width: 55%;
    padding: 160px 0 0;
    margin: 0 auto;
  }
  .sec01:after {
    position: absolute;
    content: "";
    display: block;
    top: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 50vw solid transparent;
    border-left: 50vw solid transparent;
    border-top: 90px solid #e8eee9;
    border-bottom: 0;
    z-index: 2;
  }
}
/*==================================================
  sec02
==================================================*/
.sec02 {
  position: relative;
  background: linear-gradient(#3c8b41 85%, #e8eee9 15%);
  padding-top: 4vw;
  /*
  padding-top: 20vw;

*/
  padding-bottom: 5vw;
}
.sec02 .ttl {
  margin-bottom: 30px;
}
.sec02 .cta {
  position: relative;
  margin-top: 1vw;
  top: 9vw;
}
@media only screen and (min-width: 768px) {
  .sec02 {
    position: relative;
    background: linear-gradient(#3c8b41 87%, #e8eee9 13%);
    padding: 60px 20px 0;
  }
  .sec02 .ttl {
    width: 640px;
    margin: 0 auto 54px;
  }
  .sec02 .img {
    display: flex;
    justify-content: space-between;
  }
  .sec02 .img_01 {
    width: 61.2%;
  }
  .sec02 .img_02 {
    width: 38.8%;
  }
  .sec02 .cta {
    margin: 90px auto 0;
    position: static;
  }
}
/*==================================================
  sec03
==================================================*/
.sec03 {
  padding: 60px 0 0 0;
}
.sec03 .ttl {
  margin: 0 0 60px 0;
}
.sec03 .list_01 > li {
  background: #fff;
  padding: 50px 0 40px;
  position: relative;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
}
.sec03 .list_01 > li .num {
  font-size: 60px;
  color: #3c8b41;
  position: absolute;
  top: -30px;
  line-height: 1;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  font-weight: 800;
}
.sec03 .list_01 > li:not(:last-child) {
  margin-bottom: 60px;
}
.sec03 .list_01 > li .txt_box {
  margin-bottom: 30px;
}
.sec03 .list_01 > li .img {
  padding: 0 20px;
}
.sec03 .list_01 > li .txtlink {
  display: block;
  text-align: center;
  margin: 20px auto 0;
}
.sec03 .cta {
  margin: 60px 0
}
.sec03 .slider_01 img {
  width: 100%;
  height: 30%;
  object-fit: cover;
}
.sec03 .slider_01 li {
  margin: 0 10px;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.slide-arrow {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  cursor: pointer;
  z-index: 10;
}
.prev-arrow {
  left: 21%;
  width: 12px;
  height: 12px;
  border-top: solid 3px #3c8b41;
  border-right: solid 3px #3c8b41;
  transform: rotate(-135deg);
}
.next-arrow {
  right: 21%;
  width: 12px;
  height: 12px;
  border-top: solid 3px #3c8b41;
  border-right: solid 3px #3c8b41;
  transform: rotate(45deg);
}
.sec03 .now {
  width: 45%;
  margin: 6vw auto 0;
}
@media only screen and (min-width: 768px) {
  .sec03 {
    padding: 80px 20px 0;
  }
  .sec03 .ttl {
    width: 60%;
    margin: 0 auto 120px;
  }
  .sec03 .list_01 > li {
    background: #fff;
    padding: 90px 140px 60px;
    position: relative;
    box-sizing: border-box;
  }
  .sec03 .list_01 > li .num {
    font-size: 124px;
    color: #3c8b41;
    position: absolute;
    top: -70px;
    line-height: 1;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-weight: 800;
  }
  .sec03 .list_01 > li:not(:last-child) {
    margin-bottom: 100px;
  }
  .sec03 .list_01 > li .txt_box {
    width: 87%;
    margin: 0 auto 40px;
  }
  .sec03 .list_01 > li .img {
    padding: 0 20px;
  }
  .sec03 .list_01 > li .txtlink {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    font-size: 26px;
  }
  .sec03 .cta {
    margin: 90px auto;
  }
  .sec03 .slider_01 img {
    width: 100%;
    object-fit: cover;
  }
  .sec03 .slider_01 li {
    margin: 0 5px;
  }
  .sec03 .slider_01 .now {
    display: table;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    padding: 10px 20px;
    margin: 20px auto 0;
    position: relative;
  }
  .sec03 .slider_01 .now:before {
    content: "";
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-bottom: 15px solid #000;
  }
  .slide-arrow {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
  }
  .prev-arrow {
    left: -40px;
    width: 17px;
    height: 17px;
    border-top: solid 3px #3c8b41;
    border-right: solid 3px #3c8b41;
    transform: rotate(-135deg);
  }
  .next-arrow {
    right: -40px;
    width: 14px;
    height: 14px;
    border-top: solid 3px #3c8b41;
    border-right: solid 3px #3c8b41;
    transform: rotate(45deg);
  }
  .sec03 .now {
    width: 296px;
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 1000px) {
  .sec03 .slider_01 img {
    height: 30%;
  }
}
/*==================================================
  sec04
==================================================*/
.sec04 {
  background: #ee9911;
  padding: 60px 0;
}
.sec04 .ttl {
  width: 70%;
  margin: 0 auto 40px;
}
.sec04 ul li:not(:last-child) {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .sec04 {
    padding: 90px 0;
  }
  .sec04 .ttl {
    width: 90%;
    margin: 0 auto 50px;
  }
  .sec04 ul {
    display: flex;
    justify-content: space-between;
  }
  .sec04 ul li {
    width: 49%;
  }
  .sec04 ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
/*==================================================
  sec05
==================================================*/
.sec05 {
  position: relative;
  background: linear-gradient(#3c8b41 85%, #fff 15%);
  padding: 40px 0 0;
}
.sec05 .cta {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  .sec05 {
    position: relative;
    background: linear-gradient(#3c8b41 90%, #e8eee9 10%);
    padding: 70px 0 0;
  }
  .sec05 .txt_box {
    width: 660px;
    margin: auto;
  }
  .sec05 .cta {
    margin-top: 90px;
  }
}
/*==================================================
  footer
==================================================*/
footer {
  position: relative;
  background: #fff;
  padding: 0px 0 0;
}
footer .upper {
  padding: 0 20px 50px;
  box-sizing: border-box;
}
footer .img {
  width: 70%;
  margin: 0 auto 30px;
}
footer .btn_box {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0px;
}
footer .btn_box .app {
  display: block;
  width: 43%;
}
footer .btn_box .google {
  display: block;
  width: 54%;
}
footer .banner .txt {
  font-size: 3.4vw;
  font-weight: 600;
  color: #3390de;
  text-align: center;
  margin: 10px 0 20px;
}
footer .txt_01 {
  font-size: 12px;
  text-align: center;
}
footer .copy {
  font-size: 12px;
  text-align: center;
  color: #fff;
  background: #3c8b41;
  padding: 20px 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  footer {
    /*
    background: #e8eee9;

*/
    position: relative;
    padding: 90px 0 0;
  }
  footer .upper {
    padding: 0;
    box-sizing: border-box;
  }
  footer .upper_inner {
    background: #fff;
    padding: 70px 140px 60px 100px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  footer .upper_inner .sub {
    font-size: 10px;
    margin: revert;
  }
  footer .img {
    width: 220px;
    margin: 0;
  }
  footer .right {
    width: 65%;
  }
  footer .btn_box {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
  }
  footer .btn_box .app {
    display: block;
    width: 43%;
  }
  footer .btn_box .google {
    display: block;
    width: 54%;
  }
  footer .under {
    background: #fff;
    margin: 90px 0 0 0;
    padding: 90px 0;
  }
  footer .banner a {
    pointer-events: none;
  }
  footer .banner {
    width: 500px;
    margin: 0 auto;
  }
  footer .banner .txt {
    font-size: 18px;
    margin: 10px 0 30px;
  }
  footer .txt_01 {
    font-size: 16px;
    text-align: center;
  }
  footer .copy {
    font-size: 12px;
    text-align: center;
    color: #fff;
    background: #3c8b41;
    padding: 20px 0;
    margin-top: 0;
  }
}
.swiper-wrapper {
  /* wrapperのサイズを調整 */
  width: 100%;
}
.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  width: 100%;
  height: 100%;
}
.swiper-pagination-bullets {
  width: 100px;
}
.swiper-pagination-bullet {
  width: 12px !important;
  height: 12px !important;
  margin: 0 0 0 10px !important;
  background: #fff;
}
.swiper-pagination-bullet:first-child {
  margin: 0 !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 154px !important;
  left: auto;
  color: #419146 !important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 154px !important;
  right: auto;
  color: #419146 !important;
}
/*========== fvボタン位置調整　=========*/
@media only screen and (max-width: 767px) {
  .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10vw !important;
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10vw !important;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 4vw !important;
  }
}
.black_bg {
  text-align: center;
  margin: 0 auto;
  background-color: #292826;
  color: #FFFFFF;
}
.black_bg_inner {
  text-align: left;
  margin: 0 auto;
  width: 350px;
  padding: 4px 4px 10px 4px;
  flex-direction: column;
}
.contents .txt2 {
  text-align: center;
  font-size: 24px;
  line-height: 1.6;
  font-weight: bold;
}
.contents .txt3 {
  padding: 10px 4px;
  font-size: 14px;
  line-height: 1.6;
}
.contents .txt4 {
  font-size: 24px;
  color: yellow;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
.highlight {
  font-size: 20px;
  font-weight: bold;
  color: fff;
  line-height: 1.5;
  padding: 0.5em 0 0 0;
}
.gold-border {
  color: white;
  background-color: #292826;
  border: 4px solid gold;
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  border-radius: 10px; /* 角丸にする場合 */
  padding: 20px;
}
@media only screen and (min-width: 768px) {
  .black_bg {
    text-align: center;
    margin: 0 auto;
    background-color: #292826;
    color: #FFFFFF;
  }
  .black_bg_inner {
    text-align: left;
    margin: 0 auto;
    width: 1000px;
    padding: 30px 30px 5px 30px;
    flex-direction: column;
  }
  .contents .txt2 {
    font-size: 24px;
  }
  .contents .txt3 {
    font-size: 14px;
  }
  .contents .txt4 {
    font-size: 24px;
    color: yellow;
    text-align: center;
    font-weight: bold;
    line-height: 1.5;
  }
  .campaign-card {
    width: 340px;
    border: 2px solid #8b3535;
    text-align: center;
  }
  .campaign-header {
    background-color: #8b3535;
    color: white;
    font-size: 14px;
    padding: 5px;
  }
  .campaign-code {
    background-color: white;
    color: #333;
    font-size: 32px;
    font-weight: bold;
    padding: 20px 0;
  }
  .register-button {
    align-items: center;
    justify-content: center;
    background-color: #f3c478;
    color: #5d1e1e;
    font-weight: bold;
    font-size: 24px;
    border-radius: 30px;
    padding: 10px 0;
    width: 350px;
    height: 100px;
    text-align: center;
    position: relative;
    border: 5px solid #8b3535;
  }
}
.campaign-card {
  width: 350px;
  border: 2px solid #8b3535;
  text-align: center;
  margin: 0 auto;
}
.campaign-header {
  background-color: #8b3535;
  color: white;
  font-size: 14px;
  padding: 5px;
}
.campaign-code {
  background-color: white;
  color: #333;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 0;
}
/* 親要素のスタイル */
.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ボタンのスタイル */
.register-button {
  align-items: center;
  justify-content: center;
  background-color: #f3c478;
  color: #5d1e1e;
  font-weight: bold;
  font-size: 24px;
  border-radius: 30px;
  padding: 10px 0;
  width: 350px;
  height: 100px;
  text-align: center;
  position: relative;
  border: 5px solid #8b3535;
}
.ttl_box2 {
  text-align: center;
  margin-top: 20px;
  font-size: 1.2rem;
}
.camp {
  max-width: 800px;
  width: 85%;
  margin: 15px auto;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #000;
}
.camp ol.caution {
  list-style: decimal;
  margin-left: 25px;
  padding-left: 3px;
  font-size: 14px;
}
.day {
  font-size: 1.5em;
}
.bottom_space {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #odds_lp_young .sec_box {
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .ttl_box2 {
    font-size: 1rem;
  }
  .camp {
    /*
    width: 95%;
*/
    width: 98%;
    margin: 10px auto;
  }
  .day {
    font-size: 1em;
  }
  .contents .txt2 {
    font-size: 20px;
  }
  .txt333 {
    margin: 0px 0px 0px -4px;
  }
  .ttt4 {
    padding: 16px 0px 0px 0px;
  }
}
table {
  background-color: #fff;
  border-collapse: collapse; /* フラットな線を引くためにセルの間隔をなくす */
  width: 100%; /* テーブルの幅を100%に設定（必要に応じて変更） */
}
table, th, td {
  border: 1px solid #000; /* テーブル全体、ヘッダー、データセルに1pxの線を引く */
}
th, td {
  color: #000;
  padding: 8px; /* セル内の余白を設定 */
  text-align: left; /* テキストを左寄せに設定（必要に応じて変更） */
}
ol {
  list-style-type: decimal;
}
.gold-border {
  color: white;
  background-color: black;
  border: 4px solid #8b3535;
  margin: 10px 0;
  text-align: left;
  font-size: 1.2em;
  border-radius: 10px; /* 角丸にする場合 */
  padding: 5px 10px;
}
.bbb {
  font-weight: bold;
}