@charset "utf-8";
* {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
}
html {
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}
body {
  line-height: 1.5;
  font-size: 1.4rem;
  color: #333333;
}
body, main, section, h1, h2, h3, p, ul, li, dl, dd, figure {
  margin: 0;
  padding: 0;
}
.headTitleBox {
  margin-bottom: 0;
}
.contentsWrap {
  width: 100%;
}
.oneContents .contentsWrap #main {
  width: 100%;
}
#main {
  padding: 0;
}
/*==========*/
#footerLink {
  margin-top: 0;
}
/*=====main=====*/
.pcOnly {
  display: none;
}
.main-inner {
  background: #221815;
  color: #ffffff;
  padding: 12% 6%;
}

.inner01, .inner02{
  padding: 5% 3%;
}
.att01{
  margin-top: 5%;
}
.att02{
  margin-top: 3%;
}
.btn01 {
	margin-top: 7%;
}
.contents02, .contents03, .contents04{
  margin-top: 18%;
}

.contents01 h2{
  margin: 0 6% 8%;
}
.contents01 .borderWrap{
  background: linear-gradient(to bottom, #fac000, #c78702);
  padding: 0.8vw;
  border-radius: 3vw;
}
.contents01 .borderWrap div{
  background: #221815;
  border-radius: 2.4vw;
}
.contents01 .borderWrap:nth-of-type(n+2){
  margin-top: 10%;
}
.contents01 .date{
  padding: 4%;
  border-radius: 2.0vw 2.0vw 0 0;
}
.contents01 .bgYellow{
  background: #fff100;
}
.contents01 .bgOrange{
  background: #f6a900;
}
.contents01 .inner02 p + p{
  margin-top: 6%;
  border-top: dotted 1.5vw #fff;
  padding-top: 6%;
}

.contents02 .flexBox{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents02 h2{
  width: 73%;
}
.contents02 .icon{
  width: 22%;
}
.contents02 li{
  margin-top: 5%;
}
.contents02 .date{
  margin-top: 5%;
}
.contents02 .date p:first-of-type{
  margin: 0 33% 3% 0;
}

.contents03 h2{
  margin: 0 10% 5%;
}
.contents03 > div{
  border: solid 0.8vw #f1b0aa;
  border-radius: 3vw;
}
.contents03 .date{
  padding: 4% 6%;
  background: #f1b0aa;
  border-radius: 1vw 1vw 0 0;
}
.contents03 .inner03{
  padding: 1% 3% 5%;
}
.contents03 .btn02{
  margin-top: 5%;
}
.contents04 h2{
  margin: 0 8% 8%;
}
.contents04 .tx{
  margin: 0 10% 3%;
}
.contents04 div + div{
  margin-top: 12%;
}

.btn03{
  margin-top: 18%;
}

/*=====cpArea=====*/
#campaignArea {
  margin: 2% 0;
  padding: 0 3%;
}
#campaignArea .title02 {
  margin-top: 0;
  padding-top: 3%;
}

/*=====mediaQuery=====*/
@media screen and (min-width:751px), print {
  .pcOnly {
    display: inline-block;
  }
  .spOnly {
    display: none;
  }
  #main {
    background-image: linear-gradient(-45deg, #f0f0f0 25%, #f6f6f6 25%, #f6f6f6 50%, #f0f0f0 50%, #f0f0f0 75%, #f6f6f6 75%, #f6f6f6);
    background-size: 15px 15px;
  }
  #main h1 {
    text-align: center;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 60px 40px 50px;
  }
  
  .inner01, .inner02{
    padding: 20px 22px 10px;
  }
  .att01{
    margin-top: 25px;
  }
  .att02{
    margin: 5px 0 0 75px;
  }
  .qr01{
    margin-top: 30px;
    display: block;
    text-align: center;
  }
  .contents02, .contents03, .contents04{
    margin-top: 75px;
  }

  .contents01 h2{
    width: 460px;
    margin: 0 auto 30px;
  }
  .contents01 .flexBox{
    display: flex;
    justify-content: space-between;
  }
  .contents01 .borderWrap{
    height: 520px;
    padding: 4px;
    border-radius: 20px;
  }
  .contents01 .borderWrap:nth-of-type(1){
    width: 360px;
  }
  .contents01 .borderWrap:nth-of-type(2){
    width: 530px;
  }
  .contents01 .borderWrap div{
    border-radius: 18px;
  }
  .contents01 .borderWrap  > div{
    height: 512px;
  }
  .contents01 .borderWrap:nth-of-type(n+2){
    margin-top: 0;
  }
  .contents01 .date{
    padding: 15px 0;
    text-align: center;
    border-radius: 16px 16px 0 0;
  }
  .contents01 .date img{
    width: 325px;
  }
  .contents01 .inner02 p + p{
    margin-top: 30px;
    border-top: dotted 6px #fff;
    padding-top: 30px;
  }

  .contents02 h2{
    width: auto;
  }
  .contents02 .icon{
    width: auto;
  }
  .contents02 ul{
    margin-top: 30px;
    display: grid;
    grid-template-columns: 420px 480px;
    grid-template-rows: 135px 135px;
    column-gap: 20px;
    row-gap: 25px;
  }
  .contents02 .item01{
    grid-row-start: 1;
    grid-row-end: 3;
  }
  .contents02 li{
    margin-top: 0;
  }
  .contents02 .date{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .contents02 .date p:first-of-type{
    width: 350px;
    margin: 0;
  }
  .contents02 .date p:nth-of-type(2){
    width: 530px;
  }
  
  .contents03 h2{
    width: 420px;
    margin: 0 auto 20px;
  }
  .contents03 > div{
    border: solid 4px #f1b0aa;
    border-radius: 20px;
    text-align: center;
  }
  .contents03 .date{
    padding: 20px 0;
    border-radius: 12px 12px 0 0;
  }
  .contents03 .date img{
    width: 385px;
  }
  .contents03 .inner03{
    padding: 10px 0 30px;
  }
  .contents03 .btn02{
    width: 485px;
    margin: 30px auto 0;
  }
  .contents04{
    text-align: center;
  }
  .contents04 h2{
    margin: 0 0 40px;
  }
  .contents04 .tx{
    width: 305px;
    margin: 0 auto 15px;
  }
  .contents04 div + div{
    margin-top: 50px;
  }

  .btn03{
    width: 485px;
    margin: 70px auto 0;
  }
  
  .cam-wrap {
    background: #fff;
  }
  /*=====cpArea=====*/
  #campaignArea {
    width: 1000px;
    margin: 0px auto;
    padding: 25px 0 0;
  }
  #campaignArea h2 {
    text-align: left;
  }



}