#header {
  width: 100%;
  height: 100px;
  position: relative;
  background-image: linear-gradient(0deg, white 30%, #cfe9e6); }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    #header {
      height: calc(100 / 1120 * 100vw); } }
  @media screen and (max-width: 749px) {
    #header {
      height: calc(100 / 749 * 100vw); } }
  #header .logo {
    width: 640px;
    margin: 0 auto;
    padding: 10px 0; }
    @media all and (min-width: 750px) and (max-width: 1120px) {
      #header .logo {
        width: 60.38%; } }
    @media screen and (max-width: 749px) {
      #header .logo {
        padding: 0;
        width: 72vw;
        position: absolute;
        top: 1.4vw;
        left: 7.4vw; } }

#pc_menu {
  width: 1060px;
  margin: 30px auto 60px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 1%; }
  @media all and (min-width: 750px) and (max-width: 1120px) {
    #pc_menu {
      width: 94.64%; } }
  @media screen and (max-width: 749px) {
    #pc_menu {
      display: none; } }
  #pc_menu li {
    flex-basis: 32.66%; }

h1, h2 {
  text-align: center; }
  @media screen and (max-width: 749px) {
    h1, h2 {
      width: 87.5%;
      margin: 0 auto;
      padding: 30px 0 0; } }

h1 + p {
  font-size: 2.4rem;
  font-weight: 900;
  color: #ff76b8;
  text-align: center; }
  h1 + p span {
    font-size: 0.75em; }
  @media screen and (max-width: 749px) {
    h1 + p {
      font-weight: 700;
      font-size: 2.0rem; } }

.lead {
  font-size: 1.8rem;
  text-align: center; }
  @media screen and (max-width: 749px) {
    .lead {
      font-size: 1.2rem;
      width: 90%;
      margin: 0 auto; } }

.box {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin-bottom: 30px; }
  @media screen and (max-width: 749px) {
    .box {
      padding: 0; } }
  .box.col1 {
    row-gap: 30px; }
    @media screen and (max-width: 749px) {
      .box.col1 {
        row-gap: 20px; } }
    .box.col1 li {
      width: 100%; }
  .box.col2 {
    gap: 20px; }
    @media screen and (max-width: 749px) {
      .box.col2 {
        column-gap: 0;
        row-gap: 20px; } }
    .box.col2 li {
      width: 510px; }
      @media screen and (max-width: 749px) {
        .box.col2 li {
          width: 100%; }
          .box.col2 li.no-fit {
            width: 95%;
            margin: 0 auto; } }
  .box.jc-c {
    justify-content: center; }

.notice {
  padding: 20px;
  font-size: 1.6rem;
  color: #222; }
  @media all and (min-width: 750px) and (max-width: 1200px) {
    .notice {
      padding: 2.5%; } }
  @media screen and (max-width: 749px) {
    .notice {
      font-size: 1.4rem;
      padding: 4%; } }
  .notice li {
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.5em; }

#auto .ticket {
  border: 2px solid #4BA8FF;
  border-radius: 10px;
  position: relative;
  margin-top: 1em;
  font-size: 2rem;
  color: #4BA8FF;
  text-align: center; }
  @media screen and (max-width: 749px) {
    #auto .ticket {
      font-weight: 500;
      font-size: 1.8rem; } }
  #auto .ticket h3 {
    text-align: center;
    position: absolute;
    font-weight: 700;
    right: 0;
    left: 0;
    top: -0.75em; }
    #auto .ticket h3 span {
      padding: 0 .5em;
      background: #FFF;
      color: #4BA8FF; }
  #auto .ticket .inner {
    padding: 1em .5em .5em;
    font-weight: 700; }
    #auto .ticket .inner span {
      font-size: 0.75em;
      font-weight: 500; }

