@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

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

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 14px;
    line-height: 1.429;
  }
}

h2 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h3 {
  margin-top: 48px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h3 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h4 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.286;
}
@media screen and (max-width: 768px) {
  h4 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h5 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 28px;
  line-height: 1.286;
}
@media screen and (max-width: 768px) {
  h5 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 24px;
    line-height: 1.25;
  }
}

h6 {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  h6 {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  h6 {
    font-size: 20px;
    line-height: 1.5;
  }
}

p {
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    line-height: 1.875;
  }
}

.small {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .small {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .small {
    font-size: 14px;
    line-height: 1.429;
  }
}

ul, ol, dl,
blockquote,
address,
hr,
table,
pre {
  margin-top: 0;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  ul, ol, dl,
  blockquote,
  address,
  hr,
  table,
  pre {
    margin-top: 0;
    margin-bottom: 20px;
  }
}

body {
  font-family: 'Noto Sans JP', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: url("../img/bg.jpg") repeat;
  position: relative;
  font-size: 100%;
  color: #212121;
  z-index: 0;
}

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

a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  p {
    text-align: justify;
  }
  p br {
    display: none;
  }
}

.row {
  margin: 0;
}

.container-fluid {
  width: calc(100% - 32px);
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.container {
  max-width: calc(1170px - 32px);
  margin: 0 auto;
  padding: 0 16px;
  position: relative;
  height: 100%;
}
@media screen and (max-width: 1399px) {
  .container {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 1199px) {
  .container {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: calc(100% - 32px);
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: calc(100% - 32px);
    padding: 0;
  }
}

.order01 {
  order: 1;
}
@media screen and (max-width: 767px) {
  .order01 {
    order: 2;
  }
}

.order02 {
  order: 2;
}
@media screen and (max-width: 767px) {
  .order02 {
    order: 1;
  }
}

.inline {
  display: inline-block;
}

.btn {
  display: block;
  background: #8b0000;
  padding: 12px 0;
  color: white;
  margin: 0 auto;
  text-align: center;
  letter-spacing: .05em;
  position: relative;
  font-weight: 700;
}
.btn::before, .btn::after {
  content: "";
  display: block;
  position: absolute;
}
.btn::before {
  border-right: 1px solid white;
  border-top: 1px solid white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  right: 32px;
  top: 50%;
  margin-top: -3px;
  transition: all 0.3s ease-out;
}
.btn::after {
  width: 12px;
  border-bottom: 1px solid white;
  right: 32px;
  top: 50%;
  transition: all 0.3s ease-out;
}
.btn:hover::before, .btn:hover::after {
  right: 16px;
  transition: all 0.3s ease-out;
}

:root {
  --gutter-width: 1rem;
  --outer-margin: 2rem;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5));
  --xs-min: 30;
  --sm-min: 48;
  --md-min: 64;
  --lg-min: 75;
  --screen-xs-min: var(--xs-min) em;
  --screen-sm-min: var(--sm-min) em;
  --screen-md-min: var(--md-min) em;
  --screen-lg-min: var(--lg-min) em;
  --container-sm: calc(var(--sm-min) + var(--gutter-width));
  --container-md: calc(var(--md-min) + var(--gutter-width));
  --container-lg: calc(var(--lg-min) + var(--gutter-width));
}

@custom-media --sm-viewport only screen and (min-width: 48em);
@custom-media --md-viewport only screen and (min-width: 64em);
@custom-media --lg-viewport only screen and (min-width: 75em);
.row {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: 16px;
  margin-left: 16px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col.reverse {
  flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-offset-0,
.col-xs-offset-1,
.col-xs-offset-2,
.col-xs-offset-3,
.col-xs-offset-4,
.col-xs-offset-5,
.col-xs-offset-6,
.col-xs-offset-7,
.col-xs-offset-8,
.col-xs-offset-9,
.col-xs-offset-10,
.col-xs-offset-11,
.col-xs-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-xs-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-xs-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-xs-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-xs-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-xs-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-xs-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-xs-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-xs-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  margin-left: 0;
}

.col-xs-offset-1 {
  margin-left: 8.33333333%;
}

.col-xs-offset-2 {
  margin-left: 16.66666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333333%;
}

.col-xs-offset-8 {
  margin-left: 66.66666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333%;
}

.col-xs-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width, 0.5rem);
  padding-left: var(--half-gutter-width, 0.5rem);
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-xs-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start-xs {
  justify-content: flex-start;
  text-align: start;
}

.center-xs {
  justify-content: center;
  text-align: center;
}

.end-xs {
  justify-content: flex-end;
  text-align: end;
}

.top-xs {
  align-items: flex-start;
}

.middle-xs {
  align-items: center;
}

.bottom-xs {
  align-items: flex-end;
}

.around-xs {
  justify-content: space-around;
}

