@charset "UTF-8";

/* ========================================
  common
======================================== */
body.is-modal{
  height: 100vh;
  overflow: hidden;
}

.l-main {
  width: 100%;
  background-image: url(../images/top/content_bg01_sp.jpg);
  background-repeat: repeat-y;
  background-position: 50% 0;
  background-size: 100% auto;
}

@media screen and (min-width: 760px) {
  .l-main {
    background-image: url(../images/top/content_bg01_pc.jpg);
    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;
  }
}
.c-footer__pagetop {
  position: absolute;
  top: -54px;
  right: 0;
  width: 113px;
  cursor: pointer;
}

@media screen and (min-width: 760px) {
  .c-footer__pagetop {
    position: absolute;
    top: -115px;
    right: 30px;
    width: 158px;
  }
}

@media screen and (min-width: 1500px) {
  .c-footer__pagetop {
    top: -90px;
  }
}

@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: 50%;
}

@media screen and (min-width: 760px) {
  .p-top-visual {
    background-position: 50% 50%;
		background-size: cover;
		padding-bottom: 0;
  }
}

.p-top-visual__inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 204.533333333vw; /* 1534 / 750 * 100 */
}

@media screen and (max-width: 759px) {
  .p-top-visual {
    padding-bottom: 0;
    margin-bottom: 11%;
  }
	}

@media screen and (min-width: 760px) {
  .p-top-visual__inner {
    width: 66.6666666667%; /* 1280 / 1920 * 100 */
		max-width: 2000px;
		margin: 0 auto;
		padding-top: 50.2604166667%; /* 965 / 1920 * 100 */
  }
}
@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-bg1 {
	background-image: url(../images/top/visual_bg01_sp.jpg);
}
.p-top-visual-bg2 {
	background-image: url(../images/top/visual_bg02_sp.png);
}
@media screen and (min-width: 760px) {
	.p-top-visual-bg1 {
		background-image: url(../images/top/visual_bg01_pc.jpg);
	}
	.p-top-visual-bg2 {
		background-image: url(../images/top/visual_bg02_pc.jpg);
	}
}
.p-top-visual__logo {
  position: absolute;
  top: 3vw;
  left: 5%;
  right: 0;
  width: 59.2%;
  padding-top: 0;
  z-index: 1;
  display: block;
}

@media screen and (min-width: 760px) {
  .p-top-visual__logo {
    position: absolute;
		top: 1.55440414508%; /* 15 / 965 * 100 */
		left: -20.3125%; /* -260 / 1280 * 100 */
		right: inherit;
		width: 54.921875%; /* 703 / 1280 * 100 */
		padding-top: 0;
    /* display: none; */
  }
}
@media screen and (min-width: 1366px) {
	.p-top-visual__logo {
		top: 11px;
		width: 480px;
	}
}
@media screen and (min-width: 1920px) {
	.p-top-visual__logo {
		left: 0;
	}
}
.p-top-visual__banner {
  left: 5%;
  position: absolute;
  width: 48%;
  margin: 0 auto;
  z-index: 1;
  top: -29%;
}
.p-top-visual__banner a img{
  transition: .3s;
}
.p-top-visual__banner a:hover img{
  filter: brightness(1.1);
}
.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: 0;
    width: 20%;
    right: 50px;
    margin-top: -11.5%;
  }
}
@media screen and (max-width: 900px) {
  .p-top-visual__movie {
    top: -48%;
  }
}

@media screen and (max-width: 759px) {
	.p-top-visual__movie {
    top: -14%;
    left: 0;
    right: 0;
	}
  .p-top-visual__banner {
    top: -4.2%;
    left: 0;
    right: 0;
    width: 90%;
}
}



.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;
  }
}
@media screen and (min-width: 1366px) {
	.p-top-visual__frame {
    top: 557px;
    width: 471px;
	}
}
.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;
		margin-top: -1.30208333333vw; /* -25 / 1920 * 100 */
		padding-top: 1.30208333333vw;
		background-image: url(../images/top/content_bg01_top_pc.png);
		background-repeat: no-repeat;
		background-position: 50% 0;
		background-size: contain;
	}
}
@media screen and (min-width: 760px) {
  .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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding-top: 5%;
    padding-bottom: 0;
    width: 66.6666666667%; /* 1280 / 1920 * 100 */
    max-width: 2000px;
    margin: 0 auto;
  }
}

