@charset 'utf-8';

html {
  font-size: 62.5%;
  /* remによるフォントサイズ指定 */
}

body {
  background-color: #f9f9f9;
  font: normal normal normal 62.5% "游ゴシック体", YuGothic, "游ゴシック Medium",
    Yu Gothic Medium, "游ゴシック", Yu Gothic, "Hiragino Kaku Gothic ProN",
    "ヒラギノ角ゴ ProN W3", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ",
    sans-serif;
  position: relative;
  font-size: 1.6rem;
  overflow-x: hidden;
  text-align: left;
  text-align: justify;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

a:hover {
  opacity: 0.6;
}

.PC {
  display: block;
}

.SP {
  display: none !important;
}

.bold {
  font-weight: bold !important;
}

/* フェードイン */
.is-fixed {
  position: fixed !important;
  top: 80px !important;
  bottom: unset !important;
  left: 0;
  z-index: 102;
  width: 100%;
  margin-top: 0;
  transition: 0.6s ease-in-out;
  transform: translateY(80px);
  opacity: 0.9;
}

.effect-fade {
  opacity: 0;
  transform: translate(0, 30px);
  transition: all 500ms;
}

.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* ヘッダー */
.header {
  position: fixed;
  right: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.header__inner {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 30px auto;
  padding: 0 10px;
  border: solid 3px;
  background: #fff;
}

.headerNav {
  height: 50px;
}

.navList {
  display: flex;
  height: 100%;
  align-items: center;
}

.navList li {
  width: auto;
  padding: 0 10px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.9;
  font-family: 'Rampart One', cursive;
}

.navList__inner a {
  display: block;
  font-size: 2rem;
  line-height: 50px;
}

.logo {
  font-family: 'Rampart One', cursive;
  font-size: 2.5rem;
  line-height: 50px;
}

@media screen and (max-width: 768px) {
  .header {
    width: 95%;
    margin: 0 auto;
  }

  .header__inner {
    margin: 10px auto;
  }

  .headerNav {
    border: solid;
    background: #fff;
    align-content: first baseline;
  }

  .navList {
    display: flex;
    flex-direction: column;
    padding-top: 20vh;
  }

  .navList li {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
}

/* フッター */
.footer {
  width: 100vw;
  padding: 40px 0;
  background: #f43c3c;
  color: #fff;
}

.copyRight {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.copyRight__inner {
  font-size: 1.2rem;
}

@media screen and (max-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

/* トップページコンテンツ */
#topContents {
  width: 1000px;
  margin: 0 auto 100px auto;
}

#topContents h3 a {
  background: linear-gradient(transparent 20%, #fff000 20%);
  font-size: 2rem;
}

#topContents .contents__inner {
  display: flex;
  margin-bottom: 50px;
}

#topContents .contents__inner.reverse {
  flex-direction: row-reverse;
}

#topContents .contents__inner__txt {
  width: 450px;
  padding: 20px 40px;
}

#topContents .contents__inner__txt .readmore {
  float: right;
  font-family: Apercu-Mono, sans-serif;
  font-size: 1.4rem;
  font-weight: 200;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  #topContents {
    width: 95%;
  }

  #topContents .contents__inner {
    display: block;
  }

  #topContents .contents__inner__txt {
    width: 100%;
    padding: 20px 0;
  }
}

/* トップと共通 */
.top {
  position: relative;
  text-align: center;
}

.top .topTitle {
  position: absolute;
  top: 14vh;
  right: 45vw;
  font-family: 'Rampart One', cursive;
  font-size: 4.3vw;
  transform: rotate(-7deg);
}

.top .topTitle span {
  font-size: 2vw;
}

.contentTitle {
  text-align: center;
  margin: 100px auto 50px auto;
  font-size: 3rem;
  line-height: 2.7rem;
  font-family: 'Rampart One', cursive;
}

.contentTitle .tagline {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .top .topTitle {
    top: 43vw;
    left: 0;
    right: 0;
    font-size: 11vw;
  }
}

/* コンテンツ共通 */
.underTop {
  position: relative;
  width: auto;
  margin: 0 auto;
}

.underTop_img {
  height: 520px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.underTop img {
  width: 600px;
}

.underTop .contentTitle {
  margin: 50px auto;
}

.inLink {
  font-size: 1.6rem;
}

.leadTxt {
  width: 970px;
  margin: 20px auto 50px auto;
}

.contents {
  width: 960px;
  margin: 0 auto 100px auto;
  background: #fff;
  padding: 80px;
  border: solid;
}
.contents img {
  display: block;
  margin: 0 auto;
}

.contents__txt {
  margin: 20px 0;
}

.contents .midashi {
  background: linear-gradient(transparent 20%, #fff000 20%);
  font-size: 1.8rem;
}

.URL {
  text-decoration: underline;
}

.data {
  background: #eee;
  padding: 20px 30px;
  margin-top: 35px;
}

.arrow {
  width: 850px;
  margin: 0 auto;
  display: flex;
}

.next {
  width: 850px;
  margin: 0 auto 50px auto;
  display: block;
  text-align: right;
}

.pre {
  width: 850px;
  margin: 0 auto 50px auto;
  display: block;
  text-align: left;
}

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

  .contents,
  .arrow,
  .next,
  .pre,
  .leadTxt {
    width: 90%;
  }

  .underTop .contentTitle {
    right: 0;
    left: 0;
    top: -24vw;
    width: 90%;
  }
  .underTop_img {
      height: 300px;
    }

  .contents {
    padding: 30px 20px;
  }
}

@media screen and (max-width: 768px) {
  .PC {
    display: none !important;
  }

  .SP {
    display: block !important;
  }
}