@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 .date {
  padding: 3% 7% 3%;
  background-color: #e60012;
}
main .end{
  padding: 3%;
  background-color: #b60005;
}

.main-inner {
  background: url("../images/idx_bg01.webp") repeat;
  background-size: 3%;
  overflow: hidden;
}

.contents01{
  background: url("../images/idx_bg02.webp") no-repeat;
  background-size: 100%;
  padding: 25% 14% 50%;
}
.contents01 h2{
  margin: 0 8% 10%;
}
.contents02{
  background: url("../images/idx_bg03.webp") no-repeat center bottom;
  background-size: 100%;
  margin-top: -24%;
  padding-bottom: 17%;
}
.contents02 h2{
  margin: 0 30%;
}
.contents02 section[class*="pointWrap"]{
  position: relative;
}
.contents02 .txContainer{
  position: absolute;
}
.contents02 .pointWrap01{
  margin: -10% 0 -20% 2%;
}
.contents02 .pointWrap01 .txContainer{
  width: 55vw;
  top: 36vw;
  right: 7vw;
}
.contents02 .pointWrap01 h3{
  margin: 0 29% 5% -4%;
}
.contents02 figure{
  margin: 0 20%;
  position: relative;
}
.contents02 .pointWrap02{
  margin: -50% 15% 0 0;
}
.contents02 .pointWrap02 .txContainer{
  width: 59vw;
  top: 36vw;
  left: 7vw;
}
.contents02 .pointWrap02 h3{
  margin: 0 27% 5% -4%;
}

.contents03{
  position: relative;
  background: url("../images/idx_bg06.webp") center top 10vw no-repeat;
  background-size: 100%;
  padding-bottom: 5%;
}
.contents03 .txBottom{
  margin: 0 9% 20%;
}
.contents03 .imBox{
  position: relative;
}
.contents03 .imBox figure{
  margin: 0 -8% 0 21%;
}
.contents03 .imBox .deco{
  position: absolute;
  width: 100vw;
  top: -5vw;
}

.btnArea {
  margin: -28% 5% 5%;
  position: relative;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3vw 5vw 0;
}
.attention {
  color: #69050d;
  font-size: 1.2rem;
  margin: 0 5vw;
}
.recomend h2 {
  padding: 3% 13%;
  background-color: #e60012;
}
.recomend ul li {
  width: 100vw;
}
/*=====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 .date {
    width: 1000px;
    margin: 0 auto;
    padding: 13px 0;
  }
  .date img {
    width: 500px;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto;
    background-size: 10px;
  }
  
  .contents01{
    background: url("../images/idx_bg02pc.webp") no-repeat;
    background-size: 100%;
    padding: 115px 0 175px;
    text-align: center;
  }
  .contents01 h2{
    margin: 0 0 35px;
  }
  .contents02{
    background: url("../images/idx_bg03pc.webp") no-repeat center bottom;
    background-size: 100%;
    margin-top: -45px;
    padding-bottom: 100px;
  }
  .contents02 h2{
    margin: 0 auto;
    width: 235px;
  }
  .contents02 .pointWrap01{
    margin: -20px 0 -500px auto;
    width: 490px;
  }
  .contents02 .pointWrap01 .txContainer{
    width: 270px;
    top: 155px;
    right: 45px;
  }
  .contents02 figure{
    margin: 0 auto 0 330px;
    width: 365px;
  }
  .contents02 figure img{
    transform: rotate(-20deg);
  }
  .contents02 .pointWrap02{
    margin: -500px 0 0;
  }
  .contents02 .pointWrap02 .txContainer{
    width: 320px;
    top: 140px;
    left: 40px;
  }

  .contents03{
    background: url("../images/idx_bg06pc.webp") center top 50px no-repeat;
    background-size: 100%;
    padding-bottom: 30px;
  }
  .contents03 .txBottom{
    margin: -30px auto 90px;
    width: 420px;
  }
  .contents03 .imBox figure{
    margin: 0 0 0 335px;
    width: 490px;
  }
  .contents03 .imBox .deco{
    top: -85px;
    left: 30px;
  }
  
  .btnArea {
    width: 465px;
    margin: -160px auto 10px;
  }
  .btnArea p:nth-of-type(n+2) {
    margin: 20px 20px 0;
  }
  .attention {
    margin: 0 20px 0;
    font-size: 1.5rem;
    text-align: left;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    text-align: center;
    padding: 11px 0;
  }
  .recomend h2 img {
    width: 325px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}