@charset "utf-8";

.contentsWrap {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
}

/* コンテンツ幅 フル */
.contentsInr {
    width: auto;
    padding: 0px;
}

/* コンテンツ幅 950px */
.contentsInr .contentsUnit {
    padding: 0 20px;
}
@media all and (min-width:740px){
    .contentsInr .contentsUnit{
        width:950px;
        padding:0px;
        margin:0 auto;
    }
}

.ctm_contentsFull.bg01 {
    background-color: #FFF;
    padding: 50px 0;
    background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/dom/special/travel-trial/try-ranking/img_sites/pic_bg_sec01_sp.png");
    background-size: auto;
    background-position: center top;
    background-repeat: no-repeat;
}

.ctm_contentsFull.bg02 {
    padding: 50px 0 100px;
    background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/dom/special/travel-trial/try-ranking/img_sites/bg_sec02_sp.png");
    background-size: cover;
    background-position: center top;
}
.ctm_contentsFull.bg03 {
    background-color: #FFF;
    padding: 100px 0 150px;
    background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/dom/special/travel-trial/try-ranking/img_sites/bg_sec03_sp.jpg");
    background-size: cover;
    background-position: center top;
}
.ctm_contentsFull.bg03 .responsivegrid:last-child {
    margin-top: 58px;
}
@media all and (min-width:740px) {
    .ctm_contentsFull.bg01 {
        padding: 130px 0 150px;
        background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/dom/special/travel-trial/try-ranking/img_sites/pic_bg_sec01_pc.png");
    }
    .ctm_contentsFull.bg02 {
        padding: 80px 0 150px;
        background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/dom/special/travel-trial/try-ranking/img_sites/bg_sec02_pc.png");
    }
    .ctm_contentsFull.bg03 {
        padding: 34px 0 250px;
        background-image: url("/content/dam/sites/wwwjalcojp/jp/ja/dom/special/travel-trial/try-ranking/img_sites/bg_sec03_pc.jpg");
        background-size: 1921px auto;
    }
    .ctm_contentsFull.bg03 .responsivegrid:last-child {
        margin-top: 230px;
    }
}

.heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img {
    width: 90%;
}

@media all and (min-width:740px) {
    .heroimgWrap.heroimgWrap-titleImg .mainHeading .mainTtl img {
        width: 43vw;
    }
}

.slash-box {
    position: relative;
    display: inline-block;
    padding: 0 1.5em;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.slash-box::before,
.slash-box::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 2em;
    height: 1px;
    background-color: #000;
}

.slash-box::before {
    left: -5px;
    transform: translateY(-50%) rotate(60deg);
}

.slash-box::after {
    right: 0;
    transform: translateY(-50%) rotate(-60deg);
}

.leadTxt {
    text-align: center;
    position: relative;
}

.leadTxt p {
    font-size: 3.6vw;
    font-weight: bold;
    letter-spacing: 0.3rem;
    margin-top: 20px;
}

.leadTxt p:first-child {
    margin-top: 0;
}

.leadTxt__inr {
    display: inline-block;
    background: #fff57e;
    padding-bottom: 1px;
    margin-top: 2.93vw;
}

.leadTxt__inr.leadTxt__inr--pdl {
    padding-left: 6px;
}
@media all and (min-width:740px) {
    .leadTxt p {
        font-size: 1.8rem;
    }
    .leadTxt__inr {
    margin-top: 24px;
    }
}

.resultBtnWrap .contentBtn {
    max-width: 640px;
    width: 100%;
    padding: 24px 0;
    font-size: 4vw;
    background-color: #d64000;
    margin-top: 60px;
    margin-bottom: 40px;
}

.contentBtn {
    position: relative;
    display: inline-block;
    font-weight: bold;
    border-radius: 50px;
}

.contentBtn.ancLink {
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.2em;
}

.contentBtn.ancLink::before,
.contentBtn.ancLink::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 1px;
    background-color: #ffffff;
    position: absolute;
}

.resultBtnWrap .contentBtn.ancLink::before {
    right: calc(6vw + 10px);
    top: 50%;
    transform: rotate(45deg);
}

