@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;
}
.date{
  background-color: #f4e967;
  background-image: url("../images/idx_bg02.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding: 4% 5% 3%;
}
.main-inner{
  background: url("../images/idx_bg01.webp") no-repeat center top;
  background-size: 100%;
  padding: 10% 4%;
}
.contents01 p{
  margin: 8% 0 0 34%;
}
.contents02{
  margin: 32% 0 26%;
}
.contents02 .point01{
  margin-left: 18%;
}
.point02, .point03{
  position: relative;
}
.contents02 figure{
  transform: rotate(9deg);
  margin: -14% 15% -54% 10%;
}
.contents02 .point02{
  margin-right: 18%;
}
.contents02 .point03{
  margin: 5% 0 0 18%;
}
.contents03 .flexBox p{
  margin-left: 36%;
}
.contents03 figure{
  transform: rotate(-9deg);
  margin: 4% 16% 0 14%;
}
.btnArea {
  position: relative;
  margin: -18% 2% 5%;
}
.btnArea p:nth-of-type(2){
  margin: 5% 3% 0;
}
.main-inner .att{
  color: #370001;
  font-size: 1.2rem;
}
.recomend h2{
  background-color: #f4e967;
  background-image: url("../images/idx_bg02.webp");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  padding: 3% 12%;
}
.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{
    text-align: center;
  }
  .date{
    width: 1000px;
    background-image: url("../images/idx_bg02.webp"), url("../images/idx_bg03.webp");
    background-position: left top, right top;
    margin: 0 auto;
    padding: 15px 0;
    text-align: center;
  }
  .date img{
    width: 560px;
  }
  .main-inner{
    width: 1000px;
    margin: 0 auto;
    background: url("../images/idx_bg01pc.webp") no-repeat center top;
    padding: 60px 40px 25px;
  } 
  .contents01{
    text-align: center;
  }
  .contents01 p{
    margin: 48px 0 0 5px;
  }
  .contents02{
    margin: 200px 0 110px;
  }
  .point01, .point02, .point03{
    width: 405px;
  }
  .contents02 .point01{
    margin-left: 130px;
  }
  .contents02 figure{
    width: 370px;
    margin: -247px 45px -410px auto;
  }
  .contents02 .point02{
    margin-right: 0;
  }
  .contents02 .point03{
    margin: 40px 0 0 210px;
  }
  .contents03 .flexBox{
    margin: 0 85px 0 68px;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .contents03 .flexBox p{
    width: 400px;
    margin: 237px 0 0;
  }
  .contents03 figure{
    width: 350px;
    margin: 0;
  }
  .btnArea {
    width: 465px;
    margin: -90px auto 30px;
  }
  .btnArea p:nth-of-type(2){
    margin: 15px 20px;
  }
  .main-inner .att{
    font-size: 1.5rem;
  }
  .recomend{
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2{
    background-image: url("../images/idx_bg02.webp"), url("../images/idx_bg03.webp");
    background-position: left top, right top;
    padding: 20px 0 15px;
    text-align: center;
  }
  .recomend h2 img{
    width: 375px;
  }
  .recomend ul{
    display: flex;
  }
}