.p-top-news {
  position: relative;
  width: 100%;
  padding-bottom: 5%;
  z-index: 1;
}
@media screen and (min-width: 760px) {
    .p-top-news {
      width: 100%;
      padding: 0;
  }
}
.p-top-news__inner {
  width: 87.2%; /* 654 / 750 * 100 */
  margin-left: 5.46666666667%; /* 41 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-top-news__inner {
    min-height: inherit;
    display: -webkit-box;
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}
.p-top-news__h {
  width: 101.0703363914373%; /* 661 / 654 * 100 */
  margin-left: -1.0703363914373087%; /* -7 / 654 * 100 */
}
@media screen and (min-width: 760px) {
  .p-top-news__h {
    width: 12.109375%;
    margin-left: -0.546875%;
    margin-top: -1%;
    margin-bottom: 1%;
  }
}
.p-top-news__list {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 760px) {
  .p-top-news__list {
    width: 100%;
    margin-left: -3%;
    margin-bottom: 2%;
  }
}
.p-top-news__item {
  position: relative;
  padding-top: 2%;
  padding-bottom: 0;
  padding-left: 0;
  color: #483c23;
  font-size: 3.73333333333vw; /* 28 / 750 * 100 */
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (min-width: 760px) {
  .p-top-news__item {
    padding-top: 1%;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 0.9375vw; /* 18 / 1920 * 100 */
    font-weight: 700;
    line-height: 1.6;
    display: flex;
    justify-content: space-between;
  }
  .p-top-news__item:first-child {
    background: none;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.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: 22%;
    padding-left: 0;
    display: flex;
    justify-content: flex-end;
    margin-right: 2%;
  }
}
.p-top-news__text {
  display: block;
  color: #483c23;
  padding-left: 4.5871559633%; /* 30 / 654 * 100 */
  background-image: url(../images/top/news_arrow_icn_sp.png);
  background-repeat: no-repeat;
  background-position: 0 0.5em;
  background-size: 7px auto;
}
@media screen and (min-width: 760px) {
  .p-top-news__text {
    display: inline-block;
    width: 100%;
    padding-left: 1.5%;
    background-image: url(../images/top/news_arrow_icn_pc.png);
    background-repeat: no-repeat;
    background-position: 0 0.4em;
    background-size: 1.1% auto;
  }
}

.p-top-content__wrap02 {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 760px) {
  .p-top-content__wrap02 {
    margin-bottom: 4%;
  }
}

.p-top-content__wrap02-inner {
  width: 100%;
}

@media screen and (min-width: 760px) {
  .p-top-content__wrap02-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    width: 66.6666666667%; /* 1280 / 1920 * 100 */
    max-width: 2000px;
    margin: 0 auto;
  }
}