.between-xs {
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media (--sm-viewport) {
  .container {
    width: var(--container-sm, 46rem);
  }

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width, 0.5rem);
    padding-left: var(--half-gutter-width, 0.5rem);
  }

  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }

  .center-sm {
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }

  .top-sm {
    align-items: flex-start;
  }

  .middle-sm {
    align-items: center;
  }

  .bottom-sm {
    align-items: flex-end;
  }

  .around-sm {
    justify-content: space-around;
  }

  .between-sm {
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media (--md-viewport) {
  .container {
    width: var(--container-md, 61rem);
  }

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 16px;
    padding-left: 16px;
  }

  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }

  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }

  .start-md {
    justify-content: flex-start;
    text-align: start;
  }

  .center-md {
    justify-content: center;
    text-align: center;
  }

  .end-md {
    justify-content: flex-end;
    text-align: end;
  }

  .top-md {
    align-items: flex-start;
  }

  .middle-md {
    align-items: center;
  }

  .bottom-md {
    align-items: flex-end;
  }

  .around-md {
    justify-content: space-around;
  }

  .between-md {
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: 16px;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  .col,
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col-offset-0,
  .col-offset-1,
  .col-offset-2,
  .col-offset-3,
  .col-offset-4,
  .col-offset-5,
  .col-offset-6,
  .col-offset-7,
  .col-offset-8,
  .col-offset-9,
  .col-offset-10,
  .col-offset-11,
  .col-offset-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-xs {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 767px) {
  .col-2 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-3 {
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 767px) {
  .col-3 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 767px) {
  .col-4 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 767px) {
  .col-5 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-6 {
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 767px) {
  .col-6 {
    flex-basis: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 767px) {
  .col-7 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 767px) {
  .col-8 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-9 {
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .col-9 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 767px) {
  .col-10 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 767px) {
  .col-11 {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-offset-0 {
  margin-left: 0;
}

.col-offset-1 {
  margin-left: 8.33333333%;
}

.col-offset-2 {
  margin-left: 16.66666667%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-offset-4 {
  margin-left: 33.33333333%;
}

.col-offset-5 {
  margin-left: 41.66666667%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-offset-7 {
  margin-left: 58.33333333%;
}

.col-offset-8 {
  margin-left: 66.66666667%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-offset-10 {
  margin-left: 83.33333333%;
}

.col-offset-11 {
  margin-left: 91.66666667%;
}

.start {
  justify-content: flex-start;
  text-align: start;
}

.center {
  justify-content: center;
  text-align: center;
}

.end {
  justify-content: flex-end;
  text-align: end;
}

.top {
  align-items: flex-start;
}

.middle {
  align-items: center;
}

.bottom {
  align-items: flex-end;
}

.around {
  justify-content: space-around;
}

.between {
  justify-content: space-between;
}

.first {
  order: -1;
}

.last {
  order: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif?1507052969') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('/fonts/slick.eot?1507052969');
  src: url('/fonts/slick.eot?&1507052969#iefix') format("embedded-opentype"), url('/fonts/slick.woff?1507052969') format("woff"), url('/fonts/slick.ttf?1507052969') format("truetype"), url('/fonts/slick.svg?1507052969#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

header {
  background: url("../img/image05.jpg") no-repeat;
  background-size: cover;
  background-position: bottom center;
  min-height: 980px;
  position: relative;
  top: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  header {
    background: url("../img/image05-sp.jpg") no-repeat;
    background-size: cover;
    min-height: 62vh;
    background-position: bottom right !important;
  }
}
header .logo {
  width: 200px;
  position: absolute;
  left: 32px;
}
header .logo h1 {
  font-size: 18px;
  font-weight: 700;
  margin: 1rem 0;
}
@media screen and (max-width: 767px) {
  header .logo h1 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  header .logo {
    width: 40%;
    left: 0px;
  }
}
header .container-fluid {
  height: auto;
}
header .container {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  transform: translateX(-50%);
}
header .inner_contents {
  position: absolute;
  z-index: 999;
  bottom: 50px;
  left: 0;
}
@media screen and (max-width: 767px) {
  header .inner_contents {
    top: auto;
    left: 16px;
    bottom: -70px;
    transform: translateY(0%);
  }
}
header .inner_contents h2 {
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  header .inner_contents h2 img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  header .inner_contents h2 span {
    font-size: 20px;
    width: 70%;
  }
}

#syoukai {
  margin: 120px 0 80px;
}
#syoukai p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #syoukai p {
    text-align: left;
  }
}

#spec {
  margin: 80px 0;
}
#spec .text_svg {
  width: 40%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #spec .text_svg {
    width: 100%;
  }
}
#spec p {
  margin: 0;
}
#spec p::before {
  content: "■";
}

.contents_bg {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 32px 16px;
  box-shadow: -0px 2px 5px 1px #ddd;
}
.contents_bg img {
  border-radius: 6px;
}
.contents_bg h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #16160e;
}
@media screen and (max-width: 767px) {
  .contents_bg h3 {
    font-size: 20px;
  }
}
.contents_bg h3 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contents_bg h3 br {
    display: none;
  }
}
.contents_bg h4 {
  font-weight: 600;
  color: #762f07;
  letter-spacing: .05em;
}
@media screen and (max-width: 767px) {
  .contents_bg h4 {
    font-size: 20px;
  }
}
.contents_bg .row {
  align-items: center;
  margin: 40px 0;
}
.contents_bg table {
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contents_bg table {
    font-size: 14px;
  }
}
.contents_bg table th, .contents_bg table td {
  padding: 8px 0 8px 8px;
  border: 1px solid;
}
.contents_bg table th {
  width: 20%;
}
@media screen and (max-width: 767px) {
  .contents_bg table th {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  #feature .row:nth-of-type(2) .col-6:first-child {
    order: 2;
  }
}

.seen {
  width: 90%;
  margin: 40px auto;
}
.seen .sean_box {
  display: flex;
  align-items: center;
}
.seen .sean_box img {
  width: 30%;
}
@media screen and (max-width: 767px) {
  .seen .sean_box img {
    width: 20%;
  }
}
.seen .sean_box h5 {
  font-size: 18px;
  margin: 24px 0 24px 8px !important;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .seen .sean_box h5 {
    font-size: 16px;
  }
}

#online_shop {
  margin-bottom: 80px;
}
#online_shop h5 {
  font-weight: 600;
}
#online_shop p {
  margin: 1rem 0;
}
#online_shop ul li {
  padding: 4px 0;
}
#online_shop ul li::before {
  content: "･";
}

