@charset "UTF-8";
/*! destyle.css v2.0.2 | 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*/
  font-size: 62.5%;
  /* 1rem=10px*/
}

/* 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;
  line-height: 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] {
  text-decoration: underline;
  /* 2 */
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  overflow: hidden;
}

.container .side {
  display: none;
  font-family: "Alfa Slab One", cursive;
}

@media (min-width: 768px) {
  .container .side {
    display: block;
    width: 160px;
  }
}

@media (min-width: 1233px) {
  .container .side {
    width: 200px;
  }
}

.container .side .sticky {
  height: 100vh;
  position: fixed;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 768px) {
  .container .side .sticky {
    width: 160px;
  }
}

@media (min-width: 1233px) {
  .container .side .sticky {
    width: 200px;
  }
}

.container .side .sticky .logo {
  margin: 2rem auto 0;
}

@media (min-width: 768px) {
  .container .side .sticky .logo {
    width: 11rem;
    height: 11rem;
  }
}

@media (min-width: 1233px) {
  .container .side .sticky .logo {
    width: 14rem;
    height: 14rem;
  }
}

.container .side .sticky .side-text {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.2rem;
  text-align: left;
  letter-spacing: 0.3rem;
  line-height: 2rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .container .side .sticky .side-text {
    margin: 12rem auto 12rem;
  }
}

@media (min-width: 960px) {
  .container .side .sticky .side-text {
    margin: 16rem auto 3rem;
  }
}

.container .side .sticky .side-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  margin: auto;
  margin-bottom: 2.2rem;
}

.container .side .sticky .side-icon i {
  font-size: 2rem;
  line-height: 2.2rem;
}

.container .side .sticky .side-icon i:first-child {
  margin-left: 0.2rem;
  margin-right: 1.2rem;
}

.container .side .sticky .side-icon i:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .container .side .sticky .side-icon .facebook-logo img {
    height: 2rem;
    width: 2rem;
  }
}

.container .side .sticky .side-icon .facebook-logo:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  .container .side .sticky img {
    width: 160px;
  }
}

@media (min-width: 1233px) {
  .container .side .sticky img {
    width: 200px;
  }
}

.container .side .sticky img:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.container main {
  width: 100%;
  font-family: "Alfa Slab One", cursive;
}

@media (min-width: 768px) {
  .container main {
    width: calc(100% - 160px);
  }
}

@media (min-width: 1233px) {
  .container main {
    width: calc(100% - 200px);
  }
}

.container main .section-title {
  font-weight: bold;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  border-left: thick solid black;
  padding-left: 1rem;
  margin-left: 1.5rem;
}

@media (min-width: 768px) {
  .container main .section-title {
    font-size: 2rem;
    padding-left: 1.2rem;
  }
}

@media (min-width: 960px) {
  .container main .section-title {
    font-size: 3rem;
  }
}

.container main section {
  margin: 6rem 0;
  letter-spacing: 1.5px;
}

@media (min-width: 768px) {
  .container main section {
    margin: 8rem 0;
  }
}

.container main section .contents {
  margin: 5rem auto;
  width: 34rem;
  padding: 0 1.5rem;
}

@media (min-width: 400px) {
  .container main section .contents {
    padding: 0 2rem;
    width: 40rem;
  }
}

@media (min-width: 768px) {
  .container main section .contents {
    max-width: 1100px;
    width: 100%;
  }
}

@media (min-width: 960px) {
  .container main section .contents {
    margin: 8rem auto;
  }
}

.bg-text {
  position: absolute;
  margin-top: 2.6rem;
  color: #f7f7f7;
  font-size: 15vw;
  letter-spacing: 0.1em;
}

@media (min-width: 768px) {
  .bg-text {
    font-size: 9.6rem;
  }
}

@media (min-width: 960px) {
  .bg-text {
    font-size: 14rem;
  }
}

header {
  width: 100%;
  padding-left: 0.8rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: white;
  height: 8.4rem;
  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;
}

@media (min-width: 360px) {
  header {
    padding-left: 1.8rem;
  }
}

@media (min-width: 768px) {
  header {
    color: white;
    display: block;
    margin-top: 2.5rem;
    background-color: transparent;
  }
}

@media (min-width: 960px) {
  header {
    margin-top: 3.5rem;
  }
}

header .header_box {
  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;
  width: 100%;
}

header .header_box_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  header .header_box_left {
    display: none;
  }
}

header .header_box_left .logo {
  width: 6rem;
  height: 6rem;
}

@media (min-width: 400px) {
  header .header_box_left .logo {
    width: 6.8rem;
    height: 6.8rem;
  }
}

@media (min-width: 768px) {
  header .header_box_left .logo {
    width: 9rem;
    height: 9rem;
  }
}

header .header_box_left_text {
  font-size: 0.8rem;
  letter-spacing: 2px;
  line-height: 1.4rem;
  display: block;
  margin-left: 0.5rem;
}

@media (min-width: 360px) {
  header .header_box_left_text {
    font-size: 1rem;
    margin-left: 1.2rem;
  }
}

@media (min-width: 768px) {
  header .header_box_right {
    display: none;
  }
}

header .header_box_right_text {
  position: absolute;
  top: 4.8rem;
  letter-spacing: 1.4px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  right: 0.62rem;
}

@media (min-width: 360px) {
  header .header_box_right_text {
    -webkit-transform: none;
            transform: none;
    right: 2.4rem;
    font-size: 1rem;
  }
}

header .header_box_right span {
  padding-left: 1.25vw;
  right: 1.3rem;
  position: absolute;
  /*親要素である#hamburgerを基準に位置を指定*/
  width: 30px;
  height: 1px;
  /*横線の高さが4px*/
  background-color: black;
  /*横線を白色*/
  -webkit-transition: ease 0.65s;
  transition: ease 0.65s;
  /*変化の時間（easeは初期値）*/
}

@media (min-width: 360px) {
  header .header_box_right span {
    width: 40px;
    /*横線の幅が30px*/
    right: 2.5rem;
  }
}

header .header_box_right span:nth-of-type(1) {
  top: 29px;
}

header .header_box_right span:nth-of-type(2) {
  top: 36px;
}

header .header_box_right span:nth-of-type(3) {
  top: 43px;
}

header .header_box .close span:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*反時計回りに45度回転*/
  top: 41px;
}

header .header_box .close span:nth-of-type(2) {
  opacity: 0;
}

