﻿/**************************************
campaignSection
**************************************/
#campaignSection{
	width: 100%;
  padding-bottom: 6rem;
  overflow: hidden;
}

#campaignSection .campTTL{
  display: block;
  margin-bottom: 2rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
#campaignSection .campTTL > span{
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}

/**************************************
featureLede
**************************************/
#campaignSection .campCatch{
  display: block;
  width: 100%;
  padding: 4rem 0 10rem;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}


#campaignSection .campCatch > figure{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
#campaignSection .campCatch > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#campaignSection .campCatch > .catchText{
  display: block;
  width: 100%;
  color: #FFFFFF;
  text-align: center;
  line-height: 2;
}

#campaignSection .campCatch > .catchText .catch{
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 700;
}

#campaignSection .campCatch > .catchText .catch > span{
  padding: 0.5rem 2rem;
  background: #D0112B;
}

#campaignSection .campCatch > .catchText dl.limitTime{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 0 1rem;
}
#campaignSection .campCatch > .catchText dl.limitTime > dt{
  font-size: 1.4rem;
  font-weight: 600;
}
#campaignSection .campCatch > .catchText dl.limitTime > dd{
  font-size: 1.6rem;
  font-weight: 700;
}


/**************************************
outLine
**************************************/
#campaignSection .outLine{
  display: block;
  width: 100%;
  padding: 0 2rem;
  margin: -8rem auto 0;
  position: relative;
  z-index: 2;
}

#campaignSection .outLine > .inner{
  display: block;
  width: 100%;
  margin: 0 auto;
}

#campaignSection .outLine > .inner > .text{
  display: block;
  padding: 2rem 2rem 2rem 2rem;
  background: #FFFFFF;
  font-size: 1.3rem;
  line-height: 2;
}

#campaignSection .outLine > .inner > .text > .outlineTTL{
  display: block;
  margin-bottom: 1rem;
  font-size: 1.6rem;
  line-height: 1.6;
}

#campaignSection .outLine > .inner > figure{
  display: block;
  width: 100%;
  padding-bottom: 56.5%;
  overflow: hidden;
  position: relative;
}

#campaignSection .outLine > .inner > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
}



/**************************************
campItems
**************************************/
#campaignSection .campItems{
  display: block;
  width: 100%;
  margin: 4rem auto 0;
  padding-top: 4rem;
  position: relative;
  z-index: 1;
}
#campaignSection .campItems::before{
  content: '';
  display: block;
  width: 16.125rem;
  height: 6.85rem;
  background: url("../img/common/img_logo_mark_red.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -6rem;
  top: 0;
  z-index: -1;
}

#campaignSection .campItemList{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem;
}
#campaignSection .campItemList > ul{
  display: block;
}

#campaignSection .campItemList > ul > li{
  display: block;
  width: 100%;
}

#campaignSection .campItemList > ul > li + li{margin-top: 1rem;}

#campaignSection .campItemList > ul > li > .outer{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#campaignSection .campItemList > ul > li > .outer,
#campaignSection .campItemList > ul > li > a.outer{
  color: #111111;
  text-decoration: none;
  transition: color 0.3s ease;
}

#campaignSection .campItemList > ul > li > .outer > figure{
  display: block;
  width: 12rem;
  height: 12rem;
  overflow: hidden;
  position: relative;
}
#campaignSection .campItemList > ul > li > .outer > figure > img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  left: 0;
  top: 0;
}
#campaignSection .campItemList > ul > li > a.outer > figure > img{
  transition: transform 0.3s ease;
}


#campaignSection .campItemList > ul > li > .outer > dl{
  display: block;
  width: calc(100% - 13rem);
}
#campaignSection .campItemList > ul > li > .outer > dl > dt{
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6;
}
#campaignSection .campItemList > ul > li > .outer > dl > dd{
  display: block;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1.875;
}


/**************************************
campEntryGuide
**************************************/
#campaignSection .campEntryGuide{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 6rem 2rem 0;
  position: relative;
  z-index: 1;
}

#campaignSection .campEntryStep{
  display: block;
  width: 100%;
  margin: 0 auto;
  counter-reset: stepNum 0;
}

#campaignSection .campEntryStep > ol{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 2rem 0;
}

