@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: 3vw 7vw 3vw;
  background-color: #fff;
}
main .end{
  padding: 3vw;
  background-color: #b60005;
}

/*---sale---*/
.sale {
  background-color: #cfeff4;
  padding: 5% 5% 10%;
}
.sale-Banner{
  margin: 0 5%;
}
.sale-attention {
    margin-top: 1%;
    color: #370001;
    font-size: 1.2rem;
}
.app-Btn{
  margin-top: 5%;
}
/*------*/

.main-inner {
  background: url("../images/idx_bg01.webp") center top no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.mainCopy{
  background: url("../images/idx_bg02.webp") center top no-repeat;
  background-size: 100%;
  padding: 35vw 14vw 35vw 16vw;
}
.mainCopy p:first-child{
  margin-bottom: 1.5vw;
}
.contents01 h2{
  margin: 0 12vw 17vw;
}
.pointWrap01{
  position: relative;
  height: 65vw;
}
.pointWrap01 h3{
  margin-right: 53vw;
}
.pointWrap01 .title{
  position: absolute;
  width: 50vw;
  top: -11vw;
  right: 5vw;
}
.pointWrap01 .content{
  position: absolute;
  width: 52vw;
  top: 27vw;
  left: 5vw;
}
.pointWrap01 figure{
  position: absolute;
  width: 45vw;
  top: 13vw;
  right: -5vw;
}

.contents01 .syohin{
  margin: 0 23vw 0 18vw;
}

.pointWrap02{
  position: relative;
  height: 100vw;
}
.pointWrap02 h3{
  margin: 13vw 0 0 50vw;
}
.pointWrap02 .title{
  position: absolute;
  width: 36vw;
  top: -9vw;
  left: 11vw;
}
.pointWrap02 .content{
  position: absolute;
  width: 56vw;
  top: 30vw;
  right: 5vw;
}
.pointWrap02 figure{
  position: absolute;
  width: 30vw;
  top: 16vw;
  left: 4vw;
}

.contents02{
  height: 215vw;
  position: relative;
  background: url("../images/idx_bg03.webp") center top no-repeat;
  background-size: 100%;
}
.contents02 .box p{
  padding: 37vw 14vw 90vw;
}
.contents02 .box figure{
  position: absolute;
  width: 100%;
  bottom: 0;
}
.contents02 .attention{
  position: relative;
}

.btnArea {
  margin: 0 5vw 5vw;
}
.btnArea p:nth-of-type(n+2) {
  margin: 3vw 5vw 0;
}
.attention {
  color: #370001;
  font-size: 1.2rem;
  margin: 0 5vw;
}
.recomend h2 {
  padding: 3vw 13vw;
  background-color: #b58860;
}
.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: url("../images/idx_bg01pc.webp") center top no-repeat;
    background-size: auto;
  }
  
  /*---sale---*/
  .sale {
    width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .sale-Banner{
    margin: 0 190px;
  }
  .sale-attention {
      margin-top: 5px;
      font-size: 1.4rem;
  }
  .app-Btn{
    margin-top: 30px;
    text-align: center;
  }
  /*------*/
  
  .mainCopy{
    background: url("../images/idx_bg02pc.webp") center top no-repeat;
    padding: 235px 0 105px;
  }
  .mainCopy p:first-child{
    width: 460px;
    margin:0 auto -20px
  }
  .mainCopy p:nth-of-type(2){
    text-align: center;
  }
  .contents01 h2{
    width: 500px;
    margin: 0 auto 105px;
  }
  .pointWrap01{
    height: 440px;
  }
  .pointWrap01 h3{
    margin: 0 0 0 325px;
  }
  .pointWrap01 .title{
    width: 275px;
    top: -70px;
    right: 90px;
  }
  .pointWrap01 .content{
    width: 285px;
    top: 150px;
    left: auto;
    right: 345px;
  }
  .pointWrap01 figure{
    width: 260px;
    top: 70px;
    right: 40px;
  }

  .contents01 .syohin{
    position: absolute;
    margin: -320px 0 0 0;
  }

  .pointWrap02{
    height: 485px;
  }
  .pointWrap02 h3{
    margin: 0 30px 0 0;
    text-align: right;
  }
  .pointWrap02 .title{
    width: 200px;
    top: -65px;
    left: 400px;
  }
  .pointWrap02 .content{
    width: auto;
    top: 150px;
    right: 40px;
  }
  .pointWrap02 figure{
    width: 160px;
    top: 70px;
    left: 367px;
  }

  .contents02{
    height: 840px;
    background: url("../images/idx_bg03pc.webp") center top no-repeat;
    background-size: 100%;
  }
  .contents02 .box p{
    width: 415px;
    padding: 305px 0 140px;
    margin: 0 88px 0 auto;
  }
  
  .btnArea {
    width: 465px;
    margin: 0 65px 30px auto;
  }
  .btnArea p:nth-of-type(n+2) {
    margin: 20px 20px 0;
  }
  .attention {
    margin: 0 50px 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%;
  }
}