@charset "UTF-8";
@font-face {
  /*フォントの名前*/
  font-family: "montserrat-b";
  src: url("../font/Montserrat-ExtraBold.otf") format("opentype"); }
@font-face {
  /*フォントの名前*/
  font-family: "montserrat-r";
  src: url("../font/Montserrat-Regular.otf") format("opentype"); }
@font-face {
  /*フォントの名前*/
  font-family: "notosans";
  src: url("../font/NotoSansJP-Bold.otf") format("opentype"); }
@font-face {
  /*フォントの名前*/
  font-family: "notosans-m";
  src: url("../font/NotoSansJP-Medium.otf") format("opentype"); }
body {
  font-family: "notosans-m";
  font-size: 16px;
  font-weight: 500;
  color: #000;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  background-color: #000;
  min-height: 100vh;
  /* mobile viewport bug fix */
  min-height: -webkit-fill-available; }
  @media screen and (max-width: 750px) {
    body {
      width: 100% !important; } }

div {
  margin: 0px;
  padding: 0px; }

a {
  text-decoration: none;
  color: #fff; }
  a img {
    transition: 0.2s; }

ul {
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px; }
  ul li {
    padding-left: 0px;
    list-style: none; }

video {
  width: 100vw; }

@media screen and (max-width: 750px) {
  img {
    max-width: 100%;
    height: auto; } }

.pc {
  display: block !important; }
  @media screen and (max-width: 750px) {
    .pc {
      display: none !important; } }

.sp {
  display: none !important; }
  @media screen and (max-width: 750px) {
    .sp {
      display: block !important; } }

.non-border {
  border: none !important; }

.mt-20-sp {
  margin-top: unset; }
  @media screen and (max-width: 750px) {
    .mt-20-sp {
      margin-top: 20px !important; } }

/*共通ヘッダー・フッター*/
header {
  overflow: hidden; }

.background-header {
  height: 100%;
  width: 100%;
  background-image: url(../img/rhythm/back01.JPG);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000; }
  @media screen and (max-width: 750px) {
    .background-header {
      height: 100%;
      width: 100%;
      background-image: url(../img/rhythm/back01.JPG);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      background-color: #000; } }

/*.header {
    height: 80px;
    display: flex;
    justify-content: space-between;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 44;
    transition: 0.3s;

    @media screen and (max-width: 750px) {
        height: 70px;
        opacity: 0;
    }

    .box-headerLeft {
        @media screen and (max-width: 750px) {
            width: 40%;
        }

        h1 {
            margin: 18px 0px 10px 30px;
            height: 90px;
            box-sizing: border-box;
            transition: 0.3s;

            @media screen and (max-width: 750px) {
                width: 100%;
                margin: 10px 0 0 15px;
                height: 55px;
            }

            img {
                width: auto;
                height: 100%;
            }
        }
    }

    .box-headerRight {
        margin-right: 30px;
        margin-top: 17px;

        @media screen and (max-width: 750px) {
            margin-right: 60px;
            margin-top: 25px;
        }
    }
}

.header.view {
    @media screen and (max-width: 750px) {
        animation-name: header-anime-sp;
        animation-duration: 1s;
        transform: unset;
        opacity: 0;
        animation-fill-mode: forwards;
    }
}

.header.back-add {
    background-color: rgba(0, 0, 0, 0.9);
    transition: 0.3s;

    @media screen and (max-width: 750px) {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .box-headerLeft {
        h1 {
            height: 75px;
            transition: 0.3s;

            @media screen and (max-width: 750px) {
                height: 52px;
            }
        }
    }
}

@keyframes header-anime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes header-anime-sp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes back-anime {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.13);
    }
}*/
#control {
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0; }

.header-content {
  font-size: 1.8em;
  position: relative; }
  @media screen and (max-width: 750px) {
    .header-content {
      height: unset; } }
  .header-content .flowtext {
    background-color: #000;
    width: 100%;
    height: 30px; }
    .header-content .flowtext .flowtext-inner {
      background-image: url(../img/rhythm/flow-back.png);
      width: 100%;
      height: 100%;
      background-position: 0 0;
      background-repeat: repeat-x;
      animation: bgroop 25s linear infinite; }
  .header-content .logo-wrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .header-content .logo-wrapper {
        width: 100%;
        height: unset;
        top: unset;
        bottom: 0; } }
    .header-content .logo-wrapper .logo img {
      margin-top: 100px;
      width: 600px; }
      @media screen and (max-width: 750px) {
        .header-content .logo-wrapper .logo img {
          width: 80%;
          margin-top: 50px; } }
    .header-content .logo-wrapper .date-logo img {
      width: 450px;
      margin-top: 50px; }
      @media screen and (max-width: 750px) {
        .header-content .logo-wrapper .date-logo img {
          width: 80%; } }
    .header-content .logo-wrapper .lead {
      text-align: center;
      color: #fff;
      font-weight: 600;
      font-size: 1.2em;
      margin-top: 50px;
      padding-bottom: 100px;
      font-family: 'notosans'; }
      @media screen and (max-width: 750px) {
        .header-content .logo-wrapper .lead {
          font-size: 0.8em;
          line-height: 1.7em;
          padding-bottom: 50px; } }
    .header-content .logo-wrapper:before {
      position: absolute;
      content: "";
      width: 400px;
      height: 700px;
      background-image: url(../img/rhythm/penki04.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: 0px;
      left: -200px;
      z-index: 1; }
      @media screen and (max-width: 750px) {
        .header-content .logo-wrapper:before {
          width: 330px;
          border: 0px;
          height: 500px; } }
    .header-content .logo-wrapper:after {
      position: absolute;
      content: "";
      width: 250px;
      height: 300px;
      background-image: url(../img/rhythm/penki01.png);
      background-size: contain;
      background-repeat: no-repeat;
      bottom: -100px;
      right: -150px;
      z-index: 1; }

.box-nav {
  background-color: #fff; }
  .box-nav nav {
    height: 100px;
    width: 1100px;
    margin: 0 auto 30px; }
    @media screen and (max-width: 750px) {
      .box-nav nav {
        width: 100%;
        height: unset;
        z-index: 55;
        position: relative; } }
    .box-nav nav ul {
      display: flex;
      justify-content: space-between;
      height: 100%; }
      @media screen and (max-width: 750px) {
        .box-nav nav ul {
          flex-wrap: wrap; } }
      .box-nav nav ul li {
        border-left: 2px solid #000;
        text-align: center;
        padding: 10px;
        height: 100%;
        width: 100%;
        font-family: 'montserrat-b';
        font-size: 1.2em;
        display: table;
        box-sizing: border-box; }
        @media screen and (max-width: 750px) {
          .box-nav nav ul li {
            border-bottom: 2px solid #000;
            height: 65px;
            font-size: 1em;
            line-height: 1.1em; }
            .box-nav nav ul li:first-child, .box-nav nav ul li:nth-child(2), .box-nav nav ul li:nth-child(3) {
              width: calc(100%/3); }
            .box-nav nav ul li:nth-child(4), .box-nav nav ul li:last-child {
              width: 50%; } }
        .box-nav nav ul li a {
          color: #000;
          height: 100%;
          display: block;
          width: 100%;
          display: table-cell;
          vertical-align: middle;
          text-align: center; }
          .box-nav nav ul li a:hover {
            opacity: 0.8; }
        .box-nav nav ul li span {
          color: #ccc;
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: middle;
          text-align: center; }
        .box-nav nav ul li:last-child {
          border-right: 2px solid #000; }

@keyframes bgroop {
  from {
    background-position: 0 0; }
  to {
    background-position: -1960px 0; } }
/*オープニングアニメ*/
#anime {
  width: 100vw;
  height: 100vh;
  position: relative;
  transition: 1s !important;
  z-index: 99;
  background-color: #000; }
  @media screen and (max-width: 750px) {
    #anime {
      position: fixed; } }
  #anime::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none; }

#anime video {
  text-align: center;
  margin: auto;
  width: 100%;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

#anime .box {
  margin: auto;
  width: 100%;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 2; }
  @media screen and (max-width: 750px) {
    #anime .box {
      height: 50vw;
      top: calc(50vh - 25vw);
      bottom: unset; } }

#anime .logo {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation-duration: 4s;
  animation-name: logo-anime;
  animation-delay: 13s;
  animation-fill-mode: forwards; }

