﻿/**************************************
campaignSection
**************************************/
#campaignSection{
	width: 100%;
  padding-bottom: 16rem;
  overflow: hidden;
}

#campaignSection .campTTL{
  display: block;
  margin-bottom: 3.8rem;
  font-size: 3rem;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
#campaignSection .campTTL > span{
  display: block;
  margin-top: 1.2rem;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2;
}

/**************************************
featureLede
**************************************/
#campaignSection .campCatch{
  display: block;
  width: 100%;
  padding: 10.9rem 40px 25.8rem;
  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;
  font-size: 1.5rem;
  line-height: 2;
}

#campaignSection .campCatch > .catchText .catch{
  display: block;
  margin-bottom: 2.4rem;
  font-size: 3.6rem;
  line-height: 1.8;
  font-weight: 700;
}

#campaignSection .campCatch > .catchText .catch > span{
  padding: 0.5rem 5rem;
  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: 2.2rem;
  font-weight: 600;
}
#campaignSection .campCatch > .catchText dl.limitTime > dd{
  font-size: 2.7rem;
  font-weight: 700;
}


/**************************************
outLine
**************************************/
#campaignSection .outLine{
  display: block;
  width: 100%;
  padding: 0 40px;
  margin: -17.5rem auto 0;
  position: relative;
  z-index: 2;
}

#campaignSection .outLine > .inner{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  background: #FFFFFF;
}

#campaignSection .outLine > .inner > .text{
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: center;
  width: calc(100% - 38.4rem);
  padding: 4rem 8rem;
  font-size: 1.5rem;
  line-height: 2;
}

#campaignSection .outLine > .inner > .text > .outlineTTL{
  display: block;
  margin-bottom: 3.2rem;
  font-size: 2.2rem;
  line-height: 1.8;
}

#campaignSection .outLine > .inner > figure{
  display: block;
  width: 38.4rem;
  min-height: 38.4rem;
  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%;
  max-width: 1160px;
  margin: 8rem auto 0;
  padding-top: 9.4rem;
  position: relative;
  z-index: 1;
}
#campaignSection .campItems::before{
  content: '';
  display: block;
  width: 64.5rem;
  height: 27.5rem;
  background: url("../img/common/img_logo_mark_red.svg") center center no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: -32rem;
  top: 0;
  z-index: -1;
}

#campaignSection .campItemList{
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
#campaignSection .campItemList > ul{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 4.2rem;
}

#campaignSection .campItemList > ul > li{
  display: block;
  width: calc((100% - 8.4rem) / 3);
}

#campaignSection .campItemList > ul > li > .outer{
  display: block;
  width: 100%;
  height: 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 > a.outer:hover{color: #D0112B;}

#campaignSection .campItemList > ul > li > .outer > figure{
  display: block;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 2.4rem;
  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 > a.outer:hover > figure > img{
  transform: scale(1.04);
}

#campaignSection .campItemList > ul > li > .outer > dl{
  display: block;
}
#campaignSection .campItemList > ul > li > .outer > dl > dt{
  display: block;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
}
#campaignSection .campItemList > ul > li > .outer > dl > dd{
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.875;
}


/**************************************
campEntryGuide
**************************************/
#campaignSection .campEntryGuide{
  display: block;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 16rem 40px 0;
  position: relative;
  z-index: 1;
}

#campaignSection .campEntryStep{
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  counter-reset: stepNum 0;
}

#campaignSection .campEntryStep > ol{
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0 4.2rem;
}

#campaignSection .campEntryStep > ol > li{
  display: block;
  width: calc((100% - 8.4rem) / 3);
  padding-left: 4.8rem;
  position: relative;
  font-size: 1.5rem;
  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: 2.3rem;
  height: 1px;
  background: #D0112B;
  position: absolute;
  right: -3.25rem;
  top: 1.5rem;
}


/**************************************
campTurms
**************************************/
#campaignSection .campTurms{
  display: block;
  width: 100%;
  padding: 16rem 40px 0;
  padding-top: 16rem;
  position: relative;
  z-index: 1;
}

