/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

body {
  position: relative;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

br {
  display: inherit;
  line-height: 0;
  height: 0;
}

img {
  width: 100%;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.header {
  padding: 0 20px;
}
.header__inner {
  position: relative;
  padding: 25px 0 15px;
}
.header__inner > div:nth-of-type(1) {
  width: 100%;
  max-width: 301px;
  position: absolute;
  top: 28px;
  left: 0;
}
.header__inner > div:nth-of-type(2) {
  width: 100%;
  max-width: 140px;
  position: absolute;
  top: 15px;
  right: 0;
}

h1 {
  background: #a51327;
  font-size: 43px;
  font-size: 2.6875rem;
  text-align: center;
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
h1 span {
  display: block;
  font-size: 19.5px;
  font-size: 1.21875rem;
  margin-top: 5px;
}

@media screen and (max-width: 1440px) {
  .header__inner {
    padding-top: 105px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 0 12px;
  }
  .header__inner {
    padding-top: 52.5px;
  }
  .header__inner > div:nth-of-type(1) {
    max-width: 150px;
    top: 19px;
  }
  .header__inner > div:nth-of-type(2) {
    max-width: 83px;
    top: 12.5px;
  }
  h1 {
    font-size: 5vw;
  }
  h1 span {
    font-size: 2.6vw;
  }
}
footer {
  background: #D08686;
}
footer .inner {
  overflow: hidden;
}
footer .title {
  padding: 99px 0 19px;
}
footer .title p {
  font-size: 30px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  color: #A61429;
}
footer p {
  font-size: 24px;
  text-align: center;
  line-height: 1;
}
footer p.small {
  font-size: 13px;
  line-height: 1;
  text-align: center;
}
footer ul {
  padding: 23px 0 22px;
  display: flex;
  width: 730px;
  margin: auto;
}
footer li {
  display: flex;
}
footer li:last-child {
  margin-left: 43px;
}
footer .area {
  background: #A61429;
  width: 72px;
  height: 24px;
}
footer .area p {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
footer .bold {
  margin-left: 13px;
}
footer .bold p {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
footer .copyright {
  padding: 97px 0 21px;
}
footer .copyright p {
  text-align: center;
  font-size: 13px;
  line-height: 1;
  color: #111;
}

@media screen and (max-width: 768px) {
  footer .title {
    padding: 9.9vw 0 1.9vw;
  }
  footer .title p {
    font-size: 5.3vw;
  }
  footer p {
    font-size: 2.4vw;
  }
  footer p.small {
    font-size: 1.7vw;
  }
  footer ul {
    padding: 2.3vw 0 2.2vw;
    flex-wrap: wrap;
    width: 100%;
  }
  footer li {
    justify-content: center;
    width: 100%;
  }
  footer li:last-child {
    margin-top: 2vw;
  }
  footer .area {
    width: 9.6vw;
    height: 3.2vw;
  }
  footer .area p {
    font-size: 2.5vw;
    line-height: 3.2vw;
  }
  footer .bold {
    margin-left: 1.3vw;
  }
  footer .bold p {
    font-size: 2.4vw;
    line-height: 3.2vw;
  }
  footer .copyright {
    padding: 9.7vw 0 2.1vw;
  }
  footer .copyright p {
    font-size: 1.7vw;
  }
}
body {
  color: #323232;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

.mv {
  background-color: #A61429;
  padding-top: 40px;
}
.mv__inner {
  width: 90%;
  margin: 0 auto;
  max-width: 980px;
}
.mv .youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.mv .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.mvText {
  width: 100%;
  padding: 40px 0 90px;
}
.mvText__inner {
  width: 100%;
  margin: 0 auto;
}
.mvText__inner p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.1;
  text-align: center;
  color: #fff;
}
.mvText__inner p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
  content: "";
}
.mvText__inner p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1) * 0.5em);
  content: "";
}

.about__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 55px;
}
.about h2 {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 100px 0 0;
}
.about h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 80px 0 40px;
  color: #A61429;
}
.about p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.1;
}
.about p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
  content: "";
}
.about p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1) * 0.5em);
  content: "";
}
.about p a {
  color: #0079FF;
  text-decoration: none;
}
.about ol {
  padding: 18px 0 44px 1em;
}
.about ol li {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.1;
}
.about ol li::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
  content: "";
}
.about ol li::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1) * 0.5em);
  content: "";
}

