@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 8rem;
  word-break: break-all;
  font-size: 10px;
}
@media (max-width: 1060px) and (min-width: 768px) {
  html {
    font-size: 0.9433962264vw;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 6rem;
    font-size: min(2.6666666667vw, 13.3333333333px);
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

/* PC、SPの非表示 */
@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
img {
  width: 100%;
}

#container {
  width: 100%;
  overflow: hidden;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .inner {
    max-width: 500px;
  }
}

.animate__animated.animate__fadeInUp {
  --animate-duration: 2s;
}

.animate__animated.fadeIn-original {
  --animate-duration: 2s;
}

@-webkit-keyframes fadeIn-original {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn-original {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10rem, 0);
            transform: translate3d(0, 10rem, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.fadeIn-original {
  -webkit-animation-name: fadeIn-original;
          animation-name: fadeIn-original;
}

.header {
  width: 100%;
  height: 8rem;
  background: #aaf;
  background: rgba(255, 255, 255, 0.5);
  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;
  padding-left: 4rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
@media (max-width: 767px) {
  .header {
    height: 6rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }
}
.header__logo a {
  display: block;
  height: 8rem;
  width: 100%;
  cursor: pointer;
}
.header__logo a img {
  height: 100%;
  width: 7rem;
  padding: 0;
}
@media (max-width: 767px) {
  .header__logo a {
    width: 7rem;
  }
}
.header__logo a svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header__logo a:hover svg {
  fill: #66f;
}
.header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
.header__hb-btn {
  width: 4rem;
  height: 2.6rem;
  position: relative;
}
.header__hb-btn span {
  display: block;
  width: 100%;
  height: 0.2rem;
  background: rgb(136, 7, 7);
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__hb-btn span:nth-of-type(1) {
  top: 0;
}
.header__hb-btn span:nth-of-type(2) {
  top: 1.2rem;
}
.header__hb-btn span:nth-of-type(3) {
  top: 2.4rem;
}
.header__hb-btn.active span:nth-of-type(1) {
  top: 1.2rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__hb-btn.active span:nth-of-type(2) {
  display: none;
}
.header__hb-btn.active span:nth-of-type(3) {
  top: 1.2rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .header__nav {
    display: block;
    width: 100%;
    height: calc(100% - 6rem);
    background: rgba(157, 8, 8, 0.9);
    position: fixed;
    top: 6rem;
    left: 120%;
    padding: 5rem 3rem;
    -webkit-transition: all 1s;
    transition: all 1s;
  }
}
@media (max-width: 767px) {
  .header__nav li:first-of-type {
    border-top: 0.1rem solid #fff;
  }
}
.header__nav li a {
  padding: 2rem;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
}
@media (max-width: 767px) {
  .header__nav li a {
    padding: 0;
    width: 100%;
    height: 5rem;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    border-bottom: 0.1rem solid #fff;
    font-size: 1.6rem;
    color: #fff;
  }
}
.header__nav li a::before {
  content: "";
  width: calc(100% - 32rem);
  height: 0.4rem;
  background: #fff;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-radius: 0.2rem;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.header__nav li a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header__nav.active {
  left: 0;
}
.header__contact {
  width: 12rem;
  height: 100%;
  background: #333;
  color: #fff;
  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;
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header__contact:hover {
  background: rgb(136, 7, 7);
}

/* footer */
.footer__main {
  background: rgb(136, 7, 7);
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .footer__main {
    padding: 4rem 3rem 4.5rem;
  }
}
.footer__main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          column-gap: 8rem;
}
.footer__logo {
  width: 15rem;
}
@media (max-width: 767px) {
  .footer__logo {
    width: 10rem;
    margin-bottom: 3.5rem;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 2rem;
}
@media (max-width: 767px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer__nav li a {
  display: block;
  padding: 1rem 2rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .footer__nav li a {
    padding: 0.5rem 0;
  }
}
.footer__nav li a:hover {
  color: #fff;
}
.footer__copyright {
  width: 100%;
  height: 4rem;
  background: #333;
  color: #fff;
  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;
}

/* 共通タイトル */
.common-sec-title {
  text-align: center;
}
.common-sec-title h2 {
  font-size: 3.6rem;
  font-weight: 700;
  color: rgb(136, 7, 7);
  display: inline-block;
  position: relative;
}
.common-sec-title h2::before, .common-sec-title h2::after {
  content: "";
  display: block;
  width: 5rem;
  height: 3.5rem;
  background: rgb(136, 7, 7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  /* clip-path: polygon(0 0, 100% 0, 100% 100%); */
  /* clip-path: polygon(0 0, 100% 50%, 0 100%); */
}
.common-sec-title h2::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 100%);
  left: -6.5rem;
}
.common-sec-title h2::after {
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
          clip-path: polygon(0 0, 50% 0, 100% 100%, 0% 100%);
  right: -6.5rem;
}
@media (max-width: 767px) {
  .common-sec-title h2 {
    font-size: 6vw;
  }
}

/* fv */
.fv {
  position: relative;
}
@media (max-width: 767px) {
  .fv__bg-image {
    height: 70rem;
  }
}
@media (max-width: 767px) {
  .fv__bg-image img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 68% 50%;
       object-position: 68% 50%;
  }
}
.fv__contents {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background: #f00; */
  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;
  padding-top: 8rem;
  -webkit-animation: gradation-bg 10s linear infinite;
          animation: gradation-bg 10s linear infinite;
}
@media (max-width: 767px) {
  .fv__contents {
    padding-top: 6rem;
  }
}
.fv__contents h2 {
  width: 54.9048316252vw;
  -webkit-animation: fadeIn 2s ease 1s both;
          animation: fadeIn 2s ease 1s both;
}
@media (max-width: 767px) {
  .fv__contents h2 {
    width: 88vw;
  }
}

@-webkit-keyframes gradation-bg {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}

@keyframes gradation-bg {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
            filter: hue-rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.common-button {
  width: 26rem;
  height: 6rem;
  border: 0.2rem solid rgb(136, 7, 7);
  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;
  margin: 0 auto;
  color: rgb(136, 7, 7);
  position: relative;
  font-weight: 700;
}
@media (max-width: 767px) {
  .common-button {
    width: 22rem;
  }
}
.common-button .arrow {
  display: block;
  width: 9rem;
  height: 0.2rem;
  background: rgb(136, 7, 7);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -4.5rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .common-button .arrow {
    width: 8rem;
    right: -4rem;
  }
}
.common-button .arrow::before {
  content: "";
  width: 1.5rem;
  height: 0.2rem;
  background: rgb(136, 7, 7);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.common-button:hover .arrow {
  right: -6.6rem;
}

.common-button-g {
  width: 26rem;
  height: 6rem;
  border: 0.2rem solid rgb(136, 7, 7);
  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;
  margin: 0 auto;
  background: rgb(136, 7, 7);
  background-size: 200% 100%;
  background-position: 0 100%;
  color: #fff;
  position: relative;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .common-button-g {
    width: 22rem;
  }
}
.common-button-g:hover {
  background-position: 100% 100%;
}

/* top-sec01 */
.top-sec01 {
  padding: 8rem 3rem 12rem;
}
@media (max-width: 767px) {
  .top-sec01 {
    padding: 8rem 3rem 2rem;
  }
}
.top-sec01__title {
  margin-bottom: 5rem;
}
.top-sec01__content {
  position: relative;
  margin-top: 7rem;
}
@media (max-width: 767px) {
  .top-sec01__content {
    height: 153rem;
  }
}
.top-sec01__content__block {
  position: absolute;
  left: 6rem;
}
.top-sec01__content__block02 {
  position: absolute;
  bottom: -12rem;
  right: -32rem;
}
.top-sec01__block_01 {
  height: 66rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10rem auto;
}
@media (max-width: 767px) {
  .top-sec01__block_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 2rem;
    padding-bottom: 30rem;
  }
}
.top-sec01__image {
  position: absolute;
  width: 60%;
  right: 0;
  overflow: auto;
}
@media (max-width: 767px) {
  .top-sec01__image {
    width: 100%;
    top: 120rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.top-sec01 .sabo {
  left: 1rem;
}
@media (max-width: 767px) {
  .top-sec01 .sabo {
    left: auto;
    top: 31rem;
  }
}
.top-sec01 .map {
  bottom: -30rem;
}
@media (max-width: 767px) {
  .top-sec01 .map {
    bottom: auto;
    top: 104rem;
  }
}
.top-sec01 .top-sec-01__dl {
  background-color: rgb(136, 7, 7);
  line-height: 3;
  display: inline-block;
  border-radius: 3rem;
  font-size: 2rem;
  color: #fff;
  border-radius: 8rem;
  padding: 3rem;
  margin: 1rem;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .top-sec01 .top-sec-01__dl {
    opacity: 1;
  }
}
.top-sec01 .message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0 0 0.6rem #880707;
          box-shadow: 0 0 0 0.6rem #880707;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 0.5rem #fff;
  opacity: 1;
}
.top-sec01 .message dt {
  font-size: 5rem;
  letter-spacing: 0.6em;
  line-height: 2;
  margin-bottom: 3rem;
  border-bottom: 0.5rem solid #fff;
}
@media (max-width: 767px) {
  .top-sec01 .message dt {
    font-size: 6vw;
  }
}
.top-sec01__text {
  width: 50%;
  position: relative;
}
@media (max-width: 767px) {
  .top-sec01__text {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top-sec01__text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  -webkit-box-shadow: 0 0 0 0.4rem #880707;
          box-shadow: 0 0 0 0.4rem #880707;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: solid 0.4rem;
}
.top-sec01__text dl dt {
  text-align: center;
  font-size: 3rem;
}
.top-sec01__text dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 1.8;
}
.top-sec01__text dl .dd_1 {
  text-align: justify;
}
.top-sec01__text .left-upper {
  position: absolute;
  margin-left: 5rem;
  top: -2rem;
}
@media (max-width: 767px) {
  .top-sec01__text .left-upper {
    width: 100%;
    top: -2rem;
    margin: auto;
  }
}
.top-sec01__text .left-under {
  position: absolute;
  top: 33rem;
  left: 9rem;
}
@media (max-width: 767px) {
  .top-sec01__text .left-under {
    width: 100%;
    top: 59rem;
    left: auto;
  }
}
.top-sec01__text .right-upper {
  position: absolute;
  top: -33rem;
  right: 5rem;
}
@media (max-width: 767px) {
  .top-sec01__text .right-upper {
    width: 100%;
    top: 49rem;
    right: auto;
  }
}
.top-sec01__text .right-under {
  position: absolute;
  bottom: -24rem;
  right: 10rem;
}
@media (max-width: 767px) {
  .top-sec01__text .right-under {
    width: 100%;
    right: auto;
    bottom: -123rem;
  }
}
.top-sec01__link {
  margin-top: 6rem;
}

/* parallax-sec */
.parallax-sec {
  width: 100%;
  /* height: calc(300 / 1366 * 100vw); */
  aspect-ratio: 1366/350;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
@media (max-width: 767px) {
  .parallax-sec {
    width: 100%;
    aspect-ratio: 375/150;
    overflow: hidden;
  }
}
.parallax-sec img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 20%;
     object-position: 50% 20%;
  position: fixed;
  top: 0;
  left: 0;
}

/* top-sec02 */
.top-sec02 {
  padding: 8rem 3rem;
  background: rgb(136, 7, 7);
}
.top-sec02__title {
  margin-bottom: 5rem;
  background: #fff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .top-sec02__title {
    margin-bottom: 4.3rem;
  }
}
.top-sec02__title .work_pr {
  font-size: 4rem;
  font-weight: 700;
  color: rgb(136, 7, 7);
  display: inline-block;
  position: relative;
}
@media (max-width: 767px) {
  .top-sec02__title .work_pr {
    font-size: 5vw;
  }
}
.top-sec02__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .top-sec02__items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 3rem;
  }
}
.top-sec02 .top-sec02-item {
  width: 31%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .top-sec02 .top-sec02-item {
    width: 100%;
  }
}
.top-sec02 .top-sec02-item__image {
  margin-bottom: 1rem;
}
.top-sec02 .top-sec02-item .top-sec02__button {
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.9rem;
}
.top-sec02 .top-sec02-item p {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
}

.top-sec02__arrow {
  background: #fff;
}

.top-sec02__arrow::before {
  background: #fff;
}

/* top-sec03 */
.top-sec03 {
  padding: 8rem 3rem;
}
.top-sec03__title {
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .top-sec03__title {
    margin-bottom: 4.3rem;
  }
}
.top-sec03 .top-sec03-item {
  width: 32%;
  padding: 2rem;
  background: #fff;
  margin: 0 1rem;
}
@media (max-width: 767px) {
  .top-sec03 .top-sec03-item {
    width: 100%;
    font-size: 1.6rem;
  }
}
.top-sec03 .top-sec03-item__image {
  margin-bottom: 1rem;
}
.top-sec03 .top-sec03-item__text .client {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 0.5rem;
}
.top-sec03__link {
  margin-top: 6rem;
}
.top-sec03 .slick-arrow {
  z-index: 10;
}
.top-sec03 .slick-arrow::before {
  color: rgb(136, 7, 7);
  font-size: 3rem;
  opacity: 1;
}
.top-sec03 .slick-next {
  z-index: 10;
}
@media (max-width: 767px) {
  .top-sec03 .slick-next {
    right: -1.5rem;
    opacity: 1;
  }
}

/* top-sec05 */
.top-sec05 {
  padding: 8rem 3rem;
  background-image: url(../img/flag_1.jpg);
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .top-sec05 {
    background-position-x: 21%;
  }
}
.top-sec05::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.top-sec05__title {
  margin-bottom: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .top-sec05__title {
    margin-bottom: 4.3rem;
    padding: 1rem;
  }
}
.top-sec05 h3 {
  font-size: 4rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .top-sec05 h3 {
    font-size: 7vw;
  }
}
.top-sec05__contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5rem;
     -moz-column-gap: 5rem;
          column-gap: 5rem;
  text-align: center;
  margin-top: 2.5rem;
}
.top-sec05__contents a img {
  height: 10rem;
  border-radius: 2rem;
}
@media (max-width: 767px) {
  .top-sec05__contents a img {
    height: auto;
    border-radius: 1rem;
  }
}
@media (max-width: 767px) {
  .top-sec05__contents {
    margin-top: 3rem;
  }
}
.top-sec05__contents a:hover {
  cursor: pointer;
  display: block;
  -webkit-transform: translateY(0.5rem);
          transform: translateY(0.5rem);
}
.top-sec05__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4rem;
}
.top-sec05 .top-sec05-tab {
  width: 29rem;
  height: 6rem;
  border: 0.2rem solid #66f;
  font-size: 2rem;
  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;
  color: #66f;
  font-weight: 700;
  border-radius: 1rem;
}
@media (max-width: 767px) {
  .top-sec05 .top-sec05-tab {
    width: 10rem;
    height: 4.5rem;
    font-size: 1.6rem;
  }
}
.top-sec05 .top-sec05-tab.current {
  background: #66f;
  color: #fff;
}
.top-sec05 .top-sec05-tab-content:not(:first-of-type) {
  display: none;
}
.top-sec05 .top-sec05-tab-content__items {
  border-top: 0.2rem solid #66f;
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item {
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  border-bottom: 0.2rem solid #66f;
}
@media (max-width: 767px) {
  .top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5rem;
  }
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item:nth-of-type(odd) {
  background: #f2f2f2;
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__image {
  width: 24rem;
  aspect-ratio: 240/180;
}
@media (max-width: 767px) {
  .top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__image {
    width: 100%;
  }
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__category {
  margin-bottom: 1.5rem;
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__category span {
  width: 10.4rem;
  height: 3rem;
  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;
  color: #fff;
}
@media (max-width: 767px) {
  .top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__category span {
    font-size: 1.6rem;
  }
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__category span.news {
  background: #66f;
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__category span.blog {
  background: rgb(136, 7, 7);
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__date {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__date {
    font-size: 1.6rem;
  }
}
.top-sec05 .top-sec05-tab-content .top-sec05-tab-content-item__title {
  font-size: 2rem;
  font-weight: 700;
}
.top-sec05 .top-sec05-tab-content__link {
  margin-top: 6rem;
}

/* top-sec04 */
.top-sec04 {
  padding: 8rem 3rem;
}
.top-sec04::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.top-sec04 .inner {
  position: relative;
}
.top-sec04__title {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.top-sec04__please {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .top-sec04__please {
    font-size: 1.8rem;
  }
}
.top-sec04 .top-sec04-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04-item {
    -webkit-column-gap: 0.55rem;
       -moz-column-gap: 0.55rem;
            column-gap: 0.55rem;
  }
}
@media (min-width: 768px) {
  .top-sec04 .top-sec04-item:first-of-type {
    pointer-events: none;
  }
}
.top-sec04 .top-sec04-item:nth-of-type(2) {
  margin-top: 1rem;
}
.top-sec04 .top-sec04-item__icon {
  width: 4rem;
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04-item__icon {
    width: 2.3rem;
  }
}
.top-sec04 .top-sec04-item__icon svg {
  width: 100%;
  fill: #66f;
}
.top-sec04 .top-sec04-item__text {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .top-sec04 .top-sec04-item__text {
    font-size: 3rem;
  }
}
.top-sec04 .top-sec04-item:hover .top-sec04-item__text {
  color: #66f;
}

/* top-sec06 */
.top-sec06 {
  padding: 3rem;
  background: #ccc;
  background-image: url(../img/doma_all_LINE_ALBUM_2023.8.26_231102_33.jpg);
  background-size: cover;
  position: relative;
  height: 70rem;
  z-index: -10;
}
@media (max-width: 767px) {
  .top-sec06 {
    background-position-x: 73%;
  }
}
.top-sec06::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.top-sec06 .inner {
  position: relative;
  z-index: 10;
}
.top-sec06__title {
  width: 45%;
  background: #fff;
  opacity: 0.9;
  border-radius: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .top-sec06__title {
    width: 90%;
  }
}
.top-sec06__title h3 {
  font-size: 6rem;
  color: rgb(136, 7, 7);
  font-weight: 500;
}
@media (max-width: 767px) {
  .top-sec06__title h3 {
    font-size: 3rem;
  }
}
.top-sec06__please {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin: 4rem auto;
}
@media (max-width: 767px) {
  .top-sec06__please {
    font-size: 1.8rem;
  }
}
.top-sec06 .top-sec06-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.3rem;
     -moz-column-gap: 1.3rem;
          column-gap: 1.3rem;
}
@media (max-width: 767px) {
  .top-sec06 .top-sec06-item {
    -webkit-column-gap: 0.55rem;
       -moz-column-gap: 0.55rem;
            column-gap: 0.55rem;
  }
}
@media (min-width: 768px) {
  .top-sec06 .top-sec06-item:first-of-type {
    pointer-events: none;
  }
}
.top-sec06 .top-sec06-item:nth-of-type(2) {
  margin-top: 1rem;
}
.top-sec06 .top-sec06-item__icon {
  width: 4rem;
}
@media (max-width: 767px) {
  .top-sec06 .top-sec06-item__icon {
    width: 2.3rem;
  }
}
.top-sec06 .top-sec06-item__icon svg {
  width: 100%;
  fill: #66f;
}
.top-sec06 .top-sec06-item__text {
  font-size: 5rem;
  color: #fff;
  font-weight: 700;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media (max-width: 767px) {
  .top-sec06 .top-sec06-item__text {
    font-size: 3rem;
  }
}
.top-sec06 .top-sec06-item:hover .top-sec06-item__text {
  color: #66f;
}

.catchphrase {
  background-color: rgb(136, 7, 7);
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 9rem;
  position: relative;
}
@media (max-width: 767px) {
  .catchphrase {
    padding: 0 1rem;
  }
}
.catchphrase::before, .catchphrase::after {
  content: "";
  display: block;
  width: 8rem;
  height: 10.6rem;
  background: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 767px) {
  .catchphrase::before, .catchphrase::after {
    display: none;
  }
}
.catchphrase::before {
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
          clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
  left: 0;
}
.catchphrase::after {
  -webkit-clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
          clip-path: polygon(0 0, 50% 0, 100% 100%, 50% 100%);
  right: 0;
}
.catchphrase p {
  font-size: 3.5rem;
}
@media (max-width: 767px) {
  .catchphrase p {
    font-size: 2.3rem;
  }
}

.select__title {
  font-size: 2.7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .select__title {
    font-size: 2.1rem;
  }
}

.select__type p {
  text-align: center;
}

.howto {
  position: relative;
  padding-bottom: 1rem;
}

.howto_text {
  font-size: 2.5rem;
  position: relative;
  margin-bottom: 4rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .howto_text {
    font-size: 2rem;
  }
}

.howto_sign {
  position: relative;
}
.howto_sign::after {
  content: "";
  position: absolute;
  display: block;
  background: rgb(136, 7, 7);
  width: 5rem;
  height: 3.5rem;
  top: -3rem;
  right: 48%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(25% 68%, 25% 0, 75% 0, 75% 68%, 100% 68%, 50% 100%, 0 68%);
          clip-path: polygon(25% 68%, 25% 0, 75% 0, 75% 68%, 100% 68%, 50% 100%, 0 68%);
}

.howto_procedure {
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 1.3rem;
  text-align: center;
  margin-bottom: 5rem;
}

.howto_attend {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 5rem;
}
@media (max-width: 767px) {
  .howto_attend {
    font-size: 2.1rem;
  }
}

.price__grid {
  display: grid;
  border: solid 0.3rem rgb(61, 61, 61);
  grid-template-columns: 50% 50%;
  padding: 1rem;
}
.price__grid .movie__price-item {
  border: 0.1rem solid rgb(61, 61, 61);
  padding: 1rem;
}

#hp__create {
  padding: 8rem 3rem;
}
#hp__create .movie__create__subtitle {
  color: rgb(136, 7, 7);
}
#hp__create .select_hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  padding-bottom: 5rem;
}
@media (max-width: 767px) {
  #hp__create .select_hp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.select__type {
  background-color: rgb(136, 7, 7);
  color: #fff;
  font-size: 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5rem;
}

#card__create {
  padding: 8rem 3rem;
}
#card__create .select_hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 767px) {
  #card__create .select_hp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#movie__create {
  padding: 8rem 3rem;
}
#movie__create .movie__create__subtitle {
  font-size: 2rem;
  font-weight: 500;
}
#movie__create .select_hp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
}
@media (max-width: 767px) {
  #movie__create .select_hp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.price-title {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 700;
}/*# sourceMappingURL=style.css.map */