@charset "UTF-8";
/******* setting.scss *******/
/******* mixin.scss *******/
@import url("https://fonts.googleapis.com/css?family=Didact+Gothic");
/******* reset.scss *******/
/* line 7, ../sass/_reset.scss */
html {
  font-size: 62.5%;
}

/* line 11, ../sass/_reset.scss */
html,
body {
  font-family: 'Cinzel', serif,'Noto Serif JP';
  margin: 0;
  max-width: 100%;
  min-height: 100%;
  padding: 0;
  text-align: center;
  position: relative;
  letter-spacing: .3em;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  background-color: #231829;
}

/* line 26, ../sass/_reset.scss */
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fildset, input, textarea, p, blockquote, table, th, td, address, textarea, input, figure {
  font-weight: 400;
  color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
  font-style: normal;
  line-height: 200%;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
}

/* line 38, ../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* line 44, ../sass/_reset.scss */
caption, th {
  text-align: left;
}

/* line 47, ../sass/_reset.scss */
td, th {
  vertical-align: top;
}

/* line 51, ../sass/_reset.scss */
fieldset, img, abbr {
  border: none;
}

/* line 54, ../sass/_reset.scss */
li {
  list-style-type: none;
}

/* line 58, ../sass/_reset.scss */
strong {
  font-weight: bold;
}

/* line 62, ../sass/_reset.scss */
a {
  color: #fff;
  text-decoration: underline;
}
/* line 65, ../sass/_reset.scss */
a:hover {
  text-decoration: none;
}

/* line 70, ../sass/_reset.scss */
img {
  vertical-align: bottom;
}

/* line 4, ../sass/common.scss */
.wrapper {
  margin: 0 auto;
  text-align: left;
}

/* line 9, ../sass/common.scss */
br.sp {
  display: none;
}

/* line 13, ../sass/common.scss */
img.sp {
  display: none;
}

/* line 17, ../sass/common.scss */
p {
  margin-bottom: 60px;
}

/******スクロールバーデザイン******/
/* line 23, ../sass/common.scss */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

/* line 27, ../sass/common.scss */
::-webkit-scrollbar-track {
  background: #231829;
}

/* line 30, ../sass/common.scss */
::-webkit-scrollbar-thumb {
  background: #392F3E;
}

/* line 34, ../sass/common.scss */
.btn {
  margin: 0;
}
/* line 36, ../sass/common.scss */
.btn a,
.btn button,
.btn textarea,
.btn input {
  /*矢印と下線の基点とするためrelativeを指定*/
  position: relative;
  /*形状*/
  display: flex;
  align-items: center;
  padding: 0;
  color: #fff;
  text-decoration: none;
  outline: none;
  width: 140px;
  transition: 0.3s;
  height: 70px;
  padding-bottom: 0;
}
/* line 53, ../sass/common.scss */
.btn a:before,
.btn button:before,
.btn textarea:before,
.btn input:before {
  content: "";
  display: block;
  box-sizing: border-box;
  width: 70px;
  height: 70px;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0;
  transition: 0.3s;
}
/* line 67, ../sass/common.scss */
.btn a:after,
.btn button:after,
.btn textarea:after,
.btn input:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 27px;
  right: 32px;
  transition: 0.3s;
}
/* line 81, ../sass/common.scss */
.btn a:hover,
.btn button:hover,
.btn textarea:hover,
.btn input:hover {
  width: 170px;
  height: 70px;
  padding-bottom: 0;
}
/* line 85, ../sass/common.scss */
.btn a:hover:before,
.btn button:hover:before,
.btn textarea:hover:before,
.btn input:hover:before {
  background-color: #fff;
  width: 100px;
  height: 100px;
  top: -15px;
}
/* line 91, ../sass/common.scss */
.btn a:hover:after,
.btn button:hover:after,
.btn textarea:hover:after,
.btn input:hover:after {
  border-top: 2px solid #392F3E;
  border-right: 2px solid #392F3E;
  top: 28px;
  right: 46px;
}

/* line 101, ../sass/common.scss */
textarea,
select,
input {
  border: 1px solid #ccc;
  box-sizing: border-box;
}
/* line 106, ../sass/common.scss */
textarea.type01,
select.type01,
input.type01 {
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
}
/* line 250, ../sass/_mixin.scss */
textarea.type01:placeholder-shown,
select.type01:placeholder-shown,
input.type01:placeholder-shown {
  color: #ccc;
}
/* line 253, ../sass/_mixin.scss */
textarea.type01::-webkit-input-placeholder,
select.type01::-webkit-input-placeholder,
input.type01::-webkit-input-placeholder {
  color: #ccc;
}
/* line 256, ../sass/_mixin.scss */
textarea.type01:-moz-placeholder,
select.type01:-moz-placeholder,
input.type01:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 260, ../sass/_mixin.scss */
textarea.type01::-moz-placeholder,
select.type01::-moz-placeholder,
input.type01::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}
/* line 264, ../sass/_mixin.scss */
textarea.type01:-ms-input-placeholder,
select.type01:-ms-input-placeholder,
input.type01:-ms-input-placeholder {
  color: #ccc;
}
/* line 111, ../sass/common.scss */
textarea.type01:nth-of-type(2),
select.type01:nth-of-type(2),
input.type01:nth-of-type(2) {
  margin-top: 20px;
}
/* line 115, ../sass/common.scss */
textarea.type02,
select.type02,
input.type02 {
  width: 200px;
  padding: 10px 20px;
}
/* line 118, ../sass/common.scss */
textarea.type02:first-of-type,
select.type02:first-of-type,
input.type02:first-of-type {
  margin-right: 40px;
}

