@charset "utf-8";

.cmnMenus{
    display:none;
}

:root{
    --textcolor:#42210B;
    --textcolor2:#6A5B33;
    --bgcolor:#F9F2EB;
    --lightred:#FF0000;
    --darkred:#b91a2f;
    --tableText:#6E5E5E;
}

#oheyasagashi_1{
    background-color: var(--bgcolor);
    padding-bottom:4rem;
}

.oheyasagashi .contentBg{
    background-color: var(--bgcolor);
    width: 100%;
    margin: 0;
    padding: 0;
}

.oheyasagashi .container{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.oheyasagashi .fullContainer {
    width: 100%;
}

/* 拡大表示される画像のスタイル */
#overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(256, 256, 256, 0.95);
    z-index: 9999;
}

#overlay img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*スクロールダウン*/
.kvArea{
    position:relative;
    padding: 0 0 6rem 0;
}
.scrollDown{
    position:absolute;
    bottom:0;
    left:17%;
}

#scroll-down{
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
  }
  .arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
  }
  .arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid var(--darkred);;
    border-right: 2px solid var(--darkred);;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #scroll-title {
    display: block;
    text-transform: uppercase;
    color: var(--darkred);;
    font-family: Helvetica Neue, Helvetica, Arial;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.5em;
  }
  #scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: var(--darkred);;
    content: ' ';
  }
  @-webkit-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-moz-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @-o-keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  @keyframes elasticus {
    0% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
    50% {
      -webkit-transform-origin: 0% 0%;
      -ms-transform-origin: 0% 0%;
      -moz-transform-origin: 0% 0%;
      -o-transform-origin: 0% 0%;
      transform-origin: 0% 0%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    50.1% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1);
    }
    100% {
      -webkit-transform-origin: 0% 100%;
      -ms-transform-origin: 0% 100%;
      -moz-transform-origin: 0% 100%;
      -o-transform-origin: 0% 100%;
      transform-origin: 0% 100%;
      -webkit-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      transform: scale(1, 0);
    }
  }
  #paschka {
    display: block;
    color: white;
    font-family: helvetica neue, helvetica, arial;
    font-size: 32px;
    text-decoration: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 0px;
    transition: all 0.1s ease;
    background: #000;
    height: 40px;
    line-height: 30px;
    vertical-align: middle;
    width: 40px;
    text-align: center;
    border-radius: 5%;
    bottom: 20px;
    right: 20px;
  }
  #paschka:hover {
    background: #232323;
    transition: all 0.1s ease;
    color: #f0f0f0;
  }

/* ポップアップで動画を再生 */

.moviePopup {
    display: flex;
}
.js-modal-video-close{
    position:relative;
  }
.js-modal-video-close::before{
    content:"×";
    display: block;
    color:#ffffff;
    position:absolute;
    top: 10%;
    right: 17%;
    font-size: 4rem;
}

  .moviePopup .thumbnail {
    cursor: pointer;
    margin: 0 8px;
  }

  .moviePopup img.thumbnail{
    width: 100%;
    max-width: 409px;
    height: auto;
  }

  .moviePopup .thumbnail:hover{
    opacity:0.6;
    transition:0.3s;
  }

  .moviePopup #modal-video {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 8;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.75);
    transition: 0.5s;
  }
  .moviePopup #modal-video.close {
    filter: opacity(0);
    visibility: hidden;
  }
  .moviePopup #modal-video.open {
    filter: opacity(1);
    visibility: visible;
  }
  .moviePopup #modal-video iframe {
    width: 60vw;
    height:34vw;
  }

  @media screen and (max-width:768px) {
    .moviePopup #modal-video {
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        z-index: 8;
        top: 0;
        left:0;
        width: 100vw;
        height: 100vh;
        background-color: rgba(0, 0, 0, 0.75);
        transition: 0.5s;
      }
    .moviePopup #modal-video iframe {
        width: 90vw;
        height:50.625vw;
      }
  }


/* PCとスマートフォン両方に共通のスタイル */
/*** kvArea ***/
.kvAreaWrap{
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    min-height:480px;
}

.kvItem {
    display:flex;
    justify-content:center;
    align-items:center;
}

.kvItem:nth-child(1) img{
    width: 100%;
    max-width: 936px;
    height: auto;
}

.kvItem:nth-child(2) img{
    width: 100%;
    max-width: 662px;
    height: auto;
}

.kvItem:nth-child(1){
    width: 45%;
}

.kvItem:nth-child(2){
    width: 55%;
}

.kvItem:nth-child(1) img{
    max-width:465px;
}

.crowdBg{
    width:100%;
    background-image:url('../../../../img/page/newcolumn/oheyasagashi/bg@2x.png');
    background-repeat:repeat-y;
    background-size:contain;
}

.contentBlock{
    width:calc(100% - 20px);
    margin:4rem auto;
    background: #ffffff;
    border-radius:2rem;
    box-shadow:0px 3px 6px rgba(106,91,51,0.27);
}

.contentBlockObi{
    width:calc(100% - 20px);
    margin:4rem auto;
    background: #ffffff;
    border-radius:2rem;
    box-shadow:0px 3px 6px rgba(106,91,51,0.27);
}

