@charset "UTF-8";
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.05em;
}

sup {
  top: -0.4em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-size: 62.5%;
}

body {
  position: relative;
  overflow: hidden;
  font-family: "GothamBook", "GothamLight", "GothamBold", "GothamMedium", "ヒラギノUD角ゴ W4 JIS2004", "ヒラギノUD角ゴ W3 JIS2004", "ヒラギノUD角ゴ W6 JIS2004", "ヒラギノUD角ゴ W5 JIS2004";
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
  }
}

a, a:visited {
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
}

i, em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
}

* {
  outline: none;
}

.animate__animated {
  opacity: 0;
}

main {
  position: relative;
  z-index: 3;
}

p {
  color: #314e58;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  p {
    line-height: 1.53;
  }
}

.u-pc {
  display: inherit;
}
@media only screen and (max-width: 768px) {
  .u-pc {
    display: none !important;
  }
}

.u-tb {
  display: none;
}
@media only screen and (max-width: 1150px) and (min-width: 767px) {
  .u-tb {
    display: inherit;
  }
}
@media only screen and (max-width: 768px) {
  .u-tb {
    display: none !important;
  }
}

.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .u-sp {
    display: inherit;
  }
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb35 {
  margin-bottom: 35px;
}

.txt-link {
  text-decoration: underline;
}
.txt-link:hover {
  text-decoration: none;
}

.hl_aniYu01 {
  animation: kaku01 7s linear infinite forwards;
}

.hl_aniYu02 {
  animation: kaku02 2s linear infinite forwards;
}

.hl_aniYu03 {
  animation: kaku01 2.5s linear infinite forwards;
}

.hl_aniYu04 {
  animation: kaku03 2s linear infinite forwards;
}

