
#cduWrap{
  background: #fff;
  position: relative;
  overflow: visible;
  z-index: 2;
  max-width: 100%;
}
#cduWrap::before{
  position: absolute;
  content:'';
  background: #fff;
  width: calc(100vw - 1.05vw);
  height: 100%;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: -1;
}

#cduFooter{
  background: #fff url(/bc/images/common/bg_footer.gif) repeat-x left top !important;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,main,section,footer {
  display: block
}

img {
  vertical-align: bottom;
}

a img {
  border: 0
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset,img {
  border: 0
}
.pb24-header-menu {
  z-index: 1001;
}
.pb24-footer-nav {
  position: relative;
  z-index: 1000;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
  font-weight: normal
}

ol,ul {
  list-style: none
}

caption,th {
  text-align: left
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
  font-weight: normal
}

q:before,q:after {
  content: ''
}

abbr,acronym {
  border: 0
}

#pbHeader .pbH-btn ul li:nth-of-type(2),
#pbHeader .pbH-btn ul li:nth-of-type(3){
  display: none;
}
div:after, .clearfix:after {
  display: none;
}


.sp {
  display:none
}
.pc {
  display:block
}
@media screen and (max-width: 1140px) {
  .sp {
      display:block !important
  }
  .pc {
      display:none !important
  }
}

/*======================
common
======================*/
#cduPanNavi {
  margin: 0 auto;
  padding-left: 25px;
  /* max-width: 1505px; */
  width: 100%;
  background: #fff;
}
#cduPanNavi a, .cduPanNavi a {
  text-decoration: underline;
}
#cduPanNavi, #cduPanNavi a, #cduPanNavi a:visited {
  color: #666;
}

.contents-inner .dis_sp {display: none;}
.contents-inner .dis_pc {display: block;}
@media screen and (max-width: 1140px) {
  .contents-inner .dis_pc {display: none;}
.contents-inner .dis_sp {display: block;}
}

/*======================
???w???i
======================*/
#pbjcbcard_top {
  overflow-x: hidden;
  overflow-y: hidden;
  background-color: transparent;
  color: #524934;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  position: relative;
  @media (max-width: 1140px) {
      font-size: 14px;
  }
  @media (max-width: 440px) {
      font-size: 12px;
  }
}

#pbjcbcard_top p,
#pbjcbcard_top p span,
#pbjcbcard_top a,
#pbjcbcard_top li{
  font-family: "Noto Serif JP", serif;
}

#pbjcbcard_top a{
  transition: .3s;
}

#pbjcbcard_top a:hover{
  opacity: 0.7;
}

#pbjcbcard_top::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: -1;  
}

#pbjcbcard_top .contents-header img{
  max-width: 470px;
  width: 100%;
}

#pbjcbcard_top a:hover{
  text-decoration: none;
}

#pbjcbcard_top ._box{
  display: flex;
  align-items: center;
  gap: 2%;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top ._box{
      display: block;
  }
}

/*======================
???????????w???b???_???[
======================*/

#pbjcbcard_top .contents-header{
  position: relative;
  margin-bottom: 100px;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header{
      margin-bottom: 10%;
  }
}

#pbjcbcard_top:before{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('../net-s_jcb_card/contents-header-bg.jpg') top left /cover no-repeat;
z-index: -1;
}

#pbjcbcard_top .contents-header .block-inner{
  width: 1280px;
  margin: 0 auto;
  padding: 7rem 2% 0;
}

@media (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner{
      width: 95%;
  }
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner{
      width: 100%;
      padding: 10% 0 0;
  }
}

#pbjcbcard_top .contents-header .block-inner h2{
  font-size: 3rem;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner h2{
      text-align: center;
      margin: 0 auto;
  }
}

