@charset "UTF-8";
/* init
------------------------------------------------*/
:root {
  --color_orange01: #ff6e1e;
}
html {
  font-size: 62.5%;
}
body {
  position: relative;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  font-family: 'Noto Sans JP', 'Noto Sans', 'Noto Sans CJK JP', 'ヒラギノ角ゴ', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic', sans-serif;
  line-height: 1.625;
  font-size: 1.6rem !important;
  color: #333;
  text-align: center;
  font-feature-settings: "palt";
}
body::before {
  position: fixed;
  content: "";
  top: 0;
  left: 0;
  background: url("/special/nijisanji202505_oomori/assets/images/bg_pc01.webp") no-repeat top center / cover #fff;
  z-index: -2;
  width: 100vw;
  height: 100vh;
}
@media screen and (max-width: 500px) {
body::before {
  background:none;
  }
}
body * {
  box-sizing: border-box;
}
img {
  width: 100%;
  height: auto;
  box-sizing: content-box;
 vertical-align: bottom;
  max-width: max-contents;
}
@media screen and (max-width: 768px) {
  html {
    font-size: calc(100vw / 50);
  }
  body {
    min-width: 0;
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width:500px) and (max-width:768px) {
  html {
    font-size: 62.5%;
  }
}
/*all
------------------------------------------------*/
.mt0 {margin-top: 0!important;}
.mt1 {margin-top: 1rem;}
.mt3 {margin-top: 3rem;}
.mt5 {margin-top: 5rem;}
.mt6 {margin-top: 6rem;}
.mt7 {margin-top: 7rem;}
.fwn,.fwn * {font-weight: normal;}

.tx_red {
  color: #f00;
}
/* main
------------------------------------------------*/
.main {
  position: relative;
}
#cpn-main {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0,0,0, 0.75);
}
#cpn-main a {
  text-decoration: none;
}
#cpn-main .-hideaway {
  opacity: 0;
}
#cpn-main .-pc-content {
  display: block !important;
}
#cpn-main .-sp-content {
  display: none !important;
}
#cpn-main h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
}
/* lead
------------------------------------------------*/
#cpn-main .page_link {
  margin-top: 3.2rem;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  color: #333;
  width: 40rem;
  border: 2px #333 solid;
  border-image-slice: 1; 
  margin-bottom: 30px;
}
#cpn-main .page_link a {
  display: block;
  padding: 16px;
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  color: #333;
}
#cpn-main .page_link a::after {
  position: absolute;
  right: 2.1rem;
  top: calc(50% - .9rem);
  width: 2.3rem;
  height: 1.9rem;
  content: '';
  background: url("/special/nijisanji202505_oomori/assets/images/ic_black.svg") no-repeat center center;
  background-size: 100% auto;
}
/* intro
------------------------------------------------*/
#cpn-main .intro,.member,#terms {
  padding-left: calc(2.4rem + 2px);
  padding-right: calc(2.4rem + 2px);
}
.date_wrap section + section {
  margin-top: 2rem;
}
.date_wrap h3 {
  padding: 0.3rem;
  color: #fff;
  background-color: #333;
  border: solid 1px #fff;
  box-shadow: 0 0 10px 2px #7040cc;
  font-size: 2rem;
  margin-top: 3.5rem;
}
.date_wrap section p {
  margin-top: 1rem;
  font-size: 2.3rem;
}
/* terms
------------------------------------------------*/
.line {
  width: 100%;
  border-bottom: 2px solid var(--color_orange01);
}
.indMark > li, .indent li {
  text-indent: -1em;
  padding-left: 1em;
}
.indMark > li {
  font-size: 1.5rem;
}
#cpn-main .intro .indMark > li + li {
  margin-top: 6px;
}
#cpn-main .indMark.size-m > li {
  font-size: 1.6rem;
  position: relative;
  margin-left: 1.0rem;
  padding-left: 2.1rem;
}
#cpn-main .indMark.size-m > li > span {
  color: #fff;
  background-color: var(--color_orange01)!important;
  border-radius: 50%;
  width: 2.2rem;
  height: 2.2rem;
  text-align: center;
  position: absolute;
  top: 0.5rem;
  left: -1.0rem;
  align-items: center;
  display: flex;
  justify-content: space-around;
  font-size: 1.4rem;
}
#cpn-main .period li {
  padding-left: 1.6rem;
  position: relative;
  font-size: 1.6rem;
}
#cpn-main .period li + li {
  margin-top: .6rem;
}
#cpn-main .period > li::before {
  position: absolute;
  left: 0;
  content: "";
  display: block;
  width: .6rem;
  height: .6rem;
  border-radius: 50%;
  background: var(--color_orange01);
  top: 1.2rem;
}
#cpn-main .cp_prize .size-s {
  margin-top: 1.2rem;
}
#cpn-main #terms .caution {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 500px) {
  .indMark > li {
    font-size: 3.5vw;
  }
}
/* list indent
------------------------------------------------*/
#cpn-main ul.indMark > li {
  text-align: left;
}
/* terms
------------------------------------------------*/
#cpn-main #terms h2 {
  color: var(--color_orange01);
  font-size: 3.5rem;
  line-height: 1;
}
#terms {margin: 4rem auto 2rem;}
#cpn-main #terms #termsContent {
  width: 100%;
  height: 36rem;
  border: .2rem solid var(--color_orange01);
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  text-align: left;
  margin: 4.5rem auto 1.5rem;
}
#cpn-main #terms #termsContent * {
  font-weight: normal;
  background: #fff;
}
#cpn-main #terms #termsContent a {
  color: #333;
  text-decoration: underline;
}
#cpn-main #terms #termsContent .wrap {
  width: calc(100% - 3.4rem);
  height: calc(100% - 4.0rem);
  margin: 2.0rem 1.4rem 2.0rem 2.0rem;
  padding: 0 1.7rem 0 0;
  border-radius: 0;
  overflow-y: scroll;
  scrollbar-color: var(--color_orange01) #fff;
  scrollbar-width: thin;
  
}
#cpn-main #terms #termsContent .wrap .indMark {
  padding: 1.0rem 0 0;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar {
  width: .6rem;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-track {
  display: none;
}
#cpn-main #terms #termsContent .wrap::-webkit-scrollbar-thumb {
  background-color: #333;
  border-radius: .3rem;
}
#cpn-main #termsContent .wrap > section.line {
  border-bottom: 0.2rem solid var(--color_orange01);
  padding-bottom: 2.2rem;
}
#cpn-main #termsContent .wrap > section + section {
  margin-top: 2.2rem;
}
#cpn-main #termsContent .wrap > section > section {
  margin-top: 1.4rem;
}
#cpn-main #terms #termsContent h3 {
  margin-bottom: .6rem;
  font-weight: bold;
  font-size: 2.2rem;
}
#cpn-main #terms #termsContent p {
  font-size: 1.9rem;
  margin-top: .8rem;
  margin-bottom: .8rem;
  padding-left: 0;
}
#cpn-main #terms #termsContent ul li {
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .cp_prize .size-s {
  margin-top: 6px;
}
#cpn-main #terms #termsContent p + * {
  margin-top: 6px;
}
#cpn-main #terms #termsContent .indMark > li {
  font-weight: normal;
  text-indent: -0.5em;
  padding-left: 0.5em;
}
#cpn-main #terms #termsContent .size-s li,
#cpn-main #terms #termsContent p.size-s {
  font-size: 1.6rem;
}
#cpn-main #terms #termsContent .size-s.indMark li {
  text-indent: -1.0em;
  padding-left: 0.9em;
}
#cpn-main #terms #termsContent .indMark.size-m > li {
  text-indent: 0;
  padding-left: 2.6rem;
  font-size: 1.8rem;
}
#cpn-main #terms #termsContent .indMark > li + li {
  margin-top: 4px;
}
#cpn-main #terms #termsContent .weightNormal {
  font-weight: normal;
}
.period-s span {padding: 0 0.7rem 0 0;}
#cpn-main #terms #termsContent .wrap a {
  text-decoration:none;
  color: #0000EE;
}
/* campaignCode
------------------------------------------------*/
.campaignCode {
  text-align: center;
  font-size: 1.9rem;
}
.campaignCode span {
  font-size: 2rem;
}
/* btn
------------------------------------------------*/
#cpn-main .btn.disable a::after {
  display: none;
}
#cpn-main .entryBtnWrapLarge a {
  display: flex;
  position: relative;
  width: 39rem;
  height: 7.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 5.8rem;
  background-color: #0c6f72;
  border: 3px solid #fff;
  box-shadow: 0 0 0 3px #0c6f72;
  color: #fff;
  font-size: 2.4rem;
}
#cpn-main .entryBtnWrapLarge a img {
  width: 49%;
}
.entry_wrap .website-link.item01{
  color: #0000EE;
}
.btn_ttl {
  max-width: 60%!important;
  margin: 2rem auto .5rem;
}
.btn_ahamo a{
  display: flex;
  position: relative;
  height: 8.0rem;
  align-items: center;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: bold;
  color: #FFF;
  border: .3rem solid #7040cc;
  padding: 10px;
  border-radius: 5.8rem;
  width: 90%;
  margin:0 auto 2.5rem;
}
.btn_ahamo a img {
  max-width: 60%!important;
  margin: auto;
}
.btn_ahamo a::after{
  position: absolute;
  right: 2.8rem;
  top: calc(50% - .8rem);
  width: 2.0rem;
  height: 1.6rem;
  content: '';
  background: url("/special/nijisanji202505_oomori/assets/images/ic_ahamo.svg") no-repeat center center;
  background-size: 100% auto;}