#leadBlock{
    background: #ffffff;
    border-radius: 2rem 0 0 2rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    width: 80%;
    padding: 2rem 4rem 2rem 2rem;
    position:relative;
    display:flex;
    justify-content:flex-end;
    flex-wrap: wrap;
}

.leadBlockWrap{
    margin:4rem 0;
    display: flex;
    justify-content: flex-end;
}

.leadText{
    width: 63%;
    background: #AC2F2F;
    border-radius: 0 0 2rem 2rem;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
    position: absolute;
    top: -2rem;
    left: 3rem;
    padding: 2rem;
}

.leadText p, .leadText p br{
    font-size:1.2rem;
    font-weight:bold;
    color:#ffffff;
    line-height: 1.8;
}

.leadImg{
    margin: 0 0 3rem 0;
}

.leadImg img{
    width: 100%;
    max-width: 336px;
    height: auto;
}

.leadImgSp{
    display:none;
}

.leadImgSp img{
    width: 100%;
    max-width: 163px;
    height: auto;
}

.subImage{
    padding: 0 0 4rem 0;
}
.subImage img{
    width: 100%;
    /* max-width: 1589px; */
    height: auto;
}
.leadPoint{
    width: 100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:2rem 0;
}


.leadPointTtlImg{
    display:flex;
    justify-content: center;
    align-items:center;
}

.leadPointTtlImg img{
    width: 100%;
    max-width: 359px;
    height: auto;
}

.leadPointTtl{
    width: 32%;
}

.leadPointNav{
    width: 64%;
}

.leadPointNav ul{
    display:flex;
    justify-content: space-between;
    align-items:flex-start;
}

.leadPointNav dl{
    width:100%;
}

.leadPointNav dl dt img{
    width: 100%;
    max-width: 163px;
    height: auto;
}

.leadPointNav dl dd{
    color:var(--textcolor);
    font-size:1rem;
    font-weight:bold;
    padding:0 2rem 0 0;
    margin:1rem 0 0 0;
    position:relative;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.leadPointNav dl dd:after{
    content:"";
    display: block;
    background:url('../../../../img/page/newcolumn/oheyasagashi/arrow.png') no-repeat;
    background-size:contain;
    position:absolute;
    right:0;
    width:20px;
    height: 20px;
}

#schedule .sectionR img{
    width: 100%;
    max-width: 473px;
    height: auto;
}

.ttlBlock{
    padding:4rem 0 2rem 4rem;
}

.ttlBlock dl dt img{
    width: 100%;
    max-width: 157px;
    height: auto;
}

