@charset "utf-8";
/* CSS Document */

/*--------------------------------------
　Main Index
---------------------------------------*/

/*共通*/
#index .sec {
    margin: 0 auto 16rem;
    position: relative;
}

#index .sec:last-child {
    margin: 0 auto;
}

#contents .captionWrap {
    overflow: hidden;
    white-space: nowrap;
}

#contents .captionWrap .caption {
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    /*height: calc(100% + 18px);*/
    /*overflow-x: scroll;*/
}

.caption::-webkit-scrollbar {
    height: 5px;
}

.caption::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background: #ddd;
}

.caption::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
}

#contents {
    overflow: hidden;
}

a:hover {
    opacity: 0.7;
}

/* Firefox */
@-moz-document url-prefix() {}

#index .titArea .idxh2 a:hover {
    opacity: 0.7;
}


.keyArea_idx .slideArea_idx {
  transform: scaleX(-1);
}

.keyArea_idx .slideArea_idx .slide-img {
  transform: scaleX(-1);
}
/*各セクション*/

.keyArea_idx {
    margin: 0 auto;
    position: relative;
}

.keyArea_idx .slick-arrow {
    display: none !important;
}

.keyArea_idx .slideArea_idx .slide-img {
    max-height: 85rem;
    border-radius: 2rem;
    overflow: hidden;
    margin: 0 1.5rem;
    width: 32vw;
}

.keyArea_idx .slideArea_idx .slide-img img {
    object-fit: cover;
    width: 100%;
}

.keyArea_idx .ab {
    max-width: inherit;
    width: auto;
    bottom: -5rem;
    left: calc(50% - 105rem);
}

#keyOut .info {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #FFF;
    border-radius: 2rem 0 0 0;
    width: 55rem;
    padding: 3rem 3rem 4rem 3rem;
}

#keyOut .info .date {
    margin: 0 0 2rem -3rem;
}

#keyOut .info .date .bg_red {
    background: #ff525e;
    color: #FFF;
    font-size: 1.6rem;
    font-weight: 700;
    padding: .8rem 2rem .8rem 3rem;
    border-radius: 0 3rem 3rem 0;
    margin: 0 2rem 0 0;
}

#keyOut .info a {
    background: url(img/arr_orange.png) 100% 50% no-repeat;
    background-size: .8rem auto;
    display: block;
}

#keyOut .huki {
    position: absolute;
    bottom: 5rem;
    left: 3rem;
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    border-radius: 3rem;
    padding: 3rem 1.5rem;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
    animation: none;
    width: 39vw;
}

#keyOut .huki:before {
    content: "";
    background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5.1rem;
    left: 8rem;
    width: 5rem;
    height: 5.2rem;
}

#keyOut .huki .huki_inner {
    font-weight: 700;
    font-size: 2.4vw;
    line-height: 3.7vw;
    color: #FFF;
}

#keyOut .huki .huki_inner .fs_l {
    font-size: 3vw;
}

/*sec01_cont*/

#index #sec01_cont {
    padding: 10rem 0 15rem;
    background: url(img/bgdeco_topL.png) left -5rem bottom 0 no-repeat, url(img/bgdeco_topR.png) right -6rem top 0 no-repeat;
    background-size: auto, auto;
    margin: 0 auto;
}

#index #sec01_cont .lead {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    line-height: 4rem;
}

#index #sec01_cont p {
    text-align: center;
}

#index #sec01_cont p .fs_s {
    font-size: 1.4rem;
    color: #999;
}

#index #sec01_cont .logo {
    margin: 6rem auto 0;
    display: block;
}



/*共通*/
.sec .leadTxt {
    color: #ff5d34;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.4rem;
    text-align: center;
    margin: 0 auto 2.5rem;
}

.sec .idxh2 {
    font-size: 4rem;
    text-align: center;
    line-height: 5.6rem;
    margin: 0 0 2rem 0;
}

.sec .idxh2 .fs_s {
    font-size: 3.4rem;
}

.bg_gra {
    background-image: linear-gradient(to right, rgba(255, 181, 160, 1), rgba(255, 203, 123, 1));
    background-repeat: no-repeat;
    background-size: 100% 40%;
    background-position: bottom;
    padding: 0 0 .5rem;
}


/*sec02_cont*/

#index #sec02_cont {
    background: url(img/cont2_bg02.png) left calc(50% - 15rem) top -15rem no-repeat, url(img/cont2_bg01.png) right calc(50% - 15rem) bottom -15rem no-repeat, #fff8f2;
    background-size: auto, auto;
    border-radius: 2rem;
    width: calc(100% - 6rem);
    padding: 8rem 0;
}

#index #sec02_cont .titArea .tagList {
    margin: 0 auto -1rem;
}

#index #sec02_cont .titArea .hukiImg {
    width: 39.1rem;
    margin: 0 auto;
}

#index #sec02_cont .sBlock01 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100rem;
    margin: 0 auto 5rem;
    align-items: end;
    gap: 4rem;
}

#index #sec02_cont .sBlock01 .flBox .sBox {
    width: 48%;
}

#index #sec02_cont .sBlock01 .flBox .sBox:nth-child(1) .ph {
    width: 35.2rem;
    margin: 0 auto;
}

#index #sec02_cont .sBlock01 .flBox .sBox:nth-child(2) .ph {
    width: 43.8rem;
    margin: 0 auto;
}

#index #sec02_cont .sBlock01 .flBox .idxh3 {
    background: #FFF;
    border-radius: 2rem;
    line-height: 3.4rem;
    font-size: 2.4rem;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
    position: relative;
    width: 85%;
    margin: -5px auto;
    font-weight: bold;
}

#index #sec02_cont .sBlock01 .flBox .idxh3:before {
    content: "";
    background: #ffca7b;
    width: 4rem;
    height: .3rem;
    position: absolute;
    top: calc(50% - .15rem);
    left: -2rem;
}

#index #sec02_cont .sBlock01 .flBox .sBox:nth-child(1) .idxh3:after {
    content: "";
    background: url(img/sec02_cont_sblock01_num01.png) 50% 50% no-repeat;
    background-size: contain;
    width: 7.7rem;
    height: 6.6rem;
    position: absolute;
    top: -5.6rem;
    left: 3rem;
}