@keyframes yure01 {
  0% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(5deg);
  }
}
@keyframes yure02 {
  0% {
    transform: rotate(-6deg);
  }
  50% {
    transform: rotate(6deg);
  }
  100% {
    transform: rotate(-6deg);
  }
}
@keyframes kaku01 {
  0%, 49.9%, 100% {
    transform: rotate(-12deg);
  }
  50%, 99.9% {
    transform: rotate(12deg);
  }
}
@keyframes kaku02 {
  0%, 49.9%, 100% {
    transform: rotate(10deg);
  }
  50%, 99.9% {
    transform: rotate(-14deg);
  }
}
@keyframes kaku03 {
  0%, 49.9%, 100% {
    transform: rotate(-8deg);
  }
  50%, 99.9% {
    transform: rotate(8deg);
  }
}
@keyframes kaku04 {
  0%, 49.9%, 100% {
    transform: rotate(-4deg);
  }
  50%, 99.9% {
    transform: rotate(3deg);
  }
}
@keyframes kaku05 {
  0%, 49.9%, 100% {
    transform: rotate(-2deg);
  }
  50%, 99.9% {
    transform: rotate(2deg);
  }
}
@keyframes kaku06 {
  0%, 49.9%, 100% {
    transform: rotate(10deg);
  }
  50%, 99.9% {
    transform: rotate(-10deg);
  }
}
@keyframes kaku07 {
  0%, 49.9%, 100% {
    transform: rotate(14deg);
  }
  50%, 99.9% {
    transform: rotate(-7deg);
  }
}
@keyframes blink01 {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes blink02 {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}
/*順番に出す*/
.delay-1 {
  transition-delay: 0.1s !important;
}

.delay-2 {
  transition-delay: 0.2s !important;
}

.delay-3 {
  transition-delay: 0.3s !important;
}

.delay-4 {
  transition-delay: 0.4s !important;
}

.delay-5 {
  transition-delay: 0.5s !important;
}

.delay-6 {
  transition-delay: 0.6s !important;
}

.delay-7 {
  transition-delay: 0.7s !important;
}

.delay-8 {
  transition-delay: 0.8s !important;
}

.delay-9 {
  transition-delay: 0.9s !important;
}

.delay-10 {
  transition-delay: 1s !important;
}

.delay-11 {
  transition-delay: 1.1s !important;
}

.delay-12 {
  transition-delay: 1.2s !important;
}

.delay-13 {
  transition-delay: 1.3s !important;
}

.delay-14 {
  transition-delay: 1.4s !important;
}

.delay-15 {
  transition-delay: 1.5s !important;
}

.delay-16 {
  transition-delay: 1.6s !important;
}

.delay-17 {
  transition-delay: 1.7s !important;
}

.delay-18 {
  transition-delay: 1.8s !important;
}

.delay-19 {
  transition-delay: 1.9s !important;
}

.delay-20 {
  transition-delay: 2s !important;
}

.delay-21 {
  transition-delay: 2.1s !important;
}

.delay-22 {
  transition-delay: 2.2s !important;
}

.delay-23 {
  transition-delay: 2.3s !important;
}

.delay-24 {
  transition-delay: 2.4s !important;
}

.delay-25 {
  transition-delay: 2.5s !important;
}

.delay-26 {
  transition-delay: 2.6s !important;
}

.delay-27 {
  transition-delay: 2.7s !important;
}

.delay-28 {
  transition-delay: 2.8s !important;
}

.delay-29 {
  transition-delay: 2.9s !important;
}

.delay-30 {
  transition-delay: 3s !important;
}

.delay-31 {
  transition-delay: 3.1s !important;
}

.delay-32 {
  transition-delay: 3.2s !important;
}

.delay-33 {
  transition-delay: 3.3s !important;
}

.delay-34 {
  transition-delay: 3.4s !important;
}

.delay-35 {
  transition-delay: 3.5s !important;
}

.delay-36 {
  transition-delay: 3.6s !important;
}

.delay-37 {
  transition-delay: 3.7s !important;
}

.delay-38 {
  transition-delay: 3.8s !important;
}

.delay-39 {
  transition-delay: 3.9s !important;
}

.delay-40 {
  transition-delay: 4s !important;
}

.delay-41 {
  transition-delay: 4.1s !important;
}

.delay-42 {
  transition-delay: 4.2s !important;
}

.delay-43 {
  transition-delay: 4.3s !important;
}

.delay-44 {
  transition-delay: 4.4s !important;
}

.delay-45 {
  transition-delay: 4.5s !important;
}

.delay-46 {
  transition-delay: 4.6s !important;
}

.delay-47 {
  transition-delay: 4.7s !important;
}

.delay-48 {
  transition-delay: 4.8s !important;
}

.delay-49 {
  transition-delay: 4.9s !important;
}

.delay-50 {
  transition-delay: 5s !important;
}

.delay-51 {
  transition-delay: 5.1s !important;
}

.delay-52 {
  transition-delay: 5.2s !important;
}

.delay-53 {
  transition-delay: 5.3s !important;
}

.delay-54 {
  transition-delay: 5.4s !important;
}

.delay-55 {
  transition-delay: 5.5s !important;
}

.delay-56 {
  transition-delay: 5.6s !important;
}

.delay-57 {
  transition-delay: 5.7s !important;
}

.delay-58 {
  transition-delay: 5.8s !important;
}

.delay-59 {
  transition-delay: 5.9s !important;
}

.delay-60 {
  transition-delay: 6s !important;
}

.delay-61 {
  transition-delay: 6.1s !important;
}

.delay-62 {
  transition-delay: 6.2s !important;
}

.delay-63 {
  transition-delay: 6.3s !important;
}

.delay-64 {
  transition-delay: 6.4s !important;
}

.delay-65 {
  transition-delay: 6.5s !important;
}

.delay-66 {
  transition-delay: 6.6s !important;
}

.delay-67 {
  transition-delay: 6.7s !important;
}

.delay-68 {
  transition-delay: 6.8s !important;
}

.delay-69 {
  transition-delay: 6.9s !important;
}

.delay-70 {
  transition-delay: 7s !important;
}

.delay-71 {
  transition-delay: 7.1s !important;
}

.delay-72 {
  transition-delay: 7.2s !important;
}

.delay-73 {
  transition-delay: 7.3s !important;
}

.delay-74 {
  transition-delay: 7.4s !important;
}

.delay-75 {
  transition-delay: 7.5s !important;
}

.delay-76 {
  transition-delay: 7.6s !important;
}

.delay-77 {
  transition-delay: 7.7s !important;
}

.delay-78 {
  transition-delay: 7.8s !important;
}

.delay-79 {
  transition-delay: 7.9s !important;
}

.delay-80 {
  transition-delay: 8s !important;
}

.delay-81 {
  transition-delay: 8.1s !important;
}

.delay-82 {
  transition-delay: 8.2s !important;
}

.delay-83 {
  transition-delay: 8.3s !important;
}

.delay-84 {
  transition-delay: 8.4s !important;
}

.delay-85 {
  transition-delay: 8.5s !important;
}

.delay-86 {
  transition-delay: 8.6s !important;
}

.delay-87 {
  transition-delay: 8.7s !important;
}

.delay-88 {
  transition-delay: 8.8s !important;
}

.delay-89 {
  transition-delay: 8.9s !important;
}

.delay-90 {
  transition-delay: 9s !important;
}

.delay-91 {
  transition-delay: 9.1s !important;
}

.delay-92 {
  transition-delay: 9.2s !important;
}

.delay-93 {
  transition-delay: 9.3s !important;
}

.delay-94 {
  transition-delay: 9.4s !important;
}

.delay-95 {
  transition-delay: 9.5s !important;
}

.delay-96 {
  transition-delay: 9.6s !important;
}

.delay-97 {
  transition-delay: 9.7s !important;
}

.delay-98 {
  transition-delay: 9.8s !important;
}

.delay-99 {
  transition-delay: 9.9s !important;
}

.el_anchorTtl {
  width: 347px;
  margin: 0 auto 30px;
}
@media only screen and (max-width: 768px) {
  .el_anchorTtl {
    width: 200px;
    margin: 0 auto min(27px, 7.2vw);
  }
}

.el_chapterTtl {
  margin: 0 auto 40px;
  width: 100%;
  height: auto;
}
.el_chapterTtl img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.el_chapterMovie {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .el_chapterMovie {
    margin-bottom: min(15px, 4vw) !important;
  }
}
.el_chapterMovie video {
  object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  box-shadow: 10px 10px 12px rgba(0, 0, 0, 0.3);
}

.el_txtNote {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .el_txtNote {
    font-size: 12px;
  }
}

.el_chrMarkTxt {
  margin: 40px auto 60px;
}
@media only screen and (max-width: 768px) {
  .el_chrMarkTxt {
    margin: min(36px, 9.6vw) auto min(34px, 9.07vw);
  }
}

.el_movieLink {
  position: relative;
  display: inline-block;
  text-decoration: underline;
  padding-left: 30px;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .el_movieLink {
    font-size: 1.7rem;
  }
}
.el_movieLink::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(https://www.7andi.com/sustainability/statement/assets/images/common/common-arrow.png) no-repeat center/contain;
  left: 0;
  top: 3px;
}
.el_movieLink::after {
  width: 16px;
  height: 12px;
  content: "";
  display: inline-block;
  margin-left: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAYCAMAAADat72NAAAAElBMVEVJsl9Jsl9Jsl9Jsl9Jsl9Jsl+684x+AAAABXRSTlMA7t74/Wy1zZQAAABBSURBVHja7c47CgAgDETBbD73v7JCRJslira+Is3AEsnA08HBs5q9Zgj6feEcF9LnDdOOuOiK16teswVrsoKX2gCUCAURXjZNYQAAAABJRU5ErkJggg==);
  background-repeat: no-repeat;
  background-size: 16px 12px;
}
.el_movieLink:hover {
  text-decoration: none;
}