.ttlBlock dl{
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.ttlBlock dl dt img{
    width: 100%;
    max-width: 170px;
    height: auto;
}

.ttlBlock dl dd{
    width:100%;
}


.ttlBlock dl dd h3{
    font-size:2.6rem;
    color:var(--textcolor);
    margin:0 1rem 1rem 0;
}

.ttlSubEng{
    color:var(--darkred);
    font-size:1rem;
    font-weight:bold;
    letter-spacing:2px;
    position:relative;
}

.ttlSubEng:after{
    content:"";
    display: block;
    width:100%;
    height: 3px;
    background-color:var(--darkred);;
    position:absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index:1;
}

.ttlSubEng p{
    color: var(--darkred);
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 2px;
    background: #ffffff;
    padding: 4px;
    z-index: 2;
    position: relative;
    display: inline-block;
}


.oheyasagashi section{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
    margin:2rem 0;
    /* padding:0 4rem; */
}

.oheyasagashi article{
    padding-bottom: 1rem;
}

.sectionL,.sectionR{
    width:48%;
}

.oheyasagashi section h4{
    font-size:2.2rem;
    color:var(--textcolor2);
    line-height:1.6;
    margin-bottom:2rem;
}

.redline{
    background: linear-gradient(transparent 83%, #F38484 0%);
    display: inline;
    padding: 0 0px 0px;
}


.articleText{
    font-weight:500;
    color:var(--textcolor2);
    line-height:2.2;
    margin:2rem 0;
}

.articleText span,.spanRed{
    color:var(--lightred);
    font-weight:bold;
}

.articlePointBg{
    background: #FCF9E7;
    margin: 4rem;
}

.articlePointTtl{
    border-bottom:2px solid var(--lightred);
    padding:2rem 2rem 2rem 2rem;
}

.articlePointTtl h4{
    line-height:1.4;
    color:var(--textcolor2);
    text-align: center;
    font-size:2rem;
}

.articlePoint p{
    color:var(--textcolor2);
    font-size:1.4rem;
    font-weight: bold;
    line-height:1.8;
    width:100%;
    margin-bottom:2rem;
}

.articlePoint .articlePoint_02{
    width: 100%;
    max-width: 485px;
    height: auto;
}

.articlePoint .articlePoint_03{
    width: 100%;
    max-width: 938px;
    height: auto;
}

.markerYellow{
    background: linear-gradient(transparent 52%, #FFEE00 0%);
    display: inline;
    padding: 0 -1px 4px;
}

.spanPink{
    color:#F38484;
    font-weight:bold;
}

.articlePoint{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
    padding:2rem;
}

.articlePoint picture{
    width:48%;
}

.obiHead{
    width: 100%;
    background: var(--darkred);
    position:relative;
    padding:1rem 2rem 1rem 14rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.oheyasagashi .obiHead h4{
    color:#ffffff;
    margin-bottom:0;
}

.oheyasagashi .obiHead img{
    max-width:100px;
    position:absolute;
    top: 34%;
    left: 4%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.sectionWrap{
    width:100%;
    padding:0 4rem;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.subTtlGray{
    background: #BFAFAF;
    color:#ffffff;
    font-weight: bold;
    padding: 1rem 2rem;
    border-radius:50px;
}

.pointImg{
    display:flex;
    justify-content: center;
    align-items:center;
}

.pointImg img{
    width: 100%;
    max-width: 554px;
    height: auto;
}

.pointText{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items:flex-start;
}

.pointText p{
    line-height:1.6;
}

.mb2rem{
    margin-bottom: 2rem;
}

.flexAC{
    display: flex;
    align-items:center;
}

.checkList{
    width: 96%;
    margin: 0 auto;
}

.checkList li{
    margin-bottom:2rem;
    color:var(--textcolor2);
    font-weight:bold;
    font-size:1.3rem;
    line-height: 1.4;
    padding:0 0 0 2rem;
    position:relative;
}

.checkList li::before{
    content:"";
    display: block;
    width:16px;
    height: 16px;
    background: #ffffff;
    border:1px solid #707070;
    position:absolute;
    top:0;
    left:0;
}

.checkList li::after{
    content:"";
    display: block;
    width: 17px;
    height: 12px;
    border-bottom:4px solid #FF9898;
    border-left:4px solid #FF9898;
    transform: rotate(-45deg);
    position:absolute;
    top:0;
    left:0;
}

#point2{
    padding-top:4rem;
    margin:2rem 0 0 0 !important;
}

.point2Img{
    margin:1rem 0 0 0;
}

.point2Img img{
    width: 100%;
    max-width: 600px;
    height: auto;
}

.point2List dl{
    margin:0 0 1rem 0;
}

.point2List dl dt p{
    display:inline-block;
    color:var(--darkred);
    font-weight:bold;
    border:1px solid var(--darkred);
    border-radius:50px;
    padding:0.75rem 2rem;
}

.point2List dl dt{
    margin:0 0 1rem 0;
}

.point2List dl dd p{
    color:var(--textcolor2);
    font-weight:bold;
    font-size:1.4rem;
    margin:0 0 0.75rem 0;
}

.point2List dl dd ul{
    display:flex;
    flex-wrap: wrap;
}

.point2List dl dd ul li{
    color:var(--textcolor2);
    font-size:1.2rem;
    line-height:1.4;
    margin:0 1rem 0.75rem 0;
    font-weight: bold;
}

.movieWrap{
    width:100%;
    position: relative;
    overflow: hidden;
    padding:2rem 4rem 7rem 4rem;
    display:flex;
    flex-wrap:wrap;
    justify-content: space-between;
    align-items:center;
}

.movieWrap p,.movieWrap .moviePopup{
    position:relative;
    z-index:2;
}

.movieWrap:before{
    content:"";
    display: block;
    background: rgba(243,132,132,0.45);
    width:210%;
    height:240px;
    z-index:1;
    transform: rotate(-4deg);
    position: absolute;
    top: 34px;
    left: -20px;
}

.movieLead,.moviePopup{
    width: 49%;
}

.movieLead{
    display:flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.movieTtl{
    width: 100%;
    font-size:13rem;
    font-weight: bold;
    opacity:0.08;
    color:var(--darkred);
}

.movieText{
    font-weight: bold;
    color:var(--darkred);
    font-size:2.2rem;
}

#point3 .slimWrap{
    width:60%;
    margin: 2rem auto;
    display:flex;
    align-items:center;
}

#point3 .sectionL{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#point3 .sectionL p.textGray{
    text-align: center;
    color:#707070;
    font-size:1.8rem;
    font-weight: bold;
    margin-bottom:1rem;
}

#point3 .sectionL img{
    width: 100%;
    max-width:267px;
    height: auto;
}

#point3 .sectionR{
    display:flex;
    justify-content:flex-start;
}

#point3 .sectionR p{
    font-size:1.4rem;
    font-weight: bold;
    line-height: 1.8;
    color:var(--textcolor2);
}

.textGray{
    color:#707070;
    font-size:1.4rem;
}

#point3 .sectionWrap{
    width:90%;
    margin:0 auto;
}

.obiHead img{
    width: 100%;
    max-width: 112px;
    height: auto;
}

.checkpointBlock,.checkpointImg{
    width:48%;
}

.checkpointBlock{
    background: #FFF2F2;
}

.checkpointImg img{
    width: 100%;
    max-width: 533px;
    height: auto;
}

.cpTtl{
    width:100%;
    border-bottom:var(--darkred) 2px dashed;
    padding:2rem;
    color:var(--lightred);
    font-size:1.6rem;
    font-weight: bold;
    position:relative;
    z-index:2;
}

.cpTtl::after{
    content:"CHECK POINT";
    display: block;
    color:#ffffff;
    position:absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index:1;
    font-size:2.6rem;
    opacity:0.5;
}

.cpList{
    padding:2rem 2rem 0 2rem;
}