#access .info {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1.6%; }
  @media screen and (max-width: 749px) {
    #access .info {
      flex-direction: column-reverse;
      column-gap: 0;
      row-gap: 10px; } }
  #access .info .map {
    width: 68.4%; }
    #access .info .map.soon {
      border-radius: 15px;
      background-color: #ccc;
      font-size: 2rem;
      color: #fff;
      font-weight: 900;
      padding: 10em 0;
      text-align: center; }
      @media screen and (max-width: 749px) {
        #access .info .map.soon {
          border-radius: 10px;
          font-size: 1.8rem;
          padding: 12em 0; } }
    @media screen and (max-width: 749px) {
      #access .info .map {
        width: 100%; } }
  #access .info .text {
    width: 30%;
    font-size: 1.8rem; }
    #access .info .text em {
      font-size: 2.8rem;
      font-style: normal;
      font-weight: 700; }
      @media screen and (max-width: 749px) {
        #access .info .text em {
          font-size: 2.4rem; } }
    @media screen and (max-width: 749px) {
      #access .info .text {
        width: 100%; } }
    #access .info .text p {
      margin-bottom: 10px; }
    #access .info .text .mark {
      align-self: center;
      font-size: 1.6rem;
      color: #fff;
      background-color: #b870d9;
      display: inline-block;
      border-radius: 30px;
      padding: 0.2em 1em;
      margin-bottom: 5px; }
      @media screen and (max-width: 749px) {
        #access .info .text .mark {
          font-size: 1.4rem; } }
    #access .info .text .btn {
      text-align: center;
      font-size: 2.4rem;
      color: #fff;
      background-color: #e85298;
      display: inline-block;
      border-radius: 30px;
      padding: 0.2em 1em; }
      #access .info .text .btn span {
        font-size: 0.75em; }
      @media screen and (max-width: 749px) {
        #access .info .text .btn {
          font-size: 2rem; } }
      #access .info .text .btn:hover {
        background-color: #ff99cc;
        text-decoration: none; }

#goods .payment {
  padding: 1em;
  background: #ffffcc;
  border: #ff9999 solid 1px;
  border-radius: 15px;
  line-height: 1.5;
  margin-bottom: 30px; }
  #goods .payment em {
    font-style: normal;
    font-weight: 700;
    color: #e24082; }
  #goods .payment span {
    font-size: 0.75em; }
  @media screen and (max-width: 749px) {
    #goods .payment {
      font-size: 1.4rem;
      padding: 0.5em; } }
#goods .category_anchor {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px;
  gap: 1em 0.5em; }
  @media screen and (max-width: 749px) {
    #goods .category_anchor {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      padding: 5vw;
      gap: 1.25vw; } }
  #goods .category_anchor li {
    line-height: 1;
    border-right: #3db1c6 1px solid;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #ddd; }
    #goods .category_anchor li:first-child {
      border-left: #3db1c6 1px solid; }
    #goods .category_anchor li:nth-child(6) {
      border-left: #3db1c6 1px solid; }
    @media screen and (max-width: 749px) {
      #goods .category_anchor li:nth-child(6) {
        border-left: none; }
      #goods .category_anchor li:nth-child(odd) {
        border-left: #3db1c6 1px solid; } }
    #goods .category_anchor li:last-child a {
      color: #ff9999; }
    #goods .category_anchor li a {
      color: #3db1c6;
      font-weight: 500;
      text-decoration: none;
      text-align: center;
      font-size: 1.8rem;
      padding: 0 1em;
      line-height: 1;
      display: flex;
      flex-direction: column;
      align-self: center; }
      #goods .category_anchor li a .cap {
        font-size: 0.75em; }
        @media screen and (max-width: 749px) {
          #goods .category_anchor li a .cap {
            font-size: 0.8em; } }
      @media screen and (max-width: 749px) {
        #goods .category_anchor li a {
          justify-content: center;
          padding: 0 0.25em;
          font-size: 1.4rem; } }
      #goods .category_anchor li a .soon {
        pointer-events: none; }
#goods .categoryWrap {
  margin-top: -50px;
  padding-top: 50px; }
  #goods .categoryWrap .goodsArea {
    padding: 60px 0 80px;
    background: rgba(128, 204, 218, 0.2); }
    @media screen and (max-width: 749px) {
      #goods .categoryWrap .goodsArea {
        padding: 8vw 0 10vw; } }
  #goods .categoryWrap:nth-of-type(even) .goodsArea {
    background: rgba(239, 149, 118, 0.2); }
  @media screen and (max-width: 749px) {
    #goods .categoryWrap {
      margin-top: -45px;
      padding-top: 45px; } }