.about2__inner {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 55px;
}
.about2 h2 {
  font-size: 30px;
  font-size: 1.875rem;
  padding: 100px 0 0;
  color: #A61429;
}
.about2 h3 {
  font-size: 20px;
  font-size: 1.25rem;
  text-align: center;
  padding: 80px 0 20px;
}
.about2 p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.1;
}
.about2 p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
  content: "";
}
.about2 p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1) * 0.5em);
  content: "";
}
.about2 p.center {
  text-align: center;
  margin-bottom: 30px;
}
.about2 p span {
  color: #A61429;
}
.about2 p strong {
  font-weight: bold;
}
.about2 p a {
  color: #0079FF;
  text-decoration: none;
}
.about2 .img {
  width: 75%;
  margin: 0 auto 50px;
}

.movieArea {
  background-color: #a61429;
  padding: 100px 20px 0;
}
.movieArea__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  max-width: 980px;
  padding: 0 0 115px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.movieArea .mvText__inner p {
  font-size: 24px;
  font-size: 1.5rem;
}
.movieArea .mvText__inner p a {
  color: #fff;
  text-decoration: underline;
}
.movieAreaText__inner h2 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  padding: 0 0 30px;
  text-align: center;
}
.movieAreaText__inner h2::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
  content: "";
}
.movieAreaText__inner h2::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1) * 0.5em);
  content: "";
}
.movieAreaText__inner p {
  text-align: center;
  font-size: 17px;
  font-size: 1.0625rem;
  color: #fff;
  margin-bottom: 30px;
}

.movie:nth-of-type(n + 2) {
  margin-top: 40px;
}
.movieFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.movieFlex > div {
  width: 45.9183673469%;
  max-width: 450px;
  position: relative;
  order: 2;
  margin-left: 20px;
}
.movieFlex img {
  width: 100%;
  cursor: pointer;
  transition: all 0.3s ease;
}
.movieFlex img:hover {
  opacity: 0.7;
}
.movieFlex p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 1.7;
  margin-top: 11px;
  color: #fff;
}
.movieFlex p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}
.movieFlex p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}

h2 {
  padding: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  color: #a51328;
  text-align: center;
}

.bannerArea {
  padding: 100px 20px 0;
  background-color: #F6F6F6;
}
.bannerArea__inner {
  width: 100%;
  margin: 0 auto;
}
.bannerArea__inner > figure {
  margin: 100px auto 0;
  padding: 0 50px;
  width: 100%;
  max-width: 880px;
}
.bannerAreaBox {
  width: 100%;
  max-width: 980px;
  background: linear-gradient(transparent 39px, #fff 39px);
  margin: 0 auto;
  position: relative;
}
.bannerAreaBox::after {
  content: "";
  width: calc(100% - 40px);
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 0;
}
.bannerAreaBox::before {
  content: "";
  width: calc(100% - 40px);
  height: 15px;
  background-size: 10px 15px;
  background-image: linear-gradient(-50deg, #fff, #fff 45%, #a61429 50%, #a61429 50%, #fff 55%, #fff);
  position: absolute;
  top: 0;
  z-index: 2;
}
.bannerAreaBox__inner {
  padding: 70px 50px 55px;
}
.bannerAreaBox__inner::after {
  content: "";
  height: 0;
  display: block;
  position: absolute;
  right: 0px;
  border-top: solid 40px transparent;
  border-left: solid 40px #a51328;
  top: 0;
  z-index: 2;
}
.bannerAreaBox h3 {
  font-size: 30px;
  font-size: 1.875rem;
  color: #a51328;
  text-align: center;
  line-height: 1.3;
}
.bannerAreaBox h3 span {
  display: block;
  font-size: 24px;
  font-size: 1.5rem;
  margin-top: 20px;
}
.bannerAreaBox p {
  font-size: 17px;
  font-size: 1.0625rem;
  line-height: 2.1;
  margin-top: 30px;
  text-align: center;
}
.bannerAreaBox p::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 2.1) * 0.5em);
  content: "";
}
.bannerAreaBox p::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 2.1) * 0.5em);
  content: "";
}
.bannerAreaBox p span {
  font-size: 14px;
  font-size: 0.875rem;
}
.bannerAreaBox p + p {
  margin-top: 50px;
}
.bannerAreaBox figure {
  margin-top: 20px;
}
.bannerAreaBox figure a {
  transition: all 0.3s ease;
}
.bannerAreaBox figure a:hover {
  opacity: 0.7;
}

.buttonArea {
  margin: 0 auto;
  width: 100%;
  padding: 70px 20px 90px;
  background-color: #F6F6F6;
}

.button1 {
  width: 100%;
  max-width: 400px;
  height: 90px;
  margin: auto;
}
.button1__inner {
  width: 100%;
  height: 100%;
  position: relative;
}
.button1__inner a {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  width: 100%;
  height: 100%;
  border-radius: 50px;
  text-align: center;
  font-weight: bold;
  transition: all 0.3s ease;
}
.button1__inner a:hover {
  opacity: 0.7;
}
.button1__inner a.bg01 {
  background-color: #b94a4a;
}
.button1__inner a.bg02 {
  background-color: #c09361;
}