.hl_tar {
  text-align: right;
}

.hl_mb10 {
  margin-bottom: 10px !important;
}

.hl_mb40 {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .hl_mb40 {
    margin-bottom: min(30px, 8vw) !important;
  }
}

.hl_ls2 {
  letter-spacing: 0.3em;
}

.ly_mainBgArea {
  position: relative;
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .ly_mainBgArea {
    padding-bottom: 50px;
  }
}

.ly_chapter {
  position: relative;
  background: #fff;
  border-radius: 100px;
  padding: 97px 0 40px;
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .ly_chapter {
    border-radius: 4vw;
    width: min(94vw, 352.5px);
    padding: 57px 0 30px;
  }
}

.bl_mv {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 768px) {
  .bl_mv {
    max-width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }
}
.bl_mv_img {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_img {
    margin-bottom: 10px;
  }
}
.bl_mv_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_mv_txt {
  position: relative;
  z-index: 5;
  width: 97.52%;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_txt {
    width: min(340px, 89vw);
    margin: 0 auto;
  }
}
.bl_mv_txt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bl_mv_deco {
  position: absolute;
  z-index: 4;
}
.bl_mv_deco__train {
  right: 0;
  top: 405px;
  width: 90px;
  height: 164px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__train {
    width: 46px;
    height: 83px;
    left: initial;
    right: 11px;
    top: 123vw;
  }
}
.bl_mv_deco__castl {
  left: 236px;
  top: 423px;
  width: 177px;
  height: 150px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__castl {
    left: 2vw;
    top: 130vw;
    bottom: 0;
    width: 98px;
    height: 78px;
  }
}

