@charset "UTF-8";
/* ===== Normalize =============================================
   normalize.css v2.1.3 | MIT License | git.io/normalize
   ==================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

html {
  background: #fff;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a {
  background: transparent;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
.murecho {
  font-family: "Murecho", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

h1 {  
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: "“" "”" "‘" "’";
}

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

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
}

button, input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/* ===== scss settings =============================================
   Author:
   ==================================================================== */
/* ===== mixin =============================================
   ==================================================================== */
/* =======================
	Initialize
	======================================================= */
ul {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  line-height: 1.8;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
a:hover {
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  color: rgba(192, 15, 49, 0.6);
}

html {
  font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
    word-wrap: break-word;
  }
}

/* =======================
	layout
	======================================================= */
.wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding-right: 100px;
  padding-left: 100px;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .wrapper {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrapper {
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    /*word-wrap: break-word;*/
    padding-right: 10px;
    padding-left: 10px;
  }
}

.wrapper2 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1%;
}

.bg--black {
  background: #000;
}

.bg--gray {
  background: #f1f1f1;
}

.br2--white {
  border-right: 2px solid #fff;
}

.l-main {
  z-index: 1;
  padding-top: 109px;
}
@media only screen and (max-width: 767px) {
  .l-main {
    padding-top: 70px;
  }
}
.l-main--form {
  padding-top: 0;
}

.l-2col {
  font-size: 0;
  zoom: 1;
}
.l-2col:before, .l-2col:after {
  content: "";
  display: table;
}
.l-2col:after {
  clear: both;
}
.l-2col__child {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  font-size: 1.4rem;
}
.l-2col__child--left {
  width: 696px;
  width: calc(100% - 280px);
}
@media only screen and (max-width: 767px) {
  .l-2col__child--left {
    display: block;
    width: 94%;
    margin: 0 auto;
  }
}
.l-2col__child--right {
  float: right;
  width: 250px;
}
@media only screen and (max-width: 767px) {
  .l-2col__child--right {
    display: block;
    width: 100%;
  }
}

/* =======================
	header
	======================================================= */
.l-header {
  background-color: #ffffff;
  padding: 0;
  position: relative;
}

.header__logo {
  margin: 10px 0;
  width: 25%;
  height: auto;
  vertical-align: middle;
  float: left;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    width: 50%;
  }
}

.header__logo__img {
  width: 67%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .header__logo__img {
    width: auto;
    height: 25px;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  background: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  z-index: 9999;
}
.header.static {
  -webkit-box-shadow: none;
          box-shadow: none;
  position: static;
}
@media only screen and (max-width: 767px) {
  .header.static {
    position: fixed;
  }
}
.header .wrapper2 {
  zoom: 1;
  padding-right: 0;
}
.header .wrapper2:before, .header .wrapper2:after {
  content: "";
  display: table;
}
.header .wrapper2:after {
  clear: both;
}
.header--form {
  position: relative !important;
  border-bottom: 2px solid #C01732;
}
.header--form .header__logo {
  margin: 18px auto;
  float: none;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .header--form .header__logo {
    margin: 8px auto;
  }
}
.header--form .header__logo a {
  pointer-events: none;
}
#finish_screen .header--form .header__logo a {
  pointer-events: auto;
}
@media only screen and (max-width: 767px) {
  .header__mimg {
    margin-top: 50px;
  }
}
.header__mimg__note {
  color: #fff;
  text-shadow: 0px 0px 5px #000000;
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .header__mimg__note {
    bottom: 50px;
  }
}

/*gnavi*****/
.gnavi {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  width: 72%;
  display: table;
  padding: 0;
  margin: 10px 0 0 3%;
}
@media only screen and (max-width: 767px) {
  .gnavi {
    display: none;
  }
}
.gnavi__item {
  padding: 0;
  margin: 0;
  float: left;
  width: 11.1%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
  border-bottom: 2px solid #fff;
  position: relative;
}
.gnavi__item::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #060674;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.gnavi__item p,
.gnavi__item a {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  width: 100%;
  height: 3em;
  color: #000;
  line-height: 1.4em;
  display: block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 1000px) {
  .gnavi__item p,
  .gnavi__item a {
    font-size: 10px;
    font-size: 1rem;
  }
}
.gnavi__item--act::after, .gnavi__item:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.gnavi__item:hover .gnavisub {
  display: block;
  position: absolute;
}
.gnavi__item:hover .gnavisub__list {
  list-style: none;
  list-style-image: url(data:0);
}
.gnavi__item:nth-child(1) a, .gnavi__item:nth-child(3) a, .gnavi__item:nth-child(4) a {
  padding-top: 0.7em;
  height: 2.3em;
}
.gnavi__item--iconserch {
  width: 14px;
  height: 14px;
}