/* line 124, ../sass/common.scss */
textarea:focus,
input[type="text"]:focus {
  outline: solid 1px #231829 !important;
}

/* line 130, ../sass/common.scss */
select.type03 {
  width: 200px;
  padding: 10px 20px;
}

/* line 136, ../sass/common.scss */
textarea {
  border: 1px solid #ccc;
  height: 300px;
  width: 100%;
}

/* line 142, ../sass/common.scss */
input[type="submit"] {
  border-radius: 0;
}

/* line 146, ../sass/common.scss */
input[type="radio"] {
  display: none;
}

/* line 150, ../sass/common.scss */
input[type="radio"] + label {
  padding: 10px 20px;
  margin-right: 20px;
  transition: 0.3s;
  border: 1px solid #231829;
  min-width: 160px;
  text-align: center;
  display: inline-block;
}

/* line 160, ../sass/common.scss */
input[type="radio"]:checked + label {
  background-color: #231829;
  color: #fff;
  font-weight: bold;
}

/* line 166, ../sass/common.scss */
textarea::placeholder,
input::placeholder {
  color: #ccc;
}

/* line 171, ../sass/common.scss */
table {
  width: 980px;
  margin: 0 auto 80px;
}
/* line 175, ../sass/common.scss */
table tr th {
  padding: 20px;
  background-color: #392F3E;
  border: 1px solid #392F3E;
  border-bottom: 1px solid #231829;
  vertical-align: middle;
  width: 30%;
  box-sizing: border-box;
}
/* line 184, ../sass/common.scss */
table tr td {
  padding: 20px;
  border: 1px solid #392F3E;
  vertical-align: middle;
  width: 70%;
  box-sizing: border-box;
}

/******header******/
/* line 196, ../sass/common.scss */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  padding: 40px 20px 0;
  overflow: scroll;
  z-index: 100;
  background-color: #231829;
  border-right: 1px solid #392F3E;
  box-sizing: border-box;
}
/* line 209, ../sass/common.scss */
header .headCont {
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  transition: all 0.6s;
}
/* line 216, ../sass/common.scss */
header .headLogo {
  margin-bottom: 40px;
}
/* line 218, ../sass/common.scss */
header .headLogo a {
  display: block;
  width: 81px;
  height: 380px;
  background: url("../img/common/logo.jpg") 50% 50% no-repeat;
  background-size: contain;
  text-indent: -9999px;
  transition: opacity 0.6s;
  text-decoration: none;
  margin: 0 auto;
}
/* line 28, ../sass/_mixin.scss */
header .headLogo a:hover {
  opacity: 0.7;
}
/* line 229, ../sass/common.scss */
header .spMenu {
  display: none;
}
/* line 232, ../sass/common.scss */
header .bannerArea {
  margin-bottom: 40px;
}
/* line 234, ../sass/common.scss */
header .bannerArea h2 {
  padding: 10px 20px;
  box-sizing: border-box;
  background-color: #2E2434;
  margin-bottom: 10px;
  text-align: center;
}
/* line 241, ../sass/common.scss */
header .bannerArea p {
  margin: 0 0 10px;
}
/* line 243, ../sass/common.scss */
header .bannerArea p a {
  transition: 0.3s;
}
/* line 245, ../sass/common.scss */
header .bannerArea p a:hover {
  opacity: 0.6;
}
/* line 249, ../sass/common.scss */
header .bannerArea p:last-child {
  margin: 0;
}
/* line 254, ../sass/common.scss */
header .headNav {
  transition: top 0.6s;
}
/* line 257, ../sass/common.scss */
header nav {
  margin-bottom: 40px;
}
/* line 260, ../sass/common.scss */
header nav ul li {
  letter-spacing: 0.1em;
  line-height: 100%;
  border-top: 1px dotted #392F3E;
}
/* line 264, ../sass/common.scss */
header nav ul li:last-child {
  border-bottom: 1px dotted #392F3E;
  background-color: #2E2434;
}
/* line 268, ../sass/common.scss */
header nav ul li a {
  color: #fff;
  padding: 20px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  transition: 0.3s;
  text-decoration: none;
}
/* line 276, ../sass/common.scss */
header nav ul li a span {
  font-size: 62%;
}
/* line 279, ../sass/common.scss */
header nav ul li a:hover {
  background-color: #392F3E;
}
/* line 286, ../sass/common.scss */
header .headSns {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
/* line 291, ../sass/common.scss */
header .headSns li {
  margin: 0 15px;
}
/* line 293, ../sass/common.scss */
header .headSns li a {
  color: #fff;
  font-size: 145%;
  transition: opacity 0.6s;
  text-decoration: none;
}
/* line 28, ../sass/_mixin.scss */
header .headSns li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1080px) {
  /* line 303, ../sass/common.scss */
  header nav ul li {
    margin-right: 20px;
  }
  /* line 309, ../sass/common.scss */
  header .headSns li {
    margin-left: 15px;
  }
  /* line 311, ../sass/common.scss */
  header .headSns li:first-child {
    margin-left: 20px;
  }
}
/* line 317, ../sass/common.scss */
header .lineBanner {
  display: block;
  width: 100%;
  box-sizing: border-box;
  background-color: #20C92F;
}
/* line 322, ../sass/common.scss */
header .lineBanner a {
  display: block;
  background: url("../img/common/headLineIcon.jpg") left 15px top 50% #20C92F no-repeat;
  color: #fff;
  box-sizing: border-box;
  padding: 15px 0 15px 55px;
  text-decoration: none;
  line-height: 120%;
  transition: 0.3s;
}
/* line 331, ../sass/common.scss */
header .lineBanner a span {
  font-size: 65%;
  letter-spacing: 0;
}
/* line 335, ../sass/common.scss */
header .lineBanner a:hover {
  opacity: 0.6;
}
/* line 340, ../sass/common.scss */
header .lang {
  text-align: center;
}