.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 */
}
@media screen and (min-width: 760px) {
  .p-top-sns {
    display: block;
    width: 17.1875%; /* 220 / 1280 * 100 */
    margin: 0;
    margin-top: 1.5%;
  }
}
.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-item {
    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 {
  position: relative;
  width: 100%;
  padding-bottom: 5%;
  z-index: 1;
}
@media screen and (min-width: 760px) {
    .p-top-event {
      width: 48.4375%; /* 620 / 1280 * 100 */
      padding: 0;
  }
}
.p-top-event__inner {
  width: 93.60000000000001%; /* 702 / 750 * 100 */
  padding-top: 3.2vw; /* 24 / 750 * 100 */
  padding-right: 3.2%; /* 24 / 750 * 100 */
  padding-bottom: 3.2vw; /* 24 / 750 * 100 */
  padding-left: 3.2%; /* 24 / 750 * 100 */
  margin-left: 3.2%; /* 24 / 750 * 100 */
  background-color: rgba(70, 170, 107, 0.5);
  border-radius: 5px;
}
@media screen and (min-width: 760px) {
  .p-top-event__inner {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding-top: 1.0416666666666665vw; /* 20 / 1920 * 100 */
    padding-right: 3.225806451612903%; /* 20 / 620 * 100 */
    padding-bottom: 1.0416666666666665vw; /* 20 / 1920 * 100 */
    padding-left: 3.225806451612903%; /* 20 / 620 * 100 */
    border-radius: 10px;
  }
}
.p-top-event__h {
  width: 56.55270655270655%; /* 397 / 702 * 100 */
  margin-bottom: 2.666666666666667vw; /* 20 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-top-event__h {
    width: 44.354838709677416%; /* 275 / 620 * 100 */
    margin-bottom: 1.0416666666666665vw; /* 20 / 1920 * 100 */
  }
}
.p-top-event-list {
  margin-bottom: 3.46666666667vw;
  padding: 0;
}
@media screen and (min-width: 760px) {
  .p-top-event-list {
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
}
.p-top-event__note{
  display: block;
    margin-top: 1.33333333333vw;
    color: #fff;
    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: 0.9375vw; /* 18 / 1920 * 100 */
  }
}
.p-top-event__date {
  width: auto;
  margin-right: 1%;
}
.p-top-event__detail {
  flex: 1;
}
.p-top-event__btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.p-top-event__btn-item {
  width: 100%; /* 654 / 654 * 100 */
}

/* .p-top-season */
.p-top-season {
  position: relative;
  width: 100%;
  padding-bottom: 10%;
  z-index: 1;
}
@media screen and (min-width: 760px) {
    .p-top-season {
      width: 48.4375%; /* 620 / 1280 * 100 */
      padding: 0;
  }
}
.p-top-season__inner {
  width: 93.60000000000001%; /* 702 / 750 * 100 */
  height: 100%;
  padding-top: 3.2vw; /* 24 / 750 * 100 */
  padding-right: 3.2%; /* 24 / 750 * 100 */
  padding-bottom: 3.2vw; /* 24 / 750 * 100 */
  padding-left: 3.2%; /* 24 / 750 * 100 */
  margin-left: 3.2%; /* 24 / 750 * 100 */
  background-color: rgba(70, 170, 107, 0.5);
  border-radius: 5px;
}
@media screen and (min-width: 760px) {
  .p-top-season__inner {
    display: flex;
    flex-flow: column;
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
    padding-top: 1.0416666666666665vw; /* 20 / 1920 * 100 */
    padding-right: 3.225806451612903%; /* 20 / 620 * 100 */
    padding-bottom: 1.0416666666666665vw; /* 20 / 1920 * 100 */
    padding-left: 3.225806451612903%; /* 20 / 620 * 100 */
    border-radius: 10px;
  }
}
.p-top-season__h {
  width: 94.30199430199431%; /* 662 / 702 * 100 */
  margin-bottom: 2.666666666666667vw; /* 20 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-top-season__h {
    width: 74.51612903225806%; /* 462 / 620 * 100 */
    margin-bottom: 1.0416666666666665vw; /* 20 / 1920 * 100 */
  }
}
.p-top-season-list {
  margin: 0;
  padding: 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;
  margin-bottom: 2%;
}
@media screen and (min-width: 760px) {
  .p-top-season-item {
    font-size: 0.9375vw;; /* 18 / 1920 * 100 */
  }
}
.p-top-season__date {
  width: auto;
  margin-right: 1%;
}
.p-top-season__detail {
  flex: 1;
}

/* p-top-timeline */
.p-top-timeline {
  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 {
    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);
  }

  .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.5rem;
    line-height: 1.6;
    -webkit-line-clamp: 5;
}
@media screen and (min-width: 760px) {
  .p-top-timeline .timeline-card-title {
    font-size: 1.6rem;
    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.6rem;
    bottom: 2rem;
    right: 2rem;
  }
}

