@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: 10% 5%;
  background: url("../images/idx_bg01.webp") repeat;
  background-size: 14.2%;
  color: #231815;
}
.contents01 .cm p, .contents01 .youtube p {
  margin-bottom: 4%;
}
.contents01 .cm .video-container{
  width: 100%;
  aspect-ratio: 16 / 9;
}
.contents01 .cm .video-container iframe{
  width: 100%;
  height: 100%;
}
.contents01 div + div{
  margin-top: 14%;
}

.contents02 {
  margin: 20% 0 15%;
}
.contents02 .arrange01 h3{
  margin: 1% 8% -8%;
}
.contents02 .syohinBox{
  background-color: #fff;
  border-radius: 3vw;
  padding: 8% 5%;
}
.contents02 .syohinBox .plus{
  width: 20%;
  margin: 3% auto;
}
.contents02 .syohinBox li + li{
  margin-top: 10%;
}
.contents02 section + section{
  margin-top: 15%;
}
.contents02 .arrange02 .flexBox, .contents02 .arrange03 .flexBox{
  display: flex;
}
.contents02 .arrange02 .flexBox h3{
  width: 65%;
  margin: 4% -15% 0 0;
}
.contents02 .arrange02 .flexBox figure{
  width: 50%;
}
.contents02 .arrange03 .flexBox h3{
  width: 63%;
  margin: 7% -18% 0 0;
}
.contents02 .arrange03 .flexBox figure{
  width: 55%;
}
.contents03 .searchBt{
  margin-bottom: 5%;
}
.contents03 .att{
  font-size: 1.4rem;
}

/*=====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: 60px 40px;
    background-size: 83px;
  }

  .contents01 .cm p{
    width: 475px;
    margin: 0 auto 15px;
  }
  .contents01 .cm .youtubeBt{
    width: 475px;
    margin: 15px auto 0;
  }
  .contents01 .cm .video-container{
    width: 600px;
    margin: 0 auto;
  }
  .contents01 .softBt{
    width: 475px;
    margin: 50px auto 0;
  }
  .contents01 .youtube{
    width: 475px;
    margin: 40px auto 0;
  }
  .contents01 .youtube .youtubeBt{
    margin: 15px auto 0;
  }

  .contents02 {
    margin: 80px 0 50px;
  }
  .contents02 h2{
    text-align: center;
  }
  .contents02 .arrange01 .flexBox{
    display: flex;
    width: 830px;
    margin: 0 0 0 90px;
  }
  .contents02 .arrange01 h3{
    width: 370px;
    margin: 5px -130px 0 0;
  }
  .contents02 .arrange01 figure{
    width: 530px;
  }
  .contents02 .syohinBox{
    border-radius: 15px;
    padding: 35px 40px;
  }
  .contents02 .syohinBox .plus{
    width: 70px;
    margin: 20px auto;
  }
  .contents02 .syohinBox ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contents02 .syohinBox li{
    width: 400px;
  }
  .contents02 .syohinBox li + li{
    margin-top: 0;
  }
  .contents02 .syohinBox li:nth-of-type(n+3){
    margin-top: 40px;
  }
  .contents02 section + section{
    margin-top: 60px;
  }
  .contents02 .arrange02 .flexBox{
    margin-left: 170px;
    justify-content: flex-start;
  }
  .contents02 .arrange02 .flexBox h3{
    width: 360px;
    margin: 35px -70px 0 0;
  }
  .contents02 .arrange02 .flexBox figure{
    width: 285px;
  }
  .contents02 .arrange03 .flexBox{
    margin-left: 190px;
    justify-content: flex-start;
  }
  .contents02 .arrange03 .flexBox h3{
    width: 350px;
    margin: 45px -95px 0 0;
  }
  .contents02 .arrange03 .flexBox figure{
    width: 300px;
  }
  .contents03 .searchBt{
    width: 475px;
    margin: 0 auto 40px;
  }
}