@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* top-title-wrap
============================================================ */
.top-title-wrap {
}
.top-title-wrap.-flex-style {
  display: flex;
  align-items: center;
}
.top-title-wrap.-flex-style .title-en {
  margin-right: 23px;
}
.top-title-wrap.-flex-style .title-ja {
  margin-top: 0;
}
.top-title-wrap .title-en {
}
.top-title-wrap .title-en img {
}
.top-title-wrap .title-ja {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  color: #433c37;
  position: relative;
  padding-left: 22px;
  margin-top: 16px;
}
.top-title-wrap .title-ja::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #e24a7e;
  border-radius: 50%;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .top-title-wrap.-flex-style {
    display: block;
  }
  .top-title-wrap.-flex-style .title-ja {
    margin-top: 16px;
  }
  .top-title-wrap .title-en img {
    height: 34px;
  }
}

/* top-btn-wrap
============================================================ */
.top-btn-wrap a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  padding: 11px 55px 9px 45px;
  border-radius: 50px;
  box-sizing: border-box;
  background-color: #e24a7e;
  display: block;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.top-btn-wrap a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 9px;
  background: url(../img/common/icon-arrow-right-wh.png) 0 0 no-repeat;
  background-size: 10px auto;
}
.top-btn-wrap a:hover {
  text-decoration: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .top-btn-wrap a {
    padding: 15px 55px 13px 45px;
    text-align: center;
  }
  .top-btn-wrap a:hover {
    opacity: 1;
  }
}

/* top-kv-wrap
============================================================ */
.top-kv-wrap {
  height: 680px;
  background: url(../img/top/top-kv-bg.png) center no-repeat;
  background-size: cover;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .top-kv-wrap {
    height: auto;
    background: none;
  }
}

/* top-kv-wrap
============================================================ */
.top-kv-wrap {
  position: relative;
  opacity: 0;
}
.top-kv-wrap .top-kv-inner {
  max-width: 1535px;
  padding: 0 50px;
  box-sizing: border-box;
  margin: 0 auto;
}
.top-kv-wrap .img-wrap {
  width: calc(50% + 175px);
  height: 600px;
  position: absolute;
  top: 140px;
  right: 0;
  background: url(../img/top/kv-img-1.jpg) center no-repeat;
  background-size: cover;
  z-index: 0;
  border-radius: 30px 0 0 30px;
  box-shadow: 5px 5px 10px 0 #f7eae2;
}
.top-kv-wrap .kv-catch {
  width: 595px;
  position: absolute;
  /* bottom: 65px; */
  top: calc(50% + 108px);
  /* left: 50px; */
  /* left: 3.125vw; */
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  box-sizing: border-box;
}
.top-kv-wrap .kv-catch img.main {
  width: 492px;
  position: relative;
  z-index: 1;
}
/* .top-kv-wrap .kv-catch::before { */
.top-kv-wrap .kv-catch img.sub {
  /* content: ""; */
  position: absolute;
  top: -185px;
  left: -5px;
  width: 712px;
  max-width: 712px;
  /* height: 198px; */
  /* background: url(../img/top/kv-img-catch-2.png) 0 0 no-repeat;
  background-size: 712px auto; */
  /* mix-blend-mode: soft-light; */
  z-index: 0;
}

@media screen and (max-width: 1600px) {
  .top-kv-wrap .top-kv-inner {
    padding: 0 3.125vw;
  }
  .top-kv-wrap .img-wrap {
    width: calc(50% + 10.938vw);
    /* height: 37.5vw; */
    /* top: 8.75vw; */
    right: 0;
    border-radius: 1.875vw 0 0 1.875vw;
  }
  .top-kv-wrap .kv-catch {
    width: 37.188vw;
    top: calc(50% + 6.75vw);
    /* bottom: 4.063vw; */
    /* left: 3.125vw; */
  }
  .top-kv-wrap .kv-catch img.main {
    width: 30.75vw;
  }
  .top-kv-wrap .kv-catch img.sub {
    top: -11.562vw;
    left: -0.312vw;
    width: 44.5vw;
    max-width: 44.5vw;
    z-index: 0;
  }
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 811px) {
  .sp-img-wrap {
  }
}

/* section-news
============================================================ */
.section-news {
  margin-bottom: 80px;
}
.section-news .flex-box {
  display: flex;
  position: relative;
}
.section-news .top-title-wrap {
  width: 300px;
  min-height: 160px;
}
.section-news .desc-wrap {
  width: calc(100% - 300px);
}
.section-news .news-list-wrap th,
.section-news .news-list-wrap td {
  padding: 28px 0;
  border-bottom: solid 1px #ebd2c3;
  text-align: left;
  display: block;
}
.section-news .news-list-wrap tr:first-child th {
  border-top: solid 1px #ebd2c3;
}
.section-news .news-list-wrap th {
  font-size: 10px;
  font-weight: bold;
  color: #c3aa99;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
  border-bottom: none;
}
.section-news .news-list-wrap td {
  font-size: 14px;
  font-weight: bold;
  padding-top: 0;
  padding-bottom: 22px;
}
.section-news .news-list-wrap td a {
  color: #e24a7e;
  text-decoration: underline;
}
.section-news .news-list-wrap td a:hover {
  text-decoration: none;
}
.section-news .top-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .section-news .flex-box {
    display: block;
  }
  .section-news .top-title-wrap {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }
  .section-news .desc-wrap {
    width: 100%;
  }
  .section-news .news-list-wrap th,
  .section-news .news-list-wrap td {
    padding: 28px 0;
  }
  .section-news .news-list-wrap th {
    padding-top: 20px;
    padding-bottom: 6px;
  }
  .section-news .news-list-wrap td {
    padding-top: 0;
    padding-bottom: 13px;
  }
  .section-news .news-list-wrap td a:hover {
    text-decoration: underline;
  }
  .section-news .top-btn-wrap {
    position: static;
    margin-top: 30px;
  }
}

/* section-feature
============================================================ */
.section-feature {
  margin-top: 90px;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}
.section-feature .com-section-inner::before {
  content: "";
  position: absolute;
  top: -225px;
  right: -215px;
  width: 355px;
  height: 274px;
  background: url(../img/top/top-parts-img-1.png) 0 0 no-repeat;
  background-size: 355px auto;
}
.section-feature::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(50% - 435px);
  width: calc(100% + 435px - (100% / 2));
  height: 420px;
  z-index: 0;
  background: rgba(226, 74, 126, .1);
  border-radius: 0 30px 30px 0;
}
.section-feature .feature-wrap {
  margin-top: 70px;
}
.section-feature .feature-wrap ul {
  display: flex;
}
.section-feature .feature-wrap li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
  box-shadow: 5px 5px 20px 10px #f7eae2;
  border-radius: 40px;
  padding: 137px 20px 52px;
  background-color: #fff;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}
.section-feature .feature-wrap li:last-child {
  margin-right: 0;
}
.section-feature .feature-wrap li .img-block {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-feature .feature-wrap li .img-block img {
  width: 240px;
}
.section-feature .feature-wrap li .desc-block .text {
  padding: 0 20px;
  margin-top: 25px;
}
.section-feature li .top-btn-wrap {
  position: static;
  width: 180px;
  margin: 22px auto 0;
}
.section-feature .top-btn-wrap {
  position: absolute;
  top: 0;
  right: 70px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .section-feature {
    margin-top: 80px;
    padding-top: 80px;
  }
  .section-feature .com-section-inner::before {
    top: -50px;
    right: -50px;
    width: 167px;
    height: 129px;
    background: url(../img/top/top-parts-img-1.png) 0 0 no-repeat;
    background-size: 167px auto;
  }
  .section-feature::before {
    right: auto;
    left: 0;
    width: calc(100% - 60px);
    height: calc(100% - 25px);
    border-radius: 0 20px 20px 0;
  }
  .section-feature .feature-wrap {
    margin-top: 55px;
  }
  .section-feature .feature-wrap ul {
    display: block;
  }
  .section-feature .feature-wrap li {
    width: 100%;
    margin-right: 0;
    border-radius: 30px;
    padding: 90px 10px 21px;
    margin-bottom: 60px;
  }
  .section-feature .feature-wrap li:last-child {
    margin-bottom: 0;
  }
  .section-feature .feature-wrap li .img-block {
    top: -30px;
  }
  .section-feature .feature-wrap li .img-block img {
    width: 160px;
  }
  .section-feature .feature-wrap li .desc-block .title img {
    height: 108px;
  }
  .section-feature .feature-wrap li .desc-block .text {
    padding: 0 35px;
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .section-feature .top-btn-wrap {
    position: static;
    margin-top: 30px;
  }
}

@media screen and (max-width: 321px) {
  .section-feature .com-section-inner::before {
    top: -90px;
    right: -50px;
    width: 167px;
    height: 129px;
    background: url(../img/top/top-parts-img-1.png) 0 0 no-repeat;
    background-size: 167px auto;
  }
  .section-feature .feature-wrap li .desc-block .text br {
    display: none;
  }
}

/* section-service
============================================================ */
.section-service {
  padding: 150px 0 0;
}
.section-service .com-section-inner::before {
  content: "";
  position: absolute;
  top: -260px;
  left: -240px;
  width: 239px;
  height: 265px;
  background: url(../img/top/top-parts-img-2.png) 0 0 no-repeat;
  background-size: 239px auto;
}
.section-service .com-section-inner::after {
  content: "";
  position: absolute;
  top: -204px;
  right: -115px;
  width: 218px;
  height: 218px;
  background: url(../img/top/top-parts-img-3.png) 0 0 no-repeat;
  background-size: 218px auto;
}
.section-service .service-wrap {
  margin-top: 40px;
}
.section-service .top-title-wrap {
  position: relative;
}
.section-service .top-title-wrap .person {
  width: 180px;
  position: absolute;
  top: -110px;
  right: 80px;
}
.section-service .service-wrap ul {
  display: flex;
}
.section-service .service-wrap li {
  width: calc((100% - 40px * 2) / 3);
  margin-right: 40px;
  position: relative;
  text-align: center;
}
.section-service .service-wrap li:last-child {
  margin-right: 0;
}
.section-service .service-wrap .img-block img {
  border-radius: 20px;
  overflow: hidden;
}
.section-service .service-wrap .desc-block {
  margin-top: -30px;
}
.section-service .service-wrap .desc-block .text {
  margin-top: 25px;
}
.section-service .service-wrap .top-btn-wrap {
  margin-top: 25px;
}
.section-service .service-wrap .top-btn-wrap a {
  display: inline-block;
}
.section-service .service-bottom-wrap {
  margin-top: 60px;
}
.section-service .service-bottom-wrap a {
  display: block;
  background: #fff;
  border-radius: 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
  box-shadow: 5px 5px 20px 10px #f7eae2;
}
.section-service .service-bottom-wrap a::before {
  content: "";
  position: absolute;
  bottom: -25px;
  right: 20px;
  width: 50px;
  height: 50px;
  background: url(../img/top/section-service-arrow-btn.png) 0 0 no-repeat;
  background-size: 50px;
}
.section-service .service-bottom-wrap a:hover {
  text-decoration: none;
  opacity: .7;
}
.section-service .service-bottom-wrap .flex-box {
  display: flex;
  align-items: center;
}
.section-service .service-bottom-wrap .desc-block {
  width: calc(100% - 460px);
  padding-left: 48px;
  box-sizing: border-box;
}
.section-service .service-bottom-wrap .desc-block .text {
  margin-top: 20px;
}
.section-service .service-bottom-wrap .img-block {
  width: 460px;
}
.section-service .service-bottom-wrap .img-block img {
  border-radius: 0 20px 20px 0;
  overflow: hidden;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .section-service {
    padding: 80px 0 0;
  }
  .section-service .com-section-inner::before {
    display: none;
  }
  .section-service .com-section-inner::after {
    display: none;
  }
  .section-service .service-wrap {
    margin-top: 30px;
  }
  .section-service .top-title-wrap .person {
    width: 106px;
    top: -22px;
    right: 30px;
  }
  .section-service .service-wrap ul {
    display: block;
  }
  .section-service .service-wrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 60px;
  }
  .section-service .service-wrap li:last-child {
    margin-bottom: 0;
  }
  .section-service .service-wrap .top-btn-wrap a {
    display: block;
  }

  .section-service .service-bottom-wrap {
    margin-top: 60px;
  }
  .section-service .service-bottom-wrap a {
    display: block;
    background: none;
  }
  .section-service .service-bottom-wrap a:hover {
    opacity: 1;
  }
  .section-service .service-bottom-wrap .flex-box {
    display: block;
  }
  .section-service .service-bottom-wrap .desc-block {
    width: 100%;
    padding-left: 0;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    padding: 33px 30px;
    box-sizing: border-box;
  }
  .section-service .service-bottom-wrap .desc-block .title {
    text-align: left;
  }
  .section-service .service-bottom-wrap .desc-block .title img {
    height: 30px;
  }
  .section-service .service-bottom-wrap .desc-block .text {
    margin-top: 15px;
    letter-spacing: 2px;
  }
  .section-service .service-bottom-wrap .img-block,
  .section-service .service-bottom-wrap .img-block img {
    width: 100%;
    border-radius: 20px 20px 0 0;
    overflow: hidden;
  }
}

/* section-data
============================================================ */
.section-data {
  margin-top: 150px;
  padding: 50px 0 0;
  box-sizing: border-box;
  background: url(../img/top/section-data-bg.png) center no-repeat;
  background-size: cover;
}
.section-data .flex-box {
  display: flex;
  align-items: flex-start;
}
.section-data .title-block {
  width: 570px;
  padding-top: 10px;
  padding-bottom: 60px;
}
.section-data .title-block .text {
  font-weight: bold;
  color: #fff;
  margin-top: 18px;
}
.section-data .title-block .parts {
  margin-top: 28px;
}
.section-data .title-block .top-btn-wrap {
  margin: 25px auto 0;
  width: 180px;
}
.section-data .title-block .top-btn-wrap a {
  display: inline-block;
  color: #e24a7e;
  background-color: #fff;
  display: inline-block;
}
.section-data .title-block .top-btn-wrap a::before {
  background: url(../img/common/icon-arrow-right-pi.png) 0 0 no-repeat;
  background-size: 10px auto;
}
.section-data .person-block {
  width: calc(100% - 570px - 176px - 45px);
  margin-left: 176px;
  margin-right: 45px;
  margin-bottom: 0;
  padding-top: 70px;
}
.section-data .person-block img {
  widows: 309px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .section-data {
    margin-top: 80px;
    padding-top: 150px;
    background: url(../img/top/section-data-bg-sp.png) center no-repeat;
    background-size: cover;
  }
  .section-data .com-section-inner {
    position: relative;
  }
  .section-data .flex-box {
    display: block;
  }
  .section-data .title-block {
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    text-align: center;
  }
  .section-data .title-block .text {
    margin-top: 30px;
  }
  .section-data .title-block .parts {
    margin-top: 16px;
  }
  .section-data .title-block .top-btn-wrap {
    margin-top: 18px;
  }
  .section-data .person-block {
    width: 219px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -175px;
    left: 50%; 
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .section-data .person-block img {
    width: 219px;
  }
}

/* section-faq
============================================================ */
.section-faq {
  padding-top: 150px;
}
.section-faq .flex-box {
  display: flex;
  position: relative;
}
.section-faq .top-title-wrap {
  width: 300px;
  min-height: 160px;
}
.section-faq .desc-wrap {
  width: calc(100% - 300px);
}
.section-faq .faq-list-wrap ul {
  border-top: solid 1px #ebd2c3;
}
.section-faq .faq-list-wrap li {
  border-bottom: solid 1px #ebd2c3;
}
.section-faq .faq-list-wrap li a {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
  text-decoration: underline;
  color: #e24a7e;
  display: block;
  padding: 26px 50px;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-faq .faq-list-wrap li a:hover {
  text-decoration: none;
  opacity: 1;
}
.section-faq .faq-list-wrap li a::before,
.section-faq .faq-list-wrap li a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.section-faq .faq-list-wrap li a::before {
  left: 0;
  width: 34px;
  height: 34px;
  background: url(../img/common/icon-faq-pi.png) 0 0 no-repeat;
  background-size: 34px;
}
.section-faq .faq-list-wrap li a::after {
  right: 0;
  width: 10px;
  height: 9px;
  background: url(../img/common/icon-arrow-right-pi.png) 0 0 no-repeat;
  background-size: 10px;
}
.section-faq .top-btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .section-faq {
    padding-top: 80px;
  }
  .section-faq .flex-box {
    display: block;
  }
  .section-faq .top-title-wrap {
    width: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }
  .section-faq .desc-wrap {
    width: 100%;
  }
  .section-faq .faq-list-wrap li a {
    padding: 26px 50px;
    padding-right: 0;
    width: 100%;
  }
  .section-faq .faq-list-wrap li a:hover {
    text-decoration: none;
    opacity: 1;
  }
  .section-faq .faq-list-wrap li a::before,
  .section-faq .faq-list-wrap li a::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-faq .faq-list-wrap li a::before {
    top: 20px;
    left: 0;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    width: 34px;
    height: 34px;
    background: url(../img/common/icon-faq-pi.png) 0 0 no-repeat;
    background-size: 34px;
  }
  .section-faq .faq-list-wrap li a::after {
    display: none;
  }
  .section-faq .top-btn-wrap {
    position: static;
    margin-top: 30px;
  }
}

/* section-briefing-session
============================================================ */
.section-briefing-session .briefing-session-wrap {
  background-color: #fff;
  border-radius: 20px;
  border: solid 10px #ed6c00;
  padding: 45px 50px 50px;
}
.section-briefing-session .briefing-wrap {
  margin-top: 30px;
}
.section-briefing-session .briefing-session-wrap p.title {
  text-align: center;
}
.section-briefing-session .briefing-session-wrap {
  position: relative;
}
.section-briefing-session .briefing-session-wrap .person {
  width: 123px;
  position: absolute;
  top: -13px;
  right: 180px;
}
.section-briefing-session .briefing-session-wrap ul {
  display: flex;
}
.section-briefing-session .briefing-session-wrap li {
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  position: relative;
  text-align: center;
}
.section-briefing-session .briefing-session-wrap li:last-child {
  margin-right: 0;
}
.section-briefing-session .briefing-session-wrap .img-block img {
  border-radius: 20px;
  overflow: hidden;
}
.section-briefing-session .briefing-session-wrap .desc-block {
  margin-top: -30px;
}
.section-briefing-session .briefing-session-wrap .desc-block .title {
  position: relative;
  z-index: 1;
}
.section-briefing-session .briefing-session-wrap .desc-block.-parts {
  position: relative;
}
.section-briefing-session .briefing-session-wrap .desc-block.-parts .parts {
  position: absolute;
  top: -250px;
  right: -80px;
}
.section-briefing-session .briefing-session-wrap .desc-block .parts img {
  border-radius: 0;
}
.section-briefing-session .briefing-session-wrap .desc-block .text {
  margin-top: 25px;
}
.section-briefing-session .briefing-session-wrap .top-btn-wrap {
  margin: 25px auto 0;
  width: 180px;
}
.section-briefing-session .briefing-session-wrap .top-btn-wrap a {
  display: inline-block;
}

/* sp
------------------------------------------------------------ 
*/
@media screen and (max-width: 1181px) {
  .section-briefing-session .briefing-session-wrap {
    border: solid 5px #ed6c00;
    padding: 20px 20px 40px;
  }
  .section-briefing-session .briefing-wrap {
    margin-top: 20px;
  }
  .section-briefing-session .briefing-session-wrap p.title {
    text-align: left;
  }
  .section-briefing-session .briefing-session-wrap .person {
    width: 98px;
    top: -18px;
    right: 30px;
  }
  .section-briefing-session .briefing-session-wrap ul {
    display: block;
  }
  .section-briefing-session .briefing-session-wrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .section-briefing-session .briefing-session-wrap li:last-child {
    margin-bottom: 0;
  }
  .section-briefing-session .briefing-session-wrap .desc-block {
    margin-top: -20px;
  }
  .section-briefing-session .briefing-session-wrap .desc-block.-parts .parts {
    top: -10px;
    right: -40px;
  }
  .section-briefing-session .briefing-session-wrap .desc-block .text {
    margin-top: 8px;
  }
  .section-briefing-session .briefing-session-wrap .top-btn-wrap {
    margin-top: 18px;
  }
}

/* section-notice
============================================================ */
.section-notice-session {
  margin-top: -20px;
  margin-bottom: 60px;
}
.notice-session-wrap .notice-bk-bg {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
  background-color: #433c37;
  padding: 12px 25px;
  border-radius: 5px;
  color: #fff;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .section-notice-session {
    margin-top: 60px;
  }
  .notice-session-wrap .notice-bk-bg {
    padding: 12px 20px;
  } 
}

@media screen and (max-width: 811px) {
  .section-notice-session {
    margin-top: -30px;
  }
}

/* section-movie
============================================================ */
.section-movie {
  margin-bottom: 80px;
}
.section-movie .com-section-inner {
  background-color: #fff;
  padding: 25px 150px;
  border-radius: 20px;
}

.section-movie .movie-wrap {
  margin: 0 auto;
  position: relative; 
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.section-movie .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}


/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .section-movie {
    margin-bottom: 44px;
  }
  .section-movie .com-section-inner {
    background-color: transparent;
    padding: 0 20px;
  }
}

/* hoge
============================================================ */
.hoge {
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1181px) {
  .hoge {
  }
}