header .header_box .close span:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  /*時計回りに45度回転*/
  top: 41px;
}

header .header_box .close-menu {
  display: none;
}

header .header_box .sns {
  font-size: 5vw;
}

header .header_box .sns a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (min-width: 768px) {
  header .header_box .sns {
    display: none;
  }
}

header .header_box .sns .facebook-logo img {
  height: 5vw;
  width: w;
  margin-bottom: 0.45rem;
}

@media (min-width: 768px) {
  header .header_box .sns .facebook-logo img {
    display: none;
  }
}

header .header_box .sns .facebook-logo img:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

header .sm {
  font-size: 1.4rem;
  color: white;
  top: 8.2rem;
  /*headerの余白分*/
  left: 0px;
  /*headerの余白分　ヘッダーには左右に15px余白があるので、headerの子要素となる.smは15px分内側に設置されます。その余白を埋めるために左に寄せる。*/
  position: absolute;
  /*絶対配置　top　leftからの位置を絶対配置する*/
  z-index: 10;
  width: 100%;
  display: none;
  text-align: right;
  /*メニューリストの文字を中央寄せ*/
  background-color: black;
  /*透明の背景*/
  opacity: 0.8;
}

header ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*ulのflexboxを縦並びにする*/
}

header ul li {
  border-top: solid 0.5px rgba(255, 255, 255, 0.6);
  /*リストの境目に白線 */
}

header ul li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: calc(100vh / 40);
}

header nav {
  display: none;
}

@media (min-width: 768px) {
  header nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header nav a {
    font-family: "Alfa Slab One", cursive;
    letter-spacing: 0.07rem;
    cursor: pointer;
  }
  header nav a:hover {
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}

@media (min-width: 768px) and (min-width: 768px) {
  header nav a {
    font-size: 1.1rem;
    margin-right: 3rem;
  }
}

@media (min-width: 768px) and (min-width: 960px) {
  header nav a {
    font-size: 1.4rem;
    margin-right: 4rem;
  }
}

.bg-is-black {
  color: black;
}

.mainvisual {
  position: relative;
}

.mainvisual .mainvisual_box {
  position: absolute;
  right: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #f7f7f7;
  font-weight: normal;
  letter-spacing: 1.5px;
  bottom: 3rem;
}

@media (min-width: 1233px) {
  .mainvisual .mainvisual_box {
    bottom: 4rem;
  }
}

.mainvisual .mainvisual_box_text {
  background-color: rgba(193, 3, 5, 0.7);
  padding: 0.5rem;
  font-size: 1.3rem;
}

@media (min-width: 360px) {
  .mainvisual .mainvisual_box_text {
    padding: 0.8rem;
    font-size: 1.8rem;
  }
}

@media (min-width: 400px) {
  .mainvisual .mainvisual_box_text {
    font-size: 2rem;
  }
}

@media (min-width: 768px) {
  .mainvisual .mainvisual_box_text {
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  .mainvisual .mainvisual_box_text {
    font-size: 3rem;
    padding: 1rem;
  }
}

.mainvisual .mainvisual_box_text_1 {
  display: inline-block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  .mainvisual .mainvisual_box_text_1 {
    width: 22rem;
  }
}

@media (min-width: 960px) {
  .mainvisual .mainvisual_box_text_1 {
    width: 28rem;
  }
}

.mainvisual .mainvisual_box_text_2 {
  display: block;
}

.mainvisual img {
  height: 70vh;
  width: 100%;
  margin-top: 8.4rem;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .mainvisual img {
    margin-top: 0;
    height: 80vh;
  }
}

@media (min-width: 1233px) {
  .mainvisual img {
    height: 101vh;
  }
}

#message {
  position: relative;
}

#message .message_main {
  padding: 0 1.5rem;
  margin-top: 4rem;
  width: auto;
  margin: 4rem auto 0;
}

@media (min-width: 960px) {
  #message .message_main {
    margin: 6rem auto 0;
  }
}

#message .message-box {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1233px) {
  #message .message-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#message .message-box_left {
  position: relative;
  z-index: 20;
  line-height: 1.5;
  padding-right: 2rem;
  font-size: 6vw;
}

@media (min-width: 400px) {
  #message .message-box_left {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  #message .message-box_left {
    font-size: 3.6vw;
  }
}

@media (min-width: 960px) {
  #message .message-box_left {
    font-size: 3.8rem;
    margin: 0 auto;
    width: 77rem;
  }
}

@media (min-width: 1233px) {
  #message .message-box_left {
    margin: 0;
    width: auto;
  }
}

@media (min-width: 400px) {
  #message .message-box_left .message-concept .message_br {
    display: none;
  }
}

@media (min-width: 960px) {
  #message .message-box_left .message-concept .message_br {
    display: none;
  }
}

@media (min-width: 1233px) {
  #message .message-box_left .message-concept .message_br {
    display: block;
  }
}

#message .message-box_right {
  position: relative;
  z-index: 20;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1.75;
  padding-top: 2.5rem;
}

@media (min-width: 768px) {
  #message .message-box_right {
    width: 53rem;
    font-size: 1.4rem;
    margin: 0 auto;
  }
}

@media (min-width: 960px) {
  #message .message-box_right {
    padding-top: 4rem;
    line-height: 2;
  }
}

@media (min-width: 1233px) {
  #message .message-box_right {
    margin: 0 0 0 auto;
    padding-top: 0;
  }
}

#message .message-box_right .message-text {
  padding-bottom: 1.8rem;
}

@media (min-width: 768px) {
  #message .message-box_right .message-text {
    padding-bottom: 3rem;
  }
}

#message .message-box_right .message-text:nth-child(3) {
  color: #c10305;
}

#message .message-box_right .message-text:last-child {
  padding-bottom: 0;
}

#movies {
  font-family: "Noto Sans JP", sans-serif;
}

#movies .movies-mainvisual {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/movies-img.png");
  position: relative;
  background-position: center;
  height: 25rem;
}

@media (min-width: 360px) {
  #movies .movies-mainvisual {
    height: 18rem;
  }
}

@media (min-width: 400px) {
  #movies .movies-mainvisual {
    min-height: 26rem;
  }
}

@media (min-width: 768px) {
  #movies .movies-mainvisual {
    height: 31rem;
  }
}

@media (min-width: 960px) {
  #movies .movies-mainvisual {
    height: 41rem;
  }
}