#pbjcbcard_top .contents-header .block-inner ._texts p{
  font-size: 2.4rem;
  line-height: 1.5em;
  @media (max-width: 1140px) {
      font-size: 4vw;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner h2{
      font-size: 2.8em;
  }

  #pbjcbcard_top .contents-header .block-inner ._texts p{
      font-size: 1.6em;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area01{
  margin-bottom: 5rem;
  @media (max-width: 1140px) {
      margin-bottom: 3rem;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area01 ._left{
  width: 70%;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area01{
      text-align: center;
  }

  #pbjcbcard_top .contents-header .block-inner ._area01 ._left{
      width: 100%;
      margin-bottom: 5%;
  }
  
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area01{
      margin-bottom: 10%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area01 ._left h2{
  margin-bottom: 1rem;
  margin-top: -0.4em;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area01 ._left h2{
      margin-bottom: 8%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area01 ._texts p span{
  font-size: 3.4rem;
  font-weight: 900;
  margin: 0 0.25em;
  @media (max-width: 1140px) {
      font-size: 5.5vw;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area01 ._texts p:last-child{
  font-size: 1.15rem;
  margin-top: 1rem;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area01 ._texts p span{
      font-size: 1.6em;
  }

  #pbjcbcard_top .contents-header .block-inner ._area01 ._texts p:last-child{
      font-size: 1.1em;
      padding: 0 2%;
  }

  #pbjcbcard_top .contents-header .block-inner ._area01 ._right ._images{
      margin: 0 3%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area02{
  display: flex;
  margin-bottom: 5rem;
  @media (max-width: 1140px) {
      margin-bottom: 3rem;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area02{
      margin-bottom: 6%;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area02{
      margin-bottom: 10%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area02 ._texts{
  margin: 0 auto;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area02 ._texts{
      padding: 0 2%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area02 ._texts p{
  font-size: 1.9rem;
  line-height: 1.75em;
  text-align: center;
  @media (max-width: 1140px) {
      font-size: 3vw;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area02 ._texts p{
      font-size: 1.4em;
      padding: 0 4%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area03 ._texts:first-child{
  margin-bottom: 80px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 ._texts:first-child{
      margin-bottom: 10%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area03 ._texts p{
  text-align: center;
  line-height: 1.75em;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 ._texts p{
      padding: 0 2%;
  }
  
}

#pbjcbcard_top .contents-header .block-inner ._area03 ._texts p span{
  font-size: 3.4rem;
  font-weight: 600;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 ._texts p span{
      font-size: 1.6em;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area03 ul{
  border: 2px solid #FFEEC4;
  padding: 40px;
  background: #A58837;
  background: radial-gradient(circle,rgba(165, 136, 55, 1) 33%, rgba(83, 65, 16, 1) 100%);
  justify-content: center;
  gap: 0 2%;
  @media (max-width: 440px) {
      gap: 0;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 ul{
      padding: 4%;
  }
}


#pbjcbcard_top .contents-header .block-inner ._area03 li{
  align-items: center;
  width: 25%;
  font-size: 1rem;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 ul{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 2%;
      @media (max-width: 440px) {
          padding: 0;
          justify-content: center;
      }
  }

  #pbjcbcard_top .contents-header .block-inner ._area03 li{
      display: flex;
      width: 45%;
      margin: 0 auto;
      @media (max-width: 440px) {
          width: 45%;
      }
  }

  #pbjcbcard_top .contents-header .block-inner ._area03 li:first-child,
  #pbjcbcard_top .contents-header .block-inner ._area03 li:nth-child(2){
      margin-bottom: 3%;
      @media (max-width: 440px) {
          margin: 0;
      }
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 li{
      display: block;
      width: 48%;
      margin: 0;
      @media (max-width: 440px) {
          width: 45%;
          padding: 5% 2%;
          margin: 0;
      }
  }

#pbjcbcard_top .contents-header .block-inner ._area03 li:nth-child(2n){
  margin-left: 2%;
  @media (max-width: 440px) {
      margin-left: 0
  }
  }

}

#pbjcbcard_top .contents-header .block-inner ._area03 li:last-child{
  margin-right: 0;
}

#pbjcbcard_top .contents-header .block-inner ._area03 li ._images img{
  width: 80%;
}

#pbjcbcard_top .contents-header .block-inner ._area03 li ._texts{
  margin-left: -20px;
}

#pbjcbcard_top .contents-header .block-inner ._area03 li ._texts p{
  font-size: 1rem;
  color:#fff;
  filter: drop-shadow(1px 1px 0 #00000084);
  @media (max-width: 1280px) {
      font-size: 1.1rem;
  }
}

@media (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 li ._images{
      width: 48%;
  }

  #pbjcbcard_top .contents-header .block-inner ._area03 li ._texts{
      margin-left: -10px;
  }
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 li ._images{
      width: 50%;
      @media (max-width: 1140px) {
          width: 35%;
      }
  }
  
  #pbjcbcard_top .contents-header .block-inner ._area03 li ._texts{
      width: 50%;
      @media (max-width: 1140px) {
          width: 65%;
      }
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 li ._images{
      width: 60%;
      height: 60%;
      align-items: center;
      display: flex;
      margin: 0 auto;
      @media (max-width: 440px) {
          aspect-ratio: 1;
          margin-bottom: 1rem;
      }
  }

  #pbjcbcard_top .contents-header .block-inner ._area03 li ._images img{
      width: 100%;
  }
  
  #pbjcbcard_top .contents-header .block-inner ._area03 li ._texts{
      width: 100%;
      margin-left: 0;
      margin-bottom: 20%;
      @media (max-width: 440px) {
          margin-bottom: 0;
      }
  }

  #pbjcbcard_top .contents-header .block-inner ._area03 li ._texts p{
      font-size: 3.5vw;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area03 ._texts02 p{
  font-size: 3.4rem;
  margin-top: 8rem;
  font-weight: 700;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 ._texts02 p{
      font-size: 4em;
      @media (max-width: 1140px) {
          font-size: 5vw;
          margin-top: 5rem;
      }
      @media (max-width: 440px) {
          margin-top: 3rem;
      }
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area03 ._texts02 p{
      font-size: 1.6em;
      @media (max-width: 440px) {  
          font-size: 5vw;
      }
  }
}

#pbjcbcard_top .contents-header .block-inner ._area04 ._box {
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 0 3%;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area04 ._box {
      display: flex;
      padding: 0 2%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area04 ._box li{
  width: 43%;
  margin-bottom: 3%;
  text-align: center;
  @media (max-width: 1140px) {
      width: 48%;
      margin-top: 0;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area04 ._box li:nth-child(2n){
  margin-right: 0;
}

#pbjcbcard_top .contents-header .block-inner ._area04 ._box li a{
  display: block;
  background: #E24A3F;
  background: linear-gradient(0deg,rgba(127, 37, 30, 1) 0%, rgba(226, 74, 63, 1) 100%);
  border-radius: 100px;
  padding: 4% 0;
  font-size: 1.4rem;
  line-height: 1.4;
  border: 1px solid #FFF6D8;
  filter: drop-shadow(3px 3px 5px #00000057);
  text-decoration: unset;
  color: #fff;
  font-weight: 400;
  height: 3em;
  display: flex;
  align-items: center;
  justify-content: center;
  @media (max-width: 440px) {
      padding: 3% 0;
  }
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-header .block-inner ._area04 ._box li a{
      font-size: 1.9em;
  @media (max-width: 1140px) {
      font-size: 2.1vw;
  }
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-header .block-inner ._area04 ._box {
      margin: 10% 2%;
      @media (max-width: 440px) {
          margin: 1rem 2%;
      }
  }

  #pbjcbcard_top .contents-header .block-inner ._area04 ._box li{
      width: 100%;
      margin-right: 0;
      margin-bottom: 6%;
  }

  #pbjcbcard_top .contents-header .block-inner ._area04 ._box li a{
      font-size: 1.6em;
      @media (max-width: 440px) {
          font-size: 4vw;
      }
  }
}

/*======================
???R?????????e?????????c
======================*/

#pbjcbcard_top .contents-container{
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  padding: 0 2%;
  position: relative;
}

#pbjcbcard_top .contents-container h3 p{
  font-size: 56px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 0.5em;
  font-weight: 700;
}
#pbjcbcard_top .contents-container h3 p::after{
  position: absolute;
  content: "";
  bottom: 0.25em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 3px;
  width: 2em;
  background-color: #524934;
  @media (max-width: 440px) {  
      height: 2px;
  }
}
#pbjcbcard_top .contents-container .section__main{
  z-index: 100;
  position: relative;
}
@media (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__main{
      width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container{
      width: 100%;
      padding: 0;
  }

  #pbjcbcard_top .contents-container h3 p{
      font-size: 4em;
      @media (max-width: 1140px) {
          font-size: 5vw;
          margin-bottom: 2rem;
      }
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container h3 p{
      font-size: 1.6em;
      margin: 0 2%;
      @media (max-width: 440px) {  
          font-size: 6vw;
          margin: 0 2% 1rem;
      }
  }
}


#pbjcbcard_top .contents-container .section__main ._box{
  margin: 0 auto;
}

#pbjcbcard_top .contents-container .section__main ._box p{
  font-size: 26px;
}

#pbjcbcard_top .contents-container .section__main ._box ._left{
  margin-right: 50px;
}

@media (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__main ._box ._left{
      margin-right: 30px;
  }
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__main ._box ._left{
      margin-right: 0;
  }

  #pbjcbcard_top .contents-container .section__main ._box ._left ._texts p{
      text-align: center;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__main ._box ._left ._texts p{
      margin-bottom: 0;
  }
}

#pbjcbcard_top .contents-container .section__main ._box ._left p span{
  font-size: 52px;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__main ._box ._left p span{
      font-size: 1.4em;
  }
}

#pbjcbcard_top .contents-container .section__main ._box ._right{
  align-content: center;
}

#pbjcbcard_top .contents-container .section__main ._box ._right ._texts{
  border: 1px solid #fff;
  padding: 10px 0px 10px 20px;
}

#pbjcbcard_top .contents-container .section__main ._box ._right img{
  width: 5%;
  height: 5%;
  margin: 9px 4px 0 -9px;
}

#pbjcbcard_top .contents-container .section__main ._big-texts{
  justify-content: center;
  padding: 0 1%;
}

#pbjcbcard_top .contents-container .section__main ._big-texts p:first-child{
  font-size: 140px;
}

#pbjcbcard_top .contents-container .section__main ._big-texts p:last-child{
  font-size: 86px;
  align-content: center;
}

@media (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__main ._big-texts p:last-child{
      margin-right: 24px;
  }
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__main ._big-texts._box{
      display: flex;
      justify-content:center;
  }

  #pbjcbcard_top .contents-container .section__main ._big-texts p:first-child{
      font-size: 5em;
      margin-right: 0;
  }
  
  #pbjcbcard_top .contents-container .section__main ._big-texts p:last-child{
      font-size: 4em;
  }

  #pbjcbcard_top .contents-container .section__main ._right{
      border: 1px solid #fff;
      margin: 0 2%;
      margin-bottom: 5%;
  }

  #pbjcbcard_top .contents-container .section__main ._right ._box{
      display: flex;
      padding: 2%;
      justify-content: center;
  }

  #pbjcbcard_top .contents-container .section__main ._right ._box img{
      width: 30px;
      height: 30px;
      margin-top: 1%;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__main ._big-texts{
      margin-bottom: 5%;
  }

  #pbjcbcard_top .contents-container .section__main ._big-texts._box{
      display: block;
      text-align: center;
  }

  #pbjcbcard_top .contents-container .section__main ._big-texts p:last-child{
      margin-right: 0;
  }

  #pbjcbcard_top .contents-container .section__main ._big-texts p:first-child{
      font-size: 6em;
      margin-bottom: 0;
  }

  #pbjcbcard_top .contents-container .section__main ._right{
      margin-bottom: 15%;
  }

  #pbjcbcard_top .contents-container .section__main ._right ._box{
      margin: 0;
      padding: 2% 3%;
  }

  #pbjcbcard_top .contents-container .section__main ._box p {
      font-size: 1.3em;
    }

  #pbjcbcard_top .contents-container .section__main ._right ._box img{
      width: 20px;
      height: 20px;
      margin-top: 1%;
      margin-right: 2%;
  }
}
#Annotation {
text-align: center;
display: block;
}
#Annotation p{
  text-align: left;
  font-size: 18px;
  margin-bottom: 80px;
  display: inline-block;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__main > ._texts p{
      font-size: 1.2em;
      padding: 0 5%;
      margin-bottom: 10%;
  }
}
@media screen and (min-width:429px) {
  #pbjcbcard_top .contents-container .section__main > ._texts p{
      font-size: 2.2em;
      padding: 0 5%;
      margin-bottom: 10%;
  }
}