.cpList li{
    margin-bottom:1rem;
    font-weight: bold;
    color:var(--textcolor2);
}

.cpSmall{
    color:var(--textcolor2);
    padding:0 2rem 2rem 2rem;
    font-size:1rem;
    line-height: 1.6;
}

.themeTtl{
    border-left:#FF9898 10px solid;
    padding:0 0 0 2rem;
}

.oheyasagashi section .themeTtl h4{
    font-size:1.8rem;
    margin:0 0 1rem 0;
}

.themeTtl p{
    color:var(--textcolor2);
    font-size:1.2rem;
    font-weight: bold;
    line-height:1.4;
}

.tableBlockWrap{
    width:100%;
    overflow: hidden;
}
.tableBlock{
    width: 100%;
    max-width:1000px;
    margin: 0 auto;
    overflow-x: auto;
}

.tableBlock table{
    width: 100%;
    white-space:  nowrap;
    min-width:650px;
    margin:2rem auto;
    border-collapse: collapse;
    border-left:1px solid #A69697;
}

.tableBlock table tr,.tableBlock table td{
    border-collapse: collapse;
    border:1px solid #A69697;
    font-size: 1.66rem;
}

.tableBlock table tr{
    width:100%;
}

.tableBlock table th{
    background: #F6DAE1;
    border-collapse: collapse;
    border:1px solid #A69697;
    color:#FA4169;
    font-weight: bold;
    font-size: 1.66rem;
    padding:1rem;
}

.tableBlock table td.tbItem{
    width:20%;
    text-align: center;
    vertical-align: middle;
    background: #F6DAE1;
    color:var(--tableText);
    font-weight: bold;
}

.tableBlock table td.tbCost{
    text-align: center;
    width:60%;
    color:var(--tableText);
    font-weight: bold;
    background: #F9F1F1;
}

.tableBlock table td{
    padding:1rem;
}

.arrow{
    width:100%;
    position:relative;
    padding:2rem;
}

.arrow::before,.arrow::after{
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 25px 0 25px;
    border-color: var(--lightred) transparent transparent transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.arrow::after{
    bottom: 1.5rem;
    left: 50%;
}

.totalBlock{
    width: 100%;
    border-radius:8px;
    border:var(--lightred) 3px solid;
    display:flex;
    justify-content:center;
    align-items: center;
    padding:2rem 4rem;
}

.totalBlockText1,.totalBlockText2{
    display:flex;
    justify-content: center;
    align-items:center;
}

.totalBlockText1 img{
    width: 100%;
    max-width: 98px;
    height: auto;
}

.totalBlockText1 p{
    color:var(--textcolor2);
    font-size:1.6rem;
    font-weight:bold;
    margin:0 0 0 2rem;
}

.totalBlockText2{
    margin:0 0 0 2rem;
}
.totalBlockText2wrap{
    border-bottom:#F38484 7px solid;
    display:flex;
    justify-content:flex-start;
    align-items:flex-end;
    padding-bottom:1rem;
}

.tbtAmount{
    font-size:4rem;
    font-weight: bold;
    color:var(--textcolor2);
}

.tbtAmount span{
    font-size:1.4rem;
}

.tbtAtt{
    font-size:1.4rem;
    font-weight: bold;
    color:var(--textcolor2);
    margin:0 0 0 1rem;
}

.tbComment{
    width: 100%;
    margin: 2rem auto;
}

.tbComment p{
    text-align: center;
    font-weight:bold;
    color:var(--textcolor2);
    line-height: 1.6;
}

#simulator{
    background: #FFFAAE;
    padding: 2rem;
}

.challengeBox{
    width: 100%;
    max-width: 1000px;
    margin: 2rem auto;
    border-radius:8px;
    border:3px dashed var(--darkred);
    background: #ffffff;
    padding:4rem;
    position:relative;
}

.redTag{
    color:#f0f0f0;
    background: var(--darkred);
    padding:1.25rem 3rem;
    font-size:1.8rem;
    font-weight: bold;
    position:absolute;
    top:-7%;
    left: 41%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform:rotate(-4deg);
}
.challengeLead{
    margin-bottom:2rem;
}
.challengeLead,.challengeLead br{
    line-height:1.4;
}

.simulator{
    text-align: center;
}

.simulator a{
    display: inline-block;
}

.simulator a img{
    width: 100%;
    max-width: 792px;
    height: auto;
}

#checkTerm{
    padding:2rem 8rem;
}

.checkTermTtl{
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:6px solid #AC2F2F;
}

.cttImg img{
    width: 100%;
    max-width: 98px;
    height: auto;
}

.ctt1{
    text-align: center;
}

.ctt1 p{
    display:inline;
    position:relative;
    color:var(--textcolor2);
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 3rem 0 3.75rem;
}

.ctt1 p:before{
    content:"";
    display: block;
    width:32px;
    height:4px;
    background: var(--textcolor2);
    position:absolute;
    top:34%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(60deg);
}

.ctt1 p:after{
    content:"";
    display: block;
    width:32px;
    height:4px;
    background: var(--textcolor2);
    position:absolute;
    top:34%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: rotate(-60deg);
}

.oheyasagashi section .ctt2 h4{
    color:var(--textcolor2);
    font-size:2.6rem;
    font-weight: bold;
    padding:1rem;
}

