@charset "utf-8";

*{
      -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
html{
  font-family: "メイリオ",Meiryo,verdana,"Hiragino Sans","ヒラギノ角ゴ Pro W3",Hiragino Kaku Gothic Pro,Osaka,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
  font-size: 62.5%;
  color: #434343;
  -webkit-text-size-adjust: 100%;
  min-width: 1150px;
}
body{
  font-size: 1.4rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
a{
  text-decoration: none;
  color: #0b3190;
  -webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out;
  transition: color .3s ease-in-out, background-color .3s ease-in-out;
  /* ::afterなどの擬似要素も変化する場合
  カラーやバックグラウンド等も指定してあげないとchromeで動作が遅れる */
}

*::after,
*::before{
  -webkit-transition: .3s;
  transition: .3s;
}
img{
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
a img{
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;/* chromeで画像がずれないようにする */
  vertical-align: bottom;/* 画像下の余白消す */
  /* アニメーション用表記 */
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
a img:hover{
  opacity: 0.7;
}
.clearfix::after{
  content: "";
  display: block;
  clear: both;
}
.text-small{
  font-size: 80%;
}
.text-block{
  display: inline-block;
}
/* コンテンツ幅 */
.container{
  width: 1000px;
  margin: 0 auto;
}
/* 横幅いっぱいに広げる */
.section-container .breaking-out{
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}
/* コンテンツ幅 */
.section-container{
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
}
.header{
  min-width: 1000px;
  background-color: #fff;
  box-shadow: 0 2px 3px -2px rgba(0,0,0,0.2);
}
p.header-logo{
  display: inline-block;
  padding: 10px 0 5px;
}
.mainvisual{
  width: 100%;
  height: 500px;
  background: url("img/bg-image.jpg") repeat;
  box-shadow: 0 1px 3px -2px rgba(0,0,0,0.3) inset;
}
.mainvisual-inner{
  position: relative;
  width: 1100px;
  height: 500px;
  background: url("img/main-image.png") no-repeat right;
}
.mainvisual-inner-img1{
  position: absolute;
  top: 60px;
}
.mainvisual-inner-img2{
  position: absolute;
  top: 250px;
  left: 0;
}
/* 広告紹介へのページ内リンク */
.adList-link{
  background-color: #e94d49;
  padding: 15px;
  box-shadow: 0 1px 3px -2px rgba(0,0,0,0.3) inset;
}
.adList-link ul li{
  display: inline-block;
  text-align: center;
  width: 24%;
}
.adList-link ul li a{
  color: #fff;
  display: block;
}
.adList-link ul li a:hover{
  color: #FCEDAA;
}
.adList-link ul li a::after{
  font-family: "fontello";
  content: "\e826";
  padding-left: 4px;
}
section{
  line-height: 1.6;
}
.section01{
  padding: 20px 15px 0;
  text-align: center;
}
.section01-inner:last-child{
  padding-bottom: 20px;
}
.section01-inner p.text{
  padding: 5px;
}

/* 今がおすすめの理由 */
.section02{
  padding-top: 30px;
  background-color: #f5f5f5;
  background: url("img/osusume_bg-image.png") repeat;
}
.section02-title{
  font-size: 2.4rem;
}
.section02-title02{
  margin-top: -5px;
  font-family: 'Kalam', cursive;
  font-size: 1.7rem;
  letter-spacing: 0.1rem;
  color: #d0d0d0;
}
.section02-title,.section02-title02{
  text-align: center;
}
.section02-inner-title{
  margin: auto;
  text-align: center;
  width: 240px;
  color: #f3534e;
  font-size: 2.0rem;
  border-bottom: 1px solid #ddd;
}
.section02-glid{
  height: 320px;
}
.recommend01,.recommend02,.recommend03{
  float: left;
  display: block;
  width: calc((100% - 20px *2) / 3);
}
.section02-glid-inner .recommend01,.section02-glid-inner .recommend02{
  margin-right: 20px;
  }
.section02-glid-inner div{
  height: 265px;
  padding: 25px 15px;
  margin: 15px 0;
  background-color: #fff;
}
.section02-glid-inner img{
  margin: 0 auto;
  padding: 0 0 10px;
  display: block;
}
.section02-glid-inner p.text{
  padding: 10px 10px 0;
  line-height: 2.5rem;
}

/* おすすめプロモーション */
.section03,.section04,.section05{
  margin-bottom: 30px;
}
.section03 h2,.section04 h2,.section05 h2,.section06 h2{
  width: 100%;
  height: 50px;
  display: block;
  background-color: #fff66e;
}
p.adList-title{
  text-align: center;
  line-height: 54px;
  font-size: 2.4rem;
}
.adList-item{
  position: relative;
  float: left;
  width: calc((100% - 20px * 3) / 3);
  height: 569px;
  margin: 0 20px 10px 0;
  padding: 0 10px;
}
.adList-item-last{
  margin-right: 0;
}
.adList-itembox{
  margin-top: 30px;
}
.adList-itembox:after{
  content: "";
  display: block;
  clear: both;
}
.adList04 .adList-itembox{
  margin-bottom: 15px;
}
.adList-item-title{
  border-left: 4px solid #f58821;
  padding: 2px 10px;
  margin: 10px 0;
  font-weight: bold;
  font-size: 1.5rem;
}
.adList-text{
  font-size: 1.2rem;
}
.adList-item-img{
  position: relative;
  height: 200px;
  padding: 10px;
  margin: 0 0 10px;
  text-align: center;
  background-color: #f3f3f3;
}
.adList-item-img img{
  position: absolute;
  vertical-align: bottom;
  max-height: 100%;
  width: auto;
  padding: 10px;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-backface-visibility: hidden;
}
.adList-table{
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  border-top: none;
  overflow: hidden;
}
.adList-table dt,.adList-table dd{
  float: left;
  padding: 8px;
  border-top: 1px solid #ddd;
}
.adList-table dt{
  width: 30%;
  background-color: #f5f5f5;
}
.adList-table dd{
  width: 70%;
  background-color: #fff;
}
/* おすすめポイント */
.afPoint{
  padding: 5px 8px;
  margin: 5px 0 10px;
  margin-bottom: 10px;
  background-color: #f1f1f1;
}
p.afPoint-title{
  display: inline-block;
  font-size: 1.5rem;
  color: #FF7321;
}
.icon-right-hand:before{
  font-size: 1.5rem;
  position: relative;
  right: 4px;
  color: #FF7321;
}
/* 提携申請はこちらボタン */
.adList-button{
  position: absolute;
  display: block;
  bottom: 0;
  width: 95%;
  padding: 7px;
  text-align: center;
  background-color: #388eee;
  color: #fff;
  box-shadow: 0 -3px 0 rgba(0,0,0,0.2) inset;
  border-radius: 5px;
}
.adList-button:hover{
  background-color: #57a0f1;
}
#adList04 .adList-itembox{
  margin-bottom: 45px;
}

/* フッター */
footer{
  padding: 15px 0;
  background-color: #f58821;
  text-align: center;
}
.footer-text{
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

/* =================================================
  スマホ表示
==================================================== */
/* 600px以内 */
@media screen and (max-width: 600px){
  /* 最小幅の指定を解除（1000px以下の時に背景が見切れる為） */
  html,
  .header{
    min-width: 0;
  }
  /* 横幅1000px固定をリセット */
  .container{
    width: 100%;
  }
  body{
    margin: 0;
    font-size: 1.2rem;
  }
  .wrap{
    overflow: hidden;
  }
  .header{
    padding: 0;
  }
  p.header-logo{
    padding-left: 10px;
  }
  .mainvisual-inner{
    background-size: contain;
  }
  .section01{
    text-align: left;
  }
  .section02{
    padding-top: 20px;
  }
  .mainvisual{
    position: relative;
    background: url("img/bg-image.jpg") repeat;
    height: 0;
    padding-top: 80%;
  }
  .mainvisual-inner{
    position: absolute;
    top: 0;
    background: url("img/main-image-responsive.png") 0 -35px / contain no-repeat;
    min-width: 320px;
    height: 100%;
  }
  .mainvisual-inner-img1{
    width: 80%;
    top: 25%;
    left: 10px;
  }
  .mainvisual-inner-img2{
    width: 75%;
    top: 58%;
    left: 10px;
  }
  .adList-button{
    width: 100%;
  }
  .adList-link-text{
    display: block;
  }
  .adList-link{
    padding: 5px;
  }
  .adList-link ul{
    padding: 0;
  }
  .adList-link ul li a::after{
    display: block;
  }
  .adList-link-text + .adList-link-text{
    padding-top: 3px;
    display: inline-block;
  }
  .adList-linx-text .text-br{
    display: block;
  }
  img.section01-img-left{
    width: 15%;
    margin-left: -14px;
  }
  img.section01-img-right{
    width: 15%;
    margin-right: -5px;
  }
  /* 今がおすすめの理由 */
  .section02-title,.section02-inner-title{
    font-size: 1.8rem;
  }
  .section02-glid{
    height: auto;
  }
  .section02-glid-inner .recommend01,
  .section02-glid-inner .recommend02{
    margin-right: 0;
  }
  .section02-glid .section02-glid-inner div{
    height: auto;
    width: 100%;
  }
  .section02-inner{
    overflow: hidden;
    padding-bottom: 15px;
  }
  .section02-glid-inner{
    padding: 0 20px;
  }
  .section02-glid-inner div{
    padding: 15px 5px;
  }
  .recommend01, .recommend02, .recommend03{
    float: none;
  }
  /* オススメプロモーション */
  .section03 h2, .section04 h2, .section05 h2, .section06 h2{
    height: 40px;
  }
  p.adList-title{
    line-height: 40px;
    font-size: 4vw;
  }
  .adList-item{
    width: 100%;
    height: auto;
  }
  .adList-button{
    position: static;
    font-size: 1.5rem;
  }
  .adList-itembox{
    margin-top: 15px;
  }
  .adList-item-title{
    font-size: 1.5rem;
  }
  footer{
    padding: 10px;
  }
}
/* 450px以内 */

@media screen and (max-width: 400px){
  .adList-link ul li{
    padding: 5px 0;
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 350px){
  .text-hide{
    display: none;
  }
  }
/* 330px以内 */
@media screen and (max-width: 330px){
  .mainvisual {
    height: 146px;
    padding-top: 0;
  }
  html{
    min-width: 320px;
  }
  }