@keyframes triAnimationFrame {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7.5px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .entryBtnWrap {
    padding: 4px;
  }
}
/* footer
------------------------------------------------*/
footer .website-link {
  font-size: 1.5rem;
}
#cpn-main footer {
  width: 100%;
  margin: 0 auto 0;
  text-align: center;
}
#cpn-main footer p img {
  width: 65%;
  margin: 0 auto;
  display: block;
}
footer .copy {
  margin: 3.5rem auto 0;
  position: relative;
  padding: 2rem 0;
  background-color: #EBEBEB;
  z-index: 1;
}
footer .cp {
font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #cpn-main footer {
    margin: 0 auto 0;
    background: #fff;
  }
}
/* movie
------------------------------------------------*/
.movie_ttl::after{
  content: '';
  background: url("/special/nijisanji202505_oomori/assets/images/movie_ttl.webp") center / auto 100% no-repeat;
  position: absolute;
  margin: auto;
  left:0;
  width: 100%;
  height: 9.3rem;
  z-index: 1;
  margin-top: -4rem;
}
.movie_ttl p {
  z-index: 2;
  position: absolute;
  color: #fff;
  font-weight: 1000;
  width: 100%;
  margin-top: -2.5rem;
  font-size: 2.6rem;
}
#cpn-main .movie_area h2 {
  margin-bottom: 2rem;
  text-align: center;
  font-size: 3rem;
  line-height: 1.3;
  color: #fff;
  font-weight: 600;
}
.movie {
  width: 100%;
  line-height: 0;
  background: rgb(194,170,230);
  background: linear-gradient(45deg,rgba(194, 170, 230, 1) 0%, rgba(194, 170, 230, 1) 25%, rgba(245, 184, 144, 1) 35%, rgba(245, 184, 144, 1) 65%, rgba(92, 148, 135, 1) 75%, rgba(92, 148, 135, 1) 100%);
  margin: 0 auto;
}
.youtube {
padding: 4px;
}
.youtube .iframe {
width: 100%;
height: auto;
aspect-ratio: 16 / 9;
}
.movie_area {
  text-align: center;
  position: relative;
}
.movie_area section {
  padding: 6rem 4.5rem 4.5rem;
  color: #fff;
  background: url("/special/nijisanji202505_oomori/assets/images/movie_bg.webp") top center / cover #333;
  margin-top: 5rem;
}
@media screen and (max-width: 500px) {
  .movie {
    width: 100%;
  }
  .movie_area section {
    padding: 6rem 2.6rem 4.5rem;
}
}
@media screen and (max-width: 400px) {
.movie_area section {
  padding: 6rem 1.5rem 4.5rem
}
}
footer {
  display: block;
  width: 100%;
  font-size: 1.3rem;
  max-width: 750px;
  margin: 30px auto 0;
}
@media screen and (max-width: 768px) {
  footer {
    margin: 2.0rem auto 0;
    font-size: 1rem;
  }
}
/* member
------------------------------------------------*/
.member {
  padding-top: 4rem;
  padding-bottom: 4rem;
  text-align: center;
  background: url("/special/nijisanji202505_oomori/assets/images/member_bg.webp") top center / cover ;
}
.member_clm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 4.0rem;
}
.member_box {
  width: calc((100% - 2.5rem)/2);
}
.member_box.member_01 {
  width: 100%;
  margin-bottom: 2rem;
}
.member_box.member_01 button {
  width: calc((100% - 2.5rem)/2);
}
.member_box:nth-last-of-type(-n+2) {
  margin-bottom: 0;
}
.remodal-overlay {
  background: transparent;
}
.remodal-wrapper {
  background: rgba(0,0,0,0.8);
}
.remodal {
  background: #fff;
  max-width: 910px;
}
.member_detail {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  align-items: center;
}
.member_detail img {
  height: 100%;
  width: 40%;
  margin-right: 4rem;
}
.member_detail .modal_inner {
  width: 100%;
  text-align: left;
}
.member_detail p {
  text-align: left;
  font-size: 4.8rem;
  font-weight: 500;
  margin-bottom: 2rem;
  line-height: 1;
}
.name .largeletters {
  display: inline-block;
  font-size: 4.4rem;
  font-weight: bold;
}
.modal_inner .member_tx {
  font-size: 1.8rem;
  line-height: 1.7;
  font-weight: normal;
}
.member_detail span {
  display: block;
  font-size: 2.8rem;
  margin-top: 1.5rem;
  border-bottom: none;
  font-weight: bold;
}
.member_detail .kana_01 {
  font-size: 2rem;
}
.member_detail .name_01 {
  color: #ff6e1e;
}
.member_detail .name_02 {
  color: #7040cc;
}
.member_detail .name_03 {
  color: #0c6f72;
}
.remodal-close::before, .remodal-close::after {
  position: absolute;
  left: 50%;
  content: "";
  display: block;
  width: 3px;
  height: 50px;
  background: #fff;
  top: 0;
}
.remodal-close::after {
  transform: rotate(90deg);
}
.remodal-close {
  position: absolute;
  top: -66px;
  right: 0;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: rotate(45deg);
}
@media screen and (max-width: 810px) {
.remodal {
  max-width: 664px;
}
  .member_box {
    margin-bottom: 1.7rem;
  }
  .name .largeletters {
  font-size: 2.7rem;
}
.member_detail span {
  font-size: 1.8rem;
  margin-top: 1.5vw;
}
.member_detail{
  padding: 20px;
  justify-content: left;
  }
.modal_inner .member_tx {
  font-size: 13.5px;
  font-feature-settings: "palt";
  }
.member_detail p {
  margin-bottom: 2vw;
}
.remodal-close::before, .remodal-close::after {
  width: 3px;
  height: 4rem;
  left: 3rem;
  top: 1rem;
  }
  .remodal-close {
  top: 0;
  right: 5%;
  }
  .remodal-close {
    top: -7rem;
    right: 2%;
    width: 5rem;
    height: 5rem;
  }
.member_detail img {
  margin-right: 20px;
}
  }