@media (min-width: 1233px) {
  #movies .movies-mainvisual {
    height: 51rem;
  }
}

#movies .movies-mainvisual .movies-mainvisual-box {
  font-family: "Alfa Slab One", cursive;
  color: white;
}

#movies .movies-mainvisual .movies-mainvisual-box .section-title {
  border-left: thick solid white;
  z-index: 11;
  position: absolute;
  top: 62%;
}

@media (min-width: 400px) {
  #movies .movies-mainvisual .movies-mainvisual-box .section-title {
    top: 68%;
  }
}

#movies .movies-mainvisual .movies-mainvisual-box::after {
  content: "";
  z-index: 10;
  opacity: 0.5;
  background-color: #801617;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 49.5%;
  height: 50%;
}

@media (min-width: 768px) {
  #movies .movies-mainvisual .movies-mainvisual-box::after {
    height: 50%;
    top: 50%;
  }
}

@media (min-width: 960px) {
  #movies .movies-mainvisual .movies-mainvisual-box::after {
    top: 48.7%;
    height: 21rem;
  }
}

@media (min-width: 1233px) {
  #movies .movies-mainvisual .movies-mainvisual-box::after {
    top: 52.7%;
    height: 24rem;
  }
}

#movies .bg-text-even_movies {
  right: -1rem;
  top: 59%;
  top: 72%;
  font-size: 4.5rem;
}

@media (min-width: 360px) {
  #movies .bg-text-even_movies {
    top: 54%;
    font-size: 6rem;
  }
}

@media (min-width: 400px) {
  #movies .bg-text-even_movies {
    top: 64%;
    font-size: 6.7rem;
  }
}

@media (min-width: 768px) {
  #movies .bg-text-even_movies {
    top: 70%;
    font-size: 6.6rem;
  }
}

@media (min-width: 960px) {
  #movies .bg-text-even_movies {
    top: 70%;
    font-size: 10rem;
  }
}

@media (min-width: 1233px) {
  #movies .bg-text-even_movies {
    top: 69%;
    font-size: 14rem;
  }
}

#movies .movie-contents {
  width: 100%;
}

@media (min-width: 1233px) {
  #movies .movie-contents {
    width: auto;
  }
}

#movies .movie-contents .movie-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #movies .movie-contents .movie-main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -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;
  }
}

@media (min-width: 360px) {
  #movies .movie-contents .movie-main .movies-box {
    width: 100%;
  }
}

@media (min-width: 768px) {
  #movies .movie-contents .movie-main .movies-box {
    margin: 0;
    width: 47%;
  }
}

#movies .movie-contents .movie-main .movies-box:nth-child(2) {
  padding-top: 5rem;
}

@media (min-width: 768px) {
  #movies .movie-contents .movie-main .movies-box:nth-child(2) {
    padding-top: 0;
  }
}

#movies .movie-contents .movie-main .movies-box:nth-child(3) {
  margin-top: 5rem;
}

#movies .movie-contents .movie-main .movies-box:last-child {
  margin-top: 5rem;
}

@media (min-width: 1233px) {
  #movies .movie-contents .movie-main .movies-box:last-child {
    padding-left: 0;
  }
}

#movies .movie-contents .movie-main .movies-box .movies-box-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56%;
}

#movies .movie-contents .movie-main .movies-box .movies-box-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#movies .movie-contents .movie-main .movies-box .movies-text-box {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  height: 10.4rem;
  text-align: center;
  font-weight: bold;
  background-color: #f4f4f4;
}

@media (min-width: 768px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box {
    font-size: 1.3rem;
  }
}

@media (min-width: 960px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box {
    height: 11.4rem;
    font-size: 1.6rem;
  }
}

@media (min-width: 1233px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box {
    font-size: 2rem;
  }
}

#movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_title {
  line-height: 1.4;
  padding-bottom: 4px;
}

@media (min-width: 360px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_title {
    line-height: 1.7;
  }
}

@media (min-width: 960px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_title {
    padding-bottom: 1rem;
    line-height: 1.75;
  }
}

#movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_subtext {
  padding-top: 0.7rem;
  padding: 0 1rem;
  color: #818181;
  font-size: 0.65em;
  line-height: 1.5;
}

@media (min-width: 360px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_subtext {
    line-height: 1.5;
  }
}

@media (min-width: 960px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_subtext {
    padding: 0rem 2.1rem;
    line-height: 1.5;
  }
}

@media (min-width: 768px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_subtext .movie-text-br {
    display: none;
  }
}

@media (min-width: 960px) {
  #movies .movie-contents .movie-main .movies-box .movies-text-box .movies-box-text_subtext .movie-text-br {
    display: block;
  }
}

#news .news-contents {
  width: 100%;
}

@media (min-width: 360px) {
  #news .news-contents {
    margin-top: 6rem;
  }
}

@media (min-width: 400px) {
  #news .news-contents {
    margin-top: 8rem;
  }
}

#news .news-contents .splide__track {
  font-family: "Noto Sans JP", sans-serif;
}

#news .news-contents .splide__track .splide__list {
  position: relative;
  width: 100%;
}

#news .news-contents .splide__track .splide__list:last-child {
  -webkit-animation-name: tostart, snap;
          animation-name: tostart, snap;
}

@media (min-width: 960px) {
  #news .news-contents .splide__track .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

#news .news-contents .splide__track .splide__list .splide__slide {
  width: 100%;
  padding: 0 2%;
}

@media (min-width: 960px) {
  #news .news-contents .splide__track .splide__list .splide__slide {
    width: 36.5%;
  }
}

#news .news-contents .splide__track .splide__list .splide__slide img {
  height: 62vw;
  overflow: hidden;
  width: 100%;
}

@media (min-width: 768px) {
  #news .news-contents .splide__track .splide__list .splide__slide img {
    height: 35vw;
  }
}

@media (min-width: 960px) {
  #news .news-contents .splide__track .splide__list .splide__slide img {
    height: 15vw;
    width: 74%;
  }
}

#news .news-contents .splide__track .splide__list .splide__slide .news-text-box {
  font-weight: bold;
}

#news .news-contents .splide__track .splide__list .splide__slide .news-text-box .news-text_sub {
  padding-top: 2.45rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #818181;
  font-size: 1rem;
}

@media (min-width: 400px) {
  #news .news-contents .splide__track .splide__list .splide__slide .news-text-box .news-text_sub {
    font-size: 1.2rem;
  }
}

