.btn {
  text-align: center;
}
.btn a {
  background: #f2611c;
  display: inline-block;
  border: 4px solid #fff;
  width: 350px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  font-family: 'notob';
  border-radius: 40px;
  position: relative;
}
@media (max-width: 1023px) {
  .btn a {
    width: 190px;
    padding: 0 12px 0 0px;
    font-size: 14px;
    line-height: 35px;
    border-width: 3px;
  }
}
.btn a:after {
  content: '';
  width: 9px;
  height: 9px;
  display: block;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  position: absolute;
  right: 26px;
  top: calc(50% - 7px);
  transform: rotate(-45deg);
}
@media (max-width: 1023px) {
  .btn a:after {
    right: 15px;
    width: 7px;
    height: 7px;
    top: calc(50% - 5px);
  }
}

.basic_ttl {
  font-size: 40px;
  text-align: center;
  color: #024073;
  font-family: 'notob';
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  .basic_ttl {
    font-size: 22px;
    text-align: left;
    margin-bottom: 15px;
  }
}

.case_list {
  display: flex;
  max-width: 1140px;
  margin: 0 auto 10px;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1023px) {
  .case_list {
    flex-wrap: wrap;
    padding: 0 30px;
  }
}
.case_list li {
  width: calc(33.333% - 30px);
  margin-bottom: 50px;
  background: #EAEEF6;
}
@media (max-width: 1023px) {
  .case_list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.case_list li a {
  color: #000;
}
.case_list li img {
  width: 100%;
  height: 213px;
  object-fit: cover;
}
.case_list li .txt {
  padding: 14px 20px;
}
@media (max-width: 1023px) {
  .case_list li .txt {
    padding: 20px;
  }
}
.case_list li .name {
  font-size: 12px;
  margin-bottom: 7px;
}
.case_list li .ttl {
  font-size: 18px;
  margin-bottom: 4px;
  line-height: 140%;
  color: #024073;
  font-family: 'notob';
}
.case_list li .honbun {
  font-size: 14px;
  line-height: 160%;
}
@media (max-width: 1023px) {
  .case_list li .honbun {
    font-size: 13px;
  }
}
.case_list:after {
  display: block;
  content: "";
  width: calc(33.333% - 30px);
}

@media (min-width: 1024px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}
.blue2 {
  background: url(../img/pattern/pattern-5.png);
  background-size: 165px auto;
  position: relative;
  width: 100%;
}

.wave-ptn-blue2:before {
  content: "";
  background: url(../img/pattern/pattern-5.png) repeat 0 60px;
  background-size: 165px auto;
  clip-path: url(#sample-sp);
  width: 100%;
  height: 50px;
  position: absolute;
  top: -49px;
  left: 0;
  z-index: 2;
}

.blue3 {
  background: url(../img/pattern/pattern-4.png);
  background-size: 165px auto;
  position: relative;
  width: 100%;
}

.wave-ptn-blue3:before {
  content: "";
  background: url(../img/pattern/pattern-4.png) repeat 0 60px;
  background-size: 165px auto;
  clip-path: url(#sample-sp);
  width: 100%;
  height: 50px;
  position: absolute;
  top: -49px;
  left: 0;
  z-index: 2;
}

.wave-ptn-plan01:before,
.wave-ptn-plan02:before{
  content: none;
  background: none;
  position: relative;
  width: 100%;
}

@media print, screen and (min-width: 769px) {
  .blue2 {
    background-size: auto;
  }

  .wave-ptn-blue2:before {
    clip-path: url(#sample-pc);
    background-size: auto;
    height: 50px;
  }

  .blue3 {
    background-size: auto;
  }

  .wave-ptn-blue3:before {
    clip-path: url(#sample-pc);
    background-size: auto;
    height: 50px;
  }

  .wave-ptn-plan01 {
    background: url(../img/pattern/pattern-14.png);
    background-size: 330px auto;
    position: relative;
    width: 100%;    
  }

  .wave-ptn-plan01:before {
    content: "";
    background: url(../img/pattern/pattern-14.png) repeat 0 60px;
    background-size: 330px auto;
    clip-path: url(#sample-pc);
    width: 100%;
    height: 50px;
    position: absolute;
    top: -49px;
    left: 0;
    z-index: 2;

  }
  .wave-ptn-plan02 {
    background: url(../img/pattern/pattern-15.png);
    background-size: 330px auto;
    position: relative;
    width: 100%;    
  }

  .wave-ptn-plan02:before {
    content: "";
    background: url(../img/pattern/pattern-15.png) repeat 0 60px;
    background-size: 330px auto;
    clip-path: url(#sample-pc);
    width: 100%;
    height: 50px;
    position: absolute;
    top: -49px;
    left: 0;
    z-index: 2;

  }

}
.play_under.watch .play_flex .arrow_btn {
  text-align: right;
  margin-top: 25px;
}
@media (max-width: 1023px) {
  .play_under.watch .play_flex .arrow_btn {
    padding: 0 0;
    position: inherit;
  }
}
.play_under.watch .play_flex .arrow_btn a {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 12px 71px 14px 62px;
  font-size: 16px;
  background: #fff000 url("../img/svg/arrow-01_right.svg") no-repeat 89%;
  background-size: 18px auto;
  border-radius: 5px;
  font-family: 'notob';
  color: #1a1a1a;
}
@media (max-width: 1023px) {
  .play_under.watch .play_flex .arrow_btn a {
    padding: 10px 0;
    width: 100%;
    background-position: 95% center;
    font-size: 14px;
  }
}
.play_under.watch .play_flex .arrow_btn a:hover {
  background-color: #ffd700;
  opacity: 1;
}
.play_under.watch .play_flex .saruyama_btn {
  text-align: right;
  margin-top: 38px;
}
.play_under.watch .play_flex .saruyama_btn a img {
  max-width: 100%;
}
.play_under.watch .play_flex .saruyama_btn a:hover {
  opacity: .7;
}
@media (max-width: 1023px) {
  .play_under.watch .play_flex .saruyama_btn {
    text-align: center;
    margin-top: 20px;
  }
}
.play_under.watch .branco.o-02 {
  top: -20px;
  right: 44px;
  width: 157px;
}
.play_under.watch .osaru_left_top.o-04 {
  top: -9px;
  width: 206px;
  left: -107px;
}
.play_under.watch .osaru_left_top.o-09 {
  width: 238px;
  top: -47px;
  left: -52px;
}
.play_under.watch .osaru_right_top.o-11 {
  width: 206px;
  top: -106px;
  right: -206px;
}

main.theater .under_mv.theater h1 {
  padding: 54px 0 69px;
}
main.theater .under_mv.theater h1 img {
  max-width: 100%;
}
@media (max-width: 1023px) {
  main.theater .under_mv.theater h1 {
    margin: 0 14%;
    padding: 5px 0 65px;
  }
}
main.theater .osaru5 {
  width: 171px;
  position: absolute;
  top: -140px;
  right: 50%;
  z-index: 10;
  margin-right: -654px;
}
main.theater .osaru9 {
  width: 341px;
  position: absolute;
  top: -114px;
  right: 50%;
  z-index: 10;
  margin-right: -189px;
}
@media (max-width: 1023px) {
  main.theater .osaru5 {
    width: 73px;
    top: -83px;
    right: 3px;
    margin-right: 0;
  }
  main.theater .osaru9 {
    width: 170px;
    top: -92px;
    margin-right: -93px;
  }
}
main.theater .blue2 {
  padding: 64px 0 170px;
}
@media (max-width: 1023px) {
  main.theater .blue2 {
    padding: 6px 0 120px;
  }
}
main.theater section.border-or {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 30px;
  text-align: center;
  padding: 0 93px 33px;
  box-sizing: border-box;
  background: #fff;
  border: 6px solid #f88601;
}
main.theater section.border-or{
 position: relative; 
}
main.theater section.border-or::before{
  content: '';
  width:268px;
  height:210px;
  position: absolute;
  top:-20px;
  left: -20px;
  background: url(/wp-content/themes/my_theme/img/top/mv_40man_202503.png);
  background-repeat: no-repeat;
  z-index: 99999;
  background-size: contain;
}
@media (max-width: 1023px) {
  main.theater section.border-or::before{
    width:134px;
    height:105px;
    top:-60px;
  }
}
@media (max-width: 1023px) {
  main.theater section.border-or {
    margin: 0 10px;
    border-radius: 10px;
    border-width: 3px;
    padding: 0 17px 0px;
  }
}
main.theater section.border-or .tag {
  display: inline-block;
  background: #f88601;
  color: #fff;
  font-family: 'notob';
  font-size: 18px;
  border-radius: 0 0 6px 6px;
  padding: 3px 32px 13px;
  margin-bottom: 48px;
}
main.theater section.border-or h2 {
  font-size: 36px;
  font-family: 'notob';
  color: #f88601;
  margin-bottom: 57px;
}
@media (max-width: 1023px) {
  main.theater section.border-or .tag {
    font-size: 14px;
    border-radius: 0 0 3px 3px;
    padding: 0px 22px 3px;
    margin-bottom: 20px;
  }
  main.theater section.border-or h2 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
main.theater section.border-or .img-wrap {
  margin-bottom: 48px;
}
main.theater section.border-or .img-wrap img {
  max-width: 100%;
}
main.theater section.border-or .ribbon {
  font-size: 28px;
  box-sizing: border-box;
  font-family: "banana", sans-serif;
  letter-spacing: 3px;
  margin: 0 auto 30px;
  line-height: 54px;
  height: 54px;
  color: #fff;
  background: url(../img/watch/ribbon.svg) no-repeat center center;
}
main.theater section.border-or .text {
  text-align: left;
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 40px;
}
main.theater section.border-or .text + .row {
  margin-top: 60px;
}
main.theater section.border-or .row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
main.theater section.border-or .row .img-wrap {
  width: 49%;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  main.theater section.border-or .img-wrap {
    margin-bottom: 24px;
  }
  main.theater section.border-or .ribbon {
    font-size: 18px;
    line-height: 25px;
    height: 27px;
    margin-bottom: 14px;
    background-size: auto 27px;
  }
  main.theater section.border-or .text {
    font-size: 14px;
    line-height: 160%;
  }
  main.theater section.border-or .text + .row {
    margin-top: 24px;
  }
  main.theater section.border-or .row {
    margin-bottom: 16px;
  }
}
main.theater section.border-or.lesson {
  margin-top: 70px;
}
@media (max-width: 1023px) {
  main.theater section.border-or.lesson {
    margin-top: 30px;
  }
}
main.theater .blue3 {
  padding: 96px 0 150px;
}
@media (max-width: 1023px) {
  main.theater .blue3 {
    padding: 24px 0 120px;
  }
}
main.theater .past-list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main.theater .past-list .box {
  width: 48%;
  background: #fff;
  text-align: center;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 45px 50px;
}
main.theater .past-list .box:nth-of-type(n+3) {
  margin-top: 42px;
}
main.theater .past-list .box h3 {
  color: #f88601;
  font-family: 'notob';
  font-size: 24px;
  margin-bottom: 15px;
}
main.theater .past-list .box .time {
  font-size: 16px;
  margin-bottom: 24px;
  display: block;
}
main.theater .past-list .box .img-wrap {
  margin-bottom: 20px;
}
main.theater .past-list .box .img-wrap img {
  max-width: 100%;
}
main.theater .past-list .box p {
  text-align: left;
  font-size: 16px;
  line-height: 180%;
}
@media (max-width: 1023px) {
  main.theater .past-list {
    margin: 0 10px;
    display: block;
  }
  main.theater .past-list .box {
    width: 100%;
    border-radius: 10px;
    padding: 20px 15px 35px;
  }
  main.theater .past-list .box + .box {
    margin-top: 20px;
  }
  main.theater .past-list .box:nth-of-type(n+3) {
    margin-top: 20px;
  }
  main.theater .past-list .box h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  main.theater .past-list .box .time {
    font-size: 12px;
    margin-bottom: 10px;
  }
  main.theater .past-list .box .img-wrap {
    margin-bottom: 15px;
  }
  main.theater .past-list .box .img-wrap img {
    max-width: 74%;
  }
  main.theater .past-list .box p {
    font-size: 14px;
    line-height: 160%;
  }
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-video {
  width: 100% !important;
}