.gnavisub {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 20px;
  z-index: 6000;
}
.gnavisub:before {
  content: "";
  position: absolute;
  top: -2px;
  left: 8%;
  border: 12px solid transparent;
  border-bottom: 12px solid #666;
}
.gnavisub__list {
  list-style: none;
  list-style-image: url(data:0);
  display: table;
}
.gnavisub__list__item {
  display: table-cell;
  height: 1em;
  background: #666;
  padding: 10px 0;
  border: 1px solid #666;
}
.gnavisub__list__item::after {
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #fff;
}
.gnavisub__list__item a {
  height: 1em;
  color: #fff;
  padding: 0;
  margin: 0;
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
.gnavisub__list__item a:hover {
  color: #999;
}
.gnavisub__list__item a::before {
  content: "/";
  color: #fff;
  padding-left: 8px;
  padding-right: 8px;
}
.gnavisub__list__item:first-child a::before {
  content: "";
}
.gnavisub__list__item:last-child {
  padding-right: 10px;
}

.gnavisub__list--business {
  -webkit-transform: translateX(-20%);
          transform: translateX(-20%);
}
.gnavisub__list--business:before {
  left: 28%;
}

.gnavisub__list--search {
  -webkit-transform: translateX(-78%);
          transform: translateX(-78%);
  width: 250px;
  padding-right: 0;
}
.gnavisub__list--search:before {
  left: 90%;
}
.gnavisub__list--search .gnavisub__list__item {
  padding-left: 10px;
  padding-right: 0;
  background: #666;
  height: 2.5em;
}
.gnavisub__list--search .gnavisub__list__item--form {
  position: relative;
  width: 250px;
}
.gnavisub__list--search .gnavisub__list__item .search_box {
  width: 240px;
  height: 2em;
  padding: 0 10px;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
  outline: 0;
  background: #eee;
}
.gnavisub__list--search .gnavisub__list__item .search_btn {
  height: 1.3em;
  position: absolute;
  left: 210px; /*アイコン左右の位置調整*/
  top: 5px;
  background: none;
  color: #666;
  border: none;
  font-size: 20px; /*アイコンサイズ*/
}
.gnavisub__list--search .gnavisub__list__item .search_btn:hover {
  color: #7fbfff;
}
.gnavisub__list--search .gnavisub__list__item .search_btn img {
  width: 20px;
  height: 20px;
}

/*sp gnavi*****/
.sp_navbtn {
  display: none;
  position: absolute;
  top: 5px;
  right: 5px;
  background: #C01732;
  z-index: 9000;
  width: 90px;
  padding: 8px 0 8px 10px;
  text-align: right;
  border-radius: 10px;
}
@media only screen and (max-width: 767px) {
  .sp_navbtn {
    display: block;
  }
}
.sp_navbtn span {
  display: inline-block;
  float: left;
  color: #fff;
}
.sp_navbtn i {
  display: block;
  width: 25px;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: background 0.5s;
  transition: background 0.5s;
  position: relative;
  left: 50px;
  top: 9px;
}
.sp_navbtn i::before, .sp_navbtn i::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 3px;
  background: #fff;
  position: absolute;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sp_navbtn i::before {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}
.sp_navbtn i::after {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.sp_navbtn.active i {
  background: #C01732;
}
.sp_navbtn.active i::after {
  -webkit-transform: translateY(0px) rotate(-45deg);
          transform: translateY(0px) rotate(-45deg);
}
.sp_navbtn.active i::before {
  -webkit-transform: translateY(0px) rotate(45deg);
          transform: translateY(0px) rotate(45deg);
}

.sp_gnavi {
  display: none;
  position: fixed;
  width: 100%;
  text-align: center;
  top: 50px;
  left: 0;
  background: #fff;
  z-index: 9999;
  text-align: left;
}
.sp_gnavi__list {
  margin-bottom: 10px;
  list-style: none;
  list-style-image: url(data:0);
}
.sp_gnavi__list__item {
  margin-left: 1em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.8;
}
.sp_gnavi--left, .sp_gnavi--right {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
.sp_gnavi--txt1 {
  color: #C01732;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 800;
  margin-bottom: 0;
}
.sp_gnavi--txt2 {
  color: #C01732;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}

.l_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l_overlay.active {
  height: 100vh;
  visibility: visible;
  background: rgba(255, 255, 255, 0.4);
  z-index: 1000;
}

/* =======================
	footer
	======================================================= */
.l-footer {
  background-color: #f1f1f1;
}

.l-copyright {
  background: #fff;
  text-align: center;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 15px 0;
}

.footer {
  margin-top: 100px;
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .footer {
    text-align: center;
  }
}
.footer--form {
  margin: 0;
  text-align: center;
  color: #333;
}
.footer--form .footer__address {
  float: none;
  display: inline-block;
  padding: 0 0 50px;
}
.footer--form .footer__address .footer__address--img1 {
  width: 250px;
}
.footer--form .footer__address a {
  pointer-events: none;
}
.footer__address {
  float: left;
  width: 30%;
  max-width: 310px;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .footer__address {
    float: none;
    width: 90%;
    margin: 0 auto;
    max-width: none;
  }
}
.footer__address p {
  text-align: left;
  margin-bottom: 0;
}
.footer__address--img1 {
  width: 67%;
  height: auto;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__address--img1 {
    width: 70%;
  }
}
.footer__address--img2 {
  height: auto;
  width: 135px;
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__address--img2 {
    margin-bottom: 20px;
  }
}
.footer__address__spsitemap {
  list-style: none;
  text-align: left;
  display: none;
}
@media only screen and (max-width: 767px) {
  .footer__address__spsitemap {
    display: block;
  }
}
.footer__address__spsitemap__list {
  display: inline-block;
  margin: 15px 0;
}
.footer__address__spsitemap__list::before {
  content: "-";
  margin-right: 5px;
}
.footer__address__spsitemap__list:first-child {
  margin-right: 50px;
}
.footer__sitemap {
  float: right;
  width: 69%;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  margin-bottom: 30px;
  display: flexbox;
}
.footer__sitemap__list {
  width: 25%;
  border-left: 1px solid #5e5d5c;
  display: table-cell;
  padding: 0 0 0 10px;
  list-style: none;
  list-style-image: url(data:0);
}
.footer__sitemap__list span {
  color: #C01732;
}
.footer__sitemap__list p {
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .footer__sitemap {
    display: none;
  }
}

/* =======================
	button
	======================================================= */
.button, .aform-button-area #aform_btn_back, .aform-button-area input[type=submit] {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
  border: 1px solid #C01732;
  color: #C01732;
  margin-bottom: 50px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button:hover, .aform-button-area #aform_btn_back:hover, .aform-button-area input[type=submit]:hover {
  background: #C01732;
  color: #fff;
}
.button--arrow::after {
  position: absolute;
  right: 10px;
  content: ">";
  margin-left: 10px;
}
.button--bgwhite {
  background: #fff;
}
.button--bgwhite:hover {
  background: #C01732;
}
.button--mb0 {
  margin-bottom: 0;
}
.button--download {
  padding: 8px 0;
}

.button_blue {
  text-align: center;
  width: 100%;
  display: block;
  padding: 8px 0;
  border: 1px solid #C01732;
  color: #fff;
  background: #C01732;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button_blue:hover {
  background: #fff;
  color: #C01732;
}
.button_blue--arrow::after {
  position: absolute;
  right: 10px;
  content: ">";
  margin-left: 10px;
}

.button_white {
  text-align: center;
  width: 100%;
  display: block;
  padding: 10px 0;
  border: 1px solid #000;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.button_white:hover {
  color: #fff;
  background: #C01732;
}
.button_white--arrow::after {
  position: absolute;
  right: 10px;
  content: ">";
  margin-left: 10px;
}

/* =======================
	table
	======================================================= */
.table_blue {
  margin: 20px 0;
  width: 100%;
}
.table_blue th,
.table_blue td {
  border-bottom: 5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 1.5;
}
.table_blue th {
  width: 120px;
  background: #C01732;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .table_blue th {
    width: 25%;
  }
}
.table_blue td {
  width: calc(100% - 120px);
  background: #f5f5f5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .table_blue td {
    width: 75%;
  }
}

.table_white {
  width: 100%;
  margin-top: 25px;
  border-bottom: 1px solid #d7d7d7;
}
.table_white--border {
  border-left: 1px solid #d7d7d7;
  border-right: 1px solid #d7d7d7;
}
.table_white th,
.table_white td {
  padding: 8px 15px 5px;
  border-top: 1px solid #d7d7d7;
  text-align: left;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_white th {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .table_white th {
    width: 25%;
  }
}
.table_white rd {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .table_white rd {
    width: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .table_white--spgray th,
  .table_white--spgray td {
    width: 95vw;
    display: block;
  }
  .table_white--spgray th {
    background: #e5e5e5;
  }
  .table_white--spgray td {
    padding-bottom: 20px;
    border-top: none;
  }
}

.table_noborder {
  width: 100%;
  border-bottom: none;
}
.table_noborder th,
.table_noborder td {
  padding: 8px 15px 5px;
  border-top: none;
  text-align: left;
  font-weight: 400;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.table_noborder th {
  width: 200px;
}
@media only screen and (max-width: 767px) {
  .table_noborder th {
    width: 25%;
  }
}
.table_noborder rd {
  width: calc(100% - 200px);
}
@media only screen and (max-width: 767px) {
  .table_noborder rd {
    width: 75%;
  }
}

/* =======================
	home
	======================================================= */
.mainnav {
  zoom: 1;
  text-align: center;
  width: 100%;
  margin-top: 50px;
  position: relative;
}
.mainnav:before, .mainnav:after {
  content: "";
  display: table;
}
.mainnav:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .mainnav {
    width: 95%;
    margin: 50px auto 0;
  }
}
.mainnav__header {
  width: 100%;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mainnav__header__title {
  color: #C01732;
  border-top: 1px solid #C01732;
}
.mainnav__header__title span {
  width: none;
  display: inline-block;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  white-space: nowrap;
  background: #fff;
  letter-spacing: 2px;
  padding: 0 35px;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .mainnav__header__title span {
    padding: 0 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.mainnav__header--height {
  height: 150px;
}
@media only screen and (max-width: 767px) {
  .mainnav__header--height {
    height: auto;
  }
}
.mainnav__header--img1 {
  background: url(../../img/top_headbg_1.png) no-repeat left bottom;
  background-size: 770px 90px;
}
@media only screen and (max-width: 767px) {
  .mainnav__header--img1 {
    background-size: 100%;
  }
}
.mainnav__header--img2 {
  background: url(../../img/top_headbg_2.png) no-repeat left bottom;
  background-size: 770px 90px;
}
@media only screen and (max-width: 767px) {
  .mainnav__header--img2 {
    background-size: 100%;
  }
}
.mainnav__header--img3 {
  background: url(../../img/top_headbg_3.png) no-repeat left bottom;
  background-size: 100%;
}
.mainnav__header--img4 {
  background: url(../../img/top_headbg_4.png) no-repeat left bottom;
  background-size: 100%;
}
.mainnav__item {
  zoom: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: static;
  margin-bottom: 70px;
}
.mainnav__item:before, .mainnav__item:after {
  content: "";
  display: table;
}
.mainnav__item:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .mainnav__item {
    margin-bottom: 0;
  }
}
.mainnav__item__url {
  display: block;
  color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media only screen and (max-width: 767px) {
  .mainnav__item__url {
    margin-bottom: 50px;
  }
}
.mainnav__item__url:hover {
  opacity: 0.7;
}
.mainnav__item__url:hover .mainnav__item__name {
  color: #bed2e8;
}
.mainnav__item__link {
  float: left;
  display: block;
}
.mainnav__item__link .mainnav__header__title {
  width: 90%;
  margin: 0 auto;
}
.mainnav__item__name {
  width: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-bottom: 0;
  padding: 10px 0;
  background-color: rgba(192, 15, 49, 0.6);
  z-index: 5;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 3;
}
.mainnav__item__name::after {
  content: ">";
  margin-left: 10px;
}
.mainnav__item__txt {
  width: 70%;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  .mainnav__item__txt {
    width: 80%;
  }
}
.mainnav__item__txt p {
  height: 11em;
}
@media only screen and (max-width: 767px) {
  .mainnav__item__txt p {
    height: auto;
    margin-bottom: 20px;
  }
}
.mainnav__item--img {
  width: 100%;
  height: auto;
}
.mainnav__item--tokai {
  background: url(../../img/top_mnav_tokai.jpg) no-repeat center center;
  background-size: cover;
  border-right: 1px solid #fff;
}
.mainnav__item--syuto {
  background: url(../../img/top_mnav_syuto.jpg) no-repeat center center;
  background-size: cover;
  border-right: 1px solid #fff;
}
.mainnav__item--kansai {
  background: url(../../img/top_mnav_kansai.jpg) no-repeat left bottom;
  background-size: cover;
}
.mainnav__item--town {
  background: url(../../img/top_mnav_town.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--town {
    background: url(../../img/top_mnav_town_sp.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
}
.mainnav__item--estate {
  background: url(../../img/top_mnav_estate.jpg) no-repeat center center;
  background-size: cover;
  border-right: 1px solid #fff;
}
.mainnav__item--rent {
  background: url(../../img/top_mnav_rent.jpg) no-repeat center center;
  background-size: cover;
  border-right: 1px solid #fff;
}
.mainnav__item--reform {
  background: url(../../img/top_mnav_reform.jpg) no-repeat center center;
  background-size: cover;
  border-right: 1px solid #fff;
}
.mainnav__item--resort {
  background: url(../../img/top_mnav_resort.jpg) no-repeat center center;
  background-size: cover;
  border-right: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--resort {
    background-image: none;
    padding-top: 50px;
    margin-bottom: 90px;
  }
  .mainnav__item--resort .mainnav__item__name {
    background-color: #C01732;
  }
}
.mainnav__item--sekirei {
  background: url(../../img/top_mnav_sekirei.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--sekirei {
    background-image: none;
    padding-top: 50px;
  }
  .mainnav__item--sekirei .mainnav__item__name {
    background-color: #C01732;
  }
}
.mainnav__item--company {
  background: #f9e7ea;
  padding: 40px 0;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--company {
    padding: 20px 0;
  }
}
.mainnav__item--company img {
  width: 35%;
}
@media only screen and (max-width: 767px) {
  .mainnav__item--company img {
    width: 25%;
  }
}

.information {
  zoom: 1;
  width: 100%;
  display: table;
}
.information:before, .information:after {
  content: "";
  display: table;
}
.information:after {
  clear: both;
}
.information__title {
  font-size: 20px;
  font-size: 2rem;
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
  border-right: 1px solid #a9a9a9;
  width: 185px;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .information__title {
    display: block;
    border-right: none;
    border-bottom: 1px solid #a9a9a9;
    text-align: center;
    padding-bottom: 15px;
    padding-right: 0;
    width: 100%;
  }
}
.information__list {
  width: calc(100% - 210px);
  display: table-cell;
  padding-left: 25px;
}
@media only screen and (max-width: 767px) {
  .information__list {
    display: block;
    padding-left: 0;
    padding-top: 15px;
    width: 100%;
  }
}
.information__list li {
  margin: 10px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.information__list--insinglepage {
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .information__list--insinglepage {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .information__list--insinglepage li {
    margin: 0 0 20px;
  }
}
.information__list__icon {
  display: inline-block;
  vertical-align: top;
  width: 185px;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .information__list__icon {
    width: 80px;
    text-align: center;
    margin-right: 1%;
    font-size: 10px;
    font-size: 1rem;
  }
  .information__list--insinglepage .information__list__icon {
    width: 100%;
    text-align: left;
    margin: 0 0 5px;
  }
}
.information__list__txt {
  width: calc(100% - 190px);
  line-height: 2;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .information__list__txt {
    max-width: auto;
    width: 70%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .information__list--insinglepage .information__list__txt {
    width: 100%;
    line-height: 1.7;
  }
}

.infoicon {
  display: inline-block;
  width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  font-size: 10px;
  font-size: 1rem;
  padding: 2px 20px;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .infoicon {
    padding: 2px 0;
    width: 100%;
    max-width: 80px;
    margin-right: 0;
  }
  .information__list--insinglepage .infoicon {
    margin-right: 10px;
    font-size: 8px;
    font-size: 0.8rem;
    padding: 2px 5px;
    width: 60px;
  }
}
.infoicon--news {
  background: #C01732;
}
.infoicon--syuto {
  background: #fa991b;
}
.infoicon--toukai {
  background: #248c0c;
}
.infoicon--kansai {
  background: #089aa7;
}

.informationmore {
  text-align: right;
  margin-bottom: 80px;
}
@media only screen and (max-width: 767px) {
  .informationmore {
    padding-right: 0;
  }
}
.informationmore a {
  font-size: 12px;
  font-size: 1.2rem;
}
.informationmore a::before {
  content: ">";
  background: #C01732;
  color: #fff;
  border-radius: 10px;
  padding: 0 5px 2px;
  margin-right: 10px;
}

.top__company {
  background-color: #f9e7ea;
  border-radius: 10px;
  padding: 40px 0;
  max-width: 1000px;
  margin: 0 auto;
}
.top__company__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 800;
  color: #626161;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.top__company__link1 {
  margin-bottom: 60px;
}
.top__company__link1 li {
  width: 23%;
  display: inline-block;
  padding: 0 2%;
}
@media only screen and (max-width: 767px) {
  .top__company__link1 li {
    width: 45%;
  }
}
.top__company__link1--url {
  width: 100%;
}
.top__company__link1--url:hover {
  opacity: 0.7;
}
.top__company__link2 li {
  width: 30%;
  display: inline-block;
  padding: 0 0.5%;
}
@media only screen and (max-width: 767px) {
  .top__company__link2 li:first-child img {
    padding: 3% 0;
  }
  .top__company__link2 li:last-child img {
    padding: 6% 0;
  }
}
.top__company__link2--url {
  display: block;
  border: 1px solid #bfbfbf;
  background: #fff;
  width: 100%;
  padding: 10px 0;
  border-radius: 10px;
}
.top__company__link2--url img {
  width: auto;
  height: 28px;
}
@media only screen and (max-width: 767px) {
  .top__company__link2--url img {
    width: 80%;
    height: auto;
  }
}
.top__company__link2--url:hover {
  opacity: 0.7;
}

.bg {
  z-index: 100;
  width: 100%;
  height: auto;
}

.bg--gray {
  margin-bottom: 100px;
}
.bg--gray .mainnav span {
  background: #f1f1f1;
}
.bg--gray .mainnav__item {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .bg--gray .mainnav__item {
    margin-bottom: 20px;
  }
}
.bg--gray .mainnav__item__link {
  border-left: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* =======================
	mansion page
	======================================================= */
.mansion__tab {
  zoom: 1;
  padding: 0;
}
.mansion__tab:before, .mansion__tab:after {
  content: "";
  display: table;
}
.mansion__tab:after {
  clear: both;
}
.mansion__tab__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  padding: 0 10px 70px;
}
@media only screen and (max-width: 767px) {
  .mansion__tab__list {
    padding-bottom: 10px;
  }
  .mansion__tab__list.box3 {
    width: 100%;
  }
  .mansion__tab__list:last-child {
    padding-bottom: 60px;
  }
}
.mansion__tab__list--3peace {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-7em);
          transform: translateX(-7em);
  width: 30px;
  height: 30px;
}
.mansion__tab__list--manaca {
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-4.5em);
          transform: translateX(-4.5em);
  width: 30px;
  height: 30px;
}
.mansion__tab a {
  position: relative;
}
.mansion__box {
  zoom: 1;
  margin: 30px 0 0;
  padding-bottom: 30px;
}
.mansion__box:before, .mansion__box:after {
  content: "";
  display: table;
}
.mansion__box:after {
  clear: both;
}
.mansion__box__img {
  width: 41%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .mansion__box__img {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
.mansion__box__img img {
  width: 100%;
  height: auto;
  border: 1px solid #C01732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.mansion__box__txt {
  position: relative;
  width: 56%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .mansion__box__txt {
    width: 90%;
    margin: 5px auto 20px;
    float: none;
  }
}
.mansion__box__txt__header {
  position: relative;
  border-bottom: 1px dotted #C01732;
  margin-bottom: 10px;
}
.mansion__box__txt__header__name {
  width: calc(100% - 100px);
  line-height: 1.5;
}
.mansion__box__txt__header__place {
  position: absolute;
  bottom: 3px;
  right: 0;
}
.mansion__box__txt__concept {
  padding: 0 0 8px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #C01732;
}
.mansion__box__txt__data p {
  margin-bottom: 10px;
}
.mansion__box__txt__link {
  width: 150px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .mansion__box__txt__link {
    width: 100%;
    text-align: center;
    position: relative;
    margin: 10px auto 0;
  }
}
.mansion__box__txt__link li {
  width: 150px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .mansion__box__txt__link li {
    width: 31.5%;
    display: inline-block;
    margin: 0 0.5% 0;
    font-size: 10px;
    font-size: 1rem;
  }
}

/*syuto*/
.syutolink {
  background: url(../../img/mansion_syuto_bg.jpg) #f6f6f5 left bottom no-repeat;
  background-size: 100% auto;
  text-align: center;
}
.syutolink__btn {
  display: inline-block;
  padding: 70px 0;
  margin: 0 50px;
  width: 31%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .syutolink__btn {
    width: 45%;
    margin: 0 1%;
    padding: 30px 0;
  }
}
.syutolink__btn :hover {
  opacity: 0.7;
}

.t_special {
  text-align: center;
  width: 100%;
  max-width: 910px;
  margin: 20px auto 0;
}
.t_special img {
  display: block;
}
.t_special__note {
  text-align: right;
}

/* =======================
	reform page
	======================================================= */
.reform {
  font-size: 0;
}
.reform__cnt1 li {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  vertical-align: top;
}
.reform__cnt1 li:last-child {
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .reform__cnt1 li:last-child {
    padding-left: 0;
  }
}
.reform__cnt2 {
  position: relative;
}
.reform__step {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 300px;
  font-size: 0;
  padding: 3px;
  margin: 15px 10px 15px 10px;
  border-radius: 5px;
  background: rgb(93, 188, 162);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(9%, rgb(93, 188, 162)), color-stop(98%, rgb(30, 145, 121)));
  background: linear-gradient(to bottom, rgb(93, 188, 162) 9%, rgb(30, 145, 121) 98%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#5dbca2", endColorstr="#1e9179",GradientType=0 );
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reform__step {
    width: 96%;
    margin: 2%;
    display: block;
  }
}
.reform__step__number {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1;
  width: 25%;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.reform__step__number span {
  font-size: 20px;
}
.reform__step__label {
  font-size: 12px;
  font-size: 1.2rem;
  width: 75%;
  padding: 10px 0;
  line-height: 1;
  display: inline-block;
  background: #fffceb;
  border-radius: 5px;
  padding-left: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.reform__stxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: calc(100% - 330px);
  vertical-align: top;
  z-index: 10;
  margin: 15px 0 0 10px;
}
@media only screen and (max-width: 767px) {
  .reform__stxt {
    width: 96%;
    display: block;
    margin-left: 2%;
  }
}
.reform__arrow {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #9f9f9d;
  margin: 0 0 0 145px;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .reform__arrow {
    margin-left: 47%;
  }
}
.reform__free {
  padding-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .reform__free {
    width: 100%;
    background-color: #fff3eb;
    padding: 5px 0 10px;
  }
}
@media only screen and (max-width: 767px) {
  .reform__fee {
    margin-top: 60px;
  }
}
.reform__sparrow {
  position: relative;
}
.reform__sparrow p {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-3em);
          transform: translateX(-3em);
  top: 5px;
}
.reform__sparrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 160px solid transparent;
  border-top: 50px solid #fff3eb;
  left: 50%;
  -webkit-transform: translateX(-160px);
          transform: translateX(-160px);
  top: 0;
}
.reform__sparrow::after {
  padding-bottom: 100px;
}
.reform__money {
  position: absolute;
  width: 46%;
  top: 5px;
  left: 0;
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .reform__money {
    width: 100%;
  }
}
.reform__money__arrow {
  height: 240px;
  width: 320px;
  background-color: #fff3eb;
  position: relative;
  top: 0;
}
.reform__money__arrow p {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-3em);
          transform: translateX(-3em);
  top: 100%;
}
.reform__money__arrow::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 160px solid transparent;
  border-top: 50px solid #fff3eb;
  left: 0;
  top: 240px;
}
.reform__cnt3 {
  font-size: 0;
}
.reform__cnt3__imglist {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 10px;
}
.reform__cnt3__imglist:nth-child(1) {
  padding-right: 6px;
}
.reform__cnt3__imglist:nth-child(2) {
  padding-left: 3px;
  padding-right: 3px;
}
.reform__cnt3__imglist:nth-child(3) {
  padding-left: 6px;
}
.reform__table {
  border-left: none;
}
.reform__table th, .reform__table td {
  font-size: 14px;
  font-size: 1.4rem;
}

/* =======================
	resort page
	======================================================= */
.resort_bnr {
  width: 200px;
  margin: 0 auto 40px;
}
.resort_bnr a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.resort_bnr a:hover {
  opacity: 0.7;
}

/* =======================
	business page
	======================================================= */
.chintai {
  padding-top: 70px;
}
.chintai .anker {
  margin-top: -100px;
  padding-top: 100px;
}
.chintai__box {
  zoom: 1;
  margin: 30px 0 0;
  padding-bottom: 30px;
}
.chintai__box:before, .chintai__box:after {
  content: "";
  display: table;
}
.chintai__box:after {
  clear: both;
}
.chintai__box__img {
  width: 41%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .chintai__box__img {
    width: 90%;
    margin: 0 auto;
    float: none;
  }
}
.chintai__box__img img {
  width: 100%;
  height: auto;
  border: 1px solid #C01732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.chintai__box__txt {
  position: relative;
  width: 56%;
  float: right;
  zoom: 1;
}
.chintai__box__txt:before, .chintai__box__txt:after {
  content: "";
  display: table;
}
.chintai__box__txt:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .chintai__box__txt {
    width: 90%;
    margin: 5px auto 20px;
    float: none;
  }
}
.chintai__box__txt__header {
  position: relative;
  border-bottom: 1px dotted #C01732;
  line-height: 1.5;
}
.chintai__box__txt__concept {
  padding: 10px 0 15px;
  border-bottom: 1px dotted #C01732;
}
.chintai__box__txt__concept .icon {
  margin-top: 15px;
}
.chintai__box__txt__data p {
  margin-bottom: 10px;
}
.chintai__box__txt__link {
  width: 150px;
  float: right;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .chintai__box__txt__link {
    float: none;
    text-align: center;
    position: relative;
    margin: 10px auto 0;
  }
}
.chintai__txt {
  padding-top: 40px;
}
.chintai__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 40px;
  border-top: 1px solid #C01732;
}
@media only screen and (max-width: 767px) {
  .chintai__tab {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.chintai__tab.top {
  border-top: none;
}
.chintai__tab__link {
  width: 31%;
  display: block;
  text-align: center;
  border: 1px solid #C01732;
  color: #C01732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .chintai__tab__link {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.chintai__tab__link.active, .chintai__tab__link:hover {
  background: #fedbe0;
}
.chintai__flex {
  padding: 0 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.chintai__flex .subtitle {
  width: 100%;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .chintai__flex .subtitle {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}
.chintai__flex .chintai__box {
  display: block;
  width: 31%;
  margin-right: 3.5%;
  position: relative;
  height: auto;
  padding-bottom: 45px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .chintai__flex .chintai__box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }
}
.chintai__flex .chintai__box:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .chintai__flex .chintai__box:nth-of-type(3n) {
    margin-right: auto;
  }
}
.chintai__flex .chintai__box__img {
  float: none;
  width: 100%;
  height: 14vw;
  max-height: 240px;
  border: 1px solid #C01732;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1200px) {
  .chintai__flex .chintai__box__img {
    height: 23vw;
  }
}
@media only screen and (max-width: 767px) {
  .chintai__flex .chintai__box__img {
    height: auto;
    max-height: inherit;
  }
}
.chintai__flex .chintai__box__img img {
  border: none;
  display: block;
}
.chintai__flex .chintai__box__txt {
  position: initial;
  float: none;
  width: 100%;
}
.chintai__flex .chintai__box__txt__header {
  position: relative;
  border-bottom: none;
  padding-top: 15px;
}
.chintai__flex .chintai__box__txt__header .s_fs24 {
  line-height: 1.5;
}
.chintai__flex .chintai__box__txt__concept {
  padding: 10px 0 15px;
  border-bottom: none;
}
.chintai__flex .chintai__box__txt__concept .icon {
  margin-top: 15px;
  display: none;
}
.chintai__flex .chintai__box__txt__concept td:first-of-type {
  width: 60px;
}
.chintai__flex .chintai__box__txt__concept td {
  width: calc(100% - 60px);
}
.chintai__flex .chintai__box__txt__link {
  width: 100%;
  float: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.chintai__bnr {
  width: 100%;
  margin: 30px auto 0;
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .chintai__bnr {
    width: 80%;
  }
}
.chintai__bnr__list {
  width: 32%;
  display: inline-block;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .chintai__bnr__list {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.chintai__bnr__list:nth-child(3) {
  margin-right: 0;
}
.chintai__bnr__list a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.chintai__bnr__list a:hover {
  opacity: 0.7;
}
.chintai__bnr__list img {
  display: block;
}

.linkbox {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-items: center;
  padding: 15px;
  background-color: #C01732;
}
@media only screen and (max-width: 767px) {
  .linkbox {
    width: 90%;
    margin: 20px auto;
  }
}
.linkbox__btn {
  width: 30%;
}
.linkbox__btn:first-child {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .linkbox__btn {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.linkbox__text {
  width: 70%;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: center;
  position: relative;
  background-color: #C01732;
  color: #fff;
  padding: 15px 0;
}
@media only screen and (max-width: 767px) {
  .linkbox__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0;
  }
}
.linkbox__text span {
  -webkit-transform: scaleX(0.4);
          transform: scaleX(0.4);
  margin-left: 15px;
  display: inline-block;
}

.downloadbox {
  font-size: 0;
  margin: 30px 0;
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .downloadbox {
    width: 90%;
    margin: 20px auto;
  }
}
.downloadbox__text {
  font-size: 15px;
  font-size: 1.5rem;
  width: 70%;
  display: inline-block;
  vertical-align: top;
  line-height: 67px;
  padding: 0 0 0 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .downloadbox__text {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.6;
    display: block;
    text-align: center;
    width: 100%;
    padding: 12px 0 0px;
  }
}
.downloadbox__btnarea {
  font-size: 15px;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 30%;
  padding: 12px;
}
@media only screen and (max-width: 767px) {
  .downloadbox__btnarea {
    width: 60%;
    display: block;
    margin: 0 auto;
    padding: 10px 0 12px 0;
  }
}

.c_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}
.c_detail__box {
  display: block;
  width: 100%;
  zoom: 1;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.c_detail__box:before, .c_detail__box:after {
  content: "";
  display: table;
}
.c_detail__box:after {
  clear: both;
}
.c_detail__box__img {
  width: 50%;
  float: left;
  font-size: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c_detail__box__img {
    width: 100%;
    float: none;
  }
}
.c_detail__box__img img {
  display: block;
}
.c_detail__box__img__tab {
  margin-top: 8px;
  display: inline-block;
  background-color: #fff;
  color: #C01732;
  width: 49%;
  padding: 5px 0;
  text-align: center;
  border-left: 1px solid #C01732;
  border-right: 1px solid #C01732;
  border-top: 1px solid #C01732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
}
.c_detail__box__img__tab--mr2 {
  margin-right: 2%;
}
.c_detail__box__img__tab:hover {
  opacity: 0.75;
}
.c_detail__box__img__tab--non {
  color: #9495AB;
  cursor: default;
}
.c_detail__box__img__tab--non:hover {
  opacity: 1;
}
.c_detail__box__img input[name=c_detail__box__img__tab] {
  display: none;
}
.c_detail__box__img__cont {
  visibility: hidden;
  height: 0;
}
.c_detail__box__img #gallery:checked ~ .c_detail__box__img__cont--gallery,
.c_detail__box__img #plan:checked ~ .c_detail__box__img__cont--plan {
  visibility: visible;
  height: auto;
}
.c_detail__box__img input:checked + .c_detail__box__img__tab {
  background-color: #C01732;
  color: #fff;
}
.c_detail__box__img__slider {
  width: 100%;
  height: auto;
  border: 1px solid #C01732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.c_detail__box__img__pager {
  display: block;
  width: 100%;
  height: 60px;
  margin: 5px auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 0 25px;
  overflow: hidden;
}
.c_detail__box__img__pager li {
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 70px;
  height: 60px;
}
.c_detail__box__img__pager a {
  display: block;
  width: 70px;
  height: 60px;
}
.c_detail__box__img__pager a:hover {
  opacity: 0.7;
}
.c_detail__box__img__pager .icon_prev a {
  display: block;
  width: 20px;
  height: 60px;
  position: absolute;
  background: url(../../img/icon_prev.svg) center center no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  text-indent: -9999px;
}
.c_detail__box__img__pager .icon_next a {
  display: block;
  width: 20px;
  height: 60px;
  position: absolute;
  background: url(../../img/icon_next.svg) center center no-repeat;
  background-size: 100% 100%;
  color: #C01732;
  top: 0;
  right: 0;
  text-indent: -9999px;
}
.c_detail__box__data {
  width: 48%;
  margin-left: 2%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .c_detail__box__data {
    width: 100%;
    float: none;
    margin-left: 0;
  }
}
.c_detail__box__data__txt {
  padding: 8px 0;
  border-bottom: 1px solid #C01732;
}
.c_detail__box__data__txt--blue {
  background: #C01732;
  color: #fff;
  padding: 2px 15px;
}
.c_detail__box__data__txt span {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 2px 15px;
}
@media only screen and (max-width: 767px) {
  .c_detail__box__data__txt span {
    padding: 2px 0;
    width: 18%;
    text-align: center;
  }
  .c_detail__box__data__txt span:last-child {
    width: 82%;
    padding: 2px 0 2px 10px;
    text-align: left;
  }
}
.c_detail__box__data__list {
  text-indent: -1.5em;
  padding-left: 2em;
  margin-bottom: 8px;
  line-height: 1.5;
}
.c_detail__box__data__list::before {
  content: "■";
  color: #C01732;
  margin-right: 0.5em;
}
.c_detail__box__data table {
  width: 100%;
}
.c_detail__box__data th,
.c_detail__box__data td {
  border-bottom: 5px solid #fff;
  padding-top: 5px;
  padding-bottom: 5px;
}
.c_detail__box__data th {
  width: 120px;
  background: #C01732;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .c_detail__box__data th {
    width: 25%;
  }
}
.c_detail__box__data td {
  width: calc(100% - 120px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .c_detail__box__data td {
    width: 75%;
  }
}
.c_detail__box__icon {
  margin-top: 15px;
  width: 48%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .c_detail__box__icon {
    width: 100%;
    float: none;
  }
}
.c_detail__map {
  display: block;
  width: 100%;
  margin-bottom: 40px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.c_detail__map__area {
  margin-top: 20px;
  margin-bottom: 10px;
  width: auto;
  height: 450px;
}
.c_detail__outline {
  display: block;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}

/* =======================
	business design page
	======================================================= */
.design__note {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: right;
}
.design__title {
  letter-spacing: 2px;
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  color: #C01732;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .design__title {
    padding: 0 10px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.design__cont {
  padding: 0 0 40px;
}
.design__cont .subtitle {
  margin-bottom: 20px;
}
.design__cont__list {
  font-size: 0;
}
.design__cont__list__img {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: 49%;
  margin-right: 2%;
  padding-bottom: 20px;
}
.design__cont__list__img:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .design__cont__list__img {
    width: 100%;
    margin-right: 0;
  }
}

/* =======================
	company page
	======================================================= */
.partnership_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.partnership_inner_tbox {
  width: 50%;
}
.partnership_inner_tbox p {
  text-align: right;
}
.partnership_logo {
  max-width: 280px;
}
@media only screen and (max-width: 767px) {
  .partnership_logo {
    max-width: 150px;
  }
}

.company .table_white {
  font-size: 12px;
  font-size: 1.2rem;
}
.company__income {
  font-size: 10px;
  font-size: 1rem;
  margin: 5px 0;
  width: 100%;
  max-width: 550px;
}
@media only screen and (max-width: 767px) {
  .company__income {
    width: 90vw;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .company__income tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.company__income th {
  padding-right: 0 !important;
  width: calc(100% - 300px);
}
@media only screen and (max-width: 767px) {
  .company__income th {
    width: calc(100% - 100px);
    display: inline-block;
    background: #fff;
    padding-bottom: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.company__income td {
  width: 100px;
  text-align: right !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
@media only screen and (max-width: 767px) {
  .company__income td {
    border-top: 1px solid #d7d7d7;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    padding-bottom: 10px;
  }
}
.company__income--blue {
  background: #C01732;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .company__income--blue {
    background: #C01732 !important;
  }
}
.company__income--gray {
  background: #aaaaaa;
}
@media only screen and (max-width: 767px) {
  .company__income--gray {
    background: #aaaaaa !important;
  }
}
.company__income--lightgray {
  background: #e5e5e5;
}
@media only screen and (max-width: 767px) {
  .company__income--lightgray {
    background: #e5e5e5 !important;
  }
}
.company__officer {
  width: 49%;
  border-bottom: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin: 0;
  padding: 0;
}
.company__officer:before, .company__officer:after {
  content: "";
  display: table;
}
.company__officer:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .company__officer {
    display: block;
    width: 100%;
  }
}
.company__officer__position {
  width: 100px;
  float: left;
  margin: 0 0 10px;
  padding: 0;
}
.company__officer__position:last-child {
  margin-bottom: 0;
}
.company__officer__name {
  width: calc(100% - 130px);
  float: right;
  margin: 0 0 10px;
  padding: 0;
}
.company__officer__name:last-child {
  margin-bottom: 0;
}
.company__officer th {
  display: table-cell;
  width: 100px;
  border-top: none;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .company__officer th {
    display: table-cell;
    background: #fff;
    padding-left: 0;
  }
}
.company__officer td {
  display: table-cell;
  width: calc(50% - 100px);
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .company__officer td {
    display: table-cell;
    padding-bottom: 10px;
  }
}
.company__chartimg {
  border: 1px solid #d7d7d7;
  margin-top: 20px;
  text-align: center;
}
.company__chartimg__img {
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .company__chartimg__img {
    width: 100%;
  }
}
.company__pdf {
  font-size: 0;
  margin-top: 20px;
}
.company__pdf__list {
  display: inline-block;
  border: 1px solid #d7d7d7;
  padding: 1px;
  position: relative;
  margin-bottom: 2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company__pdf__list:nth-child(2n-1) {
  width: 49%;
  margin-right: 1%;
}
@media only screen and (max-width: 767px) {
  .company__pdf__list:nth-child(2n-1) {
    width: 100%;
    margin-right: 0;
  }
}
.company__pdf__list:nth-child(2n) {
  width: 49%;
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .company__pdf__list:nth-child(2n) {
    width: 100%;
    margin-left: 0;
  }
}
.company__pdf__list__title {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: #ececec;
  padding: 5px 20px;
}
.company__pdf__list__txt {
  display: block;
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .company__pdf__list__txt {
    width: 100%;
  }
}
.company__pdf__list__btn {
  font-size: 14px;
  font-size: 1.4rem;
  width: 55%;
  padding: 0 20px 10px;
}
.company__pdf__list__btn .button, .company__pdf__list__btn .aform-button-area #aform_btn_back, .aform-button-area .company__pdf__list__btn #aform_btn_back, .company__pdf__list__btn .aform-button-area input[type=submit], .aform-button-area .company__pdf__list__btn input[type=submit] {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .company__pdf__list__btn {
    margin: 15px auto 10px;
  }
}
.company__map {
  margin: 40px 0 10px;
  width: 100%;
  padding: 1px;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company__map__areaname {
  font-size: 18px;
  font-size: 1.8rem;
  background-color: #ececec;
  padding: 5px 20px;
}
.company__map__googlemap {
  width: 100%;
  height: 400px;
  border-top: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.company__map__txt {
  width: 100%;
  padding: 15px 40px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #d7d7d7;
}

/* =======================
	message page
	======================================================= */
.message {
  max-width: 800px;
  margin: 0 auto 0;
  padding-top: 20px;
}
.message__txt {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .message__txt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15px;
  }
}
.message__ibox {
  width: 90%;
  max-width: 500px;
  margin-left: auto;
  margin-right: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.message__nametxt {
  width: 45%;
  padding-bottom: 20px;
}
.message__nametxt__img {
  width: 100%;
  height: auto;
  display: block;
}
.message__nameimg {
  width: 55%;
}
.message__nameimg__img {
  width: 100%;
  height: auto;
  display: block;
}

.philosophy {
  max-width: 800px;
  margin: 0 auto 0;
  padding-top: 40px;
}
.philosophy__imgarea {
  margin-bottom: 120px;
}
@media only screen and (max-width: 767px) {
  .philosophy__imgarea {
    width: 95%;
    margin-bottom: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
.philosophy__imgarea__img {
  width: 100%;
  height: auto;
  display: block;
}

/* =======================
	history page
	======================================================= */
.history {
  font-size: 0px;
  font-size: 0rem;
  text-align: center;
}
.history__tab__year {
  display: inline-block;
  background-color: #fff;
  color: #C01732;
  width: 12.8%;
  padding: 3px 0 3px;
  margin: 15px 1% 0 0;
  text-align: center;
  border: 1px solid #C01732;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  font-size: 1.2rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .history__tab__year {
    width: 22%;
  }
}
.history__tab__year:last-child {
  margin-right: 0;
}
.history__tab__year::after {
  position: absolute;
  right: 10px;
  content: ">";
  margin-left: 10px;
}
.history__tab__year:hover {
  opacity: 0.75;
}
.history__tab__year.is-active {
  background: #C01732;
  color: #fff;
}
.history__cont {
  font-size: 0px;
  font-size: 0rem;
  text-align: left;
  display: none;
  padding: 20px 0;
}
.history__cont__detail {
  width: 90%;
  margin: 20px auto;
  border-bottom: 1px solid #d5d5d5;
}
.history__cont__detail__year {
  font-size: 18px;
  font-size: 1.8rem;
  text-align: center;
  position: relative;
  border-top: 1px solid #C01732;
  padding: 0 0 20px;
  margin-top: 50px;
}
.history__cont__detail__year p {
  position: absolute;
  top: -15px;
  left: 50%;
  margin-left: -100px;
  display: inline-block;
  word-wrap: normal;
  background: #fff;
  padding: 0 20px;
  width: 200px;
}
.history__cont__detail__txt {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 210px);
}
@media only screen and (max-width: 767px) {
  .history__cont__detail__txt {
    width: 100%;
  }
}
.history__cont__detail__txt dt {
  color: #C01732;
  font-weight: 600;
  padding: 0 0 0;
  margin: 0;
}
.history__cont__detail__txt dd {
  border-bottom: 1px solid #d5d5d5;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.history__cont__detail__txt dd.last {
  border-bottom: none;
  margin: 0;
  padding: 0;
}
.history__cont__detail__img {
  display: inline-block;
  width: 180px;
  margin-left: 30px;
}
@media only screen and (max-width: 767px) {
  .history__cont__detail__img {
    width: 50%;
    margin-left: 20%;
  }
}
.history__cont__detail__img p {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 14px;
  margin-top: 5px;
  margin-bottom: 15px;
  text-align: center;
}

/* =======================
	gruoup page
	======================================================= */
.group_txt {
  margin-top: 30px;
}
.group_img {
  width: 90%;
  margin: 60px auto 40px;
}
@media only screen and (max-width: 767px) {
  .group_img {
    width: 100%;
    margin-bottom: 15px;
  }
}
.group_logo {
  margin-top: 60px;
}
.group_logo_tit {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  margin-bottom: 30px;
  color: #C01732;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  .group_logo_tit {
    margin-bottom: 15px;
  }
}
.group_logo_list {
  width: 100%;
  max-width: 630px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.group_logo_list li {
  margin: 0 4%;
}
.group_logo_list li.list1 {
  width: 32%;
}
.group_logo_list li.list2 {
  width: 44%;
}
.group_logo_list li.list3 {
  width: 38%;
}
.group_logo_list li.list4 {
  width: 45%;
}
.group_logo_list li img {
  width: 100%;
}
.group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px;
}
.group_list_box {
  width: 30%;
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #808080;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .group_list_box {
    width: 90%;
    margin: 0 auto 20px;
  }
}
.group_list_box_name {
  background: #C01732;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  padding: 10px 0 10px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .group_list_box_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.group_list_box a {
  position: absolute;
  bottom: 15px;
  right: 0;
  color: #C01732;
  text-align: center;
  display: block;
  margin: 10px 0 0 auto;
  max-width: 140px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.group_list_box a::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../../img/icon_blank.svg") no-repeat;
  background-size: 100% auto;
  margin-left: 10px;
}
.group_list_box a:hover {
  opacity: 0.7;
}
.group_list-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group_list-center .group_list_box {
  margin-right: 3.33%;
}
@media only screen and (max-width: 767px) {
  .group_list-center .group_list_box {
    margin-right: auto;
  }
}
.group_list-center .group_list_box:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .group_list-center .group_list_box:nth-child(3n) {
    margin-right: auto;
  }
}

/* =======================
	recruit page
	======================================================= */
.recruit {
  font-size: 0;
}
.recruit__cont {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  width: 47%;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .recruit__cont {
    width: 100%;
  }
}
.recruit__cont:nth-child(1) {
  margin-right: 3%;
}
@media only screen and (max-width: 767px) {
  .recruit__cont:nth-child(1) {
    margin-right: 0;
  }
}
.recruit__cont:nth-child(2) {
  margin-left: 3%;
}
@media only screen and (max-width: 767px) {
  .recruit__cont:nth-child(2) {
    margin-left: 0;
    margin-top: 60px;
  }
}
.recruit__cont img {
  margin: 20px 0;
}
.recruit__cont__txt {
  height: 14em;
}
@media only screen and (max-width: 767px) {
  .recruit__cont__txt {
    height: auto;
    margin-bottom: 20px;
  }
}
.recruit__cont__btn {
  width: 70%;
  margin: 0 auto;
}
.recruit__cont__btn__img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit__cont__btn__img:hover {
  opacity: 0.7;
}
.recruit__cont__btn__img img {
  margin: 0;
}
.recruit__cont__btn .button, .recruit__cont__btn .aform-button-area #aform_btn_back, .aform-button-area .recruit__cont__btn #aform_btn_back, .recruit__cont__btn .aform-button-area input[type=submit], .aform-button-area .recruit__cont__btn input[type=submit] {
  margin-bottom: 0;
}

.companylint {
  text-align: center;
  margin-top: 100px;
}
.companylint__btn {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: 14%;
  margin: 0 1% 0 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .companylint__btn {
    width: 48%;
    margin-bottom: 2%;
  }
}
.companylint__btn .button_blue {
  padding: 20px 0;
}

/* =======================
	sekirei page
	======================================================= */
.sekirei__title {
  font-size: 18px;
  font-size: 1.8rem;
}
.sekirei__cont {
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.sekirei__cont li:before {
  content: "・";
}
.sekirei__btn {
  font-size: 14px;
  font-size: 1.4rem;
  width: 60%;
  height: auto;
  margin-top: 20px;
  bottom: 0;
}
.sekirei__btn .button, .sekirei__btn .aform-button-area #aform_btn_back, .aform-button-area .sekirei__btn #aform_btn_back, .sekirei__btn .aform-button-area input[type=submit], .aform-button-area .sekirei__btn input[type=submit] {
  margin-bottom: 0;
}
.sekirei__new {
  zoom: 1;
  width: 80%;
  margin: 0 auto 20px;
  padding-top: 20px;
  font-size: 0;
  position: relative;
}
.sekirei__new:before, .sekirei__new:after {
  content: "";
  display: table;
}
.sekirei__new:after {
  clear: both;
}
@media only screen and (max-width: 767px) {
  .sekirei__new {
    width: 90%;
  }
}
.sekirei__new__img {
  float: left;
  width: 230px;
  height: auto;
  border: 1px solid #c5c5c5;
}
@media only screen and (max-width: 767px) {
  .sekirei__new__img {
    width: 30%;
    margin-bottom: 10px;
  }
}
.sekirei__new__right {
  float: right;
  width: calc(100% - 265px);
}
@media only screen and (max-width: 767px) {
  .sekirei__new__right {
    width: 65%;
  }
}
.sekirei__new .sekirei__btn {
  float: right;
  width: calc(100% - 265px);
  font-size: 0;
}
@media only screen and (max-width: 767px) {
  .sekirei__new .sekirei__btn {
    width: 65%;
  }
}
@media only screen and (max-width: 480px) {
  .sekirei__new .sekirei__btn {
    clear: both;
    float: none;
    width: 100%;
    margin: 0;
  }
}
.sekirei__new .sekirei__btn a {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  width: 49%;
  margin-top: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sekirei__new .sekirei__btn a:first-child {
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .sekirei__new .sekirei__btn a {
    width: 100%;
    margin: 10px 0 0;
  }
}
@media only screen and (max-width: 480px) {
  .sekirei__new .sekirei__btn a {
    width: 49%;
    margin-right: 1%;
  }
}
.sekirei__form {
  float: right;
  border: 1px solid #c5c5c5;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 20px;
  -webkit-box-sizing: 100%;
          box-sizing: 100%;
  width: calc(100% - 265px);
  margin-top: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .sekirei__form {
    clear: both;
    float: none;
    width: 100%;
  }
}
.sekirei__form .button_blue {
  width: 80%;
  margin: 10px 0 0;
}
@media only screen and (max-width: 767px) {
  .sekirei__form .button_blue {
    width: 100%;
  }
}
.sekirei__backnumber {
  font-size: 0;
}
.sekirei__backnumber__list {
  display: inline-block;
  height: auto;
  position: relative;
  border: 1px solid #d7d7d7;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-bottom: 2%;
}
.sekirei__backnumber__list:nth-child(2n-1) {
  width: 49%;
  margin-right: 1%;
}
@media only screen and (max-width: 767px) {
  .sekirei__backnumber__list:nth-child(2n-1) {
    width: 100%;
    margin-right: 0;
  }
}
.sekirei__backnumber__list:nth-child(2n) {
  width: 49%;
  margin-left: 1%;
}
@media only screen and (max-width: 767px) {
  .sekirei__backnumber__list:nth-child(2n) {
    width: 100%;
    margin-left: 0;
  }
}
.sekirei__backnumber__list__img {
  display: inline-block;
  width: 100px;
  height: auto;
}
.sekirei__backnumber__list__right {
  vertical-align: top;
  display: inline-block;
  margin-left: 15px;
  width: calc(100% - 115px);
}

/* =======================
	contact page
	======================================================= */
.contact_area {
  font-size: 0px;
  font-size: 0rem;
}
.contact_area__list {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 7%;
  vertical-align: top;
}
.contact_area__list--pr10 {
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .contact_area__list--pr10 {
    padding-right: 0;
  }
}
.contact_area__list--pl10 {
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  .contact_area__list--pl10 {
    padding-left: 0;
  }
}
.contact_area__list--plr5 {
  padding-left: 5px;
  padding-right: 5px;
}
@media only screen and (max-width: 767px) {
  .contact_area__list--plr5 {
    padding-left: 0;
    padding-right: 0;
  }
}
.contact_area__list__title {
  background-color: #ececec;
  padding: 5px 20px;
}
.contact_area__list__area {
  margin-top: 30px;
  margin-bottom: 10px;
  border-top: 1px solid #C01732;
  position: relative;
}
.contact_area__list__area span {
  position: absolute;
  top: -11px;
  background: #fff;
  color: #C01732;
  padding-right: 10px;
}
.contact_area__list__txt {
  padding: 15px 20px 0;
}
.contact_area__list__txt--h5 {
  height: 7em;
}
@media only screen and (max-width: 767px) {
  .contact_area__list__txt--h5 {
    height: auto;
  }
}
.contact_area__list__txt--h8 {
  height: 10em;
}
@media only screen and (max-width: 767px) {
  .contact_area__list__txt--h8 {
    height: auto;
  }
}
.contact_area__list__txt2 {
  padding: 15px 0 0;
}
@media only screen and (max-width: 767px) {
  .contact_area__list__txt2 {
    height: auto;
  }
}
.contact_area__list__txt2 span {
  font-weight: 800;
}
.contact_area__list__btn {
  width: 100%;
  margin-top: 30px;
}
.contact_area__list__btn #aform_btn_back {
  width: 90%;
  margin: 20px auto 0;
}
.contact_area__list__btn2 {
  width: 95%;
  margin-top: 20px;
}
.contact_area__list__btn2 .button, .contact_area__list__btn2 .aform-button-area #aform_btn_back, .aform-button-area .contact_area__list__btn2 #aform_btn_back, .contact_area__list__btn2 .aform-button-area input[type=submit], .aform-button-area .contact_area__list__btn2 input[type=submit] {
  width: 100%;
  margin: 20px auto 0;
}

/* =======================
	rinoe page
	======================================================= */
.rinoe .subtitle2 {
  border-left: 10px solid #C01732;
  padding-left: 10px;
  font-size: 2rem;
  margin-top: 40px;
}
.rinoe .other__list li {
  text-indent: -1.5rem;
  padding-left: 1.5rem;
}
.rinoe .common_mtxt span {
  font-size: 1.8rem;
}
.rinoe .finance_ttl {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
.rinoe .finance_ttl::first-letter {
  color: #C01732;
}
.rinoe .finance_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
}
.rinoe .finance_list .t1 {
  width: 140px;
  border-top: 1px solid #ccc;
  padding: 15px 10px;
  background: #F3F1E9;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.rinoe .finance_list .t2 {
  width: calc(100% - 140px);
  border-top: 1px solid #ccc;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.other {
  position: relative;
  margin-top: 40px;
}
.other__tbold {
  font-weight: 600;
  margin-bottom: 5px;
}
.other__list {
  margin-bottom: 30px;
}
.other__list li {
  margin: 0 1em 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(100% - 1em);
}
.other__list--disc {
  list-style: disc;
}
.other__list--disc li {
  margin: 0 1.5em 10px;
  width: calc(100% - 1.5em);
}
.other__list--roman {
  list-style: lower-roman;
}
.other__list--roman li {
  margin: 0 1.5em 10px;
  width: calc(100% - 1.5em);
}
.other__list--decimal {
  list-style: decimal-leading-zero;
}
.other__list--decimal li {
  margin: 0 2em 10px;
  width: calc(100% - 2em);
}
.other__list--none li {
  margin-left: 0;
}
.other .common_mtxt {
  margin: 20px auto 10px;
}
@media only screen and (max-width: 767px) {
  .other .common_mtxt.sp_center {
    text-align: center;
  }
}

.privacy__link li {
  width: 40%;
  display: inline-block;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .privacy__link li {
    width: 100%;
    border-right: none;
  }
}
.privacy__link li .button, .privacy__link li .aform-button-area #aform_btn_back, .aform-button-area .privacy__link li #aform_btn_back, .privacy__link li .aform-button-area input[type=submit], .aform-button-area .privacy__link li input[type=submit] {
  margin-bottom: 0;
}
.privacy__contact {
  width: 100%;
  max-width: 400px;
  margin: 10px 0 30px;
}
.privacy__contact .button, .privacy__contact .aform-button-area #aform_btn_back, .aform-button-area .privacy__contact #aform_btn_back, .privacy__contact .aform-button-area input[type=submit], .aform-button-area .privacy__contact input[type=submit] {
  margin-bottom: 0;
}
.privacy__table1--b_right {
  border-right: 1px solid #d5d5d5;
}
.privacy__table2 th {
  width: 250px;
  border-right: 1px solid #d5d5d5;
}
@media only screen and (max-width: 767px) {
  .privacy__table2 th {
    width: 100%;
    border-right: none;
  }
}
.privacy__table2 td {
  width: calc(100% - 250px);
}
@media only screen and (max-width: 767px) {
  .privacy__table2 td {
    width: 100%;
  }
}
.privacy__mokuteki {
  position: absolute;
  top: -90px;
  left: 0;
}

.privacykaiji__textlink {
  text-decoration: underline;
}

/* =======================
	page common parts
	======================================================= */
.common__mimg {
  position: relative;
  font-size: 0;
}
.common__mimg__url {
  position: absolute;
  width: 50%;
  top: 15%;
  left: 25%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .common__mimg__url {
    width: 60%;
    left: 20%;
  }
}
.common__mimg__url:hover {
  opacity: 0.7;
}
.common__mimg__url2 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.common__mimg__url2:hover {
  opacity: 0.7;
}
.common__mimg--mb {
  margin-bottom: 70px;
}
@media only screen and (max-width: 767px) {
  .common__mimg--mb {
    margin-bottom: 35px;
  }
}
.common__mimg__list__link {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .common__mimg__list__link {
    padding-bottom: 30px;
  }
}
.common__mimg__list__link__title {
  font-size: 18px;
  font-size: 1.8rem;
  color: #C01732;
  margin: 20px 0;
}
.common__mimg__list__link__txt {
  margin-bottom: 30px;
}
.common__mimg__list__link__url {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.common__leads {
  padding: 70px 0 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .common__leads {
    padding: 35px 0 20px;
  }
}
.common__leads p {
  margin-bottom: 30px;
}
.common_content {
  margin-bottom: 60px;
}
.common_mtxt {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 20px 0 40px;
}

.contact {
  border: 1px solid #d7d7d7;
  position: relative;
  margin-bottom: 6%;
}
.contact__title {
  background-color: #ececec;
  padding: 5px 20px;
}
.contact__call {
  display: block;
  padding: 10px 20px;
  width: 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .contact__call {
    width: 100%;
  }
}
.contact__btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 30%;
}
.contact__btn .button, .contact__btn .aform-button-area #aform_btn_back, .aform-button-area .contact__btn #aform_btn_back, .contact__btn .aform-button-area input[type=submit], .aform-button-area .contact__btn input[type=submit] {
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .contact__btn {
    position: relative;
    right: 0;
    width: 60%;
    margin: 15px auto 10px;
  }
}

.backbtn {
  width: 47%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .backbtn {
    width: 60%;
  }
}
.backbtn .button_blue {
  padding: 20px;
}

/* =======================
	inside page
	======================================================= */
/* =======================
	Box element
	======================================================= */
.box1 {
  width: 100%;
  height: auto;
}

.box2 {
  width: 50%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .box2 {
    width: 100%;
    height: auto;
  }
}

.box3 {
  width: 33.33%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .box3 {
    width: 100%;
    height: auto;
  }
}
.box3 .mainnav__header {
  height: 10px;
}

.box4 {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .box4 {
    width: 50%;
  }
}

/* =======================
	title
	======================================================= */
.pagetitle {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  margin: 50px 0 30px;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .pagetitle {
    font-size: 22px;
    font-size: 2.2rem;
    margin: 25px 0 15px;
  }
}

.subtitle {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #C01732;
  border-bottom: 2px solid #C01732;
}
@media only screen and (max-width: 767px) {
  .subtitle {
    font-size: 18px;
    font-size: 1.8rem;
    padding-bottom: 5px;
  }
}
.subtitle--h2 {
  font-size: 20px;
  font-size: 2rem;
  border-bottom: 1px solid #C01732;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .subtitle--h2 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 5px;
  }
}

.nametitle {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
  color: #C01732;
  margin-bottom: 20px;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .nametitle {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =======================
	Card Items
	======================================================= */
/* =======================
	icon
	======================================================= */
.icon {
  font-size: 0;
}
.icon__list {
  font-size: 12px;
  font-size: 1.2rem;
  width: 40px;
  height: auto;
  display: inline-block;
  margin: 0 3px;
}
.icon__list--bgray {
  border: 1.5px solid #888988;
  border-radius: 5px;
}
.icon__list img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .icon__list {
    width: 11.5%;
    margin: 0 0.5%;
  }
}
.icon__hotellist {
  font-size: 12px;
  font-size: 1.2rem;
  width: 24%;
  margin: 0 0.5% 1%;
  height: auto;
  display: inline-block;
}
.icon__hotellist:nth-child(3n) {
  margin-right: 0;
}
.icon__hotellist img {
  display: block;
}
@media only screen and (max-width: 767px) {
  .icon__hotellist {
    width: 49%;
    margin: 0 0.5% 1% !important;
  }
  .icon__hotellist:nth-child(2n) {
    margin-right: 0;
  }
}

.attension_icon {
  background-color: #f30;
  color: #fff;
  width: 4em;
  text-align: center;
  height: 18px;
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 18px;
  font-style: normal;
}
.attension_icon::before {
  content: "注目";
}
@media only screen and (max-width: 767px) {
  .attension_icon {
    font-size: 10px;
    font-size: 1rem;
    height: 16px;
    line-height: 16px;
  }
}

/* =======================
	socialbtnbox
	======================================================= */
/* =======================
	Pankuzu Navigation
	======================================================= */
.pankuzu {
  background-color: #f1f1f1;
  width: 100%;
  height: auto;
  padding: 5px 0;
}
.pankuzu__list {
  font-size: 10px;
  font-size: 1rem;
  display: inline-block;
}
.pankuzu__list::after {
  content: ">";
  margin: 0 0 0 5px;
}
.pankuzu__list:last-child::after {
  content: "";
  margin: 0;
}
.pankuzu__list a:hover {
  color: #C01732;
}

/* =======================
	2column right(for information)
	======================================================= */
.rightsidecont {
  padding: 0 0 30px;
}
.rightsidecont__title {
  padding: 5px 0 4px 10px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #C01732;
  border-bottom: 2px solid #C01732;
}

.rightsidecontnav__grp {
  font-size: 13px;
  font-size: 1.3rem;
}
.rightsidecontnav__item {
  border-bottom: 1px dotted #C01732;
}
.rightsidecontnav__link {
  display: table;
  border-collapse: separate;
  width: 100%;
  height: 44px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  position: relative;
}
.rightsidecontnav__link::after {
  position: absolute;
  right: 10px;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 1px solid #C01732;
  border-bottom: 1px solid #C01732;
  width: 4px;
  height: 4px;
}
.rightsidecontnav__link:hover {
  background: #C01732;
  color: #fff;
}
.rightsidecontnav__link:hover::after {
  border-color: #fff;
}
.rightsidecontnav__label {
  display: table-cell;
  vertical-align: middle;
  height: 44px;
}

/* =======================
	Pagination
	======================================================= */
.pagination {
  padding: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  .pagination {
    padding: 10px 0 20px;
  }
}

.pagination__grp {
  display: block;
  font-size: 0;
}

.pagination__item {
  display: inline-block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 5px 5px 0;
  position: relative;
}
.pagination__item:last-child {
  margin-right: 0;
}
.pagination__item a {
  display: block;
  width: 34px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #C01732;
  text-align: center;
  background: #fff;
  color: #C01732;
}
.pagination__item a span {
  display: table-cell;
  width: 34px;
  height: 34px;
  vertical-align: middle;
}
.pagination__item a:hover {
  background: #C01732;
  color: #ffffff;
}
.pagination__item--prev i, .pagination__item--next i {
  height: 34px;
  display: block;
  padding: 4px 0 0 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pagination__item--prev i::before, .pagination__item--next i::before {
  content: "";
  border-left: solid 1px #C01732;
  border-bottom: solid 1px #C01732;
  width: 4px;
  height: 4px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pagination__item--prev i::after, .pagination__item--next i::after {
  content: "";
  border-left: solid 1px #C01732;
  border-bottom: solid 1px #C01732;
  width: 4px;
  height: 4px;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: -2px;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pagination__item--prev a:hover i::before, .pagination__item--next a:hover i::before {
  border-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination__item--prev a:hover i::after, .pagination__item--next a:hover i::after {
  border-color: #fff;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.pagination__item--next i {
  padding: 4px 2px 0 0;
}
.pagination__item--next i::before {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.pagination__item--next i::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}
.pagination__item--active {
  background: #C01732;
}
.pagination__item--active a {
  color: #ffffff;
  background: #C01732;
}
.pagination__item--active a:hover {
  background: #C01732;
  color: #ffffff;
  cursor: default;
}

/* =======================
	page top Btn
	======================================================= */
.pagetopbutton {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 900;
}
.pagetopbutton a {
  display: block;
  text-align: center;
  padding: 23px 10px 3px;
  background-color: #5e5d5c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 12px;
}
.pagetopbutton a:after {
  content: "";
  position: absolute;
  top: 12px;
  left: 23px;
  height: 14px;
  width: 14px;
  margin: 0;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.pagetopbutton a:hover {
  background: #C01732;
}
.pagetopbutton a:hover:after {
  border-color: #fff;
}

/* =======================
	tag
	======================================================= */
/* =======================
	error page
	======================================================= */
.error_contents {
  padding: 50px 0;
}
@media only screen and (max-width: 767px) {
  .error_contents {
    padding: 30px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.error_contents__title {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px;
}
@media only screen and (max-width: 767px) {
  .error_contents__title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* =======================
	status
	======================================================= */
/*display*/
.s_spnone {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .s_spnone {
    display: none !important;
  }
}

.s_pcnone {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .s_pcnone {
    display: block !important;
  }
}

/*img width*/
.s_img100 {
  width: 100%;
  height: auto;
}

/*font*/
.s_tindent {
  padding-left: -1em;
  text-indent: 1em;
}

.s_blue {
  color: #C01732;
}

.s_red {
  color: #bc4d00;
}

.s_fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .s_fs28 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

.s_fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .s_fs24 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.s_fs22 {
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .s_fs22 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.s_fs16 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .s_fs16 {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.s_fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .s_fs12 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.s_fs10 {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .s_fs10 {
    font-size: 10px;
    font-size: 1rem;
  }
}

.s_fbold {
  font-weight: 600;
}

.s_fsmall {
  font-size: 80%;
}

#bodyFude footer {
  margin-top: 0;
}

#pageFude {
  @import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho&display=swap");
  background: #000;
  font-family: "Zen Old Mincho", serif;
}
#pageFude .fude_wrap {
  background: url("../../img/fude/fude_bg1.png") no-repeat top center/cover;
  padding: 100px 0 200px;
}
#pageFude .fude_wrap .wrapper2 {
  max-width: 1400px;
}
#pageFude .fude_wrap .fude_lead {
  width: 80%;
  max-width: 900px;
  margin: 0 auto 60px;
}
#pageFude .fude_wrap .fude_logo {
  max-width: 600px;
  margin: 0 auto 60px;
}
#pageFude .fude_wrap p {
  color: #fff;
}
#pageFude .fude_wrap .fude_txt1 {
  position: relative;
  padding-left: 4%;
}
#pageFude .fude_wrap .fude_txt1 .ttl {
  position: absolute;
  top: 2%;
  left: 0;
  width: 1%;
}
#pageFude .fude_wrap .fude_txt1 .t1 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 3em;
  margin: 0 auto 100px;
  max-width: 690px;
  letter-spacing: 0.1em;
}
#pageFude .fude_wrap .fude_txt1 figure {
  margin: 0 auto 200px;
  max-width: 690px;
}
#pageFude .fude_wrap .fude_about {
  position: relative;
  padding-left: 4%;
}
#pageFude .fude_wrap .fude_about .ttl {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 1%;
}
#pageFude .fude_wrap .fude_about_fx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  padding: 50px 0;
}
#pageFude .fude_wrap .fude_about figure {
  width: 25%;
  margin-right: 10%;
}
#pageFude .fude_wrap .fude_about figure img {
  width: 100%;
  height: auto;
}
#pageFude .fude_wrap .fude_about ul li {
  color: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 3em;
}
@media only screen and (max-width: 767px) {
  #pageFude .fude_wrap {
    padding: 50px 0 100px;
  }
  #pageFude .fude_wrap .wrapper2 {
    width: 90%;
  }
  #pageFude .fude_wrap .fude_lead {
    margin: 0 auto 30px;
  }
  #pageFude .fude_wrap .fude_logo {
    margin: 0 auto 30px;
  }
  #pageFude .fude_wrap p {
    color: #fff;
  }
  #pageFude .fude_wrap .fude_txt1 {
    position: relative;
    padding-left: 5%;
  }
  #pageFude .fude_wrap .fude_txt1 .ttl {
    left: -3%;
    width: 3%;
  }
  #pageFude .fude_wrap .fude_txt1 .t1 {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2.5em;
    margin: 0 auto 50px;
  }
  #pageFude .fude_wrap .fude_txt1 figure {
    margin: 0 auto 100px;
  }
  #pageFude .fude_wrap .fude_about {
    position: relative;
    padding-left: 5%;
  }
  #pageFude .fude_wrap .fude_about .ttl {
    position: absolute;
    left: -3%;
    width: 3%;
  }
  #pageFude .fude_wrap .fude_about_fx {
    padding: 30px 0;
  }
  #pageFude .fude_wrap .fude_about figure {
    width: 60%;
    margin-right: 0;
  }
  #pageFude .fude_wrap .fude_about figure img {
    width: 100%;
    height: auto;
  }
  #pageFude .fude_wrap .fude_about ul {
    width: 100%;
  }
  #pageFude .fude_wrap .fude_about ul li {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 20px;
    line-height: 1.5em;
    text-indent: -1.4rem;
    padding-left: 1.4rem;
  }
}
#pageFude .btn_wrap {
  background: url("../../img/fude/fude_bg2.png") no-repeat top center/cover;
  padding: 100px 0 40px;
}
#pageFude .btn_wrap .btn {
  display: block;
  border: 1px solid #fff;
  padding: 20px 15%;
  width: 80%;
  margin: 0 auto 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#pageFude .btn_wrap a {
  position: relative;
  overflow: hidden;
}
#pageFude .btn_wrap a::before {
  content: ">";
  font-size: 30px;
  font-size: 3rem;
  -webkit-transform: scaleX(0.4) translateY(-50%);
          transform: scaleX(0.4) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 5px;
  color: #fff;
}
#pageFude .btn_wrap .shiny-btn {
  position: relative;
  display: block;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
}
#pageFude .btn_wrap .shiny-btn::after {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgb(255, 255, 255) 100%, rgba(255, 255, 255, 0) 0%);
  -webkit-animation-name: shiny;
          animation-name: shiny;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(25deg);
            transform: scale(0) rotate(25deg);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1) rotate(25deg);
            transform: scale(1) rotate(25deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(25deg);
            transform: scale(50) rotate(25deg);
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  #pageFude .btn_wrap {
    background: url("../../img/fude/fude_bg2.png") no-repeat top center/cover;
    padding: 50px 0 10px;
  }
  #pageFude .btn_wrap .btn {
    padding: 20px 40px;
  }
  #pageFude .btn_wrap a::before {
    font-size: 20px;
    font-size: 2rem;
  }
}