#index #sec02_cont .sBlock01 .flBox .sBox:nth-child(2) .idxh3:after {
    content: "";
    background: url(img/sec02_cont_sblock01_num02.png) 50% 50% no-repeat;
    background-size: contain;
    width: 8.8rem;
    height: 6.6rem;
    position: absolute;
    top: -5.6rem;
    left: 3rem;
}

#index #sec02_cont .sBlock01 p {
    padding: 0 4rem;
    margin: 0 auto 6rem;
}

#index #sec02_cont .sBlock01 {
    margin: 0 auto 25rem;
}

#index #sec02_cont .sBlock02 {
    margin: 0 auto 10rem;
}

#index #sec02_cont .sBlock02 {
    max-width: 90rem;
    border-radius: 2rem;
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    padding: 4rem 4rem 5rem 4rem;
    position: relative;
}

#index #sec02_cont .sBlock02 .hukiImg {
    position: absolute;
    top: -15rem;
    left: -6rem;
    width: 39.2rem;
}

#index #sec02_cont .sBlock02 .idxh3 {
    font-size: 3rem;
    border-bottom: .5rem dotted #ffd7cb;
    color: #FFF;
    padding: 0 0 2.5rem 0;
    margin: 0 0 2rem 0;
    line-height: 4rem;
}

#index #sec02_cont .sBlock02 .leadTxt {
    color: #FFF;
    text-align: left;
    width: 50rem;
    margin: 0 0 4rem 0;
}

#index #sec02_cont .sBlock02 .tagList {
    max-width: 100rem;
    text-align: left;
    margin: 0 auto 6rem;
}

#index #sec02_cont .sBlock02 .ph {
    width: 517px;
    position: absolute;
    bottom: -10rem;
    right: -5rem;
}

#index #sec02_cont .sBlock02 .btn-internal {
    margin: 0;
    width: 40rem;
}

#index #sec02_cont .sBlock02 .btn-internal a {
    background: #FFF url(img/arr_orange.png) right 2rem top 50% no-repeat;
    background-size: .9rem auto;
    color: #ff525e;
    box-shadow: .5rem .5rem 0 0 #ff525e;
}

#index #sec02_cont .sBlock02 .tagList {
    margin: 0 0 3rem 0;
}

#index #sec02_cont .sBlock02 .leadTxt {
    margin: 0 0 2rem 0;
}

#index #sec02_cont .sBlock03 .topCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin: 0 0 5rem 0;
}

.hukiImg {
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}

#index #sec02_cont .sBlock03 .topCont .titArea .hukiImg {
    width: 31.9rem;
    margin: inherit;
    margin: 0 0 -2rem -10rem;
}

#index #sec02_cont .sBlock03 .topCont .titArea {
    width: 49rem;
}

#index #sec02_cont .sBlock03 .topCont .lead {
    width: calc(100% - 49rem - 4rem);
    padding: 0 0 5rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.4rem;
}

#index #sec02_cont .sBlock03 .topCont .idxh3 {
    font-size: 4rem;
    line-height: 5.2rem;
    margin: 0 0 3rem 0;
}

#index #sec02_cont .sBlock03 .topCont .idxh3 .fs_s {
    font-size: 3.4rem;
}

#index #sec02_cont .sBlock03 .topCont .tagList {
    margin: 0;
    text-align: left;
}

#index #sec02_cont .sBlock03 .dtlCont {
    position: relative;
}

#index #sec02_cont .sBlock03 .dtlCont .illust {
    position: absolute;
    bottom: 0;
    left: -1rem;
}

#index #sec02_cont .sBlock03 .dtlCont .hukiBox {
    position: relative;
    margin: 0 auto 6rem;
    height: 44rem;
}

#index #sec02_cont .sBlock03 .huki {
    background: #FFF;
    padding: 2rem 2rem;
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    border-radius: 3rem;
    display: inline-block;
    line-height: 3.4rem;
    width: 27rem;
    position: absolute;
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}

#index #sec02_cont .sBlock03 .huki:before {
    content: "";
    background: #FFF;
    position: absolute;
    width: 2rem;
    height: 2rem;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    bottom: -1.9rem;
    left: 4rem;
}

#index #sec02_cont .sBlock03 .huki:nth-child(2):before,
#index #sec02_cont .sBlock03 .huki:nth-child(5):before,
#index #sec02_cont .sBlock03 .huki:nth-child(7):before {
    content: "";
    background: #FFF;
    position: absolute;
    width: 2rem;
    height: 2rem;
    clip-path: polygon(100% 0, 0 0, 0 100%);
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
    bottom: -1.9rem;
    left: inherit;
    right: 4rem;
}

#index #sec02_cont .sBlock03 .huki.huki_l {
    top: 0;
    left: 15rem;
    width: 42rem;
    padding: 3rem 2rem;
}




#index #sec02_cont .sBlock03 .huki:nth-child(2) {
    top: 2rem;
    right: 12.5rem;
}

#index #sec02_cont .sBlock03 .huki:nth-child(3) {
    top: 15rem;
    left: 7.8rem;
}

#index #sec02_cont .sBlock03 .huki:nth-child(4) {
    top: 15rem;
    left: 40.5rem;
}

#index #sec02_cont .sBlock03 .huki:nth-child(5) {
    top: 15rem;
    right: 0;
}

#index #sec02_cont .sBlock03 .huki:nth-child(6) {
    top: 26rem;
    left: 19rem;
}

#index #sec02_cont .sBlock03 .huki:nth-child(7) {
    top: 26rem;
    right: 16rem;
}

#index #sec02_cont .sBlock03 .huki:nth-child(8) {
    top: 36rem;
    left: calc(50% - 13.5rem);
}


/*sec03_cont*/

#index #sec03_cont .sBlock01 {
    position: relative;
    /* background: url(img/bgdeco05.png) left 50% bottom 0 no-repeat; */
    background-size: cover;
    padding: 0 0 7rem 0;
    margin: 0 auto 5rem;
}

#index #sec03_cont .sBlock01:before {
    content: "";
    background: url(img/bgdeco_04.png) 50% 50% no-repeat;
    background-size: contain;
    width: 42.4rem;
    height: 58.6rem;
    position: absolute;
    left: calc(50% - 95rem);
    bottom: -15rem;
    z-index: -1;
}

#index #sec03_cont .sBlock01:after {
    content: "";
    background: url(img/bgdeco_04.png) 50% 50% no-repeat;
    background-size: contain;
    width: 42.4rem;
    height: 58.6rem;
    position: absolute;
    right: calc(50% - 85rem);
    top: -30rem;
    z-index: -1;
}