.checkTermContent{
    width:100%;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}

.checkTermImg{
    width: 70%;
    max-width:700px;
}

.checkTermImg img{
    width: 100%;
}

/*termList*/
.termList{
    width: 100%;
    max-width:1000px;
    margin: 0 auto;
}

.termList .wrapper{
    width:100%;
    overflow-x: auto;
}
.tab{
	width: max-content;
	margin: 0 auto;
    white-space: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.tab li{
    display:inline-block;
}

.tab li a{
	display: inline-block;
	background:#ddd;
	margin:0 2px;
	padding:10px 20px;
}
/*liにactiveクラスがついた時の形状*/
.tab li.active a{
	background:#fff;
}


/*エリアの表示非表示と形状*/
.area {
	display: none;/*はじめは非表示*/
	opacity: 0;/*透過0*/
	background: #fff;
	padding:50px 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
    display: block;/*表示*/
    animation-name: displayAnime;/*ふわっと表示させるためのアニメーション*/
    animation-duration: 2s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.endBlock{
    background: var(--darkred);
    padding:2rem 0;
}

.endBlockWrap{
    width:100%;
    max-width:1180px;
    margin: 0 auto;
    background: #ffffff;
    display: flex;
}

.endBlockContent{
    display: flex;
    flex-direction: column;
}

.endBlockContent ul{
    display:flex;
    justify-content:flex-start;
    gap:20px;
}

.endBlockContent ul li img{
    width: 100%;
    max-width: 163px;
    height: auto;
}

.endBlockImg img{
    width: 100%;
    max-width: 593px;
    height: auto;
}

.endMsg{
    color:var(--darkred);
    margin:4rem 0;
    font-size:1.8rem;
    font-weight: bold;
}

.checkTermLlink a img{
    width: 100%;
    max-width: 299px;
    height: auto;
}

.checkTermLead{
    width: 100%;
    margin:4rem 0 2rem 0;
    display:flex;
    justify-content: center;
    align-items: center;
}

.checkTermLead p{
    color:var(--textcolor2);
    text-align: center;
    font-weight: bold;
}

.checkTermText{
    margin:2rem 0 4rem 0;
}

.checkTermText p{
    color:var(--textcolor2);
    font-size:1.4rem;
    font-weight:bold;
    line-height:1.8;
}

.redText{
    color:var(--darkred);
}

.pinkYellowLine{
    color:#F38484;
    background: linear-gradient(transparent 52%, #FFEE00 0%);
    display: inline;
    padding: 0 -1px 4px;
}

/* mediaQuery */

@media screen and (min-width:1600px){
    #leadBlock{
        background: #ffffff;
        border-radius: 2rem 0 0 2rem;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
        width:80%;
        padding: 2rem 4rem 2rem 2rem;
        position:relative;
        display:flex;
        justify-content:flex-end;
        flex-wrap: wrap;
    }

    .leadImg {
        display:block;
      }

      .leadImgSp{
        display:none;
    }
}

@media screen and (min-width:1200px) and (max-width:1600px){
    #leadBlock{
        background: #ffffff;
        border-radius: 2rem 0 0 2rem;
        box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .1);
        width: 96%;
        padding: 2rem 2rem 2rem 2rem;
        position:relative;
        display:flex;
        justify-content:flex-end;
        flex-wrap: wrap;
    }
    .leadText p, .leadText p br{
        font-size:1rem;
        font-weight:bold;
        color:#ffffff;
        line-height: 1.8;
    }
    .leadImg {
        display:block;
      }

      .leadImgSp{
        display:none;
    }

    .movieWrap{
        width:100%;
        position: relative;
        overflow: hidden;
        margin-bottom:2rem;
        padding:2rem 2rem 7rem 2rem;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
        align-items:center;
    }
    
    .movieWrap p,.movieWrap .moviePopup{
        position:relative;
        z-index:2;
    }
    
    .movieWrap:before{
        content:"";
        display: block;
        background: rgba(243,132,132,0.45);
        width:210%;
        height:240px;
        z-index:1;
        transform: rotate(-4deg);
        position: absolute;
        top: 34px;
        left: -20px;
    }
}