/* =======================
	form
	======================================================= */
button, textarea, select, input {
  margin: 0;
  padding: 0;
}

button, textarea, select {
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type=text],
input[type=password],
input[type=number],
input[type=email],
input[type=tel],
textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 6px;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  background: #fdffc7 !important;
}

@media only screen and (max-width: 767px) {
  textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

input[type=text],
input[type=password],
input[type=tel],
input[type=email],
input[type=number] {
  height: 38px;
}
input[type=text].s-spfull,
input[type=password].s-spfull,
input[type=tel].s-spfull,
input[type=email].s-spfull,
input[type=number].s-spfull {
  width: 100%;
}

.radiobtn__outer {
  display: inline-block;
}

.dl_yard dd {
  position: relative;
  overflow: hidden;
}
.dl_yard dd::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 26px;
  right: 18px;
  width: 0px;
  height: 0px;
  border: 5px solid transparent;
  border-top: 5px solid #333;
}
#form_confirm_screen .dl_yard dd::after {
  display: none;
}

select {
  border-radius: 5px;
  padding: 10px 20px 10px !important;
  position: relative;
  width: auto;
  border: 1px solid #ccc;
  background: #fff;
  z-index: 0;
}

input[type=text].name {
  margin-top: 8px;
}
input[type=text].kana {
  margin-top: 8px;
}