footer {
  margin-bottom: 32px;
}
footer small {
  text-align: center;
  font-size: 14px;
  display: block;
  font-weight: 500;
}

.fadein {
  opacity: 0.1;
  transform: translate(0, 80px);
  transition: all 800ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

input, textarea, select {
  margin: 0;
  padding: 0;
  background: none !important;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::placeholder {
  color: #999;
}
input:-ms-input-placeholder {
  color: #999;
}
input::-ms-input-placeholder {
  color: #999;
}

.contact_form {
  margin: 80px 0;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 32px 16px;
}
.contact_form h3 {
  font-size: 32px;
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  color: #16160e;
}
@media screen and (max-width: 767px) {
  .contact_form h3 {
    font-size: 20px;
  }
}
.contact_form h3 span {
  display: block;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .contact_form h3 br {
    display: none;
  }
}
.contact_form th, .contact_form td {
  height: 30px;
  padding: 15px 0;
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .contact_form th, .contact_form td {
    display: block;
    height: auto;
    padding: 5px 0;
  }
}
.contact_form th {
  width: 25%;
  letter-spacing: 2px;
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .contact_form th {
    width: 100%;
    font-weight: bold;
  }
}
.contact_form th span {
  border: 1px solid crimson;
  padding: 4px 8px;
  font-size: 14px;
  color: crimson;
  margin-left: 16px;
}
.contact_form td {
  width: 75%;
}
.contact_form td input, .contact_form td textarea, .contact_form td select {
  border: 1px solid #f2f2f2;
  background: #ccc !important;
  width: 100%;
  padding: 16px 8px;
  font-size: 15px;
  letter-spacing: .08em;
  border-radius: 0px;
}
.contact_form td input, .contact_form td textarea {
  padding: 16px 0;
  background: #FFF4EF !important;
}
.contact_form td input::placeholder, .contact_form td textarea::placeholder {
  padding-left: 8px;
}
.contact_form td select {
  position: relative;
}
.contact_form td select::before {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 25px;
  margin-top: -3px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg) translateY(-50%);
  transition: all .4s ease-in-out;
  transform-origin: 50% 0;
  z-index: 22;
}
@media screen and (max-width: 767px) {
  .contact_form td {
    width: 100%;
  }
}
.contact_form .btn {
  display: block;
  width: 300px;
  margin: 32px auto;
  color: white;
  font-size: 16px;
  padding: 16px 0;
  letter-spacing: .2em;
  background-color: #762f07 !important;
  border: none;
}

.contact_table .required::before {
  content: "*";
  color: red;
}
.contact_table .notdisp {
  display: none;
}
.contact_table input[type="text"], .contact_table input[type="email"], .contact_table input[type="tel"], .contact_table textarea {
  background: #fafafa;
  font-size: 14px;
}
.contact_table input.pluralBtn {
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 5px;
  padding: 0;
  margin: 0;
}
.contact_table #input-people {
  width: 50%;
}
.contact_table #form_add_area input[type="text"], .contact_table #form_add input[type="text"] {
  display: inline-block;
  width: 90%;
  margin: 10px 0;
}
@media screen and (max-width: 767px) {
  .contact_table #form_add_area input[type="text"], .contact_table #form_add input[type="text"] {
    width: 75%;
  }
}
