body {
  margin: 0;
  padding: 0;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  background: #88d3d8;
  color: #27231E;
  position: relative;
  z-index: 0; }
  body::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    background: url("/dir/cat/idolbangaichi/img/nogihotaru_photosession/bg.png") repeat-y center 280px;
    background-size: 3200px 4380px;
    z-index: 0; }

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

.ttl {
  position: relative;
  z-index: 98;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .ttl {
      margin-bottom: 30px; } }
  @media only screen and (min-width: 768px) {
    .ttl {
      margin-bottom: 50px; } }
  .ttl h2 {
    margin: 0;
    padding: 0; }
  @media only screen and (max-width: 767px) {
    .ttl img {
      width: 300px;
      height: auto; } }

h3 {
  color: #88D3D8;
  font-weight: 600;
  letter-spacing: 0.05em; }
  @media only screen and (max-width: 767px) {
    h3 {
      font-size: 18px;
      margin: 0 0 20px; } }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 26px;
      margin: 0 0 20px; } }

.inner {
  background: #fff;
  border-radius: 15px;
  box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.6);
  box-sizing: border-box;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .inner {
      margin: 0 15px;
      padding: 40px 25px; } }
  @media only screen and (min-width: 768px) {
    .inner {
      max-width: 950px;
      margin: 0 auto;
      padding: 80px 60px; } }

.ticket_link {
  background: #C2C2C4;
  position: fixed;
  bottom: 10%;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  box-shadow: 2px 2px 0 rgba(0, 0, 0, 0.6); }
  @media only screen and (max-width: 767px) {
    .ticket_link {
      right: 3%;
      width: 80px;
      height: 80px; } }
  @media only screen and (min-width: 768px) {
    .ticket_link {
      right: 2%;
      width: 100px;
      height: 100px;
      cursor: pointer; }
      .ticket_link:hover {
        background: #999; } }
  .ticket_link__inner {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .ticket_link__inner {
        width: 70px;
        height: 65px;
        font-size: 0.7rem;
        line-height: 0.8rem; }
        .ticket_link__inner img {
          width: 40px;
          height: auto; } }
    @media only screen and (min-width: 768px) {
      .ticket_link__inner {
        width: 80px;
        height: 70px;
        font-size: 0.75rem;
        line-height: 0.9rem; } }
    .ticket_link__inner .icon {
      margin-bottom: 5px; }
  .ticket_link a {
    text-decoration: none;
    color: #fff; }

.hero {
  margin: 0;
  position: relative;
  z-index: 98; }
  .hero .scroll {
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.7); }
    .hero .scroll a {
      position: absolute;
      z-index: 2;
      display: inline-block;
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      text-decoration: none;
      color: #fff; }
      @media only screen and (max-width: 767px) {
        .hero .scroll a {
          left: 41.5%;
          bottom: 4%;
          padding-top: 50px; } }
      @media only screen and (min-width: 768px) {
        .hero .scroll a {
          left: 50%;
          bottom: 8%;
          padding-top: 60px; } }
      .hero .scroll a span {
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.7));
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 3px solid #fff;
        border-bottom: 3px solid #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 2s infinite;
        animation: sdb 2s infinite;
        box-sizing: border-box; }
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0); }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0); } }
@keyframes sdb {
  0% {
    transform: rotate(-45deg) translate(0, 0); }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px); }
  40% {
    transform: rotate(-45deg) translate(0, 0); } }
  .hero h1 {
    position: absolute;
    margin: 0 auto;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        width: 95%;
        top: 5.5%;
        left: 3%; } }
    @media only screen and (min-width: 768px) {
      .hero h1 {
        top: 3%;
        left: 5%; } }
  .hero__image {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto; }
    .hero__image img {
      width: 950px;
      height: auto; }
  .hero__date {
    position: absolute; }
    @media only screen and (max-width: 767px) {
      .hero__date {
        top: 29%;
        left: 3%;
        margin: auto; } }
    @media only screen and (min-width: 768px) {
      .hero__date {
        top: 6.5%;
        right: 5%;
        margin: auto; } }
  .hero__bg {
    background-repeat: repeat-x; }
    @media only screen and (max-width: 767px) {
      .hero__bg {
        background-image: url("/dir/cat/idolbangaichi/img/nogihotaru_photosession/hero_bg-sp.png");
        padding-top: calc(1500 / 1000 * 100%);
        width: 100%;
        height: 0;
        background-size: cover;
        background-position: center; } }
    @media only screen and (min-width: 768px) {
      .hero__bg {
        background-image: url("/dir/cat/idolbangaichi/img/nogihotaru_photosession/hero_bg.png");
        height: 100vh;
        width: 100%; } }