#index #sec03_cont .sBlock01 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 4rem;
    margin: 12rem auto 0;
}

#index #sec03_cont .sBlock01 .flBox .sBox {
    width: 48%;
    background: #ececec;
    border-radius: 2rem;
    padding: 5rem 2rem 4rem 2rem;
}

#index #sec03_cont .sBlock01 .flBox .sBox .btn-internal {
    width: 90%;
    margin: 0 auto;
}

#index #sec03_cont .sBlock01 .flBox .sBox .titBox {
    position: relative;
}

#index #sec03_cont .sBlock01 .flBox .sBox:nth-child(1) .titBox .ph {
    position: absolute;
    bottom: 0;
    left: 0;
}

#index #sec03_cont .sBlock01 .flBox .sBox:nth-child(2) .titBox .ph {
    position: absolute;
    bottom: 0;
    left: 0;
}

#index #sec03_cont .sBlock01 .flBox .sBox:nth-child(1) .titBox .ph {
    width: 17.6rem;
}

.ph img {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease-out, transform 0.6s ease-out;
  will-change: opacity, transform;
}

#index #sec03_cont .sBlock01 .flBox .sBox:nth-child(2) .titBox .ph {
    width: 15rem;
}

#index #sec03_cont .sBlock01 .flBox .sBox .h3Out {
    padding: 0 0 0 19rem;
}

#index #sec03_cont .sBlock01 .flBox .sBox .h3Out .huki {
    margin: -10rem 0 4.5rem 0;
    animation: none;
}

#index #sec03_cont .sBlock01 .flBox .sBox .h3Out .huki_inner {
    border-radius: 3rem;
    font-size: 1.8rem;
    font-weight: 700;
    color: #FFF;
    line-height: 3rem;
    padding: 1rem 3rem;
    background: linear-gradient(90deg, rgba(255, 121, 83, 1) 0%, rgba(255, 166, 31, 1) 100%);
    position: relative;
    display: block;
    transform: rotate(-8deg);
    filter: drop-shadow(5px 5px 5px rgb(0 0 0 / 0.2));
}

#index #sec03_cont .sBlock01 .flBox .sBox .h3Out .huki_inner:before {
    content: "";
    background: #ff804b;
    position: absolute;
    width: 2rem;
    height: 2rem;
    clip-path: polygon(0 0, 100% 100%, 100% 0);
    -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
    bottom: -1.9rem;
    left: 4rem;
}

#index #sec03_cont .sBlock01 .flBox .sBox .idxh3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    margin: 0 0 3rem 0;
}

#index #sec03_cont .sBlock02 {
    background: #f8ead5;
    padding: 10rem 0;
    position: relative;
}

#index #sec03_cont .sBlock02:before {
    content: "";
    background: #FFF;
    width: 100%;
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10rem 0;
}

#index #sec03_cont .sBlock02:after {
    content: "";
    background: #FFF;
    width: 100%;
    height: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10rem 0 0 0;
}

#index #sec03_cont .sBlock02 .inner {
    position: relative;
    padding: 10rem 0 8rem 0;
}

#index #sec03_cont .sBlock02 .inner:before {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
}

#index #sec03_cont .sBlock02 .inner:after {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 10rem;
    height: 10rem;
    transform: rotate(180deg);
}

#index #sec03_cont .sBlock02 .idxh3 {
    font-size: 4rem;
    line-height: 5.4rem;
    margin: 0 0 2.2rem;
}

#index #sec03_cont .sBlock02 .h3Out .tagList {
    margin: 0;
    text-align: left;
}

#index #sec03_cont .sBlock02 .h3Out .hukiImg {
    margin: -18rem 0 -2rem -11rem;
}

#index #sec03_cont .sBlock02 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 5rem auto 5rem;
    padding: 0 7rem;
    background: url(img/deco_illust01.png) 50% 50% no-repeat;
    background-size: auto;
}

#index #sec03_cont .sBlock02 .flBox .sBox {
    width: 33rem;
    background: #FFF;
    border-radius: 2rem 2rem 0 0;
}

#index #sec03_cont .sBlock02 .flBox .sBox * {
    text-align: center;
    font-weight: 700;
}

#index #sec03_cont .sBlock02 .flBox .sBox .idxh4 {
    font-size: 2.4rem;
    margin: 0 0 3rem 0;
}

#index #sec03_cont .sBlock02 .flBox .sBox .enTit {
    font-size: 2rem;
    position: relative;
    line-height: 2.1rem;
    margin: -2.5rem 0 3rem 0;
}

#index #sec03_cont .sBlock02 .flBox .sBox:nth-child(1) .enTit {
    color: #379dcb;
}

#index #sec03_cont .sBlock02 .flBox .sBox:nth-child(1) .enTit:before {
    content: "";
    background: #379dcb;
    width: .2rem;
    height: 6rem;
    position: absolute;
    top: calc(50% - 3rem);
    left: 6rem;
    transform: rotate(-40deg);
}

#index #sec03_cont .sBlock02 .flBox .sBox:nth-child(1) .enTit:after {
    content: "";
    background: #379dcb;
    width: .2rem;
    height: 6rem;
    position: absolute;
    top: calc(50% - 3rem);
    right: 6rem;
    transform: rotate(40deg);
}

#index #sec03_cont .sBlock02 .flBox .sBox:nth-child(2) .enTit:before {
    content: "";
    background: #ff5d34;
    width: .2rem;
    height: 6rem;
    position: absolute;
    top: calc(50% - 3rem);
    left: 6rem;
    transform: rotate(-40deg);
}

#index #sec03_cont .sBlock02 .flBox .sBox:nth-child(2) .enTit:after {
    content: "";
    background: #ff5d34;
    width: .2rem;
    height: 6rem;
    position: absolute;
    top: calc(50% - 3rem);
    right: 6rem;
    transform: rotate(40deg);
}

#index #sec03_cont .sBlock02 .flBox .sBox:nth-child(2) .enTit {
    color: #ff5d34;
}

#index #sec03_cont .sBlock02 .flBox .sBox .ph {
    margin-left: -6rem;
    margin-right: -6rem;
}

#index #sec03_cont .sBlock02 .txt01 {
    padding: 0 8rem;
}