@media only screen and (max-width: 767px) {
  input[type=number] {
    width: 3em;
  }
}

#input_screen input[type=checkbox] {
  display: none;
}
#input_screen input[type=checkbox] + label {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  padding: 0 0 0 26px;
  vertical-align: middle;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  #input_screen input[type=checkbox] + label {
    display: block;
  }
}
#input_screen input[type=checkbox] + label:hover:after,
#input_screen input[type=checkbox]:checked + label:after {
  border-color: #147dae;
}
#input_screen input[type=checkbox] + label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 6px;
  content: "";
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#input_screen input[type=checkbox] + label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 6px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #147dae;
  border-bottom: 3px solid #147dae;
  content: "";
  opacity: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 1;
}
#input_screen input[type=checkbox]:checked + label:before {
  opacity: 1;
}
#input_screen input[type=radio] {
  display: none;
}
#input_screen input[type=radio] + label {
  padding-left: 22px;
  position: relative;
  margin-right: 12px;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  #input_screen input[type=radio] + label {
    display: block;
  }
}
#input_screen input[type=radio] + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
#input_screen input[type=radio]:checked + label {
  color: #147dae;
}
#input_screen input[type=radio]:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 3px;
  width: 11px;
  height: 11px;
  background: #147dae;
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .dl_age li {
    margin: 0 !important;
    width: 33%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.form__body {
  width: 100%;
  padding: 10px 0 30px 0;
  background: #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .form__body {
    padding: 6px 0 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: -50px;
  }
}

