/*==========================================
 MAIN SLIDER
===========================================*/
@media screen and (max-width: 768px) {

}
.slide_ico {
  width: 50%;
  max-width: 318px;
  position: absolute;
  bottom: -5%;
  right: -7.5%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .slide_ico {
    width: 27.017841971113%;
    bottom: 0;
    right: -4.5%;
  }
}
.slide_text {
  width: 65%;
  max-width: 489px;
  position: absolute;
  top: 70%;
  left: 4.198473282442748%;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .slide_text {
    width: 41.54630416312659%;
    top: 65%;
    left: 4.198473282442748%;
  }
}
.slide_scroll {
  font-size: 12px;
  font-weight: bold;
  color: #333;
  writing-mode: vertical-rl;
  position: absolute;
  bottom: 10%;
  left: -4%;
}
@media screen and (max-width: 768px) {
  .slide_scroll {
    display: none;
  }
}
.slide_scroll span {
  display: block;
  position: absolute;
  bottom: 13rem;
  left: 0;
  line-height: 0.75;
}
.slide_scroll::before, .slide_scroll::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0.5rem;
  width: 1px;
  height: 12rem;
  margin: 0 auto;
}
.slide_scroll::before {
  background-color: #D20021;
}
.slide_scroll::after {
  background-color: #ccc;
  -webkit-animation: scroll 1.5s ease-in-out 0s infinite;
  animation: scroll 1.5s ease-in-out 0s infinite;
}
.slide_scroll_line {
  position: absolute;
  z-index: 1;
  top: -37rem;
  left: 50%;
  -webkit-transform: translateX(-28rem);
  transform: translateX(-28rem);
}
@-webkit-keyframes scroll {
  0% {
    height: 12rem;
  }
  100% {
    height: 0;
  }
}
@keyframes scroll {
  0% {
    height: 12rem;
  }
  100% {
    height: 0;
  }
}
/*==========================================
 NEWS
===========================================*/
.news {
  background: #fff;
  border-radius: 25px;
  position: relative;
}
.news_box {
  width: 100%;
  position: relative;
  padding: 20px;
  transition: .75s;
}
.news_box:hover {
  opacity: .5;
}
.news_box::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/news_arrow.svg") no-repeat;
  position: absolute;
  top: 20px;
  right: 25px;
  transition: .75s !important;
}
.news_box:hover::after {
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/news_arrow_on.svg") no-repeat;
  position: absolute;
  top: 20px;
  right: 25px;
  transition: .75s !important;
}
.news_ico1 {
  font-size: 14px;
  line-height: 20px;
  color: #D20021;
  position: absolute;
  right: 50px;
}
h2.news_title {
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  width: 100%;
}
.news_days {
  font-size: 12px;
  line-height: 20px;
  font-weight: bold;
  color: #A2A2A2;
  width: 100%;
  padding-top: 10px;
}
.news_text {
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
}
.news_text p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .news_box {
    padding: 20px 0;
  }
  .news_box::after {
    width: 36px;
    height: 36px;
    background: url("../images/pc/news_arrow.svg") no-repeat;
    top: 10px;
    right: 15px;
    transition: .75s !important;
  }
  .news_box:hover::after {
    width: 36px;
    height: 36px;
    background: url("../images/pc/news_arrow_on.svg") no-repeat;
    top: 10px;
    right: 15px;
    transition: .75s !important;
  }
  .news_ico1 {
    font-size: 14px;
    line-height: 20px;
    right: 60px;
  }
  h2.news_title {
    font-size: 20px;
    width: 70px;
    margin-left: 40px;
  }
  .news_days {
    font-size: 13px;
    width: 80px;
    margin-left: 20px;
    padding-top: 0;
  }
  .news_text {
    width: calc(100% - 380px);
    margin-left: 20px;
    padding-top: 0;
  }
  .news_text p {
    font-size: 14px;
  }
}
/*==========================================
 TOPICS
===========================================*/
.info_title1 {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.info_title2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .info_title1 {
    font-size: 14px;
  }
  .info_title2 {
    font-size: 32px;
  }
}
.info_title3 {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding: 5px 0;
  width: 224px;
  margin: auto;
}
.info_title3::before, .info_title3::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: '';
}
.info_title3::before {
  border-left: solid 1px;
  left: 0;
  transform: rotate(-30deg);
}
.info_title3::after {
  border-right: solid 1px;
  right: 0;
  transform: rotate(30deg);
}
.slide2 {
  width: 100%;
  overflow-x: hidden;
  padding: 0 30px;
  position: relative;
}
.info .swiper-wrapper {
  width: 100%;
}
.swiper-container2 .swiper-wrapper {
  padding-bottom: 50px;
}
.swiper-container2 .swiper-pagination-bullet {
  background: #A2A2A2;
}
.swiper-container2 .swiper-pagination-bullet-active {
  background-color: #D20021;
}
.swiper-container2 .swiper-slide {
  cursor: pointer;
}
.swiper-container2 .swiper-slide:hover {
  opacity: 0.7;
}
.swiper-container2 .swiper-button-prev {
  height: 50px;
  width: 50px;
  top: 45%;
  left: 3%;
}
.swiper-container2 .swiper-button-next {
  height: 50px;
  width: 50px;
  top: 45%;
  right: 3%;
}
.swiper-container2 .swiper-button-prev::after, .swiper-container2 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
.swiper-container2 .swiper-button-prev::after {
  background-image: url(../images/prev.svg);
  transition: .75s !important;
}
.swiper-container2 .swiper-button-next::after {
  background-image: url(../images/next.svg);
  transition: .75s !important;
}
.swiper-container2 .swiper-button-prev:hover::after {
  background-image: url(../images/prev_on.svg);
}
.swiper-container2 .swiper-button-next:hover::after {
  background-image: url(../images/next_on.svg);
}
@media screen and (min-width: 769px) {
  .swiper-container2 {
    width: 90%;
    margin: auto;
    overflow: hidden;
  }
  .swiper-container2 .swiper-button-prev {
    left: 0;
  }
  .swiper-container2 .swiper-button-next {
    right: 0;
  }
}
/*==========================================
 FEATURE
===========================================*/
.feature {
  margin-top: 0;
}
.feature_title1 {
  font-size: 13px;
  font-weight: 600;
}
.feature_title2 {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .feature {
    margin-top: -50px;
  }
  .feature_title2 {
    font-size: 54px;
    font-weight: 600;
  }
}
.box {
  opacity: 0;
}
.feature_ico1 {
  width: 12%;
  max-width: 76px;
  position: absolute;
  top: -30%;
  right: 12%;
}
.feature_ico2 {
  width: 7%;
  max-width: 47px;
  position: absolute;
  top: 7%;
  right: 45%;
}
.feature_ico3 {
  width: 20%;
  max-width: 155px;
  position: absolute;
  top: 20%;
  right: 25%;
}
.feature_ico4 {
  width: 10%;
  max-width: 68px;
  position: absolute;
  top: 70%;
  right: 17%;
}
.feature_ico5 {
  width: 5%;
  max-width: 38px;
  position: absolute;
  top: -70%;
  right: 5%;
}
.feature_ico6 {
  width: 30%;
  max-width: 276px;
  position: absolute;
  top: 24%;
  right: -15%;
}
@media screen and (min-width: 769px) {
  .feature_ico1 {
    width: 7.037037037037037%;
    top: -10%;
    right: 4.5%;
  }
  .feature_ico2 {
    width: 4.351851851851852%;
    top: 27%;
    right: 27%;
  }
  .feature_ico3 {
    width: 14.35185185185185%;
    top: 40%;
    right: 12%;
  }
  .feature_ico4 {
    width: 6.296296296296296%;
    top: 80%;
    right: 7%;
  }
  .feature_ico5 {
    width: 3.518518518518519%;
    top: -70%;
    right: 0;
  }
  .feature_ico6 {
    width: 25.55555555555556%;
    top: 44%;
    right: -17.5%;
  }
}
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.delay-time01 {
  animation-delay: 0.2s;
}
.delay-time02 {
  animation-delay: 0.4s;
}
.delay-time03 {
  animation-delay: 0.6s;
}
.delay-time04 {
  animation-delay: 0.8s;
}
.delay-time05 {
  animation-delay: 1s;
}
.delay-time06 {
  animation-delay: 1.2s;
}
.feature_thum {
  width: 80%;
  max-width: 393px;
  margin: auto;
  position: relative;
  z-index: 10;
}
.feature_text {
  width: 100%;
  position: relative;
  z-index: 10;
}
.feature_text_no {
  font-size: 12px;
  line-height: 32px;
  font-weight: 600;
  text-align: center;
}
.feature_text_no span {
  font-size: 50px;
  font-weight: 100;
}
.feature_text h3 {
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  padding-top: 32px;
  margin-left: 20px;
  text-align: left;
}
.feature_text p {
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-align: justify;
}
@media screen and (min-width: 769px) {
  .feature_thum {
    width: 36.38888888888889%;
    margin: 0 2.5%;
  }
  .feature_text {
    width: 42%;
  }
  .feature_text h3 {
    font-size: 24px;
    line-height: 32px;
  }
  .feature_text p {
    font-size: 14px;
    line-height: 28px;
  }
  .order1 {
    order: 1;
    margin-left: 15%;
  }
  .order2 {
    order: 2;
  }
}
.feature_ico7, .feature_ico10 {
  width: 20%;
  overflow: hidden;
  position: relative;
  z-index: 1 !important;
  position: absolute;
  top: 47%;
  right: 0%;
}
@media screen and (min-width: 769px) {
  .feature_ico7 {
    width: 110px;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    left: 40%;
    position: relative;
  }
  .feature_ico10 {
    display: none;
  }
}
.left_anime_to:before {
  animation: left_anime_to 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F7F7F7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes left_anime_to {
  100% {
    transform: translateX(100%);
  }
}
.feature_ico8 {
  width: 20%;
  overflow: hidden;
  position: relative;
  z-index: 1 !important;
  position: absolute;
  top: 47%;
  left: -5%;
}
@media screen and (min-width: 769px) {
  .feature_ico8 {
    width: 110px;
    overflow: hidden;
    position: absolute;
    bottom: -20px;
    left: 40%;
    position: relative;
  }
}
.right_anime_to:before {
  animation: right_anime_to 2s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F7F7F7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes right_anime_to {
  100% {
    transform: translateX(-100%);
  }
}
.feature_ico9 {
  width: 231.6326530612245%;
  max-width: 908px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  position: absolute;
  top: 40%;
  right: 0%;
}
@media screen and (min-width: 769px) {
  .feature_ico9 {
    width: 231.6326530612245%;
    max-width: 908px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    position: absolute;
    top: -70%;
    right: 0%;
  }
}
.right_anime_to2:before {
  animation: right_anime_to2 7s cubic-bezier(.4, 0, .2, 1) forwards;
  background: #F7F7F7;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
@keyframes right_anime_to2 {
  100% {
    transform: translateX(-100%);
  }
}
.feature_btn {
  width: 90%;
  margin: 2.5% auto;
  text-align: center;
}
.feature_btn_eng {
  font-size: 12px;
  font-weight: 600px;
  color: #A2A2A2;
  transition: .75s !important;
}
a:hover .feature_btn_eng {
  color: #fff;
  transition: .75s !important;
}
.feature_btn a {
  text-decoration: none;
  padding: 15px 0;
  display: block;
  border-radius: 10px;
  transition: .75s;
  position: relative;
}
.feature_btn01 a {
  content: "";
  color: #333;
  background: #fff url(../images/feature_btn01.png) no-repeat center;
  transition: .75s !important;
}
.feature_btn01 a:hover {
  content: "";
  color: #fff;
  background: #D20021 url(../images/feature_btn01_on.png) no-repeat center;
}
.feature_btn02 a {
  content: "";
  color: #333;
  background: #fff url(../images/feature_btn02.png) no-repeat center;
  transition: .75s !important;
}
.feature_btn02 a:hover {
  content: "";
  color: #fff;
  background: #D20021 url(../images/feature_btn02_on.png) no-repeat center;
}
.feature_btn03 a {
  content: "";
  color: #333;
  background: #fff url(../images/feature_btn03.png) no-repeat center;
  transition: .75s !important;
}
.feature_btn03 a:hover {
  content: "";
  color: #fff;
  background: #D20021 url(../images/feature_btn03_on.png) no-repeat center;
}
.feature_btn_title {
  font-size: 14px;
  font-weight: 600px;
  padding-top: 45px;
}
@media screen and (min-width: 769px) {
  .feature_btn {
    width: 31%;
    margin: 0;
  }
  .feature_btn_eng {
    font-size: 14px;
  }
  .feature_btn_title {
    font-size: 18px;
  }
}
.feature_btn_ico {
  width: 12.4%;
  max-width: 27px;
  margin: auto;
}
/*==========================================
 LINE UP
===========================================*/
.lineup {}
.lineup_box {
  width: 100%;
  margin-top: 20px;
}
.lineup_box_ico {
  width: 100%;
  max-width: 243px;
  position: absolute;
  top: -22%;
  right: 0;
}
p.lineup_box_text {
  line-height: 2.5em;
  background-image: linear-gradient(transparent 0, transparent 97%, #fff 100%);
  background-size: 100% 2.5em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .sp_mtg {
    margin-top: 65px;
  }
}
@media screen and (min-width: 769px) {
  .lineup_box {
    width: 47.94238683127572%;
    margin-top: 0;
  }
  .lineup_box_ico {
    width: 62.23175965665236%;
    max-width: 290px;
    position: absolute;
    top: -20%;
    right: 3%;
  }
  .pc_pgt {
    padding-top: 105px;
  }
}
.lineup_btn a {
  width: 200px;
  display: block;
  padding: 25px 0 20px;
  margin: auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  background: url(../images/lineup_arrow.svg) no-repeat right center;
  transition: .75s !important;
  position: relative;
}
.lineup_btn a:hover {
  content: "";
  color: #fff;
  background: url(../images/lineup_arrow_on.svg) no-repeat right center;
}
/*==========================================
 SHOP
===========================================*/
.shop_title1 {
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}
.shop_title2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.shop_title {
  font-size: 20px;
  line-height: 36px;
  font-weight: 600;
}
.shop_text {
  font-size: 14px;
  line-height: 30px;
  text-align: justify;
  font-weight: 300;
}
.shop_text2 {
  font-size: 24px;
  line-height: 29px;
  text-align: justify;
  font-weight: bold;
}
.shop_text2 span {
  font-size: 20px;
  margin-right: 5px;
}
.align-items {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .shop_title1 {
    font-size: 14px;
  }
  .shop_title2 {
    font-size: 54px;
  }
  .shop_title {
    font-size: 24px;
  }
  .shop_text {
    font-size: 15px;
  }
  .shop_text2 {
    font-size: 32px;
    line-height: 30px;
  }
  .shop_text2 span {
    font-size: 26px;
  }
}
.map iframe {
  width: 100%;
  height: 450px;
}
.shop_ico {
  display: none;
}
.main_visual .swiper-slide img {
  border-radius: 30px;
  object-fit: cover;
  width: 100%;
  height: 420px;
}
@media screen and (min-width: 769px) {
  .shop_ico {
    width: 110px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .main_visual .swiper-slide img {
    border-radius: 100px;
    width: 100%;
    height: 630px;
  }
}