

/*---------------------------- Font Base Style ----------------------------*/


/* @import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css); */

/* body {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
} */

#container {
  font-family: 'Noto Sans', 'Noto Sans CJK JP', 'Noto Sans CJK JP Subset', sans-serif;
  width: 100%;
  margin: 0 auto;
  font-size: 100%;
  /* line-height: 1.6; */
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* *{font-size: 62.5%;} */

h1 {font-size: 5.0rem;}
h2 {font-size: 3.0rem;}
h3 {font-size: 2.0rem;font-weight: bold;}
h4 {font-size: 1.5rem;}
h5 {font-size: 1.2rem;}
p {font-size: 1.4rem;}

/*---------------------------- line-height ----------------------------*/

.lh10 {line-height: 1.0rem;}
.lh20 {line-height: 2.0rem;}
.lh21 {line-height: 2.1rem;}
.lh22 {line-height: 2.2rem;}
.lh23 {line-height: 2.3rem;}
.lh24 {line-height: 2.4rem;}
.lh25 {line-height: 2.5rem;}
.lh26 {line-height: 2.6rem;}
.lh27 {line-height: 2.7rem;}
.lh28 {line-height: 2.8rem;}
.lh29 {line-height: 2.9rem;}
.lh30 {line-height: 3.0rem;}
.lh40 {line-height: 4.0rem;}


/*---------------------------- 強制Margin  ----------------------------*/

.mt-10 {margin-top:1.0rem!important;}
.mb-10 {margin-bottom:1.0rem!important;}
.mt-20 {margin-top:2.0rem!important;}
.mb-20 {margin-bottom:2.0rem!important;}
.mt-30 {margin-top:3.0rem!important;}
.mb-30 {margin-bottom:3.0rem!important;}
.mt-40 {margin-top:4.0rem!important;}
.mb-40 {margin-bottom:4.0rem!important;}
.mt-50 {margin-top:5.0rem!important;}
.mb-50 {margin-bottom:5.0rem!important;}


/*---------------------------- 強制Padding  ----------------------------*/

.pt-ss {padding-top:0.1rem!important;}
.pb-ss {padding-bottom:0.1rem!important;}
.pl-ss {padding-left:0.1rem!important;}
.pr-ss {padding-right:0.1rem!important;}
.pa-ss {padding:0.1rem!important;}

.pt-s {padding-top:0.2rem!important;}
.pb-s {padding-bottom:0.2rem!important;}
.pl-s {padding-left:0.2rem!important;}
.pr-s {padding-right:0.2rem!important;}
.pa-s {padding:0.2rem!important;}

.pt-m {padding-top:1%!important;}
.pb-m {padding-bottom:1%!important;}
.pl-m {padding-left:1%!important;}
.pr-m {padding-right:1%!important;}
.pa-m {padding:1%!important;}

.pt-l {padding-top:3%!important;}
.pb-l {padding-bottom:3%!important;}
.pl-l {padding-left:3%!important;}
.pr-l {padding-right:3%!important;}
.pa-l {padding:3%!important;}

/*---------------------------- Box Layout ----------------------------*/

.full-width {width:100%;margin:0 auto;display: block;}
.fixed-width {max-width: 1010px;margin:0 auto;display: block;}

/*---------------------------- Box Layout SP ----------------------------*/

@media screen and (min-width:320px) and ( max-width:767px) {
  .full-width {width:100%;margin:0 auto;}
  .fixed-width {max-width:94%;margin:0 auto;}

}

/*---------------------------- Glid System ----------------------------*/

.r {display: flex;flex-wrap: wrap;align-items: center;} /*横並び中央合わせPCSP*/
.rt {display: flex;flex-wrap: wrap;align-items: flex-start;} /*横並び上合わせ*/
.rb {display: flex;flex-wrap: wrap;align-items: flex-end;} /*横並び下合わせ*/
.rbn {display: flex;flex-wrap: nowrap;align-items: flex-end;} /*横並び下合わせ*/
.rc {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;} /*縦横並び中央揃え*/
.rw {display: flex;flex-wrap: wrap;} /*改行有りでカラム落ち*/
.rsb {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;} /*縦並び中央揃え*/
.rr {display: flex;} /*レスポンシブの時に右から積み上げ*/
.rrs {display: flex;flex-wrap: wrap;justify-content: space-between;}