.resultBtnWrap .contentBtn.ancLink::after {
    right: 6vw;
    top: 50%;
    transform: rotate(135deg);
}
@media all and (min-width:740px) {
    .resultBtnWrap .contentBtn {
        font-size: 2rem;
        margin-top: 70px;
        margin-bottom: 100px;
    }

    .resultBtnWrap .contentBtn.ancLink::before {
        right: 50px;
    }

    .resultBtnWrap .contentBtn.ancLink::after {
        right: 40px;
    }
}
.contentBtn.linkBtn {
    width: 100%;
    max-width: 100%;
    padding: 16px 0;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.3;
    border: 1px solid #000;
}

.contentBtn.linkBtn::before,
.contentBtn.linkBtn::after {
    content: "";
    position: absolute;
    vertical-align: middle;
    margin: auto;
}

.contentBtn.linkBtn::before {
    right: 28px;
    top: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #000;
}

.contentBtn.linkBtn::after {
    top: 24px;
    right: 34px;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-left: 5px solid #fff;
    transform: rotate(90deg);
}

.howtoCol:first-of-type .contentBtn.linkBtn::before,
.howtoCol:first-of-type .contentBtn.linkBtn::after {
    content: none;
}


.cal_loading img {
    width: 59px;
}



.ctm_contentsFull.bg03 .freehtml + .inner_ttl_img {
    margin-top: 120px;
}
@media all and (min-width:740px){
    .ctm_contentsFull.bg03 .freehtml + .inner_ttl_img {
        margin-top: 230px;
    }
}

.mainContents + .mainContents {
    margin-top: 24vw;
}
.mainContentsTtl_inr {
    display: flex;
    justify-content: center;
}
.mainContentsTtl_inr img {
    max-width: 387px;
    width: 100%;
}
.mainContents__inr {
    position: relative;
    margin: 30px auto 0;
}
.mainContents__inr + .mainContents__inr {
    margin-top: 20.53vw;
}
.mainContents__price {
    margin: 7vw auto 1em;
    text-align: center;
    display: block;
}
.mainContents__price-route, .modalContentsInr__price-route {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.2em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mainContents__price-route:before, .modalContentsInr__price-route:before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    border-top: 3px solid #585858;
    border-right: 3px solid #585858;
    transform: rotate(45deg);
    margin-right: 14px;
}
.mainContents__price-date, .modalContentsInr__price-date {
    font-size: 1.6rem;
    font-weight: 700;
}
.mainContents__price-price, .modalContentsInr__price-price {
    font-weight: 700;
    font-size: 4.2rem;
    /* color: #cc0000; */
    letter-spacing: 0.1em;
}
.mainContents__price-price span, .modalContentsInr__price-price span {
    font-size: 0.53em;
}
.mainContents__inr .cal_loading {
    margin: 2em auto;
    width: 100%;
    text-align: center;
}
.mainContents .contentsBtn {
    max-width: 490px;
    margin:40px auto;
}



@media all and (min-width:740px){
    .mainContentsTtl {
        width: 950px;
        margin: auto;
        position: relative;
    }
    .mainContentsTtl_inr {
        width: 830px;
        height: 150px;
    }
    .mainContentsTtl_inr img {
        width: auto;
        position: absolute;
        left: -485px;
    }
    .mainContents + .mainContents {
        margin-top: 225px;
    }
    .mainContents__inr {
        position: relative;
        width: 950px;
        margin: 30px auto 0;
    }
    .mainContents__head > picture {
        display: flex;
        justify-content: flex-end;
    }
    .mainContents__head > picture img {
        width: 882px;
    }
    .mainContents__price {
        position: absolute;
        bottom: 165px;
        width: 43%;
    }
    .mainContents__inr .cal_loading {
        position: absolute;
        bottom: 195px;
        width: 43%;
        margin: 1em auto;
    }
    .mainContents .contentsBtn {
        max-width: 280px;
    }

    .contentsBtn__wrap {
        position: absolute;
        width: 280px;
        margin: 0;
        bottom: 10px;
        left: calc((43% - 280px) / 2);
    }
}


