/*----------------------------------

reset

----------------------------------*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

li,
ol {
  list-style: none;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

/*----------------------------------

common

----------------------------------*/
html {
  font-size: 62.5%;
}

body {
  color: #000000;
  font-size: 1.6rem;
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.875;
  margin: 0 auto;
  position: relative;
  -webkit-text-size-adjust: 100%;
  background: #FFF5E6;
  min-width: 1078px;
}
@media (max-width: 767px) {
  body {
    min-width: inherit;
  }
}

section {
  position: relative;
}

.inner {
  width: 1078px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
  position: relative;
}
@media (max-width: 767px) {
  .inner {
    width: 100%;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  image-rendering: -webkit-optimize-contrast;
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.lineTop {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .lineTop {
    padding-top: 4.27vw;
  }
}
.lineTop::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1048px;
  height: 32px;
  background-image: url(../img/line_top.png);
  background-size: cover;
}
@media (max-width: 767px) {
  .lineTop::before {
    width: calc(100% - 20px);
    height: 4.27vw;
    background-image: url(../img/line_top_sp.png);
    background-size: contain;
    background-repeat: repeat-x;
  }
}

.fadeUp {
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, -webkit-transform 0.8s;
  transition: opacity 0.8s, transform 0.8s;
  transition: opacity 0.8s, transform 0.8s, -webkit-transform 0.8s;
}

/*----------------------------------

header

----------------------------------*/
header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 45px;
  padding: 0 12px;
  background: #B50005;
}
@media (max-width: 767px) {
  header {
    height: auto;
    padding: 8px 20px 10px;
  }
}
header .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  header .sns {
    display: block;
  }
}
header .sns p {
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  margin-right: 8px;
}
@media (max-width: 767px) {
  header .sns p {
    font-size: 1rem;
    letter-spacing: 0;
    margin: 0 0 4px;
  }
}
header .sns .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  header .sns .share {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
header .sns .share_text {
  color: #fff;
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  header .sns .share_text {
    font-size: 1rem;
    margin-right: 11px;
  }
}
header .sns .share_link {
  width: 30px;
  margin-left: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  header .sns .share_link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  header .sns .share_link {
    width: 25px;
    margin-left: 6px;
  }
}
header .sns .share_link img {
  display: block;
  width: 100%;
}

/*----------------------------------

main

----------------------------------*/
.mainVisual {
  width: 100%;
  height: auto;
  background-image: url(../img/mv_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  opacity: 0;
  -webkit-transition: opacity 4s;
  transition: opacity 4s;
}
@media (max-width: 767px) {
  .mainVisual {
    background-image: url(../img/mv_bg_sp.png);
  }
}
.mainVisual .inner {
  height: 54.429vw;
  min-height: 762px;
}
@media (max-width: 767px) {
  .mainVisual .inner {
    height: 88.534vw;
    min-height: inherit;
  }
}
.mainVisual h1 {
  width: 172px;
  margin: 0 auto;
  padding-top: 100px;
}
@media (max-width: 767px) {
  .mainVisual h1 {
    width: 22.255%;
    padding-top: 13.2%;
  }
}

.profile {
  margin-bottom: 17px;
  padding-bottom: 37px;
  background-image: url(../img/profile_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .profile {
    margin-bottom: 12px;
    padding-bottom: 32px;
    background-image: url(../img/profile_bg_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.profile::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 135px;
  background: #B50005;
  z-index: 10;
  -webkit-transition: width 1s;
  transition: width 1s;
}
@media (max-width: 767px) {
  .profile::before {
    height: 127px;
  }
}
.profile.loaded::before {
  width: 100%;
}
.profile::after {
  content: "";
  position: absolute;
  bottom: -17px;
  left: 0;
  width: 100%;
  height: 18px;
  background: #B50005;
  z-index: 10;
}
@media (max-width: 767px) {
  .profile::after {
    bottom: -12px;
    height: 12px;
  }
}
.profile .profBox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 828px;
  height: 135px;
  margin: 0 auto;
  padding-top: 7px;
  z-index: 20;
  opacity: 0;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  transition: opacity 1s, transform 1s, -webkit-transform 1s;
}
@media (max-width: 767px) {
  .profile .profBox {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 12px;
    padding-bottom: 16px;
  }
}
.profile .profBox > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 340px;
}
@media (max-width: 767px) {
  .profile .profBox > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 40%;
    height: 100%;
  }
}
@media (max-width: 480px) {
  .profile .profBox > div {
    width: 42%;
  }
}
@media (max-width: 767px) {
  .profile .profBox > div:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .profile .profBox > div:last-child .title {
    padding-top: 1em;
  }
}
.profile .profBox .name {
  color: #fff;
  font-size: 4.8rem;
  letter-spacing: 0.04em;
  font-weight: bold;
  margin-top: -4px;
}
@media (max-width: 767px) {
  .profile .profBox .name {
    font-size: 2.6rem;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .profile .profBox .name {
    font-size: 2.2rem;
  }
}
.profile .profBox .title {
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.384;
}
@media (max-width: 767px) {
  .profile .profBox .title {
    font-size: 1.1rem;
    text-align: center;
    margin-top: 4px;
  }
}
.profile figure {
  width: 83px;
}
@media (max-width: 767px) {
  .profile figure {
    width: 11.834%;
    max-width: 42px;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .profile figure {
    max-width: 32px;
  }
}

.mainTitle {
  width: 100%;
}
@media (max-width: 767px) {
  .mainTitle {
    background-image: url(../img/title_bg_sp.png);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
  }
}
.mainTitle .inner {
  width: 1090px;
  height: 576px;
  background-image: url(../img/title_bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .mainTitle .inner {
    width: 100%;
    height: 52vw;
    background: none;
  }
}
.mainTitle h1 {
  width: 770px;
  margin: 0 auto;
  padding-top: 71px;
}
@media (max-width: 767px) {
  .mainTitle h1 {
    width: 85.634%;
    padding-top: 3%;
  }
}

.lead {
  margin-top: 84px;
}
@media (max-width: 767px) {
  .lead {
    margin-top: 32px;
  }
}
.lead p {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
  font-weight: 400;
  line-height: 2.25;
  text-align: center;
}
@media (max-width: 767px) {
  .lead p {
    font-size: 1.5rem;
    letter-spacing: 0.08em;
    line-height: 1.666;
    padding: 0 10px;
  }
}

.article {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .article {
    margin-top: 38px;
  }
}
.article .hdg2, .article .txt, .article small, .article .prof {
  width: 840px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .article .hdg2, .article .txt, .article small, .article .prof {
    width: calc(100% - 20px);
  }
}
.article .hdg2 {
  position: relative;
  color: #B50005;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  line-height: 1.708;
  text-align: center;
  border-top: 4px solid #B50005;
  margin-top: 108px;
  margin-bottom: 55px;
  padding-top: 29px;
}
@media (max-width: 767px) {
  .article .hdg2 {
    font-size: 2.1rem;
    line-height: 1.5238;
    border-top-width: 3px;
    margin-top: 38px;
    margin-bottom: 32px;
    padding-top: 22px;
  }
}
.article .hdg2::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #B50005;
}
@media (max-width: 767px) {
  .article .hdg2::before {
    top: 4px;
  }
}
.article .txt {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .article .txt {
    line-height: 1.625;
    margin-bottom: 32px;
    padding: 0 10px;
  }
}
.article .txt.m0 {
  margin-bottom: 0;
}
.article .txt span {
  color: #B50005;
  font-weight: bold;
  margin-right: 1em;
}
.article small {
  display: block;
  font-size: 1.2rem;
  letter-spacing: 0.08em;
  text-align: right;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .article small {
    font-size: 1rem;
    margin-top: 16px;
    margin-bottom: 32px;
  }
}
.article .imageWrap {
  position: relative;
  margin-bottom: 95px;
}
@media (max-width: 767px) {
  .article .imageWrap {
    margin-bottom: 32px;
  }
}
.article .imageWrap.m0 {
  margin: 0;
}
.article .imageWrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 230px;
  background-image: url(../img/img_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 10;
}
@media (max-width: 767px) {
  .article .imageWrap::before {
    height: 100%;
    background-image: url(../img/img_bg_sp.png);
  }
}
.article .imageWrap figure {
  position: relative;
  width: 840px;
  margin: 0 auto;
  z-index: 20;
}
@media (max-width: 767px) {
  .article .imageWrap figure {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
  }
}
.article .prof {
  border-top: 1px solid #231815;
  margin-top: 48px;
  padding-top: 24px;
}
@media (max-width: 767px) {
  .article .prof {
    margin-top: 30px;
    padding: 14px 10px 0;
  }
}
.article .prof p {
  font-size: 1.4rem;
  line-height: 1.714;
}
@media (max-width: 767px) {
  .article .prof p {
    line-height: 1.6;
  }
}
.article .prof p + p {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .article .prof p + p {
    margin-top: 14px;
  }
}

.movie {
  margin-top: 94px;
}
@media (max-width: 767px) {
  .movie {
    margin-top: 38px;
  }
}
.movie .inner {
  padding-top: 77px;
  padding-bottom: 105px;
}
@media (max-width: 767px) {
  .movie .inner {
    padding-top: 45px;
    padding-bottom: 38px;
  }
}
.movie h3 {
  text-align: center;
}
@media (max-width: 767px) {
  .movie h3 {
    width: 225px;
    margin: 0 auto;
  }
}
.movie h3 span {
  position: relative;
}
.movie h3 span::before, .movie h3 span::after {
  content: "";
  position: absolute;
}
.movie h3 span::before {
  width: 131px;
  height: 78px;
  background-image: url(../img/icon_movieL.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -39px;
  left: -153px;
}
@media (max-width: 767px) {
  .movie h3 span::before {
    top: -30%;
    left: -29%;
    width: 25.778%;
    height: 121.44%;
  }
}
.movie h3 span::after {
  width: 156px;
  height: 84px;
  background-image: url(../img/icom_movieR.png);
  background-size: cover;
  background-repeat: no-repeat;
  top: -36px;
  right: -177px;
}
@media (max-width: 767px) {
  .movie h3 span::after {
    top: -31%;
    right: -32%;
    width: 28.446%;
    height: 121.44%;
  }
}
.movie .youtube {
  position: relative;
  width: 836px;
  margin: 37px auto 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.movie .youtube > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
@media (max-width: 767px) {
  .movie .youtube {
    margin-top: 20px;
    margin-left: -10px;
    margin-right: -10px;
    width: calc(100% + 20px);
  }
}

.banner {
  background: #fff;
}
.banner .inner {
  padding-top: 115px;
  padding-bottom: 50px;
}
@media (max-width: 767px) {
  .banner .inner {
    padding-top: 40px;
    padding-bottom: 8px;
  }
}
.banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 838px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .banner ul {
    display: block;
    width: 100%;
    padding: 0 10px;
  }
}
.banner ul li {
  width: 376px;
}
@media (max-width: 767px) {
  .banner ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .banner ul li + li {
    margin-top: 34px;
  }
}
.banner ul li a {
  display: block;
}
@media (max-width: 767px) {
  .banner ul li a img {
    width: 100%;
  }
}
.banner .jaLogo {
  display: block;
  width: 526px;
  margin: 95px auto 0;
}
@media (max-width: 767px) {
  .banner .jaLogo {
    width: calc(100% - 20px);
    margin: 60px auto 0;
  }
}

/*----------------------------------

footer

----------------------------------*/
footer {
  background: #B50005;
}
footer .inner {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer p {
  color: #fff;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 767px) {
  footer p {
    line-height: 1.8;
  }
}