@charset "UTF-8";
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;400;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");
/* Reset Style */
/* =======================================

	Browser Reset CSS
	Last Up Date 09/09/28

========================================== */
@font-face {}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, p, blockquote {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

html {
  font-size: 62.5% !important;
}
@media all and (max-width: 896px) {
  html {
    font-size: 60% !important;
  }
}

body {
  font-family: 'Noto Sans Japanese';
  color: #333333;
  -webkit-text-size-adjust: none;
  font-size: 1.5rem;
  line-height: 1.5em;
  letter-spacing: 1px;
  background: #FFF;
}

* html body {
  font-size: small;
}

*:first-child + html body {
  font-size: small;
}

#wrapper {
  overflow: hidden;
}

img {
  border: 0;
  vertical-align: bottom;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  text-decoration: none;
  color: #333333;
}

ul, dl, ol {
  text-indent: 0;
}

ul li {
  list-style: none;
}

address, caption, cite, code, dfn, em, var {
  font-style: normal;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

* html input, * html textarea, * html select {
  font-size: 100%;
}

*:first-child + html + input, *:first-child html + textarea, *:first-child + html select {
  font-size: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: inherit;
}

th, td {
  text-align: left;
  vertical-align: top;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
}

* html pre, * html code, * html kbd, * html samp, * html tt {
  font-size: 100%;
  line-height: 100%;
}

*:first-child + html pre, *:first-child html + code, *:first-child html + kbd, *:first-child + html + samp, *:first-child + html tt {
  font-size: 108%;
  line-height: 100%;
}

input, select, textarea {
  font-size: 100%;
  font-family: Verdana, Helvetica, sans-serif;
}

.pconly {
  display: block;
}
@media all and (max-width: 480px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 480px) {
  .sponly {
    display: block;
  }
}

.w1000 {
  max-width: 1000px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.w1500 {
  max-width: 1500px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
  transition: 0.5s;
}

img {
  max-width: 100%;
}
img.fitimg {
  object-fit: cover;
  object-position: 0 100%;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  width: 100%;
  height: 100%;
}

.fadein {
  opacity: 0;
  transform: translate(0, 100px);
  /* フェードインで動く高さを指定 */
  transition: all 1500ms;
  /* フェードインにかかる時間を指定 */
}

.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

#content .more_btn {
  width: 300px;
}
#content .more_btn a {
  font-family: 'Noto Sans Japanese';
  padding: 20px 0;
  color: #FFFFFF;
  text-align: center;
  border: 1px solid #000000;
  box-sizing: border-box;
  background: #000000;
  position: relative;
  display: block;
  /*
  &:before{
    content: "";
    display: block;
    background: url("../images/arrow.svg") no-repeat center center / 100% auto;
    width: 36px;
    height: 7px;
    position: absolute;
    right: -12px;
    top: 40%;
  }
  */
}
#content .more_btn a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  position: absolute;
  display: block;
}
#content .more_btn a:hover {
  opacity: 1;
  color: #000000;
  background: #000000;
}

footer {
  padding: 80px 0;
}
footer .area_foot .logo {
  text-align: center;
}
footer .area_foot .text {
  margin: 40px 0;
  text-align: center;
}
@media all and (max-width: 480px) {
  footer .area_foot .text {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
}
footer .area_foot .copy {
  font-size: 1.3rem;
  text-align: center;
}
footer #pagetop {
  position: fixed;
  right: 20px;
  z-index: 99;
}
@media all and (max-width: 480px) {
  footer #pagetop {
    right: 10px;
    bottom: 10px !important;
  }
}
footer #pagetop a {
  overflow: hidden;
  outline: none;
}

body,
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}

input[type="submit"], input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus, input[type="button"]::focus {
  outline-offset: -2px;
}
