@charset "UTF-8";
/* Reset */
html, body,
article, section, header, footer, nav, aside, address,
h1, h2, h3, h4, h5, h6,
div, p, pre, blockquote, figure, figcaption,
ul, ol, li, dl, dt, dd,
a, span, em, strong,
time, sub, sup, mark,
img, iframe, embed, object, param, video, audio, source, canvas, map, area,
table, tbody, thead, tfoot, tr, th, td, caption,
form, input, label, button, select, textarea, fieldset, legend{
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}

html{
  font-size: 10px;
}

body{
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  color: #222;
  line-height: 1.6;
  overflow-x: hidden;
  -webkit-text-size-adjust: 100%;
}
@media print, screen and (min-width: 1001px){
  body{
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1000px){
  body{
    font-size: 1.4rem;
  }
}

article, section, header, footer, nav, aside, figure, figcaption{
  display: block;
}

h1, h2, h3, h4, h5, h6{
  font-size: 100%;
  clear: both;
}

ul, ol{
  list-style: none;
}

table{
  border-collapse: collapse;
  border-spacing: 0;
}

form, input, label, button, select, textarea, fieldset, legend{
  font: inherit;
}

a, input{
  transition: all 0.3s ease;
}

a{
  color: #222;
  text-decoration: none;
}

a:hover{
  opacity: 0.7;
  zoom: 1;
}

sup, sub{
  font-size: 60%;
}

sup{
  vertical-align: top;
}

sub{
  vertical-align: baseline;
}

em, address{
  font-style: normal;
}

img{
  max-width: 100%;
  font-size: 0;
  line-height: 1;
  vertical-align: middle;
}

*{
  box-sizing: border-box;
}

/* Common */
.sp_only {
  display: none !important;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.fwb {
  font-weight: 500;
}

.dib {
  display: inline-block;
}

.bg_in01 {
  position: relative;
  background: #C5EAFB;
  z-index: 2;
}

.bg_in02 {
  position: relative;
  background: #fdd7e4;
  z-index: 1;
}

.flexBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
          justify-content: space-between;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
}
.mt0 {
  margin-top: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pt0 {
  padding-top: 0;
}

.pb0 {
  padding-bottom: 0;
}

.jsAcc-link {
  cursor: pointer;
}
.txt_link{
  word-break: break-word;
}
.bg_slp{
  position: relative;
  z-index: 1;
}
.c-red{
  color: #C4161C !important;
}
.c-green{
  color: #37A56E !important;
}
.c-blue{
  color: #007BE6 !important;
}
.bg-red{
  background-color: #C4161C !important;
}
.bg-green{
  background-color: #37A56E !important;
}
.bg-blue{
  background-color: #007BE6 !important;
}
.txt-highlight{
	background: linear-gradient(#fef3bd, #fef3bd) 0 100%/100% 8px no-repeat;
}
.txt-underline{
	text-decoration: underline;
}
.t_visibility {
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
}
/* General */
#main {
  overflow: hidden;
}

.section_inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* Header */
#header {
  padding: 20px;
}
.box_logo ul {
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.box_txt {
  margin-top: 12px;
  font-size: 1.4rem;
  font-weight: 700;
}

@media not screen and (max-width: 767px) {
  .box_logo ul li.logo_jaf {
    max-width: 104px;
  }
}

@media screen and (max-width: 767px) {
  #header {
    padding: 15px;
  }
  .box_logo ul {
    gap: 6.4vw;
  }
  .box_logo .logo_jsleep {
    width: calc(196 / 690 * 100%);
  }
  .box_logo .logo_jaf {
    width: calc(156 / 690 * 100%);
  }
  .box_logo .logo_tcf {
    width: calc(240 / 690 * 100%);
  }
  .box_txt {
    margin-top: 9px;
    font-size: 1.2rem;
  }
}

/* MV */
.mv_area {
  position: relative;
}
.mv_area img {
  object-fit: cover;
}
.mv_btn_link {
  position: absolute;
  width: calc(580 / 1920 * 100%);
  bottom: 15%;
  left: 34.85%;
  z-index: 1;
  border-radius: 50px;
}

@media screen and (max-width: 767px) {
  .mv_area img {
    width: 100%;
  }
  .mv_btn_link {
    width: calc(242 / 375 * 100%);
    bottom: 38%;
    left: 50%;
    margin-left: -32.28%;
  }
}

/* button area */
.button_area {
  margin-top: 40px;
}
.button_area .btn {
  display: block;
  max-width: 88%;
  margin: 0 auto;
  width: 100%;
  font-size: 2.8rem;
  background-color: #E60012;
  color: #fff;
  font-weight: 700;
  line-height: 1;
  padding: 36px;
  border-radius: 50px;
}
.button_area .btn_text {
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .button_area {
    margin-top: 20px;
    text-align: center;
  }
  .button_area .btn {
    font-size: 1.6rem;
    padding: 22px 30px;
  }
  .button_area .btn_text {
    font-size: 1rem;
    margin: 10px auto 0;
    max-width: 88%;
    text-align: left;
    display: inline-block;
  }
}

/* section_prize */
.section_prize {
  padding: 80px 20px;
}
.section_prize .prize_outer {
  position: relative;
  border: 4px solid #1F2879;
  padding: 6px;
  margin-top: 44px;
  background-color: #fff;
}
.prize_header {
  font-size: 4.2rem;
  font-weight: 700;
  max-width: 800px;
  z-index: 1;
  position: absolute;
  left: 50%;
  margin-left: -400px;
  display: block;
  width: 100%;
  top: -48px;
  background: url('../img/bg_ttl_pc.png') top center/ 100% 100% no-repeat;
  min-height: min(8.7vw, 87px);
}
.prize_content {
  border: 2px solid #1F2879;
  padding: 80px 81px 74px;
}
.prize_list li:not(:last-child) {
  padding-bottom: 52px;
  margin-bottom: 47px;
  background: url('../img/bg_line_pc.png') bottom left/auto 4px repeat-x;
}
.prize_list li .txt01 {
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.prize_list .txt01 .text01 {
  font-size: 3.2rem;
  font-weight: 900;
  text-align: center;
  line-height: 1;
  padding: 9px 20px;
  color: #231F20;
  background-color: #FFF69B;
  border-radius: 26px;
}
.prize_list li .txt02 {
  font-size: 5rem;
  font-weight: 700;
  margin-top: 38px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
.prize_list li .text03 {
  font-size: 4.6rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: bottom;
}
.prize_list li .number {
  vertical-align: bottom;
  display: inline-block;
}
.prize_list li .ico {
  vertical-align: bottom;
  display: inline-block;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .prize_content {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .prize_header {
    font-size: 4.2vw;
    width: 80%;
    margin-left: -40%;
    top: -3%;
  }
  .prize_list li .txt02 {
    font-size: 5vw;
  }
  .prize_list li .text03 {
    font-size: 4.6vw;
  }
}

@media screen and (max-width: 767px) {
  .section_prize {
    padding: 40px 20px;
  }
  .section_prize .prize_outer {
    margin-top: 21px;
    border-width: 2px;
    padding: 3px;
  }
  .prize_header {
    font-size: 2.1rem;
    padding-top: 2px;
    top: -23px;
    background-image: url(../img/bg_ttl_sp.png);
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 90.634%;
    min-height: 44px;
  }
  .prize_content {
    padding: 41px 15px 33px;
    border-width: 1px;
  }
  .prize_list li:not(:last-child) {
    padding-bottom: 28px;
    margin-bottom: 24px;
    background: url(../img/bg_line_sp.png) bottom left / auto 3px repeat-x;
  }
  .prize_list li .txt01 {
    gap: 15px;
  }
  .prize_list .txt01 .text01 {
    font-size: 1.6rem;
    padding: 6px 18px;
  }
  .prize_list li:nth-child(1) .txt01 .logo {
    width: 95px;
    max-width: 33%;
  }
  .prize_list li:nth-child(2) .txt01 .logo {
    width: 73px;
    max-width: 26%;
  }
  .prize_list li:nth-child(3) .txt01 .logo {
    width: 126px;
    max-width: 44%;
  }
  .prize_list li .txt02 {
    font-size: 2.7rem;
    flex-wrap: wrap;
    margin-top: 22px;
  }
  .prize_list li .txt02 .text02 {
    width: 100%;
    margin-bottom: 10px;
  }
  .prize_list li .text03 {
    font-size: 25px;
  }
  .prize_list li .ico {
    width: 12px;
    vertical-align: 0.2em;
  }
  .prize_list li .number01 img{
    height: 44px;
    width: auto;
  }
  .prize_list li .number02 img{
    height: 31px;
    width: auto;
  }
  .prize_list li .number03 img{
    height: 43px;
    width: auto;
  }
  .prize_list li .number04 img{
    height: 32px;
    width: auto;
  }
}

/* campaign_area */
.campaign_area {
  padding: 80px 20px;
  background-color: #FFFBCC;
}

@media screen and (max-width: 767px) {
  .campaign_area {
    padding: 40px 20px;
  }
}

.campaign_content{
  padding: 61px 20px;
  background-color: #FFF8E2;
}

.campaign_card {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 60px;
}
.campaign_header {
  padding: 29px 20px;
  background-color: #FEE05C;
  text-align: center;
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1;
}
.campaign_content {
  padding: 32px 60px 0;
  background-color: #fff;
}
.campaign_content .ttl {
  font-size: 2.4rem;
  font-weight: 700;
}
.campaign_content .txt {
  margin-top: 16px;
}
.campaign_fields {
  display: flex;
  margin-top: 30px;
  border: 1px solid #FEE05C;
  align-items: stretch;
  flex-direction: column;
  overflow: hidden;
}
.field {
  display: flex;
  align-items: stretch;
}
.field_label {
  display: flex;
  width: calc(208 / 880 * 100%);
  padding: 20px;
  border-bottom: 1px solid #FEE05C;
  border-right: 1px solid #FEE05C;
  background-color: #FFFBCC;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  line-height: 1.75;
}
.field_value {
  display: flex;
  padding: 29px 32px;
  border-bottom: 1px solid #FEE05C;
  border-left: none;
  text-align: left;
  font-size: 1.8rem;
  flex: 1;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  line-height: 1.7777777;
}
.field_value p {
  width: 100%;
}
.field:last-child .field_label,
.field:last-child .field_value{
  border-bottom: none;
}
.field_list li span:first-child {
  width: 145px;
  display: inline-block;
}
.campaign_card .button_area {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) and (min-width: 768px) {
  .field_label {
    font-size: 2.2vw;
  }
  .field_value {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 767px) {
  .campaign_content{
    padding: 31px 20px;
  }
  .campaign_card{
    padding-bottom: 30px;
  }
  .campaign_header{
    padding: 15px 20px;
    font-size: 2rem;
  }
  .campaign_content{
    padding: 18px 20px 20px 20px;
  }
  .campaign_content .ttl {
    font-size: 1.8rem;
    padding: 0 0.3em;
  }
  .campaign_content .txt {
    margin-top: 7px;
    text-align: left;
  }
  .campaign_fields{
    border: 2px solid #FEDF5A;
    margin-top: 20px;
  }
  .field{
    flex-direction: column;
  }
  .field_label{
    width: 100%;
    padding: 9px;
    border-bottom-width: 2px;
    border-right: unset;
    font-size: 1.6rem;
  }
  .field_value{
    padding: 15px 16px 12px;
    font-size: 1.4rem;
    line-height: 1.71428571;
    border-bottom-width: 2px;
  }
  .field:last-child .field_label {
    border-bottom: 2px solid #FEE05C;
  }
  .field_list li span:first-child{
    width: 100%;
    display: block;
  }
  .field_list li:not(:last-child){
    margin-bottom: 2px;
  }
  .campaign_card .button_area {
    margin-top: 0;
  }
}

/* guidelines_area */
.guidelines_area {
  padding: 80px 20px;
  background-color: #F2F2F2;
}
.guidelines_head {
  font-size: 2.4rem;
  font-weight: 700;
  background-color: #1F2879;
  color: #fff;
  line-height: 1.5;
  padding: 20px;
}
.guidelines_outer {
  padding: 32px 20px 32px 60px;
  background-color: #fff;
  text-align: left;
}
.guidelines_content {
  height: 30em;
  overflow: auto;
  padding-right: 27px;
}
.guidelines_content::-webkit-scrollbar {
  width: min(1.2vw, 12px);
}
.guidelines_content::-webkit-scrollbar-thumb {
  background: #BCBCBC;
  width: min(1.2vw, 12px);
  height: min(14.81vw, calc(80px * (767 / 540)));
  border-radius: 12px;
}
.guidelines_content .ttl {
  font-weight: 700;
}
.guidelines_content .ttl_list {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1F2879;
  margin-top: 32px;
}
.guidelines_list {
  font-size: 1.6rem;
  line-height: 1.625;
}
.guidelines_list li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}
.guidelines_list li::before {
  content: '・';
  margin-right: 0.5em;
}
.guidelines_list > * {
  margin-top: 10px;
}
.guidelines_content .date {
  margin-top: 20px;
  text-align: right;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .guidelines_area {
    padding: 40px 20px;
  }
  .guidelines_head {
    font-size: 1.8rem;
    padding: 16px 25px;
  }
  .guidelines_outer {
    padding: 20px 8px 20px 20px;
  }
  .guidelines_content {
    padding-right: 3px;
    height: 46.1em;
  }
  .guidelines_content .ttl {
    line-height: 1.714;
  }
  .guidelines_content .ttl_list {
    font-size: 1.3rem;
    margin-top: 12px;
  }
  .guidelines_list {
    font-size: 1.3rem;
    line-height: 1.769;
  }
  .guidelines_list > * {
    margin-top: 6px;
  }
  .guidelines_content .date{
    font-size: 1.3rem;
    margin-top: 8px;
  }
  .guidelines_content::-webkit-scrollbar {
    width: min(2.4vw, 18px);
  }
  .guidelines_content::-webkit-scrollbar-thumb {
    background: #BCBCBC;
    width: min(2.4vw, 18px);
    height: min(16vw, 120px);
  }
}

/* footer */
#footer {
  padding: 80px 20px;
}
.copyright {
  font-size: 1.4rem;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 40px 15px;
  }
  .copyright {
    font-size: 0.9rem;
    margin-top: 10px;
  }
}