.contentsBtn {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 1em 10px;
    position: relative;
    text-align: center;
    font-size: 4vw;
    letter-spacing: 0.2em;
    font-weight: bold;
    line-height: 1.3;
    border: 1px solid #000;
    border-radius: 4em;
    background: #fff;
}
.contentsBtn + .contentsBtn {
    margin-top: 3.2vw;
}
.contentsBtn::before, .contentsBtn::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    vertical-align: middle;
    margin: auto;
}
.contentsBtn::before {
    right: 38px;
    width: 4.8vw;
	height: 4.8vw;
	border-radius: 50%;
	background: #000;
}
.contentsBtn.contentsBtn--or::before {
    background: #FFF;
}
.contentsBtn::after {
    right: 37px;
    box-sizing: border-box;
    width: 1.75vw;
    height: 1.5vw;
    border: 1.5vw solid transparent;
    border-left: 1.75vw solid;
    border-left-color: #fff;
}
.contentsBtn.contentsBtn--or::after {
    border-left-color: #ff4c00;
}
.contentsBtn__wrap.contentsBtn__wrap--modal {
    width: 100%;
    max-width: 438px;
    margin: 25px auto 30px;
    padding: 0;
}
.contentsBtn__wrap.contentsBtn__wrap--modal .contentsBtn {
    position: relative;
    padding: 4.26vw 8.53vw 4.26vw 10px;
    font-size: 3.7vw;
    max-width: none;
    margin-bottom: 20px;
}
.contentsBtn__wrap.contentsBtn__wrap--modal .contentsBtn::before {
    right: 17px;
}
.contentsBtn__wrap.contentsBtn__wrap--modal .contentsBtn::after {
        right: 17px;
}
.contentsBtn.contentsBtn--other .otherIcon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    bottom: 0;
    right: 6%;
    margin: auto;
}
/*.contentsBtn.contentsBtn--other::before {
    display: inline-block;
    width: 3.06vw;
    height: 3.06vw;
    background-image: url(/content/dam/sites/wwwjalcojp/jp/ja/dom/special/travel-trial/justlikeoverseas/img_sites/icon_otherwindow.png);
    background-size: contain;
    background-repeat: no-repeat;
    border-radius: 0;
     background-color: transparent;
}*/
.contentsBtn.contentsBtn--other::before, .contentsBtn.contentsBtn--other::after {
    content: none;
}
.contentsBtn.contentsBtn--bk {
    background: #000;
    color: #fff;
}
.contentsBtn.contentsBtn--or {
    background: #d64000;
    color: #fff;
    border: 0px;
}
.contentsBtn.contentsBtn--or.contentsBtn--rcmnd {
    width:100%;
    max-width: 550px;
    margin: 15px auto 60px;
}
.contentsBtn.contentsBtn--bk::before {
    background: #fff;
}
.contentsBtn.contentsBtn--bk::after {
    right: 17px;
    border-left: 1.75vw solid #000;
}
.contentsBtn.contentsBtn--yl {
    background: #fff57e;
}

@media all and (min-width:570px){
    .contentsBtn {
        padding: 20px 10px;
        font-size: 1.6rem;
    }
    .contentsBtn::before {
        right: 28px;
        width: 22px;
        height: 22px;
    }
    .contentsBtn::after {
        right: 31px;
        width: 5px;
        height: 5px;
        border: 5px solid transparent;
        border-left: 5px solid #FFF;
    }
    .contentsBtn__wrap.contentsBtn__wrap--modal {
        position: static;
    }
    .contentsBtn__wrap.contentsBtn__wrap--modal .contentsBtn {
        margin-top: 13px;
        padding: 20px;
        font-size: 1.6rem;
    }
    .contentsBtn__wrap.contentsBtn__wrap--modal .contentsBtn::before {
        right: 27px;
    }
    .contentsBtn__wrap.contentsBtn__wrap--modal .contentsBtn::after {
        right: 29px;
    }
    .contentsBtn.contentsBtn--other .otherIcon {
         width: 16px;
        height: 16px;
    }
/*    .contentsBtn.contentsBtn--other::before {
        width: 16px;
        height: 16px;
    }*/
    .contentsBtn.contentsBtn--or.contentsBtn--rcmnd {
        margin: 15px auto 150px;
    }
    .contentsBtn.contentsBtn--bk::after {
        border-left: 6px solid #000;
    }
}