#index #sec03_cont {
    margin: 0 auto 5rem;
}

/*sec04_cont*/

/*sec05_cont*/

#index #sec05_cont .sBlock01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 auto 12rem;
}

#index #sec05_cont .sBlock01 .ph {
    width: 47.8rem;
}

#index #sec05_cont .sBlock01 .txtArea {
    width: 47rem;
    margin-top: 5rem;
}

#index #sec05_cont .sBlock02 {
    width: calc(100% - 6rem);
    background: #f8ead5;
    margin: 0 auto 11rem;
    border-radius: 2rem;
    position: relative;
    padding-bottom: 16rem;
}

#index #sec05_cont .sBlock02:before {
    content: "";
    /* background: #f8ead5; */
    position: absolute;
    bottom: -20rem;
    right: 0;
    width: 49%;
    height: 20rem;
    border-radius: 0 0 2rem 2rem;
    z-index: -1;
}

#index #sec05_cont .sBlock02:after {
    content: "FAQ";
    color: #f8ead5;
    font-size: 13rem;
    font-weight: 700;
    position: absolute;
    left: 0;
    bottom: -9.8rem;
    line-height: 1;
}

#index #sec05_cont .sBlock02 .inner {
    padding: 10rem 0 0;
}

#index #sec05_cont .sBlock02 .idxh3,
#index #sec05_cont .sBlock03 .idxh3 {
    font-size: 4rem;
    line-height: 5.2rem;
}

#index #sec05_cont .sBlock02 .idxh3 .fs_s,
#index #sec05_cont .sBlock03 .idxh3 .fs_s {
    font-size: 3.4rem;
}

#index #sec05_cont .sBlock02 .hukiImg {
    position: absolute;
    top: -25rem;
    left: -13rem;
}

#index #sec05_cont .sBlock03 .hukiImg {
    position: absolute;
    top: -20rem;
    left: -12rem;
}

#index #sec05_cont .sBlock02 .topCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: end;
    margin: 0 auto;
}

#index #sec05_cont .sBlock02 .topCont .titArea {
    width: 50rem;
}

#index #sec05_cont .sBlock02 .topCont .lead {
    width: 50rem;
    padding: 0 0 5rem 0;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 3.4rem;
}

#index #sec05_cont .topCont {
    position: relative;
}

#index #sec05_cont .sBlock02 .topCont .idxh3,
#index #sec05_cont .sBlock03 .topCont .idxh3 {
    margin: 0 0 2.5rem 0;
}

#index #sec05_cont .sBlock02 .topCont .tagList,
#index #sec05_cont .sBlock03 .topCont .tagList {
    margin: 0;
    text-align: left;
}

#index #sec05_cont .sBlock02 .ph {
    width: 56.3rem;
    margin: 0 auto -17.3rem;
}

#index #sec05_cont .sBlock02 .btn-internal {
    position: relative;
    bottom: -14rem;
}

#index #sec05_cont .sBlock03 {
    width: calc(100% - 6rem);
    background: url(img/bgdeco_01.png) left -3rem bottom -15rem no-repeat, url(img/bgdeco_01.png) right 0 top -20rem no-repeat, #ececec;
    background-size: auto, auto;
    margin: 0 auto;
    border-radius: 2rem;
    position: relative;
    padding-bottom: 10rem;
}

#index #sec05_cont .sBlock03:before {
    content: "";
    /* background: #ececec; */
    position: absolute;
    top: -20rem;
    left: 0;
    width: 49%;
    height: 20rem;
    border-radius: 2rem 2rem 0 0;
    z-index: -1;
}

#index #sec05_cont .sBlock03:after {
    content: "EPISODE";
    color: #ececec;
    font-size: 13rem;
    font-weight: 700;
    position: absolute;
    right: 0;
    top: -11.5rem;
    line-height: 1;
}

#index #sec05_cont .sBlock03 .inner {
    padding: 17rem 0 0 0;
}

#index #sec05_cont .sBlock03 .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#index #sec05_cont .sBlock03 .leftArea {
    width: 48rem;
}

#index #sec05_cont .sBlock03 .leftArea .lead {
    font-size: 1.8rem;
    font-weight: 700;
}

#index #sec05_cont .sBlock03 .leftArea .btn-internal {
    margin: 4rem 0 0 0;
}

#index #sec05_cont .sBlock03 .ph {
    width: 65rem;
    margin: -15rem -19rem -10rem 0;
}

#index #sec05_cont .sBlock03 .ph img {
    opacity: 1;
    transform: none;
    transition: none;
    will-change: auto;
       border-radius: 2rem;
}


/*sec06_cont*/

#index #sec06_cont {
    position: relative;
    margin: 0 auto 10rem;
}

#index #sec06_cont:before {
    content: "";
    background: url(img/bgdeco_03.png) 50% 50% no-repeat;
    background-size: contain;
    width: 37.4rem;
    height: 51.6rem;
    position: absolute;
    bottom: -12rem;
    right: -15rem;
    z-index: 1;
    opacity: 0.8;
}

#index #sec06_cont .mainBlock {
    background: url(/wp/wp-content/uploads/bg_sec05_cont.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    padding: 10rem 0;
    margin: -10rem auto -7rem;
}

#index #sec06_cont .mainBlock:before {
    content: "";
    background: #FFF;
    width: 100%;
    height: 10rem;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0 0 10rem 0;
}

#index #sec06_cont .mainBlock:after {
    content: "";
    background: #FFF;
    width: 100%;
    height: 10rem;
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 10rem 0 0 0;
}

#index #sec06_cont .mainBlock .inner {
    position: relative;
    padding: 30rem 0 10rem;
}

#index #sec06_cont .mainBlock .inner:before {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 10rem;
    height: 10rem;
}

#index #sec06_cont .mainBlock .inner:after {
    content: "";
    background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -1px;
    right: 0;
    width: 10rem;
    height: 10rem;
    transform: rotate(180deg);
}

#index #sec06_cont .subTit {
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    background: #ff7755;
    display: inline-block;
    border-radius: 5rem;
    padding: 1.2rem 3rem;
    line-height: 2.6rem;
    margin: 0 0 2rem 0;
    border: solid 1px #fff;★;
}

#index #sec06_cont .idxh2 {
    font-size: 4rem;
    color: #FFF;
}

#index #sec06_cont .botArea {
    position: relative;
}