#campaignSection .campEntryStep > ol > li{
  display: block;
  width: 100%;
  min-height: 4.6rem;
  padding-top: 0.4rem;
  padding-left: 4.8rem;
  position: relative;
  font-size: 1.3rem;
  line-height: 2;
  counter-increment: stepNum 1;
}

#campaignSection .campEntryStep > ol > li::before{
  content: counter(stepNum);
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 3.2rem;
  height: 3.2rem;
  background: #111111;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  position: absolute;
  left: 0;
  top: 0;
}

#campaignSection .campEntryStep > ol > li:not(:nth-last-of-type(1))::after{
  content: '';
  display: block;
  width: 1px;
  height: calc(100% - 3rem);
  background: #D0112B;
  position: absolute;
  left: 1.6rem;
  top: 4rem;
}


/**************************************
campTurms
**************************************/
#campaignSection .campTurms{
  display: block;
  width: 100%;
  padding: 3rem 2rem 0;
  position: relative;
  z-index: 1;
}

#campaignSection .campTurms > .outer{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1.6rem;
  border: 1px solid #111111;
}

#campaignSection .campTurms .turmsTTL{
  display: block;
  padding: 0 1.4rem;
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}

#campaignSection .campTurms .turmsTTL + p{
  display: block;
  padding: 0 1.4rem;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 2;
  text-align: left;
}


#campaignSection .campTurms .kiyakuBox{
  display: block;
  width: 100%;
  height: 12rem;
  padding: 0 1.4rem 0 1.4rem;
  overflow-y: auto;
}

#campaignSection .campTurms .kiyakuBox > .inner{
  display: block;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left;
}


/**************************************
entryBtn
**************************************/
#campaignSection .entryBtn{
  display: block;
  margin-top: 4rem;
}

#campaignSection .entryBtn > .agreeCheck{
  text-align: center;
}

#campaignSection .entryBtn > .btnRed{
  display: block;
  width: 100%;
  max-width: 31.2rem;
  margin: 4rem auto 0;
}

#campaignSection .entryBtn > .btnRed > span,
#campaignSection .entryBtn > .btnRed > a,
#campaignSection .entryBtn > .btnRed > button{height: 5.6rem;}


/**************************************
campEndMsg
**************************************/
#campaignSection .campEndMsg{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 3rem 1rem 0;
  font-size: 1.5rem;
  line-height: 2;
  font-weight: 600;
  text-align: center;
  color: #D0112B;
}


/**************************************
input
**************************************/
select{
  height: 4.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 3.4rem 0 1.4rem;
  background: url("../img/common/icon_down_arrow_black.svg") calc(100% - 1.4rem) center no-repeat #F0F0F0;
  background-size: 0.9rem 0.7rem;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  vertical-align: middle;
  line-height: calc(4.8rem - 2px);
  font-size: 16px;
  text-align: left;
  outline: none;
  cursor: pointer;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="email"]{
  display: block;
  width: 100%;
  height: 4.8rem;
  box-sizing: border-box;
  padding: 0 1.4rem 0 1.4rem;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  font-size: 16px;
  line-height: calc(4.8rem - 2px);
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
}

input:read-only{ pointer-events: none;}
input[type="submit"]:read-only{ pointer-events: inherit;}

textarea{
  display: block;
  width: 100%;
  height: 25rem;
  box-sizing: border-box;
  padding: 0.8rem 1.4rem 0 3rem;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  font-size: 16px;
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: 'Noto Sans JP', sans-serif;
}