#pbjcbcard_top .contents-container ._btn a{
  display: block;
  text-align: center;
  color: #fff;
  border-radius: 116px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container ._btn a{
      margin: 0 auto 10%;
      @media (max-width: 1140px) {
          margin: 0 auto 0;
      }
  }
}

#pbjcbcard_top .contents-container ._btn._detail-btn a{
  position: relative;
  background: #000;
  width: 587px;
  height: 107px;
  padding-top: 44px;
}

#pbjcbcard_top .contents-container .detail-area ._btn._detail-btn a{
  background: #18384a;
}
#pbjcbcard_top .contents-container ._btn._appl-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  transition: position 0.3s ease;
  width: 65vw;
  z-index: 10;
  @media (max-width: 1140px) {
      width: 76vw;
  }
}
#pbjcbcard_top .contents-container ._btn._appl-btn.fixed-bottom{
  @media (max-width: 440px) {
      margin-left: -7vw;
  }
}
#pbjcbcard_top .contents-container ._btn._appl-btn a{
  background: #E24A3F;
  background: linear-gradient(0deg, rgba(127, 37, 30, 1) 0%, rgba(226, 74, 63, 1) 100%);
  border: #FFF6D8 solid 2px;
  height: 3em;
  max-height: 100px;
  font-size: 2vw;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  filter: drop-shadow(3px 3px 5px #00000057);
  padding: 0 2em;
  @media (min-width: 1500px) {
      font-size: 35px;
  }
  @media (max-width: 1140px) {
      font-size: 3vw;
  }
  @media (max-width: 440px) {
      font-size: 4vw;
  }
}

