@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+ */
}
body.responsive #areaWrapper1 {
  width: 100vw !important;
}
*,
::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 */
  text-decoration: none !important;
  color: #314E58 !important;
}

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%;
  overscroll-behavior: none;
  scroll-behavior: smooth;
}

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

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;
  overscroll-behavior-y: none;
  scroll-snap-type: none;
}

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

.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: 258px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  .el_anchorTtl {
    width: min(150px, 40vw);
    margin: 0 auto min(27px, 7.2vw);
  }
}

.el_chapterTtl {
  margin: 0 -45px;
}
@media only screen and (max-width: 768px) {
  .el_chapterTtl {
    margin: 0 -4vw;
  }
}

.el_chapterMovie {
  margin-bottom: 40px !important;
}
@media only screen and (max-width: 768px) {
  .el_chapterMovie {
    margin-bottom: min(30px, 8vw) !important;
  }
}
.el_chapterMovie video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}

.el_txtNote {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .el_txtNote {
    font-size: 12px;
  }
}
.el_txtNote__sp {
  margin-top: min(17px, 4.53vw);
}

.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;
  color: #333;
  padding-left: 30px;
}
@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;
  background: linear-gradient(180deg, rgb(255, 204, 51) 11%, rgb(255, 255, 255) 100%);
  padding-bottom: 120px;
}
@media only screen and (max-width: 768px) {
  .ly_mainBgArea {
    background: rgb(255, 204, 51);
    padding-bottom: 50px;
  }
}

.ly_chapter {
  position: relative;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .ly_chapter {
    width: min(94vw, 352.5px);
  }
}