#index #sec06_cont .botArea p {
    padding: 0 10rem;
    margin: 0 auto 6rem;
}

#index #sec06_cont .botArea .btnArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100rem;
    margin: 0 auto;
    padding: 0 8rem;
}

#index #sec06_cont .botArea div {
    margin: 0;
}



@media screen and (max-width: 599px) {

    p {
        font-size: 14px;
        font-size: 1.4rem;
        margin: 0 0 10px 0;
    }

    .wi1000 {
        width: 100%;
        margin: 0 auto;
        box-sizing: border-box;
    }

    /*共通*/

    /* Chrome Edge Opera */
    @media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {}

    /* Firefox */
    @-moz-document url-prefix() {}




    /*各セクション*/

    #index .sec {
        margin: 0 auto 5rem;
    }

    .keyArea_idx {
        width: 100%;
        max-height: 40.5rem;
    }

    .keyArea_idx .slideArea_idx .slide-img {
        max-height: 40.5rem;
        margin: 0 0.75rem;
        width: 67vw;
    }

    .keyArea_idx .slideArea_idx .slide-img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 40.5rem;
    }

    .keyArea_idx .ab {
        max-width: inherit;
        width: 50rem;
        bottom: -1rem;
        left: calc(50% - 22rem);
    }

    #keyOut .info {
        position: inherit;
        bottom: inherit;
        right: inherit;
        border-radius: 0;
        width: 100%;
        padding: 7rem 1.5rem 2rem 15px;
    }

    #keyOut .info .date {
        margin: 0 0 1.5rem -1.5rem;
    }

    #keyOut .info .date .bg_red {
        padding: .8rem 1.5rem .8rem 1.5rem;
    }

    #keyOut .info a {
        background: url(img/arr_orange.png) 100% 50% no-repeat;
        background-size: .8rem auto;
        display: block;
        padding: 0 1.8rem 0 0;
    }

    #keyOut .huki {
        bottom: inherit;
        top: 28.5rem;
        left: 1rem;
        border-radius: 2rem;
        padding: 2rem 1.5rem;
        width: 80vw;
    }

    #keyOut .huki:before {
        content: "";
        background: url(img/deco_huki_orange.svg) 50% 0 no-repeat;
        background-size: contain;
        position: absolute;
        bottom: -2.7rem;
        left: 3rem;
        width: 2.5rem;
        height: 2.8rem;
    }

    #keyOut .huki .huki_inner {
        font-size: 4vw;
        line-height: 3rem;
    }

    #keyOut .huki .huki_inner .fs_l {
        font-size: 6.5vw;
    }