/******footer******/
/* line 347, ../sass/common.scss */
.pageTop {
  display: block;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1;
}
/* line 353, ../sass/common.scss */
.pageTop a {
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  background-color: #231829;
  color: #fff;
  text-decoration: none;
  font-size: 62%;
  padding-top: 50px;
  box-sizing: border-box;
  transition: 0.3s;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  position: relative;
}
/* line 367, ../sass/common.scss */
.pageTop a:hover {
  opacity: 0.6;
  box-shadow: none;
}
/* line 371, ../sass/common.scss */
.pageTop a::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-135deg);
  position: absolute;
  top: 35px;
  left: 39%;
  margin: 0 auto;
}

/* line 387, ../sass/common.scss */
footer {
  background-color: #2E2434;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 0 0 300px;
  box-sizing: border-box;
  margin: 0;
}
/* line 396, ../sass/common.scss */
footer .infoArea {
  width: 50%;
  padding: 80px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
}
/* line 403, ../sass/common.scss */
footer .infoArea .logo {
  margin-bottom: 40px;
}
/* line 406, ../sass/common.scss */
footer .infoArea p {
  margin: 0 0 20px;
}
/* line 408, ../sass/common.scss */
footer .infoArea p strong {
  font-size: 161%;
  font-weight: lighter;
}
/* line 411, ../sass/common.scss */
footer .infoArea p strong a {
  text-decoration: none;
}
/* line 416, ../sass/common.scss */
footer .infoArea dl {
  margin-bottom: 40px;
}
/* line 419, ../sass/common.scss */
footer .infoArea dl dd a {
  text-decoration: none;
}
/* line 425, ../sass/common.scss */
footer .linkArea {
  width: 50%;
  padding: 80px 40px;
  box-sizing: border-box;
}
/* line 429, ../sass/common.scss */
footer .linkArea ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/* line 433, ../sass/common.scss */
footer .linkArea ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}
/* line 438, ../sass/common.scss */
footer .linkArea .bannerArea {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
/* line 442, ../sass/common.scss */
footer .linkArea .bannerArea p {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc( 50% - 10px);
}
/* line 446, ../sass/common.scss */
footer .linkArea .bannerArea p a {
  width: 100%;
}
/* line 448, ../sass/common.scss */
footer .linkArea .bannerArea p a img {
  width: 100%;
  height: auto;
}
/* line 455, ../sass/common.scss */
footer .linkArea .bannerArea .lang p {
  margin: 0;
}

/******main******/
/* line 466, ../sass/common.scss */
main .grayBg {
  background-color: #2E2434;
}
/* line 469, ../sass/common.scss */
main .secCont {
  max-width: 1280px;
  margin: 0;
}
/* line 472, ../sass/common.scss */
main .secCont.wAll {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
/* line 477, ../sass/common.scss */
main .secCont.wAll .secCont {
  padding-bottom: 80px;
  padding-top: 80px;
}
/* line 482, ../sass/common.scss */
main .secCont.wAll section:last-of-type .secCont {
  padding-bottom: 155px;
}

/* line 491, ../sass/common.scss */
span.small {
  font-size: 85%;
}
/* line 494, ../sass/common.scss */
span.keyColor01 {
  color: #231829;
}