.bl_mv {
  position: relative;
  max-width: 1250px;
  width: 100%;
  margin: 0 auto 25px;
}
@media only screen and (max-width: 768px) {
  .bl_mv {
    overflow: hidden;
    margin: 0 auto;
    padding-top: min(66px, 17.6vw);
    padding-bottom: min(47px, 12.53vw);
  }
}
.bl_mv_img {
  position: relative;
  z-index: 3;
  width: 867.6px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .bl_mv_img {
    width: 98vw;
  }
}
.bl_mv_txt {
  position: relative;
  z-index: 5;
  width: 721.8px;
  margin: -50px auto 0;
}
@media only screen and (max-width: 768px) {
  .bl_mv_txt {
    margin: max(-3vw, -11px) auto 0;
    width: min(283px, 75.47vw);
  }
}
.bl_mv_deco {
  position: absolute;
  z-index: 2;
}
.bl_mv_deco__shake {
  left: -20px;
  top: 25px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__shake {
    transform: rotate(6deg);
    width: min(125px, 33.33vw);
    left: 0;
    top: 0;
  }
}
.bl_mv_deco__konbu {
  left: 46px;
  top: 215px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__konbu {
    left: 29vw;
    top: 10vw;
    width: min(99px, 26.4vw);
  }
}
.bl_mv_deco__ringo {
  left: 0;
  top: 342px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__ringo {
    width: 27.2vw;
    left: 47vw;
    top: 1vw;
  }
}
.bl_mv_deco__nigiri {
  left: 35px;
  bottom: 135px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__nigiri {
    transform: rotate(-12deg);
    width: 18.93vw;
    left: 1vw;
    bottom: 29vw;
  }
}
.bl_mv_deco__sufure {
  left: 65px;
  bottom: 10px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__sufure {
    width: 23.2vw;
    left: 4vw;
    bottom: 10vw;
  }
}
.bl_mv_deco__ushi {
  right: 0;
  top: 21px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__ushi {
    width: 23.4vw;
    right: 2vw;
    top: 2vw;
  }
}
.bl_mv_deco__satsumaimo {
  right: 35px;
  top: 173px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__satsumaimo {
    width: 21.87vw;
    right: 14vw;
    top: 19.6vw;
  }
}
.bl_mv_deco__garic {
  right: -5px;
  top: 314px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__garic {
    width: 18.2vw;
    right: initial;
    left: 3vw;
    top: 23vw;
  }
}
.bl_mv_deco__cheenigiri {
  right: 22px;
  bottom: 143px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__cheenigiri {
    width: 20vw;
    right: 1vw;
    bottom: 26vw;
  }
}
.bl_mv_deco__sifon {
  right: 110px;
  bottom: 12px;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__sifon {
    width: 17.7vw;
    right: 8vw;
    bottom: 7.4vw;
  }
}
.bl_mv_deco__spark {
  z-index: 1;
  width: 1128.5px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 44px;
  left: 32px;
  animation: blink02 4s ease infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__spark {
    animation: none;
    width: min(307px, 81.87vw);
    left: min(12.3px, 3.28vw);
    top: min(12.3px, 3.28vw);
  }
}
.bl_mv_deco__spark02 {
  z-index: 1;
  width: 1198.5px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  top: 56px;
  left: 22px;
  animation: blink02 4s ease 2s infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__spark02 {
    display: none;
  }
}
.bl_mv_deco__spark01 {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__spark01 {
    width: min(21.2px, 5.65vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    left: 2vw;
    bottom: 40vw;
  }
}
.bl_mv_deco__spark02 {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__spark02 {
    width: min(21.2px, 5.65vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    left: 24vw;
    bottom: 7vw;
  }
}
.bl_mv_deco__spark03 {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__spark03 {
    width: min(21.2px, 5.65vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    right: 4vw;
    bottom: 40vw;
  }
}
.bl_mv_deco__spark04 {
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .bl_mv_deco__spark04 {
    width: min(21.2px, 5.65vw);
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    right: 6vw;
    bottom: 5vw;
  }
}

.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%;
  -o-object-fit: cover;
     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;
  background: #fff;
  border-radius: 36px;
  padding: 58px 45px 50px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bl_main {
    padding: 9.3vw min(21px, 5.6vw) 0;
    border-radius: 4vw;
  }
}

.bl_anchor {
  margin: 0 auto !important;
  padding-bottom: 90px !important;
  width: 410px;
  font-size: 19px;
}
@media only screen and (max-width: 768px) {
  .bl_anchor {
    width: 100%;
    font-size: 3.2vw;
    padding-bottom: min(9.6vw, 36px) !important;
  }
}
.bl_anchor > li {
  color: #314e58;
  white-space: nowrap;
}
@media only screen and (max-width: 768px) {
  .bl_anchor > li {
    white-space: initial;
  }
}
.bl_anchor > li + li {
  margin-top: 15px;
}
.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: 10px;
}

.bl_chBlock {
  position: relative;
  padding: 10px 0 55px;
}
@media only screen and (max-width: 768px) {
  .bl_chBlock {
    padding: min(7px, 1.87vw) 0 min(32px, 8.53vw);
  }
}
.bl_chBlock::before {
  content: "";
  position: absolute;
  background: url(../img/seikan/cahpter_line.svg) no-repeat center/contain;
  height: 19px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media only screen and (max-width: 768px) {
  .bl_chBlock::before {
    height: min(2.13vw, 8px);
  }
}

.bl_pdItemBox {
  padding: 0 30px;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox {
    padding: 0;
  }
}
.bl_pdItemBox + .bl_pdItemBox {
  margin-top: 60px;
}
.bl_pdItemBox_ttl {
  position: relative;
  width: 387px;
  margin: 0 auto 20px;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_ttl {
    margin: 0 auto min(10px, 2.67vw);
    width: min(79.47vw, 298px);
  }
}
.bl_pdItemBox_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px !important;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_list {
    display: block;
  }
}
.bl_pdItemBox_list > li {
  max-width: 285px;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_list > li {
    max-width: 100%;
  }
}
.bl_pdItemBox_list > li a:hover {
  cursor: pointer;
}
.bl_pdItemBox_list > li a:hover .bl_pdItemBox_btn {
  transform: translate(5px, 5px);
  box-shadow: 0 0 0 #fff;
}
.bl_pdItemBox_btn {
  position: relative;
  margin: 15px auto 0;
  display: grid;
  place-content: center;
  text-align: center;
  width: 217.6px;
  height: 42.5px;
  padding: 7px;
  border-radius: 11.5px;
  transition: 0.2s ease;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_btn {
    width: min(226.7px, 60.45vw);
    height: min(40.8px, 10.9vw);
    border-radius: 50px;
  }
}
.bl_pdItemBox_btn_txt {
  position: relative;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding-right: 20px;
  font-size: 16px;
  line-height: 1;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_btn_txt {
    font-size: min(4.61vw, 17.3px);
  }
}
.bl_pdItemBox_btn_txt::before {
  content: "";
  position: absolute;
  background: url(../img/seikan/btn_arrow.svg) no-repeat center/contain;
  width: 16px;
  height: 16px;
  right: 0;
  top: -0.1rem;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_btn_txt::before {
    width: min(16px, 4.27vw);
    height: min(16px, 4.27vw);
    top: 0;
  }
}
.bl_pdItemBox_btn__hak {
  border: 1px solid #ffcc33;
  background: #ff8500;
  box-shadow: 5px 5px 0 #ffcc33;
}
.bl_pdItemBox_btn__aom {
  border: 1px solid #ffacac;
  background: #ff5a5a;
  box-shadow: 5px 5px 0 #ffacac;
}
.bl_pdItemBox_img {
  margin: 0 auto;
  position: relative;
}
.bl_pdItemBox_img::before, .bl_pdItemBox_img::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 2;
}
.bl_pdItemBox_img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.bl_pdItemBox_img__01 {
  width: 265.5px;
  height: 228px;
}
.bl_pdItemBox_img__01 img {
  animation: kaku03 3s linear infinite forwards;
}
.bl_pdItemBox_img__01::before {
  background-image: url(../img/seikan/spark_nigir-l.svg);
  width: 44px;
  height: 41px;
  left: -30px;
  bottom: 36px;
  opacity: 0;
  animation: blink01 3s ease 3s infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__01::before {
    width: 11.47vw;
    height: 11.47vw;
    left: -9vw;
    bottom: 2vw;
  }
}
.bl_pdItemBox_img__01::after {
  background-image: url(../img/seikan/spark_nigiri-r.svg);
  width: 47px;
  height: 48px;
  right: 17px;
  top: 32px;
  opacity: 0;
  animation: blink01 3s ease 1.5s infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__01::after {
    width: 11.47vw;
    height: 11.3vw;
    right: 4vw;
    top: 7vw;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__01 {
    width: min(235.46px, 62.79vw);
    height: auto;
    margin: 0 auto min(17px, 4.53vw);
  }
}
.bl_pdItemBox_img__02 {
  padding-top: 20px;
  width: 284.5px;
  height: 228px;
}
.bl_pdItemBox_img__02 img {
  animation: kaku04 2.5s linear infinite forwards;
}
.bl_pdItemBox_img__02::before {
  background-image: url(../img/seikan/spark_sufure-l.svg);
  width: 44px;
  height: 35px;
  left: -13px;
  bottom: 42px;
  opacity: 0;
  animation: blink01 3s ease 1.5s infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__02::before {
    width: 10.4vw;
    height: 8.27vw;
    left: -3.4vw;
    bottom: 0.3vw;
  }
}
.bl_pdItemBox_img__02::after {
  background-image: url(../img/seikan/spark_sufure-r.svg);
  width: 48px;
  height: 48px;
  right: -6px;
  top: 28px;
  animation: blink01 3s ease infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__02::after {
    width: 11.3vw;
    height: 11.47vw;
    right: -1vw;
    top: 12.5vw;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__02 {
    width: min(250.7px, 66.85vw);
    margin-bottom: min(7.73vw, 29px);
    padding-top: min(40px, 10.67vw);
    height: auto;
  }
}
.bl_pdItemBox_img__03 {
  width: 240.5px;
  height: 226px;
}
.bl_pdItemBox_img__03 img {
  animation: kaku04 2.5s linear infinite forwards;
}
.bl_pdItemBox_img__03::before {
  background-image: url(../img/seikan/spark_chee-l.svg);
  width: 38.4px;
  height: 44px;
  left: -22px;
  top: 28px;
  animation: blink02 3s ease infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__03::before {
    width: 9.12vw;
    height: 10.45vw;
    left: -6vw;
    top: 6vw;
  }
}
.bl_pdItemBox_img__03::after {
  background-image: url(../img/seikan/spark_chee-r.svg);
  width: 44.2px;
  height: 35.3px;
  right: -24px;
  bottom: 34px;
  animation: blink02 3s ease 1.5s infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__03::after {
    width: 10.51vw;
    height: 8.4vw;
    right: -6vw;
    bottom: 1.7vw;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__03 {
    height: auto;
    width: min(212px, 56.53vw);
    margin-bottom: min(4.93vw, 18.5px);
  }
}
.bl_pdItemBox_img__04 {
  width: 197px;
  height: 226px;
}
.bl_pdItemBox_img__04 img {
  animation: kaku03 3s linear infinite forwards;
}
.bl_pdItemBox_img__04::before {
  background-image: url(../img/seikan/spark_sifon-l.svg);
  width: 38.4px;
  height: 44px;
  left: -20px;
  top: 20px;
  animation: blink02 3s ease 1.5s infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__04::before {
    width: 9.12vw;
    height: 10.45vw;
    left: -2.8vw;
    top: 6vw;
  }
}
.bl_pdItemBox_img__04::after {
  background-image: url(../img/seikan/spark_sifon-r.svg);
  width: 41.2px;
  height: 33px;
  right: -24px;
  bottom: 14px;
  animation: blink02 3s ease infinite forwards;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__04::after {
    width: 9.79vw;
    height: 7.85vw;
    right: -5vw;
    bottom: 2.1vw;
  }
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_img__04 {
    height: auto;
    padding-top: min(21px, 5.6vw);
    margin-bottom: min(13px, 3.47vw);
    width: min(184.45px, 49.19vw);
  }
}
.bl_pdItemBox_name {
  margin: 0 auto 15px;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_name {
    margin: 0 auto min(12.25px, 3.27vw);
  }
}
.bl_pdItemBox_name__01 {
  width: 248.5px;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_name__01 {
    width: min(260.7px, 69.52vw);
  }
}
.bl_pdItemBox_name__02 {
  width: 275.6px;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_name__02 {
    width: min(289.2px, 77.12vw);
  }
}
.bl_pdItemBox_name__03 {
  width: 143px;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_name__03 {
    width: min(150px, 40vw);
  }
}
.bl_pdItemBox_name__04 {
  width: 277.7px;
}
@media only screen and (max-width: 768px) {
  .bl_pdItemBox_name__04 {
    width: min(291.4px, 77.71vw);
  }
}

.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 {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.el_chapterImg {
  position: relative;
}
.el_chapterImg__ch01 {
  height: 279.5px;
  margin: 10px auto 0;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch01 {
    height: 35.89vw;
  }
}
.el_chapterImg__ch01 img {
  -o-object-fit: contain;
     object-fit: contain;
}
.el_chapterImg__ch01 .saitosan {
  position: absolute;
  left: 36px;
  top: 7px;
  width: 185.5px;
  height: 260px;
  animation: kaku04 2s linear infinite forwards;
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch01 .saitosan {
    height: 34.4vw;
    width: 24.53vw;
    left: 0;
    top: 0;
  }
}
.el_chapterImg__ch02 {
  margin: 25px auto;
  width: 85%;
  animation: kaku05 5s linear infinite forwards;
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch02 {
    width: 100%;
    margin: min(12px, 3.2vw) auto min(17px, 4.53vw);
  }
}
.el_chapterImg__ch05 {
  margin: 50px auto;
  width: 90%;
}
@media only screen and (max-width: 768px) {
  .el_chapterImg__ch05 {
    margin: min(22px, 5.87vw) auto;
    width: 100%;
  }
}

.modals {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  z-index: 30000;
}

.modals__bg {
  height: max(960px, 100vh);
  position: absolute;
  width: 100%;
}
.modals__bg--hak {
  background: rgba(255, 206, 153, 0.9);
}
.modals__bg--aom {
  background: rgba(255, 230, 220, 0.9);
}

.modals__content {
  position: absolute;
  left: 50%;
  top: 30px;
  transform: translate(-50%, 0);
  width: 90%;
  max-width: 800px;
  max-height: 840px;
}
.modals__content .js-modal-close {
  content: "";
  position: absolute;
  cursor: pointer;
  left: 0;
  top: 0;
  width: 85px;
  height: 85px;
  background: transparent;
}

@media only screen and (max-width: 768px) {
  .modals__content {
    max-width: 92vw;
    max-height: 150.13vw;
  }
}
.back__link {
  width: 100%;
  height: 100%;
  border: 1px solid #008833;
  border-radius: 100px;
  color: #008833 !important;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .back__link {
    font-size: 1.4rem;
  }
}
.back__link:hover {
  background-color: #ECF8F0;
}

.related-post {
  margin-top: 50px;
}

.theme-header__link {
  color: #083 !important;
}
.theme-header__link.on {
  color: #fff !important;
}
.theme-header__new-label {
  color: #083 !important;
}
@media screen and (max-width: 768px) {
  .theme-header__new-label {
    color: #fff !important;
  }
}

.footer-banner__img:hover {
  transform: scale(1.1);
}

.post-share {
  display: block;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .post-share {
    margin-bottom: 0;
  }
}
.post-share__list {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.post-share__item {
  width: 34px;
  height: 34px;
}
.post-share__item a {
  display: block;
}
body:not(.p_menu_01) #areaWrapper2 {
  width: 100% !important;
}

.bl_article {
  display: flex;
  flex-direction: column;
  padding: 74px 40px 94px;
}
@media only screen and (max-width: 768px) {
  .bl_article {
    padding: 47px 0 40px;
  }
}
.bl_article__title {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 43px;
}
@media only screen and (max-width: 768px) {
  .bl_article__title {
    width: 56%;
    margin-inline: auto;
    margin-bottom: 22.86px;
  }
}
.bl_article__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 768px) {
  .bl_article__list {
    width: 100%;
  }
}
.bl_article__list--sp {
  display: none;
}
.bl_article__list--pc {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 21px;
}
@media only screen and (max-width: 768px) {
  .bl_article .bl_article__list--sp {
    display: block;
  }
  .bl_article .bl_article__list--pc {
    display: none;
  }
}
.bl_article__item {
  width: auto;
  transition: .3s;
}
.bl_article__item:hover {
  opacity: .5;
}
@media only screen and (max-width: 768px) {
  .bl_article__item {
    width: 255px;
  }
}
.bl_article .swiper {
  overflow: hidden;
}
.bl_article .swiper-slide {
  width: 255px;
}
.bl_article__text {
  margin-top: 16px;
  font-size: 1.25vw;
  line-height: 1.5;
}
@media only screen and (max-width: 768px) {
  .bl_article__text {
    font-size: 16px;
    margin-top: 11px;
  }
}
.bl_article__img img {
  height: auto;
}
.bl_bnr--wide {
  display: flex;
  align-items: center;
  max-width: 1000px;
  background: #f0f8ff;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .bl_bnr--wide {
    display: block;
  }
}
.bl_bnr__img {
  width: 35%;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__img {
    width: 100%;
    aspect-ratio: 335/170;
  }
}
.bl_bnr__img img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bl_bnr__inner {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 0 0 3.72%;
  margin-right: 2.32%;
  background: url("../img/kesennuma/01/banner-bg.png") no-repeat center/100% auto;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__inner {
    padding: 17px 15px 23px;
    gap: 16.18px;
  }
}
.bl_bnr__botton {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-width: 280px;
  padding: 12.97px 61.48px 12.03px 28.52px;
  margin-left: auto;
  color: #3380d1;
  background: #fff;
  border: 2px solid #3380d1;
  border-radius: 60px;
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0.06em;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__botton {
    min-width: 251px;
    padding-right: 1px;
    margin-left: 0;
    margin-inline: auto;
    font-size: 16.14px;
  }
}
.bl_bnr__botton::after {
  position: absolute;
  content: "";
  top: 25%;
  right: 6%;
  width: 23.17px;
  height: 23.17px;
  background: url("../img/arrow_orange.svg") no-repeat center/contain;
}
@media only screen and (max-width: 768px) {
  .bl_bnr__botton img {
    width: 171px;
  }
}
.bl_bnr--grid {
  display: flex;
  gap: 40px;
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  .bl_bnr--grid {
    flex-direction: column;
    gap: 24.55px;
    padding: 0 20px;
  }
}
.bl_bnr__link {
  transition: .3s;
}
.bl_bnr__link:hover {
  opacity: .5;
}

.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%;
  -o-object-fit: cover;
     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(../img/seikan/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%);
  }
}