#goods .inner {
  border-radius: 15px;
  background-color: #fff;
  padding: 50px;
  font-size: 2rem; }
  @media screen and (max-width: 749px) {
    #goods .inner {
      padding: 7.5vw 5vw;
      font-size: 1.4rem; } }
  #goods .inner h2 {
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    font-feature-settings: "palt";
    text-align: center;
    padding: 0.5em 1em;
    position: relative;
    margin: 20px auto 30px; }
    @media screen and (max-width: 749px) {
      #goods .inner h2 {
        font-size: 2rem;
        margin: 0 auto 10px; } }
#goods .goodsList {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px; }
  #goods .goodsList.col-2 {
    grid-template-columns: repeat(2, 1fr); }
  @media screen and (max-width: 749px) {
    #goods .goodsList {
      grid-template-columns: repeat(2, 1fr);
      margin-top: 2.5vw;
      gap: 2.5vw; } }
#goods .randomBox, #goods .singleBox {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap; }
  #goods .randomBox .pict, #goods .singleBox .pict {
    width: 47.5%; }
  #goods .randomBox .text, #goods .singleBox .text {
    width: 47.5%; }
    #goods .randomBox .text .price, #goods .singleBox .text .price {
      font-size: 2rem;
      padding-bottom: 0.5em;
      font-weight: 500; }
      #goods .randomBox .text .price span, #goods .singleBox .text .price span {
        font-size: 0.75em; }
        #goods .randomBox .text .price span.tax, #goods .singleBox .text .price span.tax {
          padding-left: .5em; }
        @media screen and (max-width: 749px) {
          #goods .randomBox .text .price span, #goods .singleBox .text .price span {
            font-size: 1.4rem; } }
    #goods .randomBox .text .lineup, #goods .singleBox .text .lineup {
      font-size: 1.8rem;
      line-height: 1.5; }
      #goods .randomBox .text .lineup span, #goods .singleBox .text .lineup span {
        font-size: 0.75em; }
      @media screen and (max-width: 749px) {
        #goods .randomBox .text .lineup, #goods .singleBox .text .lineup {
          font-size: 1.2rem; } }
  @media screen and (max-width: 749px) {
    #goods .randomBox, #goods .singleBox {
      display: block; }
      #goods .randomBox .pict, #goods .randomBox .text, #goods .singleBox .pict, #goods .singleBox .text {
        width: 100%; } }
#goods .item a {
  text-decoration: none;
  transition: opacity .5s ease; }
  @media only screen and (min-width: 750px) {
    #goods .item a:hover {
      opacity: 0.6; } }
#goods .item .pict {
  font-size: 0;
  padding: 1px;
  position: relative; }
  #goods .item .pict img {
    border: 1px #ccc solid; }
  #goods .item .pict + p {
    margin-top: .5em; }
#goods .item .title {
  font-size: 1.6rem;
  line-height: 1.1;
  font-weight: 500; }
  #goods .item .title span {
    padding-left: 0.5em;
    transform: translateY(-0.5em); }
  @media screen and (max-width: 749px) {
    #goods .item .title {
      font-size: 1.2rem; } }
#goods .item .name {
  color: #e24082;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 500; }
  #goods .item .name span {
    font-size: 0.75em; }
  @media screen and (max-width: 749px) {
    #goods .item .name {
      font-size: 1.6rem; }
      #goods .item .name.ori {
        display: flex;
        flex-direction: column; }
        #goods .item .name.ori span {
          transform: translateY(-0.25em); } }
#goods .item .price {
  font-size: 1.8rem; }
  #goods .item .price span {
    font-size: 0.75em; }
    #goods .item .price span.tax {
      padding-left: .5em; }
    @media screen and (max-width: 749px) {
      #goods .item .price span {
        font-size: 1.4rem; } }
