/* Base style
-----------------------------------------------------------*/
/*----- reset -----*/
html {
  -webkit-box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  box-sizing: border-box;
  word-break: normal;
  tab-size: 4;
}

*,
::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

/* General elements */
hr {
  height: 0;
  overflow: visible;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

ol,
ul,
dl {
  list-style: none;
}

em {
  font-style: normal;
}

small {
  font-size: .875em;
}

[hidden] {
  display: none;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Forms */
input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  color: inherit;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  display: table;
  max-width: 100%;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

/* Specify media element style */
img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

/* Accessibility */

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----- default -----*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  background-color: #e4e0e0;
  color: #000000;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
}

a {
  -webkit-transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  color: #521110;
  text-decoration: none;
  transition: color 0.15s ease-in-out, border-color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

a img {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

button {
  border: none;
  cursor: pointer;
}

img {
  -webkit-backface-visibility: hidden;
  max-width: 100%;
  backface-visibility: hidden;
}

/* Layout style
-----------------------------------------------------------*/
/*----- header -----*/
/* header */
.header {
  background-color: #ffffff;
}

.header .header-inr {
  width: 1040px;
  margin: 0 auto;
  padding: 24px 20px;
}

/*----- footer -----*/
/* footer */
.footer {
  position: relative;
  padding-top: 128px;
  background-color: #e4e0e0;
}

.footer-wrapper {
  background: -webkit-gradient(linear, left top, right top, from(#e4e0e0), color-stop(50%, #e4e0e0), color-stop(50%, #ffffff), to(#ffffff));
  background: linear-gradient(90deg, #e4e0e0 0%, #e4e0e0 50%, #ffffff 50%, #ffffff 100%);
}

.footer-inr {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0 60px 80px;
  background-color: #ffffff;
}

.footer-box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.footer-box.left-box {
  width: 50%;
}

.footer-box.right-box {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 500px;
  padding-left: 30px;
}

.footer .address {
  padding: 35px 0 30px;
  font-size: 14px;
  line-height: 1.85;
}

.footer .tell {
  padding-bottom: 80px;
  font-size: 14px;
}

.footer .copyright {
  margin-top: auto;
  font-size: 12px;
}

/*----- pagetop -----*/
.page-top {
  z-index: 999;
  position: absolute;
  right: 5%;
}

.page-top.is-fixed {
  position: fixed;
  top: auto;
  right: 5%;
  bottom: 5%;
}

.page-top a {
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  background-color: #c7b2b2;
  text-indent: -9999px;
}

.page-top a::after {
  -webkit-transform: perspective(20px) rotateY(-60deg) translateX(-8px);
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 20px;
  height: 30px;
  margin: auto;
  transform: perspective(20px) rotateY(-60deg) translateX(-8px);
  border-top: 2px solid #081524;
  border-right: 1px solid #081524;
  content: "";
}

/*----- breadcrumb -----*/
.breadcrumb {
  min-width: 1040px;
  background-color: #e4e0e0;
}

.breadcrumb .bread {
  width: 1040px;
  margin: 0 auto;
  padding: 10px 20px;
}

.breadcrumb .bread li {
  display: inline-block;
  font-size: 13px;
}

.breadcrumb .bread li a {
  color: #000000;
  font-size: 13px;
}

.breadcrumb .bread li:not(:last-child) {
  margin-right: 8px;
}

.breadcrumb .bread li:not(:last-child)::after {
  -webkit-transform: rotate(45deg) translateY(-2px);
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 5px;
  transform: rotate(45deg) translateY(-2px);
  border-top: 1px solid #000000;
  border-right: 1px solid #000000;
  content: "";
}

/*----- content -----*/
.content {
  background: linear-gradient(180deg, #521110 0px, #521110 360px, #e4e0e0 360px, #e4e0e0 100%);
}

.content .content-seection.-first {
  margin-top: -220px;
}

.content-section.-first {
  z-index: 1;
  position: relative;
  margin-top: -120px;
}

.content-wrapper {
  position: relative;
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.content-wrapper.-btn {
  margin-top: 40px;
}

.content-wrapper .inr {
  padding: 60px 90px;
  background-color: #ffffff;
}

/* Mmodule style
-----------------------------------------------------------*/
/*----- XXX -----*/
/*----- mainvisual -----*/
.mainvisual {
  position: relative;
  font-size: 0;
  line-height: 1;
}

.mainvisual .inr {
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  margin-top: -100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.main-img img {
  width: 100%;
}

/*----- heading -----*/
.box-heading {
  width: 100%;
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 0;
  padding-right: 20px;
  padding-left: 20px;
}

.heading-lv1 .txt {
  color: #ffffff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 5.6rem;
  font-weight: bold;
}

.heading-lv2 .txt {
  color: #ffffff;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 3.2rem;
  font-weight: bold;
}

.heading-lv2 .txt .en {
  padding-bottom: 5px;
  padding-left: 20px;
  font-size: 1.4rem;
  vertical-align: middle;
}

/*----- flexbox -----*/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexbox.-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexbox.-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexbox.-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexbox.-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexbox.-ai_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox.-ai_bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexbox.-ai_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexbox .-shrink {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.flexbox.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.flexbox.-column .-bottom {
  margin-top: auto;
}

.flex-col .inner {
  height: 100%;
  padding: 20px;
}

.flex-col_12 {
  width: 100%;
  max-width: 100%;
}

.flex-col_12 .flex-col:not(:last-child) {
  margin-right: 20px;
}

.flex-col_01 {
  width: calc(100% / 12);
  max-width: 90px;
}

.flex-col_02 {
  width: calc(100% / 6);
  max-width: 190px;
}

.flex-col_03 {
  width: calc(100% / 4);
  max-width: 290px;
}

.flex-col_04 {
  width: calc(100% / 3);
  max-width: 390px;
}

.flex-col_05 {
  width: calc(100% / 12 * 5);
  max-width: 490px;
}

.flex-col_06 {
  width: calc(100% / 2);
  max-width: 590px;
}

.flex-col_07 {
  width: calc(100% / 12 * 7);
  max-width: 690px;
}

.flex-col_08 {
  width: calc(100% / 3 * 2);
  max-width: 790px;
}

.flex-col_09 {
  width: calc(100% / 12 * 9);
  max-width: 890px;
}

.flex-col_10 {
  width: calc(100% / 12 * 10);
  max-width: 990px;
}

.flex-col_11 {
  width: calc(100% / 12 * 11);
  max-width: 1090px;
}

/*----- form -----*/
.error .txt-wrap .input-box {
  border-color: #c62825;
  background-color: #f7dfdf;
  color: #c62825;
}

.error .txt-wrap .input-box::-webkit-input-placeholder {
  color: #c62825;
}

.error .txt-wrap .input-box::-moz-placeholder {
  color: #c62825;
}

.error .txt-wrap .input-box:-ms-input-placeholder {
  color: #c62825;
}

.error .txt-wrap .input-box::-ms-input-placeholder {
  color: #c62825;
}

.error .txt-wrap .input-box::placeholder {
  color: #c62825;
}

.error-txt {
  padding-top: 5px;
  color: #c62825;
  font-size: 14px;
}

.form-area .form-item {
  width: 58.18182%;
  margin: 20px auto 0;
}

.form-area .form-item:not(:last-of-type)::after {
  display: none;
}

.form-area .form-item .txt-wrap .input-box {
  width: 100%;
}

.txt-wrap .input-box {
  width: 100%;
  padding: 10px 12px;
  border: 1px solid #cccccc;
  border-radius: 0;
}

.txt-wrap .input-box:focus {
  outline: 0;
}

.btn-area {
  margin-top: 64px;
}

.submit-btn {
  position: relative;
  width: 58.18182%;
  margin: 0 auto;
  overflow: hidden;
}

.submit-btn .btn {
  -webkit-transition: opacity 0.1s ease;
  display: block;
  width: 100%;
  padding: 25px 0;
  border: none;
  background-color: #521110;
  color: #ffffff;
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  cursor: pointer;
  transition: opacity 0.1s ease;
}

.submit-btn .btn:hover {
  opacity: 0.8;
}

.submit-btn::after {
  -webkit-transform: skew(60deg);
  display: block;
  z-index: 99;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 25px;
  height: 5px;
  margin: auto;
  transform: skew(60deg);
  border-right: 2px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  content: "";
}

/*----- text -----*/
.txt:not(:first-child) {
  margin-top: 10px;
}

.txt-area:not(:first-child) {
  margin-top: 30px;
}

.txt.-center {
  text-align: center;
}

/*----- movie -----*/
.box-movie .movie-col {
  margin-bottom: 30px;
}

.box-movie .movie-col > a {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.box-movie .movie-col > a:hover {
  opacity: 0.8;
}

.box-movie .movie-col .category {
  margin-bottom: 10px;
  color: #521110;
  font-size: 1.4rem;
  font-weight: bold;
}

.box-movie .movie-col .thumb {
  margin-bottom: 10px;
}

.box-movie .movie-col .ttl {
  font-weight: bold;
}

.box-movie .movie-col .txt {
  margin-top: 5px;
}

.box-movie .movie-wrap {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
  padding-top: 56.25%;
}

.box-movie .movie-wrap iframe, .box-movie .movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

/*----- btn -----*/
.btn-back {
  position: absolute;
  top: -60px;
  right: 20px;
}

.btn-back > a {
  display: block;
  height: 60px;
  padding: 16px 25px 16px 65px;
  background-color: #1f0606;
  color: #ffffff;
}

.btn-back > a::after {
  -webkit-transform: skew(-60deg);
  display: block;
  z-index: 99;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 25px;
  height: 5px;
  margin: auto;
  transform: skew(-60deg);
  border-bottom: 1px solid #ffffff;
  border-left: 2px solid #ffffff;
  content: "";
}

/* XXX style
-----------------------------------------------------------*/
/* Utility
-----------------------------------------------------------*/
/* clearfix */
.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear-both {
  clear: both !important;
}

/* float */
.fl-left {
  float: left !important;
}

.fl-right {
  float: right !important;
}

.fl-none {
  float: none !important;
}

/* font-weight */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* font-size */
.fs-sm {
  font-size: 1.4rem !important;
}

.fs-md {
  font-size: 1.6rem !important;
}

.fs-lg {
  font-size: 1.8rem !important;
}

.fs-xl {
  font-size: 2.2rem !important;
}

.fs-xxl {
  font-size: 2.2rem !important;
}

/* margin */
.m-auto {
  margin: 0 auto !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.ml-0 {
  margin-left: 0px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mb-65 {
  margin-bottom: 65px !important;
}

.ml-65 {
  margin-left: 65px !important;
}

.mr-65 {
  margin-right: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.ml-70 {
  margin-left: 70px !important;
}

.mr-70 {
  margin-right: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.ml-75 {
  margin-left: 75px !important;
}

.mr-75 {
  margin-right: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.ml-80 {
  margin-left: 80px !important;
}

.mr-80 {
  margin-right: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.ml-85 {
  margin-left: 85px !important;
}

.mr-85 {
  margin-right: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.ml-90 {
  margin-left: 90px !important;
}

.mr-90 {
  margin-right: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mb-95 {
  margin-bottom: 95px !important;
}

.ml-95 {
  margin-left: 95px !important;
}

.mr-95 {
  margin-right: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-100 {
  margin-left: 100px !important;
}

.mr-100 {
  margin-right: 100px !important;
}

/* padding */
.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pl-65 {
  padding-left: 65px !important;
}

.pr-65 {
  padding-right: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pl-70 {
  padding-left: 70px !important;
}

.pr-70 {
  padding-right: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pl-75 {
  padding-left: 75px !important;
}

.pr-75 {
  padding-right: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pl-80 {
  padding-left: 80px !important;
}

.pr-80 {
  padding-right: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pl-85 {
  padding-left: 85px !important;
}

.pr-85 {
  padding-right: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pl-90 {
  padding-left: 90px !important;
}

.pr-90 {
  padding-right: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pl-95 {
  padding-left: 95px !important;
}

.pr-95 {
  padding-right: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pl-100 {
  padding-left: 100px !important;
}

.pr-100 {
  padding-right: 100px !important;
}

/* text-align */
.text-center {
  text-align: center !important;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

/* vertical-align */
.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

/* white-space */
.ws-nowrap {
  white-space: nowrap !important;
}

.sp {
  display: none !important;
}

/* display */
.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-inline {
  display: inline !important;
}

.d-i-block {
  display: inline-block !important;
}

.d-table {
  display: table !important;
}

.d-t-row {
  display: table-row !important;
}

.d-t-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-i-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

/* overflow */
.of-auto {
  overflow: auto;
}

.of-hidden {
  overflow: hidden;
}

.of-auto {
  overflow: auto;
}

/* visibility */
.hidden {
  visibility: hidden !important;
}

.visible {
  visibility: visible !important;
}

/* hover */
.hover-opacity {
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}

.hover-opacity:hover {
  opacity: 0.8;
}

/* width(px) 5-400 */
.w-5 {
  width: 5px !important;
}

.w-10 {
  width: 10px !important;
}

.w-15 {
  width: 15px !important;
}

.w-20 {
  width: 20px !important;
}

.w-25 {
  width: 25px !important;
}

.w-30 {
  width: 30px !important;
}

.w-35 {
  width: 35px !important;
}

.w-40 {
  width: 40px !important;
}

.w-45 {
  width: 45px !important;
}

.w-50 {
  width: 50px !important;
}

.w-55 {
  width: 55px !important;
}

.w-60 {
  width: 60px !important;
}

.w-65 {
  width: 65px !important;
}

.w-70 {
  width: 70px !important;
}

.w-75 {
  width: 75px !important;
}

.w-80 {
  width: 80px !important;
}

.w-85 {
  width: 85px !important;
}

.w-90 {
  width: 90px !important;
}

.w-95 {
  width: 95px !important;
}

.w-100 {
  width: 100px !important;
}

.w-105 {
  width: 105px !important;
}

.w-110 {
  width: 110px !important;
}

.w-115 {
  width: 115px !important;
}

.w-120 {
  width: 120px !important;
}

.w-125 {
  width: 125px !important;
}

.w-130 {
  width: 130px !important;
}

.w-135 {
  width: 135px !important;
}

.w-140 {
  width: 140px !important;
}

.w-145 {
  width: 145px !important;
}

.w-150 {
  width: 150px !important;
}

.w-155 {
  width: 155px !important;
}

.w-160 {
  width: 160px !important;
}

.w-165 {
  width: 165px !important;
}

.w-170 {
  width: 170px !important;
}

.w-175 {
  width: 175px !important;
}

.w-180 {
  width: 180px !important;
}

.w-185 {
  width: 185px !important;
}

.w-190 {
  width: 190px !important;
}

.w-195 {
  width: 195px !important;
}

.w-200 {
  width: 200px !important;
}

.w-205 {
  width: 205px !important;
}

.w-210 {
  width: 210px !important;
}

.w-215 {
  width: 215px !important;
}

.w-220 {
  width: 220px !important;
}

.w-225 {
  width: 225px !important;
}

.w-230 {
  width: 230px !important;
}

.w-235 {
  width: 235px !important;
}

.w-240 {
  width: 240px !important;
}

.w-245 {
  width: 245px !important;
}

.w-250 {
  width: 250px !important;
}

.w-255 {
  width: 255px !important;
}

.w-260 {
  width: 260px !important;
}

.w-265 {
  width: 265px !important;
}

.w-270 {
  width: 270px !important;
}

.w-275 {
  width: 275px !important;
}

.w-280 {
  width: 280px !important;
}

.w-285 {
  width: 285px !important;
}

.w-290 {
  width: 290px !important;
}

.w-295 {
  width: 295px !important;
}

.w-300 {
  width: 300px !important;
}

.w-305 {
  width: 305px !important;
}

.w-310 {
  width: 310px !important;
}

.w-315 {
  width: 315px !important;
}

.w-320 {
  width: 320px !important;
}

.w-325 {
  width: 325px !important;
}

.w-330 {
  width: 330px !important;
}

.w-335 {
  width: 335px !important;
}

.w-340 {
  width: 340px !important;
}

.w-345 {
  width: 345px !important;
}

.w-350 {
  width: 350px !important;
}

.w-355 {
  width: 355px !important;
}

.w-360 {
  width: 360px !important;
}

.w-365 {
  width: 365px !important;
}

.w-370 {
  width: 370px !important;
}

.w-375 {
  width: 375px !important;
}

.w-380 {
  width: 380px !important;
}

.w-385 {
  width: 385px !important;
}

.w-390 {
  width: 390px !important;
}

.w-395 {
  width: 395px !important;
}

.w-400 {
  width: 400px !important;
}

/* width(%) 5-100 */
.w-5per {
  width: 5% !important;
}

.w-10per {
  width: 10% !important;
}

.w-15per {
  width: 15% !important;
}

.w-20per {
  width: 20% !important;
}

.w-25per {
  width: 25% !important;
}

.w-30per {
  width: 30% !important;
}

.w-35per {
  width: 35% !important;
}

.w-40per {
  width: 40% !important;
}

.w-45per {
  width: 45% !important;
}

.w-50per {
  width: 50% !important;
}

.w-55per {
  width: 55% !important;
}

.w-60per {
  width: 60% !important;
}

.w-65per {
  width: 65% !important;
}

.w-70per {
  width: 70% !important;
}

.w-75per {
  width: 75% !important;
}

.w-80per {
  width: 80% !important;
}

.w-85per {
  width: 85% !important;
}

.w-90per {
  width: 90% !important;
}

.w-95per {
  width: 95% !important;
}

.w-100per {
  width: 100% !important;
}

/* width(em) 5-20 */
.w-1em {
  width: 1em !important;
}

.w-2em {
  width: 2em !important;
}

.w-3em {
  width: 3em !important;
}

.w-4em {
  width: 4em !important;
}

.w-5em {
  width: 5em !important;
}

.w-6em {
  width: 6em !important;
}

.w-7em {
  width: 7em !important;
}

.w-8em {
  width: 8em !important;
}

.w-9em {
  width: 9em !important;
}

.w-10em {
  width: 10em !important;
}

.w-11em {
  width: 11em !important;
}

.w-12em {
  width: 12em !important;
}

.w-13em {
  width: 13em !important;
}

.w-14em {
  width: 14em !important;
}

.w-15em {
  width: 15em !important;
}

.w-16em {
  width: 16em !important;
}

.w-17em {
  width: 17em !important;
}

.w-18em {
  width: 18em !important;
}

.w-19em {
  width: 19em !important;
}

.w-20em {
  width: 20em !important;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
  .header .header-inr {
    width: 100%;
    padding: 0;
  }
  .header .logo {
    max-width: 60%;
    padding: 10px 4%;
  }
  .footer {
    padding-top: 60px;
  }
  .footer-inr {
    width: 100%;
    padding: 45px 0 30px;
  }
  .footer-box.left-box {
    width: 100%;
    padding: 45px 4% 30px;
    border-right: none;
  }
  .footer-box.right-box {
    width: 100%;
    padding: 0 4%;
  }
  .footer .logo {
    width: 60%;
  }
  .footer .address {
    padding: 0 0 15px;
  }
  .footer .tell {
    padding-bottom: 60px;
  }
  .footer .copyright {
    width: 100%;
    text-align: center;
  }
  .breadcrumb {
    display: none;
  }
  .content-wrapper {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .content-wrapper .inr {
    padding: 60px 4.5%;
  }
  .mainvisual .inr {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .main-img {
    padding-bottom: 80px;
    background-color: #521110;
  }
  .box-heading {
    max-width: 100%;
    padding-right: 12px;
    padding-left: 12px;
  }
  .heading-lv1 .txt {
    font-size: 3.2rem;
  }
  .heading-lv2 .txt {
    font-size: 2.8rem;
  }
  .flexbox.-sp-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flexbox.-sp-ai_top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flexbox.-sp-block {
    display: block;
  }
  .flexbox.-col_sp_1 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_1 > .flex-col {
    width: 100%;
  }
  .flexbox.-col_sp_1 > .flex-col:not(:last-child) {
    margin-bottom: 15px;
  }
  .flexbox.-col_sp_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_2 > .flex-col {
    width: 48%;
  }
  .flexbox.-col_sp_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .flexbox.-col_sp_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_sp_3 > .flex-col {
    width: 32%;
  }
  .flexbox.-col_sp_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 2%;
  }
  .flex-col .inner.-sp-spread {
    padding: 0;
  }
  .flex-col_12.-col_sp_1 .flex-col {
    width: 100%;
    max-width: 100%;
  }
  .flex-col_12.-col_sp_1 .flex-col:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .form-area .form-item {
    width: auto;
  }
  .btn-area {
    margin-top: 30px;
  }
  .submit-btn {
    width: 100%;
  }
  .submit-btn::after {
    right: 10.5%;
  }
  .box-movie .movie-col:last-child {
    margin-bottom: 0;
  }
  .box-movie .movie-col:not(:last-child) {
    margin-bottom: 15px;
  }
  .box-movie .movie-col > a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .box-movie .movie-col .category {
    width: 100%;
  }
  .box-movie .movie-col .thumb {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40%;
    margin-bottom: 0;
  }
  .box-movie .movie-col .box-txt {
    width: 55%;
    margin-bottom: 0;
  }
  .btn-back {
    right: 12px;
  }
  .btn-back > a::after {
    left: 10.5%;
  }
  .fl-none-sp {
    float: none !important;
  }
  .fl-clear-sp {
    clear: both !important;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .flexbox.-basic {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-basic > .flex-col {
    margin-top: 10px;
  }
  .flexbox.-basic > .flex-col:not(:last-child) {
    margin-right: 10px;
  }
  .flexbox.-col_2 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_2 > .flex-col {
    width: 48%;
  }
  .flexbox.-col_2 > .flex-col:not(:nth-child(2n)) {
    margin-right: 4%;
  }
  .flexbox.-col_3 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_3 > .flex-col {
    width: 30%;
  }
  .flexbox.-col_3 > .flex-col:not(:nth-child(3n)) {
    margin-right: 5%;
  }
  .flexbox.-col_4 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_4 > .flex-col {
    width: 23.5%;
  }
  .flexbox.-col_4 > .flex-col:not(:nth-child(4n)) {
    margin-right: 2%;
  }
  .flexbox.-col_5 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flexbox.-col_5 > .flex-col {
    width: 17.8%;
  }
  .flexbox.-col_5 > .flex-col:not(:nth-child(5n)) {
    margin-right: 2.75%;
  }
  .flex-col {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