.fixed-bottom {
position: fixed;
bottom: 3vh;
left: 0;
right: 0;
z-index: 10;
}
._appl-btnTxt{
  font-size: 1.2rem;
  margin-top: 3rem;
  margin-bottom: 10%;
  text-align: center;
  @media (max-width: 440px) {  
      width: 90%;
      margin: 0 auto 5rem;
      font-size: 3.25vw;
  }
}


#pbjcbcard_top .contents-container .section__detail{
  position: relative;
  padding: 0 0 2%;
}

@media (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail{
      width: 96%;
      margin: 0 auto;
  }
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail{
      margin: 0 auto;
  }
}

#pbjcbcard_top .contents-container .section__detail:before{
  content: "";
  background: #A69055;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container ._btn._appl-btn a{
      width: 96%;
  }
}


#pbjcbcard_top .contents-container .section__detail .detail-area{
  width: 90%;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area{
      width: 100%;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area h3{
  border: 1px solid #fff;
  margin: 0 0 70px;
  padding: 30px;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area h3{
      margin: 0 2% 70px;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area h3{
      margin: 0 2% 6%;
      padding: 6% 0;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area h3 p{
  margin-bottom: 0;
}

#pbjcbcard_top .contents-container .section__detail .detail-area h4 p{
  text-align: center;
  font-size: 38px;
  margin-bottom: 30px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area h4 p{
      font-size: 1.9em;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area ._texts a{
  color: #fff;
  text-decoration: underline;
}

#pbjcbcard_top .contents-container .section__detail .detail-area ._texts p{
  font-size: 23px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area ._texts p{
      font-size: 1.3em !important;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area ._texts ._attn li{
  position: relative;
  padding-left: 28px;
  font-size: 23px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area ._texts ._attn li:before{
  content: "??????";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area ._texts ._attn li{
      padding-left: 18px;
      font-size: 1.2em;
  }
  
}

#pbjcbcard_top .contents-container .section__detail .detail-area ._row-body{
  padding: 0 60px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area01 ._box{
  justify-content: space-between;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area01 ._box{
      display: flex;
      justify-content: space-between;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area ._row-body{
      padding: 0 4%;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area01 ._box ._left{
  width: 75%;
  margin-right: 30px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area01 ._box ._left ._texts p{
  margin-bottom: 40px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area01 ._texts ._attn{
  margin: 40px 0;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area02 ._texts p{
  font-size: 38px;
  text-align: center;
  padding: 0 2%;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area03 h3 p:last-child{
  font-size: 18px;
} 

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area03 h3 p:last-child{
      font-size: 1.2em;
  } 
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area03 ._texts {
  text-align: center;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area03 ._texts p{
  font-size: 38px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area03 ._texts a{
  font-size: 38px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area03 ._texts a{
      font-size: 1.4em;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left {
  width: 45%;
  align-content: center;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left {
      width: 85%;
      margin: 0 auto;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left ._box{
  flex-wrap: wrap;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left ._box li{
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  background: #fff;
  width: 210px;
  height: 210px;
  border-radius: 5px;
  text-align: center;
  align-content: center;
  overflow: hidden;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left ._box li:nth-child(2n){
  margin-right: 0;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left ._box{
      display: flex;
  }

  #pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left ._box li{
      width: 15vw;
      height: 15vw;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._left ._box li{
      width: 25vw;
      height: 25vw;
      padding: 10px;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right {
  width: 55%;
  color: #000;
  font-size: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right {
      width: 100%;
      font-size: 1.5em;
      padding-left: 0;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right p:first-child{
  margin-bottom: 30px;
  font-weight: bold;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right ._check{
  margin-bottom: 30px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right ._check li{
  position: relative;
  padding-left: 20px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right ._check li:before{
  content: "";
  background: url(../net-s_jcb_card/check.png)no-repeat top center;
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 7px;
  left: 0;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right ._attn li{
  position: relative;
  font-size: 16px;
  padding-left: 18px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right ._attn li{
      font-size: 0.8em;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right ._attn li:before{
  content: "??????";
  position: absolute;
  top: 0;
  left: 0;

}

#pbjcbcard_top .contents-container .section__detail .detail-area._area04 ._right ._attn li a{
  color: #000;
  text-decoration: underline;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area05{
  margin-bottom: 0;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts,
  #pbjcbcard_top .contents-container .section__detail .detail-area._area07 ._texts{
      margin: 0 4%;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc01,
#pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc02{
  margin-bottom: 30px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc01 p,
#pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc02 p,
#pbjcbcard_top .contents-container .section__detail .detail-area._area07 ._texts .desc01 p{
  position: relative;
  padding-left: 30px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc01 p:before,
#pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc02 p:before,
#pbjcbcard_top .contents-container .section__detail .detail-area._area07 ._texts .desc01 p:before{
  content: "??????";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc01 p,
  #pbjcbcard_top .contents-container .section__detail .detail-area._area06 ._texts .desc02 p,
  #pbjcbcard_top .contents-container .section__detail .detail-area._area07 ._texts .desc01 p{
      padding-left: 23px;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area07 ._images{
  text-align: right;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area07 ._images{
      margin-right: 2%;
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area07 ._images{
      text-align: center;
      margin: 7% 5% 0;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area08 ._texts p,
#pbjcbcard_top .contents-container .section__detail .detail-area._area09 ._texts p,
#pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._texts p{
  text-align: center;
  font-size: 32px;
  margin-bottom: 50px;
  line-height: 2.2;
  padding: 0 2%;
} 

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._texts p{
      margin: 0 2% 50px;
  } 
}

#pbjcbcard_top .contents-container .section__detail .detail-area ._desc{
  background: #fff;
  margin-bottom: 50px;
  text-align: center;
  padding: 30px;
}

#pbjcbcard_top .contents-container .section__detail .detail-area ._desc p{
  font-size: 32px;
  color: #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area ._desc p{
      font-size: 1.7em;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._desc ._box{
  flex-wrap: wrap;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._desc ._box li{
  width: 32%;
  margin-bottom: 20px;
  margin-right: 2%;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._desc ._box li:nth-child(3n){
  margin-right: 0;
}

@media screen and (max-width: 1140px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area09 ._desc,
  #pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._desc{
      margin: 0 2% 5%;
  }

  #pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._desc ._box{
      display: flex;
     
  }
}

@media screen and (max-width: 440px) {
  #pbjcbcard_top .contents-container .section__detail .detail-area._area09 ._desc,
  #pbjcbcard_top .contents-container .section__detail .detail-area._area10 ._desc{
      margin: 0 2% 10%;
      padding: 30px 4%;
  }
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area11{
  text-align: center;
  
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area11 a{
  margin: 0 2%;
}

#pbjcbcard_top .contents-container .section__detail .detail-area._area09 ._images img{
  max-width: 100%;
}


/*HTML??????????????A*/
#pbjcbcard_top .contents-header .block-inner ._area04 ._box{
  justify-content: center;
}
.pb24-footer {
  background: #fff;
}
#pbjcbcard_top ._area12 ._box {
  flex-wrap: wrap;
  margin-top: 3rem;
  display: flex;
  gap: 3%;
  justify-content: flex-start;
}
@media screen and (max-width: 1140px) {
  #pbjcbcard_top ._area12 ._box {
      margin: 3rem 10%;
      @media (max-width: 440px) { 
          margin: 1rem 5%;
      }
  }
}
#pbjcbcard_top ._area12 ._box li {
  width: 48%;
  margin-bottom: 3%;
  text-align: center;
}
@media screen and (max-width: 1140px) {
  #pbjcbcard_top ._area12 ._box li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem;
      @media (max-width: 440px) { 
          margin-bottom: 1rem;
      }
  }
}
#pbjcbcard_top ._area12 ._box li a {
  display: block;
  color: #EAEAEA;
  background-image: linear-gradient(0deg, #585858, #808080);
  border-radius: 100px;
  padding: 4% 0;
  font-size: 1.3rem;
  line-height: 1.4;
  border: 1px solid #fff;
  text-decoration: none;
}
@media screen and (max-width: 1140px) {
  #pbjcbcard_top ._area12 ._box li a{
      font-size: 1.5em;
      padding: 0.75em 0;
      @media (max-width: 440px) { 
          font-size: 3.5vw;
      }
  }
}
#pbjcbcard_top .contents-container .section__main ._box p span {
      font-size: 52px;
}
#pbjcbcard_top .contents-container .section__main ._box ._left {
  margin-right: 30px;
}
  
#pbjcbcard_top .contents-header .block-inner ._area04 ._box li:nth-of-type(5) a {
  background-image: linear-gradient(0deg, #585858, #808080);
}

#pbjcbcard_top .contents-container .section__main ._box ._left p {
  font-size: 22px;
}

#pbjcbcard_top .contents-container .section__main ._big-texts p:last-child,
#pbjcbcard_top .contents-container .section__main ._big-texts p:first-child {
  font-size: 78px;
}

#pbjcbcard_top .contents-container .section__main ._box._lead {
  margin-top: 60px;
  display: block;
}

#pbjcbcard_top .contents-container .section__main ._box._lead p{
  text-align: center;
}

#pbjcbcard_top .contents-container .section__main ._box._lead p span {
  font-size: 39px;
}

#pbjcbcard_top .contents-container .section__main ._big-texts {
  margin-bottom: 60px;
}

#pbjcbcard_top .contents-container ._btn._appl-btn._double a {
  padding-top: 30px;
  padding-bottom: 30px;
  height: inherit;
}
#pbjcbcard_top .contents-header .block-inner ._area05 ._box {
  flex-wrap: wrap;
  margin-top: 1rem;
  justify-content: center;
  @media (max-width: 1140px) {
      display: flex;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area05 ._box li {
  margin-bottom: 3%;
  text-align: center;
  width: 40%;
  @media (max-width: 440px) {
      width: 90%;
  }
}

#pbjcbcard_top .contents-header .block-inner ._area05 ._box li a {
  display: block;
  color: #EAEAEA;
  background-image: linear-gradient(0deg, #585858, #808080);
  border-radius: 100px;
  padding: 7% 0;
  font-size: 1.3rem;
  line-height: 1.4;
  border: 1px solid #fff;
  text-decoration: none;
  filter: drop-shadow(3px 3px 5px #00000057);
  @media (max-width: 1140px) {
      font-size: 2.1vw;
  }
  @media (max-width: 440px) {
      font-size: 4vw;
      padding: 5% 0;
  }
}


/*CDU20250815*/

#pbjcbcard_top > div.contents-header > div > div._area01._box > div._left > h2 > p{
  font-size: 4.7rem;
  font-weight: 900;
  background: linear-gradient(90deg, #503E0F, #C89E2B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 2px;
  filter: drop-shadow(2px 2px 1px #EDECCF);
  line-height: 1.2em;
  @media (max-width: 1140px) {
      font-size: 7vw;
  }
}
#pbjcbcard_top a,
#pbjcbcard_top a:link,
#pbjcbcard_top  a:visited {
  color: unset;
  text-decoration: underline;
}
#pbjcbcard_top .contents-header .block-inner ._texts p.small{
  font-size: 2rem;
  @media (max-width: 440px) {
      font-size: 4vw;
  }
}


/*???|???C?????????g????f??????????????i?????????j*/
p.howto{
  font-size: 2.5rem;
  text-align: center;
  @media (max-width: 1140px) {
      font-size: 3.2vw;
  }
}
p.howto span{
  font-size: 3.5rem;
  font-weight: 900;
  color: #B13F37;
  margin: 0 0.25em;
  @media (max-width: 1140px) {
      font-size: 4.5vw;
  }
}
.okidokiPoint{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  /* margin: 2rem 0 6rem; */
  margin: 2rem auto;
  @media (max-width: 440px) {  
      gap: 0.5rem;
      /* margin: 1rem 0 3rem; */
      margin: 1rem 0 2rem;
  }
}
.okidokiPoint_l{
  border: #524934 5px solid;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0.1em 0 0.3em;
  width: 10em;
  text-align: center;
  @media (max-width: 1140px) {
      font-size: 3.5vw;
  }
  @media (max-width: 440px) {  
      border: #524934 2px solid;
  }
}
.okidokiPoint_l span{
  font-size: 1.6rem;
  font-weight: 400;
  margin-right: 0.25em;
  @media (max-width: 1140px) {
      font-size: 3vw;
  }
}
.okidokiPoint_r{
  border: #B13F37 5px solid;
  background: #B13F37;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 600;
  padding: 0.1em 0 0.3em;
  width: 10em;
  text-align: center;
  @media (max-width: 1140px) {
      font-size: 3.5vw;
  }
  @media (max-width: 440px) {  
      border: #B13F37 2px solid;
  }
}
.okidokiPoint_r span{
  font-size: 1.7rem;
  font-weight: 400;
  margin-right: 0.25em;
  @media (max-width: 1140px) {
      font-size: 3vw;
  }
}
.okidokiPoint_c img{
  @media (max-width: 1140px) {
      height: 6vw;
  }
}

.okidokiPoint + ._appl-btnTxt {
  margin-bottom: 5rem;
  @media (max-width: 440px) {
      font-size: 3vw;
      margin: 0 auto 3rem;
  }

}


.accordion {
width: 96%;
border: 3px solid #fff;
background: #E6DCBF;
overflow: hidden;
margin: 0 auto;
text-align: center;
}
.accordion-header {
  width: 100%;
  padding: 10px;
  border: none;
  outline: none;
  background: unset;
  color: #524934;
  background: #E6DCBF;
  cursor: pointer;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  position: relative;
  transition: background 0.3s ease;
  @media (max-width: 1140px) {
      font-size: 2.5vw !important;
  }
  @media (max-width: 440px) {
      font-size: 3.5vw !important;
  }
}
.accordion-header:hover {
background: #c0b28a;
}
.accordion-header .arrow {
display: flex;
width: 1em;
height: auto;
transform: scaleY(1);
transition: transform 0.3s ease;
}
.accordion-header.active .arrow {
transform: scaleY(-1);
}
.accordion-content {
overflow: hidden;
max-height: 0;
transition: max-height 0.3s ease;
}
.accordion-content.open {
  padding: 3% 3% 3rem;
  @media (max-width: 440px) {
      padding: 0% 3% 2rem;
  }
}
.accordion-header .text{
  width: 6.5em;
}
.arrow img{
  width: 100%;
  height: auto;
}
.accordion-content h5{
  width: 100%;
  margin: 2rem 0;
  font-size: 2.5rem;
  font-weight: 600;
  position: relative;
  @media (max-width: 1140px) {
      font-size: 3.5vw !important;
  }
}
.accordion-content h5 span{
  background: #E6DCBF;
  color: #524934;
  border: #524934 solid 3px;
  padding: 0.25em 1.5em;
  border-radius: 100px;
  z-index: 2;
  position: relative;
}
.accordion-content h5:before{
  position: absolute;
   content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 3px;
  background: #524934;
  z-index: 0;
  @media (max-width: 1140px) { 
      height: 2px;
  }
}
.accordion-content p{
  font-size: 1.8rem;
  font-weight: 600;
  @media (max-width: 1140px) {
      font-size: 2vw !important;
  }
  @media (max-width: 440px) {
      font-size: 4vw !important;
  }
}
.accordion-content p.caption{
  font-size: 1.3rem;
  margin-bottom: 3rem;
  @media (max-width: 1140px) { 
      margin-bottom: 2rem;
  }
}
.accordion-content > span{
  border-bottom: #372A08 solid 3px;
  padding-bottom: 0.5em;
}
.accordion-content img{
  max-width: 900px;
  width:100%;
}

#fixed-footer {
display: flex;
align-items: center;
justify-content: center;
box-sizing: border-box;
margin: 0 auto;
transition: bottom 0.3s ease, opacity 0.3s ease;
}
.stop {
position: fixed;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}

#backToTop {
  position: fixed;
  bottom: 4vw;
  right: -3vw;
  transform: translateX(-50%);
  cursor: pointer;
  opacity: 0;
  transition: bottom 0.3s ease, opacity 0.3s ease;
  background: none;
  border: none;
  z-index: 1001;
  width: 8vw;
  height: 8vw;
  @media (max-width: 440px) {  
      width: 14vw;
      height: 14vw;
      right: -5vw;
  }
}
#backToTop img{
  width: 100%;
  height: auto;
}
#backToTop.show {
opacity: 1;
}
#backToTop.show:hover {
  opacity: 0.5;
}
.fade {
opacity: 0;
transition: opacity 0.4s ease, bottom 0.4s ease;
pointer-events: none; /* ??????\?????????????????N?????????b???N???????????? */
}
.fade.show {
opacity: 1;
pointer-events: auto;
}

.section__detail h4{
  font-size: 3rem;
  font-weight: 600;
  color: #FFEEC4;
  text-align: center;
  @media (max-width: 1140px) {
      font-size: 4.5vw;
  }
}
.section__detail h4 span{
  background: #FFEEC4;
  padding: 0.05em 0.55em 0.15em;
  color: #675420;
  margin-right: 0.5em;
}
.howtoContainer-flex{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3%;
  color: #FFEEC4;
  font-size: 2rem;
  margin: 2rem 0;
  @media (max-width: 1140px) {
      font-size: 3vw;
  }
  @media (max-width: 440px) {
      margin: 1rem 0;
  }
}
.howtoContainer_l{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  width: 28%;
}
.howtoContainer_l img{
  mix-blend-mode: soft-light;
  position: absolute;
  left: -3.5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  z-index: 0;
  width: 20%;
  @media (max-width: 1140px) {
      left: 1.5%;
  }
}
.howtoContainer_l,
.howtoContainer_r{
  text-align: center;
}
.howtoContainer_c img{
  height: 11rem;
  width: auto;
  @media (max-width: 1140px) {
      height: 7rem;
  }
  @media (max-width: 440px) {
      height: 4rem;
  }
}
.howtoContainer_r span{
  font-size: 4rem;
  @media (max-width: 1140px) {
      font-size: 5vw;
  }
}
.howto2{
  border:#B13F37 solid 3px;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  position: relative;
}
.howto2-header{
  background: #B13F37;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2em 0;
}
.howto2-header span{
  color: #fff;
  font-size: 2.5rem;
  @media (max-width: 1140px) { 
      font-size: 4vw;
  }
}
.howto2-contents{
  padding: 4% 4% calc(4% + 1rem);
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 4%;
  align-items: center;
  justify-content: center;
}
.howto2-contents img{
  max-height: 6vw;
  width: auto;
  @media (min-width: 1500px) {
      max-height: 103px;
  }
  @media (max-width: 1140px) { 
      max-height: 8.5vw;
  }
  @media (max-width: 440px) { 
      max-height: 9.5vw;
  }
}
.howto2_caption{
  position: absolute;
  bottom: 0.5em;
  right: 1em;
  font-size: 1rem;
  @media (max-width: 440px) { 
      font-size: 2.5vw;
  }
}
.shop{
  display: flex;
  gap: 2rem 3%;
  align-items: center;
  justify-content: center;
  margin: 3rem 0 3rem;
  @media (max-width: 440px) { 
      margin: 1rem 0 1rem;
  }
}
.shop img{
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 5px;
}
.section__detail_header{
  background: #A69055;
  background: linear-gradient(0deg, rgba(166, 144, 85, 1) 20%, rgba(86, 67, 17, 1) 100%);
  position: relative;
  padding: 50px 0 0;
  @media (max-width: 1140px) {
      padding: 2rem 0 0;
  }
  @media (max-width: 440px) {
      padding: 1rem 0 0;
  }
}
.section__attention{
  margin-bottom: 7rem;
  @media (max-width: 1140px) { 
      width: 90%;
      margin: 0 auto 5rem;
  }
  @media (max-width: 440px) { 
      margin: 0 auto 4rem;
  }
}
.howto3 ul,
.section__attention ul,
.modal ul{
  padding-left: 1em;
  text-align: left;
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 5rem;
  @media (max-width: 1140px) { 
      font-size: 2vw;
  }
  @media (max-width: 440px) { 
      font-size: 4vw;
      margin-bottom: 3rem;
  }
}
.modal ul{
  margin-bottom: unset;
}
.section__attention ul{
  margin-bottom: 0;
}
.howto3 li,
.section__attention li,
.modal li{
  text-indent: -1em;
  line-height: 1.75em;
}
.howto3 ul > li + li,
.section__attention ul > li + li,
.modal ul > li + li{
  margin-top: 0.75em;
  @media (max-width: 1140px) { 
      margin-top: 0.5em;
  }
}
.section__attention h3{
  margin-top: 10rem;
  @media (max-width: 1140px) { 
      margin-top: 6rem;
  }
  @media (max-width: 440px) { 
      margin-top: 4rem;
  }
}

#pbjcbcard_top .section__campaign h3 p {
  margin-bottom: 0;
}
._area11{
  width: 100%;
  margin: 70px auto 210px;
  @media (max-width: 1140px) { 
      margin: 3rem 0 8rem;
  }
}
@media (max-width: 750px) {
  ._area11{
    margin: 10vw 0 25vw;
  }
}
._area11 ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 60px;
}
@media (max-width: 750px) {
  ._area11 ul {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 8vw;
  }
}
._area11 ul li {
  width: 47%;
}
@media screen and (max-width: 750px) {
  ._area11 ul li {
    width: 70%;
  }
  ._area11 ul li:first-of-type {
    margin-bottom: 4vw;
  }
}
._area11 ul li p {
  margin-top: 15px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 750px) {
  ._area11 ul li p {
    font-size: 3.5vw;
  }
}
._area11 ul li a {
  display: block;
  width: 100%;
  box-shadow: 0px 0px 15px #5d5d5d;
}
@media screen and  (max-width: 750px) {
  ._area11 ul li a {
    height: auto;
  }
}
._area11 ul li a img {
  max-width: 625px;
  width: 100%;
  @media (max-width: 1140px) { 
      max-width: 400px;
      width: 100%;
  }
}
.section__detail + .section__detail{
  margin-top: 5rem !important;
  @media (max-width: 1140px) {
      margin-top: 3rem !important;
  }
}

.modal-overlay {
position: fixed;
top: 0; left: 0;
width: 100vw; height: 100vh;
background: rgba(0, 0, 0, 0.5);
display: none;
justify-content: center;
align-items: center;
z-index: 2000;
}
.modal {
background: #fff;
padding: 7%;
max-width: 1233px;
width: 76%;
box-shadow: 0 2px 10px rgba(0,0,0,0.2);
max-height: calc(80vh - 14%);       /* ????????????????F???c??????e???T???C???Y */
overflow-y: auto;

overflow-x: hidden;   /* ?????????X???N?????????[?????????????????S???????~ */
word-break: break-word;
position: relative;
}
.modal_texts{
  font-size: 1.5rem;
  @media (max-width: 440px) { 
      font-size: 4vw;
  }
}
.modallink{
  background: none;
  border: none;
  font-size: 1.7rem;
  text-decoration: underline;
  color: #524934;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  cursor: pointer;
  @media (max-width: 440px) { 
      font-size: 4vw;
  }
}
.close{
  background: none;
  border: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 6%;
  right: 4%;
  
  @media (max-width: 440px) {
      top: 3%;
  }
}
.modal_flex{
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1rem 0;
  margin-bottom: 2rem;
}
.modal_text{
  width: 65%;
  @media (max-width: 440px) { 
      width: 100%;
  }
}
.modal_img{
  width: 30%;
  text-align: center;
  @media (max-width: 440px) { 
      width: 100%;
  }
}
.modal_img img{
  max-width: 150px !important;
  @media (max-width: 440px) { 
      font-size: 100px !important;
  }
}
.modal h4{
  font-size: 2rem;
  font-weight: 700;
  border-bottom: #372A08 solid 2px;
  padding-bottom: 0.25em;
  margin-bottom: 1em;
  @media (max-width: 440px) { 
      font-size: 5vw;
  }
}
#pbjcbcard_top .contents-header .block-inner ._area03 ul.modallist{
  border: unset;
  padding: unset;
  background: unset;
  gap: unset;
}
#pbjcbcard_top .contents-header .block-inner ._area03 li:first-child, #pbjcbcard_top .contents-header .block-inner ._area03 ul.modallist li:nth-child(2) {
  margin-bottom: unset;
}
#pbjcbcard_top .contents-header .block-inner ._area03 ul.modallist li {
  display: unset;
  width: unset;
  margin: unset;
}
#pbjcbcard_top .contents-header .block-inner ._area03 ul.modallist li + li{
  margin-top: 1em;
}

#cduWrap {
  max-width: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}
#cduPanNavi{
  width: calc(100% - 25px);
}
#cduWrap::before{
  display: none;
}

#fixed-footer {
  opacity: 0;
  transition: bottom 0.3s ease, opacity 0.3s ease;
}
#fixed-footer.show {
  opacity: 1;
}