@charset "UTF-8";

#wrapper {
  background-color: #fff;
}

body {
  font-family: 'Noto Sans JP', Arial, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  line-height: 1.5;
}
p {
  color: #333333;
}
.small-text {
  font-size: 11px;
}
a:hover {
  opacity: 0.5;
}
.is-sp {
  display: none;
}
.font-16px {
  font-size: 16px;
}
.font-18px {
  font-size: 18px;
}

/* header */
header {
  background-color: #fff;
  width: 100%;
  height: 90px;
  display: flex;
}
header img {
  margin: auto;
  width: 58px;
  height: 49px;
}

/* kv */
h1 {
  width: 100%;
  height: auto;
  background-color: #E6EEFF;
}
.kv-area {
  width: 100%;
  margin: auto;
}
.kv-area img {
  width: 100%;
}
.cp_period {
  background-color: #C6D9FF;
  width: 100%;
  height: 100px;
  color: #29305B;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin: auto;
}
.cp_period_m {
  font-size: 26px;
  background-color: #fff;
  border-radius: 10px;
  display: inline-block;
  padding: 15px 20px;
}
.cp_period_p {
  font-size: 33px;
}

/* main */
.main1 {
  width: 100%;
  background-color: #E6EEFF;
  padding: 0 20px 150px;
}
.main2 {
  width: 100%;
  background-color: #E6EEFF;
  padding-top: 50px;
  padding: 50px 20px 10px;
}

.c-entry {
  margin:auto;
  padding-top: 60px;
  text-align: center;
}
.c-entry a {
  display: inline-block;
  max-width: 680px;
  height: 100px;
  color: #fff;
  border-radius: 999px;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  background-color: #F46A07;
  box-shadow: 0px 6px 2px 0px #C45200;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.c-entry a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 30px;
  height: 30px;
  background-image: url(/promotion/hojin_dual/campaign_2512/images/icon_outlink_1.png);
  background-size: 30px 30px;
}
.c-entry p {
  margin-top: 10px;
}
.c-entry-btn {
  background-color: #F46A07;
  max-width: 680px;
  width: 100%;
  max-height: 135px;
  height: 100%;
  border-radius: 999px;
  color: #fff;
  font-size: 35px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 50px 120px;
  box-shadow: 0px 6px 2px 0px #C45200;
}

.c-entry-btn img {
  width: 35px;
  height: 30px;
}

.p-section {
  background-color: #fff;
  border: solid 10px #C6D9FF;
  max-width: 980px;
  width: 100%;
  text-align: center;
  margin: 90px auto 0;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 60px 30px 20px;
}
.p-section-title {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.orange {
  color: #F46A07;
}
.p-section-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 695px;
  margin: 30px auto 20px;
}

