@charset "UTF-8";
/* CSS Document */

/*============================================================================================
↓共通==========================================================================================
============================================================================================*/
html {
  font-size: 62.5%; /*←全体の文字サイズの基準を10pxにセット*/
  line-height: 1em; /*←全体の行間を1emにセット*/
}

html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
  color: #444444;
  -webkit-text-size-adjust: 100%;
}
#wrapper {
  top: 0;
  left: 0;
  width: 100%;
  position: relative;
  z-index: 1;
  display: table;
  opacity: 0;
}
.inner-wrap-top {
  margin: auto;
  overflow: hidden;
}
/*#contents {
  margin-top: 40px;
  margin-bottom: 60px;
}
#contents-area {
  clear: both;
}
@media screen and (max-width: 1080px) {
  body {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.2em;
  }
}*/

/*============================================================================================
↓画像==========================================================================================
============================================================================================*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
img.width-max {
  width: 100%;
  max-width: 1024px; /*←幅いっぱいの画像の最大サイズを指定*/
  height: auto;
  margin: 0 auto;
  display: block;
}

/*============================================================================================
↓＜レイアウト＞レスポンシブ対応（上下余白・サイド余白）======================================================
============================================================================================*/
.inner-wrap { /*可変幅*/
}
.ajs-mg { /*可変マージン*/
  margin-bottom: 3em;
  overflow: hidden;
}
@media screen and (max-width: 1080px) {
  .inner-wrap {
    padding-left: 3em;
    padding-right: 3em;
  }
}
@media screen and (max-width: 640px) {
  .inner-wrap {
    padding-left: 0em;
    padding-right: 0em;
  }
}

/*============================================================================================
↓各デバイスでの表示切り替え=========================================================================
============================================================================================*/
.sp, .tab {
  display: none;
} /*only SP&TAB*/
.pc {
  display: block;
} /*only PC*/
@media screen and (max-width: 1080px) {
  .sp, .tab {
    display: none;
  }
  .pc {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sp, .pc {
    display: none;
  }
  .tab {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .pc, .tab {
    display: none;
  }
  .sp {
    display: block;
  }
}

/*============================================================================================
↓余白・フロート====================================================================================
============================================================================================*/
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
.align-c {
  text-align: center;
}
.align-r {
  text-align: right;
}
.align-l {
  text-align: left;
}
.mgB0 {
  margin-bottom: 0px;
}
.mgB5 {
  margin-bottom: 5px;
}
.mgB10 {
  margin-bottom: 10px;
}
.mgB15 {
  margin-bottom: 15px;
}
.mgB20 {
  margin-bottom: 20px;
}
.mgB30 {
  margin-bottom: 30px;
}
.mgB40 {
  margin-bottom: 40px;
}
.mgB50 {
  margin-bottom: 50px;
}
.mgB60 {
  margin-bottom: 60px;
}
.mgB70 {
  margin-bottom: 70px;
}
.mgT0 {
  margin-top: 0px;
}
.mgT5 {
  margin-top: 5px;
}
.mgT10 {
  margin-top: 10px;
}
.mgT15 {
  margin-top: 15px;
}
.mgT20 {
  margin-top: 20px;
}
.mgT30 {
  margin-top: 30px;
}
.mgT40 {
  margin-top: 40px;
}
.mgT50 {
  margin-top: 50px;
}
.mgR0 {
  margin-right: 0px;
}
.mgR5 {
  margin-right: 5px;
}
.mgR10 {
  margin-right: 10px;
}
.mgR15 {
  margin-right: 15px;
}
.mgR20 {
  margin-right: 20px;
}
.mgR30 {
  margin-right: 30px;
}
.mgR40 {
  margin-right: 40px;
}
.mgR50 {
  margin-right: 50px;
}
.mgL0 {
  margin-left: 0px;
}
.mgL5 {
  margin-left: 5px;
}
.mgL10 {
  margin-left: 10px;
}
.mgL15 {
  margin-left: 15px;
}
.mgL20 {
  margin-left: 20px;
}
.mgL30 {
  margin-left: 30px;
}
.mgL40 {
  margin-left: 40px;
}
.mgL50 {
  margin-left: 50px;
}
.pdgB0 {
  padding-bottom: 0px;
}
.pdgB5 {
  padding-bottom: 5px;
}
.pdgB10 {
  padding-bottom: 10px;
}
.pdgB15 {
  padding-bottom: 15px;
}
.pdgB20 {
  padding-bottom: 20px;
}
.pdgB30 {
  padding-bottom: 30px;
}
.pdgB40 {
  padding-bottom: 40px;
}
.pdgB50 {
  padding-bottom: 50px;
}
.pdgT0 {
  padding-top: 0px;
}
.pdgT5 {
  padding-top: 5px;
}
.pdgT10 {
  padding-top: 10px;
}
.pdgT15 {
  padding-top: 15px;
}
.pdgT20 {
  padding-top: 20px;
}
.pdgT30 {
  padding-top: 30px;
}
.pdgT40 {
  padding-top: 40px;
}
.pdgT50 {
  padding-top: 50px;
}
.pdgR0 {
  padding-right: 0px;
}
.pdgR5 {
  padding-right: 5px;
}
.pdgR10 {
  padding-right: 10px;
}
.pdgR15 {
  padding-right: 15px;
}
.pdgR20 {
  padding-right: 20px;
}
.pdgR30 {
  padding-right: 30px;
}
.pdgR40 {
  padding-right: 40px;
}
.pdgR50 {
  padding-right: 50px;
}
.pdgL0 {
  padding-left: 0px;
}
.pdgL5 {
  padding-left: 5px;
}
.pdgL10 {
  padding-left: 10px;
}
.pdgL15 {
  padding-left: 15px;
}
.pdgL20 {
  padding-left: 20px;
}
.pdgL30 {
  padding-left: 30px;
}
.pdgL40 {
  padding-left: 40px;
}
.pdgL50 {
  padding-left: 50px;
}

/*============================================================================================
↓フォント=======================================================================================
============================================================================================*/
.font-Jp-SansSerif {
  font-family: 'Noto Sans Japanese', sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}
.font-Jp-Serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.font-En-SansSerif {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.font8 {
  font-size: 80%;
}
.font10 {
  font-size: 100%;
}
.font12 {
  font-size: 120%;
  line-height: 1.2em;
}
.font14 {
  font-size: 140%;
  line-height: 1.4em;
}
.font16 {
  font-size: 160%;
  line-height: 1.6em;
}
.font18 {
  font-size: 180%;
  line-height: 1.8em;
}
.font20 {
  font-size: 200%;
  line-height: 2em;
}