:placeholder-shown { color: #ACACAC; font-size: 16px;}
::-webkit-input-placeholder { color: #ACACAC; font-size: 16px; box-sizing: border-box;}
:-moz-placeholder { color: #ACACAC; font-size: 16px;}
::-moz-placeholder { color: #ACACAC; font-size: 16px;}
:-ms-input-placeholder { color: #ACACAC; font-size: 16px;}


input[type="radio"],
input[type="checkbox"]{vertical-align: middle;}


input[type="text"].error,
input[type="tel"].error,
input[type="number"].error,
input[type="password"].error,
input[type="email"].error,
select.error,
textarea.error{
  background: #E9A8B1;
  border-color: #D0112B;
}

select.error > option{background: #FFFFFF;}


/* radioBtn ***************************/
label.radioBtn > input{display: none;}
label.radioBtn > span{
  display: block;
  min-height: 1.8rem;
  padding: 0 0 0 2.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #111111;
  position: relative;
  cursor: pointer;
  transition: color 0.2s ease;
}

label.radioBtn > span::before{
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #111111;
  border-radius: 50%;
  background: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 1;
  transition: all 0.2s ease;
}

label.radioBtn > span::after{
  content: '';
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background: #D0112B;
  border-radius: 50%;
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
  z-index: 2;
  opacity: 0;
  transform: scale(0);
  transition: all  0.2s ease;
}



label.radioBtn > input:checked + span{ cursor: inherit;}
label.radioBtn > input:checked + span::before{}
label.radioBtn > input:checked + span::after{
  opacity: 1;
  transform: scale(1);
}


/* checkBox ***************************/

.checkBtn{display: block;}
.checkBtn input{display: none;}

label.checkBtn > span{
  display: inline-block;
  min-height: 1.8rem;
  padding-left: 2.5rem;
  font-size: 1.5rem;
  line-height: 1.4;
  color: #111111;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}

label.checkBtn > span::before{
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 1px solid #111111;
  background: #FFFFFF;
  vertical-align: middle;
  text-align: center;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 1;
  transition: all 0.3s ease;
}


label.checkBtn > span::after{
  content: ' ';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("../img/common/icon_check.svg") center center no-repeat;
  background-size: 60% auto;
  position: absolute;
  top: 0.2rem;
  left: 0;
  z-index: 2;
  opacity: 0;
  transform-origin: center center;
  transition: opacity 0.3s ease;
}

label.checkBtn input:checked + span::after{ opacity: 1;}


/**************************************
campFormTable
**************************************/
.campFormTable{
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 0 2rem 0;
}

.campFormTable > dl{
  display: block;
  padding: 2rem 0;
  border-top: 1px solid rgba(45,45,45,.3);
}
.campFormTable > dl:nth-last-of-type(1){border-bottom: 1px solid rgba(45,45,45,.3);}


.campFormTable > dl > dt{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0 1rem;
  width: 100%;
  padding: 0 0 0 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  line-height: 1.76;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.campFormTable > dl.required > dt::after{
  content: '必須';
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 2rem;
  padding: 0.1rem 1rem 0;
  margin-top: 0.3rem;
  border: 1px solid #D0112B;
  white-space: nowrap;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  color: #D0112B;
}

.campFormTable > dl > dd{
  display: block;
  width: 100%;
}

.campFormTable > dl > dd > .inputArea{
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0 0.8rem;
}
.campFormTable > dl > dd > .inputArea > span{
  font-size: 1.7rem;
  font-weight: 600;
}

.campFormTable > dl > dd > .inputArea > .notes{
  display: block;
  font-size: 1.2rem;
  white-space: nowrap;
}


.campFormTable > dl > dd > .errMsg{
  display: block;
  margin-top: 1.5rem;
  padding: 1rem;
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 600;
  color: #D0112B;
  background: rgba(247,206,206,1.00);
}


.campFormTable > dl > dd > .inputArea > input{
  display: block;
  width: 100%;
  flex-shrink: 1;
}

/* name  */
.campFormTable > dl > dd > .inputArea.name{}


/* name  */
.campFormTable > dl > dd > .inputArea.zip{}
.campFormTable > dl > dd > .inputArea.zip > input{ width: 11.7rem;}

/* addr  */
.campFormTable > dl > dd > .inputArea.addr{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.8rem 0;
}
.campFormTable > dl > dd > .inputArea.addr > select{}
.campFormTable > dl > dd > .inputArea.addr > input{ width: 100%;}

/* tel  */
.campFormTable > dl > dd > .inputArea.tel{flex-wrap: wrap; gap: 0.5rem 0;}
.campFormTable > dl > dd > .inputArea.tel > input{ width: 100%;}

/* radioList  */
.campFormTable > dl > dd > .inputArea.radioList{
  padding-top: 1.2rem;
  gap: 0 1.7rem;
}


/* radioList  */
.campFormTable > dl > dd > .inputArea.checkList{
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 1.2rem 1.2rem;
  padding-top: 1.2rem;
}


/**************************************
entryCompBox
**************************************/
#campaignSection .entryCompBox{
  display: block;
  width: 100%;
  padding: 0 2rem;
  margin: 0 auto;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}


#campaignSection .entryCompBox .btnRed{
  display: block;
  max-width: 20.5rem;
  margin: 4rem auto 0;
}





