@media screen and (max-width: 500px) {
.remodal {
  max-width: 100%;
}
.member_detail p {
  text-align: center;
  }
  .member_detail {
  display: block;
  text-align: center;
}
  .member_detail {
  padding: 3rem 2rem;
  }
  .member_detail .modal_inner {
    margin: 0;
  }
  .modal_inner .member_tx.item01{
    margin: 0 2rem;
}
  .modal_inner .member_tx {
  font-size: 3.3vw;
  margin: 0 3rem;
  text-align: left;
  }
  .member_detail > img {
    width: 60%;
  }
  .name .largeletters {
    font-size: 3rem;
  }
  .member_detail .kana_01 {
    font-size: 1.5rem;
}
  .member_detail span {
    font-size: 2rem;
    margin-top: .8rem;
  }
  .member_detail p {
    margin-bottom: 1.5rem;
  }
  .remodal-close::before, .remodal-close::after {
  width: 2px;
  height: 2.5rem;
  left: 2rem;
  top: 1rem;
  background: #333;
  }
  .remodal-close {
  top: 1rem;
  right: 5%;
  }
  .remodal-close {
    top: 1rem;
    right: 2%;
    width: 5rem;
    height: 5rem;
  }
.member_detail img {
  margin-right: 0;
}
}
/* btn
------------------------------------------------*/
.btn {
  position: relative;
  width: 340px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}