@media (min-width: 960px) {
  #news .news-contents .splide__track .splide__list .splide__slide .news-text-box .news-text_sub {
    width: 72%;
  }
}

#news .news-contents .splide__track .splide__list .splide__slide .news-text-box .news-text_title {
  padding-top: 1rem;
  font-size: 1.4rem;
}

@media (min-width: 400px) {
  #news .news-contents .splide__track .splide__list .splide__slide .news-text-box .news-text_title {
    font-size: 1.8rem;
  }
}

#news .news-contents .splide__pagination__page {
  margin-bottom: -7rem;
}

#news .news-contents .splide__pagination__page.is-active {
  background: #8d2659 !important;
}

.splide__arrow {
  top: 39%;
}

@media (min-width: 360px) {
  .splide__arrow {
    top: 50%;
  }
}

#history .history-mainvisual {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/history-img.png");
  position: relative;
  background-position: center;
  height: 25rem;
}

@media (min-width: 360px) {
  #history .history-mainvisual {
    height: 18rem;
  }
}

@media (min-width: 400px) {
  #history .history-mainvisual {
    min-height: 26rem;
  }
}

@media (min-width: 768px) {
  #history .history-mainvisual {
    height: 31rem;
  }
}

@media (min-width: 960px) {
  #history .history-mainvisual {
    height: 41rem;
  }
}

@media (min-width: 1233px) {
  #history .history-mainvisual {
    height: 51rem;
  }
}

#history .history-mainvisual .history-mainvisual-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Alfa Slab One", cursive;
  color: white;
}

#history .history-mainvisual .history-mainvisual-box .section-title {
  border-left: thick solid white;
  z-index: 11;
  position: absolute;
  top: 62%;
}

@media (min-width: 400px) {
  #history .history-mainvisual .history-mainvisual-box .section-title {
    top: 68%;
  }
}

#history .history-mainvisual .history-mainvisual-box::after {
  content: "";
  z-index: 10;
  opacity: 0.5;
  background-color: #123a7f;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 49.5%;
  height: 50%;
}

@media (min-width: 768px) {
  #history .history-mainvisual .history-mainvisual-box::after {
    height: 50%;
    top: 50%;
  }
}

@media (min-width: 960px) {
  #history .history-mainvisual .history-mainvisual-box::after {
    top: 48.7%;
    height: 21rem;
  }
}

@media (min-width: 1233px) {
  #history .history-mainvisual .history-mainvisual-box::after {
    top: 52.7%;
    height: 24rem;
  }
}

#history .bg-text-even_history {
  right: -1rem;
  top: 59%;
  top: 72%;
  font-size: 4.5rem;
}

@media (min-width: 360px) {
  #history .bg-text-even_history {
    top: 54%;
    font-size: 6rem;
  }
}

@media (min-width: 400px) {
  #history .bg-text-even_history {
    top: 64%;
    font-size: 6.7rem;
  }
}

@media (min-width: 768px) {
  #history .bg-text-even_history {
    top: 70%;
    font-size: 6.6rem;
  }
}

@media (min-width: 960px) {
  #history .bg-text-even_history {
    top: 70%;
    font-size: 10rem;
  }
}

@media (min-width: 1233px) {
  #history .bg-text-even_history {
    top: 69%;
    font-size: 14rem;
  }
}

#history .history-main {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  font-size: 1.2rem;
  line-height: 1.8rem;
  width: 29rem;
  padding: 0 3rem;
}

@media (min-width: 360px) {
  #history .history-main {
    width: 37rem;
  }
}

@media (min-width: 400px) {
  #history .history-main {
    padding: 0 4rem;
    width: auto;
  }
}

@media (min-width: 768px) {
  #history .history-main {
    padding: 0 5rem;
    line-height: 2.8rem;
    font-size: 1.4rem;
    width: 80vw;
  }
}

@media (min-width: 960px) {
  #history .history-main {
    padding: 0 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#history .history-main_left {
  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;
}

@media (min-width: 960px) {
  #history .history-main_left {
    display: block;
    width: 47%;
    text-align: right;
    padding-top: 4.8rem;
  }
}

#history .history-main_left .history-main-box {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#history .history-main_left .history-main-box-left-text {
  padding-bottom: 4rem;
}

#history .history-main_left .history-main-box-left-text:first-child {
  padding-top: 3rem;
}

@media (min-width: 960px) {
  #history .history-main_left .history-main-box-left-text:first-child {
    padding-top: 0;
  }
}

#history .history-main_left .history-main-box-left-text:nth-child(3) {
  padding-bottom: 4rem;
}

@media (min-width: 960px) {
  #history .history-main_left .history-main-box-left-text:nth-child(3) {
    padding-bottom: 11.2rem;
  }
}

#history .history-main_left .history-main-box .history-br {
  display: none;
}

@media (min-width: 400px) {
  #history .history-main_left .history-main-box .history-br {
    display: block;
  }
}

@media (min-width: 768px) {
  #history .history-main_left .history-main-box .history-br {
    display: none;
  }
}

#history .history-main_left img {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 100%;
}

@media (min-width: 400px) {
  #history .history-main_left img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 27rem;
  }
}

@media (min-width: 768px) {
  #history .history-main_left img {
    height: 19%;
    top: 87%;
    right: -21%;
  }
}

@media (min-width: 960px) {
  #history .history-main_left img {
    position: absolute;
    top: 87%;
    right: 5%;
    height: 47%;
    position: relative;
    padding-bottom: 7.5rem;
    top: 0;
    right: 0;
  }
}

#history .history-main_right {
  text-align: left;
  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;
}

@media (min-width: 960px) {
  #history .history-main_right {
    display: block;
    width: 47%;
  }
}

#history .history-main_right-text {
  padding-bottom: 4rem;
}

#history .history-main_right-text:nth-child(3) {
  padding-bottom: 3rem;
}

#history .history-main_right-text:last-child {
  padding-bottom: 3rem;
}

@media (min-width: 960px) {
  #history .history-main_right-text:last-child {
    padding-bottom: 0;
  }
}

#history .history-main_right .history-main-img_2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#history .history-main_right img {
  width: 100%;
  height: 11.8%;
}

@media (min-width: 400px) {
  #history .history-main_right img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 27rem;
  }
}

@media (min-width: 768px) {
  #history .history-main_right img {
    height: 19%;
  }
}