.el_specialtxt {
  position: relative;
  width: 461px;
  margin: 80px auto 50px;
}
@media only screen and (max-width: 768px) {
  .el_specialtxt {
    width: 200px;
    margin: 30px auto 20px;
  }
}
.el_specialtxt img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_mvMovie {
  position: relative;
  width: 710px;
  margin: 0 auto;
  padding-bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .bl_mvMovie {
    width: min(94vw, 352.5px);
    padding-bottom: min(35px, 9.33vw);
  }
}
.bl_mvMovie_img iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.bl_mvMovie_txt {
  margin: 40px auto 0;
  width: 503px;
}
@media only screen and (max-width: 768px) {
  .bl_mvMovie_txt {
    margin: min(20.3px, 5.41vw) auto 0;
    width: min(88.27vw, 331px);
  }
}

.bl_main {
  position: relative;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bl_main {
    width: 87.5%;
    border-radius: 4vw;
  }
}

.bl_wrap710 {
  max-width: 710px;
  width: 100%;
  margin: 0 auto;
}

.bl_anchor {
  margin: 0 auto 140px !important;
  width: 478px;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .bl_anchor {
    width: 100%;
    font-size: 3.2vw;
    margin: 0 auto 30px !important;
  }
}
.bl_anchor > li {
  letter-spacing: -0.05em;
  color: #314e58;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .bl_anchor > li {
    white-space: initial;
  }
}
.bl_anchor > li + li {
  margin-top: 10px;
}
.bl_anchor > li a {
  color: #314e58;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.bl_anchor > li a:hover {
  text-decoration: none;
}
.bl_anchor_num {
  display: inline-block;
  margin-right: 8px;
}

.bl_chBlock {
  position: relative;
  padding: 10px 0 102px;
}
@media only screen and (max-width: 768px) {
  .bl_chBlock {
    padding: min(7px, 1.87vw) 0 min(32px, 8.53vw);
  }
}

