@charset "UTF-8";
/*
  html5doctor.com Reset Stylesheet v1.6.1
*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}ins{background-color:#ff9;color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}
/* Common Element */
*{
  box-sizing: border-box;
}
body{
  position: relative;
  color: #000;
  font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}
a{
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  padding: 0;
  background: transparent;
}
/* Common Component */
.footer__copyright {
  padding: 0 0 24px;
  font-size: 11px;
  line-height: 17px;
  text-align: center;
}
.footer__copyright a {
  color: #444;
}
.footer__copyright a:focus,
.footer__copyright a:hover {
  text-decoration: none;
}
.footer__copyright__name {
  display: inline-block;
  margin: 0 0 0 10px;
}
.footer {
  padding-top: 24px;
  border-top: 1px solid #DBDBDB;
}
.footer__link {
  list-style: none;
  text-align: center;
  margin-bottom: 24px;
}
.footer__link li {
  display: inline-block;
  margin: 0 8px;
}
.footer__link a {
  color: #008000;
  font-size: 10px;
  line-height: 16px;
}
/* Page */
.container {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  color: #222;
}
.container img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.logo__area {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  z-index: 1;
  text-align: center;
  border-bottom-right-radius: 40px;
  background-color: #fff;
  box-shadow: 0px 5px 14px 0px rgba(0, 0, 0, 0.15);
}
.logo__area .cross {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ccc;
}
.mainvisual {
  padding: 48px 0 0 16px;
}
.mainvisual .inner {
  max-width: 652px;
  margin: 0 auto;
  padding: 72px 13px 26px;
  text-align: center;
  background-color: #EBFAEB;
  border-top-left-radius: 32px;
  border-bottom-left-radius: 32px;
}
.mainvisual img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.mainvisual .mainvisual__title {
  display: inline-block;
  margin-bottom: 24px;
}
.mainvisual .mainvisual__title img {
  max-width: 359px;
}
.mainvisual .mainvisual__img {
  display: inline-block;
  position: relative;
  text-align: right;
}
.mainvisual .mainvisual__img img {
  max-width: 300px;
}
.mainvisual .mainvisual__text {
  margin: 19px 10px 27px;
  color: #767676;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
}
.mainvisual .mainvisual__button {
  display: inline-block;
  position: relative;
  margin-top: 2px;
  padding-right: 12px;
  color: #0892C7;
  font-size: 11px;
  line-height: 13px;
  text-decoration: underline;
}
.mainvisual .mainvisual__button img {
  width: 9px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.mainvisual .mainvisual__button:hover {
  background-color: #4EBFEA;
}
.section__title {
  width: fit-content;
  margin: 0 auto 40px;
  padding-bottom: 13px;
  font-size: 22px;
  line-height: 33px;
  font-weight: bold;
  text-align: center;
  border-bottom: 5px solid #008000;
}
.section__sub__title {
  margin-bottom: 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
}
.section__bggreen {
  padding: 40px 0;
  background-color: #EBFAEB;
}
.about {
  max-width: 375px;
  margin: 0 auto;
  padding: 40px 37.5px;
}
@media screen and (max-width: 320px) {
  .about {
    padding: 40px 10px;
  }
}
.about .about__wrap {
  margin-top: 40px;
}
.about .about__wrap:nth-of-type(1) {
  padding-top: 16px;
  background: url("../image/about-num1.svg") no-repeat right top;
}
.about .about__wrap:nth-of-type(2) {
  padding-top: 32px;
  background: url("../image/about-num2.svg") no-repeat left top;
}
.about .about__wrap:nth-of-type(3) {
  padding-top: 30px;
  background: url("../image/about-num3.svg") no-repeat right top;
}
.about .about__title {
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.about .about__text {
  margin-top: 12px;
  color: #008000;
  font-size: 14px;
  line-height: 26.3px;
  font-weight: bold;
}
.about .about__text sup {
  font-size: 60%;
  vertical-align: super;
}
.about .about__notice {
  margin-top: 6px;
  color: #303030;
  font-size: 11px;
  line-height: 15px;
}
.voice {
  max-width: 375px;
  margin: 0 auto;
  padding: 40px 37.5px;
}
@media screen and (max-width: 320px) {
  .voice {
    padding: 40px 10px;
  }
}
.voice .voice__wrap {
  display: flex;
  align-items: center;
  padding: 16px 17.5px 19px;
  gap: 8px;
  background-color: #EBFAEB;
  border-radius: 8px;
}
.voice .voice__wrap:nth-of-type(1) {
  margin-bottom: 24px;
}
.voice .voice__img {
  width: 75px;
}
.voice .voice__img img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.voice .voice__text {
  flex: 1;
  font-size: 13px;
  line-height: 21px;
}
.flow {
  max-width: 375px;
  margin: 0 auto;
  padding: 40px 37.5px;
}
@media screen and (max-width: 320px) {
  .flow {
    padding: 40px 10px;
  }
}
.flow .flow__list {
  list-style: none;
}
.flow .flow__list li {
  margin-top: 32px;
  padding: 0 0 20px;
  background-color: #F5F4F2;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
.flow .flow__list .flow__list__inner > img {
  display: block;
  margin: auto;
}
.flow .flow__list__inner {
  padding: 20px 20px 0;
}
.flow .flow__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.flow .flow__num {
  padding: 5px 0;
  text-align: center;
  font-family: Hiragino Kaku Gothic Pro;
  font-weight: 600;
  font-size: 12.46px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  color: #008000;
  background: #EBFAEB;
}
.flow .flow__list li:nth-child(even) .flow__num {
  color: #0892C7;
  background: #F0FAFF;
}
.flow .flow__title {
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
}
.flow .flow__text {
  margin-top: 16px;
  font-size: 12px;
  line-height: 17px;
}
.flow .flow__text a {
  color: #008000;
  text-decoration: underline;
}
.flow .flow__note {
  margin-top: 8px;
  font-family: Hiragino Kaku Gothic ProN;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #767676;
}
.flow .introduce__button {
  margin: 16px 0 0;
}
.airshift {
  padding: 40px 37.5px;
  background-color: #F5F4F2;
}
@media screen and (max-width: 320px) {
  .airshift {
    padding: 40px 10px;
  }
}
.airshift .inner {
  max-width: 375px;
  margin: 0 auto;
}
.airshift__area {
  margin: 40px 0 32px;
  padding: 28px 20px 20px;
  background-color: #fff;
  border-radius: 8px;
}
.airshift__area .airshift__title {
  margin-bottom: 16px;
  text-align: center;
}
.airshift__area__img {
  text-align: center;
}
.airshift__area__img img {
  width: 260px;
  height: auto;
}
.airshift__area .airshift__text {
  margin-top: 16px;
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0.06em;
}
.airshift .corporates {
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 16px;
  padding: 20px 10px;
  border-radius: 8px;
  background-color: #fff;
}
.airshift .corporates li {
  width: 91px;
}
.airshift .airshift__notice {
  margin-bottom: 32px;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: .04em;
  text-align: center;
}
.airshift .airshift__button {
  display: inline-block;
  width: 100%;
  padding: 11px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  text-align: center;
  color: #008700;
  border: 1px solid #008700;
  border-radius: 12px;
  background-color: #fff;
}
.introduce .inner {
  max-width: 375px;
  margin: 0 auto;
  padding: 0 37.5px;
}
@media screen and (max-width: 320px) {
  .introduce .inner {
    padding: 0 20px;
  }
}
.introduce .section__title {
  margin-bottom: 30px;
}
.introduce .introduce__label {
  width: fit-content;
  margin: 30px auto 12px;
  padding: 4px 12px;
  color: #008000;
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  background-color: #fff;
  border: 1px solid #008000;
  border-radius: 40px;
  position: relative;
}
.introduce .introduce__label::before,
.introduce .introduce__label::after {
  content: '';
  width: 11px;
  height: 7px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.introduce .introduce__label::before {
  background-color: #008000;
}
.introduce .introduce__label::after {
  background-color: #fff;
  top: calc(100% - 1.6px);
}
.introduce .introduce__list {
  list-style: none;
  padding: 16px 24px;
  background-color: #fff;
  border-radius: 8px;
}
.introduce .introduce__list li {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
  padding-left: 20px;
  background: url("../image/introduce-check.svg") no-repeat left center;
}
.introduce .introduce__list li:not(:last-child) {
  margin-bottom: 12px;
}
.introduce .introduce__text {
  font-size: 14px;
  line-height: 20px;
}
.introduce-illust {
  border-radius: 8px;
  gap: 12px;
  padding-top: 16px;
  padding-right: 18px;
  padding-bottom: 16px;
  padding-left: 18px;
  background:  #FFF;
}
.introduce-illust h3 {
  margin-bottom: 12px;
  font-family: Hiragino Kaku Gothic ProN;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0px;
  text-align: center;
  vertical-align: middle;
  color:#008000;
}
.introduce img {
  vertical-align: middle;
}
.introduce .introduce__img {
  margin-bottom: 8px;
  text-align: center;
}
.introduce .introduce__present {
  position: relative;
  text-align: center;
}
.introduce .introduce__modal__button {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16px;
  padding: 0 0 0 18px;
  font-size: 11px;
  line-height: 15px;
  color: #008000;
  white-space: nowrap;
  background: url("../image/icon-help.svg") no-repeat left center;
  background-size: 16px 16px;
  cursor: pointer;
}
.introduce .introduce__notice {
  margin: 24px 0 32px;
  color: #303030;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
}
.introduce .introduce__notice a {
  color: #008000;
  text-decoration: underline;
}
.introduce__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 30px 0 16px;
  padding: 11px 0;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  background: #008700;
  border: none;
  border-radius: 12px;
  cursor: pointer;
}
.introduce__button:hover {
  background: #007300;
}
.introduce__button img {
  margin-right: 8px;
}
.resolution {
  padding: 40px 10px;
}
.resolution .inner {
  max-width: 300px;
  margin: 0 auto;
}
.resolution .resolution__point {
  margin-top: 12px;
  list-style-type: none;
}
.resolution .resolution__point li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
  margin-bottom: 12px;
}
.resolution .resolution__point li:nth-of-type(1)::before,
.resolution .resolution__point li:nth-of-type(2)::before {
  position: absolute;
  left: 19px;
  top: 42px;
  display: block;
  content: "";
  width: 2px;
  height: calc(100% - 34px);
  background-color: #C3E6C3;
}
.resolution .resolution__point__lead {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.resolution .resolution__point__lead img {
  width: 40px;
  margin-right: 4px;
}
.resolution .resolution__point__lead p {
  flex: 1;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
}
.resolution .resolution__point__desc {
  position: relative;
  max-width: 194px;
  margin-right: 20px;
  margin-left: 44px;
  padding: 12px 20px 12px 12px;
  border-radius: 8px;
  background-color: #EBFAEB;
}
.resolution .resolution__point__desc p {
  font-size: 11px;
  line-height: 15px;
}
.resolution .resolution__point__desc img {
  position: absolute;
  right: -23px;
}
.resolution .resolution__point li:nth-of-type(1)  .resolution__point__desc img {
  bottom: -2px;
}
.resolution .resolution__point li:nth-of-type(2)  .resolution__point__desc img {
  bottom: -6px;
}
.resolution .resolution__point li:nth-of-type(3)  .resolution__point__desc img {
  bottom: -6px;
}
.resolution .resolution__share__text {
  position: relative;
  margin-top: 4px;
  padding-top: 26px;
  text-align: center;
}
.resolution .resolution__share__text::before {
  display: block;
  content: "";
  width: 20px;
  height: 14px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../image/icon-down-triangle.png") no-repeat center;
  background-size: contain;
}
.resolution .resolution__point__text {
  margin-top: 8px;
}
.resolution .resolution__text {
  font-size: 12px;
  line-height: 17px;
}
.resolution .resolution__text a {
  color: #008000;
  text-decoration: underline;
}
.resolution .resolution__notice {
  margin: 24px 0 0;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0.04em;
  color: #767676;
}
.accordion__contents {
  display: none;
  padding: 0px 20px 20px;
  background-color: #fff;
  border: 2px solid #F5F4F2;
  border-radius: 0px 0px 8px 8px;
  border-top: none;
}
.accordion__contents.qr {
  padding: 4px 20px 14px;
  text-align: center;
  border: 1px solid #008700;
  border-radius: 0px 0px 12px 12px;
  border-top: none;
}
.accordion__contents.open {
  display: block;
  margin-bottom: 8px;
}
.accordion__header {
  position: relative;
  margin-bottom: 8px;
  padding: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 21px;
  border: 2px solid #F5F4F2;
  border-radius: 8px;
  background-color: #fff;
  cursor: pointer;
}
.accordion__header h3 {
  padding-right: 24px;
}
.accordion__header.open {
  margin-bottom: 0;
  padding: 20px 20px 8px;
  border-radius: 8px 8px 0px 0px;
  border-bottom: none;
}
.accordion__header.qr {
  padding: 14px 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
  text-align: center;
  color: #008000;
  border: 1px solid #008700;
  border-radius: 12px;
}
.accordion__header.qr.open {
  padding: 14px 12px 0;
  border-radius: 12px 12px 0px 0px;
  border-bottom: none;
}
.accordion__header img {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.accordion__header.qr img {
  right: 13px;
}
.overview {
  padding: 40px 20px;
}
.overview .inner {
  max-width: 295px;
  margin: auto;
}
.overview .inner > div {
  margin: 20px 0 0;
}
.overview h4 {
  font-size: 12px;
  line-height: 19.2px;
}
.overview p {
  font-size: 12px;
  line-height: 19.2px;
}
.overview a {
  color: #008000;
  text-decoration: underline;
}
.overview a img {
  vertical-align: middle;
}
.overview .overview__notice {
  position: relative;
  padding-left: 1em;
}
.overview .overview__notice::before {
  display: block;
  content: "※";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.overview .overview__list {
  list-style-type: none;
}
.overview .overview__list li {
  position: relative;
  padding-left: 1em;
  font-size: 12px;
  line-height: 19px;
}
.overview .overview__list li::before {
  display: block;
  content: "・";
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  top: 0;
}
.fix__footer {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 12px 37px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.fix__footer .fix__text {
  width: fit-content;
  margin: 0 auto;
  font-size: 12px;
  line-height: 13px;
  font-weight: bold;
  text-align: center;
  padding: 0 12px 0 14px;
  background-image: url("../image/fix-line-left.png"), url("../image/fix-line-right.png");
  background-position: left center, right center;
  background-size: auto 15px;
  background-repeat: no-repeat;
}
.fix__footer .fix__text strong {
  color: #008000;
}
.fix__footer .fix__button {
  display: block;
  width: 100%;
  margin: 10px 0 0;
  padding: 11px 0;
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  font-weight: bold;
  text-align: center;
  background-color: #008700;
  border-radius: 12px;
  position: relative;
  cursor: pointer;
}
.fix__footer .fix__button::before {
  content: '';
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  top: 16px;
  right: 16px;
  transform: rotate(45deg);
}
.fix__footer .fix__button:hover {
  background: #007300;
}
@media screen and (max-width: 374px) {
}
.share__modal__overlay,
.orientation__modal__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  outline: 0;
  background: rgb(0 0 0 / 40%);
	transition: .3s;
}
.orientation__modal {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 10;
  width: calc(100% - 20px);
  max-width: 335px;
  padding: 36px 10px 20px;
  border-radius: 5px;
  background-color: #fff;
  transform:  translateX(-50%) translateY(-50%);
  transition: .3s;
}
.orientation__modal__close {
  position: absolute;
  top: 10px;
  left: 10px;
  cursor: pointer;
}
.orientation__modal__title {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
}
.orientation__modal__step {
  max-width: 295px;
  margin: auto;
  list-style-type: none;
}
.orientation__modal__step__lead {
  display: flex;
  align-items: start;
  width: 100%;
}
.orientation__modal__step li:nth-of-type(1) .orientation__modal__step__lead {
  margin-bottom: 11px;
}
.orientation__modal__step li:nth-of-type(2) .orientation__modal__step__lead {
  margin-bottom: 17px;
}
.orientation__modal__step__lead > img {
  width: 40px;
  margin-right: 12px;
}
.orientation__modal__step__lead p {
  flex: 1;
  font-size: 14px;
  line-height: 18px;
}
.orientation__modal__step__lead p a {
  color: #008000;
  text-decoration: underline;
}
.orientation__modal__step__lead p a img {
  vertical-align: middle;
}
.orientation__modal__step__desc {
  width: 100%;
  max-width: 243px;
  padding-right: 16px;
  text-align: center;
}
.orientation__modal__step li {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.orientation__modal__step li:nth-of-type(1) {
  margin-bottom: 24px;
}
.orientation__modal__step li:nth-of-type(2) {
  margin-bottom: 17px;
}
.share__modal {
  position: fixed;
  bottom: -175px;
  left: 50%;
  z-index: 10;
  width: calc(100% - 20px);
  padding: 24px 0 32px;
  background: #fff;
  border-radius: 12px 12px 0 0;
  transform: translateX(-50%);
  transition: .3s;
}
.share__modal__close {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 8px;
  background: #fff;
  border: none;
}
.share__modal__title {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.share__modal ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 0;
  list-style: none;
}
.share__modal li {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
}
.share__modal .share__linkcopy,
.share__modal .share__line,
.share__modal .share__mail {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: none;
  border-radius: 50%;
}
.share__modal .share__linkcopy {
  background: #eee;
}
.share__modal .share__line {
  background: #4CC764;
}
.share__modal .share__mail {
  background: #e1f6e1;
}
.share__modal li p {
  margin: 8px 0 0;
  font-size: 12px;
}
.linkcopy__tooltip {
  position: fixed;
  top: 16px;
  left: 16px;
  right: 16px;
  padding: 21px 16px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 12px;
  background-color: rgba(68,68,68,0.9);
}
.linkcopy__tooltip.is--success {
  padding-left: 42px;
  background-image: url("../image/share-linkcopy-check.svg");
  background-repeat: no-repeat;
  background-position: 16px 19px;
}
.shift__movie h2 {
  padding-top: 40px;
  margin-bottom: 12px;
  text-align: center;
}
.shift__movie__wrap {
  padding: 0 20px;
}

.movie__thumbnail {
  width: 100%;
  height: auto;
  position: relative
}

.movie__thumbnail__inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  max-width: calc(600px / 2)
}
.movie__thumbnail__inner a {
  width: 100%;
  height: 170px;
  display: block;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  background-image: url("../image/video-thumbnail.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.movie__thumbnail__inner a::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.movie__thumbnail__inner a:hover img {
  opacity: 0.7
}
.movie__thumbnail__inner.is-replaced {
  padding-top: initial;
  height: 177px
}
.movie__thumbnail__frame {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: opacity 0.3s
}
.movie__thumbnail__frame h3 {
  margin-bottom: 8px;
  font-family: "Avenir Next";
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  letter-spacing: -.02em;
  color: #FFF
}
.movie__thumbnail__frame img {
  display: block;
  width: 42px;
  height: 42px
}
.movie__thumbnail__frame p {
  margin-top: 8px;
  color: #FFF;
  font-weight: 600;
  font-size: 12px;
  line-height: 170%;
  letter-spacing: .04em
}
.movie__thumbnail__inner iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%
}