@charset "UTF-8";
@font-face {
  font-family: 'Noto Sans';
  src: url(../font/NotoSansJP-Regular.otf); }
body {
  font-family: "Yu Mincho", "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin: 0px;
  box-sizing: border-box;
  line-height: 1.8em;
  letter-spacing: 0.05em;
  background-color: #000000; }
  @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; }

@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; }

.mb-100 {
  margin-bottom: 100px; }

.mb-50 {
  margin-bottom: 50px; }

/*共通ヘッダー・フッター*/
header {
  height: 75px;
  overflow: hidden;
  position: absolute; }
  @media screen and (max-width: 750px) {
    header {
      height: 100vh; } }

.header {
  height: 75px;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 44;
  transition: 0.3s; }
  @media screen and (max-width: 750px) {
    .header {
      height: 70px; } }
  @media screen and (max-width: 750px) {
    .header .box-headerLeft {
      width: 40%; } }
  .header .box-headerLeft h1 {
    margin: 18px 0px 10px 30px;
    height: 90px;
    box-sizing: border-box;
    transition: 0.3s; }
    @media screen and (max-width: 750px) {
      .header .box-headerLeft h1 {
        width: 100%;
        margin: 10px 0 0 15px;
        height: 55px; } }
    .header .box-headerLeft h1 img {
      width: auto;
      height: 100%; }
  .header .box-headerRight {
    margin-right: 30px;
    margin-top: 15px; }
    @media screen and (max-width: 750px) {
      .header .box-headerRight {
        margin-right: 60px;
        margin-top: 25px; } }

.pc-nav nav {
  height: 60px;
  margin: 0 auto; }
  .pc-nav nav .nav-wrap {
    display: flex;
    justify-content: space-around;
    position: relative; }
    .pc-nav nav .nav-wrap li {
      padding: 0 13px;
      height: 60px;
      text-align: center;
      box-sizing: border-box;
      transition: 0.3s; }
      .pc-nav nav .nav-wrap li a {
        display: inline-block;
        color: #fff;
        height: 60px;
        padding-top: 10px;
        box-sizing: border-box;
        position: relative;
        transition: 0.5s; }
      .pc-nav nav .nav-wrap li:hover a {
        color: #a58357; }
    .pc-nav nav .nav-wrap .twitter img {
      position: relative;
      top: -3px;
      width: 80%; }
      .pc-nav nav .nav-wrap .twitter img:hover {
        opacity: 0.8; }

.sp-navi .globalNavSP {
  position: fixed;
  z-index: 100;
  top: 0px;
  left: 0;
  background: #a58357;
  transform: translateX(-100%);
  transition: all 0.6s;
  width: 500px;
  height: 100vh; }
  @media screen and (max-width: 750px) {
    .sp-navi .globalNavSP {
      width: 100%; } }
  .sp-navi .globalNavSP .nav-inner ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 50px;
    text-align: center; }
    .sp-navi .globalNavSP .nav-inner ul li {
      color: #fff;
      font-size: 18px;
      padding-bottom: 10px;
      line-height: 0.7;
      padding-top: 25px;
      font-weight: 500;
      border-bottom: 1px solid #fff;
      margin-left: 15px;
      margin-right: 15px; }
      .sp-navi .globalNavSP .nav-inner ul li a {
        color: #fff;
        text-decoration: none;
        margin-bottom: 10px;
        width: 100%;
        display: inline-block; }
    .sp-navi .globalNavSP .nav-inner ul .twitter {
      border: none; }
      .sp-navi .globalNavSP .nav-inner ul .twitter img {
        width: 30px; }
.sp-navi nav.globalNavSP.active {
  transform: translateX(0%); }