.slick-slider .slick-track,
.slick-slider .slick-list
{
    transition: transform 10000ms linear !important;
}

    /*sec01_cont*/


    #index #sec01_cont {
        padding: 2rem 1.5rem 6rem;
        background: url(img/bgdeco_topL.png) left -10rem bottom 20rem no-repeat, url(img/bgdeco_topR.png) right -10rem top 0 no-repeat;
        background-size: 17.2rem 29.3rem, 15.2rem 29.3rem;
        margin: 0 auto;
    }

    #index #sec01_cont .lead {
        font-size: 1.5rem;
        line-height: 2.6rem;
    }

    #index #sec01_cont p .fs_s {
    font-size: 1.3rem;
    line-height: 1;
}
    

    #index #sec01_cont .logo {
        margin: 2rem auto 0;
        display: block;
        margin-left: inherit;
        width: 100%;
    }

    /*共通*/
    .sec .leadTxt {
        font-size: 1.5rem;
        line-height: 2.8rem;
        margin: 0 auto 2rem;
    }

    .sec .idxh2 {
        font-size: 2.3rem;
        line-height: 3.4rem;
        margin: 0 0 2rem 0;
    }

    .sec .idxh2 .fs_s {
        font-size: 1.9rem;
    }

    .bg_gra {
        background-image: linear-gradient(to right, rgba(255, 181, 160, 1), rgba(255, 203, 123, 1));
        background-repeat: no-repeat;
        background-size: 100% 40%;
        background-position: bottom;
        padding: 0 0 .5rem;
    }


    /*sec02_cont*/

    #index #sec02_cont {
        background: url(img/cont2_bg02.png) left calc(50% - 15rem) top -15rem no-repeat, url(img/cont2_bg01.png) right calc(50% - 5rem) bottom 0 no-repeat, #fff8f2;
        background-size: 78.9rem auto, 78.9rem auto;
        border-radius: 1rem;
        width: calc(100% - 3rem);
        padding: 4rem 1.5rem;
    }

    #index #sec02_cont .titArea .tagList {
        margin: 0 auto 2rem;
    }

    #index #sec02_cont .titArea .hukiImg {
        width: 29rem;
        margin: -25px auto 1rem;
    }

    #index #sec02_cont .sBlock01 .flBox {
        display: block;
        width: 100%;
        margin: 0 auto 3rem;
    }

    #index #sec02_cont .sBlock01 .flBox .sBox {
        width: 100%;
        margin: 0 auto 3rem;
    }

    #index #sec02_cont .sBlock01 .flBox .sBox:nth-child(1) .ph {
        width: 70%;
        margin: 0 auto;
    }

    #index #sec02_cont .sBlock01 .flBox .sBox:nth-child(2) .ph {
        width: 80%;
        margin: 0 auto;
    }

    #index #sec02_cont .sBlock01 .flBox .idxh3 {
        line-height: 2.8rem;
        font-size: 1.6rem;
        padding: 1rem 1.5rem 1rem 3rem;
        position: relative;
        width: 95%;
        margin: 0 auto;
    }

    #index #sec02_cont .sBlock01 .flBox .idxh3:before {
        width: 3rem;
        height: .3rem;
        position: absolute;
        top: calc(50% - .15rem);
        left: -1.5rem;
    }

    #index #sec02_cont .sBlock01 .flBox .sBox:nth-child(1) .idxh3:after {
        content: "";
        background: url(img/sec02_cont_sblock01_num01.png) 50% 50% no-repeat;
        background-size: contain;
        width: 5.4rem;
        height: 4.3rem;
        position: absolute;
        top: -3.3rem;
        left: 3.2rem;
    }

    #index #sec02_cont .sBlock01 .flBox .sBox:nth-child(2) .idxh3:after {
        content: "";
        background: url(img/sec02_cont_sblock01_num02.png) 50% 50% no-repeat;
        background-size: contain;
        width: 5.4rem;
        height: 4.3rem;
        position: absolute;
        top: -3.3rem;
        left: 3.2rem;
    }

    #index #sec02_cont .sBlock01 p {
        padding: 0;
        margin: 0 auto 4rem;
    }

    #index #sec02_cont .sBlock01 {
        margin: 0 auto 15rem;
    }

    #index #sec02_cont .sBlock02 {
        margin: 0 auto 5rem;
    }

    #index #sec02_cont .sBlock02 {
        width: 100%;
        border-radius: 1rem;
        padding: 3rem 1.5rem 3rem 1.5rem;
        position: relative;
    }

    #index #sec02_cont .sBlock02 .hukiImg {
        position: absolute;
        top: -9.5rem;
        left: calc(50% - 16rem);
        width: 25rem;
    }

    #index #sec02_cont .sBlock02 .idxh3 {
        font-size: 1.8rem;
        border-bottom: .3rem dotted #ffd7cb;
        padding: 0 0 1.5rem 0;
        margin: 0 0 1.5rem 0;
        line-height: 3rem;
    }

    #index #sec02_cont .sBlock02 .leadTxt {
        font-size: 1.5rem;
        color: #FFF;
        text-align: left;
        width: 100%;
        margin: 0 0 2rem 0;
    }

    #index #sec02_cont .sBlock02 .tagList {
        max-width: 100rem;
        text-align: center;
        margin: 0 auto 2rem;
    }

    #index #sec02_cont .sBlock02 .ph {
        width: 100%;
        position: inherit;
        bottom: inherit;
        right: inherit;
        margin: -3rem 0 2rem -2rem;
    }

    #index #sec02_cont .sBlock02 .btn-internal {
        margin: 0 auto;
        width: 90%;
    }

    #index #sec02_cont .sBlock02 .btn-internal a {
        background: #FFF url(img/arr_orange.png) right 1.5rem top 50% no-repeat;
        background-size: .8rem auto;
        color: #ff525e;
        box-shadow: .5rem .5rem 0 0 #ff525e;
    }

    #index #sec02_cont .sBlock02 .leadTxt {
        margin: 0 0 2rem 0;
    }

    #index #sec02_cont .sBlock03 .topCont {
        display: block;
        margin: 0 0 5rem 0;
    }

    #index #sec02_cont .sBlock03 .topCont .titArea .hukiImg {
        width: 21rem;
        margin: inherit;
        margin: 0 0 1.5rem 0;
    }

    #index #sec02_cont .sBlock03 .topCont .titArea {
        width: 49rem;
    }

    #index #sec02_cont .sBlock03 .topCont .lead {
        width: 100%;
        padding: 0;
        font-size: 1.5rem;
        line-height: 2.8rem;
    }

    #index #sec02_cont .sBlock03 .topCont .idxh3 {
        font-size: 2.3rem;
        line-height: 3rem;
        margin: 0 0 2rem 0;
    }

    #index #sec02_cont .sBlock03 .topCont .idxh3 .fs_s {
        font-size: 1.9rem;
    }

    #index #sec02_cont .sBlock03 .topCont .tagList {
        margin: 0;
        text-align: left;
    }

    #index #sec02_cont .sBlock03 .dtlCont {
        position: relative;
    }

    #index #sec02_cont .sBlock03 .dtlCont .illust {
        position: absolute;
        bottom: 0;
        left: inherit;
        right: -2rem;
        width: 13.2rem;
    }

    #index #sec02_cont .sBlock03 .dtlCont .hukiBox {
        position: relative;
        margin: 0 auto 0;
        height: 38rem;
    }

    #index #sec02_cont .sBlock03 .huki {
        padding: 1.3rem 1.5rem;
        font-size: 1.4rem;
        border-radius: 2rem;
        display: inline-block;
        line-height: 2rem;
        width: 15.5rem;
        position: absolute;
    }

    #index #sec02_cont .sBlock03 .huki:before {
        content: "";
        background: #FFF;
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
        bottom: -1.45rem;
        left: 2rem;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(2):before,
    #index #sec02_cont .sBlock03 .huki:nth-child(4):before,
    #index #sec02_cont .sBlock03 .huki:nth-child(6):before {
        content: "";
        background: #FFF;
        position: absolute;
        width: 1.5rem;
        height: 1.5rem;
        clip-path: polygon(100% 0, 0 0, 0 100%);
        -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
        bottom: -1.45rem;
        left: inherit;
        right: 2rem;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(5):before,
    #index #sec02_cont .sBlock03 .huki:nth-child(7):before {
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
        bottom: -1.45rem;
        left: 2rem;
    }

    #index #sec02_cont .sBlock03 .huki.huki_l {
        top: 0;
        left: 1.5rem;
        width: 22rem;
        padding: 1.5rem 1.5rem;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(2) {
        top: 6rem;
        right: 1.5rem;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(3) {
        top: 9rem;
        left: 0;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(4) {
        top: 13rem;
        right: -1rem;
        left: inherit;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(5) {
        top: 16rem;
        left: 5px;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(6) {
        top: 20rem;
        left: inherit;
        right: 0;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(7) {
        top: 23rem;
        right: 16rem;
    }

    #index #sec02_cont .sBlock03 .huki:nth-child(8) {
        top: 29rem;
        left: calc(50% - 8rem);
    }


    /*sec03_cont*/

    #index #sec03_cont .sBlock01 {
        position: relative;
        background: url(img/bgdeco05.png) left 50% bottom 57% no-repeat;
        background-size: contain;
        padding: 0;
        margin: 0 auto 5rem;
    }

    #index #sec03_cont .sBlock01:before {
        content: "";
        background: url(img/bgdeco_04.png) 50% 50% no-repeat;
        background-size: contain;
        width: 21.2rem;
        height: 29.3rem;
        position: absolute;
        left: calc(50% - 95rem);
        bottom: -15rem;
        z-index: -1;
    }

    #index #sec03_cont .sBlock01:after {
        content: "";
        background: url(img/bgdeco_04.png) 50% 50% no-repeat;
        background-size: contain;
        width: 21.2rem;
        height: 29.3rem;
        position: absolute;
        right: calc(50% - 85rem);
        top: -30rem;
        z-index: -1;
    }

    #index #sec03_cont .sBlock01 .flBox {
        display: block;
        margin: 10rem auto 0;
        padding: 0 1.5rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox {
        width: 100%;
        margin: 0 auto 10rem;
        border-radius: 1rem;
        padding: 3rem 1.5rem 3rem 1.5rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox:last-child {
        margin: 0 auto;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox .btn-internal {
        width: 90%;
        margin: 0 auto;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox .titBox {
        position: relative;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox:nth-child(1) .titBox .ph {
        position: absolute;
        bottom: 0;
        left: -1.5rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox:nth-child(2) .titBox .ph {
        position: absolute;
        bottom: 0;
        left: -1.5rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox:nth-child(1) .titBox .ph {
        width: 12.5rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox:nth-child(2) .titBox .ph {
        width: 10.5rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox .h3Out {
        padding: 0 0 0 11rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox .h3Out .huki {
        margin: -10rem 0 3.5rem 0;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox .h3Out .huki_inner {
        border-radius: 2rem;
        font-size: 1.5rem;
        line-height: 2.6rem;
        padding: 1rem 1.5rem;
        position: relative;
        display: block;
        transform: rotate(-8deg);
    }

    #index #sec03_cont .sBlock01 .flBox .sBox .h3Out .huki_inner:before {
        content: "";
        background: #ff804b;
        position: absolute;
        width: 2rem;
        height: 2rem;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
        bottom: -1.9rem;
        left: 4rem;
    }

    #index #sec03_cont .sBlock01 .flBox .sBox .idxh3 {
        font-size: 1.8rem;
        line-height: 3rem;
        margin: 0 0 2dvi 0;
    }

    #index #sec03_cont .sBlock02 {
        padding: 5rem 0;
        position: relative;
    }

    #index #sec03_cont .sBlock02:before {
        content: "";
        background: #FFF;
        width: 100%;
        height: 5rem;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 0 0 5rem 0;
    }

    #index #sec03_cont .sBlock02:after {
        content: "";
        background: #FFF;
        width: 100%;
        height: 5rem;
        position: absolute;
        bottom: 0;
        left: 0;
        border-radius: 5rem 0 0 0;
    }

    #index #sec03_cont .sBlock02 .inner {
        position: relative;
        padding: 5rem 1.5rem 4rem 1.5rem;
    }

    #index #sec03_cont .sBlock02 .inner:before {
        content: "";
        background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 5rem;
        height: 5rem;
    }

    #index #sec03_cont .sBlock02 .inner:after {
        content: "";
        background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 5rem;
        height: 5rem;
        transform: rotate(180deg);
    }

    #index #sec03_cont .sBlock02 .idxh3 {
        font-size: 2.3rem;
        line-height: 3.4rem;
        margin: 0 0 2rem;
    }

    #index #sec03_cont .sBlock02 .h3Out .tagList {
        margin: 0;
        text-align: left;
    }

    #index #sec03_cont .sBlock02 .h3Out .hukiImg {
        width: 21.45rem;
        margin: -8rem 0 1.5rem 0;
        position: relative;
    }

    #index #sec03_cont .sBlock02 .flBox {
        display: block;
        margin: 6rem auto 3rem;
        padding: 0 4rem;
        background: url(img/deco_illust01_sp.png) 50% 50% no-repeat;
        background-size: 3.3rem auto;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox {
        width: 100%;
        margin: 0 auto 9rem;
        border-radius: 1rem 1rem 0 0;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox:last-child {
        margin: 0 auto;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox * {
        text-align: center;
        font-weight: 700;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox .idxh4 {
        font-size: 1.8rem;
        margin: 0 0 2rem 0;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox .enTit {
        font-size: 1.3rem;
        line-height: 2rem;
        margin: 0;
        display: block;
        top: -2rem;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox:nth-child(1) .enTit {
        color: #379dcb;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox:nth-child(1) .enTit:before {
        content: "";
        background: #379dcb;
        width: .2rem;
        height: 6rem;
        position: absolute;
        top: calc(50% - 3rem);
        left: 6rem;
        transform: rotate(-40deg);
    }

    #index #sec03_cont .sBlock02 .flBox .sBox:nth-child(1) .enTit:after {
        content: "";
        background: #379dcb;
        width: .2rem;
        height: 6rem;
        position: absolute;
        top: calc(50% - 3rem);
        right: 6rem;
        transform: rotate(40deg);
    }

    #index #sec03_cont .sBlock02 .flBox .sBox:nth-child(2) .enTit:before {
        content: "";
        background: #ff5d34;
        width: .2rem;
        height: 6rem;
        position: absolute;
        top: calc(50% - 3rem);
        left: 6rem;
        transform: rotate(-40deg);
    }

    #index #sec03_cont .sBlock02 .flBox .sBox:nth-child(2) .enTit:after {
        content: "";
        background: #ff5d34;
        width: .2rem;
        height: 6rem;
        position: absolute;
        top: calc(50% - 3rem);
        right: 6rem;
        transform: rotate(40deg);
    }

    #index #sec03_cont .sBlock02 .flBox .sBox:nth-child(2) .enTit {
        color: #ff5d34;
    }

    #index #sec03_cont .sBlock02 .flBox .sBox .ph {
        margin-left: -2rem;
        margin-right: -2rem;
    }

    #index #sec03_cont .sBlock02 .txt01 {
        padding: 0;
    }

    #index #sec03_cont {
        margin: 0 auto 5rem;
    }


    /*sec04_cont*/

    #index #sec04_cont {}


    /*sec05_cont*/

    #index #sec05_cont {
        padding: 0 1.5rem;
        margin: 0 auto 10rem;
    }

    #index #sec05_cont .sBlock01 {
        display: block;
        margin: 0 auto 7rem;
    }

    #index #sec05_cont .sBlock01 .ph {
        width: 100%;
        margin: 0 auto 4rem;
    }

    #index #sec05_cont .sBlock01 .txtArea {
        width: 100%;
        margin-top: 4rem;
    }

    #index #sec05_cont .sBlock02 {
        width: 100%;
        margin: 0 auto 4rem;
        border-radius: 1rem 1rem 0 1rem;
        position: relative;
        padding: 0 1.5rem 3rem 1.5rem;
    }

    #index #sec05_cont .sBlock02:before {
        content: "";
        background: #f8ead5;
        position: absolute;
        bottom: -2.95rem;
        right: 0;
        width: 49%;
        height: 3rem;
        border-radius: 0 0 1rem 1rem;
        z-index: -1;
        display: none;
    }

    #index #sec05_cont .sBlock02:after {
        content: "FAQ";
        color: #f8ead5;
        font-size: 3.3rem;
        font-weight: 700;
        position: absolute;
        left: 0;
        bottom: -2.6rem;
        line-height: 1;
    }

    #index #sec05_cont .sBlock02 .inner {
        padding: 10rem 0 0;
    }

    #index #sec05_cont .sBlock02 .idxh3,
    #index #sec05_cont .sBlock03 .idxh3 {
        font-size: 2.3rem;
        line-height: 3rem;
    }

    #index #sec05_cont .sBlock02 .idxh3 .fs_s,
    #index #sec05_cont .sBlock03 .idxh3 .fs_s {
        font-size: 1.9rem;
    }

    #index #sec05_cont .sBlock02 .hukiImg {
        width: 34.4rem;
        position: absolute;
        top: -14rem;
        left: -1.5rem;
    }

    #index #sec05_cont .sBlock03 .hukiImg {
        width: 21.9rem;
        position: absolute;
        top: -12rem;
        left: -1.5rem;
        z-index: 1;
    }

    #index #sec05_cont .sBlock02 .topCont {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: end;
        margin: 0 auto 2rem;
    }

    #index #sec05_cont .sBlock02 .topCont .titArea {
        width: 100%;
    }

    #index #sec05_cont .sBlock02 .topCont .lead {
        width: 100%;
        padding: 0;
        font-size: 1.5rem;
        line-height: 2.8rem;
    }

    #index #sec05_cont .topCont {
        position: relative;
    }

    #index #sec05_cont .sBlock02 .topCont .idxh3,
    #index #sec05_cont .sBlock03 .topCont .idxh3 {
        margin: 0 0 2.5rem 0;
    }

    #index #sec05_cont .sBlock02 .topCont .tagList,
    #index #sec05_cont .sBlock03 .topCont .tagList {
        margin: 0 0 2rem 0;
        text-align: left;
    }

    #index #sec05_cont .sBlock02 .ph {
        width: 100%;
        margin: 0 auto 2rem;
    }

    #index #sec05_cont .sBlock02 .btn-internal {
        position: inherit;
        bottom: inherit;
    }

    #index #sec05_cont .sBlock03 {
        width: 100%;
        background: #ececec;
        /* background: url(img/bgdeco_01.png) left -3rem bottom -15rem no-repeat,url(img/bgdeco_01.png) right 0 top -20rem no-repeat,#ececec; */
        /* background-size: 21.2rem auto,21.2rem auto; */
        margin: 0 auto;
        border-radius: 0 2rem 2rem 2rem;
        position: relative;
        padding: 0 1.5rem;
        z-index: 1;
    }

    #index #sec05_cont .sBlock03:before {
        content: "";
        background: #ececec;
        position: absolute;
        top: -2.95rem;
        left: 0;
        width: 49%;
        height: 3rem;
        border-radius: 2rem 2rem 0 0;
        z-index: -1;
        display: none;
    }

    #index #sec05_cont .sBlock03:after {
        content: "EPISODE";
        color: #ececec;
        font-size: 3.3rem;
        font-weight: 700;
        position: absolute;
        right: 0;
        top: -3rem;
        line-height: 1;
    }

    #index #sec05_cont .sBlock03 .inner {
        padding: 10rem 0 0 0;
    }

    #index #sec05_cont .sBlock03 .flBox {
        display: block;
    }

    #index #sec05_cont .sBlock03 .leftArea {
        width: 100%;
    }

    #index #sec05_cont .sBlock03 .leftArea .lead {
        font-size: 1.5rem;
    }

    #index #sec05_cont .sBlock03 .leftArea .btn-internal {
        margin: 3rem auto 3rem;
    }

    #index #sec05_cont .sBlock03 .ph {
        width: 100%;
        margin: 0 auto;
    }

    #index #sec05_cont .sBlock03 .ph img {
        border-radius: 2rem;
        margin-bottom: -10rem;
    }

    /*sec06_cont*/

    #index #sec06_cont {
        position: relative;
    }

    #index #sec06_cont:before {
        display: none;
    }

    #index #sec06_cont .mainBlock {
        background: url(/wp/wp-content/uploads/bg_sec05_cont.jpg) 50% 50% no-repeat;
        background-size: cover;
        position: relative;
        padding: 5rem 0;
        margin: 5rem auto 0;
    }

    #index #sec06_cont .mainBlock:before {
        content: "";
        background: #FFF;
        width: 100%;
        height: 5.3rem;
        position: absolute;
        top: -2px;
        left: 0;
        border-radius: 0 0 5rem 0;
    }

    #index #sec06_cont .mainBlock:after {
        content: "";
        background: #FFF;
        width: 100%;
        height: 5.2rem;
        position: absolute;
        bottom: -1px;
        left: 0;
        border-radius: 5rem 0 0 0;
    }

    #index #sec06_cont .mainBlock .inner {
        position: relative;
        padding: 10rem 1.5rem 2rem;
    }

    #index #sec06_cont .mainBlock .inner:before {
        content: "";
        background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        top: 0;
        left: 0;
        width: 5rem;
        height: 5rem;
    }

    #index #sec06_cont .mainBlock .inner:after {
        content: "";
        background: url(img/deco_radius_white01.svg) 0 0 no-repeat;
        background-size: 100% auto;
        position: absolute;
        bottom: 0;
        right: 0;
        width: 5rem;
        height: 5rem;
        transform: rotate(180deg);
    }

    #index #sec06_cont .subTit {
        font-size: 1.5rem;
        display: inline-block;
        border-radius: 5rem;
        padding: .8rem 2rem;
        line-height: 2rem;
        margin: 0 0 2rem 0;
    }

    #index #sec06_cont .idxh2 {
        font-size: 5.8vw;
        text-align: left;
        margin: 0;
        margin-left: 2rem;
    }

    #index #sec06_cont .botArea {
        position: relative;
    }

    #index #sec06_cont .botArea p {
        padding: 0 1.5rem;
        margin: 0 auto 4rem;
    }

    #index #sec06_cont .botArea .btnArea {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 0;
    }

    #index #sec06_cont .botArea div {
        margin: 0 auto 3rem;
    }








}