@media (min-width: 960px) {
  #history .history-main_right img {
    position: absolute;
    height: 44%;
    position: relative;
    padding-bottom: 4.5rem;
    top: 0;
    right: 0;
  }
}

@media (min-width: 1233px) {
  #history .history-main_right img {
    height: 40%;
  }
}

/*タイムライン全体の設定*/
.timeline {
  position: absolute;
  margin-top: 1rem;
  left: 2.5%;
  top: 17%;
}

@media (min-width: 360px) {
  .timeline {
    left: 3%;
    top: 20%;
  }
}

@media (min-width: 400px) {
  .timeline {
    left: 2.5%;
    top: 25%;
  }
}

@media (min-width: 768px) {
  .timeline {
    left: 2%;
    top: 26%;
  }
}

@media (min-width: 960px) {
  .timeline {
    top: 0;
    margin-top: 4rem;
    left: 49.5%;
  }
}

@media (min-width: 1233px) {
  .timeline {
    top: -3%;
  }
}

.timeline li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding-bottom: 4rem;
  /*タイムラインの見出し横の丸の位置と形状*/
}

.timeline li:nth-child(2) {
  padding-bottom: 2rem;
}

@media (min-width: 360px) {
  .timeline li:nth-child(4) {
    padding-bottom: 3rem;
  }
}

@media (min-width: 400px) {
  .timeline li:first-child {
    padding-bottom: 3rem;
  }
  .timeline li:nth-child(3) {
    padding-bottom: 2.5rem;
  }
  .timeline li:nth-child(4) {
    padding-bottom: 2.5rem;
  }
  .timeline li:nth-child(5) {
    padding-bottom: 3.5rem;
  }
  .timeline li:nth-child(6) {
    padding-bottom: 4.5rem;
  }
}

@media (min-width: 768px) {
  .timeline li {
    padding-bottom: 1.3rem;
  }
  .timeline li:nth-child(2) {
    padding-bottom: 2rem;
  }
  .timeline li:nth-child(3) {
    padding-bottom: 1rem;
  }
  .timeline li:nth-child(4) {
    padding-bottom: 1rem;
  }
  .timeline li:nth-child(5) {
    padding-bottom: 3rem;
  }
  .timeline li:nth-child(6) {
    padding-bottom: 3rem;
  }
}

@media (min-width: 960px) {
  .timeline li {
    padding-bottom: 2rem;
  }
}

@media (min-width: 1233px) {
  .timeline li:first-child {
    padding-bottom: 4px;
  }
  .timeline li:nth-child(3) {
    padding-bottom: 3rem;
  }
  .timeline li:nth-child(5) {
    padding-bottom: 3rem;
  }
  .timeline li:nth-child(6) {
    padding-bottom: 3rem;
  }
}

.timeline li:after {
  content: "";
  position: absolute;
  top: 0;
  left: -0.1px;
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 50%;
}

@media (min-width: 768px) {
  .timeline li:after {
    width: 10px;
    height: 10px;
  }
}

.timeline li .border-line {
  /*線の位置*/
  position: absolute;
  left: 0.26em;
  top: 0;
  width: 2px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #666;
}

#representative .repsen-box {
  position: relative;
  padding-bottom: 2rem;
  margin-top: 6rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-size: 1.2rem;
  width: auto;
}

@media (min-width: 768px) {
  #representative .repsen-box {
    font-size: 1.4rem;
    line-height: 1.75;
  }
}

@media (min-width: 1233px) {
  #representative .repsen-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#representative .repsen-box-text {
  max-width: 53rem;
  padding-top: 1.8rem;
}

@media (min-width: 960px) {
  #representative .repsen-box-text {
    padding-top: 3rem;
  }
}

#representative .repsen-box-text:first-child {
  font-size: 1.8rem;
  padding-top: 0;
  font-weight: bold;
}

@media (min-width: 400px) {
  #representative .repsen-box-text:first-child {
    line-height: 1.5;
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  #representative .repsen-box-text:first-child {
    font-size: 3.6vw;
  }
}

@media (min-width: 960px) {
  #representative .repsen-box-text:first-child {
    font-size: 3.8rem;
  }
}

#representative .repsen-box-text:last-child {
  color: #c10305;
}

@media (min-width: 400px) {
  #representative .repsen-box-text-br {
    display: none;
  }
}

#representative .repsen-box-left {
  position: relative;
  z-index: 30;
}

#representative .repsen-box-right {
  padding-top: 3rem;
  z-index: 30;
}

#representative .repsen-box-right img {
  position: absolute;
  top: 14%;
  right: 12%;
  width: 25%;
  height: auto;
}

@media (min-width: 360px) {
  #representative .repsen-box-right img {
    top: 4%;
    right: 3%;
    width: 34%;
    height: auto;
  }
}

@media (min-width: 400px) {
  #representative .repsen-box-right img {
    top: 2%;
    right: 2.5%;
    width: 23%;
    height: auto;
  }
}

@media (min-width: 768px) {
  #representative .repsen-box-right img {
    width: 25vw;
    height: 28vw;
    right: 3%;
    top: -2%;
  }
}

@media (min-width: 960px) {
  #representative .repsen-box-right img {
    right: -21%;
    width: 26.8vw;
    height: 30vw;
    position: absolute;
    right: 3%;
  }
}

@media (min-width: 1233px) {
  #representative .repsen-box-right img {
    right: 0;
    width: 30.8vw;
    height: 70%;
    position: relative;
  }
}

#faq .faq-mainvisual {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/faq-img.png");
  position: relative;
  background-position: center;
  height: 25rem;
}

@media (min-width: 360px) {
  #faq .faq-mainvisual {
    height: 18rem;
  }
}

@media (min-width: 400px) {
  #faq .faq-mainvisual {
    min-height: 26rem;
  }
}

@media (min-width: 768px) {
  #faq .faq-mainvisual {
    height: 31rem;
  }
}

@media (min-width: 960px) {
  #faq .faq-mainvisual {
    height: 41rem;
  }
}

@media (min-width: 1233px) {
  #faq .faq-mainvisual {
    height: 51rem;
  }
}

#faq .faq-mainvisual .faq-mainvisual-box {
  font-family: "Alfa Slab One", cursive;
  color: white;
}

#faq .faq-mainvisual .faq-mainvisual-box .section-title {
  border-left: thick solid white;
  z-index: 11;
  position: absolute;
  top: 62%;
}