.form__inner {
  width: 960px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .form__inner {
    width: 100%;
  }
}

.form__fin {
  background: #fff;
  padding: 60px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .form__fin {
    padding: 30px;
    border-right: none;
    border-left: none;
  }
}

.aform-header {
  font-size: 28px;
  font-size: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .aform-header {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.aform-content {
  background: #fff;
  padding: 16px 38px;
  border: 1px solid #ddd;
}
@media only screen and (max-width: 767px) {
  .aform-content {
    padding: 10px;
    border-right: none;
    border-left: none;
  }
}

.aform-content dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width: 767px) {
  .aform-content dl {
    display: block;
    border: none;
  }
}
.aform-content dl.aform-error-list {
  display: block;
}
.aform-content dl.aform-error-list dt {
  display: block;
  width: 100%;
}
.aform-content dl.aform-error-list dd {
  display: block;
  width: 100%;
}

.aform-content dl dt {
  width: 25%;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px 0 0;
}
@media only screen and (max-width: 767px) {
  .aform-content dl dt {
    display: block;
    width: 100%;
    background: #f1f1f1;
    padding: 5px 10px;
  }
}

.aform-content dl dd {
  width: 75%;
  display: inline-block;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 0 0;
}
@media only screen and (max-width: 767px) {
  .aform-content dl dd {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0 0;
  }
}

.aform-label {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .aform-label {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.aform-error {
  padding: 8px 0 0;
}

@media only screen and (max-width: 767px) {
  .aform-name-ul label,
  .aform-kana-ul label {
    padding: 0 0 6px;
    display: block;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 767px) {
  .aform-content .aform-radio-ul {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .aform-content li {
    padding: 0 0 10px;
  }
}

.aform-horizontal-ul li {
  margin: 0 30px 0 0;
}

.aform-radio {
  margin: 0 8px 0 0;
}

.aform-input-example {
  margin: 0 0 6px;
}

.aform-button-area {
  background: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .aform-button-area {
    padding: 0 0 10px;
  }
}
.aform-button-area input[type=submit] {
  font-size: 18px;
  font-size: 1.8rem;
  width: 300px;
  display: inline-block;
  margin: 0 20px;
  background: #C01732;
  color: #fff;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .aform-button-area input[type=submit] {
    width: 100%;
    margin: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.aform-button-area input[type=submit]:hover {
  background: #fff;
  color: #C01732;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .aform-button-area input[type=submit]:hover {
    background: #C01732;
    color: #fff;
  }
}
@media only screen and (max-width: 767px) {
  .aform-button-area #aform_btn_submit {
    width: calc(78% - 10px);
    margin: 0 5px;
  }
}
.aform-button-area #aform_btn_back {
  font-size: 18px;
  font-size: 1.8rem;
  width: 200px;
  display: inline-block;
  margin: 0 20px;
  background: #ddd;
  color: #333;
  -webkit-transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  border: none;
}
@media only screen and (max-width: 767px) {
  .aform-button-area #aform_btn_back {
    width: calc(20% - 10px);
    margin: 0 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.aform-button-area #aform_btn_back:hover {
  background: #ccc;
  color: #333;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
@media only screen and (max-width: 767px) {
  .aform-button-area #aform_btn_back:hover {
    background: #ddd;
    color: #333;
  }
}

/** VARIABLES
===================================*/
/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
  position: relative;
  padding: 0;
  *zoom: 1;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.bx-wrapper img {
  max-width: 100%;
  display: block;
}

.bxslider {
  margin: 0;
  padding: 0;
}

ul.bxslider {
  list-style: none;
}

.bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
}

/** THEME
===================================*/
.bx-wrapper {
  background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 10px;
  width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../js/bx_loader.gif") center center no-repeat #ffffff;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: 0.85em;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
  padding-top: 20px;
  z-index: 2000;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 8px;
  outline: 0;
  border-radius: 7px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  /*background: #004ea2;*/
  background: #c00f31;
}

@media only screen and (max-width: 767px) {
  .bx-wrapper .bx-pager {
    display: none;
  }
}
.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  vertical-align: bottom;
  *zoom: 1;
  *display: inline;
}

.bx-wrapper .bx-pager-item {
  font-size: 0;
  line-height: 0;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: 10px;
  background: url("../js/controls.png") no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: 0 0;
}

.bx-wrapper .bx-next {
  right: 10px;
  background: url("../js/controls.png") no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 5000;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
  background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: 0.85em;
  padding: 10px;
}

/* ===== Module =============================================
   Author:
   ==================================================================== */
/* ==========================================================================
   Module
   ========================================================================== */
.mauto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mall0 {
  margin: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mall0 {
    margin: 0px !important;
  }
}

.mall5 {
  margin: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mall5 {
    margin: 3px !important;
  }
}

.mall10 {
  margin: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mall10 {
    margin: 5px !important;
  }
}

.mall15 {
  margin: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mall15 {
    margin: 8px !important;
  }
}

.mall20 {
  margin: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mall20 {
    margin: 10px !important;
  }
}

.mall25 {
  margin: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mall25 {
    margin: 13px !important;
  }
}

.mall30 {
  margin: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mall30 {
    margin: 15px !important;
  }
}

.mall35 {
  margin: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mall35 {
    margin: 18px !important;
  }
}

.mall40 {
  margin: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mall40 {
    margin: 20px !important;
  }
}

.mall45 {
  margin: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mall45 {
    margin: 23px !important;
  }
}

.mall50 {
  margin: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mall50 {
    margin: 25px !important;
  }
}

.mall55 {
  margin: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mall55 {
    margin: 28px !important;
  }
}

.mall60 {
  margin: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mall60 {
    margin: 30px !important;
  }
}

.mall65 {
  margin: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mall65 {
    margin: 33px !important;
  }
}

.mall70 {
  margin: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mall70 {
    margin: 35px !important;
  }
}

.mall75 {
  margin: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mall75 {
    margin: 38px !important;
  }
}

.mall80 {
  margin: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mall80 {
    margin: 40px !important;
  }
}

.mall85 {
  margin: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mall85 {
    margin: 43px !important;
  }
}

.mall90 {
  margin: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mall90 {
    margin: 45px !important;
  }
}

.mall95 {
  margin: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mall95 {
    margin: 48px !important;
  }
}

.mall100 {
  margin: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mall100 {
    margin: 50px !important;
  }
}

.mt0 {
  margin-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px !important;
  }
}

.mt5 {
  margin-top: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mt5 {
    margin-top: 3px !important;
  }
}

.mt10 {
  margin-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mt10 {
    margin-top: 5px !important;
  }
}

.mt15 {
  margin-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mt15 {
    margin-top: 8px !important;
  }
}

.mt20 {
  margin-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mt20 {
    margin-top: 10px !important;
  }
}

.mt25 {
  margin-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mt25 {
    margin-top: 13px !important;
  }
}

.mt30 {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mt30 {
    margin-top: 15px !important;
  }
}

.mt35 {
  margin-top: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mt35 {
    margin-top: 18px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mt40 {
    margin-top: 20px !important;
  }
}

.mt45 {
  margin-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mt45 {
    margin-top: 23px !important;
  }
}

.mt50 {
  margin-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mt50 {
    margin-top: 25px !important;
  }
}

.mt55 {
  margin-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mt55 {
    margin-top: 28px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mt60 {
    margin-top: 30px !important;
  }
}

.mt65 {
  margin-top: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mt65 {
    margin-top: 33px !important;
  }
}

.mt70 {
  margin-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mt70 {
    margin-top: 35px !important;
  }
}

.mt75 {
  margin-top: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mt75 {
    margin-top: 38px !important;
  }
}

.mt80 {
  margin-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mt80 {
    margin-top: 40px !important;
  }
}

.mt85 {
  margin-top: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mt85 {
    margin-top: 43px !important;
  }
}

.mt90 {
  margin-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mt90 {
    margin-top: 45px !important;
  }
}

.mt95 {
  margin-top: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mt95 {
    margin-top: 48px !important;
  }
}

.mt100 {
  margin-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mt100 {
    margin-top: 50px !important;
  }
}

.mb0 {
  margin-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mb0 {
    margin-bottom: 0px !important;
  }
}

.mb5 {
  margin-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mb5 {
    margin-bottom: 3px !important;
  }
}

.mb10 {
  margin-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mb10 {
    margin-bottom: 5px !important;
  }
}

.mb15 {
  margin-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mb15 {
    margin-bottom: 8px !important;
  }
}

.mb20 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mb20 {
    margin-bottom: 10px !important;
  }
}

.mb25 {
  margin-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mb25 {
    margin-bottom: 13px !important;
  }
}

.mb30 {
  margin-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mb30 {
    margin-bottom: 15px !important;
  }
}

.mb35 {
  margin-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mb35 {
    margin-bottom: 18px !important;
  }
}

.mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mb40 {
    margin-bottom: 20px !important;
  }
}

.mb45 {
  margin-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mb45 {
    margin-bottom: 23px !important;
  }
}

.mb50 {
  margin-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mb50 {
    margin-bottom: 25px !important;
  }
}

.mb55 {
  margin-bottom: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mb55 {
    margin-bottom: 28px !important;
  }
}

.mb60 {
  margin-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mb60 {
    margin-bottom: 30px !important;
  }
}

.mb65 {
  margin-bottom: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mb65 {
    margin-bottom: 33px !important;
  }
}

.mb70 {
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mb70 {
    margin-bottom: 35px !important;
  }
}

.mb75 {
  margin-bottom: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mb75 {
    margin-bottom: 38px !important;
  }
}

.mb80 {
  margin-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mb80 {
    margin-bottom: 40px !important;
  }
}

.mb85 {
  margin-bottom: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mb85 {
    margin-bottom: 43px !important;
  }
}

.mb90 {
  margin-bottom: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mb90 {
    margin-bottom: 45px !important;
  }
}

.mb95 {
  margin-bottom: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mb95 {
    margin-bottom: 48px !important;
  }
}

.mb100 {
  margin-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mb100 {
    margin-bottom: 50px !important;
  }
}

.mr0 {
  margin-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .mr0 {
    margin-right: 0px !important;
  }
}

.mr5 {
  margin-right: 5px !important;
}
@media only screen and (max-width: 767px) {
  .mr5 {
    margin-right: 3px !important;
  }
}

.mr10 {
  margin-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .mr10 {
    margin-right: 5px !important;
  }
}

.mr15 {
  margin-right: 15px !important;
}
@media only screen and (max-width: 767px) {
  .mr15 {
    margin-right: 8px !important;
  }
}

.mr20 {
  margin-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  .mr20 {
    margin-right: 10px !important;
  }
}

.mr25 {
  margin-right: 25px !important;
}
@media only screen and (max-width: 767px) {
  .mr25 {
    margin-right: 13px !important;
  }
}

.mr30 {
  margin-right: 30px !important;
}
@media only screen and (max-width: 767px) {
  .mr30 {
    margin-right: 15px !important;
  }
}

.mr35 {
  margin-right: 35px !important;
}
@media only screen and (max-width: 767px) {
  .mr35 {
    margin-right: 18px !important;
  }
}

.mr40 {
  margin-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .mr40 {
    margin-right: 20px !important;
  }
}

.mr45 {
  margin-right: 45px !important;
}
@media only screen and (max-width: 767px) {
  .mr45 {
    margin-right: 23px !important;
  }
}

.mr50 {
  margin-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .mr50 {
    margin-right: 25px !important;
  }
}

.mr55 {
  margin-right: 55px !important;
}
@media only screen and (max-width: 767px) {
  .mr55 {
    margin-right: 28px !important;
  }
}

.mr60 {
  margin-right: 60px !important;
}
@media only screen and (max-width: 767px) {
  .mr60 {
    margin-right: 30px !important;
  }
}

.mr65 {
  margin-right: 65px !important;
}
@media only screen and (max-width: 767px) {
  .mr65 {
    margin-right: 33px !important;
  }
}

.mr70 {
  margin-right: 70px !important;
}
@media only screen and (max-width: 767px) {
  .mr70 {
    margin-right: 35px !important;
  }
}

.mr75 {
  margin-right: 75px !important;
}
@media only screen and (max-width: 767px) {
  .mr75 {
    margin-right: 38px !important;
  }
}

.mr80 {
  margin-right: 80px !important;
}
@media only screen and (max-width: 767px) {
  .mr80 {
    margin-right: 40px !important;
  }
}

.mr85 {
  margin-right: 85px !important;
}
@media only screen and (max-width: 767px) {
  .mr85 {
    margin-right: 43px !important;
  }
}

.mr90 {
  margin-right: 90px !important;
}
@media only screen and (max-width: 767px) {
  .mr90 {
    margin-right: 45px !important;
  }
}

.mr95 {
  margin-right: 95px !important;
}
@media only screen and (max-width: 767px) {
  .mr95 {
    margin-right: 48px !important;
  }
}

.mr100 {
  margin-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .mr100 {
    margin-right: 50px !important;
  }
}

.ml0 {
  margin-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .ml0 {
    margin-left: 0px !important;
  }
}

.ml5 {
  margin-left: 5px !important;
}
@media only screen and (max-width: 767px) {
  .ml5 {
    margin-left: 3px !important;
  }
}

.ml10 {
  margin-left: 10px !important;
}
@media only screen and (max-width: 767px) {
  .ml10 {
    margin-left: 5px !important;
  }
}

.ml15 {
  margin-left: 15px !important;
}
@media only screen and (max-width: 767px) {
  .ml15 {
    margin-left: 8px !important;
  }
}

.ml20 {
  margin-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .ml20 {
    margin-left: 10px !important;
  }
}

.ml25 {
  margin-left: 25px !important;
}
@media only screen and (max-width: 767px) {
  .ml25 {
    margin-left: 13px !important;
  }
}

.ml30 {
  margin-left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .ml30 {
    margin-left: 15px !important;
  }
}

.ml35 {
  margin-left: 35px !important;
}
@media only screen and (max-width: 767px) {
  .ml35 {
    margin-left: 18px !important;
  }
}

.ml40 {
  margin-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .ml40 {
    margin-left: 20px !important;
  }
}