@media screen and (min-width:768px) and (max-width:1200px){
    #leadBlock{
        position:relative;
        padding:20rem 2rem 2rem 2rem;
        width:96%;
    }

    .leadText{
        width:92%;
    }

    .leadText p, .leadText p br{
        font-size:1rem;
        font-weight:bold;
        color:#ffffff;
        line-height: 1.8;
    }
    .leadImg {
        display:none;
    }

    .leadImgSp{
        display:block;
        margin:2rem 0 0 0;
    }

    .leadImg::before{
        content:"";
        display: block;
        width:100%;
        height:100%;
        position:absolute;
        top:0;
        left:0;
    }

    .leadPointNav,.leadPointNav ul{
        display:flex;
        flex-wrap:wrap;
    }

    .leadPointNav ul li{
        width:48%;
        margin-bottom:2rem;
    }

    .leadPointNav ul li a{
        width: 100%;
    }

    .leadPointNav ul li dl dt img{
        width:100%;
    }

    .movieWrap{
        width:100%;
        position: relative;
        overflow: hidden;
        margin-bottom:2rem;
        padding:2rem 2rem 7rem 2rem;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
        align-items:center;
    }
    
    .movieWrap p,.movieWrap .moviePopup{
        position:relative;
        z-index:2;
    }
    
    .movieWrap:before{
        content:"";
        display: block;
        background: rgba(243,132,132,0.45);
        width:210%;
        height:240px;
        z-index:1;
        transform: rotate(-4deg);
        position: absolute;
        top: 34px;
        left: -20px;
    }

    .movieTtl {
        width: 100%;
        font-size: 10rem;
        font-weight: bold;
        opacity: 0.08;
        color: var(--darkred);
    }

    .movieText {
        font-weight: bold;
        color: var(--darkred);
        font-size: 1.8rem;
    }

    #point3 .slimWrap{
        width:90%;
        margin: 2rem auto;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
    }

    #point3 .slimWrap .sectionL,
    #point3 .slimWrap .sectionR{
        width:100%;
    }

    #point3 .slimWrap .sectionR{
        margin:2rem auto;
    }

    .movieTtl {
        width: 100%;
        font-size: 10rem;
        font-weight: bold;
        opacity: 0.08;
        color: var(--darkred);
        text-align: center;
    }

    .js-modal-video-close{
        position:relative;
      }
    .js-modal-video-close::before{
        content:"×";
        display: block;
        color:#ffffff;
        position:absolute;
        top: 20%;
        right: 15%;
        font-size: 4rem;
    }

    .totalBlock{
        margin: 2rem 0;
        padding:2rem;
    }

    .totalBlock,.totalBlockText1,.totalBlockText2wrap{
        display: flex;
        flex-direction:column;
    }
    .totalBlockText1 img, .totalBlockText1 p,.tbtAmount{
        margin:0 0 2rem 0;
    }

    .tbtAtt,.totalBlockText2{
        margin:0 0 0 0;
    }

    .totalBlockText2wrap{
        border:none;
        justify-content: center;
        align-items: center;
        margin:0 0 0 0;
    }
}