@media (min-width: 400px) {
  #faq .faq-mainvisual .faq-mainvisual-box .section-title {
    top: 68%;
  }
}

#faq .faq-mainvisual .faq-mainvisual-box::after {
  content: "";
  z-index: 10;
  opacity: 0.5;
  background-color: #8d2659;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 49.5%;
  height: 50%;
}

@media (min-width: 768px) {
  #faq .faq-mainvisual .faq-mainvisual-box::after {
    height: 50%;
    top: 50%;
  }
}

@media (min-width: 960px) {
  #faq .faq-mainvisual .faq-mainvisual-box::after {
    top: 48.7%;
    height: 21rem;
  }
}

@media (min-width: 1233px) {
  #faq .faq-mainvisual .faq-mainvisual-box::after {
    top: 52.7%;
    height: 24rem;
  }
}

#faq .bg-text-even_faq {
  right: -1rem;
  top: 59%;
  top: 72%;
  font-size: 4.5rem;
}

@media (min-width: 360px) {
  #faq .bg-text-even_faq {
    top: 54%;
    font-size: 6rem;
  }
}

@media (min-width: 400px) {
  #faq .bg-text-even_faq {
    top: 64%;
    font-size: 6.7rem;
  }
}

@media (min-width: 768px) {
  #faq .bg-text-even_faq {
    top: 70%;
    font-size: 6.6rem;
  }
}

@media (min-width: 960px) {
  #faq .bg-text-even_faq {
    top: 70%;
    font-size: 10rem;
  }
}

@media (min-width: 1233px) {
  #faq .bg-text-even_faq {
    top: 69%;
    font-size: 14rem;
  }
}

#faq .faq-main {
  width: 100%;
}

#faq .faq-main .faq-box {
  background-color: #f7f7f7;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  padding: 2.8rem 2rem;
  margin: 2rem 0 0;
  width: 100%;
}

@media (min-width: 400px) {
  #faq .faq-main .faq-box {
    margin: 5rem 0 0;
  }
}

@media (min-width: 768px) {
  #faq .faq-main .faq-box {
    padding: 5rem 6rem;
  }
}

@media (min-width: 960px) {
  #faq .faq-main .faq-box {
    width: 65rem;
  }
}

#faq .faq-main .faq-box:first-child {
  margin-top: 0;
}

#faq .faq-main .faq-box-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  font-size: 1.6rem;
}

@media (min-width: 768px) {
  #faq .faq-main .faq-box-question {
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  #faq .faq-main .faq-box-question {
    font-size: 2.4rem;
  }
}

#faq .faq-main .faq-box-question-text {
  padding-top: 0.8rem;
}

@media (min-width: 960px) {
  #faq .faq-main .faq-box-question-text {
    padding-top: 1.8rem;
    line-height: 1.75;
  }
}

#faq .faq-main .faq-box-question-q {
  font-family: "Alfa Slab One", cursive;
  margin-right: 1.7rem;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  #faq .faq-main .faq-box-question-q {
    font-size: 3rem;
  }
}

@media (min-width: 960px) {
  #faq .faq-main .faq-box-question-q {
    font-size: 4rem;
    padding-top: 0.5rem;
  }
}

#faq .faq-main .faq-box-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  font-size: 1.2rem;
  margin-top: 0.6rem;
  line-height: 1.75;
}

@media (min-width: 768px) {
  #faq .faq-main .faq-box-answer {
    margin-top: 1.2rem;
    font-size: 1.4rem;
  }
}

#faq .faq-main .faq-box-answer-text {
  padding-top: 0.8rem;
}

@media (min-width: 768px) {
  #faq .faq-main .faq-box-answer-text {
    padding-top: 1.2rem;
  }
}

@media (min-width: 960px) {
  #faq .faq-main .faq-box-answer-text {
    padding-top: 2.2rem;
  }
}

#faq .faq-main .faq-box-answer-a {
  color: #8d2659;
  margin-right: 1.6rem;
  font-family: "Alfa Slab One", cursive;
  font-size: 2.4rem;
}

@media (min-width: 768px) {
  #faq .faq-main .faq-box-answer-a {
    font-size: 3rem;
  }
}

@media (min-width: 960px) {
  #faq .faq-main .faq-box-answer-a {
    font-size: 4rem;
  }
}

@media (min-width: 400px) {
  #faq .faq-main .faq-box-answer .faq-text-br {
    display: none;
  }
}

@media (min-width: 768px) {
  #faq .faq-main .faq-box-answer .faq-text-br {
    display: block;
  }
}

@media (min-width: 960px) {
  #faq .faq-main .faq-box:nth-child(even) {
    margin-left: auto;
  }
}

#contact {
  position: relative;
  margin-bottom: 0;
}

@media (min-width: 1233px) {
  #contact {
    margin: 0 0 7rem;
  }
}

#contact .contact-mainvisual {
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/contact-img.png");
  position: relative;
  background-position: center;
  height: 25rem;
}

@media (min-width: 360px) {
  #contact .contact-mainvisual {
    height: 18rem;
  }
}

@media (min-width: 400px) {
  #contact .contact-mainvisual {
    min-height: 26rem;
  }
}

@media (min-width: 768px) {
  #contact .contact-mainvisual {
    height: 31rem;
  }
}

@media (min-width: 960px) {
  #contact .contact-mainvisual {
    height: 41rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact-mainvisual {
    height: 51rem;
  }
}

#contact .contact-mainvisual .contact-mainvisual-box {
  font-family: "Alfa Slab One", cursive;
  color: white;
}

#contact .contact-mainvisual .contact-mainvisual-box .section-title {
  border-left: thick solid white;
  z-index: 11;
  position: absolute;
  top: 62%;
}

@media (min-width: 400px) {
  #contact .contact-mainvisual .contact-mainvisual-box .section-title {
    top: 68%;
  }
}

#contact .contact-mainvisual .contact-mainvisual-box::after {
  content: "";
  z-index: 10;
  opacity: 0.5;
  background-color: #818284;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 49.5%;
  height: 50%;
}

@media (min-width: 768px) {
  #contact .contact-mainvisual .contact-mainvisual-box::after {
    height: 50%;
    top: 50%;
  }
}

@media (min-width: 960px) {
  #contact .contact-mainvisual .contact-mainvisual-box::after {
    top: 48.7%;
    height: 21rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact-mainvisual .contact-mainvisual-box::after {
    top: 52.7%;
    height: 24rem;
  }
}