.ml45 {
  margin-left: 45px !important;
}
@media only screen and (max-width: 767px) {
  .ml45 {
    margin-left: 23px !important;
  }
}

.ml50 {
  margin-left: 50px !important;
}
@media only screen and (max-width: 767px) {
  .ml50 {
    margin-left: 25px !important;
  }
}

.ml55 {
  margin-left: 55px !important;
}
@media only screen and (max-width: 767px) {
  .ml55 {
    margin-left: 28px !important;
  }
}

.ml60 {
  margin-left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .ml60 {
    margin-left: 30px !important;
  }
}

.ml65 {
  margin-left: 65px !important;
}
@media only screen and (max-width: 767px) {
  .ml65 {
    margin-left: 33px !important;
  }
}

.ml70 {
  margin-left: 70px !important;
}
@media only screen and (max-width: 767px) {
  .ml70 {
    margin-left: 35px !important;
  }
}

.ml75 {
  margin-left: 75px !important;
}
@media only screen and (max-width: 767px) {
  .ml75 {
    margin-left: 38px !important;
  }
}

.ml80 {
  margin-left: 80px !important;
}
@media only screen and (max-width: 767px) {
  .ml80 {
    margin-left: 40px !important;
  }
}

.ml85 {
  margin-left: 85px !important;
}
@media only screen and (max-width: 767px) {
  .ml85 {
    margin-left: 43px !important;
  }
}

.ml90 {
  margin-left: 90px !important;
}
@media only screen and (max-width: 767px) {
  .ml90 {
    margin-left: 45px !important;
  }
}

.ml95 {
  margin-left: 95px !important;
}
@media only screen and (max-width: 767px) {
  .ml95 {
    margin-left: 48px !important;
  }
}

.ml100 {
  margin-left: 100px !important;
}
@media only screen and (max-width: 767px) {
  .ml100 {
    margin-left: 50px !important;
  }
}

/*--------------------
 *    padding
 *--------------------*/
.pall0 {
  padding: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pall0 {
    padding: 0px !important;
  }
}

.pall5 {
  padding: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pall5 {
    padding: 3px !important;
  }
}

.pall10 {
  padding: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pall10 {
    padding: 5px !important;
  }
}

.pall15 {
  padding: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pall15 {
    padding: 8px !important;
  }
}

.pall20 {
  padding: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pall20 {
    padding: 10px !important;
  }
}

.pall25 {
  padding: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pall25 {
    padding: 13px !important;
  }
}

.pall30 {
  padding: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pall30 {
    padding: 15px !important;
  }
}

.pall35 {
  padding: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pall35 {
    padding: 18px !important;
  }
}

.pall40 {
  padding: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pall40 {
    padding: 20px !important;
  }
}

.pall45 {
  padding: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pall45 {
    padding: 23px !important;
  }
}

.pall50 {
  padding: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pall50 {
    padding: 25px !important;
  }
}

.pall55 {
  padding: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pall55 {
    padding: 28px !important;
  }
}

.pall60 {
  padding: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pall60 {
    padding: 30px !important;
  }
}

.pall65 {
  padding: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pall65 {
    padding: 33px !important;
  }
}

.pall70 {
  padding: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pall70 {
    padding: 35px !important;
  }
}

.pall75 {
  padding: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pall75 {
    padding: 38px !important;
  }
}

.pall80 {
  padding: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pall80 {
    padding: 40px !important;
  }
}

.pall85 {
  padding: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pall85 {
    padding: 43px !important;
  }
}

.pall90 {
  padding: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pall90 {
    padding: 45px !important;
  }
}

.pall95 {
  padding: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pall95 {
    padding: 48px !important;
  }
}

.pall100 {
  padding: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pall100 {
    padding: 50px !important;
  }
}

.pt0 {
  padding-top: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pt0 {
    padding-top: 0px !important;
  }
}

.pt5 {
  padding-top: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pt5 {
    padding-top: 3px !important;
  }
}

.pt10 {
  padding-top: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pt10 {
    padding-top: 5px !important;
  }
}

.pt15 {
  padding-top: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pt15 {
    padding-top: 8px !important;
  }
}

.pt20 {
  padding-top: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pt20 {
    padding-top: 10px !important;
  }
}

.pt25 {
  padding-top: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pt25 {
    padding-top: 13px !important;
  }
}

.pt30 {
  padding-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pt30 {
    padding-top: 15px !important;
  }
}

.pt35 {
  padding-top: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pt35 {
    padding-top: 18px !important;
  }
}

.pt40 {
  padding-top: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pt40 {
    padding-top: 20px !important;
  }
}

.pt45 {
  padding-top: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pt45 {
    padding-top: 23px !important;
  }
}

.pt50 {
  padding-top: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pt50 {
    padding-top: 25px !important;
  }
}

.pt55 {
  padding-top: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pt55 {
    padding-top: 28px !important;
  }
}

.pt60 {
  padding-top: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pt60 {
    padding-top: 30px !important;
  }
}

.pt65 {
  padding-top: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pt65 {
    padding-top: 33px !important;
  }
}

.pt70 {
  padding-top: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pt70 {
    padding-top: 35px !important;
  }
}

.pt75 {
  padding-top: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pt75 {
    padding-top: 38px !important;
  }
}

.pt80 {
  padding-top: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pt80 {
    padding-top: 40px !important;
  }
}

.pt85 {
  padding-top: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pt85 {
    padding-top: 43px !important;
  }
}

.pt90 {
  padding-top: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pt90 {
    padding-top: 45px !important;
  }
}

.pt95 {
  padding-top: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pt95 {
    padding-top: 48px !important;
  }
}

.pt100 {
  padding-top: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pt100 {
    padding-top: 50px !important;
  }
}

.pb0 {
  padding-bottom: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pb0 {
    padding-bottom: 0px !important;
  }
}

.pb5 {
  padding-bottom: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pb5 {
    padding-bottom: 3px !important;
  }
}

.pb10 {
  padding-bottom: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pb10 {
    padding-bottom: 5px !important;
  }
}

.pb15 {
  padding-bottom: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pb15 {
    padding-bottom: 8px !important;
  }
}

.pb20 {
  padding-bottom: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pb20 {
    padding-bottom: 10px !important;
  }
}

.pb25 {
  padding-bottom: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pb25 {
    padding-bottom: 13px !important;
  }
}

.pb30 {
  padding-bottom: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pb30 {
    padding-bottom: 15px !important;
  }
}

.pb35 {
  padding-bottom: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pb35 {
    padding-bottom: 18px !important;
  }
}

.pb40 {
  padding-bottom: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pb40 {
    padding-bottom: 20px !important;
  }
}

.pb45 {
  padding-bottom: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pb45 {
    padding-bottom: 23px !important;
  }
}

.pb50 {
  padding-bottom: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pb50 {
    padding-bottom: 25px !important;
  }
}

.pb55 {
  padding-bottom: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pb55 {
    padding-bottom: 28px !important;
  }
}

.pb60 {
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pb60 {
    padding-bottom: 30px !important;
  }
}

.pb65 {
  padding-bottom: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pb65 {
    padding-bottom: 33px !important;
  }
}

.pb70 {
  padding-bottom: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pb70 {
    padding-bottom: 35px !important;
  }
}

.pb75 {
  padding-bottom: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pb75 {
    padding-bottom: 38px !important;
  }
}

.pb80 {
  padding-bottom: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pb80 {
    padding-bottom: 40px !important;
  }
}

.pb85 {
  padding-bottom: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pb85 {
    padding-bottom: 43px !important;
  }
}

.pb90 {
  padding-bottom: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pb90 {
    padding-bottom: 45px !important;
  }
}

.pb95 {
  padding-bottom: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pb95 {
    padding-bottom: 48px !important;
  }
}

.pb100 {
  padding-bottom: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pb100 {
    padding-bottom: 50px !important;
  }
}

.pr0 {
  padding-right: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pr0 {
    padding-right: 0px !important;
  }
}

.pr5 {
  padding-right: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pr5 {
    padding-right: 3px !important;
  }
}

.pr10 {
  padding-right: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pr10 {
    padding-right: 5px !important;
  }
}

.pr15 {
  padding-right: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pr15 {
    padding-right: 8px !important;
  }
}

.pr20 {
  padding-right: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pr20 {
    padding-right: 10px !important;
  }
}

.pr25 {
  padding-right: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pr25 {
    padding-right: 13px !important;
  }
}

.pr30 {
  padding-right: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pr30 {
    padding-right: 15px !important;
  }
}

.pr35 {
  padding-right: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pr35 {
    padding-right: 18px !important;
  }
}

.pr40 {
  padding-right: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pr40 {
    padding-right: 20px !important;
  }
}

.pr45 {
  padding-right: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pr45 {
    padding-right: 23px !important;
  }
}

.pr50 {
  padding-right: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pr50 {
    padding-right: 25px !important;
  }
}

.pr55 {
  padding-right: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pr55 {
    padding-right: 28px !important;
  }
}

.pr60 {
  padding-right: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pr60 {
    padding-right: 30px !important;
  }
}

.pr65 {
  padding-right: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pr65 {
    padding-right: 33px !important;
  }
}

.pr70 {
  padding-right: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pr70 {
    padding-right: 35px !important;
  }
}

.pr75 {
  padding-right: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pr75 {
    padding-right: 38px !important;
  }
}

.pr80 {
  padding-right: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pr80 {
    padding-right: 40px !important;
  }
}

.pr85 {
  padding-right: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pr85 {
    padding-right: 43px !important;
  }
}

.pr90 {
  padding-right: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pr90 {
    padding-right: 45px !important;
  }
}

.pr95 {
  padding-right: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pr95 {
    padding-right: 48px !important;
  }
}

.pr100 {
  padding-right: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pr100 {
    padding-right: 50px !important;
  }
}

.pl0 {
  padding-left: 0px !important;
}
@media only screen and (max-width: 767px) {
  .pl0 {
    padding-left: 0px !important;
  }
}

.pl5 {
  padding-left: 5px !important;
}
@media only screen and (max-width: 767px) {
  .pl5 {
    padding-left: 3px !important;
  }
}

.pl10 {
  padding-left: 10px !important;
}
@media only screen and (max-width: 767px) {
  .pl10 {
    padding-left: 5px !important;
  }
}

.pl15 {
  padding-left: 15px !important;
}
@media only screen and (max-width: 767px) {
  .pl15 {
    padding-left: 8px !important;
  }
}

.pl20 {
  padding-left: 20px !important;
}
@media only screen and (max-width: 767px) {
  .pl20 {
    padding-left: 10px !important;
  }
}

.pl25 {
  padding-left: 25px !important;
}
@media only screen and (max-width: 767px) {
  .pl25 {
    padding-left: 13px !important;
  }
}

.pl30 {
  padding-left: 30px !important;
}
@media only screen and (max-width: 767px) {
  .pl30 {
    padding-left: 15px !important;
  }
}

.pl35 {
  padding-left: 35px !important;
}
@media only screen and (max-width: 767px) {
  .pl35 {
    padding-left: 18px !important;
  }
}

.pl40 {
  padding-left: 40px !important;
}
@media only screen and (max-width: 767px) {
  .pl40 {
    padding-left: 20px !important;
  }
}

.pl45 {
  padding-left: 45px !important;
}
@media only screen and (max-width: 767px) {
  .pl45 {
    padding-left: 23px !important;
  }
}

.pl50 {
  padding-left: 50px !important;
}
@media only screen and (max-width: 767px) {
  .pl50 {
    padding-left: 25px !important;
  }
}

.pl55 {
  padding-left: 55px !important;
}
@media only screen and (max-width: 767px) {
  .pl55 {
    padding-left: 28px !important;
  }
}

.pl60 {
  padding-left: 60px !important;
}
@media only screen and (max-width: 767px) {
  .pl60 {
    padding-left: 30px !important;
  }
}

.pl65 {
  padding-left: 65px !important;
}
@media only screen and (max-width: 767px) {
  .pl65 {
    padding-left: 33px !important;
  }
}

.pl70 {
  padding-left: 70px !important;
}
@media only screen and (max-width: 767px) {
  .pl70 {
    padding-left: 35px !important;
  }
}

.pl75 {
  padding-left: 75px !important;
}
@media only screen and (max-width: 767px) {
  .pl75 {
    padding-left: 38px !important;
  }
}

.pl80 {
  padding-left: 80px !important;
}
@media only screen and (max-width: 767px) {
  .pl80 {
    padding-left: 40px !important;
  }
}

.pl85 {
  padding-left: 85px !important;
}
@media only screen and (max-width: 767px) {
  .pl85 {
    padding-left: 43px !important;
  }
}

.pl90 {
  padding-left: 90px !important;
}
@media only screen and (max-width: 767px) {
  .pl90 {
    padding-left: 45px !important;
  }
}

.pl95 {
  padding-left: 95px !important;
}
@media only screen and (max-width: 767px) {
  .pl95 {
    padding-left: 48px !important;
  }
}

.pl100 {
  padding-left: 100px !important;
}
@media only screen and (max-width: 767px) {
  .pl100 {
    padding-left: 50px !important;
  }
}

/*	font-size
------------------------------------*/
.fs10 {
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 767px) {
  .fs10 {
    font-size: 8px;
    font-size: 0.8rem;
  }
}

.fs11 {
  font-size: 11px;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .fs11 {
    font-size: 8.8px;
    font-size: 0.88rem;
  }
}

.fs12 {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .fs12 {
    font-size: 9.6px;
    font-size: 0.96rem;
  }
}

.fs13 {
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .fs13 {
    font-size: 10.4px;
    font-size: 1.04rem;
  }
}

.fs14 {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .fs14 {
    font-size: 11.2px;
    font-size: 1.12rem;
  }
}