#goods .goods_title {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  font-feature-settings: "palt";
  text-align: center;
  padding: 2rem;
  background: url("../img/goods/ttl_line.png") no-repeat top, url("../img/goods/ttl_line.png") no-repeat bottom;
  margin: 0 auto 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  #goods .goods_title .types, #goods .goods_title .price {
    font-size: 2rem;
    font-weight: 500; }
    #goods .goods_title .types span, #goods .goods_title .price span {
      font-size: 0.75em; }
      @media screen and (max-width: 749px) {
        #goods .goods_title .types span, #goods .goods_title .price span {
          font-size: 1.2rem; } }
  @media screen and (max-width: 749px) {
    #goods .goods_title {
      background-size: contain;
      font-size: 2rem;
      padding: 1.5rem;
      margin: 0 auto 10px; } }
#goods .goods_heading {
  color: #3db1c6;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 4rem;
  font-weight: 900;
  font-feature-settings: "palt";
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 0.5em 0;
  border-top: 4px solid #3db1c6; }
  #goods .goods_heading.noborder {
    border: none; }
  #goods .goods_heading span {
    font-size: 0.75em;
    font-weight: 700; }
  #goods .goods_heading.ribonmusubi {
    color: #ff9999;
    border-top: 4px solid #ff9999; }
  @media screen and (max-width: 749px) {
    #goods .goods_heading {
      font-size: 2.4rem;
      border-top-width: 2px; } }
#goods .info-txt {
  font-size: 1.6rem; }
  @media screen and (max-width: 749px) {
    #goods .info-txt {
      font-size: 1rem; } }
#goods .info {
  position: relative;
  border: 2px solid #ff3399;
  padding: 1em;
  text-align: center;
  margin-bottom: 20px; }
  #goods .info a {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%; }
    #goods .info a:hover {
      background-color: rgba(255, 211, 238, 0.3); }
  @media screen and (max-width: 749px) {
    #goods .info {
      padding: 0.5em 0; } }
  #goods .info .ttl {
    font-size: 2rem;
    font-weight: 700;
    color: #ff3399;
    line-height: 1.2;
    padding-bottom: 0.5em;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict; }
    @media screen and (max-width: 749px) {
      #goods .info .ttl {
        font-size: 1.6rem; } }
  #goods .info .txt {
    font-size: 1.8rem;
    font-weight: 500;
    color: #ff3399;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict; }
    #goods .info .txt span {
      font-size: 0.75em; }
    @media screen and (max-width: 749px) {
      #goods .info .txt {
        font-size: 1.4rem; } }

#exh #f1_area, #exh #f7_area {
  padding: 60px 0 80px; }
  @media screen and (max-width: 749px) {
    #exh #f1_area, #exh #f7_area {
      padding: 8vw 0 10vw; } }
#exh #f1_area {
  background: rgba(128, 204, 218, 0.2); }
#exh #f7_area {
  background: rgba(239, 149, 118, 0.2); }
#exh .inner {
  border-radius: 15px;
  background-color: #fff;
  padding: 30px;
  font-size: 2rem; }
  @media screen and (max-width: 749px) {
    #exh .inner {
      padding: 3vw;
      font-size: 1.4rem; } }
#exh .exh_list {
  text-align: left;
  display: grid;
  grid-template-columns: 9.43% 55.66% 33.02%;
  grid-gap: 30px 0.94%; }
  #exh .exh_list img + p {
    padding: 0.5em;
    font-size: 1.8rem; }
  #exh .exh_list p span {
    font-size: 0.75em; }
  @media screen and (max-width: 749px) {
    #exh .exh_list {
      grid-template-columns: none;
      place-items: center;
      place-content: center;
      grid-gap: 20px 0;
      margin-bottom: 40px; }
      #exh .exh_list img + p {
        padding: 0.5em 0;
        font-size: 1.4rem; }
      #exh .exh_list li {
        width: 100%; }
      #exh .exh_list .floor {
        width: 33%; } }
  #exh .exh_list .more {
    font-size: 1.6rem;
    width: 70%;
    margin: 0 auto;
    border: #ff5aad solid 2px;
    border-radius: 40px;
    padding: 0.5em;
    color: #ff5aad;
    text-align: center;
    font-weight: 500; }
    #exh .exh_list .more span {
      font-size: 0.75em; }
    @media screen and (max-width: 749px) {
      #exh .exh_list .more {
        border-width: 1px;
        font-size: 1.2rem; } }
