/*================================================================================

media query mixin

================================================================================*/
.p-top.l-contents {
  padding-top: 0px; }
  @media screen and (max-width: 768px) {
    .p-top.l-contents {
      padding-top: 0px; } }
.p-top .section-main {
  padding-top: 0;
  padding-bottom: 0;
  position: relative; }
  .p-top .section-main::before {
    content: '';
    position: absolute;
    background: linear-gradient(0deg, rgba(17, 37, 58, 0) 0%, rgba(17, 37, 58, 0.4) 100%);
    width: 100%;
    height: 200px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
  .p-top .section-main .inner {
    height: 100vh; }
    @media screen and (max-width: 768px) {
      .p-top .section-main .inner {
        height: 65vh; } }
    .isEmergency .p-top .section-main .inner {
      height: calc(100vh - 60px); }
  .p-top .section-main .p-topSlide li {
    width: 100%;
    height: 100vh;
    background: no-repeat center center;
    background-size: cover; }
    @media screen and (max-width: 768px) {
      .p-top .section-main .p-topSlide li {
        height: 65vh; } }
    .isEmergency .p-top .section-main .p-topSlide li {
      height: calc(100vh - 60px); }
    .p-top .section-main .p-topSlide li:nth-child(1) {
      background-image: url(/assets/img/top/main01.jpg);
      background-position: bottom center; }
      @media screen and (max-width: 768px) {
        .p-top .section-main .p-topSlide li:nth-child(1) {
          background-image: url(/assets/img/top/main01_sp.jpg); } }
    .p-top .section-main .p-topSlide li:nth-child(2) {
      background-image: url(/assets/img/top/main02.jpg); }
      @media screen and (max-width: 768px) {
        .p-top .section-main .p-topSlide li:nth-child(2) {
          background-image: url(/assets/img/top/main02_sp.jpg); } }
    .p-top .section-main .p-topSlide li:nth-child(3) {
      background-image: url(/assets/img/top/main03.jpg); }
      @media screen and (max-width: 768px) {
        .p-top .section-main .p-topSlide li:nth-child(3) {
          background-image: url(/assets/img/top/main03_sp.jpg); } }
  .p-top .section-main .text {
    writing-mode: vertical-rl;
    font-size: 2.8rem;
    font-weight: 500;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: 24%; }
    @media screen and (max-width: 768px) {
      .p-top .section-main .text {
        font-size: 1.8rem;
        top: 25%;
        margin-left: -3.5em; } }
.p-top .c-title::before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  background-color: #ccc;
  top: 50px;
  width: calc(100% - 360px - 4.3em);
  left: 4.3em;
  z-index: 1; }
  @media screen and (max-width: 768px) {
    .p-top .c-title::before {
      display: none !important; } }
.p-top .c-title.-noBorder::before {
  display: none; }
.p-top .c-title.-title1::before {
  width: calc(100% - 360px - 6.5em);
  left: 6.5em; }
.p-top .c-title.-title2::before {
  width: calc(100% - 360px - 7.5em);
  left: 7.5em; }
.p-top .c-title.-title3::before {
  width: calc(100% - 360px - 4.3em);
  left: 4.3em; }
.p-top .c-title.-title4::before {
  width: calc(100% - 360px - 5.5em);
  left: 5.5em; }
.p-top .c-title.-title5::before {
  width: calc(100% - 360px - 8.5em);
  left: 8.5em; }
.p-top .c-title.-title6::before {
  width: calc(100% - 360px - 6.8em);
  left: 6.8em; }
.p-top .btn-section {
  position: absolute;
  right: 0px;
  top: 20px; }
  @media screen and (max-width: 768px) {
    .p-top .btn-section {
      position: relative;
      right: inherit;
      top: inherit;
      margin-top: 40px; } }
