@charset "UTF-8";
/* 点滅 */
/* ローディングアニメ */
/* スクロールアニメ */
/* ページトップボタン */
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* 全体設定
---------------------------------------------*/
html {
  width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  overflow-x: hidden;
  background: #fff;
  color: #000;
  font-size: 1.2rem;
  line-height: 2.2rem;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
}

img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .spNone {
    display: none;
  }
}

/* link setting
--------------------------------------*/
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  transition: all 0.4s ease-out;
}

a {
  color: #000;
  text-decoration: none;
}

/* return_btn
--------------------------------------*/
#page-top,
#page-top span {
  display: inline-block;
  box-sizing: border-box;
}

#page-top {
  position: fixed;
  text-align: center;
  width: 50px;
  height: 50px;
  z-index: 9999;
  right: 0;
  bottom: 50px;
  line-height: 5rem;
  font-size: 2rem;
  box-sizing: border-box;
  transition: all 0.4s;
}
@media screen and (min-width: 769px) {
  #page-top {
    right: 2%;
    bottom: 2%;
    font-size: 2.5rem;
  }
}
#page-top:hover {
  opacity: 0.6;
}
#page-top:hover span {
  background: #fff;
}
#page-top span {
  position: absolute;
  height: 3px;
  background: #fff;
}
#page-top span:nth-of-type(1) {
  top: 46%;
  transform: rotate(-45deg);
  width: 15px;
  left: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(1) {
    width: 12px;
    left: 25%;
  }
}
#page-top span:nth-of-type(2) {
  top: 46%;
  transform: rotate(45deg);
  width: 16px;
  right: 25%;
}
@media screen and (max-width: 768px) {
  #page-top span:nth-of-type(2) {
    width: 12px;
    right: 25%;
  }
}

#wrap {
  width: 100%;
}

#topArea {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
@media screen and (max-width: 768px) {
  #topArea {
    background-image: url(../images/main.jpg);
  }
}
@media screen and (min-width: 769px) {
  #topArea {
    background-image: url(../images/main_pc.jpg);
  }
}

.fc_red {
  color: #FF0000;
}

/* mainArea
--------------------------------------*/
#contents {
  width: 90%;
  margin: 100px auto 0;
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  #contents {
    max-width: 960px;
  }
}
#contents #read {
  width: 100%;
  text-align: center;
}
#contents #read .ttl {
  margin: 0 auto;
  display: inline-block;
  font-size: 24px;
}
#contents #read .ttl span {
  display: block;
  font-size: 10px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  #contents #read .ttl span {
    line-height: 3rem;
  }
}
#contents #read .read_txt {
  width: 100%;
  margin: 80px auto 50px;
  text-align: left;
  font-size: 12px;
  line-height: 2.2rem;
}
@media screen and (min-width: 769px) {
  #contents #read .read_txt {
    width: 75%;
    margin: 80px auto 50px;
  }
}
#contents #read .read_txt span {
  font-weight: 600;
}
#contents #read .online {
  width: 80%;
  margin: 0 auto;
  border: dashed 1px #707070;
  padding: 10px 20px;
  text-align: left;
  line-height: 2rem;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #contents #read .online {
    width: 60%;
  }
}
#contents #category_area {
  width: 100%;
  margin: 0px auto;
  box-sizing: border-box;
}
#contents .category_box {
  width: 100%;
  margin: 100px auto 50px;
  box-sizing: border-box;
}
#contents .category_box .flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .category_box .img_box {
  width: calc(50% - 5px);
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 2rem;
}
@media screen and (min-width: 769px) {
  #contents .category_box .img_box {
    width: calc(25% - 20px);
    margin-bottom: 50px;
  }
}
#contents .category_box .img_box a {
  /*pointer-events: none;*/
}
#contents .category_box .img_box img {
  margin-bottom: 10px;
}
#contents .category_box .img_box p {
  font-size: 10px;
}

/* endArea
--------------------------------------*/
footer {
  background: #fff;
  margin: 0px auto 0;
  padding-bottom: 30px;
}
@media screen and (min-width: 769px) {
  footer {
    padding-bottom: 50px;
  }
}
footer #logo {
  width: 160px;
  margin: 50px auto 10px;
}
@media screen and (min-width: 769px) {
  footer #logo {
    width: 190px;
    margin-top: 100px;
  }
}
footer #logo:hover a img:hover {
  filter: alpha(opacity=60); /* IE 6と7*/
  -ms-filter: "alpha(opacity=60)"; /* IE 8と9 */
  -moz-opacity: 0.6; /* Firefox , Netscape */
  -khtml-opacity: 0.6; /* Safari 1系 */
  opacity: 0.6;
  zoom: 1; /*IE*/
  transition: all 0.6s ease-out;
}
footer #copyright {
  text-align: center;
  font-size: 1rem;
  color: #000;
}/*# sourceMappingURL=style.css.map */