@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:900&display=swap');
/* reset
--------------------------------------------------- */
*, *::before, *::after {
  box-sizing: border-box;
}
ul, ol {
  padding: 0;
}
body, h1, h2, h3, h4, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
  margin: 0;
}
html {
  font-size: 62.5%;
}
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
ul, ol {
  list-style: none;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
img {
  max-width: 100%;
  display: block;
}
input, button, textarea, select {
  font: inherit;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
}
/* ----- clearfix ----- */
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
/* common
--------------------------------------------------- */
.contents a {
  color: #0086e3;
  text-decoration: none;
}
.contents a:visited {
  color: #0086e3;
}
.contents a:hover {
  text-decoration: underline;
}
.contents .no-pc {
  display: none;
}
.contents br.no-pc {
  display: none;
}
.contents .no-sp {
  display: block;
}
.contents .xs {
  font-size: 1.2rem;
}
.contents .tax {
  padding: 0 0 0 .25em;
  font-size: 1.2rem;
  font-weight: normal;
}
.sub-txt {
  font-size: 75%;
}
.contents em {
  color: #D3BF8F;
  font-style: normal;
  font-size: 120%;
  font-weight: bold;
}
.contents strong {
  font-style: normal;
  font-weight: bold;
}
.contents .strikethrough {
  color: #666;
  text-decoration: line-through;
}
.contents .caution {
  color: #555;
  padding: 0 0 0 1em;
  font-size: 1.2rem;
  line-height: 1.2;
  text-indent: -1em;
}
.contents .caution::before {
  content: "※";
  color: #555;
}
.contents .advance, .contents .public, .contents .soldout {
  display: inline-block;
  margin: 0 10px 3px 0;
  padding: .5em;
  border-radius: 4px;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.contents .advance {
  /*background: #C9082A;*/
  background: #F60;
}
.contents .public {
  background: #666;
}
.contents .soldout {
  background: #999;
}
@media screen and (max-width: 767px) {}
@media screen and (max-width: 480px) {
  .contents .advance, .contents .public, .contents .soldout {
    display: block;
    margin: 0 0 5px 0;
    font-size: 1.0rem;
  }
  .contents .no-pc {
    display: block;
  }
  .contents .no-sp {
    display: none;
  }
  .contents .caution, .contents .xs, .contents .tax {
    font-size: 1.0rem;
    line-height: 1.2;
  }
}
/* LAYOUT
--------------------------------------------------- */
.contents {
  width: 100%;
  min-width: 320px;
  color: #333;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.8rem;
  font-weight: normal;
	background:#FFF url("../images/bg.jpg") repeat center top;
}
.contents-inner {
  width: 100%;
  margin: 0 auto;
  padding: 40px;
}
.contents-inner.black {
	color: #FFF;
	/* background:#000 url("../images/bg_pat.png") repeat center top; */
	background:#000;
}
@media screen and (max-width: 767px) {
  .contents {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .contents-inner {
		padding: 40px 30px 50px;
  }
}
@media screen and (max-width: 480px) {
  .contents {
    font-size: 1.4rem;
    line-height: 1.35;
  }
	.contents-inner {
		padding: 40px 20px 30px;
  }
}
/* HEADDING
--------------------------------------------------- */
.contents h1 {
	max-width: 690px;
	padding: 80px 0 80px;
	margin: 0 auto;
	display: block;
}
.contents h2 {
	font-size: 3.6rem;
	margin: 0 auto 60px;
	display: block;
	color: #ed1c24;
	text-align: center;
	font-weight: bold;
}
.contents h3 {
  width: 100%;
  margin: 20px auto 40px;
  padding: 0 .5em;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
	color: #ed1c24;
	position: relative;
}
.contents h3::after {
  content: "";
  position: absolute;
  background: url("../images/line_w.png") repeat-x;
  background-size: contain;
  height: 4px;
  width: 22em;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .contents h1 {
  }
  .contents h2 {
		font-size: 3rem;
  }
  .contents h3 {
    font-size: 1.8rem;
  }
	.contents h3::after {
    height: 3px;
    bottom: -6px;
    width: 98%;
  }
}
/* HERO
--------------------------------------------------- */
.hero {
	background: url("../images/main_pc.jpg") no-repeat top center;
	background-size: cover;
}
.hero .head-line {
	background: #ed1c24;
	height: 20px;
	position: relative;
}
.hero .head-line::after {
  content: "";
  position: absolute;
  background: url("../images/line_r.png") repeat-x;
  background-size: contain;
  height: 10px;
  width: 100%;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .hero .head-line::after {
    height: 6px;
    bottom: -6px;
  }
}
.hero-inner {
}
.outline {
	margin: 0 auto 50px;
}
.outline p {
	display: block;
	max-width: 900px;
	margin: 0 auto;
}
.outline p + p {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.hero-inner {
	}
	.outline {
		margin: 0 auto 40px;
	}
  .outline p + p {
		margin-top: 40px;
	}
}
@media screen and (max-width: 480px) {
	.hero {
	}
	.outline {
		margin: 0 auto 30px;
	}
  .outline p + p {
		margin-top: 30px;
	}
}
/* ABOUT
--------------------------------------------------- */
.hataraku-about {
	margin-top: -50px;
}
@media screen and (max-width: 767px) {
	.hataraku-about {
		margin-top: 0px;
	}
}
.hataraku-about dt {
	width: 20%;
	float: left;
	position: relative;
  color: #fff;
  background: #ed1c24;
  letter-spacing: normal;
  padding: 5px 0 7px 8px;
	clear: both;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .hataraku-about dt{
    font-size: 1.4rem;
		float: none;
    width: 50%;
    padding: 4px 0 5px 5px;
		margin-top: 30px;
  }
}
/* .hataraku-about dt::after {
  position: absolute;
  top: 0;
  right: -50px;
  width: 50px;
  height: 100%;
  content: '';
  background: url("../images/txt_deco.png") no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .hataraku-about dt::after {
    right: -29px;
    width: 30px;
  }
} */
.hataraku-about dd {
	width: 80%;
	float: left;
	padding-left: 70px;
	margin-top: 45px;
}
@media screen and (max-width: 767px) {
	.hataraku-about dd {
		width: 100%;
		float: none;
		font-size: 1.4rem;
		padding-left: 0px;
		margin-top: 10px;
	}
}
.hataraku-about dd span {
	display: block;
	font-size: 1.2rem;
}
/* TEXT
--------------------------------------------------- */
.coution {
	text-align: center;
	display: block;
	color: #ed1c24;
	margin: 10px 0 0;
}
.dvd-txt {
	margin-bottom: 40px;
}
/* TABLE
--------------------------------------------------- */
.table-price {
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
  border-collapse: collapse;
  border: 1px solid #FFF;
  table-layout: fixed;
	background: #000;
	color: #fff;
}
.not-bt-line {
	margin-bottom: -1px;
}
.table-price th, .table-price td {
	text-align: left;
  padding: 20px;
  border-bottom: 1px solid #FFF;
  box-sizing: border-box;
}
.table-price thead th {
	color: #ed1c24;
	text-align: center;
}
.table-price thead th + th {
  border-left: 1px solid #FFF;
}
.table-price tbody th {
  border-right: 1px solid #FFF;
}
.table-price tbody td {
  border-right: 1px solid #FFF;
}
.table-price tbody td:nth-child(1) {
	width: 20%!important;
}
.table-price tbody td:nth-child(2) {
	width: 80%!important;
}
@media screen and (max-width: 767px) {
	.table-price {
	}
	.table-price thead {
	}
	.table-price th,
	.table-price td {
		display: block;
		font-size: 1.4rem;
		padding: 15px;
	}
	.table-price tbody td:nth-child(1),
	.table-price tbody td:nth-child(2) {
		width: 100%!important;
	}
	}
/* NOTES
--------------------------------------------------- */
.notes {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.notes li {
  padding: 0 0 0 1em;
  text-indent: -1em;
  text-align: left;
}
.notes li::before {
  content: "※";
}
.text-box-att div .notes li::before {
  content: "・";
}
.notes li + li {
  margin: .5em 0 0;
}
@media screen and (max-width: 767px) {
  .notes {
  }
  .notes li {
  }
}
@media screen and (max-width: 480px) {
  .notes li + li {
    margin: .5em 0 0;
  }
}
/* BUTTON
--------------------------------------------------- */
.contents .btn {
  display: block;
  width: 60%;
  margin: 40px auto 20px;
  padding: 1em .5em;
  border: solid 5px #FFF;
  background: #ed1c24;
	color: #FFF !important;
  cursor: pointer;
	font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
	text-transform: none;
}
.contents .btn:hover {
  color: #ed1c24 !important;
	border: solid 5px #ed1c24;
  background: #FFF;
	text-decoration: none !important;
}
@media screen and (max-width: 767px) {
	.contents .btn {
		width: 80%;
		font-size: 1.6rem;
	}
}
@media screen and (max-width: 480px) {
	.contents .btn {
		width: 100%;
		font-size: 1.4rem;
	}
}