@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; }

body {
  font-feature-settings: "palt";
  letter-spacing: 1px;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

/*変数
---------------------------------------------*/
/*全体
---------------------------------------------*/
a {
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 1;
  text-decoration: none;
  color: #000; }

.fixedsticky {
  top: 0;
  z-index: 10; }

@-webkit-keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes main_img {
  from {
    opacity: 0; }
  100% {
    opacity: 1; } }
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transition: 0.8s; }

.fadeInUp {
  opacity: 1.0;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0); }

#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999; }

#pageTop a {
  display: block;
  padding: 8px 0 0 8px;
  border-radius: 30px;
  color: #000;
  border: 1px solid #000;
  text-decoration: none;
  text-align: center; }

#pageTop a:hover {
  text-decoration: none; }

/*head -------------------------*/
#head {
  display: table; }
#head .logo_top {
  margin: 0 auto; }

.description {
  display: table-cell;
  vertical-align: middle; }

h1 {
  margin: 0 auto; }

#cover_read {
  background-color: #f5eae1; }
#cover_read .read_title {
  font-family: 'Times New Roman', 'Hiragino Mincho ProN', Meiryo, serif;
  font-weight: bold;
  text-decoration: underline; }

#contents {
  margin: 0 auto;
  width: 100%; }

.box_read {
  margin: 0 auto;
  width: 100%; }
.box_read ul {
  font-family: 'Times New Roman', 'Hiragino Mincho ProN', Meiryo, serif; }
.box_read ul .num {
  font-weight: bold; }

h2 {
  font-family: 'Times New Roman', 'Hiragino Mincho ProN', Meiryo, serif;
  font-weight: bold; }

.flex {
  width: 100%;
  display: flex;
  justify-content: space-between; }

.flex_img {
  width: 49%; }

.credit {
  background-color: #f7f7f7;
  margin: -3px 0 0 0; }
.credit ul {
  font-family: 'Times New Roman', 'Hiragino Mincho ProN', Meiryo, serif;
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
.credit a {
  text-decoration: underline;
  font-weight: bold; }
.credit a:hover {
  text-decoration: none; }

#yoyaku_btn {
  text-align: center; }
#yoyaku_btn a {
  border: 1px solid #000; }
#yoyaku_btn a:hover {
  background-color: #000;
  color: #fff; }

/* footer -------------------------*/
#footer_box {
  margin: 0 auto; }

.footer_p {
  margin: 0 auto;
  text-align: center; }

#sns_flex {
  display: flex;
  justify-content: space-between;
  margin: 0 auto; }
#sns_flex a {
  text-decoration: none; }

#logo {
  margin: 0 auto; }

#copyright p {
  text-align: center;
  color: #000; }

/* PC
--------------------------------------*/
@media screen and (min-width: 668px) {
  .pc_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #pageTop a {
    width: 35px;
    height: 35px; }

  i {
    padding: 4px 5px 0 0; }

  /*head -------------------------*/
  #head {
    background: url(../images/main.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    margin: 0 auto; }
  #head .logo_top {
    width: 12%;
    padding-top: 20px; }

  h1 {
    width: 45%; }

  #cover_read {
    text-align: center;
    padding: 100px 0; }
  #cover_read .read_title {
    font-size: 25px;
    padding-bottom: 30px; }
  #cover_read .read {
    font-size: 13px;
    line-height: 20px; }

  .box {
    margin: 150px auto 0 auto; }

  .box_read {
    text-align: center; }
  .box_read p {
    font-size: 13px;
    line-height: 20px;
    margin: 30px 0; }
  .box_read ul {
    padding-bottom: 20px;
    line-height: 18px; }
  .box_read ul .styling {
    font-size: 12px; }
  .box_read ul .num {
    font-size: 19px; }

  h2 {
    font-size: 22px;
    padding: 30px 0; }

  .credit {
    padding: 50px 0; }
  .credit ul {
    width: 360px;
    font-size: 14px;
    line-height: 30px; }
  .credit ul span {
    font-size: 12px; }
  .credit a {
    font-size: 13px; }

  #yoyaku_btn {
    margin-top: 200px;
    font-size: 15px; }
  #yoyaku_btn a {
    padding: 20px 100px; }
  #yoyaku_btn a:hover {
    background-color: #000;
    color: #fff; }

  /* footer -------------------------*/
  #footer_box {
    width: 40%;
    padding: 200px 0 100px 0; }

  .footer_p {
    width: 35%;
    padding: 0 0 20px 0; }

  #sns_flex {
    width: 60%; }
  #sns_flex li {
    width: 12%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 10%; }

  #copyright p {
    padding: 20px 0 50px 0;
    font-size: 11px; } }
/* SP
--------------------------------------*/
@media screen and (max-width: 667px) {
  .sp_none {
    display: none; }

  .fixedsticky {
    top: 0;
    z-index: 10; }

  @-webkit-keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  @keyframes main_img {
    from {
      opacity: 0; }
    100% {
      opacity: 1; } }
  .inviewfadeInUp {
    opacity: 0;
    transform: translate(0, 10px);
    -webkit-transform: translate(0, 10px);
    transition: 0.8s; }

  .fadeInUp {
    opacity: 1.0;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0); }

  #pageTop a {
    width: 30px;
    height: 30px; }

  i {
    padding: 2px 6px 0 0; }

  /*head -------------------------*/
  #head {
    background: url(../images/main.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 90vh;
    margin: 0 auto; }
  #head .logo_top {
    width: 20%;
    position: absolute;
    top: 76%;
    left: 40%; }

  h1 {
    width: 90%; }

  #cover_read {
    width: 100%;
    margin: 0 auto;
    padding: 50px 0px; }
  #cover_read .read_title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px; }
  #cover_read .read {
    font-size: 12px;
    line-height: 20px;
    width: 90%;
    margin: 0 auto; }

  .box {
    margin: 100px auto 0 auto; }

  .box_read p {
    font-size: 12px;
    width: 90%;
    line-height: 16px;
    margin: 20px auto; }
  .box_read ul {
    padding-bottom: 15px;
    line-height: 18px;
    text-align: center; }
  .box_read ul .styling {
    font-size: 11px; }
  .box_read ul .num {
    font-size: 18px; }

  h2 {
    font-size: 15px;
    padding: 20px 0;
    text-align: center; }

  .credit {
    padding: 30px 0; }
  .credit ul {
    width: 80%;
    font-size: 12px;
    line-height: 22px; }
  .credit ul span {
    font-size: 11px; }
  .credit a {
    font-size: 11px; }

  #yoyaku_btn {
    margin-top: 80px;
    font-size: 13px; }
  #yoyaku_btn a {
    padding: 15px 50px; }
  #yoyaku_btn a:hover {
    background-color: #000;
    color: #fff; }

  /* footer -------------------------*/
  #footer_box {
    width: 60%;
    padding: 100px 0 80px 0; }

  .footer_p {
    width: 50%;
    padding: 0 0 15px 0; }

  #sns_flex {
    width: 100%; }
  #sns_flex li {
    width: 11%; }
  #sns_flex a {
    text-decoration: none; }

  #logo {
    width: 25%; }

  #copyright p {
    padding: 10px 0 30px 0;
    font-size: 10px; } }