#cpn-main .btn.entryBtn {
  margin: 3.5rem auto;
}
.btn.disable::after {
  position: absolute;
  width: 39.5rem;
  height: 8rem;
  content: '';
  background: rgba(0, 0, 0, .3);
  border-radius: 50px;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: .3s;
  text-decoration: none;
  border-radius: 4.0rem;
}
.btn a span {
  position: relative;
  display: block;
  width: 100%;
  color: #fff;
}
.btn a span::before {
  position: absolute;
  right: 21px;
  top: calc(50% - 9px);
  width: 16px;
  height: 16px;
  content: '';
  border-radius: 50%;
}
.btn a span::after {
  position: absolute;
  content: '';
  right: 35px;
  top: calc(50% - 3.5px);
  width: 0;
  height: 0;
}
@keyframes triAnimationFrame {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(7.5px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 768px) {
  .btn a {
    font-size: 2.4rem;
  }
  .btn a span::after {
    right: 3.5rem;
    top: calc(50% - 2px);
    border-width: 0.3rem 0 0.3rem 0.4rem;
  }
  .btn a span::before {
    right: 2.2rem;
    top: calc(50% - 0.8rem);
    width: 1.6rem;
    height: 1.6rem;
  }
  .link_box {
    margin-top: 2.1rem;
  }
  #cpn-main .btn.entryBtn {
    margin-bottom: 3.0rem;
  }
}
@media screen and (max-width: 425px) {
  .btn a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 768px) {
  .btn {
    width: 300px;
    height: 58px;
  }
}
@media screen and (max-width: 425px) {
  .btn {
    width: 256px;
    height: 50px;
  }

  .btn a span::after {
    top: calc(50% - 2px);
  }
}
/* bg_contents
------------------------------------------------*/
.bg_contents {
  position: fixed;
  top: 16%;
  left: 0;
  z-index: -1;
  width: 100%;
  max-width: calc((100% - 500px)/2);
  text-align: center;
}
.bg_contents .benefits {
  width:  70%;
  height: auto;
  margin: auto;
  filter: drop-shadow(11px 11px 0px rgba(79, 79, 79, 0.3));
}
.logo_area {
  max-width: 70%;
  position: relative;
  margin: 3rem auto 5rem;
  text-align: center;
  z-index: 1;
}
.bg_right_area {
  position: fixed;
  top: 8%;
  right: 0;
  width: 100%;
  margin: 0 auto 0;
  max-width: calc((100% - 500px)/2);
}
.bg_right_inner {
  width:  calc((100% - 500px)/2);
  height: 100%;
  position: fixed;
  bottom: 21rem;
  right: 0;
}
.bg_right_inner picture {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  max-height: max-content;
  height: 100%;
}
.bg_right_inner img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 1650px) {
  .bg_right_area {
    top: 15%;
  }
  .bg_right_inner picture {
    width: 80%;
    right: 10%;
    top: 8%;
  }
  .bg_contents {
    top: 15%;
  }
  .bg_right_inner {
    height: 83%;
    top: 31%;
  }
}
@media screen and (max-width: 1300px) {
  .bg_right_area {
    top: 15%;
  }
  .bg_right_inner picture {
    width: 80%;
    right: 9%;
    top: 8%;
  }
  .logo_area {
    margin-top: 6%;
    max-width: 85%;
  }
  .bg_contents {
    top: 15%;
  }
  .bg_contents .benefits {
    width: 85%;
  }
  .bg_right_inner {
    height: 83%;
    top: 31%;
  }
  .bg_contents .benefits {
    filter: drop-shadow(6px 6px 0px rgba(79, 79, 79, 0.3))
  }
}
@media screen and (max-width: 1090px) {
  .bg_contents .benefits {
    margin-top: 3rem;
  }
}
@media screen and (max-width: 1023px) {
  .bg_contents {
    display: none;
  }
}
/* entry_wrap
------------------------------------------------*/
.entry_wrap {
  text-align: center;
  font-size: 1.6rem;
}
.entryBtnWrapLarge {
  position: relative;
}
.entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
  cursor: pointer;
  position: relative;
  padding-left: 29px;
  font-size: 1.9rem;
  z-index: 1;
}
.entry_wrap input[type="checkbox"] {
  display: none;
}
.entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
  position: absolute;
  top: 4px;
  left: 0;
  content: "";
  display: block;
  width: 21px;
  height: 21px;
  margin-right: 0.6em;
  border: 1px solid #333;
  border-radius: 1.5px;
  box-sizing: border-box;
}
.entry_wrap input[type="checkbox"]:checked + label::after {
  background: url("/special/nijisanji202505_oomori/assets/images/ic_check_01.svg") no-repeat center / 85% auto;
}
@media screen and (max-width: 768px) {
  .entry_wrap {
    margin-bottom: 2.6rem;
    font-size: 1.6rem;
  }
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    padding-left: 2.7rem;
  }
  .entry_wrap input[type="checkbox"] + label::before, .entry_wrap input[type="checkbox"]:checked + label::after {
    top: 0.3rem;
    width: 2.1rem;
    height: 2.1rem;
    border: 1px solid #333;
    border-radius: 0.15rem;
  }
}
@media screen and (max-width: 500px) {
  .entry_wrap input[type="checkbox"] + label, .entry_wrap input[type="checkbox"]:checked + label {
    font-size: 3.6vw;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
  .member_box button:hover {
    opacity: 0.8;
    transition: .3s;
  }
  #cpn-main .entryBtnWrapLarge a:hover {
    opacity: .8;
    transition: .3s;
  }
  #cpn-main .page_link:hover{
    border: 2px #707070 solid;
    transition: .3s;
  }
}
.youtube-video {
  max-width: 560px;
}
.movie_text {
  margin: 0 8% 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  background: #fff;
  display: block;
  border-left: .4rem solid var(--color_orange01);
  border-right: .4rem solid var(--color_orange01);
}
.date_wrap p {
  line-height: 1.2;
}