@media screen and (max-width:768px){
    
    .kvAreaWrap{
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items:center
        padding:1rem;
    }

    .kvItem{
        width: 100%;
        display:flex;
        justify-content:center;
        align-items:center;
        margin: 2rem auto 4rem auto;
    }

    .kvItem:nth-child(1){
        padding:0 3rem 0 3rem;
    }

    .kvItem:nth-child(1),.kvItem:nth-child(2){
        width: 100%;
    }

    .kvItem:nth-child(1) img{
        width:100%;
        max-width:480px;
    }

    .kvItem:nth-child(2) img{
        width:100%;
        max-width:initial;
    }

    .scrollDown{
        position:absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    #leadBlock{
        position:relative;
        padding:34rem 2rem 2rem 2rem;
        width: 94%;
    }

    .leadText{
        width:90%;
    }

    .leadImg{
        display:none;
    }

    .leadImgSp{
        display:none;
    }

    .leadPoint{
        display:flex;
        flex-direction:column;
    }

    .leadPointTtl{
        width: 100%;
        margin-bottom:4rem;
    }
    

    .leadPointNav,.leadPointNav ul{
        width: 100%;
        display:flex;
        flex-wrap:wrap;
    }

    .leadPointNav ul li{
        width:48%;
        margin:2rem 0 0 0;
    }

    .leadPointNav dl dt,.leadPointNav dl dd{
        width:100%;
        font-size:1.2rem;
        line-height:1.4;
    }

    .leadPointNav dl dt img{
        width:100%;
    }

    .crowdBg{
        width:100%;
        background-image:url('../../../../img/page/newcolumn/oheyasagashi/bg_sp@2x.png');
        background-repeat:repeat-y;
        background-size: contain;
    }

    .contentBlock{
        width:calc(100% - 20px);
        margin:4rem auto;
        background:rgba(255, 255, 255, 0.95);
        border-radius:2rem;
    }

    
    .ttlBlock dl{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .ttlBlock dl dd{
        width:100%;
    }

    .ttlBlock dl dt{
        margin-bottom:2rem;
    }
    
    .ttlBlock dl dt img{
        width:100%;
        height: 100%;
        max-height: 75px;
        width: auto;
    }

    .ttlBlock dl dd h3{
        font-size:2.6rem;
        line-height:1.4;
        color:var(--textcolor);
        margin:0 1rem 1rem 0;
    }

    .ttlSubEng{
        position:relative;
    }

    .ttlSubEng:after{
        content:"";
        display: block;
        width:100%;
        height: 3px;
        background-color:var(--darkred);;
        position:absolute;
        top: 50%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index:1;
    }

    .ttlSubEng p{
        color: var(--darkred);
        font-size: 0.85rem;
        font-weight: bold;
        letter-spacing: 2px;
        background: #ffffff;
        padding: 4px;
        z-index: 2;
        position: relative;
        display: inline-block;
    }

    .oheyasagashi section{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:flex-start;
        margin:2rem 0;
    }
    
    .sectionL,.sectionR{
        width:100%;
    }
    
    .sectionL picture,
    .sectionR picture{
        width:100%;
        max-width:360px;
    }

    .articleText{
        font-weight:500;
        color:var(--textcolor2);
        line-height:2.2;
        margin:2rem 0 0 0;
    }

    .articlePointBg{
        margin: 4rem 2rem;
    }

    .articlePoint{
        display:flex;
        flex-wrap:wrap;
        justify-content:center;
        align-items:center;
        padding:2rem;
    }

    .articlePointTtl h4{
        line-height:1.4;
        color:var(--textcolor2);
        text-align: center;
        font-size:1.8rem;
    }
    
    .articlePoint picture{
        width:100%;
        max-width:360px;
    }
    
    .obiHead{
        width: 100%;
        background: var(--darkred);
        position:relative;
        padding:4rem 2rem 1rem 2rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .oheyasagashi .obiHead h4{
        color:#ffffff;
        margin-bottom:0;
        text-align: center;
        width: 100%;
    }
    
    .oheyasagashi .obiHead img{
        max-width:65px;
        position:absolute;
        top:-30px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }

    .sectionWrap{
        width:100%;
        padding:0 2rem 2rem 2rem;
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
    }
    .movieWrap{
        width:100%;
        position: relative;
        overflow: hidden;
        margin-bottom:2rem;
        padding:3rem 2rem 7rem 2rem;
        display:flex;
        flex-wrap:wrap;
        justify-content: space-between;
        align-items:center;
    }
    
    .movieWrap p,.movieWrap .moviePopup{
        position:relative;
        z-index:2;
    }
    
    .movieWrap:before{
        content: "";
        display: block;
        background: rgba(243,132,132,0.45);
        width: 210%;
        height: 270px;
        z-index: 1;
        transform: rotate(-4deg);
        position: absolute;
        top: 74px;
        left: -20px;
    }

    .movieLead, .moviePopup{
        width: 100%;
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
        align-items:center;
        margin:0 0 2rem 0;
        padding:0 2rem;
    }

    .movieTtl {
        width: 100%;
        font-size: 8rem;
        font-weight: bold;
        opacity: 0.08;
        color: var(--darkred);
        text-align: center;
        margin: 2rem 0 2rem 0;
    }

    .movieText {
        font-weight: bold;
        color: var(--darkred);
        font-size: 1.8rem;
    }

    .js-modal-video-close{
        position:relative;
      }
    .js-modal-video-close::before{
        content:"×";
        display: block;
        color:#ffffff;
        position:absolute;
        top: 30%;
        right: 3%;
        font-size: 4rem;
    }

    #point3 .sectionWrap{
        width:100%;
        margin:0 auto;
    }
    
    .checkpointBlock,.checkpointImg{
        width:100%;
    }

    .checkpointImg{
        text-align: center;
    }
    
    .checkpointBlock{
        background: #FFF2F2;
    }

    
    #point3 .slimWrap{
        width:90%;
        margin: 2rem auto;
        display:flex;
        flex-wrap:wrap;
        align-items:center;
    }

    #point3 .slimWrap .sectionL,
    #point3 .slimWrap .sectionR{
        width:100%;
    }

    #point3 .slimWrap .sectionR{
        margin:2rem auto;
    }

    .arrow{
        padding:3rem;
    }

    .totalBlock{
        margin: 2rem 0;
        padding:2rem;
    }

    .totalBlock,.totalBlockText1,.totalBlockText2wrap{
        display: flex;
        flex-direction:column;
    }
    .totalBlockText1 img, .totalBlockText1 p,.tbtAmount{
        margin:0 0 2rem 0;
    }

    .tbtAtt,.totalBlockText2{
        margin:0 0 0 0;
    }

    .totalBlockText2wrap{
        border:none;
        justify-content: center;
        align-items: center;
        margin:0 0 0 0;
    }

    .redTag{
        color:#f0f0f0;
        background: var(--darkred);
        padding:1.25rem 3rem;
        font-size:1.8rem;
        font-weight: bold;
        position:absolute;
        top:-3%;
        left: 41%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform:rotate(-4deg);
    }

    .challengeLead{
        margin:1rem 0;
    }

    .simulator a{
        display: inline-block;
        max-width:270px;
        margin: 0 auto;
    }

    #checkTerm{
        padding:2rem 2rem;
    }

    
    .ctt1 p{
        display:inline;
        position:relative;
        color:var(--textcolor2);
        font-size: 1.8rem;
        font-weight: bold;
        padding: 0 3rem 0 3.75rem;
    }

    .ctt1 p:before{
        content:"";
        display: block;
        width:24px;
        height:4px;
        background: var(--textcolor2);
        position:absolute;
        top:34%;
        left: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: rotate(60deg);
    }

    .ctt1 p:after{
        content:"";
        display: block;
        width:24px;
        height:4px;
        background: var(--textcolor2);
        position:absolute;
        top:34%;
        right: 0%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: rotate(-60deg);
    }

    .oheyasagashi section .ctt2 h4{
        color:var(--textcolor2);
        font-size:2rem;
        font-weight: bold;
        padding:1rem;
    }

    .checkTermLead p{
        line-height:1.6;
    }

    .checkTermContent{
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }

    .checkTermImg{
        margin:0 0 2rem 0;
    }

    .checkTermImg img{
        width: 100%;
        max-width: 1040px;
        height: auto;
    }

    .endBlockWrap{
        flex-direction:column;
    }

    .endBlock{
        padding: 5rem 2rem;
    }

    .endBlockContent{
        width: 100%;
        padding: 2rem;
    }

    .endBlockContent ul{
        width: 100%;
        justify-content: space-around;
    }

    .endMsg{
        font-size:2.4rem;
    }

}


