@charset "UTF-8";

/* ========================================
  common
======================================== */

body.is-modal {
  height: 100vh;
  overflow: hidden;
}

.l-main {
  width: 100%;
  background-image: url(../images/top/content_bg04_sp.png);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 100% auto;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .l-main {
    background-image: url(../images/top/content_bg04_pc.png);
    background-repeat: repeat-y;
    background-position: 50% 0;
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1920px) {
  .l-main img {
    width: 100%;
  }
}

.c-footer__sns {
  position: relative;
  margin-top: 0;
  z-index: 10;
}

@media screen and (min-width: 760px) {
  .c-footer__sns {
    margin-top: 0;
    position: absolute;
    right: 0;
  }
}

#globalFooter .c-footer__pagetop {
  position: absolute;
  top: -54px;
  right: 0;
  width: 113px;
  cursor: pointer;
}

@media screen and (min-width: 760px) {
  #globalFooter .c-footer__pagetop {
    position: absolute;
    width: 158px;
    right: 35px!important;
    bottom: calc(-64 / 1680 * 100vw)!important;
  }
}
@media screen and (min-width: 1680px) {
  #globalFooter .c-footer__pagetop {
    bottom: -64px!important;
  }
}

@media screen and (max-width: 759px) {
  .c-footer {
    padding-bottom: 30px;
  }

  .c-sns {
    margin-top: 65px;
  }

  .c-footer__pagetop {
    top: -27px;
  }
}

@media screen and (max-width: 320px) {
  .c-footer {
    padding-bottom: 40px;
  }
}

/* ========================================
  p-top-visual
======================================== */
.p-top-visual {
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 100% auto;
  padding-bottom: 0%;
}

@media screen and (max-width: 759px) {
  .p-top-visual {
    width: 100vw;
    background: url(../images/top/visual_bg_sp.png) bottom center no-repeat;
    background-size: cover;
    height: calc(1130 / 750 * 100vw);
    margin: 0 0 0;
  }
}

@media screen and (min-width: 760px) {
  .p-top-visual {
    background-position: 50% 50%;
    background-size: cover;
    padding-bottom: 0;
    width: 100vw;
    margin: 0 auto calc(126 / 1920 * 100vw);
    height: calc(100vh - 34px - calc(120 / 1920 * 100vw));
    min-height: 550px;
    max-height: 1200px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-visual {
    margin: 0 auto 100.25px;
  }
}

.p-top-visual__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 759px) {
  .p-top-visual__inner {}
}

@media screen and (min-width: 760px) {
  .p-top-visual__inner {
    max-width: 2000px;
    margin: 0 auto;
    padding-top: 0;
  }
}

@media screen and (min-width: 1366px) {
  .p-top-visual__inner {
    /*padding-top: 687px;*/
  }
}

@media screen and (min-width: 1920px) {
  .p-top-visual__inner {
    max-width: 2000px;
  }
}

.p-top-visual {
  background-image: url(../images/top/visual_bg_sp.png);
}

/*
.bg-summer .p-top-visual {
  background-image: url(../images/top/visual_bg02_sp.png);
}

.bg-autumn .p-top-visual {
  background-image: url(../images/top/visual_bg03_sp.png);
}

.bg-winter .p-top-visual {
  background-image: url(../images/top/visual_bg04_sp.png);
}*/

@media screen and (min-width: 760px) {
  .p-top-visual {
    background-image: url(../images/top/visual_bg_pc.png);
  }

  /*
  .bg-summer .p-top-visual {
    background-image: url(../images/top/visual_bg02_pc.png);
  }

  .bg-autumn .p-top-visual {
    background-image: url(../images/top/visual_bg03_pc.png);
  }

  .bg-winter .p-top-visual {
    background-image: url(../images/top/visual_bg04_pc.png);
  }*/
}

.p-top-visual__logo {
  position: relative;
  top: 9vw;
  width: calc(658 / 750 * 100vw);
  margin: 0 auto;
  padding-top: 0;
  z-index: 1;
  display: block;
}

@media screen and (min-width: 760px) {
  .p-top-visual__logo {
    position: absolute;
    right: inherit;
    padding-top: 0;
    top: calc(26 / 1920 * 100vw);
    width: calc(710 / 1920 * 100vw);
    left: calc(85 / 1920 * 100vw);
    max-width: 710px;
  }
}

@media screen and (min-width: 760px) {
  .p-top-visual__navi_wrap {
    position: relative;
  }

  .p-top-visual__navi_wrap::before {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 1.8%;
    background-image: url(../images/top/content_bg01_top_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
    margin: calc(-144 / 1920 * 100vw) auto 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-visual__navi_wrap::before {
    margin: -126px auto 0;
    padding-top: 30.24px;
  }
}

@media screen and (min-width: 760px) {

  .p-top-visual__navi {
    left: 0;
    right: 0;
    position: absolute;
    width: calc(1280 / 1920 * 100vw);
    max-width: 1120px;
    margin: 0 auto;
    z-index: 1;
    top: 0;
    margin: calc(-217 / 1920 * 100vw) auto 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-visual__navi {
    margin: -189.875px auto 0;
  }
}

@media screen and (min-width: 760px) {

  .p-top-visual__navi ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: calc(132 / 1920 * 100vw);
    max-height: 115.5px;
    background: url(../images/top/visual_navi_back__pc.png) center top no-repeat;
    background-size: 100% 100%;
    filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.3));
  }

  .p-top-visual__navi li {
    width: 18.75%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    position: relative;
  }

  .p-top-visual__navi li a {
    display: block;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
  }

  .p-top-visual__navi li img {
    margin: 0 auto;
    width: 100%;
  }

  .p-top-visual__navi li:first-child {
    width: calc(280 / 1280 * 100%);
  }

  .p-top-visual__navi li:nth-child(2) {
    width: calc(278 / 1280 * 100%);
  }

  .p-top-visual__navi li:nth-child(3) {
    width: calc(243 / 1280 * 100%);
  }

  .p-top-visual__navi li:nth-child(4) {
    width: calc(242 / 1280 * 100%);
  }

  .p-top-visual__navi li:nth-child(5) {
    width: calc(238 / 1280 * 100%);
  }

  /* ========================================
	.c-gnav wave
  ======================================== */
  @keyframes wavePC {
    100% {
      transform: translate3d(0, -6px, 0);
    }
  }

  @keyframes wavePC_s {
    100% {
      transform: translate3d(0, -4px, 0);
    }
  }

  @media (hover: hover) and (min-width: 760px) {
    a:hover .wave span {
      animation-name: wavePC;
      animation-duration: .15s;
      animation-direction: alternate;
      animation-iteration-count: 2;
    }

    .nav05 a:hover .wave span {
      animation-name: wavePC_s;
    }
  }

  /* wave detail */

  .p-top-visual__navi .wave {
    width: 100%;
    transform: scale(0.65);
    position: absolute;
  }

  .p-top-visual__navi .wave span {
    padding: 0 1px;
    margin: 0 -1px;
  }

  .p-top-visual__navi .wave span.mg0 {
    margin: 0 0 calc(6.125 / 115.5 * 100%);
  }

  .p-top-visual__navi .wave span.mb2 {
    margin-bottom: calc(2 / 1920 * 100vw);
  }

  .p-top-visual__navi .wave span.mt-1 {
    margin-top: calc(-1 / 1920 * 100vw);
  }

  /*.nav01*/
  .p-top-visual__navi .nav01 .icon {
    position: absolute;
    transform: scale(0.7);
    width: calc(42 / 247.14 * 100%);
    top: calc(10.5 / 115.5 * 100%);
    left: calc(103.25 / 247.14 * 100%);
  }

  .p-top-visual__navi .nav01 .w33 {
    width: calc(28.875 / 247.14 * 100%);
  }

  .p-top-visual__navi .nav01 .w37 {
    width: calc(32.375 / 247.14 * 100%);
  }

  .p-top-visual__navi .nav01 .w38 {
    width: calc(33.25 / 247.14 * 100%);
  }

  .p-top-visual__navi .nav01 .w40 {
    width: calc(35 / 247.14 * 100%);
  }

  .p-top-visual__navi .nav01 .wave {
    top: calc(42 / 115.5 * 100%);
    left: calc(6.125 / 244.81 * 100%);
  }

  /*.nav02*/
  .p-top-visual__navi .nav02 .icon {
    position: absolute;
    transform: scale(0.7);
    width: calc(44 / 1920 * 1680 / 243.06 * 100%);
    top: calc(10 / 1920 * 1680 / 115.5 * 100%);
    left: calc(115 / 1920 * 1680 / 243.06 * 100%);
  }

  .p-top-visual__navi .nav02 .wave {
    top: calc(67 / 1920 * 1680 / 115.5 * 100%);
    left: calc(3 / 1920 * 1680 / 243.06 * 100%);
  }

  .p-top-visual__navi .nav02 .w33 {
    width: calc(28.875 / 243.06 * 100%);
  }

  .p-top-visual__navi .nav02 .w37 {
    width: calc(32.375 / 243.06 * 100%);
  }

  .p-top-visual__navi .nav02 .w25 {
    width: calc(21.875 / 243.06 * 100%);
  }

  .p-top-visual__navi .nav02 .w26 {
    width: calc(22.75 / 243.06 * 100%);
  }

  .p-top-visual__navi .nav02 .w29 {
    width: calc(25.375 / 243.06 * 100%);
  }

  /*.nav03*/
  .p-top-visual__navi .nav03 .icon {
    position: absolute;
    transform: scale(0.8);
    width: calc(37 / 1920 * 1680 / 212.46 * 100%);
    top: calc(11 / 1920 * 1680 / 115.5 * 100%);
    left: calc(100 / 1920 * 1680 / 212.46 * 100%);
  }

  .p-top-visual__navi .nav03 .wave {
    top: calc(70 / 1920 * 1680 / 115.5 * 100%);
    left: calc(0 / 1920 * 1680 / 212.46 * 100%);
  }

  .p-top-visual__navi .nav03 .w33 {
    width: calc(28.875 / 212.46 * 100%);
  }

  .p-top-visual__navi .nav03 .w37 {
    width: calc(32.375 / 212.46 * 100%);
  }

  .p-top-visual__navi .nav03 .w39 {
    width: calc(34.125 / 212.46 * 100%);
  }

  /*.nav04*/
  .p-top-visual__navi .nav04 .icon {
    position: absolute;
    transform: scale(0.8);
    width: calc(43 / 1920 * 1680 / 211.58 * 100%);
    max-width: 37.625px;
    top: calc(12 / 1920 * 1680 / 115.5 * 100%);
    left: calc(101 / 1920 * 1680 / 211.58 * 100%);
  }

  .p-top-visual__navi .nav04 .wave {
    top: calc(68 / 1920 * 1680 / 115.5 * 100%);
    left: calc(0 / 1920 * 1680 / 211.58 * 100%);
  }

  .p-top-visual__navi .nav04 .w33 {
    width: calc(28.875 / 211.58 * 100%);
  }

  .p-top-visual__navi .nav04 .w34 {
    width: calc(29.75 / 211.58 * 100%);
  }

  .p-top-visual__navi .nav04 .w35 {
    width: calc(30.625 / 211.58 * 100%);
  }

  /*.nav05*/
  .p-top-visual__navi .nav05 .icon {
    position: absolute;
    transform: scale(0.48);
    width: calc(394 / 1920 * 1680 / 208.08 * 100%);
    max-width: 344.75px;
    top: calc(30 / 1920 * 1680 / 115.5 * 100%);
    left: calc(-80 / 1920 * 1680 / 208.08 * 100%);
  }

  .p-top-visual__navi .nav05 .wave {
    top: calc(63 / 1920 * 1680 / 115.5 * 100%);
    left: calc(1 / 1920 * 1680 / 208.08 * 100%);
    width: calc(155 / 1920 * 1680 / 208.08 * 100%);
    transform: scale(0.65);
    width: 100%;
  }

  .p-top-visual__navi .nav05 .wave span {
    margin: 0 0 calc(2 / 1920 * 1680 / 115.5 * 100%);
  }

  .p-top-visual__navi .nav05 .w19 {
    width: calc(25.625 / 208.08 * 100%);
  }

  .p-top-visual__navi .nav05 .w20 {
    width: calc(28.5 / 208.08 * 100%);
  }

  .p-top-visual__navi .nav05 .w21 {
    width: calc(30.375 / 208.08 * 100%);
  }

  .p-top-visual__navi .nav05 .w22 {
    width: calc(31.25 / 208.08 * 100%);
  }

  .p-top-visual__navi .nav05 .w24 {
    width: calc(34 / 208.08 * 100%);
  }
}



.p-top-visual__banner {
  left: 16.7%;
  position: absolute;
  width: 46%;
  margin: 0 auto;
  z-index: 1;
  top: 50%;
  transform: translateY(-28%);
}