.about {
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .about {
      padding: 100px 0 90px; } }
  @media only screen and (min-width: 768px) {
    .about {
      padding: 150px 0 150px; } }
  .about .about_inner {
    display: flex; }
    @media only screen and (max-width: 767px) {
      .about .about_inner {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .about .about_inner {
        justify-content: space-between; } }
  @media only screen and (max-width: 767px) {
    .about .image {
      width: 76%;
      margin: 0 auto 25px; } }
  @media only screen and (min-width: 768px) {
    .about .image {
      width: 32%;
      display: flex;
      align-items: center; } }
  @media only screen and (max-width: 767px) {
    .about .info {
      width: 100%; } }
  @media only screen and (min-width: 768px) {
    .about .info {
      width: 62%; } }
  .about .info h5 {
    color: #88D3D8;
    padding: 0; }
    @media only screen and (max-width: 767px) {
      .about .info h5 {
        font-size: 1.1rem;
        margin: 0 0 15px;
        text-align: center; } }
    @media only screen and (min-width: 768px) {
      .about .info h5 {
        font-size: 1.4rem;
        margin: 0 0 25px; } }
  .about .info table {
    width: 100%; }
    .about .info table tbody tr {
      display: flex;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .about .info table tbody tr {
          flex-direction: column;
          margin-bottom: 25px; }
          .about .info table tbody tr:last-child {
            margin-bottom: 0; } }
      @media only screen and (min-width: 768px) {
        .about .info table tbody tr {
          margin-bottom: 25px; } }
    .about .info table tbody .margin {
      margin-bottom: 0; }
    .about .info table tbody th {
      background: #88D3D8;
      color: #fff;
      letter-spacing: 0.05em;
      border-radius: 50px; }
      @media only screen and (max-width: 767px) {
        .about .info table tbody th {
          width: 80%;
          height: 35px;
          line-height: 35px;
          font-size: 0.9rem;
          margin: 0 auto 10px; } }
      @media only screen and (min-width: 768px) {
        .about .info table tbody th {
          width: 25%;
          height: 40px;
          line-height: 40px;
          font-size: 1.0rem; } }
    .about .info table tbody td {
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 767px) {
        .about .info table tbody td {
          width: 100%;
          font-size: 0.95rem;
          text-align: center; } }
      @media only screen and (min-width: 768px) {
        .about .info table tbody td {
          padding-left: 30px;
          height: 45px;
          line-height: 45px;
          font-size: 1.05rem; } }

@media only screen and (max-width: 767px) {
  .schedule {
    margin-bottom: 90px; } }
@media only screen and (min-width: 768px) {
  .schedule {
    margin-bottom: 150px; } }
@media only screen and (max-width: 767px) {
  .schedule .block {
    margin: 0 0 20px; } }
@media only screen and (min-width: 768px) {
  .schedule .block {
    margin: 0 0 30px; } }
.schedule .block:last-child {
  margin: 0; }
.schedule table {
  width: 100%;
  border-collapse: collapse; }
  .schedule table tbody tr {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .schedule table tbody tr {
        flex-direction: column; } }
  .schedule table tbody th {
    text-align: left;
    border-top: #27231E solid 1px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .schedule table tbody th {
        width: 100%;
        padding: 15px 10px 7px;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .schedule table tbody th {
        width: 34%;
        padding: 23px 25px;
        font-size: 0.95rem; } }
    .schedule table tbody th span {
      background: #88D3D8;
      color: #fff;
      padding: 5px 20px;
      margin-right: 10px; }
  .schedule table tbody td {
    text-align: left;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .schedule table tbody td {
        width: 100%;
        padding: 0 10px 7px;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .schedule table tbody td {
        width: 64%;
        padding: 23px 25px;
        font-size: 0.95rem;
        border-top: #27231E solid 1px; } }
  @media only screen and (min-width: 768px) {
    .schedule table tbody .border_th {
      border-bottom: #27231E solid 1px; } }
  .schedule table tbody .border_td {
    border-bottom: #27231E solid 1px; }
.schedule .price {
  margin: 0 0 10px;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .schedule .price {
      font-size: 0.9rem; } }
@includ mq-pc {
  .schedule .price {
    font-size: 0.95rem; } }
  .schedule .price span {
    font-weight: bold; }
.schedule .note {
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .schedule .note {
      font-size: 0.85rem; } }
  @media only screen and (min-width: 768px) {
    .schedule .note {
      font-size: 0.9rem; } }
.schedule .costume {
  box-sizing: border-box;
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .schedule .costume {
      margin: 30px 0 0; } }
  @media only screen and (min-width: 768px) {
    .schedule .costume {
      margin: 50px 0 0; } }
  .schedule .costume h4 {
    color: #88D3D8;
    padding: 0;
    text-align: center;
    letter-spacing: 0.05rem; }
    @media only screen and (max-width: 767px) {
      .schedule .costume h4 {
        margin: 0 0 15px;
        font-size: 1.1rem; } }
    @media only screen and (min-width: 768px) {
      .schedule .costume h4 {
        font-size: 1.6rem;
        margin: 0 0 20px; } }
  .schedule .costume .item_container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .schedule .costume .item_container .item {
      position: relative; }
      @media only screen and (max-width: 767px) {
        .schedule .costume .item_container .item {
          width: 48%;
          margin: 0 0 13px; }
          .schedule .costume .item_container .item:last-child {
            margin: 0; } }
      @media only screen and (min-width: 768px) {
        .schedule .costume .item_container .item {
          width: 24%;
          cursor: pointer;
          overflow: hidden; }
          .schedule .costume .item_container .item img {
            -webkit-transform: scale(1);
            transform: scale(1);
            -webkit-transition: .3s ease-in-out;
            transition: .3s ease-in-out; }
            .schedule .costume .item_container .item img:hover {
              -webkit-transform: scale(1.3);
              transform: scale(1.3); } }
      .schedule .costume .item_container .item .kakudai {
        position: absolute;
        top: 4%;
        left: 4%;
        background-color: rgba(255, 255, 255, 0.6);
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 99; }
        @media only screen and (max-width: 767px) {
          .schedule .costume .item_container .item .kakudai {
            width: 35px;
            height: 35px; } }
        @media only screen and (min-width: 768px) {
          .schedule .costume .item_container .item .kakudai {
            width: 35px;
            height: 35px; } }

@media only screen and (max-width: 767px) {
  .ticket {
    margin-bottom: 90px; } }
@media only screen and (min-width: 768px) {
  .ticket {
    margin-bottom: 150px; } }
.ticket .ticket_inner {
  position: relative;
  z-index: 10; }
  @media only screen and (max-width: 767px) {
    .ticket .ticket_inner {
      margin: 0 15px; } }
  @media only screen and (min-width: 768px) {
    .ticket .ticket_inner {
      max-width: 950px;
      margin: 0 auto; } }
.ticket table {
  border-collapse: collapse; }
  .ticket table tbody {
    width: 100%;
    display: flex; }
    @media only screen and (max-width: 767px) {
      .ticket table tbody {
        flex-direction: column; } }
    @media only screen and (min-width: 768px) {
      .ticket table tbody {
        justify-content: space-between; } }
    .ticket table tbody tr {
      display: flex;
      flex-direction: column;
      box-sizing: border-box;
      background: #fff;
      border-radius: 15px;
      box-shadow: 10px 10px 0 rgba(0, 0, 0, 0.6);
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        .ticket table tbody tr {
          width: 100%;
          margin: 0 0 35px; } }
      @media only screen and (min-width: 768px) {
        .ticket table tbody tr {
          width: 23.5%; } }
    .ticket table tbody th {
      text-align: left;
      box-sizing: border-box;
      background: #88D3D8;
      color: #fff;
      letter-spacing: 0.05em;
      border-radius: 15px 15px 0 0 / 15px 15px 0 0;
      font-size: 1.1rem; }
      @media only screen and (max-width: 767px) {
        .ticket table tbody th {
          width: 100%;
          padding: 10px 25px; } }
      @media only screen and (min-width: 768px) {
        .ticket table tbody th {
          padding: 10px 20px; } }
    .ticket table tbody td {
      text-align: left;
      box-sizing: border-box;
      font-size: 0.95rem; }
      @media only screen and (max-width: 767px) {
        .ticket table tbody td {
          padding: 20px 25px 25px; } }
      @media only screen and (min-width: 768px) {
        .ticket table tbody td {
          padding: 20px 20px 25px; } }
      .ticket table tbody td p {
        margin: 0;
        padding: 0; }
        @media only screen and (max-width: 767px) {
          .ticket table tbody td p {
            line-height: 1.5rem; } }
        @media only screen and (min-width: 768px) {
          .ticket table tbody td p {
            line-height: 1.7rem; } }
      .ticket table tbody td .price {
        margin: 10px 0 0;
        padding: 0;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .ticket table tbody td .price {
            font-size: 1.0rem; } }
        @media only screen and (min-width: 768px) {
          .ticket table tbody td .price {
            font-size: 1.05rem; } }
      .ticket table tbody td .order_link {
        margin: 25px auto 0;
        text-align: center;
        background: #88D3D8;
        border-radius: 50px; }
        @media only screen and (max-width: 767px) {
          .ticket table tbody td .order_link {
            height: 50px;
            line-height: 50px;
            width: 80%; } }
        @media only screen and (min-width: 768px) {
          .ticket table tbody td .order_link {
            height: 42px;
            line-height: 42px;
            width: 100%;
            cursor: pointer; }
            .ticket table tbody td .order_link:hover {
              opacity: 0.8; } }
        .ticket table tbody td .order_link a {
          color: #fff;
          text-decoration: none; }

@media only screen and (max-width: 767px) {
  .goods {
    margin-bottom: 90px; } }
@media only screen and (min-width: 768px) {
  .goods {
    margin-bottom: 150px; } }
.goods p {
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .goods p {
      font-size: 0.9rem;
      line-height: 1.6rem; } }
  @media only screen and (min-width: 768px) {
    .goods p {
      font-size: 0.95rem;
      line-height: 1.5rem; } }
.goods .ackey {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .goods .ackey {
      margin: 20px 0 0; } }
  @media only screen and (min-width: 768px) {
    .goods .ackey {
      margin: 40px 0 0; } }
  @media only screen and (max-width: 767px) {
    .goods .ackey .item {
      width: 49%;
      margin: 0 0 40px; }
      .goods .ackey .item:nth-of-type(3), .goods .ackey .item:nth-of-type(4) {
        margin: 0; } }
  @media only screen and (min-width: 768px) {
    .goods .ackey .item {
      width: 25%; } }

@media only screen and (max-width: 767px) {
  .attention {
    margin-bottom: 100px; } }
@media only screen and (min-width: 768px) {
  .attention {
    margin-bottom: 170px; } }
@media only screen and (max-width: 767px) {
  .attention .block {
    margin: 0 0 50px; } }
@media only screen and (min-width: 768px) {
  .attention .block {
    margin: 0 0 40px; } }
.attention .block:last-child {
  margin: 0; }
.attention table {
  width: 100%;
  border-collapse: collapse; }
  .attention table tbody tr {
    display: flex;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .attention table tbody tr {
        flex-direction: column; } }
  .attention table tbody th {
    text-align: left;
    border-top: #27231E solid 1px;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .attention table tbody th {
        width: 100%;
        padding: 15px 20px 7px;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .attention table tbody th {
        width: 36%;
        padding: 23px 25px;
        font-size: 0.95rem; } }
  .attention table tbody td {
    text-align: left;
    box-sizing: border-box; }
    @media only screen and (max-width: 767px) {
      .attention table tbody td {
        width: 100%;
        padding: 0 20px 15px;
        font-size: 0.9rem; } }
    @media only screen and (min-width: 768px) {
      .attention table tbody td {
        width: 64%;
        padding: 23px 25px;
        font-size: 0.95rem;
        border-top: #27231E solid 1px; } }
  @media only screen and (min-width: 768px) {
    .attention table tbody .border_th {
      border-bottom: #27231E solid 1px; } }
  .attention table tbody .border_td {
    border-bottom: #27231E solid 1px; }
.attention span {
  color: #E05656; }
  @media only screen and (max-width: 767px) {
    .attention span {
      font-size: 0.8rem;
      line-height: 1.2rem; } }
  @media only screen and (min-width: 768px) {
    .attention span {
      font-size: 0.8rem; } }
.attention__btn {
  border: #27231E solid 3px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 30px auto 0; }
  @media only screen and (max-width: 767px) {
    .attention__btn {
      width: 100%;
      height: 68px; } }
  @media only screen and (min-width: 768px) {
    .attention__btn {
      width: 440px;
      height: 80px; } }
  .attention__btn:hover .bnt-effect {
    left: 0; }
  .attention__btn a {
    font-size: 16px;
    color: #27231E;
    text-decoration: none;
    transition: all .5s ease;
    z-index: 2;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .attention__btn a {
        font-size: 0.9rem;
        line-height: 68px; } }
    @media only screen and (min-width: 768px) {
      .attention__btn a {
        font-size: 1.1rem;
        line-height: 80px; } }
    .attention__btn a:hover {
      color: #fff; }
  @media only screen and (min-width: 768px) {
    .attention__btn .bnt-effect {
      top: -2px;
      left: -440px;
      background: #27231E;
      border-radius: 50px;
      position: absolute;
      transition: all .5s ease;
      z-index: 1;
      width: 440px;
      height: 80px; } }
.attention p {
  margin: 0 0 15px;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .attention p {
      font-size: 0.9rem;
      line-height: 1.7rem; } }
  @media only screen and (min-width: 768px) {
    .attention p {
      font-size: 0.95rem;
      line-height: 1.7rem; } }
  .attention p:last-child {
    margin: 0; }
.attention ul {
  margin: 0 0 0 20px;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    .attention ul {
      font-size: 0.9rem;
      line-height: 1.6rem; } }
  @media only screen and (min-width: 768px) {
    .attention ul {
      font-size: 0.95rem;
      line-height: 1.5rem; } }
  @media only screen and (max-width: 767px) {
    .attention ul li {
      margin: 0 0 6px; } }
  @media only screen and (min-width: 768px) {
    .attention ul li {
      margin: 0 0 7px; } }
  .attention ul li:last-child {
    margin: 0; }
  .attention ul .note {
    color: #E05656;
    list-style: none;
    margin: 0 0 0 -15px; }
.attention .corona {
  border: #E05656 solid 2px;
  color: #E05656; }
  @media only screen and (max-width: 767px) {
    .attention .corona {
      padding: 18px 20px;
      font-size: 0.9rem;
      line-height: 1.6rem; } }
  @media only screen and (min-width: 768px) {
    .attention .corona {
      padding: 18px;
      font-size: 0.95rem;
      line-height: 1.5rem; } }

.otoiawase {
  background: #27231E;
  color: #fff;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .otoiawase {
      padding: 60px 0; } }
  @media only screen and (min-width: 768px) {
    .otoiawase {
      padding: 60px 0;
      margin: 120px 0 0; } }
  @media only screen and (max-width: 767px) {
    .otoiawase .otoiawase_inner {
      margin: 0 15px;
      box-sizing: border-box; } }
  @media only screen and (min-width: 768px) {
    .otoiawase .otoiawase_inner {
      max-width: 950px;
      margin: 0 auto; } }

@media only screen and (min-width: 768px) {
  .sponly {
    display: none; } }

@media only screen and (max-width: 767px) {
  .pconly {
    display: none; } }

.global_head {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 99; }

footer {
  position: relative;
  z-index: 98; }