.bl_chapterImgWrap {
  position: relative;
  width: 100%;
}
.bl_chapterImgWrap__ch02 {
  margin: 10px 0;
  height: 281px;
}
@media only screen and (max-width: 768px) {
  .bl_chapterImgWrap__ch02 {
    margin: 0 0 min(11px, 2.93vw);
    height: min(155px, 41.33vw);
  }
}
.bl_chapterImgWrap__ch03 {
  margin: 10px 0 5px;
  height: 244px;
}
@media only screen and (max-width: 768px) {
  .bl_chapterImgWrap__ch03 {
    margin: 0;
    height: min(134.8px, 35.95vw);
  }
}
.bl_chapterImgWrap_item {
  position: absolute;
  height: auto;
}
.bl_chapterImgWrap_item__01 {
  left: 50px;
  bottom: 0;
  width: 264px;
  animation: kaku07 3s linear infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_chapterImgWrap_item__01 {
    left: 0;
    width: min(131px, 34.93vw);
  }
}
.bl_chapterImgWrap_item__02 {
  right: 25px;
  bottom: 0;
  width: 384px;
  animation: kaku07 3s linear infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_chapterImgWrap_item__02 {
    right: max(-16px, -4.27vw);
    width: min(212px, 56.53vw);
  }
}
.bl_chapterImgWrap_item__03 {
  width: 317.5px;
  left: 0;
  bottom: 0;
  animation: kaku06 3.5s linear infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_chapterImgWrap_item__03 {
    left: 0;
    width: min(143.6px, 38.29vw);
  }
}
.bl_chapterImgWrap_item__04 {
  width: 359px;
  right: 20px;
  bottom: 0;
  animation: kaku06 3.5s linear infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_chapterImgWrap_item__04 {
    right: max(-10px, -4.27vw);
    width: min(180.5px, 48.13vw);
  }
}
.bl_chapterImgWrap_item img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.el_chapterImg {
  position: relative;
}
.el_chapterImg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.el_chapterImg__ch01 {
  margin: 40px auto 50px;
  max-width: 608px;
}
.el_chapterImg__ch01 img {
  object-fit: contain;
}
.el_chapterImg__ch02 {
  margin: 45px auto 18px;
  width: min(584.3px, 73%);
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch02 {
    width: 100%;
  }
}
.el_chapterImg__ch03 {
  margin: 0 auto 40px;
  width: min(576px, 72%);
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch03 {
    width: 100%;
  }
}
.el_chapterImg__ch04 {
  margin: 20px auto 35px;
  width: min(517px, 64.6%);
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch04 {
    width: 100%;
  }
}
.el_chapterImg__ch05 {
  margin: 0 auto 70px;
  width: min(576px, 72%);
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch05 {
    width: 100%;
  }
}