.sp-navi .navToggle .navToggle-inner {
  display: block;
  position: fixed;
  /* body?E‘I?μ?A?I?a‘I?E’u?w’e */
  left: 0px;
  top: 0px;
  width: 65px;
  height: 70px;
  cursor: pointer;
  z-index: 8888;
  text-align: center;
  transition-duration: 0.5s; }
  .sp-navi .navToggle .navToggle-inner span {
    display: block;
    position: absolute;
    /* .navToggle?E‘I?μ?A */
    width: 25px;
    border-bottom: solid 2px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 18px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(1) {
      top: 21px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(2) {
      top: 33px; }
    .sp-navi .navToggle .navToggle-inner span:nth-child(3) {
      top: 45px; }
.sp-navi .navToggle.active span:nth-child(1) {
  top: 27px;
  left: 21px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: solid 3px #fff; }
.sp-navi .navToggle.active span:nth-child(2), .sp-navi .navToggle.active span:nth-child(3) {
  top: 28px;
  left: 22px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  border-bottom: solid 3px #fff; }
.sp-navi p {
  font-size: 10px;
  color: #fff; }

.content-inner {
  background-image: url(../img/back_pc.jpg);
  background-position: right;
  background-attachment: fixed;
  background-size: 50vw;
  background-repeat: no-repeat; }
  @media screen and (max-width: 750px) {
    .content-inner {
      background-image: none;
      position: relative;
      overflow-y: auto;
      /*background-image: url(../img/back_sp.jpg);
      background-position: center;
      background-attachment: fixed;
      -webkit-background-attachment: fixed;
      -moz-background-attachment: fixed;
      background-size: cover;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      background-repeat: no-repeat;*/ }
      .content-inner:after {
        content: "";
        position: fixed;
        width: 100vw;
        height: 100vh;
        background-image: url(../img/back_sp.jpg);
        background-size: contain;
        background-position: left 50% bottom 50%;
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        z-index: -1; } }

h2 {
  font-size: 2em;
  color: #a58357;
  font-weight: 600;
  position: relative;
  letter-spacing: 0.1em;
  display: inline-block; }
  @media screen and (max-width: 750px) {
    h2 {
      font-size: 1.8em;
      text-align: center;
      display: block; } }
  h2 .letter-large {
    font-size: 1.5em; }

/*フッター*/
.section-footer {
  background-color: #000000;
  padding: 30px 50px;
  text-align: center;
  position: relative;
  scroll-snap-align: end; }
  @media screen and (max-width: 750px) {
    .section-footer {
      padding: 20px; } }
  .section-footer .copyright {
    font-size: 0.7em; }
    @media screen and (max-width: 750px) {
      .section-footer .copyright {
        margin-top: 10px; } }
  .section-footer .official {
    font-size: 0.7em; }
    @media screen and (max-width: 750px) {
      .section-footer .official {
        margin-top: 10px; } }
    .section-footer .official a {
      color: #a58357;
      transition: 0.3s; }
      .section-footer .official a:hover {
        opacity: 0.8; }

/*オープニング設定*/
.opening-1 {
  position: relative;
  top: 0px;
  left: 0px;
  opadity: 1;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 999;
  animation-name: opaning-back;
  animation-fill-mode: forwards;
  animation-duration: 7s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-direction: normal; }
  .opening-1 .text1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: text1;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-direction: normal;
    opacity: 0; }
    @media screen and (max-width: 750px) {
      .opening-1 .text1 {
        text-align: center;
        width: 100%; } }
  .opening-1 .text2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    animation-name: text2;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 3.5s;
    animation-direction: normal;
    opacity: 0; }
    @media screen and (max-width: 750px) {
      .opening-1 .text2 {
        text-align: center;
        width: 100%; } }

.opening-1.nodisplay {
  display: none; }

@keyframes opaning-back {
  0% {
    opacity: 1; }
  85% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes text1 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes text2 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.opening-2 {
  position: fixed;
  top: 0px;
  left: 0px;
  opadity: 1;
  width: 100vw;
  /*height: 100vh;*/
  background-color: #000;
  z-index: 9999;
  animation-name: opaning-back2;
  animation-fill-mode: forwards;
  animation-duration: 11s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 0;
  animation-direction: normal; }
  @media screen and (max-width: 750px) {
    .opening-2 {
      height: 100vh; } }
  .opening-2 .text3 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation-name: text3;
    animation-fill-mode: forwards;
    animation-duration: 5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 0.5s;
    animation-direction: normal;
    opacity: 0;
    line-height: 2.5em;
    text-align: center;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 750px) {
      .opening-2 .text3 {
        text-align: center;
        width: 100%; } }
  .opening-2 .text4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.5em;
    animation-name: text4;
    animation-fill-mode: forwards;
    animation-duration: 3s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-delay: 3.5s;
    animation-direction: normal;
    opacity: 0; }
    @media screen and (max-width: 750px) {
      .opening-2 .text4 {
        text-align: center;
        width: 100%; } }

.opening-2.nodisplay {
  display: none; }

@keyframes opaning-back2 {
  0% {
    opacity: 1; }
  85% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes text3 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes text4 {
  0% {
    opacity: 0; }
  30% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.typed_wrap {
  position: absolute;
  width: 100vw;
  text-align: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation-name: typing;
  animation-fill-mode: forwards;
  animation-duration: 4s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  animation-delay: 4.8s;
  animation-direction: normal;
  opacity: 0; }

.typed_wrap h1 {
  color: #FFF;
  font-size: 2rem;
  height: 200px;
  line-height: 1.5em; }
  @media screen and (max-width: 750px) {
    .typed_wrap h1 {
      font-size: 1.5rem; } }

.typed::after {
  content: "_";
  animation: blink 0.7s infinite; }

@keyframes blink {
  50% {
    opacity: 0; } }
@keyframes typing {
  0% {
    opacity: 0; }
  10% {
    opacity: 1; }
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*MAIN*/
main {
  overflow: auto;
  scroll-snap-type: y proximity;
  height: 100vh;
  overflow-x: hidden;
  scrollbar-width: thin;
  scroll-behavior: smooth; }
  @media screen and (max-width: 750px) {
    main {
      overflow: auto;
      scroll-snap-type: none;
      scrollbar-width: none;
      height: unset;
      background-color: rgba(0, 0, 0, 0.3); } }

.main-inner {
  width: 800px;
  margin-left: 10vw; }
  @media screen and (max-width: 750px) {
    .main-inner {
      width: 100%;
      box-sizing: border-box;
      margin-left: 0; } }

.section-firstview {
  /*height: 100vh;*/
  display: table;
  scroll-snap-align: start;
  padding-right: 10px;
  padding-left: 10px; }
  @media screen and (max-width: 750px) {
    .section-firstview {
      scroll-snap-align: none;
      box-sizing: border-box;
      display: block; } }
  .section-firstview .first-inner {
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: middle;
    text-align: center; }
    @media screen and (max-width: 750px) {
      .section-firstview .first-inner {
        vertical-align: top;
        position: relative;
        display: block; } }
  .section-firstview .box-logo h1 {
    margin: 0; }
    @media screen and (max-width: 750px) {
      .section-firstview .box-logo h1 {
        padding-top: 50px;
        box-sizing: border-box; } }
    @media screen and (max-width: 750px) {
      .section-firstview .box-logo h1 img {
        max-width: 100%;
        height: auto; } }
  .section-firstview .box-logo .artist {
    color: #a58357;
    font-size: 1.2em;
    font-weight: 600; }
    @media screen and (max-width: 750px) {
      .section-firstview .box-logo .artist {
        color: #fff;
        background-color: rgba(126, 88, 36, 0.6);
        font-size: 0.8em;
        display: none; } }
  .section-firstview .date {
    margin-top: 120px;
    font-size: 1em;
    line-height: 1.5em;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 750px) {
      .section-firstview .date {
        position: absolute;
        left: 50%;
        bottom: 2.5em;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        font-size: 0.8em;
        width: 100%;
        margin-top: 0; } }

.section-guide {
  line-height: 4em;
  scroll-snap-align: start;
  height: 100vh;
  display: table; }
  .section-guide div {
    display: table-cell;
    vertical-align: middle; }

.section-artist {
  scroll-snap-align: end;
  height: 100vh;
  display: table; }
  @media screen and (max-width: 750px) {
    .section-artist {
      height: unset;
      padding-top: 50px;
      padding-bottom: 100px;
      background-color: rgba(0, 0, 0, 0.8);
      padding-right: 10px;
      padding-left: 10px;
      display: block;
      scroll-snap-align: none; } }
  .section-artist .section-inner {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .section-artist .section-inner {
        display: unset; } }
  .section-artist .box-artist {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 750px) {
      .section-artist .box-artist {
        justify-content: center; } }
    .section-artist .box-artist .artist-panel {
      width: 360px;
      margin: 10px; }
      .section-artist .box-artist .artist-panel .img {
        width: 100%; }
        .section-artist .box-artist .artist-panel .img a {
          transition: 0.3s; }
          .section-artist .box-artist .artist-panel .img a:hover {
            opacity: 0.8; }
        .section-artist .box-artist .artist-panel .img img {
          width: 100%;
          height: 230px;
          object-fit: cover; }
      .section-artist .box-artist .artist-panel .name {
        margin-top: 0; }
        @media screen and (max-width: 750px) {
          .section-artist .box-artist .artist-panel .name {
            text-align: center; } }

.section-schedule {
  scroll-snap-align: start;
  height: 100vh;
  display: table; }
  @media screen and (max-width: 750px) {
    .section-schedule {
      height: unset;
      padding-top: 50px;
      padding-bottom: 100px;
      background-color: rgba(0, 0, 0, 0.8);
      padding-right: 10px;
      padding-left: 10px;
      display: block;
      scroll-snap-align: none; } }
  .section-schedule .section-inner {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .section-schedule .section-inner {
        display: unset; } }
  .section-schedule .date {
    margin-top: 50px; }
    @media screen and (max-width: 750px) {
      .section-schedule .date {
        text-align: center; } }
    @media screen and (max-width: 750px) {
      .section-schedule .date span {
        font-size: unset; } }
  .section-schedule .box-venue {
    margin-top: 50px;
    display: flex; }
    @media screen and (max-width: 750px) {
      .section-schedule .box-venue {
        display: block;
        text-align: center; } }
    .section-schedule .box-venue a {
      margin-left: 20px;
      padding: 2px 20px;
      background-color: #7e5824;
      font-size: 0.8em;
      transition: 0.3s; }
      @media screen and (max-width: 750px) {
        .section-schedule .box-venue a {
          margin-top: 10px;
          margin-left: 0px; } }
      .section-schedule .box-venue a:hover {
        opacity: 0.8; }
  .section-schedule .credit {
    margin-top: 80px;
    font-size: 0.8em; }
    @media screen and (max-width: 750px) {
      .section-schedule .credit {
        text-align: center; } }

.section-ticket {
  scroll-snap-align: start;
  height: 100vh;
  display: table; }
  @media screen and (max-width: 750px) {
    .section-ticket {
      height: unset;
      padding-top: 50px;
      padding-bottom: 100px;
      background-color: rgba(0, 0, 0, 0.8);
      padding-right: 10px;
      padding-left: 10px;
      display: block;
      scroll-snap-align: none; } }
  .section-ticket .section-inner {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .section-ticket .section-inner {
        display: unset; } }
  @media screen and (max-width: 750px) {
    .section-ticket .price {
      text-align: center;
      font-size: 1.2em; } }
  .section-ticket .lelease {
    margin-top: 50px; }
    @media screen and (max-width: 750px) {
      .section-ticket .lelease {
        text-align: center; } }
    @media screen and (max-width: 750px) {
      .section-ticket .lelease .date-small {
        font-size: 0.75em; } }
  .section-ticket .box-playguide {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 750px) {
      .section-ticket .box-playguide {
        justify-content: space-between; } }
    .section-ticket .box-playguide .playguide-panel {
      display: block;
      width: 38%;
      padding: 10px;
      margin: 10px 0; }
      @media screen and (max-width: 750px) {
        .section-ticket .box-playguide .playguide-panel {
          display: block;
          text-align: center;
          margin-top: 20px;
          width: 48%;
          box-sizing: border-box; } }
      .section-ticket .box-playguide .playguide-panel dt {
        width: 100%;
        text-align: center; }
        @media screen and (max-width: 750px) {
          .section-ticket .box-playguide .playguide-panel dt {
            text-align: center;
            width: 100%; } }
      .section-ticket .box-playguide .playguide-panel dd {
        width: 210px;
        box-sizing: border-box;
        margin: 0 auto; }
        @media screen and (max-width: 750px) {
          .section-ticket .box-playguide .playguide-panel dd {
            margin-left: 0;
            width: 100%; } }
        .section-ticket .box-playguide .playguide-panel dd a {
          padding: 8px 0px;
          background-color: #7e5824;
          font-size: 0.9em;
          transition: 0.3s;
          box-sizing: border-box;
          width: 100%;
          display: inline-block;
          text-align: center; }
          @media screen and (max-width: 750px) {
            .section-ticket .box-playguide .playguide-panel dd a {
              margin-left: 0px;
              margin-top: 10px; } }
          .section-ticket .box-playguide .playguide-panel dd a:hover {
            opacity: 0.8; }
        .section-ticket .box-playguide .playguide-panel dd .finish {
          text-align: center;
          display: block;
          font-size: 0.8em;
          border-top: 1px solid #3b3b3b;
          margin-top: 5px;
          padding-top: 5px; }
    @media screen and (max-width: 750px) {
      .section-ticket .box-playguide .finish {
        text-align: center;
        width: 100%; } }
  .section-ticket .img-goods {
    width: 100%;
    margin-top: 50px; }
    .section-ticket .img-goods img {
      width: 75%;
      height: auto; }
      @media screen and (max-width: 750px) {
        .section-ticket .img-goods img {
          width: 100%; } }
  .section-ticket .note {
    font-size: 0.8em; }
    .section-ticket .note ul li {
      padding-left: 1em;
      position: relative;
      line-height: 1.3em; }
      .section-ticket .note ul li:before {
        position: absolute;
        content: "※";
        top: 0px;
        left: 0px; }
  .section-ticket .mt-50 {
    margin-top: 50px; }

.section-corona {
  scroll-snap-align: start;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 50px; }
  @media screen and (max-width: 750px) {
    .section-corona {
      height: unset;
      padding-top: 50px;
      padding-bottom: 100px;
      background-color: rgba(0, 0, 0, 0.8);
      display: block;
      box-sizing: border-box;
      scroll-snap-align: none; } }
  .section-corona .section-inner {
    margin: 0px 10vw;
    padding-top: 75px;
    box-sizing: border-box; }
    @media screen and (max-width: 750px) {
      .section-corona .section-inner {
        margin: 0; } }
  .section-corona h3 {
    font-weight: 600;
    color: #a58357; }
    @media screen and (max-width: 750px) {
      .section-corona h3 {
        text-align: center; } }
  .section-corona h4 {
    margin-bottom: 0px;
    font-size: 0.9em; }
  .section-corona .lead {
    font-size: 0.8em;
    line-height: 1.4em; }
  .section-corona ul {
    font-size: 0.8em;
    line-height: 1.6em; }
  .section-corona .corona-attention li {
    position: relative;
    padding-left: 1em; }
    .section-corona .corona-attention li:before {
      position: absolute;
      content: "";
      width: 0.5em;
      height: 0.5em;
      background-color: #fff;
      border-radius: 50%;
      top: 0.6em;
      left: 0px; }
  .section-corona .link a {
    transition: 0.3s; }
    @media screen and (max-width: 750px) {
      .section-corona .link a {
        word-break: break-all; } }
    .section-corona .link a:hover {
      opacity: 0.8; }

.section-goods {
  scroll-snap-align: start;
  height: 100vh;
  display: table; }
  @media screen and (max-width: 750px) {
    .section-goods {
      height: unset;
      padding-top: 50px;
      padding-bottom: 100px;
      background-color: rgba(0, 0, 0, 0.8);
      padding-right: 10px;
      padding-left: 10px;
      display: block;
      scroll-snap-align: none; } }
  .section-goods .section-inner {
    display: table-cell;
    vertical-align: middle; }
    @media screen and (max-width: 750px) {
      .section-goods .section-inner {
        display: unset; } }
  .section-goods .box-content {
    margin-top: 80px; }
    @media screen and (max-width: 750px) {
      .section-goods .box-content {
        text-align: center; } }

/*トップボタン*/
#page_top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: #a58357;
  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); }

@media screen and (max-width: 750px) {
  .ta-center-sp {
    text-align: center; } }

.fs-small {
  font-size: 0.85em; }

.goods-underline {
  text-decoration: underline; }

.mb-100-pc {
  margin-bottom: 100px; }
  @media screen and (max-width: 750px) {
    .mb-100-pc {
      margin-bottom: 0; } }

/**/

/*# sourceMappingURL=style.css.map */