/* swiperContainer */
.swiperContainer {
    width: 100%;
    margin: 30px auto;
 }

.tab-menu .swiper-slide {
    width:auto;
    background: #FACECE;
    color:#ffffff;
    border-top-right-radius:8px;
    font-weight: bold;
    padding:1rem;
    opacity:0.6;
    cursor: pointer;
}

.tab-menu .swiper-wrapper{
    padding:0 0;
 }

.swiper-autoheight .swiper-slide{
    width: calc(100% - 2rem);
    padding-right: 2rem;
}

.tab-contents {
    border: 1px solid var(--darkred);
    padding: 2rem 2rem;
 }

 .tab-contents .swiper-wrapper{
    padding:2rem;
 }

.swiper-slide-thumb-active{
    background: #F38484 !important;
 }

 .slideContent{
    padding:2rem 0;
 }

 .slideContent p{
    line-height:1.8;
    padding: 0 2rem 0 0;
    color:var(--textcolor2);
    font-weight: bold;
 }



 /*追従メニュー*/
.cmnBody.notLeftMenu .cmnReset.pageTop{
    position:fixed;
    top:40%;
    right:0;
}

/* 一時的に非表示 */
.cmnBody .pageTop{display:none;}

/* .cmnBody .pageTop a{
    color:#ffffff;
    background: #707070;
    padding: 2rem 1rem 1.5rem 1.25rem;
    border-radius: 8px 0 0 8px;
    width: auto;
    height: auto;
    box-shadow: 0 3px 0 #BFAFAF;
}

.cmnBody .pageTop a::before{
    content: '';
    top: 6px;
    left: 38%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 6px solid #ffffff;
    border-top: 0;
    transform:initial;
} */

.menuBlock{
    position:fixed;
    top:49%;
    right:0;
    z-index: 701;
}

.topBtn a{
    display: block;
    background: #707070;
    padding:1.25rem 1.5rem 1.25rem 2rem;
    border-radius:8px 0 0 8px;
    color:#ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: bold;
    width: 52px;
    height: auto;
    box-shadow: 0 3px 0 #BFAFAF;
}

.nextBtn a{
    display: block;
    background: #707070;
    border-radius:8px 0 0 8px;
    margin:1.5rem 0 0 0;
    padding:1.25rem 1.5rem 1.25rem 1.25rem;
    color:#ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: bold;
    width: 52px;
    height: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    box-shadow: 0 3px 0 #BFAFAF;
}

.requestBtn a{
    display: block;
    background: #F38484;
    padding:1.25rem 0.5rem 6rem 0.125rem;
    border-radius:8px 0 0 8px;
    color:#ffffff;
    border: none;
    font-size: 1.1rem;
    font-weight: bold;
    margin:1.5rem 0 0 0;
    width: 52px;
    height: auto;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position:relative;
    box-shadow: 0 3px 0 #BFAFAF;
}

.requestBtn a::before{
    content:"";
    display: block;
    background:url('../../../../img/page/newcolumn/oheyasagashi/operator.png');
    background-size:cover;
    width: 45px;
    height: 62px;
    position:absolute;
    bottom:0;
}

.requestBtn a p{
    color:#ffffff;
    font-size: 1.1rem;
    line-height:1.2;
    font-weight: bold;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media screen and (max-width:768px){
    .pc{
        display:none;
    }
    .cmnBody.notLeftMenu .cmnReset.pageTop{
        position:fixed;
        top:initial;
        bottom:10%;
        right:0;
    }

    .cmnBody .pageTop a{
        padding: 1.25rem 0.25rem 1rem 0.5rem;
    }

    .btmLink{
        width:100%;
        position:fixed;
        bottom:0;
        left:0;
        right:0;
    }

    .btmLink a{
        display: block;
        width:100%;
        background: rgba(220,75,75,0.8);
        padding:1rem;
    }
    .btmLinkWrap{
        display:flex;
        justify-content:space-between;
        align-items:center;
        position:relative;
    }
    
    .btmLinkWrap p{
        color:#ffffff;
        margin: 0 auto;
    }

    .btmLinkWrap p:after{
        content:"";
        display: block;
        width: 12px;
        height: 12px;
        border-top:3px solid #ffffff;
        border-right:3px solid #ffffff;
        position:absolute;
        top: 40%;
        right: 15%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform:rotate(45deg)
    }

    .btmLinkWrap img{
        position:absolute;
    }

    .subTtlGray{
        margin: 0 auto;
    }

    .menuBlock{
        position:fixed;
        top:initial;
        bottom:10%;
    }

    .topBtn a{
        display: block;
        background: #707070;
        padding:1.25rem 0.5rem 1.25rem 0.5rem;
        border-radius:8px 0 0 8px;
        color:#ffffff;
        border: none;
        font-size: 1.1rem;
        font-weight: bold;
        width: 32px;
        height: auto;
        box-shadow: 0 3px 0 #BFAFAF;
    }
}

@media screen and (min-width:768px){
    .sp{
        display:none;
    }
}