#anime .logo img {
  width: 200px;
  position: relative;
  top: -100px;
  left: -100px; }
  @media screen and (max-width: 750px) {
    #anime .logo img {
      width: 150px;
      top: -75px;
      left: -75px; } }

#anime .skip {
  text-align: center;
  margin: 0 20px 0 auto;
  width: 100px;
  color: #fff;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  outline: 0;
  border: none;
  transition: all 0.5s;
  display: block;
  background-color: rgba(0, 0, 0, 0);
  opacity: 0;
  animation-duration: 1s;
  animation-name: skip-anime;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  font-family: "montserrat-b";
  font-size: 1.3em;
  cursor: pointer; }
  @media screen and (max-width: 750px) {
    #anime .skip {
      color: #fff;
      margin: 50vw 0 0 auto; } }

#anime .skip:hover {
  color: #ed7026; }

#anime .mute-btn {
  border: none;
  cursor: pointer;
  top: 20px;
  left: 20px;
  position: absolute;
  font-family: "bebasneue";
  background: none; }
  @media screen and (max-width: 750px) {
    #anime .mute-btn {
      top: 10px;
      left: 0px; } }
  #anime .mute-btn img {
    width: 30px; }
    @media screen and (max-width: 750px) {
      #anime .mute-btn img {
        width: 30px; } }

#container {
  transition: 1s !important;
  display: none; }

@keyframes skip-anime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
/*フッター*/
.section-footer {
  background-color: #7a7b80;
  padding: 0;
  text-align: center;
  position: relative;
  color: #fff; }
  @media screen and (max-width: 750px) {
    .section-footer {
      padding: 0px; } }
  .section-footer .footer-link {
    width: 1100px;
    margin: 0 auto;
    padding: 20px 0; }
    @media screen and (max-width: 750px) {
      .section-footer .footer-link {
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box; } }
    .section-footer .footer-link .link-wrapper {
      display: flex;
      justify-content: center;
      align-items: baseline; }
      .section-footer .footer-link .link-wrapper .link {
        width: 200px;
        box-sizing: border-box;
        padding: 20px; }
        @media screen and (max-width: 750px) {
          .section-footer .footer-link .link-wrapper .link {
            width: 30%;
            padding: 15px; } }
        .section-footer .footer-link .link-wrapper .link a img {
          width: 100%;
          height: auto; }
        .section-footer .footer-link .link-wrapper .link a:hover {
          opacity: 0.8; }
  .section-footer .copyright {
    font-size: 0.7em;
    background-color: #000; }
    @media screen and (max-width: 750px) {
      .section-footer .copyright {
        margin-top: 10px; } }

.black {
  position: fixed;
  z-index: 50;
  overflow: hidden;
  height: 100vh;
  width: 100%;
  /*動画公開時以下解除*/
  display: none; }

.black:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: #000; }

.black.apear {
  text-align: center;
  animation-duration: 0.2s;
  animation-name: black-wrapper-ainme;
  animation-delay: 1s;
  animation-fill-mode: forwards; }

.black.apear:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: #000;
  animation-duration: 3s;
  animation-name: black-ainme;
  animation-delay: 0.5s;
  animation-fill-mode: forwards; }

@keyframes black-ainme {
  0% {
    opacity: 1;
    left: 0; }
  1% {
    left: 100%; }
  100% {
    opacity: 0;
    left: 100%; } }
@keyframes black-wrapper-ainme {
  0% {
    height: 100vh;
    z-index: 50; }
  100% {
    height: 0;
    z-index: 0; } }
.content-inner.cont-height {
  height: 0;
  animation-duration: 0.5s;
  animation-name: content-anime;
  animation-delay: 0s;
  animation-fill-mode: forwards; }

@keyframes content-anime {
  0% {
    height: 0; }
  100% {
    height: unset; } }
/*MAIN*/
.guide-wrapper {
  height: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative; }
  .guide-wrapper:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: url(../img/back-img-03.jpg) center no-repeat;
    background-size: cover;
    transition: 1s;
    opacity: 0; }
  @media screen and (max-width: 750px) {
    .guide-wrapper {
      padding-top: 0px;
      padding-bottom: 0px; }
      .guide-wrapper:before {
        content: "";
        display: block;
        position: fixed;
        top: 0px;
        left: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        background: url(../img/back-img-04.jpg) left no-repeat;
        background-size: cover;
        transition: 1s;
        opacity: 0; } }
  .guide-wrapper .guide-wrapper-inner {
    width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .guide-wrapper .guide-wrapper-inner {
        width: 100%; } }

.guide-wrapper.view:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/back-img-03.jpg) center no-repeat;
  background-size: cover;
  transition: 1s;
  opacity: 1; }
@media screen and (max-width: 750px) {
  .guide-wrapper.view:before {
    content: "";
    display: block;
    position: fixed;
    top: 0px;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url(../img/back-img-04.jpg) left no-repeat;
    background-size: cover;
    transition: 1s;
    opacity: 1; } }