.button2 {
  width: 100%;
  max-width: 880px;
  margin: 0 auto 30px;
}
.button2 a {
  transition: all 0.3s ease;
}
.button2 a:hover {
  opacity: 0.7;
}

.fixed {
  position: fixed;
  top: 100px;
  right: 0;
  width: 50px;
  z-index: 9999;
}
.fixed__inner > div {
  position: relative;
  width: 50px;
  height: 166px;
}
.fixed__inner > div:nth-of-type(1) a {
  background-color: #d08686;
}
.fixed__inner > div:nth-of-type(2) {
  margin-top: 10px;
}
.fixed__inner > div:nth-of-type(2) a {
  background-color: #c09361;
}
.fixed__inner > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 30px 0 0 30px;
}

.fixed2 {
  position: fixed;
  top: 300px;
  right: 0;
  width: 50px;
  z-index: 9999;
}
.fixed2__inner > div {
  position: relative;
  width: 50px;
  height: 166px;
}
.fixed2__inner > div:nth-of-type(1) a {
  background-color: #d08686;
}
.fixed2__inner > div:nth-of-type(2) {
  margin-top: 10px;
}
.fixed2__inner > div:nth-of-type(2) a {
  background-color: #c09361;
}
.fixed2__inner > div a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  writing-mode: vertical-rl;
  color: #fff;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 30px 0 0 30px;
}

.modal-video-close-btn {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .mvText {
    padding: 0 12px;
  }
  .mvText__inner {
    padding: 50px 0 40px;
    margin: 0 auto;
  }
  .mvText__inner p {
    text-align: left;
    font-size: 14px;
    font-size: 0.875rem;
  }
  h2 {
    font-size: 6vw;
  }
  .about__inner {
    width: 95%;
    padding: 0 0 50px;
  }
  .about h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    padding-top: 75px;
  }
  .about h3 {
    padding: 50px 0 20px;
  }
  .about p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .about ol li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .about2__inner {
    width: 95%;
    padding: 0 0 50px;
  }
  .about2 h2 {
    font-size: 25px;
    font-size: 1.5625rem;
    padding-top: 75px;
  }
  .about2 h3 {
    padding: 50px 0 20px;
  }
  .about2 p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .about2 ol li {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .movieArea {
    padding: 0 12px;
  }
  .movieArea__inner {
    padding: 50px 0;
  }
  .movieArea .mvText__inner p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .movieAreaText__inner h2 {
    padding: 50px 0;
  }
  .movieAreaText__inner p {
    margin-bottom: 0;
  }
  .movie {
    width: 100%;
    position: relative;
  }
  .movie:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .movie__inner > p {
    padding: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .movieFlex {
    justify-content: center;
  }
  .movieFlex > div {
    width: 100%;
    order: 1;
    margin-left: 0;
  }
  .movieFlex > div:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .movieFlex p {
    margin-top: 15px;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .buttonArea {
    margin: 50px auto 0;
  }
  .button1 {
    width: 85.4700854701%;
    height: 67.5px;
    margin: 0 auto;
  }
  .button1:nth-of-type(2) {
    margin-top: 20px;
  }
  .button1__inner a {
    font-size: 16px;
    font-size: 1rem;
  }
  .bannerArea {
    margin-top: 50px;
    padding: 0 12px;
  }
  .bannerArea__inner figure {
    margin: 50px auto 0;
    padding: 0 15px;
  }
  .bannerAreaBox {
    background: linear-gradient(transparent 19px, #fff 19px);
  }
  .bannerAreaBox::before {
    content: "";
    width: calc(100% - 20px);
    height: 10px;
    background-size: 10px 10px;
  }
  .bannerAreaBox::after {
    content: "";
    width: calc(100% - 20px);
    height: 20px;
  }
  .bannerAreaBox__inner {
    padding: 35px 15px 30px;
  }
  .bannerAreaBox__inner::after {
    border-top: solid 20px transparent;
    border-left: solid 20px #a51328;
  }
  .bannerAreaBox h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .bannerAreaBox h3 span {
    font-size: 17px;
    font-size: 1.0625rem;
    margin-top: 10px;
  }
  .bannerAreaBox p {
    margin-top: 15px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .bannerAreaBox p span {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .bannerAreaBox p + p {
    margin-top: 25px;
  }
  .bannerAreaBox figure {
    margin-top: 10px;
  }
  .fixed {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */