@charset "UTF-8";
/* family
font-family: 'Fugaz One', cursive;
font-family: 'Noto Sans JP', sans-serif;
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
body, a {
  font-size: 16px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  line-height: 1.65em;
  color: #000; }

img {
  display: block;
  width: 100%;
  height: auto; }

html,
body {
  overflow-x: hidden; }
  html .bg,
  body .bg {
    position: relative;
    z-index: 0; }
    html .bg:after,
    body .bg:after {
      content: "";
      background: url(../images/bg-mat.jpg);
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      z-index: -1;
      opacity: .1;
      background-blend-mode: multiply;
      pointer-events: none; }

.inner-wrap {
  padding: 0 1em;
  width: calc(100% - 2em);
  margin: auto;
  max-width: 1280px; }

#sns {
  background: #fff;
  padding: 1em; }
  #sns ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 300px;
    margin: auto; }
    #sns ul li.share {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      width: 30%; }
      #sns ul li.share img {
        max-width: 1em;
        margin-right: 4px; }
    #sns ul li a {
      display: block;
      width: 40px;
      margin: 0 8px; }

.ootorike-wrap header {
  position: relative;
  background: url(../images/mv.jpg);
  background-size: 100%;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat; }
  .ootorike-wrap header:before {
    content: "";
    display: block;
    padding-top: 48%; }
  .ootorike-wrap header .mv-catch {
    position: absolute;
    width: 32%;
    top: 5%;
    left: 33%; }
  .ootorike-wrap header .mv-logo {
    position: absolute;
    width: 51%;
    top: 29%;
    left: 25%; }
  .ootorike-wrap header .mv-day {
    position: absolute;
    width: 27%;
    top: 68%;
    left: 37%; }
  @media screen and (max-width: 565px) {
    .ootorike-wrap header {
      position: relative;
      background: url(../images/bg-mat-sp.jpg);
      height: auto; }
      .ootorike-wrap header:before {
        content: "";
        display: block;
        padding-top: 90%; }
      .ootorike-wrap header .mv-catch {
        position: absolute;
        width: 64%;
        top: 4%;
        left: 13%; }
      .ootorike-wrap header .mv-logo {
        position: absolute;
        width: 90%;
        top: 29%;
        left: 5%; }
      .ootorike-wrap header .mv-day {
        position: absolute;
        width: 56%;
        top: 63%;
        left: 24%; } }
.ootorike-wrap #about {
  position: relative;
  background: url(../images/about-bg.jpg);
  overflow: hidden; }
  .ootorike-wrap #about .about-bf {
    position: relative;
    width: 100%;
    padding-top: 6%; }
    .ootorike-wrap #about .about-bf:before {
      content: "";
      position: absolute;
      top: -5px;
      left: 0;
      background: url(../images/about-top.svg);
      width: 100%;
      height: 100%;
      background-size: 100vw;
      background-repeat: no-repeat; }
  .ootorike-wrap #about .inner-wrap {
    padding: 65px 1em;
    max-width: 850px; }
  .ootorike-wrap #about .about-box {
    width: 95%;
    padding: 0px 4% 50px; }
  .ootorike-wrap #about .head {
    max-width: 200px;
    margin: 0 auto 50px; }
  .ootorike-wrap #about .intro {
    display: block;
    max-width: 100%;
    margin: 0 auto 40px; }
  .ootorike-wrap #about .intro-sp {
    display: none; }
  .ootorike-wrap #about p {
    color: white;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 10px; }
  .ootorike-wrap #about h3 {
    margin-bottom: 25px;
    color: white;
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2px; }
  .ootorike-wrap #about .haishin-bnr {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 100px; }
  .ootorike-wrap #about .youtube {
    max-width: 300px;
    box-sizing: border-box;
    height: auto;
    /* margin-top: 25px; */
    /* margin-right: 15px; */
    margin: 25px auto; }
  .ootorike-wrap #about .locipo {
    max-width: 300px;
    box-sizing: border-box;
    height: auto;
    margin-top: 25px;
    margin-right: 15px; }
  .ootorike-wrap #about .about-af {
    position: relative;
    width: 100%;
    padding-bottom: 2%; }
    .ootorike-wrap #about .about-af:after {
      content: "";
      position: absolute;
      bottom: 0px;
      left: 0;
      background: url(../images/about-bottom.svg);
      width: 100%;
      height: 100%;
      background-size: 100vw;
      background-repeat: no-repeat; }
  @media screen and (max-width: 565px) {
    .ootorike-wrap #about .inner-wrap {
      padding: 50px 1em; }
    .ootorike-wrap #about .about-box {
      width: 98%;
      padding: 0px 2% 6%; }
    .ootorike-wrap #about .head {
      max-width: 47%;
      margin: 0 auto 10%; }
    .ootorike-wrap #about .intro {
      display: none; }
    .ootorike-wrap #about .intro-sp {
      display: block;
      max-width: 100%;
      margin: 0 auto 10%; } }
.ootorike-wrap #actors {
  position: relative;
  overflow: hidden;
  background: url(../images/bg-mat.jpg);
  /**ポップアップ**/ }
  .ootorike-wrap #actors .inner-wrap {
    padding: 65px 1em;
    max-width: 950px; }
  .ootorike-wrap #actors .actors-box {
    width: 90%;
    padding: 0px 5%; }
    .ootorike-wrap #actors .actors-box .col-2-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: space-between;
      -ms-flex-pack: space-between;
      -webkit-justify-content: space-between;
      justify-content: space-between; }
  .ootorike-wrap #actors .head {
    max-width: 200px;
    margin: 0 auto 70px; }
  .ootorike-wrap #actors .ootori-box {
    margin: auto;
    box-sizing: border-box;
    border: 3px solid black;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 50px; }
  .ootorike-wrap #actors .box-title {
    max-width: 220px;
    height: auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 0　1em;
    margin: 0 auto; }
  .ootorike-wrap #actors .ootori {
    box-sizing: border-box;
    width: 164px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 30px; }
  .ootorike-wrap #actors .actor-l {
    max-width: 164px;
    margin-bottom: 10px; }
  .ootorike-wrap #actors .role-name {
    text-align: center;
    font-weight: bold;
    font-size: 18px; }
  .ootorike-wrap #actors .actor-name {
    text-align: center;
    font-size: 16px;
    line-height: 1.3; }
  .ootorike-wrap #actors .mawari-box {
    box-sizing: border-box;
    border: 3px solid black;
    border-radius: 10px;
    position: relative;
    width: 49%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 35px 25px 20px;
    margin-bottom: 50px; }
  .ootorike-wrap #actors .box-title {
    max-width: 220px;
    height: auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 0　1em;
    margin: 0 auto; }
  .ootorike-wrap #actors .mawari {
    box-sizing: border-box;
    width: 115px;
    height: auto;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px; }
  .ootorike-wrap #actors .mawari-l {
    box-sizing: border-box;
    width: 232px;
    height: auto;
    /* margin-top: 10px; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    /* margin-bottom: 20px; */
    margin: 10px 10px 20px; }
  .ootorike-wrap #actors .actor-s {
    max-width: 110px;
    margin-bottom: 10px; }
  .ootorike-wrap #actors .actor-s2 {
    max-width: 232px;
    margin-bottom: 10px; }
  .ootorike-wrap #actors .role-name-s {
    text-align: center;
    font-weight: bold;
    font-size: 15px; }
  .ootorike-wrap #actors .actor-name-s {
    text-align: center;
    line-height: 1.2;
    font-size: 14px; }
  .ootorike-wrap #actors .tonosama-box {
    box-sizing: border-box;
    border: 3px solid black;
    border-radius: 10px;
    position: relative;
    width: 49%;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 35px 20px 20px;
    margin-bottom: 50px; }
  .ootorike-wrap #actors .box-title {
    max-width: 220px;
    height: auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    padding: 0　1em;
    margin: 0 auto; }
  .ootorike-wrap #actors .box-logo {
    max-width: 90%;
    margin: 10px auto; }
  .ootorike-wrap #actors .tonosama-logo {
    box-sizing: border-box;
    width: auto;
    height: auto; }
  .ootorike-wrap #actors .tonosama-actor {
    box-sizing: border-box;
    width: auto;
    height: auto;
    display: flex;
    flex-wrap: wrap; }
  .ootorike-wrap #actors .tonosama {
    box-sizing: border-box;
    width: 110px;
    height: auto;
    margin: 10px auto 20px; }
  .ootorike-wrap #actors .actor-s {
    max-width: 110px;
    margin-bottom: 10px; }
  .ootorike-wrap #actors .role-name-s {
    text-align: center;
    font-weight: bold;
    font-size: 15px; }
  .ootorike-wrap #actors .actor-name-s {
    text-align: center;
    line-height: 1.2;
    font-size: 14px; }
  .ootorike-wrap #actors .popupbox {
    height: 100%;
    width: 100%;
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
    display: none; }
  .ootorike-wrap #actors .popupbox:target {
    display: table; }
  .ootorike-wrap #actors .popuplink {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .ootorike-wrap #actors .popupimg {
    display: block;
    margin: 0 auto;
    width: 95%;
    max-width: 650px; }
  .ootorike-wrap #actors .popupimg-l {
    display: block;
    margin: 0 auto;
    width: 95%;
    max-width: 700px; }
  .ootorike-wrap #actors .popupimgBG {
    display: inline-block;
    /**background-color:#FFF;
    padding:10px;**/ }
  .ootorike-wrap #actors .previewimg {
    max-height: 180px;
    max-width: 180px; }
  @media screen and (max-width: 565px) {
    .ootorike-wrap #actors .head {
      max-width: 47%;
      margin: 0 auto 15%; }
    .ootorike-wrap #actors .actors-box {
      width: 98%;
      padding: 0px 1%; }
      .ootorike-wrap #actors .actors-box .col-2-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column; }
    .ootorike-wrap #actors .ootori-box {
      padding: 5% 5%; }
    .ootorike-wrap #actors .ootori {
      width: 45%;
      /* margin-top: 10%; */
      /* margin-bottom: -1%; */
      margin: 10% auto 1%; }
    .ootorike-wrap #actors .role-name {
      text-align: center;
      font-weight: bold;
      font-size: 16px; }
    .ootorike-wrap #actors .actor-name {
      text-align: center;
      font-size: 14px;
      line-height: 1.2; }
    .ootorike-wrap #actors .mawari-box {
      width: 100%;
      padding: 5% 5%; }
    .ootorike-wrap #actors .mawari {
      width: 37%;
      /* margin: 50px auto; */
      /* margin-bottom: -5%; */
      margin-top: 10%; }
    .ootorike-wrap #actors .mawari-l {
      width: 80%; }
    .ootorike-wrap #actors .tonosama-box {
      width: 100%;
      padding: 0px 5% 10%;
      margin-bottom: 0; }
    .ootorike-wrap #actors .box-logo {
      max-width: 85%;
      margin: 50px auto 10px; }
    .ootorike-wrap #actors .tonosama {
      width: 37%;
      margin-top: 10%;
      margin-bottom: -1%; }
    .ootorike-wrap #actors .role-name-s {
      text-align: center;
      font-weight: bold;
      font-size: 15px; }
    .ootorike-wrap #actors .actor-name-s {
      text-align: center;
      line-height: 1.2;
      font-size: 13px; }
    .ootorike-wrap #actors .popupimg {
      display: block;
      margin: 0 auto;
      width: 90%;
      max-width: 650px; } }