.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: .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 */
.p-top-btn-box {
  margin-top: 7%;
}
@media screen and (min-width: 760px) {
  .p-top-btn-box {
    margin-top: 0;
    margin-bottom: 3%;
    padding-top: 6.5%;
    background-image: url(../images/top/btn-box_bg01_pc.png),url(../images/top/btn-box_bg02_pc.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 0 36%,100% 34%;
    background-size: 26.09375% auto,27.552%,auto;
  }
}

/* p-top-slowlife */
.p-top-slowlife {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 5%;
}
@media screen and (min-width: 760px) {
  .p-top-slowlife {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-top-slowlife__inner {
  position: relative;
  width: 93.60000000000001%; /* 702 / 750 * 100 */
  margin: 0 auto;
}
@media screen and (min-width: 760px) {
  .p-top-slowlife__inner {
    width: 66.6666666667%; /* 1280 / 1920 * 100 */
    max-width: 2000px;
    margin: 0 auto;
  }
}
@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: 0;
  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: -1.5625%; /* -20 / 1280 * 100 */
    width: 19.453125%; /* 249 / 1280 * 100 */
  }
}

/* p-top-guid */
.p-top-guid {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 3%;
}
@media screen and (min-width: 760px) {
  .p-top-guid {
    margin-top: 4%;
    padding-top: 0;
    padding-bottom: 3%;
  }
}

.p-top-guid__inner {
  position: relative;
  width: 100%; /* 702 / 750 * 100 */
  margin: 0 auto 3%;
}
@media screen and (min-width: 760px) {
  .p-top-guid__inner {
    width: 66.6666666667%; /* 1280 / 1920 * 100 */
    max-width: 2000px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 760px) {
  .p-top-guid__btn {
    display: inline-block;
    width: 93.53125%;
    margin-left: 0%;
  }
}
@media screen and (min-width: 760px) {
  .p-top-guid__chara01 {
    position: absolute;
    top: 1.53125vw;
    left: -8.5%;
    width: 37%;
    pointer-events: none;
  }
  .p-top-guid__chara02 {
    position: absolute;
    top: -2.46875vw;
    left: 59.5%;
    width: 41%;
    pointer-events: none;
  }
}

/* p-top-btn-box01 */
@media screen and (min-width: 760px) {
  .p-top-btn-box01 {
    position: relative;
    width: 66.6666666667%; /* 1280 / 1920 * 100 */
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
}

/* p-top-namelist */
.p-top-namelist {
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.p-top-btn-box02{
  width: 66.66666%;
  margin-top: 3%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.p-top-btn-box02 .p-top-namelist {
  width: 67%;
  margin-top: 5%;
  margin-right: 18%;
}
.p-top-btn-box02 .p-top-manga {
  width: 34%;
  margin-top: 2.5%;
  margin-right: 3%;
}
@media screen and (min-width: 760px) {
  .p-top-namelist {
    width: 54.84375%; /* 702 / 1280 * 100 */
    margin: 2% auto 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.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: 100%;
    margin: 0;
  }
}
.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: 4.84375vw; /* 93 / 1920 * 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%;
  }
  .p-top-btn-box02 .p-top-namelist {
    width: 100%;
    margin-left: 0;
    margin-top: 5%;
  }
  .p-top-btn-box02 .p-top-namelist .p-top-namelist__inner{
    width: 98%;
    margin-left: 2%;
  }
  .p-top-btn-box02 .p-top-manga {
    width: 86%;
    margin-left: 7%;
    margin-top: 5%;
  }
}

@media screen and (min-width: 760px) {
  .p-top-portal {
    width: 38.515625%; /* 493 / 1280 * 100 */
    margin-top: 2%;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.p-top-portal__inner {
  position: relative;
  width: 93.60000000000001%; /* 702 / 750 * 100 */
  margin: 0 auto 3%;
}
@media screen and (min-width: 760px) {
  .p-top-portal__inner {
    width: 100%;
    margin: 0;
  }
}
.p-top-portal__img01 {
  width: 98.9333333333%; /* 742 / 750 * 100 */
  margin-left: 1.06666666667%; /* 8 / 750 * 100 */
  margin-bottom: 4%;
}

/* p-top-bnr */
.p-top-bnr {
  position: relative;
  width: 100%;
  z-index: 1;
}

.p-top-bnr__inner {
  width: 90.6666666667%; /* 680 / 750 * 100 */
  margin: 5% auto 10%;
}

@media screen and (min-width: 760px) {
  .p-top-bnr__inner {
    width: 66.6666666667%; /* 1280 / 1920 * 100 */
    max-width: 2000px;
    margin: 0 auto 5%;
    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-bottom: 3%;
}
@media screen and (min-width: 760px) {
  .p-top-bnr__box01 {
    width: 53.125%; /* 680 / 1280 * 100 */
    margin-bottom: 0;
  }
}
@media screen and (min-width: 760px) {
  .p-top-bnr__box02 {
    width: 44.140625%; /* 565 / 1280 * 100 */
    margin: 0 auto;
  }
}
.p-top-bnr__item {
  margin-top: 4.5%;
}
@media screen and (min-width: 760px) {
  .p-top-bnr__item {
    margin-top: 3%;
  }
}
.p-top-bnr__item:first-child {
  margin-top: 0;
}

/* p-top-spec */
.p-top-spec {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 760px) {
  .p-top-spec {
    padding-bottom: 0;
  }
}
.p-top-spec__inner {
  position: relative;
  width: 93.7333333333%; /* 703 / 750 * 100 */
  padding-top: 18%;
  padding-bottom: 18%;
  margin-right: 3.2%; /* 24 / 750 * 100 */
  margin-left: 3.2%; /* 24 / 750 * 100 */;
  margin: 0 auto;
  background-image: url(../images/top/spec_box_bg_sp.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (min-width: 760px) {
  .p-top-spec__inner {
    width: 67.666667%; /* 1280 / 1920 * 100 */
    max-width: 2000px;
    padding-top: 4%;
    padding-right: 7%;
    padding-bottom: 4.9%;
    padding-left: 4%;
    margin: 0 auto;
    background-image: url(../images/top/spec_box_bg_pc.png);
    background-size: 100% auto;
    display: flex;
    align-items: center;
  }
}
.p-top-spec-info {
  width: 81.6500711238%;
  margin: 0 auto;
  font-size: 3.73333333333vw; /* 28 / 750 * 100 */
  font-weight: 700;
  line-height: 2.4;
  color: #827157;
}
@media screen and (min-width: 760px) {
  .p-top-spec-info {
    width: auto;
    font-size: 0.83333333333vw; /* 16 / 1920 * 100 */
    line-height: 2.8;
    width: 40%;
  }
}

.p-top-spec__gamettl + .p-top-spec__release {
  margin-top: 2%;
}
@media screen and (min-width: 760px) {
  .p-top-spec__gamettl + .p-top-spec__release {
    margin-top: 0;
  }
}

.p-top-spec-info .heading {
  display: block;
  width: 9.8em;
  background-image: url(../images/top/spec_info_icn_sp.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 18% auto;
  padding-left: 10%;
  position: relative;
}
@media screen and (min-width: 760px) {
  .p-top-spec-info .heading {
    display: inline-block;
    width: 11em;
    background-image: url(../images/top/spec_info_icn_pc.png);
    background-size: 14% auto;
    padding-left: 8.5%;
    margin-right: 2%;
  }
}

.p-top-spec-info .heading::after {
  content: ":";
  display: inline-block;
  margin-left: 2%;
}
@media screen and (min-width: 760px) {
  .p-top-spec-info .heading::after {
    content: ":";
    display: inline-block;
    position: absolute;
    right: 0;
  }
}

.p-top-spec-info .indent {
  position: relative;
  display: block;
  width: 110%;
  padding-left: 12em;
  font-size: 2.8vw; /* 21 / 750 * 100 */
}
@media screen and (min-width: 760px) {
  .p-top-spec-info .indent {
    width: auto;
    line-height: 1;
    padding-left: 14.5em;
    font-size: 0.72916666666vw; /* 14 / 1920 * 100 */
  }
}
.p-top-spec__icon {
  width: 81.6501%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin: auto;
  margin: 7% auto;
}
@media screen and (min-width: 760px) {
  .p-top-spec__icon {
    width: 23.136364%;
    margin: 0;
  }
}

.p-top-spec__cero {
  position: absolute;
  top: 33%;
  left: 9.10384068279%; /* 64 / 703 * 100 */
  width: 7.11237553343%; /* 50 / 703 * 100 */
}
@media screen and (min-width: 760px) {
  .p-top-spec__cero {
    top: 20%;
    left: 41%;
    width: 3.90625%; /* 50 / 1280 * 100 */
  }
}
.p-top-spec__esrb {
  width: 18.136364%;
  margin-right: 5%;
}
@media screen and (min-width: 760px) {
  .p-top-spec__esrb {
    width: 28.90625%;
    margin-right: 10px;
  }
}
.p-top-spec__amiibo {
  width: 20%;
}
@media screen and (min-width: 760px) {
  .p-top-spec__amiibo {
    width: 34%;
  }
}
@media screen and (min-width: 760px) {
  .p-top-spec__box {
    width: 34%;
    margin: 0;
  }
}
.p-top-spec__btn {
  width: 81.6500711238%; /* 574 / 703 * 100 */
  margin: auto;
}

@media screen and (min-width: 760px) {
  .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:3%;
  padding-left: 4%;
  padding-right: 0;
  background: url(../images/top/spec_arrow_icn_sp.png) 0 50% no-repeat;
  background-size: auto 80%;
  color: #827157;
  font-size: 2.8vw; /* 21 / 750 * 100 */
  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 70%;
    font-size: 0.72916666666vw; /* 14 / 1920 * 100 */
  }
}
.p-top-spec__chara01-sp {
  position: relative;
  width: 100%;
  margin-top: 1%;
  padding-bottom: 10%;
}
@media screen and (min-width: 760px) {
  .p-top-spec__chara01-pc {
    position: absolute;
    bottom: 26%;
    left: 4.166666666666666%; /* 80 / 1920 * 100 */
    width: 15.208333333333332%; /* 292 / 1920 * 100 */
  }
  .p-top-spec__chara02-pc {
    position: absolute;
    bottom: 26%;
    right: 2.03125%; /* 39 / 1920 * 100 */
    width: 21.614583333333336%; /* 415 / 1920 * 100 */
  }
}
@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: 4%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 760px) {
  .p-top-spec__online {
    width: auto;
    margin-top: 4.5%;
  }
}
.p-top-spec__online-text {
  width: 100%;
  display: block;
  color: #827157;
  font-size: 2.8vw; /* 21 / 750 * 100 */
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (min-width: 760px) {
  .p-top-spec__online-text {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 0.83333333333vw; /* 16 / 1920 * 100 */
    line-height: 2.8;
  }
}
.p-top-spec__online-text a {
  text-decoration: underline;
}
.p-top-spec__online-text a:hover {
  text-decoration: none;
}
.p-top-spec__online-text:before {
  display: block;
  content: "";
  width: 26.4808362369%; /* 152 / 574 * 100 */
  height: 5.46666666667vw; /* 41 / 750 * 100 */
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 4.52961672474%; /* 26 / 574 * 100 */
  background: url(../images/top/online.png) no-repeat left center;
  background-size: contain;
}
@media screen and (min-width: 760px) {
  .p-top-spec__online-text:before {
    display: inline-block;
    width: 11.875%; /* 152 / 1280 * 100 */
    height: 2.13541666667vw; /* 41 / 1920 * 100 */
    margin-right: 1.640625%; /* 21 / 1280 * 100 */
    margin-left: inherit;
    margin-bottom: 0;
  }
}
.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 4%;
  color: #827157;
  font-size: 2.26666666667vw; /* 17 / 750 * 100 */
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: -0.05em;

}
@media screen and (min-width: 760px) {
  .p-top-spec__ticket {
    width: 100%;
    height: 2.08333333333vw; /* 40 / 1920 * 100 */
    margin-bottom: 4%;
    border-radius: 20px;
    font-size: 0.72916666666vw; /* 14 / 1920 * 100 */
  }
}
.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 (min-width: 760px) {
  .p-top-spec__ticket::before {
    width: 16.6666666667%; /* 85 / 510 * 100 */
    height: 1.97916666667vw; /* 38 / 1920 * 100 */
    margin-right: 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;
}


/* ========================================
	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 (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: 760px) {
  .pc{
    display: none;
    }
    .sp{
    display: block;
    }
}