.fs15 {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fs15 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.fs16 {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .fs16 {
    font-size: 12.8px;
    font-size: 1.28rem;
  }
}

.fs17 {
  font-size: 17px;
  font-size: 1.7rem;
}
@media only screen and (max-width: 767px) {
  .fs17 {
    font-size: 13.6px;
    font-size: 1.36rem;
  }
}

.fs18 {
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .fs18 {
    font-size: 14.4px;
    font-size: 1.44rem;
  }
}

.fs19 {
  font-size: 19px;
  font-size: 1.9rem;
}
@media only screen and (max-width: 767px) {
  .fs19 {
    font-size: 15.2px;
    font-size: 1.52rem;
  }
}

.fs20 {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .fs20 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.fs21 {
  font-size: 21px;
  font-size: 2.1rem;
}
@media only screen and (max-width: 767px) {
  .fs21 {
    font-size: 16.8px;
    font-size: 1.68rem;
  }
}

.fs22 {
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .fs22 {
    font-size: 17.6px;
    font-size: 1.76rem;
  }
}

.fs23 {
  font-size: 23px;
  font-size: 2.3rem;
}
@media only screen and (max-width: 767px) {
  .fs23 {
    font-size: 18.4px;
    font-size: 1.84rem;
  }
}

.fs24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .fs24 {
    font-size: 19.2px;
    font-size: 1.92rem;
  }
}

.fs25 {
  font-size: 25px;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .fs25 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.fs26 {
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 767px) {
  .fs26 {
    font-size: 20.8px;
    font-size: 2.08rem;
  }
}

.fs27 {
  font-size: 27px;
  font-size: 2.7rem;
}
@media only screen and (max-width: 767px) {
  .fs27 {
    font-size: 21.6px;
    font-size: 2.16rem;
  }
}

.fs28 {
  font-size: 28px;
  font-size: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .fs28 {
    font-size: 22.4px;
    font-size: 2.24rem;
  }
}

.fs29 {
  font-size: 29px;
  font-size: 2.9rem;
}
@media only screen and (max-width: 767px) {
  .fs29 {
    font-size: 23.2px;
    font-size: 2.32rem;
  }
}

.fs30 {
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .fs30 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.fs31 {
  font-size: 31px;
  font-size: 3.1rem;
}
@media only screen and (max-width: 767px) {
  .fs31 {
    font-size: 24.8px;
    font-size: 2.48rem;
  }
}

.fs32 {
  font-size: 32px;
  font-size: 3.2rem;
}
@media only screen and (max-width: 767px) {
  .fs32 {
    font-size: 25.6px;
    font-size: 2.56rem;
  }
}

.fs33 {
  font-size: 33px;
  font-size: 3.3rem;
}
@media only screen and (max-width: 767px) {
  .fs33 {
    font-size: 26.4px;
    font-size: 2.64rem;
  }
}

.fs34 {
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .fs34 {
    font-size: 27.2px;
    font-size: 2.72rem;
  }
}

.fs35 {
  font-size: 35px;
  font-size: 3.5rem;
}
@media only screen and (max-width: 767px) {
  .fs35 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.fs36 {
  font-size: 36px;
  font-size: 3.6rem;
}
@media only screen and (max-width: 767px) {
  .fs36 {
    font-size: 28.8px;
    font-size: 2.88rem;
  }
}

.fs37 {
  font-size: 37px;
  font-size: 3.7rem;
}
@media only screen and (max-width: 767px) {
  .fs37 {
    font-size: 29.6px;
    font-size: 2.96rem;
  }
}

.fs38 {
  font-size: 38px;
  font-size: 3.8rem;
}
@media only screen and (max-width: 767px) {
  .fs38 {
    font-size: 30.4px;
    font-size: 3.04rem;
  }
}

.fs39 {
  font-size: 39px;
  font-size: 3.9rem;
}
@media only screen and (max-width: 767px) {
  .fs39 {
    font-size: 31.2px;
    font-size: 3.12rem;
  }
}

.fs40 {
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 767px) {
  .fs40 {
    font-size: 32px;
    font-size: 3.2rem;
  }
}

.fs41 {
  font-size: 41px;
  font-size: 4.1rem;
}
@media only screen and (max-width: 767px) {
  .fs41 {
    font-size: 32.8px;
    font-size: 3.28rem;
  }
}

.fs42 {
  font-size: 42px;
  font-size: 4.2rem;
}
@media only screen and (max-width: 767px) {
  .fs42 {
    font-size: 33.6px;
    font-size: 3.36rem;
  }
}

.fs43 {
  font-size: 43px;
  font-size: 4.3rem;
}
@media only screen and (max-width: 767px) {
  .fs43 {
    font-size: 34.4px;
    font-size: 3.44rem;
  }
}

.fs44 {
  font-size: 44px;
  font-size: 4.4rem;
}
@media only screen and (max-width: 767px) {
  .fs44 {
    font-size: 35.2px;
    font-size: 3.52rem;
  }
}

.fs45 {
  font-size: 45px;
  font-size: 4.5rem;
}
@media only screen and (max-width: 767px) {
  .fs45 {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

.fs46 {
  font-size: 46px;
  font-size: 4.6rem;
}
@media only screen and (max-width: 767px) {
  .fs46 {
    font-size: 36.8px;
    font-size: 3.68rem;
  }
}

.fs47 {
  font-size: 47px;
  font-size: 4.7rem;
}
@media only screen and (max-width: 767px) {
  .fs47 {
    font-size: 37.6px;
    font-size: 3.76rem;
  }
}

.fs48 {
  font-size: 48px;
  font-size: 4.8rem;
}
@media only screen and (max-width: 767px) {
  .fs48 {
    font-size: 38.4px;
    font-size: 3.84rem;
  }
}

.fs49 {
  font-size: 49px;
  font-size: 4.9rem;
}
@media only screen and (max-width: 767px) {
  .fs49 {
    font-size: 39.2px;
    font-size: 3.92rem;
  }
}

.fs50 {
  font-size: 50px;
  font-size: 5rem;
}
@media only screen and (max-width: 767px) {
  .fs50 {
    font-size: 40px;
    font-size: 4rem;
  }
}

.fs51 {
  font-size: 51px;
  font-size: 5.1rem;
}
@media only screen and (max-width: 767px) {
  .fs51 {
    font-size: 40.8px;
    font-size: 4.08rem;
  }
}

.fs52 {
  font-size: 52px;
  font-size: 5.2rem;
}
@media only screen and (max-width: 767px) {
  .fs52 {
    font-size: 41.6px;
    font-size: 4.16rem;
  }
}

.fs53 {
  font-size: 53px;
  font-size: 5.3rem;
}
@media only screen and (max-width: 767px) {
  .fs53 {
    font-size: 42.4px;
    font-size: 4.24rem;
  }
}

.fs54 {
  font-size: 54px;
  font-size: 5.4rem;
}
@media only screen and (max-width: 767px) {
  .fs54 {
    font-size: 43.2px;
    font-size: 4.32rem;
  }
}

.fs55 {
  font-size: 55px;
  font-size: 5.5rem;
}
@media only screen and (max-width: 767px) {
  .fs55 {
    font-size: 44px;
    font-size: 4.4rem;
  }
}

.fs56 {
  font-size: 56px;
  font-size: 5.6rem;
}
@media only screen and (max-width: 767px) {
  .fs56 {
    font-size: 44.8px;
    font-size: 4.48rem;
  }
}

.fs57 {
  font-size: 57px;
  font-size: 5.7rem;
}
@media only screen and (max-width: 767px) {
  .fs57 {
    font-size: 45.6px;
    font-size: 4.56rem;
  }
}

.fs58 {
  font-size: 58px;
  font-size: 5.8rem;
}
@media only screen and (max-width: 767px) {
  .fs58 {
    font-size: 46.4px;
    font-size: 4.64rem;
  }
}

.fs59 {
  font-size: 59px;
  font-size: 5.9rem;
}
@media only screen and (max-width: 767px) {
  .fs59 {
    font-size: 47.2px;
    font-size: 4.72rem;
  }
}

.fs60 {
  font-size: 60px;
  font-size: 6rem;
}
@media only screen and (max-width: 767px) {
  .fs60 {
    font-size: 48px;
    font-size: 4.8rem;
  }
}

.fs61 {
  font-size: 61px;
  font-size: 6.1rem;
}
@media only screen and (max-width: 767px) {
  .fs61 {
    font-size: 48.8px;
    font-size: 4.88rem;
  }
}

.fs62 {
  font-size: 62px;
  font-size: 6.2rem;
}
@media only screen and (max-width: 767px) {
  .fs62 {
    font-size: 49.6px;
    font-size: 4.96rem;
  }
}

.fs63 {
  font-size: 63px;
  font-size: 6.3rem;
}
@media only screen and (max-width: 767px) {
  .fs63 {
    font-size: 50.4px;
    font-size: 5.04rem;
  }
}

.fs64 {
  font-size: 64px;
  font-size: 6.4rem;
}
@media only screen and (max-width: 767px) {
  .fs64 {
    font-size: 51.2px;
    font-size: 5.12rem;
  }
}

.fs65 {
  font-size: 65px;
  font-size: 6.5rem;
}
@media only screen and (max-width: 767px) {
  .fs65 {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

.fs66 {
  font-size: 66px;
  font-size: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .fs66 {
    font-size: 52.8px;
    font-size: 5.28rem;
  }
}

.fs67 {
  font-size: 67px;
  font-size: 6.7rem;
}
@media only screen and (max-width: 767px) {
  .fs67 {
    font-size: 53.6px;
    font-size: 5.36rem;
  }
}

.fs68 {
  font-size: 68px;
  font-size: 6.8rem;
}
@media only screen and (max-width: 767px) {
  .fs68 {
    font-size: 54.4px;
    font-size: 5.44rem;
  }
}

.fs69 {
  font-size: 69px;
  font-size: 6.9rem;
}
@media only screen and (max-width: 767px) {
  .fs69 {
    font-size: 55.2px;
    font-size: 5.52rem;
  }
}

.fs70 {
  font-size: 70px;
  font-size: 7rem;
}
@media only screen and (max-width: 767px) {
  .fs70 {
    font-size: 56px;
    font-size: 5.6rem;
  }
}

.fs71 {
  font-size: 71px;
  font-size: 7.1rem;
}
@media only screen and (max-width: 767px) {
  .fs71 {
    font-size: 56.8px;
    font-size: 5.68rem;
  }
}

.fs72 {
  font-size: 72px;
  font-size: 7.2rem;
}
@media only screen and (max-width: 767px) {
  .fs72 {
    font-size: 57.6px;
    font-size: 5.76rem;
  }
}

.fs73 {
  font-size: 73px;
  font-size: 7.3rem;
}
@media only screen and (max-width: 767px) {
  .fs73 {
    font-size: 58.4px;
    font-size: 5.84rem;
  }
}

.fs74 {
  font-size: 74px;
  font-size: 7.4rem;
}
@media only screen and (max-width: 767px) {
  .fs74 {
    font-size: 59.2px;
    font-size: 5.92rem;
  }
}

.fs75 {
  font-size: 75px;
  font-size: 7.5rem;
}
@media only screen and (max-width: 767px) {
  .fs75 {
    font-size: 60px;
    font-size: 6rem;
  }
}

.fs76 {
  font-size: 76px;
  font-size: 7.6rem;
}
@media only screen and (max-width: 767px) {
  .fs76 {
    font-size: 60.8px;
    font-size: 6.08rem;
  }
}

.fs77 {
  font-size: 77px;
  font-size: 7.7rem;
}
@media only screen and (max-width: 767px) {
  .fs77 {
    font-size: 61.6px;
    font-size: 6.16rem;
  }
}

.fs78 {
  font-size: 78px;
  font-size: 7.8rem;
}
@media only screen and (max-width: 767px) {
  .fs78 {
    font-size: 62.4px;
    font-size: 6.24rem;
  }
}

.fs79 {
  font-size: 79px;
  font-size: 7.9rem;
}
@media only screen and (max-width: 767px) {
  .fs79 {
    font-size: 63.2px;
    font-size: 6.32rem;
  }
}

.fs80 {
  font-size: 80px;
  font-size: 8rem;
}
@media only screen and (max-width: 767px) {
  .fs80 {
    font-size: 64px;
    font-size: 6.4rem;
  }
}

.fs81 {
  font-size: 81px;
  font-size: 8.1rem;
}
@media only screen and (max-width: 767px) {
  .fs81 {
    font-size: 64.8px;
    font-size: 6.48rem;
  }
}

.fs82 {
  font-size: 82px;
  font-size: 8.2rem;
}
@media only screen and (max-width: 767px) {
  .fs82 {
    font-size: 65.6px;
    font-size: 6.56rem;
  }
}

.fs83 {
  font-size: 83px;
  font-size: 8.3rem;
}
@media only screen and (max-width: 767px) {
  .fs83 {
    font-size: 66.4px;
    font-size: 6.64rem;
  }
}

.fs84 {
  font-size: 84px;
  font-size: 8.4rem;
}
@media only screen and (max-width: 767px) {
  .fs84 {
    font-size: 67.2px;
    font-size: 6.72rem;
  }
}

.fs85 {
  font-size: 85px;
  font-size: 8.5rem;
}
@media only screen and (max-width: 767px) {
  .fs85 {
    font-size: 68px;
    font-size: 6.8rem;
  }
}

.fs86 {
  font-size: 86px;
  font-size: 8.6rem;
}
@media only screen and (max-width: 767px) {
  .fs86 {
    font-size: 68.8px;
    font-size: 6.88rem;
  }
}

.fs87 {
  font-size: 87px;
  font-size: 8.7rem;
}
@media only screen and (max-width: 767px) {
  .fs87 {
    font-size: 69.6px;
    font-size: 6.96rem;
  }
}

.fs88 {
  font-size: 88px;
  font-size: 8.8rem;
}
@media only screen and (max-width: 767px) {
  .fs88 {
    font-size: 70.4px;
    font-size: 7.04rem;
  }
}

.fs89 {
  font-size: 89px;
  font-size: 8.9rem;
}
@media only screen and (max-width: 767px) {
  .fs89 {
    font-size: 71.2px;
    font-size: 7.12rem;
  }
}

.fs90 {
  font-size: 90px;
  font-size: 9rem;
}
@media only screen and (max-width: 767px) {
  .fs90 {
    font-size: 72px;
    font-size: 7.2rem;
  }
}

.fs91 {
  font-size: 91px;
  font-size: 9.1rem;
}
@media only screen and (max-width: 767px) {
  .fs91 {
    font-size: 72.8px;
    font-size: 7.28rem;
  }
}

.fs92 {
  font-size: 92px;
  font-size: 9.2rem;
}
@media only screen and (max-width: 767px) {
  .fs92 {
    font-size: 73.6px;
    font-size: 7.36rem;
  }
}

.fs93 {
  font-size: 93px;
  font-size: 9.3rem;
}
@media only screen and (max-width: 767px) {
  .fs93 {
    font-size: 74.4px;
    font-size: 7.44rem;
  }
}

.fs94 {
  font-size: 94px;
  font-size: 9.4rem;
}
@media only screen and (max-width: 767px) {
  .fs94 {
    font-size: 75.2px;
    font-size: 7.52rem;
  }
}

.fs95 {
  font-size: 95px;
  font-size: 9.5rem;
}
@media only screen and (max-width: 767px) {
  .fs95 {
    font-size: 76px;
    font-size: 7.6rem;
  }
}

.fs96 {
  font-size: 96px;
  font-size: 9.6rem;
}
@media only screen and (max-width: 767px) {
  .fs96 {
    font-size: 76.8px;
    font-size: 7.68rem;
  }
}

.fs97 {
  font-size: 97px;
  font-size: 9.7rem;
}
@media only screen and (max-width: 767px) {
  .fs97 {
    font-size: 77.6px;
    font-size: 7.76rem;
  }
}

.fs98 {
  font-size: 98px;
  font-size: 9.8rem;
}
@media only screen and (max-width: 767px) {
  .fs98 {
    font-size: 78.4px;
    font-size: 7.84rem;
  }
}

.fs99 {
  font-size: 99px;
  font-size: 9.9rem;
}
@media only screen and (max-width: 767px) {
  .fs99 {
    font-size: 79.2px;
    font-size: 7.92rem;
  }
}

.fs100 {
  font-size: 100px;
  font-size: 10rem;
}
@media only screen and (max-width: 767px) {
  .fs100 {
    font-size: 80px;
    font-size: 8rem;
  }
}

/*  Movie Responsive
------------------------------------*/
.movie {
  position: relative;
  width: 100% !important;
  padding: 56.25% 0 0 0;
}

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  list
------------------------------------*/
.list__item {
  position: relative;
  padding-left: 1em;
  margin-bottom: 1em;
  text-indent: -0.1em;
}
.list__item::after {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

/*	float
------------------------------------*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.fclear {
  clear: both;
}

/*	text 
------------------------------------*/
.tleft {
  text-align: left;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

/*	clearfix
------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/*-----------------font---------------------*/
/*@font-face {
	font-family: 'noto', sans-serif;
	src: url(../fonts/) format('opentype');
}*/
body {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.noto_sans {
  font-family: noto-sans-cjk-jp, sans-serif;
}

.scrollin_anime_01 {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.scrollin_anime_01.scrollin {
  opacity: 1;
}
.scrollin_anime_01.scrollin .anm:before, .scrollin_anime_01.scrollin .anm:after {
  width: 0;
}
.scrollin_anime_01 .anm {
  position: relative;
}
.scrollin_anime_01 .anm:before, .scrollin_anime_01 .anm:after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.scrollin_anime_01 .anm:after {
  background: #dbdcdd;
}
.scrollin_anime_01 .anm:before {
  background: #fff;
}
.scrollin_anime_01 .anm_01:after {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}
.scrollin_anime_01 .anm_01:before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.scrollin_anime_01 .anm_02:after {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.scrollin_anime_01 .anm_02:before {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.scrollin_anime_01 .anm_03:after {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.scrollin_anime_01 .anm_03:before {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.scrollin_anime_01 .anm_04:after {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.scrollin_anime_01 .anm_04:before {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.scrollin_anime_01 .anm_05:after {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.scrollin_anime_01 .anm_05:before {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.scrollin_anime_01 .anm_06:after {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.scrollin_anime_01 .anm_06:before {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

.scrollin_anime_02 {
  opacity: 0;
  -webkit-transition: 2s;
  transition: 2s;
}
.scrollin_anime_02.scrollin {
  opacity: 1;
}
.scrollin_anime_02.scrollin .anm_box .anm {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.scrollin_anime_02 .anm_box {
  overflow: hidden;
}
.scrollin_anime_02 .anm_box .anm {
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: 2s;
  transition: 2s;
}
.scrollin_anime_02 .anm_box .anm_01 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.scrollin_anime_03.scrollin .anm {
  opacity: 1;
}
.scrollin_anime_03 .anm {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}
.scrollin_anime_03 .anm_01 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.scrollin_anime_03 .anm_02 {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.scrollin_anime_03 .anm_03 {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.scrollin_anime_03 .anm_04 {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

/*-------anime0-------*/
.anime0 {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.anime0.scrollin {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.anime1 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.anime1.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime2 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime2.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime3 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime3.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime4 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

.anime4.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime5 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

.anime5.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime6 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime6.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime7 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}

.anime7.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime8 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.anime8.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime9 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.anime9.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime10 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.anime10.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime11 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.anime11.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime12 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.anime12.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime13 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.anime13.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime14 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.anime14.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime15 {
  opacity: 0;
  -webkit-transform: translate(0, 100px);
          transform: translate(0, 100px);
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 4.9s;
          transition-delay: 4.9s;
}

.anime15.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.anime16 {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 2s;
  transition: all 2s;
}

.anime16.scrollin {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.anime17 {
  opacity: 0;
  -webkit-filter: blur(100px);
          filter: blur(100px);
  -webkit-transition: all 5s;
  transition: all 5s;
}

.anime17.scrollin {
  opacity: 1;
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

/*-------anime1_0-------*/
.anime1_1 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.anime1_1.scrollin {
  opacity: 1;
}

.anime1_2 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime1_2.scrollin {
  opacity: 1;
}

.anime1_3 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime1_3.scrollin {
  opacity: 1;
}

.anime1_4 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime1_4.scrollin {
  opacity: 1;
}

.anime1_5 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.anime1_5.scrollin {
  opacity: 1;
}

.anime1_6 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.anime1_6.scrollin {
  opacity: 1;
}

.anime1_7 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.anime1_7.scrollin {
  opacity: 1;
}

.anime1_8 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.1s;
          transition-delay: 2.1s;
}

.anime1_8.scrollin {
  opacity: 1;
}

.anime1_9 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}

.anime1_9.scrollin {
  opacity: 1;
}

.anime1_10 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 2.7s;
          transition-delay: 2.7s;
}

.anime1_10.scrollin {
  opacity: 1;
}

.anime1_11 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}

.anime1_11.scrollin {
  opacity: 1;
}

.anime1_12 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.3s;
          transition-delay: 3.3s;
}

.anime1_12.scrollin {
  opacity: 1;
}

.anime1_13 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}

.anime1_13.scrollin {
  opacity: 1;
}

.anime1_14 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 3.9s;
          transition-delay: 3.9s;
}

.anime1_14.scrollin {
  opacity: 1;
}

.anime1_15 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 4.2s;
          transition-delay: 4.2s;
}

.anime1_15.scrollin {
  opacity: 1;
}

.anime1_16 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 4.5s;
          transition-delay: 4.5s;
}

.anime1_16.scrollin {
  opacity: 1;
}

.anime1_17 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 4.8s;
          transition-delay: 4.8s;
}

.anime1_17.scrollin {
  opacity: 1;
}

.anime1_18 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 5.1s;
          transition-delay: 5.1s;
}

.anime1_18.scrollin {
  opacity: 1;
}

/*-------anime2_0-------*/
.anime2_1 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
}

.anime2_1.scrollin {
  opacity: 1;
}

.anime2_2 {
  opacity: 0;
  -webkit-transition: all 1.5s;
  transition: all 1.5s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anime2_2.scrollin {
  opacity: 1;
}

.anime2_3 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.anime2_3.scrollin {
  opacity: 1;
}

.anime2_4 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.15s;
          transition-delay: 0.15s;
}

.anime2_4.scrollin {
  opacity: 1;
}

.anime2_5 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.anime2_5.scrollin {
  opacity: 1;
}

.anime2_6 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.25s;
          transition-delay: 0.25s;
}

.anime2_6.scrollin {
  opacity: 1;
}

.anime2_7 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.anime2_7.scrollin {
  opacity: 1;
}

.anime2_8 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

.anime2_8.scrollin {
  opacity: 1;
}

.anime2_9 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.anime2_9.scrollin {
  opacity: 1;
}

.anime2_10 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
}

.anime2_10.scrollin {
  opacity: 1;
}

.anime2_11 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.anime2_11.scrollin {
  opacity: 1;
}

.anime2_12 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.55s;
          transition-delay: 0.55s;
}

.anime2_12.scrollin {
  opacity: 1;
}

.anime2_13 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

.anime2_13.scrollin {
  opacity: 1;
}

.anime2_14 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.65s;
          transition-delay: 0.65s;
}

.anime2_14.scrollin {
  opacity: 1;
}

.anime2_15 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.anime2_15.scrollin {
  opacity: 1;
}

.anime2_16 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.75s;
          transition-delay: 0.75s;
}

.anime2_16.scrollin {
  opacity: 1;
}

.anime2_17 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

.anime2_17.scrollin {
  opacity: 1;
}

.anime2_18 {
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transition-delay: 0.85s;
          transition-delay: 0.85s;
}

.anime2_18.scrollin {
  opacity: 1;
}

/*-------anime3_0-------*/
@-webkit-keyframes opacity-anime3_0 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity-anime3_0 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.anime3_1 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.anime3_2 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.anime3_3 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.anime3_4 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.anime3_5 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.anime3_6 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.anime3_7 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.anime3_8 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.anime3_9 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.anime3_10 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.anime3_11 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.anime3_12 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.anime3_13 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.anime3_14 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.anime3_15 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.anime3_16 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.anime3_17 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.7s;
          animation-delay: 1.7s;
}

.anime3_18 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.anime3_19 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 1.9s;
          animation-delay: 1.9s;
}

.anime3_20 {
  opacity: 0;
  -webkit-animation: opacity-anime3_0 2.2s ease forwards;
          animation: opacity-anime3_0 2.2s ease forwards;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

/*-------anime00-------*/
@-webkit-keyframes blur-anime {
  0% {
    opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
  }
  50% {
    opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
  }
  100% {
    opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
  }
}
@keyframes blur-anime {
  0% {
    opacity: 0;
    -ms-opacity: 0;
    -moz-opacity: 0;
  }
  50% {
    opacity: 0.5;
    -ms-opacity: 0.5;
    -moz-opacity: 0.5;
  }
  100% {
    opacity: 1;
    -ms-opacity: 1;
    -moz-opacity: 1;
  }
}
.anime01 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -ms-animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.anime02 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

.anime03 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -ms-animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

.anime04 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -ms-animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

.anime05 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -ms-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

.anime06 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -ms-animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
}

.anime07 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
  -ms-animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
}

.anime08 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -ms-animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
}

.anime09 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
  -ms-animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
}

.anime00 {
  opacity: 0;
  -webkit-animation: blur-anime 5s ease forwards;
          animation: blur-anime 5s ease forwards;
  -ms-animation: blur-anime 5s ease forwards;
  -moz-animation: blur-anime 5s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -ms-animation-delay: 3s;
  -moz-animation-delay: 3s;
}

/*-------anime-0-------*/
@-webkit-keyframes opacity-anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity-anime {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.anime-1 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -moz-animation-delay: 0.3s;
}

.anime-2 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
}

.anime-3 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
  -moz-animation-delay: 0.9s;
}

.anime-4 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  -moz-animation-delay: 1.2s;
}

.anime-5 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
}

.anime-6 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -moz-animation-delay: 1.8s;
}

.anime-7 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 2.1s;
          animation-delay: 2.1s;
  -moz-animation-delay: 2.1s;
}

.anime-8 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  -moz-animation-delay: 2.4s;
}