.p-top .section-event {
  padding: 60px 0; }
  @media screen and (max-width: 768px) {
    .p-top .section-event {
      padding: 30px 0; } }
  .p-top .section-event.isHide {
    display: none; }
  @media screen and (max-width: 768px) {
    .p-top .section-event .inner {
      width: 100%; } }
  .p-top .section-event .list-event li {
    margin: 0 17.5px; }
    .p-top .section-event .list-event li a {
      display: block;
      width: 560px; }
      @media screen and (max-width: 768px) {
        .p-top .section-event .list-event li a {
          width: 255px; } }
  .p-top .section-event .list-event .slide_arrow_prev {
    width: 26.3px;
    height: 76.2px;
    display: block;
    background: url(/assets/img/icon_slide_arrow_l.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 38px);
    left: -45px;
    z-index: 2;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .p-top .section-event .list-event .slide_arrow_prev {
        width: 11.3px;
        height: 31.2px;
        top: calc(170px / 2 - 15px);
        left: calc(50% - 150px);
        background-image: url(/assets/img/icon_slide_arrow_l_sp.svg);
        background-size: cover; } }
  .p-top .section-event .list-event .slide_arrow_next {
    width: 26.3px;
    height: 76.2px;
    display: block;
    background: url(/assets/img/icon_slide_arrow_r.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 38px);
    right: -45px;
    z-index: 2;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .p-top .section-event .list-event .slide_arrow_next {
        width: 11.3px;
        height: 31.2px;
        top: calc(170px / 2 - 15px);
        right: calc(50% - 150px);
        background-image: url(/assets/img/icon_slide_arrow_r_sp.svg);
        background-size: cover; } }
  .p-top .section-event .list-event .slick-dots {
    margin-top: 30px; }
    .p-top .section-event .list-event .slick-dots > li {
      margin: 0 5px; }
      .p-top .section-event .list-event .slick-dots > li:first-child {
        margin-left: 0; }
      .p-top .section-event .list-event .slick-dots > li:last-child {
        margin-right: 0; }
  .p-top .section-event .list-event.isFlex {
    display: flex;
    justify-content: center; }
    .p-top .section-event .list-event.isFlex li {
      margin: 0 17.5px; }
      .p-top .section-event .list-event.isFlex li:first-child {
        margin-left: 0; }
      .p-top .section-event .list-event.isFlex li:last-child {
        margin-right: 0; }
.p-top .c-section-announce {
  padding: 60px 0 0px; }