.par-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0 auto;
  padding: 30px 0px 20px;
}
.list-blue .par-num {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 3px #C6D9FF;
  border-radius: 999px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.par-list .list-blue {
  /* background-color: #E6EEFF; */
  border-radius:12px;
  position: relative;
  padding: 40px 20px 20px;
}
.par-list .list-blue img {
  height: 90px;
  width: auto;
  margin: auto;
  margin-bottom: 10px;
}
.par-list .list-yellow {
  /* background-color: #FFF8B3; */
  border-radius:12px;
  position: relative;
  padding: 40px 20px 20px;
}
.par-list .list-yellow img {
  margin: auto;
  margin-bottom: 10px;
  height: 90px;
  width: auto;
}
.list-yellow .par-num {
  display: inline-block;
  padding: 5px 10px;
  background-color: #fff;
  border: solid 3px #EDC205;
  border-radius: 999px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.participate1 {
  background-image: url(/promotion/hojin_dual/campaign_2512/images/participate1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.participate2 {
  background-image: url(/promotion/hojin_dual/campaign_2512/images/participate2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.participate3 {
  background-image: url(/promotion/hojin_dual/campaign_2512/images/participate3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.p-section-prize {
  position: relative;
  width: 100%;
  background-image: url(/promotion/hojin_dual/campaign_2512/images/prize-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  padding: 90px 20px;
}
.p-section-prize::before {
  content: "";
  position: absolute;
  background-image: url(/promotion/hojin_dual/campaign_2512/images/present_box1.png);
  width: 12vw;
  height: 12vw;
  background-position: center;
  background-size: contain;
  top: -5%;
  left: 2%;
}
.p-section-prize::after {
  content: "";
  position: absolute;
  background-image: url(/promotion/hojin_dual/campaign_2512/images/present_box2.png);
  width: 12vw;
  height: 12vw;
  background-position: center;
  background-size: contain;
  bottom: -4%;
  right: 2%;
}
.prize-flex {
  display: flex;
  flex-flow: column;
  gap: 50px;
}
.prize-box {
  position: relative;
  max-width: 980px;
  width: 100%;
  margin: auto;
  background-color: #F1F5FF;
  border: solid 10px #C6D9FF;
  text-align: center;
  font-weight: bold;
  padding: 0 50px;
}
.prize-box::before {
  position: absolute;
  content: "";
  background-image: url(/promotion/hojin_dual/campaign_2512/images/star1.png);
  width: 70px;
  height: 70px;
  background-position: center;
  background-size: contain;
  bottom: 0%;
  left: -11%;
}
.prize-box::after {
  position: absolute;
  content: "";
  background-image: url(/promotion/hojin_dual/campaign_2512/images/star2.png);
  width: 40px;
  height: 70px;
  top: 0%;
  right: -8%;
}
.big-text {
  font-size: 33px;
  background: linear-gradient(transparent 65%, #FFDF50 30%);
}
.underline {
  background: linear-gradient(transparent 65%, #FFDF50 30%);
}
.prize-title {
  margin: 30px auto;
}
.prize-text {
  font-size: 20px;
}
.up-chance {
  max-width: 600px;
  width: 100%;
  margin: 30px auto;
  padding: 30px 0;
  font-weight: bold;
  background-color: #fff;
  border: solid 6px #C6D9FF;
}
.up-chance-box {
  display: inline-block;
  background-color: #E6EEFF;
  padding: 10px 40px;
  margin: 12px auto 20px;
  font-size: 20px;
}
.up-chance img {
  margin: auto;
  width: 78%;
}
.red-text {
  color: #CD3F3F;
}
.prize-yellow {
  background-color: #FFFBD4;
  border: solid 10px #EDC205;
  padding-bottom: 30px;
}
.prize-yellow ul {
  display: flex;
  align-items: flex-end;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}
.align-left {
  text-align: left;
}
.fine-print {
  font-weight: 400;
}

.campaign-term {
  border-top: 2px solid #EDC205;
  border-bottom: 2px solid #EDC205;
  font-size: 14px;
  text-align: center;
  margin: 40px 0 10px;
  padding: 1em 0;
}
.campaign-term-head {
  background-color: #FFFBD4;
  font-size: 20px;
  font-weight: 600;
  margin: -1.7em auto .5em;
  width: 7em;
  color: #ec5f2a;
}
.campaign-term b {
  font-size: 20px;
}

.target-text {
  margin-top: 20px;
}
.target-top-note {
  line-height: 15px;
  display: inline-block;
  margin-top: 10px;
}
.target-box {
  max-width: 870px;
  width: 100%;
  background-color: #C6D9FF;
  font-size: 30px;
  color: #32113E;
  border-radius: 10px;
  text-align: center;
  padding: 10px 0;
  margin: 50px auto 30px;
}
.c-target-btn-a {
  display: inline-block;
  color: #333333;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 680px;
  width: 100%;
  height: 140px;
  border: solid 2px #0052A8;
  border-radius: 999px;
  margin: 0 auto 10px;
}
.c-target-btn img {
  width: 25px;
  height: 22px;
}
.target-conf {
  display: flex;
  flex-flow: column;
  gap: 10px;
  margin: 30px auto 50px;
}
.target-conf b {
  font-size: 24px;
}
.target-conf img {
  max-width: 320px;
  width: 80%;
  height: auto;
  margin: auto;
}

/* タブ */
.tab_container {
  background-color: #E6EEFF;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
}
.tab_item {
  width: calc(100%/2);
  padding:15px 0;
  border-bottom: 3px solid #0052A8 ;
  background-color: #e5eeff;
  text-align: center;
  color: #0052A8 ;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab_item:hover {
  opacity: 0.75;
}
input[name="tab_item"] {
  display: none;
}
.tab_content {
  display: none;
  padding: 50px;
  clear: both;
  overflow: hidden;
}
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content {
  display: block;
}
.tab_container input:checked + .tab_item {
  background-color: #0052A8 ;
  color: #fff;
  font-size: 20px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.tab_content_card {
  background-color: #fff;
  width: 100%;
  border-radius: 10px;
  padding: 30px 50px;
  margin-bottom: 10px;
}
.tab_content_card h3 {
  font-size: 35px;
  color: #0052A8;
  margin-bottom: 20px;
}
.tab_content_card ul {
  text-align: left;
  display: flex;
  flex-flow: column;
  gap: 20px;
}
.tab_content_card p {
  font-size: 16px;
  font-weight: 500;
}
.tab_content_card ul li {
  display: flex;
  flex-flow: column;
  gap: 5px;
}
.tab_content_card ul span {
  border: solid 1px #C6D9FF;
  width: 100%;
}
.bottom-100px {
  margin-bottom: 100px;
}

.notice-contents {
  max-width: 980px;
  width: 100%;
  text-align: center;
  margin: 60px auto 0;
  padding: 0 20px;
}
.notice-contents h2 {
  font-size: 35px;
}
.notice-contents .matter {
  margin-top: 30px;
  line-height: 1.8;
}

.card-join {
  padding: 0 20px;
}
.join-box {
  max-width: 500px;
  width: 100%;
  border: solid 6px #C6D9FF;
  border-radius: 10px;
  background-color: #fff;
  padding: 30px 20px;
  margin: 60px auto 0;
  text-align: center;
}
.card-join b {
  font-size: 20px;
}
.card-join a {
  display: inline-block;
}
.card-join p {
  color: #0168B5;
}
.join-underline {
  background: linear-gradient(transparent 91%, #0168B5 30%);
}
.card-join li {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.bottom-5px {
  margin-bottom: 5px;
}

.phone-participate {
  max-width: 980px;
  width: 100%;
  background-color: #E6EEFF;
  border-radius: 10px;
  margin: 60px auto 0;
  text-align: center;
  padding: 30px 30px;
  font-weight: bold;
  font-size: 20px;
}
.phone-participate h2 {
  font-size: 35px;
  margin-bottom: 30px;
}
.phone-participate-box {
  max-width: 800px;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  margin: 30px auto 0;
}
.phone-note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.ul-phone {

}
.ul-phone b {
  font-size: 50px;
}
.phone-num {
  display: flex;
  align-items: center;
  gap: 10px;
}
.ul-phone-note {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.ul-phone-note li {
  display: flex;
  text-align: left;
  font-size: 16px;
  gap: 15px;
}
.phone-num-circle {
  width: 27px;
  height: 27px;
  padding-top: 0px;
  background-color: #E6EEFF;
  border-radius: 50%;
  text-align: center;
  box-sizing: border-box;
}

.inquiry div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.inquiry div img {
  width: 16px;
  height: 14px;
}
.inquiry a {
  display: inline-block;
  margin: 30px auto 80px;
}
.inquiry .join-underline {
  background: linear-gradient(transparent 91%, #333333 30%);
}

footer {
  width: 100%;
  height: 200px;
  background-color: #0052A8;
  margin-bottom: 90px;
}
footer a {
  color: #fff;
}
footer ul {
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  color: #fff;
  padding: 50px 20px 60px;
}
footer p {
  max-width: 980px;
  margin: auto;
  color: #fff;
  text-align: center;
}

.hozin_note_opt {
  font-weight: bold;
  text-decoration: underline;
}

.phone-participate a {
  color: #333333;
}

/* フローティングボタン */
.fixed-entry-button {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 15px 20px;
  background-color: #fff;
  box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.fixed-entry-button a {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  background-color: #F46A07;
  color: #fff;
  font-size: 1.2rem;
  padding: 15px 20px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: bold;
}
.fixed-entry-button a::after {
  content: "";
  display: inline-block;
  margin-left: 6px;
  width: 15px;
  height: 15px;
  background-image: url(/promotion/hojin_dual/campaign_2512/images/icon_outlink_1.png);
  background-size: 15px 15px;
}
.fixed-entry-button.is-visible {
  opacity: 1;
  visibility: visible;
}


@media screen and (max-width:1120px) {
  .prize-box::before {
    content: none;
  }
  .prize-box::after {
    content: none;
  }
  .p-section-prize::before {
    content: none;
  }
  .p-section-prize::after {
    content: none;
  }
  .cp_period {
    padding: 0 20px;
    gap: 20px;
  }
  .cp_period_m {
    font-size: 2.5vw;
    padding: 10px 15px;
  }
  .cp_period_p {
    font-size: 3vw;
  }
}


@media screen and (max-width:800px) {
  .phone-note {
    flex-flow: column;
    gap: 0px;
  }
  .c-entry a {
    height: 110px;
  }
  .par-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .par-list .list-blue {
    padding: 60px 20px 40px;
  }
  .par-list .list-yellow {
    padding: 60px 20px 40px;
  }
  .list-blue .par-num {
    top: 6%;
  }
  .list-yellow .par-num {
    top: 6%;
  }
  .participate1 {
    background-image: url(/promotion/hojin_dual/campaign_2512/sp/images/participate1.png);
  }
  .participate2 {
    background-image: url(/promotion/hojin_dual/campaign_2512/sp/images/participate2.png);
  }
  .participate3 {
    background-image: url(/promotion/hojin_dual/campaign_2512/sp/images/participate3.png);
  }
}


@media screen and (max-width:500px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  header {
    height: 70px;
  }
  .main1 {
    padding: 0 20px 120px;
  }
  .main2 {
    padding: 70px 20px 10px;
  }
  .half-per {
    width: 50%;
    margin: auto;
  }

  .c-entry {
    padding-top: 30px;
  }

  .cp_period {
    flex-flow: column;
    padding: 20px 0;
    gap: 5px;
  }
  .cp_period_m {
    font-size: 16px;
    margin: 0 auto;
    padding: 5px 10px;
  }
  .cp_period_p {
    font-size: 16px;
    text-align: center;
  }

  .p-section {
    margin: 40px auto 0;
    padding: 40px 20px 30px;
    font-size: 16px;
  }
  .p-section-title {
    width: 80%;
  }
  .p-section-list {
    gap: 10px;
  }

  .c-entry a {
    font-size: 20px;
    height: 70px;
    gap: 10px;
  }
  .c-entry a::after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }

  .p-section-list {
    flex-flow: column;
  }
  .par-list {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .par-list .list-blue {
    padding: 60px 20px 40px;
  }
  .par-list .list-yellow {
    padding: 60px 20px 40px;
  }
  .list-blue .par-num {
    top: 6%;
  }
  .list-yellow .par-num {
    top: 6%;
  }
  .participate1 {
    background-image: url(/promotion/hojin_dual/campaign_2512/sp/images/participate1.png);
  }
  .participate2 {
    background-image: url(/promotion/hojin_dual/campaign_2512/sp/images/participate2.png);
  }
  .participate3 {
    background-image: url(/promotion/hojin_dual/campaign_2512/sp/images/participate3.png);
  }

  .prize-title {
    width: 50%;
  }
  .p-section-prize {
    padding: 100px 20px 50px;
    margin: 0;
  }
  .prize-box {
    margin-bottom: 0;
    padding: 0 20px;
  }
  .prize-text {
    font-size: 17px;
  }
  .prize-img-sp {
    width: 80%;
  }
  .big-text {
    font-size: 24px;
  }
  .up-chance {
    padding: 20px;
  }
  .up-chance-box {
    padding: 10px;
    margin: 12px auto 12px;
    width: 100%;
  }
  .up-chance img {
    width: 60%;
  }
  .red-text {
    font-size: 14px;
  }
  .prize-yellow {
    padding-bottom: 30px;
  }
  .campaign-term {
    padding: 0.8em 0;
  }
  .campaign-term-head {
    font-size: 16px;
  }
  .campaign-term b {
    font-size: 16px;
  }

  .target-box {
    font-size: 20px;
    margin: 30px auto 20px;
  }

  .c-target-btn-a {
    height: 100px;
    padding: 0 15px;
    gap: 5px;
  }
  .target-conf b {
    font-size: 19px;
  }
  .tab_container input:checked + .tab_item {
    font-size: 16px;
  }
  .tab_content {
    padding: 40px 10px;
  }
  .tab_content_card {
    padding: 40px 20px;
  }
  .tab_content_card h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tab_content_card p {
    font-size: 14px;
  }
  .notice-contents {
    padding: 0 20px;
  }
  .card-join {
    padding: 30px 20px;
  }
  .notice-contents h2 {
    font-size: 30px;
  }
  .phone-participate h2 {
    font-size: 30px;
  }

  .phone-participate {
    padding: 30px 20px;
    border-radius: 0;
    margin: 30px auto 0;
  }
  .phone-note {
    font-size: 16px;
  }
  .phone-participate-box {
    padding: 0 20px;
  }
  .phone-note {
    flex-flow: column;
  }
  .phone-num img {
    width: auto;
    height: 23px;
  }
  .ul-phone b {
    font-size: 30px;
  }
  .join-box {
    margin: 20px auto 0;
  }

  .inquiry a {
    margin: 10px auto 40px;
  }

  footer {
    height: auto;
    padding-bottom: 20px;
  }

  footer ul {
    flex-flow: column;
    gap: 10px;
  }
}