.anime-9 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 2.7s;
          animation-delay: 2.7s;
  -moz-animation-delay: 2.7s;
}

.anime-10 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -moz-animation-delay: 3s;
}

.anime-11 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 3.3s;
          animation-delay: 3.3s;
  -moz-animation-delay: 3.3s;
}

.anime-12 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
  -moz-animation-delay: 3.6s;
}

.anime-13 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 3.9s;
          animation-delay: 3.9s;
  -moz-animation-delay: 3.9s;
}

.anime-14 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  -moz-animation-delay: 4.2s;
}

.anime-15 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -moz-animation-delay: 5s;
}

.anime-16 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -moz-animation-delay: 5.3s;
}

.anime-17 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -moz-animation-delay: 5.6s;
}

.anime-18 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -moz-animation-delay: 5.9s;
}

.anime-19 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -moz-animation-delay: 6.2s;
}

.anime-20 {
  opacity: 0;
  -webkit-animation: opacity-anime 5s ease forwards;
          animation: opacity-anime 5s ease forwards;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -moz-animation-delay: 6.5s;
}

@media screen and (max-width: 768px) {
  ._pc {
    display: none;
  }
}

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

header {
  width: 100%;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 27px 40px;
  z-index: 9999;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 584px) {
  header {
    padding: 3vw 6vw;
  }
}
header.h-small {
  background: rgba(224, 224, 224, 0.8);
}
header.h-small .bottom_header nav li p {
  color: #000;
}
header.h-small .bottom_header nav li {
  color: #000;
}
header.h-small .bottom_header nav li:before {
  background: #000;
}
header.h-small .logo svg {
  opacity: 0;
}
header.h-small .logo svg .cls-1 {
  fill: #c00f31;
}
header.h-small .logo svg .cls-2 {
  fill: #595757;
}
header.h-small .logo svg .cls-2 {
  stroke: #595757;
}
header.h-small .logo .cv {
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
}
header .logo {
  width: 100%;
  max-width: 250px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 584px) {
  header .logo {
    max-width: 200px;
  }
}
header .logo a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}
header .logo svg {
  width: 100%;
}
header .logo svg .cls-1, header .logo svg .cls-2 {
  fill: #fff;
}
header .logo svg .cls-2 {
  stroke: #fff;
  stroke-miterlimit: 10;
  stroke-width: 0.47px;
}
header .logo .cv {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
header .bottom_header {
  width: 100%;
  max-width: 680px;
  margin-left: 20px;
}
@media screen and (max-width: 584px) {
  header .bottom_header {
    display: none;
  }
}
header .bottom_header nav {
  width: 100%;
}
header .bottom_header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .bottom_header nav li {
  position: relative;
}
header .bottom_header nav li:hover:before {
  width: 100%;
}
header .bottom_header nav li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 4px;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
header .bottom_header nav li a {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  position: absolute;
}
header .bottom_header nav li .lead {
  color: #fff;
  margin-top: 4px;
}
header .bottom_header nav li p {
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.popmenu {
  background-color: #e0e0e0;
  position: fixed;
  width: 100%;
  height: auto;
  z-index: 120;
  left: 0;
  top: 0;
  padding: 60px;
  padding-top: 140px;
  padding-left: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  opacity: 0;
  pointer-events: none;
}
.popmenu .ctgry {
  width: 100%;
  margin-bottom: 20px;
  font-weight: bold;
}
.popmenu .map {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popmenu .map ul {
  width: 24%;
}
.popmenu .map ul .lead {
  color: #595757;
  font-size: 16px;
}
.popmenu .map ul li {
  color: #595757;
  font-size: 14px;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 0 0 15px;
}
.popmenu .map ul li a {
  position: relative;
  padding-left: 16px;
}
.popmenu .map ul li a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  z-index: 1;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: #595757 solid 1px;
  border-right: #595757 solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popmenu .map.navic5 ul, .popmenu .map.navic3 ul, .popmenu .map.navic2 ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.popmenu .map.navic5 ul li, .popmenu .map.navic3 ul li, .popmenu .map.navic2 ul li {
  width: 32%;
}
.popmenu .map.navic5 #serchbox, .popmenu .map.navic3 #serchbox, .popmenu .map.navic2 #serchbox {
  font-size: 16px;
  line-height: 2.5em;
  border: 1px solid #cccccc;
  padding-left: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  width: calc(100% - 50px);
  box-sizing: border-box;
}
.popmenu .map.navic5 .search_btn, .popmenu .map.navic3 .search_btn, .popmenu .map.navic2 .search_btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 40px;
  width: 40px;
  vertical-align: middle;
  display: inline-block;
}
.popmenu .map.navic5 .search_btn img, .popmenu .map.navic3 .search_btn img, .popmenu .map.navic2 .search_btn img {
  display: block;
  vertical-align: bottom;
  width: 100%;
}

body.navic1 .popmenu,
body.navic2 .popmenu,
body.navic5 .popmenu,
body.navic3 .popmenu {
  opacity: 1 !important;
  pointer-events: auto !important;
  transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
}

body.navic5 .popmenu .map.navic5,
body.navic3 .popmenu .map.navic3,
body.navic2 .popmenu .map.navic2,
body.navic1 .popmenu .map.navic1 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.spmenutit {
  color: #000000;
  display: none;
  position: absolute;
  right: 8vw;
  top: 40%;
  width: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .spmenutit {
    display: block;
    z-index: 777;
  }
}

.spmenutit > div {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  color: #fff;
  line-height: 16px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.posfix3 .spmenutit > div,
.posfix .spmenutit > div {
  color: #333333 !important;
}

@media screen and (max-width: 768px) {
  .popmenu {
    opacity: 0;
    background-color: #C10230;
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    left: -105%;
    top: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    padding: 6vw;
    padding-top: 80px;
    padding-left: 6vw;
  }
  .popmenu .popmenu0 {
    overflow: auto;
    padding: 0;
    height: calc(90vh - 100px);
    padding-top: 30px;
  }
  .popmenu .map ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .map ul li {
    width: 50%;
    border-bottom: 1px solid #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 3.5vw;
    width: 50% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .popmenu .map ul li a::before {
    top: 17px;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
  }
  .popmenu .map ul a {
    color: #fff;
    font-size: 3.5vw;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
  }
  .popmenu .map ul .lead {
    color: #fff;
    font-size: 3.5vw;
    width: 50%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .popmenu .map ul .lead.sty2 {
    padding-bottom: 10px !important;
  }
  .popmenu .navic1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .navic1 ul li {
    width: 50% !important;
    width: 100% !important;
  }
  .popmenu .navic2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .navic2 ul li {
    width: 50% !important;
    width: 100% !important;
  }
  .popmenu .navic3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .navic3 ul li {
    width: 50% !important;
    width: 100% !important;
  }
}
body.menuopen {
  overflow: hidden;
}
body.menuopen .popmenu {
  opacity: 1;
  pointer-events: auto;
  left: 0;
}

html.rock {
  overflow: hidden;
}

.spmenutit {
  color: #000000;
  display: none;
  position: absolute;
  right: 8vw;
  top: 40%;
  width: 44px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.spmenutit > div {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  color: #fff;
  line-height: 16px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 584px) {
  .spmenutit {
    display: block;
    z-index: 777;
  }
}
.posfix .spmenutit > div {
  color: #333333;
}

@media screen and (max-width: 584px) {
  .popmenu {
    opacity: 0;
    background-color: #C10230;
    position: fixed;
    z-index: 900;
    width: 100%;
    height: 100%;
    left: -105%;
    top: 0;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    padding: 6vw;
    padding-top: 80px;
    padding-left: 6vw;
  }
  .popmenu .popmenu0 {
    overflow: auto;
    padding: 0;
    height: calc(90vh - 100px);
    padding-top: 30px;
  }
  .popmenu .map ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .map ul li {
    width: 50%;
    border-bottom: 1px solid #FFFFFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .popmenu .map ul li a::before {
    top: 17px;
    border-top: #fff solid 1px;
    border-right: #fff solid 1px;
  }
  .popmenu .map ul a {
    color: #fff;
    font-size: 3.5vw;
    padding-top: 4px;
    padding-bottom: 4px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    position: relative;
  }
  .popmenu .map ul a.l3 {
    height: 80px;
  }
  .popmenu .map ul .lead {
    color: #fff;
    font-size: 3.5vw;
    width: 50%;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  .popmenu .map ul .lead.sty2 {
    padding-bottom: 10px !important;
  }
  .popmenu .map ul li {
    color: #fff;
    font-size: 3.5vw;
    width: 50% !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .popmenu .navic1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .navic1 ul li {
    width: 50% !important;
    width: 100% !important;
  }
  .popmenu .navic2 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .navic2 ul li {
    width: 50% !important;
    width: 100% !important;
  }
  .popmenu .navic3 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .navic3 ul li {
    width: 50% !important;
    width: 100% !important;
  }
  .popmenu .navic5 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .popmenu .navic5 ul li {
    width: 50% !important;
    width: 100% !important;
  }
}
body.menuopen {
  overflow: hidden;
}
body.menuopen .popmenu {
  opacity: 1;
  pointer-events: auto;
  left: 0;
}

footer {
  width: 100%;
  margin: 100px auto 0;
  padding: 100px 0 30px;
  background: #C01732;
  z-index: 100;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 584px) {
  footer {
    padding: 40px 0 20px;
    margin-top: 50px;
  }
}
footer .footer_cntnt {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .brand_box {
  text-align: left;
  width: 32%;
}
@media screen and (max-width: 584px) {
  footer .brand_box {
    text-align: center;
  }
}
footer .brand_box .logo_1 {
  max-width: 300px;
}
@media screen and (max-width: 584px) {
  footer .brand_box .logo_1 {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .brand_box .logo_2 {
  max-width: 200px;
}
@media screen and (max-width: 584px) {
  footer .brand_box .logo_2 {
    margin-left: auto;
    margin-right: auto;
  }
}
footer .brand_box .text {
  margin: 50px auto;
}
footer .brand_box .text p {
  font-size: 14px;
  text-align: left;
  line-height: 1.5em;
}
@media screen and (max-width: 584px) {
  footer .brand_box .text p {
    text-align: center;
  }
}
@media screen and (max-width: 584px) {
  footer .brand_box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
footer .site_map2,
footer .site_map {
  width: 66%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 584px) {
  footer .site_map2,
  footer .site_map {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}
footer .site_map2 .map,
footer .site_map .map {
  width: 32%;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map,
  footer .site_map .map {
    width: 100%;
  }
}
footer .site_map2 .map p,
footer .site_map .map p {
  color: #595757;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
}
footer .site_map2 .map a,
footer .site_map .map a {
  color: #fff;
  position: relative;
  padding-left: 16px;
  display: block;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map a,
  footer .site_map .map a {
    padding-left: 12px;
  }
}
footer .site_map2 .map a::before,
footer .site_map .map a::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 6px;
  z-index: 1;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: #fff solid 1px;
  border-right: #fff solid 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map a::before,
  footer .site_map .map a::before {
    width: 4px;
    height: 4px;
    top: 4px;
  }
}
footer .site_map2 .map .ctgry,
footer .site_map .map .ctgry {
  margin: 0 auto 30px;
  font-weight: bold;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map .ctgry,
  footer .site_map .map .ctgry {
    margin: 0 auto 15px;
  }
}
footer .site_map2 .map a.ctgry,
footer .site_map .map a.ctgry {
  padding-left: 0;
}
footer .site_map2 .map a.ctgry::before,
footer .site_map .map a.ctgry::before {
  display: none;
}
footer .site_map2 .map ul,
footer .site_map .map ul {
  margin: 0 auto 30px;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map ul,
  footer .site_map .map ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
footer .site_map2 .map ul .lead,
footer .site_map .map ul .lead {
  color: #c00f31;
  font-size: 16px;
  color: #fff;
  margin-top: 4px;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map ul .lead,
  footer .site_map .map ul .lead {
    font-size: 3.5vw;
  }
}
footer .site_map2 .map ul li,
footer .site_map .map ul li {
  color: #595757;
  font-size: 13px;
  text-align: left;
  letter-spacing: 0.1em;
  padding: 0 0 15px;
  position: relative;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map ul li,
  footer .site_map .map ul li {
    padding: 0 0 10px;
    width: 48%;
    font-size: 3vw;
  }
}
footer .site_map2 {
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 15px;
}
footer .site_map2._sp {
  display: none;
}
@media screen and (max-width: 584px) {
  footer .site_map2._sp {
    display: block;
  }
}
footer .site_map2._pc {
  display: block;
  padding-bottom: 40px;
}
@media screen and (max-width: 584px) {
  footer .site_map2._pc {
    display: none;
  }
}
footer .site_map2 .map4 {
  max-width: 1000px;
  margin: 0 auto 25px;
  width: 100% !important;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map4 {
    margin-bottom: 0;
  }
}
footer .site_map2 .map4 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .site_map2 .map4 ul li {
  width: auto;
  margin: 0 20px 0;
}
@media screen and (max-width: 584px) {
  footer .site_map2 .map4 ul li {
    margin: 0;
    width: 50%;
  }
}
footer .copy {
  width: 100%;
  max-width: 1100px;
  margin: -50px auto 0;
}
footer .copy p {
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 584px) {
  footer .copy {
    margin: 0;
    text-align: center;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}
@media screen and (max-width: 768px) {
  /*@media screen end*/
}


.housing-ttl {
  padding-bottom: 3rem;
  border-bottom: solid 1px;
}


.content-box img{
max-width: 100%;

}


div.content-box{
  position: relative;
  margin: 10rem 0;
  text-align: center;
}
 
.stage-text {
  width: 100%;
}


.stage-text {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}
.content-box h2 {
  font-size: 40px;
  color: #c40a14;
}

.content-box .cacth {
  font-size: 2rem;
  font-weight: bold;
  margin: 1rem 0;
  display: flex;
  gap: 2rem;
  align-items: center;/* 縦位置の調整 */
  justify-content: center;
}

.content-box .cacth::before,
.content-box .cacth::after {
  content: '';
  height: 1px;
  width: 60px;
  background: #000;
  display: block;
}
p.text{
  font-size: 14px;
  line-height: 2.2;
  text-align: center;
  margin-top: 2rem;
}


.achievements-ttl {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  background: #000;
  width: fit-content;
  margin: auto;
  margin-bottom: 3rem;
  text-align: center;
  padding: 0 2rem;
}
.achievements-box h2 {
  font-size: 27px; 
}
.achievements-box ul {
  margin-top: 5rem;
  display: grid;
  grid: ;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
}

.achievements-box ul li p {
  font-size: 1.4rem;
  margin-top: 1rem;
  font-weight: bold;
}

.achievements-text {
  font-size: 25px;
  margin-top: 10rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  
  
  .content-box.stage-box h2 {
   
    font-size: 25px;
  }
  
  .content-box .cacth {
    font-size: 13px;
    gap: 1rem;
    justify-content: center;
  }


.content-box .cacth::before, .content-box .cacth::after {
  width: 40px;
  flex-grow: unset;
}

  
  p.text {
    font-size: 11px;
    margin-top: 1rem;

  }
 
  div.content-box {
    margin: 5rem 0;
  }
  
  .achievements-ttl {
    font-size: 12px;
    margin-bottom: 2rem;

  }
  


  .achievements-box ul {
    margin-top: 3rem;
    gap: 2rem;
  }
  
  .achievements-box ul li p {
    font-size: 1.1rem;
    margin-top: 0rem;
  }
  
  .achievements-text {
    margin-top: 5rem;
  }
  
  
  .stage-box img{
    padding-top: 14rem !important;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    max-width: unset;
  }
  
 .achievements-box h2 {
    font-size: 17px; 
  }
  .achievements-text {
    font-size: 13px;
    margin-top: 5rem;
    font-weight: bold;
  }
  
  }