/*すべてに対して、左右0.5％のパディング*/
.col-1 {width: 8.33%;padding:0 0.5%;}
.col-2 {width: 16.66%;padding:0 0.5%;}
.col-3 {width: 25%;padding:0 0.5%;}
/* .col-3f {width: 25%;padding:0;} */
.col-4 {width: 33.33%;padding:0 0.5%;}
.col-5 {width: 41.66%;padding:0 0.5%;}
.col-6 {width: 50%;padding:0 0.5%;}
.col-7 {width: 58.33%;padding:0 0.5%;}
.col-8 {width: 66.66%;padding:0 0.5%;}
.col-9 {width: 75%;padding:0 0.5%;}
.col-10 {width: 83.33%;padding:0 0.5%;}
.col-11 {width: 91.66%;padding:0 0.5%;}
.col-12 {width: 100%;padding:0 0.5%;}

/* div[class*="col-"] img {width: 100%;} */

/* div[class*="col-"]:first-child {padding-left: 0;}
div[class*="col-"]:last-child {padding-right: 0;} */

/*---------------------------- Glid System SP ----------------------------*/

@media screen and (min-width:320px) and ( max-width:767px) {

  .r {display: flex;flex-wrap: wrap;align-items: center;} /*横並び中央合わせPCSP*/
  .rw {display: flex;flex-wrap: wrap;flex-direction: column;}
  .rt {display: flex;flex-wrap: wrap;align-items: flex-start;} /*横並び上合わせ*/
  .rb {display: flex;flex-wrap: wrap;align-items: flex-end;} /*横並び下合わせ*/
  .rc {display: flex;flex-wrap: wrap;justify-content: center;align-items: center;} /*縦横並び中央揃え*/
  .rsb {display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;} /*縦並び中央揃え*/
  .rr {display: flex;flex-wrap: wrap;flex-direction: column-reverse;}

  /* .col-3 {width: 50% !important;padding:0 0.5%!important;} */

  div[class*="col-"]{width: 100%;}　/*レスポンシブのカラムを100％表示*/
  div[class*="col-"]{margin: 0;}
}

/*---------------------------- Common Style ----------------------------*/

div[class*="col-"] img {width:100%;}　/*カラム内の画像100％表示*/

/*左右振りわけ*/
.ltext {text-align: left;}
.ctext {text-align: center;}
.rtext {text-align: right;}

/*アンカーボタン*/
.btn {
  display: block;
  text-align: center;
  width: 100%;
  /* padding: 2.0rem 0; */
  position: relative;
  z-index: 1; /* 必要であればリンク要素の重なりのベース順序指定 */
  background-color: #eee;
  border: 1px solid #ccc;
}

.btn:hover {
  filter:alpha(opacity=70);/* IE 6,7*/
  -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
  -moz-opacity:0.7;/* FF , Netscape */
  -khtml-opacity: 0.7;/* Safari 1.x */
  opacity:0.7;
  zoom:1;/*IE*/
  transition: all .9s;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}

/* .pconly {
  display: block;
} */

/*---------------------------- Common Style SP ----------------------------*/

@media screen and (min-width:320px) and ( max-width:767px) {

  /*スマホで改行が見にくい問題*/
  .sptext {
    text-align: left;
  }
  .sptext br {
    display: none;
  }

  /*アンカーボタン*/
  .btn {
    display: block;
    text-align: center;
    width: 100%;
    padding: 2.0rem 0;
    border: 1px solid #ccc;
  }

}

/*---------------------------- Contents Style ----------------------------*/

.red {background-color:#ff0000;}
.blue {background-color:#0033ff;}
.glay {background-color: #ddd;}
.lightglay {background-color: #f2f2f2;}
.black {background-color: #000;}
.f-black {color: #000;text-align: left;}
.f-gold {color: #ebe6d3;}

/*---------------------------- Contents Style SP ----------------------------*/

@media screen and (min-width:768px) {

  .sponly {
    display: none;
  }

  .pconly02 {
    display: inline-block;
  }

}

@media screen and (min-width:320px) and ( max-width:767px) {

  .pconly {
    display: none;
  }

  .pconly02 {
    display: none;
  }

  .sponly {
    display: block;
    text-align: center;
    margin: 0 auto;
  }

}