#contact .bg-text-even_contact {
  right: -1rem;
  top: 59%;
  top: 72%;
  font-size: 4.5rem;
}

@media (min-width: 360px) {
  #contact .bg-text-even_contact {
    top: 54%;
    font-size: 6rem;
  }
}

@media (min-width: 400px) {
  #contact .bg-text-even_contact {
    top: 64%;
    font-size: 6.7rem;
  }
}

@media (min-width: 768px) {
  #contact .bg-text-even_contact {
    top: 70%;
    font-size: 6.6rem;
  }
}

@media (min-width: 960px) {
  #contact .bg-text-even_contact {
    top: 70%;
    font-size: 10rem;
  }
}

@media (min-width: 1233px) {
  #contact .bg-text-even_contact {
    top: 69%;
    font-size: 14rem;
  }
}

#contact .contact_main {
  margin: 0;
  padding-top: 3rem;
  width: 100%;
  text-align: left;
}

@media (min-width: 768px) {
  #contact .contact_main {
    text-align: left;
    padding-top: 8rem;
  }
}

#contact .contact_main .contact-box {
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 960px) {
  #contact .contact_main .contact-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

#contact .contact_main .contact-box-left {
  z-index: 20;
  line-height: 2;
  font-size: 1.4rem;
}

@media (min-width: 360px) {
  #contact .contact_main .contact-box-left {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) {
  #contact .contact_main .contact-box-left {
    padding-left: 4%;
    font-size: 2rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-box-left {
    padding-left: 0%;
    font-size: 2.8rem;
    line-height: 2.8;
    margin-top: 9rem;
    line-height: 6.6rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .contact-box-left {
    font-size: 4.2rem;
  }
}

#contact .contact_main .contact-box-left span {
  color: white;
  background-color: #000000;
  padding: 0 1rem;
}

#contact .contact_main .contact-box-left .contact-br {
  display: none;
}

@media (min-width: 768px) {
  #contact .contact_main .contact-box-left .contact-br {
    display: block;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-box-left .contact-br {
    display: none;
  }
}

#contact .contact_main .contact-box-right {
  right: 2%;
  z-index: 20;
  font-size: 1.1rem;
  line-height: 1.9;
  position: absolute;
  top: 30%;
}

@media (min-width: 360px) {
  #contact .contact_main .contact-box-right {
    top: 27%;
  }
}

@media (min-width: 400px) {
  #contact .contact_main .contact-box-right {
    top: 34%;
  }
}

@media (min-width: 768px) {
  #contact .contact_main .contact-box-right {
    line-height: 2.6;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    top: 26%;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-box-right {
    top: 29%;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .contact-box-right {
    padding-left: 0;
    top: 33%;
  }
}

#contact .contact_main .contact-box-right-text {
  padding-top: 1.5rem;
}

@media (min-width: 960px) {
  #contact .contact_main .contact-box-right-text {
    padding-top: 2.6rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-box-right-text {
    padding-top: 3.6rem;
  }
}

#contact .contact_main .contact-box-right-text:first-child {
  padding-top: 0;
}

#contact .contact_main .contact-box-right-text:nth-child(2) {
  color: #c10305;
}

#contact .contact_main .contact-box-right-text .contact-dot {
  vertical-align: middle;
}

#contact .contact_main .contact-box-right .contact-box-right-btn {
  margin-top: 2.4rem;
  margin-bottom: 4rem;
  cursor: pointer;
}

#contact .contact_main .contact-box-right .contact-box-right-btn img {
  width: 15rem;
  height: 5rem;
}

@media (min-width: 768px) {
  #contact .contact_main .contact-box-right .contact-box-right-btn img {
    width: 21rem;
    height: 7rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-box-right .contact-box-right-btn img {
    width: 26.579rem;
    height: 9.1rem;
  }
}

#contact .contact_main .contact-box-right .contact-box-right-btn:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact .contact_main .form-box {
  padding: 0 0 1rem;
  height: 46rem;
}

@media (min-width: 400px) {
  #contact .contact_main .form-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 95rem;
  }
}

@media (min-width: 768px) {
  #contact .contact_main .form-box {
    margin-top: 7rem;
    padding: 0 0 7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 70rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .form-box {
    height: 85rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .form-box {
    padding-bottom: 0;
    height: 85rem;
  }
}

#contact .contact_main .form-box .form-box-left {
  z-index: 20;
  font-size: 1.8rem;
  line-height: 3rem;
  margin-top: 45rem;
}

@media (min-width: 360px) {
  #contact .contact_main .form-box .form-box-left {
    margin-top: 48rem;
  }
}

@media (min-width: 400px) {
  #contact .contact_main .form-box .form-box-left {
    font-size: 2.4rem;
    margin-top: 48rem;
  }
}

@media (min-width: 768px) {
  #contact .contact_main .form-box .form-box-left {
    margin-top: 38rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .form-box .form-box-left {
    font-size: 2.8rem;
    margin-top: 40rem;
    line-height: 1.6;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .form-box .form-box-left {
    font-size: 4.4rem;
    margin-top: 40rem;
  }
}

#contact .contact_main .form-box .form-box-left span {
  color: white;
  background-color: #000000;
  padding: 0 5px;
}

@media (min-width: 400px) {
  #contact .contact_main .form-box .form-box-left span {
    padding: 0 1rem;
  }
}

#contact .contact_main .form-box .form-box-right {
  z-index: 1;
  position: absolute;
  padding: 3rem 0 0;
  right: 3%;
  bottom: 0%;
}

@media (min-width: 768px) {
  #contact .contact_main .form-box .form-box-right {
    padding: 8rem 0 0;
    bottom: 1%;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .form-box .form-box-right {
    bottom: 3%;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .form-box .form-box-right {
    bottom: 0%;
  }
}

#contact .contact_main .form-box .form-box-right p {
  margin-bottom: 1.75rem;
  font-size: 1rem;
}

@media (min-width: 400px) {
  #contact .contact_main .form-box .form-box-right p {
    font-size: 1.4rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .form-box .form-box-right p {
    margin-bottom: 3.75rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .form-box .form-box-right p form_br {
    display: none;
  }
}

#contact .contact_main form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Alfa Slab One", cursive;
}