.ootorike-wrap #schedule {
  position: relative;
  overflow: hidden;
  background: url(../images/bg-mat.jpg); }
  .ootorike-wrap #schedule .inner-wrap {
    padding: 65px 1em;
    max-width: 950px; }
  .ootorike-wrap #schedule .schedule-box {
    width: 90%;
    padding: 0px 5%; }
  .ootorike-wrap #schedule .head {
    max-width: 200px;
    margin: 0 auto 70px; }
  .ootorike-wrap #schedule .text-box {
    margin-bottom: 50px; }
  .ootorike-wrap #schedule .schedule-text {
    column-count: 2;
    column-gap: 40px;
    width: 550px;
    margin: auto;
    letter-spacing: 0.3mm; }
  @media screen and (max-width: 565px) {
    .ootorike-wrap #schedule .head {
      max-width: 47%;
      margin: 0 auto 15%; }
    .ootorike-wrap #schedule .inner-wrap {
      padding: 25px 1em;
      max-width: 950px; }
    .ootorike-wrap #schedule .schedule-box {
      width: 98%;
      padding: 0px 1%; }
    .ootorike-wrap #schedule .schedule-text {
      column-count: 1;
      width: 250px;
      margin: 0 auto;
      letter-spacing: 0.3mm; } }
.ootorike-wrap footer {
  position: relative;
  text-align: center;
  background: url(../images/about-bg.jpg);
  overflow: hidden;
  padding-bottom: 30px; }
  .ootorike-wrap footer .about-bf {
    position: relative;
    width: 100%;
    padding-top: 5%; }
    .ootorike-wrap footer .about-bf:before {
      content: "";
      position: absolute;
      top: 0px;
      left: 0;
      background: url(../images/about-top.svg);
      width: 100%;
      height: 100%;
      background-size: 100vw;
      background-repeat: no-repeat; }
  .ootorike-wrap footer a {
    color: #ffffff;
    letter-spacing: 0.2mm;
    font-size: 14px; }

/**ブレイクポイント
@media screen and(max-width:500px) {
  
  .main-v {
    width: 190%;
    margin-left: -45%; }

}**/

/*# sourceMappingURL=style.css.map */
