@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600&display=swap");
/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝

common

＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ----pc,sp表示切替---- */
.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

@media (min-width: 740px) {
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}
.txt_c {
  display: block !important;
  text-align: center !important;
}

.contentsInr {
  padding: 0 !important;
}

@media (min-width: 740px) {
  .contentsInr {
    width: 100% !important;
  }
}
.pageTtl {
  margin-bottom: 0;
}

.txt_serif {
  font-family: "Noto Serif JP", serif;
}

/* ----sec---- */
.sec {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

.pdnB60 {
  padding: 0 0 30px;
}
@media (min-width: 740px) {
  .pdnB60 {
    padding: 0 0 50px;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 15px;
}

.topPageTtl {
  width: 0;
  height: 0;
  opacity: 0;
}

.top__ttl .ttlLv1 {
  border-bottom: none;
  margin-bottom: 0;
}
.top__ttl .ttlLv1::after {
  content: none;
}
.top__ttl .heading {
  display: block;
  font-size: 2rem;
  text-align: center;
  border: 1px solid #333;
  padding: 20px;
  padding: 10px 10px 6px;
  border-radius: 50px;
}
@media (min-width: 740px) {
  .top__ttl .heading {
    font-size: 2.4rem;
    padding: 15px 20px 10px;
  }
}

.top__flex .colWrap {
  flex-wrap: wrap;
  width: 100%;
  gap: 10px;
}
@media (min-width: 740px) {
  .top__flex .colWrap {
    flex-wrap: nowrap;
    width: auto;
    gap: 0;
  }
}
.top__flex .colWrap .col {
  position: relative;
}
.top__flex .colWrap .col .top__label p {
  display: inline-block;
  color: #fff;
  background: #e49509;
  padding: 4px 14px 5px;
  font-size: 1.6rem;
  font-weight: bold;
  position: absolute;
  top: -8px;
  left: -10px;
  transform: rotate(344deg);
}
@media (min-width: 740px) {
  .top__flex .colWrap .col .top__label p {
    left: -40px;
  }
}
.top__flex .colWrap .top__subTtl .heading {
  font-size: 1.6rem;
}
.top__flex .colWrap .top__txt p {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .top__flex .colWrap .top__txt p {
    font-size: 1.6rem;
  }
}
.top__flex .colWrap .tmbBlock a.inr .heading {
  padding-left: 0;
}
.top__flex .colWrap .tmbBlock a.inr .heading .altIcon {
  display: none;
}
.top__flex .colWrap .tmbBlock .content {
  font-size: 1.4rem;
}
@media (min-width: 740px) {
  .top__flex .colWrap .tmbBlock .content {
    font-size: 1.6rem;
  }
}

.point {
  background: #FFF2F2;
  position: relative;
  padding: 25px 0 40px 0;
}
.point .point__ttl {
  position: relative;
}
.point .point__ttl .ttlLv1 {
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
  padding-top: 10px;
}
.point .point__ttl .ttlLv1::after {
  content: none;
}
.point .point__ttl .heading {
  display: block;
  color: #CC0000;
  font-size: 2.6rem;
  text-align: center;
}
@media (min-width: 740px) {
  .point .point__ttl .heading {
    font-size: 3rem;
  }
}
@media (min-width: 740px) {
  .point .point__flex {
    width: 100%;
    margin: 0;
  }
}
.point .point__flex .colWrap {
  justify-content: center;
  gap: 10px;
}
@media (min-width: 740px) {
  .point .point__flex .colWrap {
    gap: 0;
    flex-wrap: nowrap;
  }
}
.point .point__flex .colWrap .col {
  width: calc(50% - 5px);
}
@media (min-width: 740px) {
  .point .point__flex .colWrap .col {
    width: auto;
  }
}
.point .point__flex .colWrap .col:nth-of-type(n+2) {
  margin-top: 0px;
}
.point .point__img {
  position: absolute;
  top: 50px;
  left: 0;
}
@media (min-width: 740px) {
  .point .point__img {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 660px;
  }
}

.buy {
  /*スライダー調整*/
  /* //スライダー調整*/
}
.buy .buy__ttl {
  position: relative;
}
.buy .buy__ttl .ttlLv1 {
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
}
.buy .buy__ttl .ttlLv1::after {
  content: none;
}
.buy .buy__ttl .heading {
  display: block;
  font-size: 2rem;
  text-align: center;
  border-bottom: 1px solid #333;
  padding-bottom: 5px;
}
@media (min-width: 740px) {
  .buy .buy__ttl .heading {
    font-size: 2.4rem;
    padding-bottom: 10px;
  }
}
.buy .buy__subTtl {
  font-size: 1.8rem;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
@media (min-width: 740px) {
  .buy .buy__subTtl .heading {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.buy .buy__subTtl .num {
  font-size: 1.4rem;
  color: #CC0000;
  border: #CC0000 1px solid;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy .slick-custom .slidControl {
  position: static;
  margin: 15px auto 0;
  min-width: 155px;
  width: fit-content;
  transform: translate(0);
}
@media (max-width: 739px) {
  .buy .ctm_bdrColumn .slick-custom.colWrap .col {
    margin: 0 12px;
  }
  .buy .slick-custom .slick-prev {
    left: -10px;
  }
  .buy .slick-custom .slick-next {
    right: -10px;
  }
}
@media (min-width: 740px) {
  .buy .slick-custom.clm_1_2col.colWrap .col.slick-slide {
    width: 460px !important;
  }
  .buy .slick-custom .slidControl {
    min-width: 133px;
  }
  .buy .clm_1_2col.colWrap .col, .buy .clm_2_2col.colWrap .col, .buy .clm_2_4col.colWrap .col, .buy .clm_1_4col.colWrap .col {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.buy .slick-box.indicator_place .slidControl {
  bottom: 5px;
}
.buy .slick-slide:hover {
  cursor: default;
}
.buy .slick-slide a {
  cursor: default;
}
.buy .slick-slide img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.buy .buy__flex .buy__img {
  width: 80%;
  margin: 0 auto;
}
@media (min-width: 740px) {
  .buy .buy__flex .buy__img {
    max-width: 180px;
  }
}
.buy .buy__flex.pc .colWrap {
  flex-wrap: nowrap;
}
.buy .buy__flex .colWrap .col {
  position: relative;
}
.buy .buy__flex .colWrap .col:first-of-type::after {
  content: "";
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/tour/jalpak_live/img_sites/ico_arrow.svg") no-repeat;
  width: 44px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 50%;
  bottom: 10px;
  transform: translateX(50%) rotate(90deg);
}
@media (min-width: 740px) {
  .buy .buy__flex .colWrap .col:first-of-type::after {
    bottom: 40%;
    right: -12%;
    transform: translateX(0%) rotate(0deg);
  }
}
.buy .buy__flex .colWrap .col:nth-of-type(2)::after {
  content: "";
  background: url("/content/dam/sites/wwwjalcojp/jp/ja/tour/jalpak_live/img_sites/ico_arrow.svg") no-repeat;
  width: 44px;
  height: 18px;
  background-size: contain;
  position: absolute;
  right: 50%;
  bottom: 10px;
  transform: translateX(50%) rotate(90deg);
}
@media (min-width: 740px) {
  .buy .buy__flex .colWrap .col:nth-of-type(2)::after {
    bottom: 40%;
    right: -12%;
    transform: translateX(0%) rotate(0deg);
  }
}

.live .live__bg {
  background: #F0F0F0;
  padding: 30px 0;
  max-width: 1200px;
  margin: 0 auto;
}
.live .inner .live__ttl .ttlLv1 {
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
  padding-top: 20px;
}
.live .inner .live__ttl .ttlLv1::after {
  content: none;
}
.live .inner .live__ttl .heading {
  display: block;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 740px) {
  .live .inner .live__ttl .heading {
    font-size: 2.4rem;
  }
}
.live .inner .live__flex {
  border-bottom: 1px solid #707070;
  padding-bottom: 40px;
}
@media (max-width: 739px) {
  .live .inner .live__flex .colWrap .col {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }
}
@media (max-width: 739px) {
  .live .inner .live__flex .colWrap .col .aem-Grid {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 739px) {
  .live .inner .live__flex .colWrap .col .aem-Grid .img {
    width: 30%;
  }
}
.live .inner .live__flex .colWrap .col .aem-Grid .imgParts {
  width: 100px;
  margin: 0 auto;
}
@media (min-width: 740px) {
  .live .inner .live__flex .colWrap .col .aem-Grid .imgParts {
    margin: 0 auto 10px;
  }
}
@media (max-width: 739px) {
  .live .inner .live__flex .colWrap .col .aem-Grid .text {
    margin-top: 0;
    font-size: 1.3rem;
  }
}
@media (min-width: 740px) {
  .live .inner .live__flex .colWrap .col .aem-Grid .text {
    font-size: 1.4rem;
  }
}
.live .inner .live__list .txtList li {
  font-size: 1.2rem;
}

.btm {
  max-width: 275px;
  margin: 0 auto;
}
.btm .btm__ttl .ttlLv1 {
  border-bottom: none;
  margin-bottom: 0;
  text-align: center;
}
.btm .btm__ttl .ttlLv1::after {
  content: none;
}
.btm .btm__ttl .heading {
  display: block;
  font-size: 2rem;
  text-align: center;
}
@media (min-width: 740px) {
  .btm .btm__ttl .heading {
    font-size: 2.4rem;
  }
}
.btm .btm__txt {
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.btm .btm__img {
  width: 60px;
  margin: 0 auto;
}
.archive_ttl{
	text-align: center;	
}
.archive_ttl .ttlLv2{
	border-bottom:1px solid #333;
}
.archive_ttl .ttlLv2 .heading{
	border-left:none;
}