.p-top-visual__banner-line2 {
  position: relative;
  width: 48%;
  margin: 0 auto;
  z-index: 1;
  padding-top: 2%;
}

.p-top-visual__banner a img,
.p-top-visual__banner-line2 a img {
  transition: 0.3s;
}

@media (hover: hover) and (min-width: 760px) {

  .p-top-visual__banner a:hover img,
  .p-top-visual__banner-line2 a:hover img {
    filter: brightness(1.1);
  }
}

.p-top-cm__banner {
  right: 16.7%;
  position: absolute;
  width: 19%;
  margin: 0 auto;
  z-index: 1;
  top: 50%;
  transform: translateY(-44%);
}

.p-top-visual__movie {
  position: absolute;
  width: 94%;
  margin-left: 3%;
  /* right: -32%;
  margin: 0 auto;
  z-index: 1; */
}

.p-top-visual__movie.show {
  opacity: 1;
}

@media screen and (min-width: 760px) {
  .p-top-visual__movie {
    position: absolute;
    top: -34%;
    width: 20%;
    right: 50px;
  }
}

/*
@media screen and (max-width: 900px) {
  .p-top-visual__movie {
    top: -41.5%;
  }
} */

@media screen and (max-width: 759px) {
  .p-top-visual__movie {
    /* top: -8.7%; */
    top: -10.3%;
    left: 0;
    right: 0;
  }

  .p-top-visual__navi {
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
  }

  .p-top-visual__banner {
    /* top: -3.65%; */
    top: -24%;
    left: 0;
    right: 0;
    width: 95%;
  }

  .p-top-visual__banner-line2 {
    width: 93.60000000000001%;
    padding-bottom: 5%;
    padding-top: 0;
  }

  .p-top-visual__banner-line2 .p-top-visual__banner-btn {
    margin-left: -2%;
  }

  .p-top-cm__banner {
    right: 50%;
    transform: translateX(50%);
    position: absolute;
    width: 95%;
    margin: 0 auto;
    z-index: 1;
    top: -1%;
  }

  .p-top-news {
    padding-top: calc(8 / 750 * 100vw);
  }
}

.p-top-visual__frame {
  position: relative;
  width: 94%;
  /* 705 / 750 * 100 */
  margin: 0 auto;
  padding-top: 93%;
  padding-bottom: 5%;
  z-index: 1;
  opacity: 0;
  transform: translateY(40px);
}

.p-top-visual.is-show .p-top-visual__frame {
  transition: 600ms;
}

.p-top-visual.is-show .p-top-visual__frame,
.no-js .p-top-visual__frame {
  opacity: 1;
  transform: translateY(0);
}

