@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 {
  padding: 5%;
  background: url("../images/idx_bg01.webp") no-repeat center top;
  background-size: 100%;
}
#main .date {
  margin-bottom: 19%;
}
#main .lead {
  margin-bottom: 48%
}
.contents01 {
  margin-bottom: 36%;
}
.contents01 .item01 {
  margin-bottom: 13%;
}
.contents01 .box {
  margin-bottom: 3%;
  position: relative;
}
.contents01 .item01 .box .heading {
  width: 30%;
  position: absolute;
  top: -3%;
  right: 0;
}
.contents01 .box figure {
  width: 88%;
}
.contents01 .text {
  width: 89%;
}
.contents01 .item02 .box .heading {
  width: 20%;
  position: absolute;
  top: -3%;
}
.contents01 .item02 .box figure {
  margin-left: auto;
}
.contents01 .item02 .text {
  margin-left: auto;
}
.contents01 .item02 .detail {
  margin: 5% -6% 0;
  padding: 7% 20%;
  background-color: rgba(255, 252, 211, 0.7)
}
.contents01 .item02 .detail .btn01 {
  margin-top: 4%;
}
.contents01 .item02 .detail .btn01 a {
  display: block;
  background-color: #45210b;
  background-image: url("../images/index_ic01.webp");
  background-repeat: no-repeat;
  background-position: 94% 50%;
  background-size: 2%;
  border-radius: 5px;
  padding: 5% 20% 4%;
}
.contents03 {
  margin: 90% 0 10%;
}
.contents03 h2 {
  margin: 0 25% 6%;;
}
.contents03 .lineup .flexBox > p{
  margin: 9% 0;
}
.contents03 .lineup .att01 {
  color: #45210b;
  margin-top: 5%;
  font-size: 1.4rem;
}
.btnArea {
  margin: 0 auto;
}
.btnArea p:nth-of-type(2) {
  margin: 3%;
}
.att02 {
  color: #fbf8cf;
  font-size: 1.2rem;
}
.recomend h2 {
  position:relative;
  padding: 4% 11%;
  background-color: #fbf8cf;
}
.recomend h2::before{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #45210b;
  position: absolute;
  top: 7%;
  left: 0;
}
.recomend h2::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #45210b;
  position: absolute;
  bottom: 7%;
  left: 0;
}
.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;
  }
  .main-inner {
    width: 1000px;
    margin: 0 auto ;
    padding: 22px 0 40px;
    background: url("../images/idx_bg01pc.webp") no-repeat center top;
    background-size: auto;
  }
  #main .date {
    width: 550px;
    margin: 0 auto 90px;
  }
  #main .lead {
    margin-bottom: 290px;
    text-align: center;
  }
  .contents01 {
    margin: 0 auto 325px;
    width: 690px;
  }
  .contents01 .item01 {
    margin-bottom: 110px;
  }
  .contents01 .box {
    margin-bottom: 25px;
  }
  .contents01 .item01 .box .heading, .contents01 .item02 .box .heading {
    width: 180px;
    top: -20px;
  }
  .contents01 .box figure {
    width: 680px;
  }
  .contents01 .item01 .text {
    width: 650px;
  }
  .contents01 .item02 .box figure {
    text-align: right;
  }
  .contents01 .item02 .text {
    width: 512px;
    margin-left: 85px;
  }
  .contents01 .item02 .detail {
    margin: 60px -155px 0;
    padding: 50px 0;
    text-align: center;
  }
  .contents01 .item02 .detail .btn01 {
    margin-top: 30px;
  }
  .contents01 .item02 .detail .btn01 a {
    display: inline-block;
    background-position: 385px 27px;
    background-size: 10px;
    padding: 20px 90px 20px;
  }
  .contents01 .btn01{
    width: 455px;
    margin: 0 auto;
  }
  .contents02 {
    margin-left: 40px;
  } 
  .contents03 {
    margin: 210px 40px 50px;
  }
  .contents03 h2 {
    margin: 0 320px 35px;
  }
  .contents03 .lineup p{
    width: 450px;
    margin: 0 auto;
  }
  .contents03 .lineup .flexBox {
    margin-top: 30px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
  }
  .contents03 .lineup .flexBox > p{
    margin: 0;
  }
  .contents03 .lineup .att01 {
    margin-top: 15px;
    /*text-align: right;*/
    font-size: 1.5rem;
  }
  .btnArea {
    width: 465px;
  }
  .att02 {
    margin: 0 30px;
    font-size: 1.5rem;
  }
  .recomend {
    width: 1000px;
    margin: 0 auto;
  }
  .recomend h2 {
    padding: 18px 0 17px;
    text-align: center;
  }
  .recomend h2 img {
    width: 400px;
  }
  .recomend ul {
    display: -webkit-flex;
    display: flex;
  }
  .recomend ul li {
    width: 100%;
  }
}