#campaignSection .campTurms > .outer{
  display: block;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 4.8rem 1.6rem;
  border: 1px solid #111111;
}

#campaignSection .campTurms .turmsTTL{
  display: block;
  padding: 0 3.2rem;
  margin-bottom: 1.8rem;
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
}

#campaignSection .campTurms .turmsTTL + p{
  display: block;
  padding: 0 3.2rem;
  margin-bottom: 3rem;
  font-size: 1.5rem;
  line-height: 2;
  text-align: center;
}


#campaignSection .campTurms .kiyakuBox{
  display: block;
  width: 100%;
  height: 12rem;
  padding: 0 3.2rem 0 3.2rem;
  overflow-y: auto;
}

#campaignSection .campTurms .kiyakuBox > .inner{
  display: block;
  font-size: 1.2rem;
  line-height: 2.25;
  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%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 10rem 40px 0;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 600;
  text-align: center;
  color: #D0112B;
}


/**************************************
input
**************************************/
select{
  height: 4.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0 4.4rem 0 2.4rem;
  background: url("../img/common/icon_down_arrow_black.svg") calc(100% - 2.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: 1.4rem;
  text-align: left;
  outline: none;
  cursor: pointer;
}

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 2.4rem 0 2.4rem;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  font-size: 1.4rem;
  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;
}

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 2.4rem 0 3rem;
  background: #FFFFFF;
  border: 1px solid #F0F0F0;
  border-radius: 2px;
  font-size: 1.4rem;
  line-height: 1.6;
  vertical-align: middle;
  text-align: left;
  cursor: pointer;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


:placeholder-shown { color: #ACACAC; font-size: 1.4rem;}
::-webkit-input-placeholder { color: #ACACAC; font-size: 1.4rem;}
:-moz-placeholder { color: #ACACAC; font-size: 1.4rem;}
::-moz-placeholder { color: #ACACAC; font-size: 1.4rem;}
:-ms-input-placeholder { color: #ACACAC; font-size: 1.4rem;}


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.7rem;
  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:not(:checked) + span:hover{color: #D0112B;}
label.radioBtn > input:not(:checked) + span:hover::before{border-color: #D0112B;}

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.7rem;
  line-height: 1.4;
  color: #111111;
  position: relative;
  cursor: pointer;
  transition: color 0.3s ease;
}
label.checkBtn > span:hover{color: #D0112B;}

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:hover::before{border-color: #D0112B;}

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%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 40px 0;
}

.campFormTable > dl{
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 4rem 0;
  border-top: 1px solid #111111;
}
.campFormTable > dl:nth-last-of-type(1){border-bottom: 1px solid #111111;}


.campFormTable > dl > dt{
  display: block;
  width: 36rem;
  padding: 0.9rem 5rem 0.9rem 4.7rem;
  font-size: 1.7rem;
  line-height: 1.76;
  font-weight: 600;
  text-align: left;
  position: relative;
}
.campFormTable > dl.required > dt::before{
  content: '必須';
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  width: 3.4rem;
  height: 2rem;
  border: 1px solid #D0112B;
  font-size: 1.1rem;
  line-height: 1;
  font-weight: 600;
  color: #D0112B;
  position: absolute;
  left: 0;
  top: 1.3rem;
}

.campFormTable > dl > dd{
  display: block;
  width: calc(100% - 36rem);
}

.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.3rem;
  padding-left: 0.8rem;
  white-space: nowrap;
}


.campFormTable > dl > dd > .errMsg{
  display: block;
  margin-top: 1.5rem;
  padding: 1rem;
  font-size: 1.3rem;
  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{}
.campFormTable > dl > dd > .inputArea.addr > select{ width: 14.7rem;}
.campFormTable > dl > dd > .inputArea.addr > input{ width: calc(100% - 14.7rem - 0.8rem);}

/* tel  */
.campFormTable > dl > dd > .inputArea.tel{}
.campFormTable > dl > dd > .inputArea.tel > input{ width: 32rem;}

/* 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%;
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}


#campaignSection .entryCompBox .btnRed{
  display: block;
  max-width: 20.5rem;
  margin: 6rem auto 0;
}





