@media screen and (min-width: 760px) {
  .p-top-visual__frame {
    position: absolute;
    top: 82.430052%;
    left: 73.916667%;
    width: 49.854167%;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 759px) {
  .p-top-visual__frame {
    padding-top: 0;
  }

  .p-top-news__date.new {
    flex-flow: row-reverse;
  }

  .p-top-news__date.new p {
    display: inline-block;
  }

  .p-top-news__date.new::before {
    display: none !important;
  }

  .p-top-news__date.new::after {
    content: "NEW";
    background: #ff5649;
    color: #fff;
    display: inline-table;
    padding: 0% 2%;
    border-radius: 5px;
    margin-right: 8%;
  }

  .p-top-news__date.new p {
    margin-right: 2%;
  }

  .p-top-news__date {
    padding-left: 0% !important;
  }
}


.p-top-visual.is-show .p-top-visual__frame {
  transition: 600ms;
}

.p-top-visual.is-show .p-top-visual__frame,
.no-js .p-top-visual__frame {
  opacity: 1;
  transform: translateY(0);
}

.p-top-visual__date {
  position: absolute;
  top: 52%;
  left: 13.9007092199%;
  /* 98 / 705 * 100 */
  width: 20.1418439716%;
  /* 142 / 705 * 100 */
}

@media screen and (min-width: 760px) {
  .p-top-visual__date {
    top: -6.09418282548%;
    /* -22 / 361 * 100 */
    left: 16.5938864629%;
    /* 76 / 458 * 100 */
    width: 20.5240174672%;
    /* 94 / 458 * 100 */
  }
}

/* ========================================
  p-top-content
======================================== */
.p-top-content {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 760px) {
  .p-top-content {
    position: relative;
    padding-top: calc(26 / 750 * 100vw);
    margin-top: calc(-45 / 750 * 100vw);
    background-image: url(../images/top/content_bg01_pc.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: calc(33 / 750 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-content {
    padding-top: 58.24px;
    margin-top: -100.8px;
    padding-bottom: 73.92px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-content::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    padding-top: calc(30 / 750 * 100vw);
    margin-top: calc(-26 / 750 * 100vw);
    background-image: url(../images/top/content_bg01_top_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }

  .p-top-content {
    position: relative;
    padding-top: 0;
    margin-top: 0;
    background-image: url(../images/top/content_bg01_sp.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: calc(96 / 750 * 100vw);
  }
}

@media screen and (min-width: 760px) {
  .p-top-content__wrap01 {
    margin-bottom: calc(11 / 1280 * 100%);
    margin-top: calc(-18 / 1280 * 100%);
    position: relative;
  }
}

@media screen and (max-width: 759px) {
  .p-top-content__wrap01::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    padding-top: calc(52 / 750 * 100vw);
    margin-top: calc(-66 / 750 * 100vw);
    background-image: url(../images/top/content_bg01_top_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }

  .p-top-content__wrap01 {
    position: relative;
  }
}

.p-top-content__wrap01-inner {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .p-top-content__wrap01-inner {
    display: block;
    width: calc(1280 / 1920 * 100vw);
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
  }
}

.p-top-news {
  position: relative;
  width: 100%;
  padding-bottom: 0.1% !important;
  z-index: 1;
  /*background-color: #fefef5; */
}

@media screen and (max-width: 759px) {
  .p-top-news {
    width: 93.60000000000001%;
    margin-left: 3.2%;
    border-radius: 5px;
  }

  .p-top-news__date p {
    font-size: 3.73333333333vw;
  }

  .p-top-sns {
    margin-top: 3% !important;
  }
}

@media screen and (min-width: 760px) {
  .p-top-news {
    width: 100%;
    padding: 0;
    overflow: hidden;
    margin-top: calc(54 / 1280 * 100%);
  }
}

.p-top-news__inner {}

@media screen and (min-width: 760px) {
  .p-top-news__inner {
    min-height: inherit;
    display: -webkit-box;
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-bottom: calc(4 / 1920 * 100%);
    overflow: hidden;
  }
}

@media screen and (min-width: 760px) {
  .p-top-news__subinner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.p-top-news__h {
  width: calc(542 / 750 * 100vw);
  margin: calc(14 / 750 * 100vw) auto calc(54 / 750 * 100vw);
}

@media screen and (min-width: 760px) {
  .p-top-news__h {
    width: calc(144 / 1280 * 100%);
    margin-top: 0;
    margin-right: 0;
    margin-bottom: calc(26 / 1280 * 100%);
    margin-left: 0;
  }
}

.p-top-news__list {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .p-top-news__list {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-left: 0;
  }
}

.p-top-news__item {
  position: relative;
  color: #483c23;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: calc(28 / 750 * 100vw);
  margin-bottom: calc(26 / 750 * 100vw);
  font-size: 3.73333333333vw;
  /* 28 / 750 * 100 */
  background: url(../images/top/news_line__sp.png) bottom left no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 760px) {
  .p-top-news__item {
    position: relative;
    padding-top: calc(7 / 1280 * 100%);
    padding-bottom: calc(14 / 1280 * 100%);
    font-size: min(calc(20 / 1920 * 100vw), 16px); 
    font-weight: 700;
    display: flex;
    margin-bottom: calc(12 / 1280 * 100%);
    background: none;
  }
  .p-top-news__item::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    width: calc(1276 / 1280 * 100%);
    height: 4px;
    background: url(../images/top/news_line_pc.png) bottom left no-repeat;
    background-size: 100%;
  }
}

.p-top-news__date {
  width: 10%;
  padding-left: 4.5871559633%;
  /* 30 / 654 * 100 */
}

.p-top-news__date.new::before {
  content: "NEW";
  background: #ff5649;
  color: #fff;
  display: inline-table;
  padding: 0% 4%;
  border-radius: 5px;
  margin-right: 8%;
}

@media screen and (min-width: 760px) {
  .p-top-news__date {
    width: calc(134 / 1280 * 100%);
    padding-left: 0;
    display: flex;
  }
}

@media screen and (min-width: 760px) and (max-width: 980px) {
  .p-top-news__date {
    width: 70px;
  }
}

.p-top-news__text {
  display: block;
  color: #483c23;
  flex: 1;
}

@media screen and (max-width: 759px) {
  .p-top-news__text {
    background: url(../images/top/news_arrow_icn_sp.png) right top calc(12 / 750 * 100vw) no-repeat;
    background-size: calc(17 / 750 * 100vw) auto;
    padding-right: calc(42 / 750 * 100vw);

  }
}

@media screen and (min-width: 760px) {
  .p-top-news__text {
    display: inline-block;
    padding-left: calc(23 / 1280 * 100%);
    position: relative;
  }

  .p-top-news__text::before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: min(calc(11 / 1920 * 100vw),11px);
    height: min(calc(14 / 1920 * 100vw),14px);
    background: url(../images/top/news_arrow_icn_pc.png) left top no-repeat;
    background-size: 100%;
  }
}

@media screen and (max-width: 759px) {
  .p-top-news__sns-btn {
    width: calc(580 / 750 * 100vw);
    margin: calc(21 / 750 * 100vw) auto calc(100 / 750 * 100vw);
  }

  .p-top-sns-btn {
    width: calc(454 / 750 * 100vw);
    margin: calc(22 / 750 * 100vw) auto calc(16 / 750 * 100vw);
  }
}

@media screen and (min-width: 760px) {
  .p-top-news__sns-btn {
    width: calc(167 / 1280 * 100%);
    float: right;
    margin-top: calc(-30 / 1280 * 100%);
    margin-right: calc(13 / 1280 * 100%);
  }

  .p-top-sns-btn {
    width: 54px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    opacity: 0;
    transition: all .2s;
  }

  .p-top-sns-btn.active {
    opacity: 1;
  }
}
.p-top-content__wrap02 {
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 759px) {
  .p-top-content__wrap02 {
    padding-top: calc(73 / 750 * 100%);
  }
}

@media screen and (min-width: 760px) {
  .p-top-content__wrap02 {
    padding-top: calc(31 / 1280 * 100%);
  }
}

.p-top-content__wrap02-inner {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .p-top-content__wrap02-inner {
    display: grid;
    grid-template-rows: 17.239583333333332vw auto;
    /* 331 / 1920 * 100 */
    grid-template-columns: 57.73% auto;
    padding-top: 0;
    padding-bottom: 0;
    width: calc(1280 / 1920 * 100vw);
    max-width: 1120px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-content__wrap02 {
    padding-top: 40.688px;
  }
  .p-top-content__wrap02-inner {
    grid-template-rows: 289px auto;
  }
}

@media screen and (max-width: 759px) {
  .p-top-content__wrap02-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
  }
}

.p-top-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  width: 87.2%;
  /* 654 / 750 * 100 */
  margin: 0 auto 8vw;
  /* 60 / 750 * 100 */
}

.p-top-sns li {
  width: 47%;
}

.p-top-sns img {
  width: 100% !important;
}

@media screen and (min-width: 760px) {
  .p-top-sns {
    position: absolute;
    right: 0;
    top: 0;
    width: 22.4%;
    z-index: 1;
  }
}

.p-top-sns__h {
  margin: 0 auto 1.73333333333%;
  /* 13 / 750 * 100 */
}

@media screen and (min-width: 760px) {
  .p-top-sns__h {
    margin-bottom: 0.05208333333vw;
    /* 1 / 1920 * 100 */
  }
}

.p-top-sns__h--tw {
  width: 74.7634069401%;
  /* 237 / 317 * 100 */
}

@media screen and (min-width: 760px) {
  .p-top-sns__h--tw {
    width: 67.2727272727%;
    /* 148 / 220 * 100 */
  }
}

.p-top-sns-item {
  width: 48.4709480122%;
  /* 317 / 654 * 100 */
}

@media screen and (min-width: 760px) {
  .p-top-sns li {
    width: auto;
  }
}

@media screen and (min-width: 760px) {
  .p-top-sns-item__tw {
    margin-bottom: 0.57291666666vw;
    /* 11 / 1920 * 100 */
  }
}

.p-top-sns__h--insta {
  width: 89.5899053628%;
  /* 284 / 317 * 100 */
}

@media screen and (min-width: 760px) {
  .p-top-sns__h--insta {
    width: 80%;
    /* 176 / 220 * 100 */
  }
}

/* .p-top-event */
.p-top-event {
  order: 1;
  position: relative;
  width: calc(100vw - calc(48 / 750 * 100vw));
  z-index: 1;
  margin: 0 calc(24 / 750 * 100vw);
}

@media screen and (min-width: 760px) {
  .p-top-event {
    width: 100%;
    margin: 0;
    padding: 0;
    grid-column: 1 / 2;
    grid-row: 1 / span 2;
  }

  .p-top-event__h {
    position: relative;
    height: calc(289 / 750 * 100vw);
  }

  .p-top-event__h::before {
    content: "";
    background: url(../images/top/event_bg_img__pc.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(-32 / 1920 * 100vw);
    left: calc(30 / 1920 * 100vw);
    width: calc(689 / 1920 * 100vw);
    height: calc(246 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1620px) {

  .p-top-event__h {
    height: 647.354px;
  }

  .p-top-event__h::before {
    top: -28px;
    left: 26.25px;
    width: 602.875px;
    height: 215.25px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-event {
    order: 1;
    padding-bottom: calc(57 / 750 * 100vw);
  }

  .p-top-event__h {
    position: relative;
  }

  .p-top-event__h::before {
    content: "";
    background: url(../images/top/event_bg_img__sp.png) center top no-repeat;
    background-size: 100%;
    position: absolute;
    top: calc(-36 / 750 * 100vw);
    left: calc(-11 / 750 * 100vw);
    width: calc(737 / 750 * 100vw);
    height: calc(307 / 750 * 100vw);
  }
}

.p-top-event__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  padding-top: 5vw;
  overflow: hidden;
}

@media screen and (min-width: 1680px) {
  .p-top-event__inner {
    padding-top: 84px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-event__inner {
    padding-top: calc(148 / 750 * 100vw);
  }
}

.p-top-event__ttl {
  font-weight: 700;
  line-height: 1.6;
  width: calc(537 / 750 * 100vw);
  height: calc(133 / 750 * 100vw);
  padding-top: 0;
  margin: calc(10 / 1920 * 100vw) auto 0;
  color: #fff;
  font-size: calc(33.8 / 750 * 100vw);
  text-align: center;
  /*background: url(../images/top/event_ttl_bg_spring.png) center top no-repeat;
  background-size: 100%;*/
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 760px) {
  .p-top-event__ttl {
    width: 23.645833333333332vw;
    height: 5.78125vw;
    padding-top: 0;
    margin: calc(10 / 1920 * 100vw) auto 0;
    font-size: 1.354167vw;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-event__ttl {
    width: 397.25px;
    height: 97.125px;
    margin: 8.75px auto 0;
  }
}

.p-top-event__thumbnail {
  padding: calc(15 / 750 * 100vw);
  background-color: #fff;
  box-shadow: calc(6 / 750 * 100vw) calc(6 / 750 * 100vw) 0px 0px rgb(0 0 0 / 11%);
  position: relative;
  z-index: 1;
  margin: calc(-70 / 750 * 100vw) calc(24 / 750 * 100vw) calc(28 / 750 * 100vw) calc(25 / 750 * 100vw);
}

@media screen and (min-width: 760px) {
  .p-top-event__thumbnail {
    padding: calc(15 / 1920 * 100vw) calc(15 / 1920 * 100vw) calc(13 / 1920 * 100vw);
    box-shadow: calc(6 / 1920 * 100vw) calc(6 / 1920 * 100vw) 0px 0px rgb(0 0 0 / 11%);
    margin: calc(-60 / 1920 * 100vw) calc(40 / 1920 * 100vw) calc(16 / 1920 * 100vw) calc(30 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-event__thumbnail {
    padding: calc(15 / 1920 * 1680 / 585.75 * 100%) calc(15 / 1920 * 1680 / 585.75 * 100%) calc(13 / 1920 * 1680 / 585.75 * 100%);
    box-shadow: calc(6 / 1920 * 1680 / 585.75 * 100%) calc(6 / 1920 * 1680 / 585.75 * 100%) 0px 0px rgb(0 0 0 / 11%);
    margin: calc(-60 / 1920 * 1680 / 585.75 * 100%) calc(40 / 1920 * 1680 / 585.75 * 100%) calc(16 / 1920 * 1680 / 585.75 * 100%) calc(30 / 1920 * 1680 / 585.75 * 100%);
  }
}

.p-top-event-list {
  margin-bottom: calc(15 / 750 * 100vw);
  padding: 0;
  height: 9vw;
  overflow: hidden;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .p-top-event-list {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
}

.p-top-event__btn {
  position: relative;
  width: calc(654 / 750 * 100vw);
  height: calc(105 / 750 * 100vw);
  margin: 0 auto;
  padding: 0;
}

.p-top-event__btn-item img {
  width: calc(654 / 750 * 100vw);
  height: calc(106 / 750 * 100vw);
  margin: 0 auto;
  position: relative;
}

.p-top-event__note {
  position: relative;
  top: calc(-58 / 750 * 100vw);
  display: block;
  color: #794f27;
  font-size: 2.66666666667vw;
  font-weight: 700;
  text-align: center;
  line-height: 2;
}

.p-top-event-item {
  display: flex;
  justify-content: flex-start;
  font-size: 3.733333333333334vw;
  /* 28 / 750 * 100 */
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 760px) {
  .p-top-event-item {
    font-size: 1.4rem;
    /* 18 / 1920 * 100 */
  }
}

.p-top-event__date {
  position: relative;
  top: calc(45 / 750 * 100vw);
  z-index: 2;
}

@media screen and (min-width: 760px) {
  .p-top-event__date {
    position: relative;
    top: calc(30 / 1920 * 100vw);
    z-index: 2;
  }

  /* 開催期間 */
  .p-top-event__date .date_01 {
    margin: 0 auto;
    width: calc(95 / 1920 * 100vw);
    height: calc(22 / 1920 * 100vw);
    display: block;
    background: url(../images/top/event_date_01_spring.png) left top no-repeat;
    background-size: 100%;

  }

  /* 開催日 */
  .p-top-event__date .date_02 {
    margin: 0 auto;
    width: calc(67 / 1920 * 100vw);
    height: calc(22 / 1920 * 100vw);
    display: block;
    background: url(../images/top/event_date_02_spring.png) left top no-repeat;
    background-size: 100%;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-event__date {
    top: 26.25px;
  }

  .p-top-event__date .date_01 {
    width: 83.125px;
    height: 19.25px;
  }

  .p-top-event__date .date_02 {
    width: 58.625px;
    height: 19.25px;
  }
}

@media screen and (max-width: 759px) {

  /* 開催期間 */
  .p-top-event__date .date_01 {
    margin: 0 auto;
    width: calc(114 / 750 * 100vw);
    height: calc(27 / 750 * 100vw);
    display: block;
    background: url(../images/top/event_date_01_spring.png) left top no-repeat;
    background-size: 100%;

  }

  /* 開催日 */
  .p-top-event__date .date_02 {
    margin: 0 auto;
    width: calc(80 / 750 * 100vw);
    height: calc(27 / 750 * 100vw);
    display: block;
    background: url(../images/top/event_date_02_spring.png) left top no-repeat;
    background-size: 100%;
  }
}

.bg-summer .p-top-event__date .date_01 {
  background-image: url(../images/top/event_date_01_summer.png);
}

.bg-summer .p-top-event__date .date_02 {
  background-image: url(../images/top/event_date_02_summer.png);
}

.bg-autumn .p-top-event__date .date_01 {
  background-image: url(../images/top/event_date_01_autumn.png);
}

.bg-autumn .p-top-event__date .date_02 {
  background-image: url(../images/top/event_date_02_autumn.png);
}

.bg-winter .p-top-event__date .date_01 {
  background-image: url(../images/top/event_date_01_winter.png);
}

.bg-winter .p-top-event__date .date_02 {
  background-image: url(../images/top/event_date_02_winter.png);
}

.p-top-event__detail {
  color: #794f27;
  background: #FFF;
  padding-top: calc(74 / 750 * 100vw);
  height: calc(136 / 750 * 100vw);
  width: calc(438 / 750 * 100vw);
  font-weight: 700;
  font-size: calc(32 / 750 * 100vw);
  border-radius: calc(16 / 750 * 100vw);
  margin: calc(-12 / 750 * 100vw) auto calc(10 / 750 * 100vw);
  position: relative;
  z-index: 1;
}

.p-top-event__date-detail-inner+.p-top-event__date-detail-inner::before {
  content: "";
  width: calc(13 / 750 * 100vw);
  height: calc(20 / 750 * 100vw);
  background: url(../images/top/event_detail_arrow_icn_sp.png) left top no-repeat;
  display: inline-block;
  background-size: 100%;
  margin: 0 calc(28 / 750 * 100vw) 0 calc(10 / 750 * 100vw);
}

@media screen and (min-width: 760px) {
  .p-top-event__detail {
    font-size: 1.3vw;
    border-radius: 14px;
    height: calc(110/ 1920 * 100vw);
    padding-top: calc(58 / 1920 * 100vw);
    width: calc(430 / 1920 * 100vw);
    margin: calc(-25 / 1920 * 100vw) auto calc(31 / 1920 * 100vw);
    top: calc(10 / 1920 * 100vw);
  }

  .p-top-event__date-detail-inner+.p-top-event__date-detail-inner::before {
    width: 0.52vw;
    height: 0.78125vw;
    background: url(../images/top/event_detail_arrow_icn_pc.png) left top no-repeat;
    background-size: 100%;
    margin: 0 0.83vw 0 0.416vw;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-event__detail {
    font-size: 22px;
    padding-top: 50.75px;
    height: 91px;
    width: 376.25px;
    margin: -21.875px auto 27.125px;
    top: 8.75px;
  }

  .p-top-event__date-detail-inner+.p-top-event__date-detail-inner::before {
    width: 8.729px;
    height: 13.125px;
    margin: 0 13.944px 0 6.989px;
  }
}

.swiper-wrapper {
  transition-timing-function: cubic-bezier(0.2, 1, 1, 1)!important;
}

.swiper-event-pagination {
  text-align: center;
}

.swiper-pagination-bullet {
  margin: 0 calc(10 / 750 * 100vw) calc(38 / 750 * 100vw) !important;
  width: calc(29 / 750 * 100vw)!important;
  height: calc(28 / 750 * 100vw)!important;
  border-radius: 0!important;
  background: url(../images/top/event_num_spring_02.png) left top no-repeat!important;
  background-size: 100%!important;
  opacity: 1!important;
  background-color: inherit!important;
}

@media screen and (min-width: 760px) {
  .swiper-pagination-bullet {
    margin: 0 calc(9 / 1920 * 100vw) !important;
    width: calc(23 / 1920 * 100vw)!important;
    height: calc(22 / 1920 * 100vw)!important;
  }
}

@media screen and (min-width: 1360px) {
  .swiper-pagination-bullet {
    margin: 0 7.875px !important;
    width: 20.125px!important;
    height: 19.25px!important;
  }
}

.swiper-pagination-bullet-active {
  opacity: 1!important;
  background-image: url(../images/top/event_num_spring.png) !important;
}

.bg-summer .p-top-event .swiper-pagination-bullet {
  background-image: url(../images/top/event_num_summer_02.png);
}

.bg-summer .p-top-event .swiper-pagination-bullet-active {
  background-image: url(../images/top/event_num_summer.png) !important;
}

.bg-autumn .p-top-event .swiper-pagination-bullet {
  background-image: url(../images/top/event_num_autumn_02.png);
}

.bg-autumn .p-top-event .swiper-pagination-bullet-active {
  background-image: url(../images/top/event_num_autumn.png) !important;
}

.bg-winter .p-top-event .swiper-pagination-bullet {
  background-image: url(../images/top/event_num_winter_02.png);
}

.bg-winter .p-top-event .swiper-pagination-bullet-active {
  background-image: url(../images/top/event_num_winter.png) !important;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/top/event_btn_spring_off.png) !important;
  background-size: 100% !important;
  left: 9% !important;
  top: auto !important;
  bottom: calc(59 / 1920 * 100vw) !important;
  width: calc(66 / 1920 * 100vw) !important;
  height: calc(73 / 1920 * 100vw) !important;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/top/event_btn_spring_off.png) !important;
  background-size: 100% !important;
  right: 9% !important;
  top: auto !important;
  bottom: calc(59 / 1920 * 100vw) !important;
  width: calc(66 / 1920 * 100vw) !important;
  height: calc(73 / 1920 * 100vw) !important;
  transform: scale(-1, 1);
}
.swiper-button-next::before, .swiper-button-next::after,.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
  content: "" !important;
}

@media (hover: hover) and (min-width: 760px) {

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    background-image: url(../images/top/event_btn_spring_on.png) !important;
  }
}

@media screen and (min-width: 1680px) {

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    bottom: 51.625px !important;
    width: 57.75px !important;
    height: 63.875px !important;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    bottom: 51.625px !important;
    width: 57.75px !important;
    height: 63.875px !important;
  }
}

@media screen and (max-width: 759px) {

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    width: calc(85 / 750 * 100vw) !important;
    height: calc(93 / 750 * 100vw) !important;
    left: 4% !important;
    top: auto !important;
    bottom: calc(220 / 750 * 100vw) !important
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    width: calc(85 / 750 * 100vw) !important;
    height: calc(93 / 750 * 100vw) !important;
    right: 4% !important;
    top: auto !important;
    bottom: calc(220 / 750 * 100vw) !important
  }
}

.bg-summer .swiper-button-prev,
.bg-summer .swiper-container-rtl .swiper-button-next,
.bg-summer .swiper-button-next,
.bg-summer .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/top/event_btn_summer_off.png) !important;
}

@media (hover: hover) and (min-width: 760px) {

  .bg-summer .swiper-button-next:hover,
  .bg-summer .swiper-button-prev:hover {
    background-image: url(../images/top/event_btn_summer_on.png) !important;
  }
}

.bg-autumn .swiper-button-prev,
.bg-autumn .swiper-container-rtl .swiper-button-next,
.bg-autumn .swiper-button-next,
.bg-autumn .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/top/event_btn_autumn_off.png) !important;
}

@media (hover: hover) and (min-width: 760px) {

  .bg-autumn .swiper-button-next:hover,
  .bg-autumn .swiper-button-prev:hover {
    background-image: url(../images/top/event_btn_autumn_on.png) !important;
  }
}

.bg-winter .swiper-button-prev,
.bg-winter .swiper-container-rtl .swiper-button-next,
.bg-winter .swiper-button-next,
.bg-winter .swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/top/event_btn_winter_off.png) !important;
}

@media (hover: hover) and (min-width: 760px) {

  .bg-winter .swiper-button-next:hover,
  .bg-winter .swiper-button-prev:hover {
    background-image: url(../images/top/event_btn_winter_on.png) !important;
  }
}


/* .p-top-season */
.p-top-season {
  position: relative;
  width: 100%;
  padding-bottom: 10%;
  z-index: 1;
}

@media screen and (max-width: 759px) {
  .p-top-season {
    order: 2;
    width: calc(100vw - calc(48 / 750 * 100vw));
    height: calc(733 / 750 * 100vw);
    margin: 0 auto calc(50 / 750 * 100vw);
  }
}

@media screen and (min-width: 760px) {
  .p-top-season {
    padding-top: calc(7 / 750 * 100vw);
    width: calc(530 / 1920 * 100vw);
    margin: 0 calc(-7 / 1920 * 100vw) 0 auto;
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-season {
    padding-top: 15.68px;
    width: 463.75px;
    margin: 0 -6.125px 0 auto;
  }
}

@media screen and (min-width: 760px) {
  .p-top-season__inner {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    /*padding-right: 0.8854166666666666vw;*/
    width: 100%;
    /* 18 / 1920 * 100 */
  }
}

@media screen and (min-width: 760px) {
  .p-top-season__h {
    position: absolute;
    width: 100%;
  }
}

@media screen and (max-width: 759px) {
  .p-top-season__h {
    position: absolute;
  }
}

@media screen and (min-width: 760px) {
  .p-top-season-list__wrap {
    padding-top: calc(3 / 1920 * 100vw);
    padding-left: calc(46 / 1920 * 100vw);
    padding-bottom: calc(18 / 1920 * 100vw);
    top: calc(118 / 1920 * 100vw);
    position: relative;
    width: calc(507 / 1920 * 100vw);
    margin: 0 0 0 0;
    height: calc(277 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-season-list__wrap {
    padding: 3px 0 0 40.25px;
    top: 103.25px;
    width: 442.625px;
    height: 226.75px;

  }
}

@media screen and (max-width: 759px) {
  .p-top-season-list__wrap {
    top: calc(240 / 750 * 100vw);
    position: relative;
    width: calc(654 / 750 * 100vw);
    left: calc(47 / 750 * 100vw);
  }
}

.p-top-season-list {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
}

@media screen and (min-width: 760px) {
  .p-top-season-list {}
}

@media screen and (max-width: 759px) {
  .p-top-season-list {
    height: calc(440 / 705 * 100vw);
  }

  .p-top-event-list {
    height: auto;
  }
}

.p-top-season-list::-webkit-scrollbar-track {
  background-color: #d7b496;
  border-radius: 100px;
}

.p-top-season-list::-webkit-scrollbar-thumb {
  background-color: #a47d3c;
  border-radius: 100px;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 1 !important;
  background-color: #a47d3c;
}

@media screen and (max-width: 759px) {
  .p-top-season-list::-webkit-scrollbar {
    width: calc(16 / 750 * 100vw);
  }

  .p-top-season-list .simplebar-vertical {
    width: calc(16 / 750 * 100vw) !important;
    right: calc(43 / 750 * 100vw);
    margin-top: calc(17 / 750 * 100vw);
    height: calc(431 / 750 * 100vw);
  }
}

@media screen and (min-width: 760px) {
  .p-top-season-list::-webkit-scrollbar {
    width: 0.4166666666666667vw;
  }

  .p-top-season-list .simplebar-vertical {
    width: 0.4166666666666667vw !important;
    right: 0.78125vw;
    height: 12.1vw;
    margin-top: 0.6vw;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-season-list::-webkit-scrollbar {
    width: 7px;
  }

  .p-top-season-list .simplebar-vertical {
    width: 7px !important;
    right: 13.125px;
    height: 205px;
    margin: 10px 0 0;
  }
}

.p-top-season-item {
  /* display: flex; */
  justify-content: flex-start;
  font-size: 3.733333333333334vw;
  /* 28 / 750 * 100 */
  font-weight: 700;
  line-height: 1.6;
}

@media screen and (min-width: 760px) {
  .p-top-season-item {
    font-size: 1.4rem;
    margin-bottom: calc(16 / 1920 * 100vw);
  }

  .p-top-season-item:first-child {
    margin-top: calc(16 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-season-item {
    margin-bottom: 14px;
  }

  .p-top-season-item:first-child {
    margin-top: 15px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-season-item {
    font-size: 1.4rem;
    margin-bottom: calc(76 / 1920 * 100vw);
  }
  .p-top-season-item:first-child {
    margin-top: calc(30 / 750 * 100vw);
  }
}

.p-top-season__date {
  background: url(../images/top/season_date_bg_spring.png) center top no-repeat;
  background-size: 100%;
  width: auto;
  margin-right: 1%;
  color: #FFF;
}

.bg-summer .p-top-season__date {
  background-image: url(../images/top/season_date_bg_summer.png);
}

.bg-autumn .p-top-season__date {
  background-image: url(../images/top/season_date_bg_autumn.png);
}

.bg-winter .p-top-season__date {
  background-image: url(../images/top/season_date_bg_winter.png);
}

@media screen and (min-width: 760px) {
  .p-top-season__date {
    font-size: 0.9375vw;
    /* 18 / 1920 * 100 */
    height: 1.5625vw;
    /* 30 / 1920 * 100 */
    min-height: 15px;
    min-width: 118px;
    width: calc(256 / 1920 * 100vw);
    margin-bottom: calc(8 / 1920 * 100vw);
    /* 235 / 1920 * 100 */
    font-feature-settings: "palt";
    text-align: center;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-season__date {
    font-size: 16px;
    width: 224px;
    height: 26.25px;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-season__date {
    font-size: calc(28 / 750 * 100vw);
    height: calc(46 / 750 * 100vw);
    line-height: calc(46 / 750 * 100vw);
    width: calc(410 / 750 * 100vw);
    margin-bottom: calc(13 / 750 * 100vw);
    font-feature-settings: "palt";
    text-align: center;
  }
}

@media screen and (min-width: 760px) {
  .p-top-season__date-inner+.p-top-season__date-inner::before {
    content: "";
    width: calc(8 / 1920 * 100vw);
    height: calc(15 / 1920 * 100vw);
    top: calc(3 / 1920 * 100vw);
    position: relative;
    background: url(../images/top/season_date_arrow_icn_pc.png) left top no-repeat;
    display: inline-block;
    background-size: 100%;
    margin: 0 calc(6 / 1920 * 100vw) 0 calc(7 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1680px) {
  .p-top-season__date-inner+.p-top-season__date-inner::before {
    width: 7px;
    height: 13.125px;
    top: 2.625px;
    margin: 0 5.25px 0 6.125px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-season__date-inner+.p-top-season__date-inner::before {
    content: "";
    position: relative;
    top: calc(-2 / 750 * 100vw);
    width: calc(11 / 750 * 100vw);
    height: calc(17 / 750 * 100vw);
    background: url(../images/top/season_date_arrow_icn_sp.png) left top no-repeat;
    display: inline-block;
    background-size: 100%;
    margin: 0 calc(10 / 750 * 100vw);
  }
}

.p-top-season__detail {
  color: #827157;
}

@media screen and (min-width: 760px) {
  .p-top-season__detail {
    width: 92%;
    font-size: 0.9375vw;
    /* 18 / 1920 * 100 */
  }

  .p-top-season__detail::after {
    content: "";
    background: url(../images/top/season_date_line__pc.png) center top no-repeat;
    background-size: 99%;
    width: 100%;
    height: 0.15625vw;
    display: block;
    margin-top: calc(8 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-season__detail {
    font-size: 16px;
  }
  .p-top-season__detail::after {
    margin-top: 7px;
    height: 2.625px;
  }

}

@media screen and (max-width: 759px) {
  .p-top-season__detail {
    width: calc(571 / 750 * 100vw);
    font-size: calc(28 / 750 * 100vw);
  }

  .p-top-season__detail::after {
    content: "";
    background: url(../images/top/season_date_line__sp.png) center top no-repeat;
    background-size: 100%;
    width: calc(571 / 750 * 100vw);
    height: calc(5 / 750 * 100vw);
    /* 3 / 1920 * 100 */
    display: block;
    margin-top: calc(8 / 750 * 100vw);
  }
}

/* p-top-bessou */
.p-top-bessou {
  background-image: url(../images/top/bessou_bg__sp.png);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: calc(30 / 750 * 100vw);
  position: relative;
  top: calc(-145 / 750 * 100vw);
  margin-bottom: calc(-145 / 750 * 100vw);
}

.p-top-bessou__inner {
  position: relative;
  margin: 0 auto;
  padding-top: calc(80 / 750 * 100vw);
  display: flex;
  flex-direction: column;
  justify-self: center;
  width: calc(703 / 750 * 100vw);
  max-width: 1680px;
}

@media screen and (min-width: 760px) {
  .p-top-bessou {
    background-image: url(../images/top/bessou_bg__pc.png);
    background-position: center calc(110 / 1920 * 100vw);
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    height: calc(514 / 1920 * 100vw);
    top: 0;
    margin-top: calc(-142 / 1920 * 100vw);
    margin-bottom: 0;
  }

  .p-top-bessou__inner {
    width: 100vw;
    top: 0;
    padding-top: 0;
  }

  .p-top-bessou__btn {
    width: calc(1201 / 1920 * 100vw);
    max-width: 1050.88px;
    margin: auto;
    left: calc(42 / 1920 * 100vw);
    position: relative;
  }

  .p-top-bessou__chara01 {
    position: absolute;
    top: calc(-9 / 1920 * 100vw);
    left: calc(156 / 1920 * 100vw);
    width: calc(409 / 1920 * 100vw);
    pointer-events: none;
  }

  .p-top-bessou__chara02 {
    position: absolute;
    top: 0.66875vw;
    left: 77.6333%;
    width: 18.8%;
    pointer-events: none;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-bessou {
    background-position: center 96.25px;
    height: 449.75px;
    top: 0;
    margin-bottom: 0;
    margin-top: -164px;
  }

  .p-top-bessou__btn {
    left: 36.75px;
  }

  .p-top-bessou__chara01 {
    top: -7.875px;
    left: 136.5px;
    width: 357.875px;
  }
}

/* p-top-timeline */
.p-top-timeline {
  margin-top: -5%;
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url(../images/top/timeline_bg_sp.png);
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: contain;
}

@media screen and (min-width: 760px) {
  .p-top-timeline {
    margin-top: -8%;
    padding-top: 8rem;
    height: 71.9rem;
    background-image: url(../images/top/timeline_bg_pc.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.p-top-timeline .timeline-main {
  position: relative;
  margin-bottom: 0;
  padding-top: 0;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .timeline-main {
    margin-bottom: 0;
    padding-top: 0;
  }
}

.p-top-timeline .c-slider {
  padding-bottom: 10%;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .c-slider {
    padding-bottom: 1.5%;
  }
}

.p-top-timeline .swiper-container {
  padding: 0 3rem;
  box-sizing: border-box;
  overflow: visible;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .swiper-container {
    padding: 0 6rem;
    position: relative;
  }
}

.p-top-timeline .swiper-wrapper {
  padding-top: 22px;
  padding-bottom: 12px;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .swiper-wrapper {
    padding-top: 22px;
    padding-bottom: 30px;
  }
}

.p-top-timeline .swiper-wrapper {
  height: 36.6rem;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .swiper-wrapper {
    height: 37.4rem;
  }
}

.timeline-card {
  width: 33.2rem;
  background-color: #fff;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
  padding: 2rem;
  cursor: pointer;
}

@media screen and (min-width: 760px) {
  .timeline-card {
    width: 33.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: opacity, transform;
    padding: 1.5rem 2rem 2rem;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
  }
}

@media (hover: hover) and (min-width: 760px) {
  .timeline-card:not(.timeline-more).is-loaded:hover {
    opacity: 0.8;
  }
}

.timeline-card-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.timeline-card-inside {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.timeline-card-thumb {
  position: relative;
  height: 15.9rem;
  border-radius: 1rem;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .timeline-card-thumb {
    height: 16.3rem;
  }
}

.timeline-card-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.timeline-card-thumb-item {
  position: absolute;
  overflow: hidden;
}

.timeline-card-thumb--2 .timeline-card-thumb-item {
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}

.timeline-card-thumb--2 .timeline-card-thumb-item:nth-child(1) {
  left: 0;
}

.timeline-card-thumb--2 .timeline-card-thumb-item:nth-child(2) {
  right: 0;
}

.timeline-card-thumb--3 .timeline-card-thumb-item {
  width: calc(50% - 1px);
}

.timeline-card-thumb--3 .timeline-card-thumb-item:nth-child(1) {
  top: 0;
  left: 0;
  height: 100%;
}

.timeline-card-thumb--3 .timeline-card-thumb-item:nth-child(2) {
  top: 0;
  right: 0;
  height: calc(50% - 1px);
}

.timeline-card-thumb--3 .timeline-card-thumb-item:nth-child(3) {
  bottom: 0;
  right: 0;
  height: calc(50% - 1px);
}

.timeline-card-thumb--4 .timeline-card-thumb-item {
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}

.timeline-card-thumb--4 .timeline-card-thumb-item:nth-child(1) {
  top: 0;
  left: 0;
}

.timeline-card-thumb--4 .timeline-card-thumb-item:nth-child(2) {
  bottom: 0;
  left: 0;
}

.timeline-card-thumb--4 .timeline-card-thumb-item:nth-child(3) {
  top: 0;
  right: 0;
}

.timeline-card-thumb--4 .timeline-card-thumb-item:nth-child(4) {
  bottom: 0;
  right: 0;
}

.timeline-pin {
  content: "";
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  top: -6.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (min-width: 760px) {
  .timeline-pin {
    content: "";
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: -6%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
  }
}

.timeline-card-body {
  padding: 2rem 0 2.5rem;
}

@media screen and (min-width: 760px) {
  .timeline-card-body {
    padding: 1.5rem 0 3rem;
  }
}

.p-top-timeline .timeline-twitter {
  position: relative;
  width: 76%;
  /* 570 / 750 * 100 */
  margin: 60px auto 0;
  z-index: 1;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .timeline-twitter {
    margin-top: 75px;
    width: 18.5%;
  }
}

.p-top-timeline .timeline-card-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-weight: 700;
  color: #827157;
  max-height: 10em;
  font-size: 1.4rem;
  line-height: 1.6;
  -webkit-line-clamp: 5;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .timeline-card-title {
    font-size: 1.4rem;
    max-height: 10em;
    -webkit-line-clamp: 5;
  }
}

.timeline-card-date {
  position: absolute;
  line-height: 1;
  color: #827157;
  font-weight: 400;
  font-size: 1.5rem;
  bottom: 2rem;
  right: 2rem;
}

@media screen and (min-width: 760px) {
  .timeline-card-date {
    font-size: 1.4rem;
    bottom: 2rem;
    right: 2rem;
    font-weight: bold;
  }
}

.c-slider-item {
  opacity: 0;
  top: 50px;
}

.c-slider-item.is-loaded {
  opacity: 1;
  top: 0;
  transition: opacity 0.3s, top 0.3s;
}

.c-slider-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: calc(100% - 6rem);
  bottom: -30px;
  left: 3rem;
}

@media screen and (min-width: 760px) {
  .c-slider-nav {
    bottom: -50px;
    width: 64rem;
    left: 50%;
    margin: 0;
    margin-left: -32rem;
  }

  .c-slider-nav-prev {
    position: absolute;
    top: 0;
    left: 50%;
  }

  .c-slider-nav-next {
    position: absolute;
    top: 0;
    right: -60px;
  }
}

.c-control-prev,
.c-control-next {
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  padding: 0;
}

.c-control-prev,
.c-control-next {
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 760px) {

  .c-control-prev,
  .c-control-next {
    width: 7rem;
    height: 7rem;
  }
}

@media screen and (min-width: 760px) {
  .c-control-prev {
    padding-right: 0.1rem;
  }

  .c-control-next {
    padding-left: 0.1rem;
  }
}

.c-control-prev.is-disabled,
.c-control-next.is-disabled,
.c-control-prev.swiper-button-disabled,
.c-control-next.swiper-button-disabled {
  opacity: 0.5;
  cursor: auto;
}

.c-slider-nav-prev,
.c-slider-nav-next {
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  display: none;
  position: static;
}

.c-slider-nav-prev.swiper-button-prev,
.c-slider-nav-next.swiper-button-next {
  background: none;
  margin-top: 0;
  width: 5rem;
  height: 5rem;
}

.c-slider-nav-prev img,
.c-slider-nav-next img {
  max-width: inherit;
}

@media screen and (min-width: 760px) {

  .c-slider-nav-prev.swiper-button-prev,
  .c-slider-nav-next.swiper-button-next {
    top: auto;
    bottom: -70px;
    width: 5rem;
    height: 5rem;
    display: block;
  }

  .c-slider-nav-prev.swiper-button-prev {
    left: 50%;
    margin-left: -37rem;
  }

  .c-slider-nav-next.swiper-button-next {
    right: 50%;
    margin-right: -37rem;
  }
}

.c-slider-nav-bar {
  /*   position: relative; */
  width: 28.5rem;
  height: 1.2rem;
  border-radius: 5px;
  border: 3px solid #fff;
  cursor: pointer;
}

.c-slider-nav-bar .swiper-scrollbar-drag {
  background-color: rgb(25, 200, 185);
}

@media screen and (min-width: 760px) {
  .c-slider-nav-bar .swiper-scrollbar-drag:after {
    top: -17px;
    right: -5px;
    width: 4.4rem;
    height: 4.2rem;
  }
}

.p-top-timeline .swiper-slide {
  width: 90%;
  box-sizing: border-box;
}

@media screen and (min-width: 760px) {
  .p-top-timeline .swiper-slide {
    width: 33.5rem;
  }
}

.c-slider-nav-bar {
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .c-slider-nav-bar {
    width: 62rem;
    height: 1.4rem;
    margin: 0;
    border-radius: 7px;
    border: 4px solid #fff;
    overflow: hidden;
  }
}

.c-slider-nav-bar-active {
  position: absolute;
  width: 10%;
  height: 100%;
  background-color: rgb(25, 200, 185);
  border-radius: 5px;
  cursor: pointer;
  will-change: width, transform;
}

@media screen and (min-width: 760px) {
  .c-slider-nav-bar-active {
    border-radius: 7px;
  }
}

.timeline-more-button {
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
}

.timeline-card+.timeline-more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 90px;
  padding: 0;
  /* margin-left: 3rem; */

  background-color: inherit;
  box-shadow: none;
}

.timeline-more img {
  max-width: inherit;
}

@media screen and (min-width: 760px) {
  .timeline-card+.timeline-more {
    width: 33.5rem;
    width: 200px;
  }
}

.c-modal-overlay {
  opacity: 0;
  visibility: hidden;
  background-image: url(../images/top/modal_bg.jpg);
  background-position: repeat;
  background-size: auto;
  z-index: 10200;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-modal-frame {
  width: 100%;
  height: calc(100% + 20vh);
  position: fixed;
  z-index: 10201;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-modal-frame.is-visible {
  visibility: visible;
}

.c-modal-frame.is-visible+.c-modal-overlay {
  opacity: 1;
  visibility: visible;
}

.c-modal-cotainer {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-modal-cotainer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (min-width: 760px) {
  .c-modal-cotainer {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-modal-area {
  padding: 4.2667rem 0 calc(20vh + 4.2667rem);
}

@media screen and (min-width: 760px) {
  .c-modal-area {
    width: 74rem;
    padding: 5.5rem 0 calc(20vh + 2.5rem);
  }
}

.c-modal-content {
  position: relative;
  opacity: 0;
  background: #fff;
  width: calc(100vw - 5rem);
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 760px) {
  .c-modal-content {
    width: 74rem;
    box-shadow: 10px 10px 0px 0px rgba(0, 0, 0, 0.1);
  }
}

.c-modal-frame.is-visible .c-modal-content {
  opacity: 1;
}

.c-sub-modal-overlay {
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10202;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.c-sub-modal-frame {
  width: 100%;
  height: calc(100% + 20vh);
  position: fixed;
  z-index: 10203;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.c-sub-modal-frame.is-visible {
  visibility: visible;
}

.c-sub-modal-frame.is-visible+.c-sub-modal-overlay {
  opacity: 1;
  visibility: visible;
}

.c-sub-modal-cotainer {
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-sub-modal-cotainer {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (min-width: 760px) {
  .c-sub-modal-cotainer {
    padding-left: 0;
    padding-right: 0;
  }
}

.c-sub-modal-area {
  width: 100%;
  padding: 4.2667rem 0 calc(20vh + 4.2667rem);
}

@media screen and (min-width: 760px) {
  .c-sub-modal-area {
    max-width: 125rem;
    width: auto;
    padding: 5.5rem 2.5rem calc(20vh + 2.5rem);
  }
}

.c-sub-modal-item {
  position: relative;
  display: none;
}

.c-sub-modal-item.is-visible {
  display: block;
}

.c-sub-modal-image {
  position: relative;
}

@media screen and (min-width: 760px) {
  .c-sub-modal-image {
    height: calc(calc(100vw - 5rem) * 0.5625);
  }
}

@media screen and (min-width: 1250px) {
  .c-sub-modal-image {
    height: 67.5rem;
  }
}

.c-sub-modal-image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: auto;
  max-height: 100%;
  height: auto;
}

.c-sub-modal-close {
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 3.6rem;
  height: 3.6rem;
  bottom: calc(100% + 1.28rem);
  right: 0;
  padding: 0;
}

@media screen and (min-width: 760px) {
  .c-sub-modal-close {
    width: 3.6rem;
    height: 3.6rem;
    top: -4.5rem;
    right: 0;
  }
}

.c-sub-modal-frame.is-visible .c-sub-modal-close {
  opacity: 1;
}

.timeline-modal-container {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.timeline-modal-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}

.timeline-modal-list {
  width: calc(100vw - 5rem);
}

@media screen and (min-width: 760px) {
  .timeline-modal-list {
    width: inherit;
  }
}

.timeline-modal-item {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: calc(100vw - 5rem);
  padding: 1.8rem 1.8rem;
}

@media screen and (min-width: 760px) {
  .timeline-modal-item {
    width: 74rem;
    padding: 5.5rem 6rem 6rem;
  }
}

.timeline-modal-media {
  position: relative;
  margin-bottom: 3rem;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media {
    margin-bottom: 3rem;
  }
}

.timeline-modal-media-frame {
  overflow: hidden;
  border-radius: 5px;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media-frame {
    border-radius: 10px;
  }
}

.timeline-modal-media-image {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 0;
  position: relative;
  padding-top: 56.25%;
  background-color: #fff;
  border-radius: 5px;
  overflow-y: hidden;
  width: 100%;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media-image {
    width: 62rem;
  }
}

.timeline-modal-media-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.timeline-modal-media-image>img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.timeline-modal-media-image-item {
  position: absolute;
  overflow: hidden;
}

.timeline-modal-media-image--2 .timeline-modal-media-image-item {
  top: 0;
  width: calc(50% - 1px);
  height: 100%;
}

.timeline-modal-media-image--2 .timeline-modal-media-image-item:nth-child(1) {
  left: 0;
}

.timeline-modal-media-image--2 .timeline-modal-media-image-item:nth-child(2) {
  right: 0;
}

.timeline-modal-media-image--3 .timeline-modal-media-image-item {
  width: calc(50% - 1px);
}

.timeline-modal-media-image--3 .timeline-modal-media-image-item:nth-child(1) {
  top: 0;
  left: 0;
  height: 100%;
}

.timeline-modal-media-image--3 .timeline-modal-media-image-item:nth-child(2) {
  top: 0;
  right: 0;
  height: calc(50% - 1px);
}

.timeline-modal-media-image--3 .timeline-modal-media-image-item:nth-child(3) {
  bottom: 0;
  right: 0;
  height: calc(50% - 1px);
}

.timeline-modal-media-image--4 .timeline-modal-media-image-item {
  width: calc(50% - 1px);
  height: calc(50% - 1px);
}

.timeline-modal-media-image--4 .timeline-modal-media-image-item:nth-child(1) {
  top: 0;
  left: 0;
}

.timeline-modal-media-image--4 .timeline-modal-media-image-item:nth-child(2) {
  bottom: 0;
  left: 0;
}

.timeline-modal-media-image--4 .timeline-modal-media-image-item:nth-child(3) {
  top: 0;
  right: 0;
}

.timeline-modal-media-image--4 .timeline-modal-media-image-item:nth-child(4) {
  bottom: 0;
  right: 0;
}

.timeline-modal-media-image-item img {
  height: 100%;
}

.timeline-modal-item .timeline-sub-modal-open {
  cursor: pointer;
}

.timeline-modal-description {
  text-align: justify;
}

.timeline-modal-description a {
  word-break: break-all;
}

.timeline-modal-description a[href*="twitter.com"] {
  pointer-events: none;
}

.timeline-modal-description,
.timeline-modal-date {
  font-size: 1.5rem;
  line-height: 1.6;
  color: rgb(130, 113, 87);
}

@media screen and (min-width: 760px) {

  .timeline-modal-description,
  .timeline-modal-date {
    font-size: 2rem;
    line-height: 2;
  }
}

.timeline-modal-description {
  font-weight: 700;
}

.timeline-modal-date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  line-height: 1;
  margin-top: 0.8533rem;
  font-weight: 400;
}

@media screen and (min-width: 760px) {
  .timeline-modal-date {
    margin-top: 0.5rem;
  }
}

.c-modal-close {
  border: none;
  background: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  cursor: pointer;
  position: absolute;
  z-index: 1;
  opacity: 0;
  width: 3.6rem;
  height: 3.6rem;
  bottom: calc(100% + 1.28rem);
  right: 0;
  padding: 0;
}

@media screen and (min-width: 760px) {
  .c-modal-close {
    width: 3.6rem;
    height: 3.6rem;
    top: -4.5rem;
    right: 0;
  }
}

.c-modal-frame.is-visible .c-modal-close {
  opacity: 1;
}

.c-modal-pin {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  top: -25px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

@media screen and (min-width: 760px) {
  .c-modal-pin {
    width: 9.9rem;
    height: 9.9rem;
    top: -50px;
    left: 50%;
  }
}

.timeline-modal-nav {
  width: 100%;
  position: absolute;
  top: calc(100% + 1.7067rem);
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 760px) {
  .timeline-modal-nav {
    position: static;
    display: block;
  }
}

.timeline-modal-nav-prev,
.timeline-modal-nav-next {
  position: relative;
  width: 5.8rem;
  height: 5.8rem;
  padding: 0;
  margin: 0 0.8rem;
}

@media screen and (min-width: 760px) {

  .timeline-modal-nav-prev,
  .timeline-modal-nav-next {
    width: 7rem;
    height: 7rem;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}

.timeline-modal-nav-next {
  left: 0;
}

@media screen and (min-width: 760px) {
  .timeline-modal-nav-next {
    left: 50%;
    margin-left: 40rem;
  }
}

.timeline-modal-nav-prev {
  right: 0;
}

@media screen and (min-width: 760px) {
  .timeline-modal-nav-prev {
    right: 50%;
    margin-right: 40rem;
  }
}

.timeline-modal-media-video {
  border-radius: 5px;
  overflow: hidden;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media-video {
    width: 62rem;
    border-radius: 10px;
  }
}

.timeline-modal-media-video video {
  display: block;
  width: 100%;
  height: auto;
}

.timeline-modal-media-video img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.timeline-modal-media-video-play {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.timeline-modal-media.mod-carouse {
  margin-bottom: 3rem;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media.mod-carousel {
    margin-bottom: 3rem;
  }
}

.timeline-modal-media-carousel {
  position: relative;
}

.timeline-modal-media-carousel-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  will-change: transform, height;
}

.timeline-modal-media-pagination {
  width: 100%;
  position: absolute;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  top: calc(100% + 1rem);
}

@media screen and (min-width: 760px) {
  .timeline-modal-media-pagination {
    top: calc(100% + 1.4rem);
  }
}

.timeline-modal-media.mod-carousel .slick-dots {
  position: absolute;
  bottom: -10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media.mod-carousel .slick-dots {
    bottom: -10px;
  }
}

.timeline-modal-media.mod-carousel .slick-dots li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media.mod-carousel .slick-dots li {
    width: 16px;
    height: 16px;
    margin: 0 6px;
  }
}

.timeline-modal-media.mod-carousel .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media.mod-carousel .slick-dots li button {
    width: 16px;
    height: 16px;
  }
}

.timeline-modal-media.mod-carousel .slick-dots li button:hover,
.timeline-modal-media.mod-carousel .slick-dots li button:focus {
  outline: none;
}

@media screen and (min-width: 760px) {

  .timeline-modal-media.mod-carousel .slick-dots li button:hover:before,
  .timeline-modal-media.mod-carousel .slick-dots li button:focus:before {
    opacity: 1;
  }
}

.timeline-modal-media.mod-carousel .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: #827157;
  border-radius: 6px;
  content: "•";
  text-align: center;
  opacity: 0.3;
  color: #827157;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 760px) {
  .timeline-modal-media.mod-carousel .slick-dots li button:before {
    width: 16px;
    height: 16px;
    border-radius: 8px;
  }
}

.timeline-modal-media.mod-carousel .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #827157;
}

/* p-top-btn-box */
@media screen and (min-width: 760px) {
  .p-top-btn-box {
    padding-bottom: calc(59.5 / 1920 * 100vw);
    position: relative;
    padding-top: 0;
  }

  .p-top-btn-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    padding-top: 1.8%;
    margin-top: -1.6%;
    background-image: url(../images/top/content_bg04_top_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 1680px) {
  .p-top-btn-box {
    padding-bottom: 59.5px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-btn-box {
    padding-bottom: calc(165 / 750 * 100vw);
    position: relative;
    padding-top: 0;
  }

  .p-top-btn-box::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    padding-top: calc(52 / 750 * 100vw);
    margin-top: calc(-48 / 750 * 100vw);
    background-image: url(../images/top/content_bg04_top_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }
}

/* p-top-slowlife */
.p-top-slowlife {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: calc(20 / 750 * 100vw);
  padding-bottom: calc(33 / 750 * 100vw);
}

@media screen and (min-width: 760px) {
  .p-top-slowlife {
    margin-top: 0;
    padding-top: calc(53 / 1920 * 100vw);
    padding-bottom: 0;
  }
}

.p-top-slowlife__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 760px) {
  .p-top-slowlife__inner {
    width: calc(1272 / 1920 * 100vw);
    max-width: 2000px;
    margin: 0 auto;
    left: calc(0 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-slowlife {
  padding-top: 46.375px;
}
  .p-top-slowlife__inner {
    max-width: 1113px;
  }
}

@media screen and (min-width: 760px) {
  .p-top-slowlife__btn {
    width: 93.75%;
    /* 1200 / 1280 * 100 */
    margin-left: 0;
  }
}

.p-top-slowlife__chara01 {
  position: absolute;
  bottom: calc(-18 / 750 * 100vw);
  right: -3.418803418803419%;
  /* -24 / 702 * 100 */
  width: 34.472934472934476%;
  /* 242 / 702 * 100 */
  pointer-events: none;
}

@media screen and (min-width: 760px) {
  .p-top-slowlife__chara01 {
    position: absolute;
    bottom: 0;
    right: calc(-63 / 1920 * 100vw);
    width: calc(254 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-slowlife__chara01 {
    right: -55px;
    width: 222.25px;
  }
}

.p-top-slowlife__chara02 {
  position: absolute;
  bottom: calc(-7 / 750 * 100vw);
  left: calc(-63 / 1920 * 100vw);
  width: calc(228 / 1920 * 100vw);
  pointer-events: none;
}

@media screen and (min-width: 760px) {
  .p-top-slowlife__chara02 {
    position: absolute;
    bottom: calc(7 / 750 * 100vw);
    right: calc(-63 / 1920 * 100vw);
    width: calc(227 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-slowlife__chara02 {
    bottom: 15.68px;
    right: -55.125px;
    width: 198.625px;
  }
}

/* p-top-guid */
.p-top-guid {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}

@media screen and (min-width: 760px) {
  .p-top-guid {
    margin-top: calc(103 / 1920 * 100vw);
    padding-top: 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-guid {
    margin-top: 114.766px;
  }
}

.p-top-guid__inner {
  position: relative;
  width: 100%;
  margin: 0 auto 3%
}

@media screen and (min-width: 760px) {
  .p-top-guid__inner {
    width: calc(1274 / 1920 * 100vw);
    max-width: 1114.75px;
    margin: 0 auto;
    left: calc(0 / 1920 * 100vw);
  }
}

@media screen and (min-width: 760px) {
  .p-top-guid__btn {
    display: inline-block;
    margin-left: 0%;
    width: 100%;
  }
}

@media screen and (min-width: 760px) {
  .p-top-guid__chara01 {
    position: absolute;
    top: calc(-56 / 1920 * 100vw);
    right: calc(-71 / 1920 * 100vw);
    width: calc(533 / 1920 * 100vw);
    pointer-events: none;
  }

  .p-top-guid__chara02 {
    position: absolute;
    top: calc(-91 / 1920 * 100vw);
    left: calc(-61 / 1920 * 100vw);
    width: calc(475 / 1920 * 100vw);
    pointer-events: none;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-guid__chara01 {
    top: -49px;
    right: -62.125px;
    width: 466.375px;
  }

  .p-top-guid__chara02 {
    top: -79.625px;
    left: -53.375px;
    width: 415.625px;
  }
}

/* p-top-btn-box01 */
@media screen and (min-width: 760px) {
  .p-top-btn-box01 {
    position: relative;
    width: calc(1350 / 1920 * 100vw);
    max-width: 1181.25px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    right: calc(-35 / 1920 * 100vw);
    top: calc(6 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-btn-box01 {
    right: -30.625px;
    top: 5.250px;
  }
}

/* p-top-namelist */
.p-top-namelist {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (max-width: 759px) {
  .p-top-namelist {
    order: 3;
  }
}

@media screen and (min-width: 760px) {
  .p-top-btn-box02 {
    width: calc(1362 / 1920 * 100vw);
    max-width: 1191.75px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    left: calc(-37 / 1920 * 100vw);
  }

  .p-top-btn-box02 .p-top-namelist {
    width: 67%;
    margin-top: 5%;
    margin-right: 2%;
  }

  .p-top-btn-box02 .p-top-manga {
    width: 34%;
    margin-top: 2.5%;
  }

  .p-top-btn-box02 .p-top-manga {
    width: calc(436 / 1920 * 100vw);
    margin-top: calc(76 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-btn-box02 {
    left: -32.375px;
  }

  .p-top-btn-box02 .p-top-manga {
    width: 381px;
    margin-top: 73.5px;
  }
}

@media screen and (min-width: 760px) {
  .p-top-namelist {
    grid-column: 2 / 2;
  }
}

.p-top-namelist__inner {
  position: relative;
  width: 93.60000000000001%;
  /* 702 / 750 * 100 */
  margin: 0 auto 3%;
}

@media screen and (min-width: 760px) {
  .p-top-namelist__inner {
    width: 26.666666666666668vw;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-namelist__inner {
    width: 450.479px;
    margin: 0 0 0 auto;
  }
}

.p-top-namelist__chara {
  position: absolute;
  top: 12.4vw;
  /* 93 / 750 * 100 */
  left: 0;
  right: 0;
  width: 72.79202279202279%;
  /* 511 / 702 * 100 */
  margin: 0 auto;
  pointer-events: none;
}

@media screen and (min-width: 760px) {
  .p-top-namelist__chara {
    top: 0;
    width: 100%;
  }
}

@media screen and (max-width: 759px) {
  .p-top-namelist__chara {
    top: 0;
    width: 100%;
  }
}

.p-top-namelist__check {
  overflow: hidden;
  position: absolute;
  top: 50vw;
  /* 375 / 750 * 100 */
  left: 0;
  right: 0;
  width: 47.863247863247864%;
  /* 336 / 702 * 100 */
  height: 9.2vw;
  /* 69 / 750 * 100 */
  background-image: url(../images/top/namelist_check_btn.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  margin: 0 auto;
  pointer-events: none;
  line-height: 1;
}

@media screen and (min-width: 760px) {
  .p-top-namelist__check {
    top: 19.53125vw;
    /* 375 / 1920 * 100 */
    height: 3.5937499999999996vw;
    /* 69 / 1920 * 100 */
  }
}

@media screen and (min-width: 760px) {
  .p-top-namelist a:hover+.p-top-namelist__chara {
    /* top: 5.885416666666667vw; */
    /* 113 / 1920 * 100 */
  }
}

@media screen and (min-width: 760px) {
  .p-top-namelist a:hover+.p-top-namelist__chara+.p-top-namelist__check {
    top: 20.572916666666664vw;
    /* 395 / 1920 * 100 */
    background-position: 0 100%;
  }
}

.p-top-apology {
  margin: 10px auto;
  font-size: 12px;
  color: #666666;
  text-align: center;
  text-indent: -1em;
  padding-left: 1em;
}

@media screen and (max-width: 759px) {
  .p-top-apology {
    text-align: left;
    line-height: 18px;
  }

  .p-top-btn-box02 {
    display: block;
    width: 98%;
    margin-left: 1%;
  }
}

@media screen and (min-width: 760px) {
  .p-top-namelist-btn {
    width: calc(709 / 1920 * 100vw);
    position: relative;
    top: calc(24 / 1920 * 100vw);
  }
}

@media screen and (min-width: 1680px) {
  .p-top-namelist-btn {
    width: 620.375px;
    top: 21px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-namelist-btn {
    width: calc(703 / 750 * 100vw);
    position: relative;
    margin: 0 auto;
    top: calc(-14 / 750 * 100vw);
  }
}

@media screen and (min-width: 760px) {
  .p-top-portal {
    width: calc(577 / 1920 * 100vw);
    padding-top: calc(7 / 1920 * 100vw);
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-portal {
    width: 504.875px;
    padding-top: 6.125px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-portal {
    position: relative;
    top: calc(5 / 750 * 100vw);
    left: 0px;
  }
}

.p-top-portal__inner {
  position: relative;
  width: calc(712 / 750 * 100vw);
  margin: 1% auto 8%;
}

@media screen and (min-width: 760px) {
  .p-top-portal__inner {
    width: 100%;
    margin: 0;
  }
}

@media screen and (min-width: 760px) {
  .p-top-amiibo {
    width: calc(916 / 1920 * 100vw);
    padding-top: calc(53 / 1920 * 100vw);
    padding-bottom: 0;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-amiibo {
    width: 802px;
    padding-top: 46.357px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-amiibo {
    position: relative;
    top: calc(-25 / 750 * 100vw);
    left: 0px;
  }

  .p-top-manga {
    position: relative;
    width: calc(562 / 750 * 100vw);
    margin: 0 auto;
    top: calc(5 / 750 * 100vw);
    left: calc(-4 / 750 * 100vw);
  }
}

.p-top-portal__img01 {
  width: 98.9333333333%;
  /* 742 / 750 * 100 */
  margin-left: 1.06666666667%;
  /* 8 / 750 * 100 */
  margin-bottom: 2%;
  margin-top: 4%;
}

/* p-top-bnr */
.p-top-bnr {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-top-bnr__inner {
  /* 680 / 750 * 100 */
  margin: 5% auto 14%;
}

@media screen and (min-width: 760px) {
  .p-top-bnr__inner {
    width: calc(1288 / 1920 * 100vw);
    max-width: 1120px;
    margin: calc(15 / 1920 * 100%) auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.p-top-bnr__box01 {
  margin: 0 auto 0;
  margin-bottom: 4%;
  width: 94.533333%;
}
.p-top-bnr__box02 {
  margin: 0 auto 0;
  width: 74.8%;
}

@media screen and (min-width: 760px) {
  .p-top-bnr__box01 {
    width: 68.71118%;
    /* 680 / 1280 * 100 */
    margin-bottom: 0;
  }
}

@media screen and (min-width: 760px) {
  .p-top-bnr__box02 {
    width: 28.959627%;
    /* 565 / 1280 * 100 */
  }
}

.p-top-bnr__item {
  margin-top: calc(30 / 750 * 100vw);
}

@media screen and (min-width: 760px) {
  .p-top-bnr__item {
    margin-top: 3%;
  }
}

.p-top-bnr__item:first-child {
  margin-top: 0;
}

/* p-top-content-footer */
@media screen and (min-width: 760px) {
  .p-top-content-footer::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    padding-top: calc(30 / 1920 * 100vw);
    margin-top: calc(-26 / 1920 * 100vw);
    background-image: url(../images/top/content_bg_footer_top_pc.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }

  .p-top-content-footer {
    position: relative;
    background-image: url(../images/top/content_bg_footer_pc.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding-top: calc(56 / 1920 * 100vw);
    padding-bottom: calc(220 / 1920 * 100vw);
  }
}
@media screen and (min-width: 1680px) {
  .p-top-content-footer::before {
    padding-top: 26.25px;
    margin-top: -22.75px;
  }
  .p-top-content-footer {
    padding-top: 49px;
    padding-bottom: 218.5px;
  }
  .footer-top-line-pc {
    max-width: 1680px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 759px) {
  .p-top-content-footer::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    width: 100%;
    padding-top: calc(30 / 750 * 100vw);
    margin-top: calc(-26 / 750 * 100vw);
    background-image: url(../images/top/content_bg_footer_top_sp.png);
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: 100% auto;
  }

  .p-top-content-footer {
    position: relative;
    padding-top: calc(52 / 750 * 100vw);
    margin-top: 0;
    background-image: url(../images/top/content_bg_footer_sp.png);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto;
    padding-bottom: calc(34 / 750 * 100vw);
  }
}

/* p-top-spec */
.p-top-spec {
  position: relative;
  width: 100%;
}

.p-top-spec__title {
  width: calc(547 / 750 * 100vw);
  margin: calc(-147 / 750 * 100vw) auto calc(33 / 750 * 100vw);
}

@media (hover: hover) and (min-width: 760px) {
  .p-top-spec__online a:hover {
    text-decoration: underline;
  }
}


.p-top-spec__online-img {
  margin-right: 2%;
  width: 15%;
}

@media screen and (min-width: 1000px) {
  .p-top-spec-info {
    width: auto;
    font-size: 0.83333333333vw;
    /* 16 / 1920 * 100 */
    line-height: 2.8;
  }
}

.p-top-spec-info .heading {
  display: inline-block;
  width: 11.2em;
  background-image: url(../images/top/spec_info_icn_sp.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 18% auto;
  padding-left: 9%;
}

@media screen and (min-width: 1000px) {
  .p-top-spec-info .heading {
    width: 10em;
    background-image: url(../images/top/spec_info_icn_pc.png);
    background-size: 14% auto;
    padding-left: 4%;
  }
}

@media screen and (max-width: 380px) {
  .p-top-spec-info .heading {
    width: 13.2em;
    background-size: 16% auto;
    padding-left: 9%;
  }
}

@media screen and (min-width: 1000px) {

  p.p-top-spec__gamettl,
  p.p-top-spec__release,
  p.p-top-spec__price {
    font-size: 1.4rem;
  }
}

.p-top-spec-info .indent {
  position: relative;
  display: block;
  width: 110%;
  padding-left: 12em;
  font-size: calc(17.39 / 1920 * 100vw);
}

@media screen and (min-width: 1000px) {
  .p-top-spec-info .indent {
    width: auto;
    line-height: 1;
    padding-left: 19.6%;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-spec-info .indent {
    font-size: 15px;
  }
}

.p-top-spec__cero {
  position: absolute;
  top: 30.33%;
  left: 9.10384068279%;
  /* 64 / 703 * 100 */
  width: 7.11237553343%;
  /* 50 / 703 * 100 */
}

@media screen and (min-width: 1000px) {
  .p-top-spec__cero {
    top: 50%;
    left: 8%;
    width: 3.90625%;
    /* 50 / 1280 * 100 */
  }

  .p-top-spec__btn img {
    width: 100%;
  }
}

.p-top-spec__amiibo {
  position: absolute;
  top: 30.33%;
  left: 17.6386913229%;
  /* 124 / 703 * 100 */
  width: 9.10384068279%;
  /* 64 / 703 * 100 */
}

@media screen and (min-width: 1000px) {
  .p-top-spec__amiibo {
    top: 50%;
    left: 12.5%;
    width: 5%;
    /* 64 / 1280 * 100 */
  }
}

@media screen and (min-width: 1000px) {
  .p-top-spec__box {
    position: absolute;
    top: 12%;
    right: 8%;
    width: 40.84375%;
    /* 510 / 1280 * 100 */
    margin: 0;
  }
}

.p-top-spec__btn {
  width: 66%;
  margin: 9% auto 6%;
}

.p-top-spec__btn li img {
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .p-top-spec__btn {
    width: 100%;
    margin-top: 0;
  }
}

.p-top-spec__info-btn {
  display: flex;
  justify-content: center;
}

.p-top-spec__info-btn li {
  position: relative;
  display: block;
  margin-left: 2.5%;
  padding-left: 5%;
  padding-right: 0;
  background: url(../images/top/spec_arrow_icn_sp.png) 0 50% no-repeat;
  background-size: auto 80%;
  color: #827157;
  /* 21 / 750 * 100 */
  font-size: 3.3vw;
  font-weight: 700;
}

.p-top-spec__info-btn li:first-child {
  margin-left: 0;
}

@media screen and (min-width: 760px) {
  .p-top-spec__info-btn li {
    margin-left: 4%;
    background: url(../images/top/spec_arrow_icn_pc.png) 0 50% no-repeat;
    background-size: auto 100%;
    font-size: 1.4rem;
    /* 14 / 1920 * 100 */
  }

  .p-top-spec__info-btn li a {
    font-size: calc(18.86 / 1920 * 100vw);
  }


}

.p-top-spec__chara01-sp {
  position: relative;
  width: calc(711 / 750 * 100vw);
  margin: calc(-64 / 750 * 100vw) 0 0 auto;
  padding-bottom: calc(6 / 750 * 100vw);
}

.p-top-spec__chara02-sp {
  margin: calc(-93 / 750 * 100vw) auto calc(24 / 750 * 100vw);
}

@media screen and (min-width: 760px) {

  .p-top-spec__chara01-pc {
    position: absolute;
    bottom: calc(41 / 1920 * 100vw);
    left: 1.5%;
    width: calc(353 / 1920 * 100vw);
  }

  .p-top-spec__chara02-pc {
    position: absolute;
    bottom: calc(37 / 1920 * 100vw);
    right: -0.1%;
    width: calc(291 / 1920 * 100vw);
  }
  .p-top-spec__chara-wrap {
    max-width: 1680px;
    margin: 0;
    position: initial;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-spec__chara-wrap {
    position: relative;
    margin: 66px auto -66px;
  }
  .p-top-spec__info-btn li a {
    font-size: 16px;
  }

  .p-top-spec__chara01-pc {
    bottom: -73px;
    width: 308.875px;
  }

  .p-top-spec__chara02-pc {
    bottom: -62.375px;
    width: 254.625px;
  }
}

@media screen and (min-width: 760px) {
  .p-top-spec__bg01-pc {
    padding-top: 0;
  }
}

.p-top-spec__online {
  width: 81.6500711238%;
  /* 574 / 703 * 100 */
  margin-top: 6%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 760px) {
  .p-top-spec__online {
    width: 82%;
    min-width: 490px;
    margin-top: 8%;
    padding-top: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #827157;
    font-weight: bold;
    border-top: 1px solid #d2c8b8;
  }

  .p-top-spec__online-br {
    display: none;
  }
}

@media screen and (min-width: 1000px) {
  .p-top-spec__online {
    width: 100%;
  }
}

.p-top-spec__online-text {
  display: block;
  color: #827157;
  /* 21 / 750 * 100 */
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  font-size: calc(18 / 1920 * 100vw);
}

.p-top-spec__online div {
  line-height: 1.6em;
  font-size: calc(19.39 / 1920 * 100vw);

}

@media screen and (min-width: 1000px) {
  .p-top-spec__online-text {
    /* 16 / 1920 * 100 */
    line-height: 2.8;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-spec__online-text {
    font-size: calc(17 / 1920 * 100vw);
  }
}

@media screen and (min-width: 760px) and (max-width: 999px) {
  .p-top-spec-info {
    width: 75% !important;
  }

  .p-top-spec__cero {
    left: 12.5% !important;
    width: 4.11237553343%;
    top: 28.33%;
  }

  .p-top-spec__amiibo {
    left: 15.6% !important;
    width: 5%;
    top: 28.33%;
  }

  .p-top-spec__btn {
    width: 48% !important;
    margin: 3% auto 4% !important;
  }

  .p-top-spec__ticket {
    /* width: 76% !important; */
    width: 54% !important;
    padding: 0 0% !important;
    height: auto !important;
    margin-top: 0 !important;
    margin-bottom: 3% !important;
  }

  .p-top-spec__ticket::before {
    width: 13% !important;
    height: 5.4vw !important;
    margin-left: -2% !important;
  }

  .p-top-spec__ticket a {
    letter-spacing: 0.11em;
  }

  .p-top-spec__inner {
    border-radius: 40px !important;
  }

  .p-top-spec__online-text {
    max-width: 100%;
    line-height: 1 !important;
  }

  /* .p-top-spec__online div{
    width: 90%;
    margin-left: 10%;
  } */
  .p-top-spec-info .heading {
    background-size: 11% auto;
    padding-left: 4%;
    width: 10.8em;
  }

  .p-top-spec-info .indent {
    padding-left: 0 !important;
    display: contents;
  }

  .p-top-spec-info p {
    line-height: 2em;
  }

  .p-top-spec__online-br {
    display: block;
  }

  .p-top-spec__online {
    margin-top: 10px;
  }

  .p-top-spec__info-btn li {
    margin-bottom: 2vw;
  }

  .p-top-spec__info-btn {
    display: flex;
    justify-content: center;
  }

  .p-top-spec__chara01-pc.is-tab {
    display: block;
    left: 1.166667%;
    bottom: calc(70 / 1920 * 100vw);
  }

  .p-top-spec__chara02-pc {
    display: block;
    right: 0.03125%;
    bottom: calc(70 / 1920 * 100vw);
  }
}

.p-top-spec__online-text a {
  text-decoration: underline;
}

.p-top-spec__online-text a:hover {
  text-decoration: none;
}

.p-top-spec__ticket {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  width: 81.6500711238%;
  /* 574 / 703 * 100 */
  height: 9.6vw;
  /* 72 / 750 * 100 */
  border-radius: 18px;
  margin: 0 auto 5%;
  color: #827157;
  font-size: 3vw;
  /* 17 / 750 * 100 */
  font-weight: 700;
  font-feature-settings: "palt";
  padding: 4% 1%;
}

@media screen and (min-width: 760px) {
  .p-top-spec__ticket {
    width: 79%;
    height: auto;
    margin-bottom: 3%;
    border-radius: 8px;
    font-size: 1.4rem;
    margin-top: 4%;
    line-height: 1.4em;
    padding: 2%;
    max-height: 3.6vw;
  }

  .p-top-spec__ticket a {
    font-size: calc(17 / 1920 * 100vw);
    text-align: center;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 1000px) {
  .p-top-spec__ticket {
    width: 100%;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-spec__ticket a {
    font-size: 15px;
  }

  .p-top-spec__ticket {
    max-height: 63.188px;
  }
}

.p-top-spec__ticket::before {
  display: inline-block;
  content: "";
  width: 19.6864111498%;
  /* 113 / 574 * 100 */
  height: 8.13333333333vw;
  /* 61 / 750 * 100 */
  margin-right: 1.74216027875%;
  /* 10 / 574 * 100 */
  background: url(../images/top/ticket_sp.png) no-repeat right center;
  background-size: contain;
}

@media screen and (max-width: 999px) {
  .p-top-spec__ticket::before {
    background: url(../images/top/ticket_sp.png) no-repeat left center;
    background-size: contain;
  }

  .p-top-spec__ticket {
    justify-content: center;
  }

  .p-top-spec_ticket .is-pc {
    display: none;
  }
}

@media screen and (min-width: 760px) {
  .p-top-spec__ticket::before {
    width: 17.6666666667%;
    height: 10vw;
    /* 38 / 1920 * 100 */
    margin-left: 1.96078431373%;
    /* 10 / 510 * 100 */
    background: url(../images/top/ticket_pc.png) no-repeat right center;
    background-size: contain;
  }
}

/* p-top-tanuki-kaihatsu */
.p-top-tanuki-kaihatsu__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-top-tanuki-kaihatsu__link:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}

.p-top-tanuki-kaihatsu img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 760px) {
  .p-top-spec {
    padding-bottom: 0;
  }
}

.p-top-spec__inner {
  position: relative;
  width: 66%;
  /* 703 / 750 * 100 */
  padding-top: 3%;
  padding-bottom: 3%;
  margin-right: 3.2%;
  /* 24 / 750 * 100 */
  margin-left: 3.2%;
  /* 24 / 750 * 100 */
  margin: 0 auto;
  background: #f8f8f0;
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (min-width: 1000px) {
  .p-top-spec__inner {
    width: calc(1280 / 1920 * 100vw);
    max-width: 1120px;
    padding-top: 2%;
    padding-right: 4%;
    padding-bottom: 2%;
    padding-left: 4%;
    margin: 0 auto;
    background-position: center;
    background-size: 100% auto;
    background: #f8f8f0;
    border-radius: 20px;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-spec__inner {
    padding-top: 33.594px;
    padding-right: 67.188px;
    padding-bottom: 33.594px;
    padding-left: 67.188px;
  }
}

.p-top-spec-info {
  width: 86.6500711238%;
  margin: 0 auto;
  font-size: 3.73333333333vw;
  /* 28 / 750 * 100 */
  font-weight: 700;
  line-height: 2.4;
  color: #827157;
}

.p-top-spec-info p {
  font-size: 1.4rem;
  font-size: calc(19.39 / 1920 * 100vw);
}

@media screen and (min-width: 1680px) {

  .p-top-spec-info {
    font-size: 17px;
    margin: 0 0 0 65.792px;
  }

  .p-top-spec-info p {
    font-size: 17px;
  }
}

@media screen and (max-width: 759px) {
  .p-top-spec-info {
    width: 85.6500711238% !important;
  }

  .p-top-spec-info .heading {
    padding-left: 9%;
  }

  .p-top-spec-info .heading {
    background-size: 14% auto;
  }

  .p-top-spec-info .heading {
    width: 40% !important;
  }

  .p-top-spec-info .indent {
    padding-left: 42% !important;
    font-size: calc(21 / 750 * 100vw) !important;
  }

  .p-top-spec__cero,
  .p-top-spec__amiibo {
    top: 28.33% !important;
  }

  .p-top-spec-info .indent {
    position: relative;
    display: block;
    margin-top: -2%;
  }

  .p-top-spec__ticket {
    margin-top: 2% !important;
    min-width: inherit !important;
  }

  .p-top-spec-info p {
    line-height: 2em;
    font-size: calc(23 / 750 * 100vw);
  }

  .p-top-spec__info-btn {
    justify-content: center !important;
    margin-left: 0% !important;
  }

  .p-top-spec__btn {
    width: 66% !important;
    margin: 9% auto 5% !important;
  }

  .p-top-spec__cero {
    width: 7.112376% !important;
    left: 7.103841% !important;
  }

  .p-top-spec__amiibo {
    width: 9.6% !important;
  }

  .p-top-spec__ticket {
    width: 88% !important;
    line-height: 1.6em !important;
  }

  .p-top-spec__ticket {
    border-radius: 8px !important;
    height: 14.6vw !important;
    padding: 2% 6% !important;
  }

  .p-top-spec__ticket::before {
    /* width: 25.686411% !important; */
    width: 37.686411% !important;
    height: 16.133333vw !important;
    margin-right: 5.94216%;
    margin-top: -2%;
  }

  .p-top-spec__ticket a {
    letter-spacing: 0;
  }

  .p-top-spec__online {
    width: 100%;
    color: #827157;
    font-weight: bold;
  }

  .p-top-spec__online-img {
    width: 27% !important;
    margin-left: 50% !important;
    transform: translateX(-50%);
    margin-bottom: calc(27 / 750 * 100vw);
  }

  .p-top-spec__online div {
    width: calc(614 / 750 * 100vw);
    margin: calc(22 / 750 * 100vw) auto 0;
    font-size: calc(22 / 750 * 100vw);
    text-align: center;
  }

  .p-top-spec__inner {
    padding-top: 7.6% !important;
    padding-bottom: 10% !important;
  }

  .p-top-spec__info-btn li {
    padding-left: 3%;
  }

  .p-top-spec__online-br {}

  .p-top-spec__online a {
    text-decoration: underline;
  }

  .p-top-spec__chara01-pc.is-tab {
    display: none;
  }

  .p-top-spec__chara02-pc.is-tab {
    display: none;
  }
}

@media screen and (min-width: 1680px) {
  .p-top-spec__online div {
    font-size: 18px;
  }
}

@media screen and (min-width: 760px) {
  .js-image-switch.pc {
    display: block !important;
  }
}

@media screen and (max-width: 759px) {
  .js-image-switch.sp {
    display: block !important;
  }
}

/* ========================================
	modal
======================================== */
.l-modal {
  z-index: 11000;
}

/* calendar_modal */
.l-modal__bg {
  background-image: url(../images/top/modal_bg.jpg);
  background-repeat: repeat;
  background-size: auto;
}

.p-top-calendar_modal-wrap {
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-top: calc(60 / 750 * 100vw);
  padding-right: calc(24 / 750 * 100%);
  padding-bottom: calc(55 / 750 * 100vw);
  padding-right: calc(29 / 750 * 100%);
  margin-left: calc(24 / 750 * 100%);
  margin-right: calc(24 / 750 * 100%);
  border-radius: 20px;
  background-color: #fff;
  z-index: 0;
}

.p-top-calendar_modal-body {
  padding-top: 0;
}

.p-top-calendar-area__ttl {
  margin-bottom: calc(40 / 750 * 100vw);
  color: #827157;
  font-size: calc(34 / 750 * 100vw);
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}

.p-top-calendar-area__list {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: calc(649 / 726 * 100%);
  margin: 0 auto;
  padding: 0;
}

.p-top-calendar-area__item {
  position: relative;
  display: block;
  width: calc(310 / 649 * 100%);
  padding: calc(40 / 750 * 100vw) 0 calc(24 / 750 * 100vw);
  border-radius: 20px;
  background-color: #fcf6df;
  text-align: center;
}

.p-top-calendar-area__item:hover {
  text-decoration: none;
}

.p-top-calendar-area__item::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(10 / 750 * 100vw);
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background-color: #f0e169;
  z-index: -1;
}

.p-top-calendar-area__img {
  display: block;
  width: calc(160 / 310 * 100%);
  margin: 0 auto calc(23 / 750 * 100vw);
}

.p-top-calendar-area__txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: calc(19 / 750 * 100vw);
  color: #827157;
  font-size: calc(28 / 750 * 100vw);
  font-weight: 700;
  line-height: 1;
}

.p-top-calendar-area__img02 {
  width: calc(129 / 310 * 100%);
  margin-right: calc(7 / 310 * 100%);
}

.p-top-calendar-area__note {
  font-size: calc(20 / 750 * 100vw);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.p-top-calendar-area__note--north {
  color: #19c8b9;
}

.p-top-calendar-area__note--south {
  color: #f5a05f;
}

.p-top-calendar_modal-wrap .l-modal_close {
  width: calc(75 / 750 * 100%);
  height: calc(76 / 750 * 100vw);
  top: calc(-113 / 750 * 100vw);
  right: 0;
  cursor: pointer;
}

@media screen and (max-width: 759px) {
  .p-top-spec__inner {
    width: 90%;
    border-radius: 30px;
  }

  .p-top-spec-info p {
    font-size: calc(24 / 750 * 100vw);
    padding-bottom: calc(17 / 750 * 100vw);
  }

  .p-top-spec__online-text {}

  .p-top-spec__online p {
    font-size: 3vw;
  }
}

@media screen and (min-width: 760px) {
  #ncommon-purchase-v2 {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
  }

  #ncommon-purchase-v2.active {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 759px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }
}

@media screen and (max-width: 1201px) {
  ::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none;
  }
}

.simplebar-track {
  background-color: #d7b496;
  border-radius: 100px;
}


.c-gnav-top {
  background: #f8f8f0;
  padding: calc(58 / 750 * 100vw) 0 0;
  margin-bottom: calc(40 / 750 * 100vw);
}

.c-gnav-top__item {
  padding: 0 calc(56 / 750 * 100vw) 0;
}

.c-gnav-top__item a {
  display: block;
}

.c-gnav-top__item a img {
  display: block;
  margin: 0 auto;
}

.c-gnav-top__list li:nth-child(1) {
  padding: 0 calc(56 / 750 * 100vw);
}

.c-gnav-top__list li:nth-child(1) img {}

.c-gnav-top__list li:nth-child(5) {
  padding: 0 calc(56 / 750 * 100vw) calc(62 / 750 * 100vw);
}

.c-gnav-top__list li:nth-child(6) {
  background: url(../images/top/drawer_bg.png) top left no-repeat;
  padding: calc(66 / 750 * 100vw) calc(122 / 750 * 100vw) calc(64 / 750 * 100vw);
}

.c-gnav-top__list .c-drawer-close {
  padding-bottom: 0;
}

@media screen and (min-width: 760px) {
  #globalFooter #footer_main {
    display: none;
  }
  #globalFooter #footer_main .nav-acbaa {
    padding: 0 0 calc(60 /1920 * 100vw) 0 !important;
  }
}

@media screen and (min-width: 1680px) {
  #globalFooter #footer_main {
    padding-top: 52.5px;
    margin-top: -8.75px !important;
    height: 470.75px !important;
  }
  #globalFooter #footer_main .nav-acbaa {
    max-width: 1120px;
    padding: 0 0 52.5px 0 !important;
  }
}

@media screen and (max-width: 759px) {
  #globalFooter #footer_main {
    padding-top: calc(44 / 750 * 100vw) !important;
  }
}