.el_chapterImgCol {
  display: grid;
  gap: 35px;
  grid-template-columns: repeat(3, 1fr);
  max-width: 652px;
  width: 100%;
  margin: 0 auto 18px;
}
@media only screen and (max-width: 768px) {
  .el_chapterImgCol {
    gap: 10px;
  }
}
.el_chapterImgCol_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.bl_artHead_movie {
  position: relative;
  z-index: 4;
  max-width: 710px;
  height: 406px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .bl_artHead_movie {
    height: 205px;
  }
}
.bl_artHead_movie .bl_artHead_movieInner {
  width: 100%;
  height: 100%;
  max-width: 710px;
  max-height: 407px;
}
.bl_artHead_movie iframe, .bl_artHead_movie video {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bl_artHead_movie.scrolling {
  max-width: 320px;
  transition: 0.4s ease;
}

.scrolling .bl_artHead_movieInner {
  position: fixed;
  width: clamp(260px, (100vw - 720px) / 2 - 55px, 320px);
  max-width: 320px;
  height: 160px;
  bottom: 16px;
  left: 0;
  transform: translateX(0);
  background: #333;
  border-radius: 0 0 6px 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .scrolling .bl_artHead_movieInner {
    top: 55px;
    height: 152px;
  }
}
@media screen and (min-width: 1301px) {
  .scrolling .bl_artHead_movieInner {
    height: 180px;
  }
}

.scrolling.is-hide .bl_artHead_movieInner {
  transform: translateX(-100%);
  left: 0;
  transition: 0.4s ease;
}

.scrolling .bl_artHead_moviePlay {
  width: clamp(260px, (100vw - 720px) / 2 - 55px, 320px);
  height: 100%;
  border-radius: 6px;
}
@media screen and (max-width: 768px) {
  .scrolling .bl_artHead_moviePlay {
    width: 270px;
    height: 152px;
  }
}

.videoShowBtn {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  width: 32px;
  height: 160px;
  border: none;
  color: #fff;
  opacity: 1;
}
.videoShowBtn_txt {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  white-space: pre;
  writing-mode: vertical-rl;
  place-content: center;
  width: 100%;
  line-height: 1;
  font-size: 1.3rem;
  background: #333;
  border-radius: 0 6px 6px 0;
  transition: 0.3s ease;
}
.videoShowBtn_txt:hover {
  background: #008833;
}
.videoShowBtn_txt__close {
  display: none;
  height: 100%;
}
.videoShowBtn_txt__open {
  height: 32px;
  opacity: 0;
}
.videoShowBtn_txt__open::before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url(../../assets/img/player_close.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .videoShowBtn {
    height: 152px;
  }
}
@media screen and (min-width: 1301px) {
  .videoShowBtn {
    height: 180px;
  }
}

.scrolling .videoShowBtn {
  opacity: 1;
  visibility: visible;
  left: clamp(260px, (100vw - 720px) / 2 - 55px, 320px);
  transform: none;
}
@media screen and (max-width: 768px) {
  .scrolling .videoShowBtn {
    left: 270px;
  }
}
.scrolling .videoShowBtn_txt__open {
  opacity: 1;
  visibility: visible;
}

.scrolling.is-hide .videoShowBtn {
  right: 0;
  left: initial;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .scrolling.is-hide .videoShowBtn {
    height: 152px;
  }
}
@media screen and (min-width: 1301px) {
  .scrolling.is-hide .videoShowBtn {
    height: 180px;
  }
}
.scrolling.is-hide .videoShowBtn_txt__close {
  display: grid;
  transform: translateX(100%);
}
.scrolling.is-hide .videoShowBtn_txt__open {
  opacity: 0;
  visibility: hidden;
}
.scrolling.is-hide .videoShowBtn_txt__open::before {
  content: none;
}

@keyframes moveIn {
  0% {
    opacity: 0;
  }
  90% {
    transform: translateX(-125%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.modals {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 30000;
}
.modals__img {
  position: relative;
  border: 3.8px solid #8c8c8c;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .modals__img {
    border: 2px solid #8c8c8c;
  }
}
.modals__img::before {
  content: "";
  position: absolute;
  background: #8c8c8c;
  width: calc(100% + 7px);
  height: calc(100% + 3px);
  opacity: 0.7;
  right: -23px;
  bottom: -21px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .modals__img::before {
    right: -14px;
    bottom: -14px;
  }
}
.modals__img img {
  position: relative;
  z-index: 2;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.modals__bg {
  background: rgba(255, 255, 200, 0.7);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modals__bg.non-bg {
  background: none;
}

.modals__content {
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  height: 100%;
  height: calc(100vh - 108px);
  max-width: 750px;
  max-height: 100%;
}
@media screen and (max-width: 768px) {
  .modals__content {
    max-width: min(331px, 88.2vw);
    width: 100%;
    height: auto;
  }
}
.modals__content .modal-inner {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.modals__content .js-modal-close {
  position: absolute;
  cursor: pointer;
  right: 17px;
  top: 14px;
  color: #fff;
  opacity: 1;
  width: 60px;
  height: 60px;
  background: #000;
  border: 6px solid #000;
  border-radius: 100px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 3;
}
.modals__content .js-modal-close::before, .modals__content .js-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 6px;
  height: 40px;
  border-radius: 8px;
  background: #fff;
}
.modals__content .js-modal-close::after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.modals__content .js-modal-close:hover {
  background: #fff;
}
.modals__content .js-modal-close:hover::before, .modals__content .js-modal-close:hover::after {
  background: #000;
}

@media screen and (max-width: 768px) {
  .modals__content .js-modal-close {
    right: 2.6vw;
    top: 2.6vw;
    width: 10.42vw;
    height: 10.42vw;
  }
  .modals__content .js-modal-close::before, .modals__content .js-modal-close::after {
    width: 1.04vw;
    height: 6.51vw;
  }
  .modals__content.movie-box {
    max-width: 85.96vw;
    max-height: 55.89vw;
  }
}
#areaWrapper1 {
  background: #ffffde !important;
}

body:not(.p_menu_01) #areaWrapper2 {
  background: #ffffde !important;
  width: 1250px !important;
}
@media only screen and (max-width: 768px) {
  body:not(.p_menu_01) #areaWrapper2 {
    width: 100% !important;
  }
}

.siteStructureWrap .pbBlockNavigation {
  margin-bottom: 0 !important;
}

.pbMainArea {
  overflow: visible !important;
}

.rn2022_footer {
  position: relative;
  z-index: 4;
}