#contact .contact_main form input {
  background-color: #fff;
  padding-left: 1.2rem;
  margin-bottom: 2rem;
  width: 22.5rem;
  height: 2.5rem;
}

@media (min-width: 768px) {
  #contact .contact_main form input {
    width: 25.5rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main form input {
    width: 40rem;
    height: 4.8rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main form input {
    width: 50rem;
  }
}

#contact .contact_main form input::-webkit-input-placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

#contact .contact_main form input:-ms-input-placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

#contact .contact_main form input::-ms-input-placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

#contact .contact_main form input::placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

@media (min-width: 960px) {
  #contact .contact_main form input::-webkit-input-placeholder {
    font-size: 1.6rem;
  }
  #contact .contact_main form input:-ms-input-placeholder {
    font-size: 1.6rem;
  }
  #contact .contact_main form input::-ms-input-placeholder {
    font-size: 1.6rem;
  }
  #contact .contact_main form input::placeholder {
    font-size: 1.6rem;
  }
}

#contact .contact_main form textarea {
  background-color: #fff;
  padding-left: 1.2rem;
  padding-top: 1.4rem;
  margin-bottom: 3.8rem;
  resize: none;
  width: 22.5rem;
}

@media (min-width: 768px) {
  #contact .contact_main form textarea {
    width: 25.5rem;
  }
}

#contact .contact_main form textarea::-webkit-input-placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

#contact .contact_main form textarea:-ms-input-placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

#contact .contact_main form textarea::-ms-input-placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

#contact .contact_main form textarea::placeholder {
  text-align: left;
  color: #bebebe;
  font-size: 1rem;
}

@media (min-width: 960px) {
  #contact .contact_main form textarea::-webkit-input-placeholder {
    font-size: 1.6rem;
    color: #bebebe;
  }
  #contact .contact_main form textarea:-ms-input-placeholder {
    font-size: 1.6rem;
    color: #bebebe;
  }
  #contact .contact_main form textarea::-ms-input-placeholder {
    font-size: 1.6rem;
    color: #bebebe;
  }
  #contact .contact_main form textarea::placeholder {
    font-size: 1.6rem;
    color: #bebebe;
  }
}

@media (min-width: 960px) {
  #contact .contact_main form textarea {
    width: 40rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main form textarea {
    width: 50rem;
  }
}

#contact .contact_main form .submit {
  padding: 0;
  margin: 0 auto;
  text-align: center;
  color: white;
  border-radius: 0%;
  background-color: #c10305;
  opacity: 0.86;
  width: 13.2rem;
  height: 3rem;
  font-size: 1rem;
}

@media (min-width: 768px) {
  #contact .contact_main form .submit {
    margin: 0;
  }
}

@media (min-width: 960px) {
  #contact .contact_main form .submit {
    font-weight: bold;
    font-size: 1.6rem;
    width: 23.5rem;
    height: 5rem;
  }
}

#contact .contact_main form .submit:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#contact .contact_main form .submit img {
  height: 5.6px;
  margin-bottom: 0.3rem;
  margin-left: 0.3rem;
}

@media (min-width: 400px) {
  #contact .contact_main form .submit img {
    height: 5.6px;
    margin-bottom: 0.4rem;
    margin-left: 0.3rem;
  }
}

@media (min-width: 768px) {
  #contact .contact_main form .submit img {
    height: 8.6px;
    margin-left: 0.3rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main form .submit img {
    margin-bottom: 0.5rem;
  }
}

#contact .contact_main .contact-bgc {
  height: 62rem;
  z-index: -1;
  width: 30rem;
  background-color: #f7f7f7;
  position: absolute;
}

@media (min-width: 360px) {
  #contact .contact_main .contact-bgc {
    width: 31rem;
  }
}

@media (min-width: 400px) {
  #contact .contact_main .contact-bgc {
    width: 31rem;
  }
}

@media (min-width: 768px) {
  #contact .contact_main .contact-bgc {
    height: 68rem;
    width: 54rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-bgc {
    height: 62rem;
    width: 74rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .contact-bgc {
    height: 87rem;
    z-index: 0;
    background-color: #f7f7f7;
    position: absolute;
  }
}

@media (min-width: 1233px) and (min-width: 960px) {
  #contact .contact_main .contact-bgc {
    height: 64rem;
  }
}

#contact .contact_main .contact-bgc1 {
  z-index: -1;
  top: 17.2%;
  right: -2%;
  height: 52rem;
}

@media (min-width: 360px) {
  #contact .contact_main .contact-bgc1 {
    top: 14.2%;
  }
}

@media (min-width: 400px) {
  #contact .contact_main .contact-bgc1 {
    top: 19.2%;
    height: 55rem;
  }
}

@media (min-width: 768px) {
  #contact .contact_main .contact-bgc1 {
    top: 21.2%;
    right: -2%;
    height: 55rem;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-bgc1 {
    top: 24.2%;
    right: -2%;
    height: 64rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .contact-bgc1 {
    top: 28.2%;
    right: -2%;
  }
}

#contact .contact_main .contact-bgc2 {
  right: -2%;
  top: 61.8%;
  z-index: -1;
}

@media (min-width: 360px) {
  #contact .contact_main .contact-bgc2 {
    top: 59.8%;
  }
}

@media (min-width: 400px) {
  #contact .contact_main .contact-bgc2 {
    top: 63%;
    height: 54rem;
  }
}

@media (min-width: 768px) {
  #contact .contact_main .contact-bgc2 {
    top: 67.8%;
  }
}

@media (min-width: 960px) {
  #contact .contact_main .contact-bgc2 {
    top: 65.8%;
    height: 62rem;
  }
}

@media (min-width: 1233px) {
  #contact .contact_main .contact-bgc2 {
    top: 67.8%;
    height: 64rem;
  }
}

footer {
  color: white;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  height: 14rem;
  width: 100%;
  background-color: black;
}

@media (min-width: 768px) {
  footer {
    height: 8.2rem;
    line-height: 8.2rem;
  }
}

footer .logo {
  margin-top: 2rem;
}

footer .logo img {
  height: 7rem;
  width: 7rem;
}

@media (min-width: 768px) {
  footer .logo {
    display: none;
  }
}

footer p {
  line-height: 1;
  margin-top: 1.6rem;
}

@media (min-width: 768px) {
  footer p {
    line-height: 8.2;
    margin-top: 0;
  }
}
/*# sourceMappingURL=main.css.map */