#exh .lots {
  background-color: #ff5aad;
  color: #fff;
  border-radius: 15px;
  padding: 0.5em;
  margin-top: 30px;
  text-align: center;
  display: grid;
  place-items: center;
  place-content: center; }
  #exh .lots .ttl {
    padding-bottom: .5em; }
  #exh .lots .txt1 {
    font-size: 1.8rem;
    padding-bottom: 1em; }
    @media screen and (max-width: 749px) {
      #exh .lots .txt1 {
        font-size: 1.4rem; } }
  #exh .lots .txt2 {
    font-size: 1.6rem;
    padding-bottom: 1em; }
    @media screen and (max-width: 749px) {
      #exh .lots .txt2 {
        font-size: 1.2rem; }
        #exh .lots .txt2 span {
          font-size: 0.75em; } }
  #exh .lots li {
    font-size: 1.4rem;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.25em; }
    @media screen and (max-width: 749px) {
      #exh .lots li {
        font-size: 1.2rem; } }

#floormap .floorname {
  font-size: 3rem;
  font-weight: 700;
  color: #ff3399;
  padding: 30px 0 10px; }
  #floormap .floorname span {
    font-size: 2.6rem; }
  @media screen and (max-width: 749px) {
    #floormap .floorname {
      font-size: 2.4rem;
      padding: 20px 0 10px; }
      #floormap .floorname span {
        font-size: 2rem; } }
#floormap .map {
  border-radius: 15px;
  border: solid #ff3399 2px; }
  @media screen and (max-width: 749px) {
    #floormap .map {
      border-width: 1px; } }
#floormap .notice {
  border-radius: 15px;
  border: solid #ff3399 2px;
  padding: 0.5em;
  margin-top: 30px; }
  @media screen and (max-width: 749px) {
    #floormap .notice {
      border-width: 1px; } }
  #floormap .notice .ttl {
    font-size: 2.4rem;
    font-weight: 700;
    color: #ff3399;
    padding: 0 0 10px;
    text-align: left; }
    #floormap .notice .ttl span {
      font-size: 2rem; }
    @media screen and (max-width: 749px) {
      #floormap .notice .ttl {
        font-size: 1.8rem;
        padding: 0 0 10px;
        text-align: center; }
        #floormap .notice .ttl span {
          font-size: 1.4rem; } }
  #floormap .notice li {
    font-size: 1.4rem;
    text-align: left;
    margin-left: 1em;
    text-indent: -1em;
    margin-bottom: 0.25em; }
    @media screen and (max-width: 749px) {
      #floormap .notice li {
        font-size: 1.2rem; } }
#floormap .info {
  border: 2px solid #ff3399;
  padding: 1em;
  text-align: center; }
  @media screen and (max-width: 749px) {
    #floormap .info {
      padding: 0.5em 0; } }
  #floormap .info p {
    font-size: 2rem;
    font-weight: 700;
    color: #ff3399;
    line-height: 1.5;
    overflow-wrap: anywhere;
    word-break: normal;
    line-break: strict; }
    @media screen and (max-width: 749px) {
      #floormap .info p {
        font-size: 1.6rem; } }

#trialread .top-wd {
  width: 1200px;
  margin: 0 auto 30px;
  background: url("../img/trialread/topbg_pc.png") no-repeat top center;
  background-size: contain; }
  @media all and (min-width: 750px) and (max-width: 1200px) {
    #trialread .top-wd {
      width: 100%; } }
  @media screen and (max-width: 749px) {
    #trialread .top-wd {
      width: 100%;
      margin: 0 auto 20px;
      padding-top: 10px;
      background: url("../img/trialread/topbg_sp.png") no-repeat top center;
      background-size: contain; } }
#trialread .gotobtn {
  text-align: center; }
  @media screen and (max-width: 749px) {
    #trialread .gotobtn {
      margin: 0 auto;
      width: 68.67%; } }
  #trialread .gotobtn a {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    cursor: pointer;
    animation: bounce 2s ease-in-out forwards;
    animation-iteration-count: infinite; }
@keyframes bounce {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1); }
  50% {
    transform: scale(1.1);
    -webkit-transform: scale(1.1); } }