/*.content-back {

    background-image: url(../img/rhythm/back02.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;

    @media screen and (max-width: 750px) {
        background-image: url(../img/rhythm/back02.jpg);
    }

}*/
main {
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 750px) {
    main {
      width: 100%;
      box-sizing: border-box;
      padding: 0 0; } }
  main h2 {
    text-align: center;
    font-family: "montserrat-b";
    font-size: 3em;
    margin-bottom: 70px; }
    @media screen and (max-width: 750px) {
      main h2 {
        font-size: 2.5em;
        line-height: 1.5em; } }
  main h2.bla {
    color: #000; }
  main h2.white {
    color: #fff; }
  main .content-wrap {
    width: 1100px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      main .content-wrap {
        width: 100%;
        padding: 0 0px; } }
  main section {
    margin: 0;
    padding-top: 40px;
    position: relative; }
  main .light {
    position: relative;
    width: 50px;
    margin: 0 auto; }
    main .light:before {
      position: absolute;
      content: "";
      width: 50px;
      height: 105px;
      background-image: url(../img/rhythm/icon_light.png);
      background-repeat: no-repeat;
      background-size: contain;
      top: -88px;
      left: 0;
      z-index: 5; }
  main .section-sche {
    margin-top: 100px;
    background-color: #fff;
    border-radius: 50px 0 0 0;
    padding-bottom: 100px; }
    main .section-sche:before {
      position: absolute;
      content: "";
      width: 300px;
      height: 300px;
      background-image: url(../img/rhythm/penki03.png);
      background-size: contain;
      background-repeat: no-repeat;
      bottom: -150px;
      left: -10px;
      z-index: 1; }
      @media screen and (max-width: 750px) {
        main .section-sche:before {
          left: -70px;
          width: 250px; } }
    main .section-sche .sche-text {
      text-align: center;
      margin-bottom: 1em;
      font-weight: 600;
      font-size: 1.1em; }
    main .section-sche .fs-small {
      font-weight: unset;
      font-size: 1rem; }
      @media screen and (max-width: 750px) {
        main .section-sche .fs-small {
          font-size: 0.9em;
          margin-top: 50px; } }
  main .section-news {
    background-color: #fff;
    color: #fff; }
    main .section-news .section-news-inner {
      background-color: #7a7b80;
      border-radius: 0 50px 0 0;
      padding-top: 50px;
      padding-bottom: 100px; }
      main .section-news .section-news-inner .box-news {
        margin-top: 50px;
        margin-bottom: 50px; }
        main .section-news .section-news-inner .box-news dl {
          display: flex;
          border-bottom: 1px solid #ccc; }
          @media screen and (max-width: 750px) {
            main .section-news .section-news-inner .box-news dl {
              display: block; } }
          main .section-news .section-news-inner .box-news dl dt {
            width: 100px;
            box-sizing: border-box;
            padding: 10px; }
          main .section-news .section-news-inner .box-news dl dd {
            width: calc(100% - 100px);
            box-sizing: border-box;
            padding: 10px; }
  main .section-ticket {
    background-color: #7a7b80; }
    main .section-ticket:before {
      position: absolute;
      content: "";
      width: 250px;
      height: 250px;
      background-image: url(../img/rhythm/penki02.png);
      background-size: contain;
      background-repeat: no-repeat;
      top: -50px;
      right: -10px;
      z-index: 1; }
      @media screen and (max-width: 750px) {
        main .section-ticket:before {
          top: -100px;
          right: -80px;
          width: 200px; } }
    main .section-ticket .section-ticket-inner {
      background-color: #fff;
      border-radius: 50px 0 0 0;
      padding-top: 50px;
      padding-bottom: 100px; }
      main .section-ticket .section-ticket-inner .price {
        text-align: center;
        font-size: 1.2em;
        font-weight: 600;
        margin: 30px 0; }
        @media screen and (max-width: 750px) {
          main .section-ticket .section-ticket-inner .price {
            font-size: 1.1em; } }
      main .section-ticket .section-ticket-inner .bish-link {
        margin-top: 30px;
        text-align: center; }
        main .section-ticket .section-ticket-inner .bish-link a {
          color: #000;
          text-decoration: underline; }
      main .section-ticket .section-ticket-inner .box-ticket {
        display: flex;
        justify-content: center;
        flex-wrap: wrap; }
        @media screen and (max-width: 750px) {
          main .section-ticket .section-ticket-inner .box-ticket {
            display: block; } }
        main .section-ticket .section-ticket-inner .box-ticket .ticket-panel {
          width: 50%;
          box-sizing: border-box;
          padding: 20px;
          text-align: center;
          margin: 40px 0; }
          @media screen and (max-width: 750px) {
            main .section-ticket .section-ticket-inner .box-ticket .ticket-panel {
              width: 100%; } }
          main .section-ticket .section-ticket-inner .box-ticket .ticket-panel h3 {
            font-weight: 600;
            font-size: 1.1em; }
          main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-detail {
            margin: 20px 0; }
            main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-detail .note {
              font-size: 0.8em; }
          main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-link {
            width: 90%;
            height: 120px;
            box-sizing: border-box;
            margin: 0 auto;
            border: 1px solid #000;
            border-radius: 20px;
            box-shadow: 10px 10px; }
            @media screen and (max-width: 750px) {
              main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-link {
                width: 85%;
                height: 100px; } }
            main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-link a {
              width: 100%;
              height: 100%;
              display: block; }
              main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-link a:hover {
                opacity: 0.8; }
              main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-link a img {
                height: 85%;
                margin-top: 10px; }
                @media screen and (max-width: 750px) {
                  main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .ticket-link a img {
                    margin-top: 5px; } }
          main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .release-date {
            margin-top: 30px; }
            main .section-ticket .section-ticket-inner .box-ticket .ticket-panel .release-date h4 {
              margin-bottom: 5px; }
  main .section-twitter {
    background-color: #fff;
    color: #fff; }
    main .section-twitter .section-twitter-inner {
      background-color: #7a7b80;
      border-radius: 0 50px 0 0;
      padding-top: 50px;
      padding-bottom: 100px; }
      main .section-twitter .section-twitter-inner .box-twitter {
        margin: 50px auto;
        width: 600px;
        height: 600px;
        overflow-y: scroll; }
        @media screen and (max-width: 750px) {
          main .section-twitter .section-twitter-inner .box-twitter {
            width: 85%;
            height: 500px; } }
  main .section-goods {
    text-align: left; }
    main .section-goods .goods-img {
      text-align: center;
      margin-bottom: 30px; }
      main .section-goods .goods-img .note {
        font-size: 0.8em;
        width: 800px;
        margin: 0 auto;
        text-align: left;
        line-height: 1.4em; }
        @media screen and (max-width: 750px) {
          main .section-goods .goods-img .note {
            width: 100%; } }
        main .section-goods .goods-img .note li {
          padding-left: 1.2em;
          position: relative; }
          main .section-goods .goods-img .note li:before {
            content: "※";
            position: absolute;
            top: 0;
            left: 0; }
  main .section-corona {
    font-size: 0.8em;
    line-height: 1.3em;
    background-image: url(../img/rhythm/back02.jpg);
    background-attachment: fixed;
    background-size: 100%;
    color: #fff;
    padding-bottom: 100px; }
    main .section-corona .content-wrap {
      padding: 0 10px;
      box-sizing: border-box; }
    main .section-corona h2 {
      color: #fff;
      background-color: #696969;
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 1.3em;
      margin-bottom: 30px; }
      @media screen and (max-width: 750px) {
        main .section-corona h2 {
          font-size: 1.1em; } }
    main .section-corona h3 {
      margin-top: 30px; }
    main .section-corona ul {
      margin-left: 2em; }
      main .section-corona ul li {
        list-style: disc;
        margin-bottom: 0.5em; }
    main .section-corona ol li {
      margin-bottom: 0.5em; }
    main .section-corona .note {
      margin-top: 30px; }
    main .section-corona .corona2 li {
      list-style: none;
      position: relative; }
      main .section-corona .corona2 li:before {
        position: absolute;
        content: "";
        width: 0.6em;
        height: 0.6em;
        background-color: #fff;
        top: 6px;
        left: -15px; }
      main .section-corona .corona2 li ul li {
        list-style: disc; }
        main .section-corona .corona2 li ul li:before {
          content: none; }

/*トップボタン*/
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #ed7026;
  opacity: 0;
  transition: 0.3s; }

#page_top.view {
  opacity: 0.9;
  transition: 0.3s; }

#page_top a {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  text-decoration: none;
  transition: 0.3s; }
  #page_top a:hover {
    opacity: 0.8; }

#page_top a::before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background-image: url(../img/icon_pagetop.png);
  background-repeat: no-repeat;
  background-size: contain; }

.contents {
  padding-top: 105px; }
  @media screen and (max-width: 750px) {
    .contents {
      padding-top: 70px; } }

.contents_innner {
  padding-top: 105px;
  margin-top: -105px; }
  @media screen and (max-width: 750px) {
    .contents_innner {
      padding-top: 70px;
      margin-top: 70px; } }

/*ふわっと現れる*/
.scroll-fade {
  opacity: 0;
  transform: translate(0, 70px);
  transition: all 800ms; }

.scroll-fade.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.fs-small {
  font-size: 0.85em; }

.section-information {
  text-align: center;
  padding: 100px 0; }
  @media screen and (max-width: 750px) {
    .section-information {
      padding: 50px 0; } }
  .section-information .head {
    margin-top: 50px;
    margin-bottom: 50px; }
    @media screen and (max-width: 750px) {
      .section-information .head {
        padding: 0 10px;
        margin-top: 0; } }
    .section-information .head h2 {
      font-weight: 600; }
  .section-information .info-content {
    padding-left: 50px;
    padding-right: 50px;
    box-sizing: border-box;
    text-align: left;
    font-size: 0.8em;
    line-height: 1.5em;
    width: 800px;
    margin: 0 auto; }
    @media screen and (max-width: 750px) {
      .section-information .info-content {
        width: 100%;
        padding: 0 10px; } }
    .section-information .info-content a {
      color: #ed7026;
      transition: 0.3s; }
      .section-information .info-content a:hover {
        text-decoration: underline; }
    .section-information .info-content .title {
      font-weight: 600;
      font-size: 1.2em;
      margin-top: 1em;
      margin-bottom: 0.5em;
      display: block;
      color: #ed7026; }
    .section-information .info-content .subtitle {
      font-weight: 600;
      text-decoration: underline;
      margin-bottom: 1em;
      display: inline-block; }
    .section-information .info-content .note {
      font-size: 0.8em; }

.section-goods {
  background-color: #fff; }
  @media screen and (max-width: 750px) {
    .section-goods {
      padding: 0 10px;
      width: 100%;
      box-sizing: border-box; } }
  .section-goods:before {
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(../img/rhythm/penki02.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -50px;
    right: -10px;
    z-index: 1; }
    @media screen and (max-width: 750px) {
      .section-goods:before {
        top: -100px;
        right: -80px;
        width: 200px; } }
  .section-goods .section-goods-inner {
    background-color: #fff;
    border-radius: 50px 0 0 0;
    padding-top: 50px;
    padding-bottom: 100px; }
    .section-goods .section-goods-inner .price {
      text-align: center;
      font-size: 1.2em;
      font-weight: 600;
      margin: 30px 0; }
      @media screen and (max-width: 750px) {
        .section-goods .section-goods-inner .price {
          font-size: 1.1em; } }
    .section-goods .section-goods-inner .goods-wrap .goodsimg {
      text-align: center;
      margin: 10px 0; }
    .section-goods .section-goods-inner .goods-wrap .width800 {
      width: 800px;
      margin: 0 auto 50px; }
      @media screen and (max-width: 750px) {
        .section-goods .section-goods-inner .goods-wrap .width800 {
          width: 100%; } }
    .section-goods .section-goods-inner .goods-wrap .kome li {
      padding-left: 1.2em;
      position: relative; }
      .section-goods .section-goods-inner .goods-wrap .kome li:before {
        position: absolute;
        content: "※";
        top: 0;
        left: 0; }
    .section-goods .section-goods-inner .goods-wrap .dot {
      margin-left: 1em; }
      .section-goods .section-goods-inner .goods-wrap .dot li {
        list-style: disc; }
    .section-goods .section-goods-inner .goods-wrap .goodstext h3 {
      margin-top: 50px; }
    .section-goods .section-goods-inner .goods-wrap .goodsimg .width100 {
      width: 100%; }
    .section-goods .section-goods-inner .goods-wrap .goods-note {
      margin-top: 80px;
      font-size: 0.9em;
      line-height: 1.4em; }
      .section-goods .section-goods-inner .goods-wrap .goods-note h4 {
        margin-top: 30px; }
      .section-goods .section-goods-inner .goods-wrap .goods-note a {
        color: #000;
        text-decoration: underline; }

/*# sourceMappingURL=style_rhythm.css.map */
