@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:url("../images/idx_bg00.webp") repeat;
  background-size: 13vw;
  padding-bottom: 20vw;
}

.end{
  padding: 3% 5% 4%;
  background-color: #b60005;
}
.bgWrap{
  background:url("../images/idx_bg02.webp") no-repeat;
  background-size: 100%;
  padding-bottom: 36vw;
}
.date, .bottomLead, .point01, .point02, .point03, .lineup{
  position: relative;
}
.date .txDate{
  margin:  0 7vw;
  position: absolute;
  top: 3vw;
}
/*.contents01*/
.contents01{
  padding: 7vw 4vw 0;
}
.contents01 h2{
  margin-bottom:7vw;
}
.txLead{
  position: absolute;
  width: 74vw;
  top: 6vw;
  left: 8vw;
}
/*.contents02*/
.contents02{
  background:url("../images/idx_bg03.webp") no-repeat 0 20vw;
  background-size: 100%;
  padding-bottom: 25vw;
}
.contents02 h2{
  margin: 0 13vw 15vw;
}
.contents02 .point01{
  margin: 0 25vw 0 0;
}
.contents02 .point01 h3{
  position: absolute;
  width: 56vw;
  top: 3vw;
  left: 7vw;
}
.contents02 .point01 p{
  position: absolute;
  width: 60vw;
  top: 19vw;
  left: 6.5vw;
}
.contents02 figure{
  margin: -6vw 8vw -105vw 12vw;
}
.contents02 .point02{
  margin: 0 0 0 26vw;
}
.contents02 .point02 h3{
  position: absolute;
  width: 53vw;
  top: 8vw;
  right: 10vw;
}
.contents02 .point02 p{
  position: absolute;
  width: 59vw;
  top: 23vw;
  right: 6vw;
}
.contents02 .point03{
  margin: 40vw 5vw 0;
}
.contents02 .point03 h3{
  position: absolute;
  width: 75vw;
  top: -3vw;
  right: 9vw;
}
.contents02 .point03 p{
  position: absolute;
  width: 75vw;
  top: 11vw;
  right: 8vw;
}
/*.contents03*/
.contents03{
  background:url("../images/idx_bg04.webp") no-repeat;
  background-size: 100%;
  padding-bottom: 28vw;
}
.contents03 p{
  padding: 28vw 5vw 12vw;
}
/*.contents04*/
.contents04{
  padding: 0 5vw;
}
.contents04 h2{
  margin: 0 18vw 10vw;
}
.contents04 li + li{
  margin-top: 15vw;;
}

.btnArea {
  margin: 12vw 0 5vw;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3vw 3vw 0;
}
.attention {
  color: #260401;
  font-size: 1.2rem;
  text-shadow:
  2px 2px 0 #fde89f, -2px -2px 0 #fde89f, /* 右下方向に影 */
  -2px 2px 0 #fde89f,  2px -2px 0 #fde89f, /* 左下方向に影 */
  2px 0 0 #fde89f, -2px  0 0 #fde89f, /* 左上方向に影 */
  0 2px 0 #fde89f,  0 -2px 0 #fde89f; /* 右上方向に影 */
}

.recomend h2 {
  padding: 17vw 18vw 3vw;
  background:url("../images/idx_bg05.webp") no-repeat bottom;
  background-size: contain;
  margin-top: -17vw;
}
.recomend ul li {
  width: 100%;
}

/*=====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 , #main .date{
    text-align: center;
  }
  .main-inner, .date, .end{
    width: 1000px;
    margin: 0 auto;
  }
  .main-inner{
    background-size: 73px;
    padding-bottom: 80px;
  }
  .end{
    text-align: center;
    padding: 15px 0;
  }
  .end img{
    width: 475px;
  }
  .bgWrap{
    background:url("../images/idx_bg02pc.webp") no-repeat;
    padding-bottom: 125px;
  }
  .date .txDate{
    margin:  0 auto;
    width: 475px;
    top: 18px;
    left: 0;
    right: 0;
  }
  /*.contents01*/
  .contents01{
    padding: 0;
    text-align: center;
  }
  .contents01 h2{
    margin-bottom: 25px;
  }
  .txLead{
    width: 650px;
    top: 33px;
    left: 170px;
  }
  /*.contents02*/
  .contents02{
    background:url("../images/idx_bg03pc.webp") no-repeat 40px 40px;
    padding-bottom: 120px;
  }
  .contents02 h2{
    width: 420px;
    margin: 0 auto -20px;
  }
  .contents02 .flexBox{
    display: flex;
    justify-content: space-between;
    margin: 0 60px 0 45px;
  }
  .contents02 .point01{
    margin: 65px 0 0 0;
  }
  .contents02 .point01 h3{
    width: 280px;
    top: 15px;
    left: 65px;
  }
  .contents02 .point01 p{
    width: 315px;
    top: 95px;
    left: 60px;
  }
  .contents02 figure{
    width: 330px;
    margin: 0;
  }
  .contents02 .point02{
    margin: 45px 0 0 120px;
  }
  .contents02 .point02 h3{
    width: 295px;
    top: -3px;
    right: 50px;
  }
  .contents02 .point02 p{
    width: 305px;
    top: 77px;
    right: 40px;
  }
  .contents02 .point03{
    margin: 55px 0 0;
    text-align: center;
  }
  .contents02 .point03 h3{
    width: 400px;
    top: -15px;
    right: 305px;
  }
  .contents02 .point03 p{
    width: 100%;
    top:55px;
    right: 5px;
  }
 
  /*.contents03*/
  .contents03{
    background:url("../images/idx_bg04pc.webp") no-repeat;
    padding-bottom: 28vw;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    padding: 50px 45px 100px 60px;
  }
  .contents03 p{
    padding: 115px 0 0;
  }
  /*.contents04*/
  .contents04{
    padding: 0 30px;
  }
  .contents04 h2{
    width: 285px;
    margin: 0 auto 50px;
  }
  .contents04 ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
  }
  .contents04 li{
    width: 450px;
  }
  .contents04 li:first-of-type {
    margin: 0 245px;
  }
  .contents04 li + li{
    margin-top: 35px;
  }
  
  .btnArea {
    width: 465px;
    margin: 50px auto 40px;
  }
  .btnArea p:nth-of-type(n+2) {
    margin: 20px 20px 0;
  }
  .attention {
    font-size: 1.5rem;
    text-align: left;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    background: url(../images/idx_bg05pc.webp) no-repeat bottom;
    padding: 75px 0 13px;
    text-align: center;
    margin-top: -75px;
  }
  .recomend h2 img {
    width: 370px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}