.p-top .section-news .list-news {
  margin-left: 260px;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .p-top .section-news .list-news {
      margin-left: 0px; } }
  .p-top .section-news .list-news > li {
    border-bottom: 1px solid #e3e3e3; }
    .p-top .section-news .list-news > li a {
      text-decoration: none;
      padding: 18px 0px;
      display: flex;
      position: relative; }
      @media screen and (max-width: 768px) {
        .p-top .section-news .list-news > li a {
          display: block;
          padding: 15px 0;
          font-size: 1.4rem; } }
      .p-top .section-news .list-news > li a::before {
        content: "";
        display: block;
        width: 8px;
        height: 12px;
        background: url(/assets/img/icon_arrow.svg) no-repeat;
        background-size: cover;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        transition: .2s; }
        @media screen and (max-width: 768px) {
          .p-top .section-news .list-news > li a::before {
            right: 0px;
            top: calc(50% + 12px); } }
      .p-top .section-news .list-news > li a.-other::before {
        background: url(/assets/img/icon_other.svg) no-repeat;
        background-size: cover;
        width: 11px;
        height: 10px; }
      .p-top .section-news .list-news > li a .c-category {
        margin-right: 20px; }
        @media screen and (max-width: 768px) {
          .p-top .section-news .list-news > li a .c-category {
            margin-right: 0; } }
      .p-top .section-news .list-news > li a .text {
        font-size: 1.4rem;
        color: #000;
        padding-right: 40px; }
        @media screen and (max-width: 768px) {
          .p-top .section-news .list-news > li a .text {
            padding-right: 20px; } }
.p-top .section-01,
.p-top .section-02,
.p-top .section-03,
.p-top .section-04,
.p-top .section-05 {
  position: relative;
  border-bottom: 5px solid #fff; }
  .p-top .section-01 .inner,
  .p-top .section-02 .inner,
  .p-top .section-03 .inner,
  .p-top .section-04 .inner,
  .p-top .section-05 .inner {
    min-height: calc(717px + 130px); }
    @media screen and (max-width: 768px) {
      .p-top .section-01 .inner,
      .p-top .section-02 .inner,
      .p-top .section-03 .inner,
      .p-top .section-04 .inner,
      .p-top .section-05 .inner {
        min-height: inherit; } }
  .p-top .section-01 .pic-bg,
  .p-top .section-02 .pic-bg,
  .p-top .section-03 .pic-bg,
  .p-top .section-04 .pic-bg,
  .p-top .section-05 .pic-bg {
    width: 960px;
    width: calc(100vw - 30vw);
    height: 717px;
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: calc(50vw * -1);
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      .p-top .section-01 .pic-bg,
      .p-top .section-02 .pic-bg,
      .p-top .section-03 .pic-bg,
      .p-top .section-04 .pic-bg,
      .p-top .section-05 .pic-bg {
        width: 100%;
        height: 280px;
        position: relative;
        top: inherit;
        left: inherit;
        margin-left: 0;
        margin-top: 20px;
        margin-left: -20px;
        margin-right: 0px;
        width: calc(100% + 40px); } }
    .p-top .section-01 .pic-bg .-inner,
    .p-top .section-02 .pic-bg .-inner,
    .p-top .section-03 .pic-bg .-inner,
    .p-top .section-04 .pic-bg .-inner,
    .p-top .section-05 .pic-bg .-inner {
      position: relative; }
    .p-top .section-01 .pic-bg img,
    .p-top .section-02 .pic-bg img,
    .p-top .section-03 .pic-bg img,
    .p-top .section-04 .pic-bg img,
    .p-top .section-05 .pic-bg img {
      position: absolute;
      top: 0;
      left: 0; }
  .p-top .section-01 .slideWrap,
  .p-top .section-02 .slideWrap,
  .p-top .section-03 .slideWrap,
  .p-top .section-04 .slideWrap,
  .p-top .section-05 .slideWrap {
    position: absolute;
    top: 220px;
    left: 50%;
    margin-left: 180px; }
    @media screen and (max-width: 768px) {
      .p-top .section-01 .slideWrap,
      .p-top .section-02 .slideWrap,
      .p-top .section-03 .slideWrap,
      .p-top .section-04 .slideWrap,
      .p-top .section-05 .slideWrap {
        position: relative;
        top: inherit;
        left: inherit;
        margin-left: -20px;
        margin-right: -20px;
        margin-top: -70px; } }
.p-top .section-03 .list-shop {
  margin-top: 20px;
  gap: 55px; }
  .p-top .section-03 .list-shop > li {
    flex-basis: 350px; }
    @media screen and (max-width: 768px) {
      .p-top .section-03 .list-shop > li {
        position: relative; } }
    .p-top .section-03 .list-shop > li > a {
      pointer-events: none;
      text-decoration: none; }
      @media screen and (max-width: 768px) {
        .p-top .section-03 .list-shop > li > a {
          pointer-events: inherit; } }
      .p-top .section-03 .list-shop > li > a:hover {
        opacity: 1; }
      .p-top .section-03 .list-shop > li > a .pic {
        position: relative;
        margin-bottom: 20px; }
        .p-top .section-03 .list-shop > li > a .pic .c-wrapCenter .-inner {
          font-size: 2.8rem;
          color: #fff;
          text-shadow: -1px -1px 6px #000; }
          @media screen and (max-width: 768px) {
            .p-top .section-03 .list-shop > li > a .pic .c-wrapCenter .-inner {
              font-size: 2.0rem; } }
      .p-top .section-03 .list-shop > li > a object a {
        pointer-events: all;
        cursor: pointer;
        text-decoration: none; }
        @media screen and (max-width: 768px) {
          .p-top .section-03 .list-shop > li > a object a {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 200px;
            padding: 12px 20px;
            border: 0;
            background-color: #fff; } }
        @media screen and (max-width: 768px) {
          .p-top .section-03 .list-shop > li > a object a::before {
            right: 10px; } }
.p-top .section-05 {
  border-bottom: 0; }

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