/* ----------------------------------------------------------------
  modal
----------------------------------------------------------------- */
body.is-fixed {
    position: fixed;
    width: 100%;
}

/* modal
----------------------------------------------------------------- */
.modal {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s;
    z-index: 9999;
}

.modal.is-active {
    visibility: visible;
    opacity: 1;
}

.modal__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 30px 20px;
}

.modalPanel {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100% !important;
    max-width: 1000px;
    background: #fff;
    border-radius: 10px;
}

.modalPanel__inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: auto;
    border-radius: 10px;
    padding: 30px;
}

.modalPanel__inner:focus,
.modalPanel__inner:focus-visible {
    outline: none;
}


.modalPanel__close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 18px;
    right: 17px;
    z-index: 11;
}

.modalPanel__hdg {
    /* position: sticky; */
    /* position: -webkit-sticky; */
    top: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 30px 0 32px;
    background: #fff;
    line-height: 1;
    z-index: 10;
}

.modalPanel__hdg h2 {
    /* width: 65%; */
    margin-left: -30px;
}
.modalPanel__hdg h2 img {
    width: auto;
    max-width: 100%;
}
.modalContentsInr {
    max-width: 438px;
    margin: 0 auto 50px;
}
.modalContentsInr .modalContentsInr__img {
    margin-left: -10px;
    margin-bottom: 30px;
}
.modalContentsInr .modalContentsInr__txt {
    letter-spacing: 0.2em;
    line-height: 1.7;
    font-size: 1.6rem;
}
.modalContentsInr .modalContentsInr__txt h3 {
    font-weight: bold;
    font-size: 2rem;
    margin-bottom: 1em;
    text-align: center;
}
.modalContentsInr__container {
    text-align: center;
    max-width: 438px;
    margin: 0 auto;
    width: 100%;
    border: 2px solid #fc4d00;
    border-radius: 2em;
    padding: 25px;
}
.mainContents__inr .modalContentsInr__container .cal_loading {
    position: relative;
    bottom: 0;
}

@media screen and (min-width: 740px) {
    .modal__inner {
        display: block;
        padding: 20px;
        text-align: center;
        overflow: hidden;
        overflow-y: auto;
        white-space: nowrap;
    }

    .modal__inner::after {
        content: "";
        display: inline-block;
        vertical-align: middle;
        width: 1px;
        height: 100%;
    }

    .modalPanel {
        height: auto;
        text-align: left;
        vertical-align: middle;
        white-space: normal;
    }

    .modalPanel__inner {
        min-height: 640px;
        padding: 0 50px;
        /* overflow: initial; */
    }

    .modalPanel__close {
        position: absolute;
    }
    .modalPanel__hdg {
        padding: 65px 67px 30px 0;
    }
    .modalPanel__hdg h2 {
        margin-left: -50px;
    }
    .modalContentsInr {
        max-width: none;
        display: flex;
        gap: 30px;
        margin-bottom: 30px;
    }
    .modalContentsInr .modalContentsInr__img {
        margin-left: 0;
        width: 40%;
        max-width: 331px;
    }
    .modalContentsInr .modalContentsInr__txt {
        width: calc(60% - 30px);
    }
    .modalContentsInr .modalContentsInr__txt h3 {
        text-align: left;
    }

}

/* overlay
----------------------------------------------------------------- */
.overlay {
    visibility: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: .3s;
    z-index: 99;
}

.overlay.is-active {
    opacity: 1;
    visibility: visible;
}

/* ----------------------------------------------------------------
  案件固有
----------------------------------------------------------------- */
html[lang="ja"] .area-contents .btn {
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.area-contents {
    margin-top: 100px;
}

.modal button[type="button"] {
    cursor: pointer;
}

.modal .modalPanel__close {
    padding: 0;
    border: none;
    background-color: transparent;
}

@media screen and (max-width: 739px) {
    .area-contents .area-section__item .btn__inner {
        padding-bottom: 0;
    }

    .btn__txt {
        font-size: 1.6rem;
        letter-spacing: 0.1em;
    }
}
