/* For salonprofessionalcard CSS */

/* ========= NotVip ========= */
#NotVip {
    min-height: 500px;
    text-align: center;
    line-height: 1.6;
}
#NotVip h1 {
    margin-top: 50px;
    line-height: 1.6;
}
#NotVip .text--large {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
}
#NotVip .loginbtn {
    margin-top: 40px;
}
#NotVip .btn-secondary {
    font-size: 18px;
    font-weight: bold;
    padding: 15px 100px;
}
@media screen and (max-width:1023px) {
    #NotVip .text--large {
        font-size: 15px;
    }
    #NotVip .btn-secondary {
        font-size: 15px;
    }
}

/* ========= Common ========= */
#Wrap {
    font-family: 'Yu Mincho Demibold', 'YuMincho Demibold', 'YuMincho Medium', 'Noto Serif JP', 'Hiragino Mincho ProN-W6', 'ヒラギノ明朝 Pro W6', 'Hiragino Mincho ProN', 'YuMincho', 'HGS明朝E', serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.6;
    color: #000;
}
@media screen and (max-width:1023px) {
    #Wrap {
        font-size: 16px;
    }
}
#Wrap .spblock {
    display: none;
}
@media screen and (max-width:1023px) {
    #Wrap .spblock {
        display: block;
    }
}
#Wrap th, #Wrap td {
    color: #000;
    font-size: 18px;
}
@media screen and (max-width:1023px) {
    #Wrap th, #Wrap td {
        font-size: 16px;
    }
}
#Wrap img {
    width: 100%;
    height: auto;
}
#Wrap a {
    color: #70accb;
    text-decoration: underline;
}
#Wrap .blue {
    color: #003366;
}
#Wrap .red {
    color: #d20e0e;
}
#Wrap .white {
    color: #fff;
}
#Wrap .mt20 {
    margin-top: 20px;
}
#Wrap .mt50 {
    margin-top: 50px;
}
#Wrap .mb10 {
    margin-bottom: 10px;
}
#Wrap .secCenter, #Wrap .sec {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;   /*min-height:483px;*/
}
#Wrap #sec6 {
    padding-top: 0;
}
#Wrap .backYellow {
    background: #f5ede1;
}
#Wrap .triangle {
    position: relative;
}
#Wrap .triangle::after {
    position: absolute;
    left: 2px;
    top: 2px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-right: 20px solid transparent;
    border-top: 20px solid #003366;
}

/* ========= entryBtn ========= */
#Wrap .entryBtn {
    display: none;
}
#Wrap .entryBtn a {
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    background: linear-gradient(to left, #d20f0e, #fc8c27);
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
}
#Wrap .entryLogin a {
    margin: 0 auto;
    font-weight: bold;
    color: #fff;
    border: 2px solid #fd6029;
    background: #fc8c27;
    font-family: "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
    line-height: 1.2;
    text-decoration: none;
    text-align: center;
    display: block;
    position: relative;
}
#Wrap .entryBtn a i::before, #Wrap .entryLogin a i::before {
    font-size: 80%;
}
#Wrap .contactBox {
    padding: 20px;
    border: 3px solid #f9f9f9;
}

/* ========= h2, h3 Common ========= */
#Wrap h2 {
    font-size: 46px;
    padding-bottom: 10px;
    margin-bottom: 20px;
    line-height: 1.2;
    border-bottom: 1px solid #c2a64f;
}
#Wrap h3 {
    font-size: 30px;
    margin-bottom: 20px;
    color: #003366;
}
@media screen and (max-width:1024px) {
    #Wrap h2 {
        font-size: 34px;
    }
    #Wrap h3 {
        font-size: 28px;
    }
}
@media screen and (max-width:767px) {
    #Wrap h2 {
        font-size: 30px;
    }
    #Wrap h3 {
        font-size: 25px;
    }
}
#Wrap .secCenter .secCont h2 {
    width: 60%;
}
#Wrap #sec1 .secCont h2, #Wrap #sec5 .secCont h2, #Wrap #sec7 .secCont h2 {
    text-align: right;
}
#Wrap #videoSec .secCont h2 {
    width: 70%;
    margin-left: 30%;
}
#Wrap #sec6 .secCont h2 {
    margin-left: 40%;
}
@media screen and (max-width:1199px) {
    #Wrap .secCenter .secCont h2 {
        width: 65%;
    }
    #Wrap #videoSec .secCont h2 {
        width: 80%;
        margin-left: 20%;
    }
    #Wrap #sec6 .secCont h2 {
        margin-left: 35%;
    }
}
@media screen and (max-width:767px) {
    #Wrap .secCenter .secCont h2 {
        width: 95%;
    }
    #Wrap #videoSec .secCont h2 {
        width: 95%;
        margin-left: 5%;
    }
    #Wrap #sec6 .secCont h2 {
        margin-left: 5%;
    }
}

/* ========= animation ========= */
#Wrap .animation {
    opacity: 1; /*opacity:0;*/
}
#Wrap #mainWrap .mainTxt1 {
    -webkit-animation: LightToRightSlideIn 0.5s ease-in-out 0s both;
    animation: LightToRightSlideIn 0.5s ease-in-out 0s both;
}
#Wrap #mainWrap .mainImg2 .box2 .box2cont p:first-child {
    -webkit-animation: LightToRightSlideIn 0.5s ease-in-out 0s both;
    animation: LightToRightSlideIn 0.5s ease-in-out 0s both;
}
#Wrap #mainWrap .mainImg2 .box2 .box2cont p:last-child {
    -webkit-animation: LightToRightSlideIn 1s ease-in-out 0s both;
    animation: LightToRightSlideIn 1s ease-in-out 0s both;
}
#Wrap .leftToRightSlide.slideIntxt {
    -webkit-animation: LightToRightSlideIn 1s ease-in-out 0s both;
    animation: LightToRightSlideIn 1s ease-in-out 0s both;
}
#Wrap .rightToLeftSlide.slideIntxt {
    -webkit-animation: rightToLeftSlideIn 1s ease-in-out 0s both;
    animation: rightToLeftSlideIn 1s ease-in-out 0s both;
}
@keyframes LightToRightSlideIn {
    0% {
        opacity: 0;
        transform: translateX(-64px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes rightToLeftSlideIn {
    0% {
        opacity: 0;
        transform: translateX(64px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
@keyframes BottomToUpSlideIn {
    0% {
        opacity: 0;
        transform: translateY(64px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ========= Layout ========= */
#Wrap .layout1170 {
    width: 1170px;
    margin: 0 auto;
}
#Wrap .layout1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:1199px) {
    #Wrap .layout1170 {
        width: calc(100% - 60px);
    }
    #Wrap .layout1200 {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width:767px) {
    #Wrap .layout1170 {
        width: calc(100% - 20px);
    }
    #Wrap .layout1200 {
        width: calc(100% - 20px);
        margin-left: auto;
        margin-right: auto;
    }
}

/* ========= Mainwrap ========= */
#Wrap #mainWrap {
    position: relative;
}
#Wrap #mainWrap .mainInner {
    background: #efe3d7 url(../img/mainimg5.jpg) center top no-repeat;
}
#Wrap #mainWrap .layout1170 {
    display: flex;
    align-items: flex-start;
    flex-wrap: Wrap;
}
#Wrap #mainWrap .mainTxt1 {
    font-size: 46px;
    padding-top: 20px;
    width: 100%;
}
#Wrap #mainWrap .mainReverse {
    width: calc(100% - 270px);
    display: flex;
    flex-direction: column-reverse;
}
#Wrap #mainWrap .mainReverse .mainImg1, #Wrap #mainWrap .mainReverse .mainImg2, #Wrap #mainWrap .mainImg3 {
    width: 100%;
}
#Wrap #mainWrap .mainReverse .mainImg1 .h1wrap {
    display: flex;
    flex-direction: column-reverse;
}
#Wrap #mainWrap .mainReverse .mainImg1 .h1wrap h1 {
    font-size: 86px;
    font-weight: 500;
    font-family: 'Cormorant Garamond', serif;
    display: block;
    line-height: 1.1;
    width: 800px;
}
#Wrap #mainWrap .mainReverse .mainImg1 .h1wrap p {
    font-size: 23px;
    padding-top: 20px;
    line-height: 1.1;
    width: 100%;
}
#Wrap #mainWrap .mainReverse .mainImg2 {
    position: relative;
}
#Wrap #mainWrap .mainReverse .mainImg2::after {
    content: '';
    display: block;
}
#Wrap #mainWrap .mainReverse .mainImg2 .box1 p {
    font-size: 30px;
    margin-top: 20px;
    color: #fff;
    display: inline-block;
}
#Wrap #mainWrap .mainReverse .mainImg2 .box1 p span {
    background: #003366;
    padding: 5px 20px;
}
#Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont {
    padding-top: 58px;
    position: relative;
}
#Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont::after {
    content: '';
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid #c2a64f;
}
#Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont p:first-child {
    font-size: 30px;
}
#Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont p:last-child {
    font-size: 46px;
}
#Wrap #mainWrap .mainCard {
    width: 270px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#Wrap #mainWrap .mainCard p {
    width: 100%;
    text-align: center;
    margin: 30px auto 20px;
}
#Wrap #mainWrap .mainCard p img {
    width: 196px;
}
#Wrap #mainWrap .mainCard figure {
    width: 100%;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
}
#Wrap #mainWrap .mainCard figure img {
    width: 238px;
}
#Wrap #mainWrap .mainImg3 .cont {
    background: #231815;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 {
    padding: 40px 0;
    text-align: center;
    position: relative;
    z-index: 0;
}
@media screen and (max-width:1199px) {
    #Wrap #mainWrap .mainTxt1 {
        font-size: 40px;
        line-height: 1.4;
    }
    #Wrap #mainWrap .mainReverse .mainImg1 .h1wrap h1 {
        font-size: 8vw;
        margin-bottom: 20px;
        word-wrap: break-word;
        width: 100%;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont {
        padding-top: 20px;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont p:last-child {
        font-size: 40px;
    }
}
@media screen and (max-width:1199px) and (min-width:1024px) {
    #Wrap #mainWrap .mainReverse .mainImg1 .h1wrap h1 {
        font-size: 9vw;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box1 p {
        font-size: 2.2vw;
    }
}
@media screen and (max-width:1023px) {
    #Wrap #mainWrap .mainInner {
        background: #efe3d7 url(../img/mainimg5.jpg) 25% top no-repeat;
        background-size: auto 100%;
    }
    #Wrap #mainWrap .layout1170 {
        display: block;
    }
    #Wrap #mainWrap .mainReverse {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box1 p {
        margin-top: 10px;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont::after {
        width: 95%;
    }
    #Wrap #mainWrap .mainCard {
        width: 100%;
    }
    #Wrap #mainWrap .mainCard p {
        margin: 0 auto 20px;
    }
    #Wrap #mainWrap .mainCard p img {
        width: 350px;
        margin: 0 auto;
    }
    #Wrap #mainWrap .mainCard figure {
        padding-top: 0;
        padding-bottom: 20px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 figure {
        top: -235px;
    }
}
@media screen and (max-width:767px) {
    #Wrap #mainWrap .mainInner {
        background: #efe3d7 url(../img/mainimg5.jpg) 26% top no-repeat;
        background-size: auto 100%;
    }
    #Wrap #mainWrap .mainReverse .mainImg1 .h1wrap {
        width: 100%;
    }
    #Wrap #mainWrap .mainReverse .mainImg1 .h1wrap h1 {
        width: 100%;
        font-size: 11.3vw;
        letter-spacing: -2px;
        padding-top: 10px;
    }
    #Wrap #mainWrap .mainReverse .mainImg1 .h1wrap p {
        font-size: 15px;
        padding-top: 15px;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box1 p {
        font-size: 15px;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box1 p span {
        padding: 5px;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont {
        padding-top: 25px;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont p:first-child {
        font-size: 15px;
    }
    #Wrap #mainWrap .mainReverse .mainImg2 .box2 .box2cont p:last-child {
        font-size: 30px;
        line-height: 1.3;
    }
    #Wrap #mainWrap .mainCard p img {
        width: 100%;
        max-width: 287px;
        margin: 0 auto;
    }
    #Wrap #mainWrap .mainCard figure img {
        width: 42%;
        max-width: 238px;
        min-width: 150px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 {
        padding: 40px 0 30px;
    }
}
@media screen and (max-width:640px) {
    #Wrap #mainWrap .mainTxt1 {
        font-size: 7vw;
    }
    #Wrap #mainWrap .mainReverse .mainImg1 figure {
        width: 38%;
    }
}
@media screen and (max-width:410px) {
    #Wrap #mainWrap .mainReverse .mainImg1 figure {
        width: 43%;
    }
}

/* ========= 新規入会特典 ========= */
#Wrap #mainWrap .mainImg3 .cont .layout1170 {
    display: block;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .notosans {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .barlow {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 600;
    transform: scale(1.1, 1.0);
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 {
    width: 80%;
    margin: 0 auto 40px;
    position: relative;
    background: linear-gradient(to right, #c0a654, #f4e4b5, #c0a654);
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 h2 {
    padding: 5px;
    border: none;
    text-align: center;
}
/*#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 .start {
    max-width: 20vw;
    position: absolute;
    right: 1%;
    top: -4vw;
}*/
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 .othersFukidashi {
    max-width: 20vw;
    position: absolute;
    right: -5vw;
    top: -4vw;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .othersTxt {
    display: none;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 {
    color: #e6ca75;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .notosans {
    margin: 0 auto 15px;
    line-height: 1;
    display: block;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .notosans:first-child {
    font-size: 25px;
    margin-bottom: 0;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .txtLarge {
    font-size: 84px;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .txtLarge .barlow {
    font-size: 156px;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .notosans:last-child {
    font-size: 52px;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campSchedule {
    padding: 40px;
    margin: 40px auto 30px;
    border: 1px solid #e6ca75;
    text-align: center;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campSchedule h4 {
    font-size: 20px;
    color: #e6ca75;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campCaution {
    width: 80%;
    text-align: left;
    display: inline-block;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campCaution li {
    font-size: 17px;
    color: #e6ca75;
    padding-left: 1em;
    text-indent: -1em;
}
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campCaution li span {
    color: #fff;
}
@media screen and (min-width:1024px) {
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 h2 {
        font-size: 50px;
    }
}
@media screen and (max-width:1023px) {
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campSchedule {
        padding: 30px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campCaution {
        width: 100%;
    }
}
@media screen and (max-width:767px) {
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 {
        width: 100%;
        margin: 0 auto 20px;
    }
    /*#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 .start {
        max-width: 26vw;
        position: absolute;
        right: 0;
        top: -13vw;
    }*/
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campH2 .othersFukidashi {
        display: none;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .othersTxt {
        font-size: 20px;
        margin-bottom: 10px;
        color: #fff;
        position: relative;
        display: inline-block;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .othersTxt::before,
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .othersTxt::after{
        position: absolute;
        display: block;
        content:'';
        width: 2px;
        height: 65px;
        background-color: #fff;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .othersTxt::before{
        top:0;
        left: -20px;
        transform: rotate(-30deg);
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .othersTxt::after{
        top:0;
        right: -20px;
        transform: rotate(30deg);
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .othersTxt .linear{
        background: linear-gradient(transparent 80%, #d20e0e 20%);
        display: inline;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .notosans:first-child {
        font-size: 15px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .txtLarge {
        font-size: 50px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .txtLarge .barlow {
        font-size: 88px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 h3 .notosans:last-child {
        font-size: 30px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campSchedule {
        padding: 25px 15px;
        margin: 25px auto;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campSchedule h4 {
        font-size: 15px;
        margin-bottom: 10px;
    }
    #Wrap #mainWrap .mainImg3 .cont .layout1170 .campCaution li {
        font-size: 14px;
    }
}

/* ========= 新規入会特典ひかるアニメーション ========= */
#Wrap #mainWrap .mainImg3 .cont .layout1170 .campH3 #campH3Shine.animationShine {
    padding: 10px 0;
    margin: 0;
    font-size: 80px;
    font-weight: bold;
    background-image: linear-gradient(70deg, #cfa93b 45%, #ffe89a 48%, #ffffff 50%, #ffe89a 52%, #cfa93b 55%);
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 4s linear;
}
@keyframes shine {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

/* ========= entryWrap ========= */
#entrySec {
    background: #fff;
}
.layout1170 .entryWrap {

    /*margin-top:40px;*/
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.layout1170 .entryWrap p.red {
    font-size: 40px;
    padding-top: 40px;
    margin-bottom: 5px;
}
.layout1170 .entryWrap p.Entrytxt {
    font-size: 40px;
    margin-bottom: 5px;
    color: #fff;
}
.layout1170 .entryWrap .entryBtn a, .layout1170 .entryWrap .entryLogin a {
    font-size: 30px;
    width: 970px;
    padding: 15px;
    border-radius: 50px;
}
@media screen and (max-width:1199px) {
    .layout1170 .entryWrap .entryBtn, .layout1170 .entryWrap .entryLogin {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width:1023px) {
    .layout1170 .entryWrap p.red {
        font-size: 30px;
    }
    .layout1170 .entryWrap p.Entrytxt {
        font-size: 30px;
    }
    .layout1170 .entryWrap .entryBtn, .layout1170 .entryWrap .entryLogin {
        width: calc(100% - 20px);
        margin: 0 auto;
    }
    .layout1170 .entryWrap .entryBtn a, .layout1170 .entryWrap .entryLogin a {
        width: 100%;
        border-radius: 50px;
        font-size: 30px;
    }
}
@media screen and (max-width:767px) {
    .layout1170 .entryWrap p.red {
        font-size: 20px;
        padding-top: 30px;
    }
    .layout1170 .entryWrap p.Entrytxt {
        font-size: 20px;
    }
    .layout1170 .entryWrap .entryBtn a, .layout1170 .entryWrap .entryLogin a {
        font-size: 20px;
        letter-spacing: -1px;
        padding: 6px 5px;
    }
}
@media screen and (max-width:320px) {
    .layout1170 .entryWrap p.Entrytxt {
        letter-spacing: -1px;
    }
}

/* ========= videoSec ========= */
#Wrap #videoSec {

    /*border-top:10px solid #f5ede1;
    background:linear-gradient(90deg,#fff 0%,#fff 30%,#f5ede1 30%,#f5ede1 100%);*/

    /*background:linear-gradient(180deg,#f5ede1 0%,#f5ede1 70%,#fff 70%,#fff 100%);*/
    background: url(../img/videoimg.jpg) left top no-repeat;
    background-size: 100%;
    margin-top: 70px;
}
#Wrap #videoSec h2, #Wrap #videoSec h2 span, #Wrap #videoSec .secCont .txt {
    color: #fff;
}
#Wrap #videoSec .secCont .txt {
    text-align: center;
    font-size: 36px;
}
#Wrap #videoSec .secCont .txt img {
    width: auto;
    vertical-align: baseline;
}
#Wrap #videoSec .secCont .contBox {
    width: 900px;
    margin: 0 auto;
}
#Wrap #videoSec .secCont .contBox .boxInner {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 10px;
    border: 1px solid #dad1b5;
    background: #dad1b5;
}
#Wrap #videoSec .secCont .contBox .boxInner .boxFrame {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
#Wrap #videoSec .secCont .contBox .boxInner .boxFrame .PlayIcon {
    width: 150px;
    height: 150px;
    margin: auto auto auto auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    color: #fff;
    font-size: 60px;
    font-weight: normal;
}
#Wrap #videoSec .secCont .contBox .boxInner iframe {
    width: 100%;
    height: 100%;
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width:1199px) {
    #Wrap #videoSec .secCont .contBox {
        width: 80%;
    }
    #Wrap #videoSec .secCont .contBox .boxInner .boxFrame .PlayIcon {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width:1023px) {
    #Wrap #videoSec {
        background: url(../img/videoimg.jpg) left top no-repeat;
        background-size: 200%;
        margin-top: 70px;
        background-position-x: -300px;
    }
    #Wrap #videoSec .secCont .contBox {
        width: 94%;
    }
    #Wrap #videoSec .secCont .txt {
        font-size: 28px;
    }
}

/* ========= CampaignSec ========= */
#Wrap #CampaignSec {
    background: #ede9a1;
    line-height: 1.4;
}
#Wrap #CampaignSec .secCont h2 {
    margin-left: 30%;
    width: 70%;
}
#Wrap #CampaignSec .secCont .caution {
    font-size: 14px;
    vertical-align: text-top;
}
#Wrap #CampaignSec .secCont .f40 {
    font-size: 40px;
    font-weight: 700;
}
#Wrap #CampaignSec .secCont .f30 {
    font-size: 30px;
    font-weight: 700;
}
#Wrap #CampaignSec .secCont .f27 {
    font-size: 27px;
}
#Wrap #CampaignSec .secCont .txtInner {
    position: relative;
}
#Wrap #CampaignSec .secCont .txtInner figure {
    width: 170px;
    position: absolute;
    left: -5px;
    top: -30px;
}
#Wrap #CampaignSec .secCont .txtInner .txt {
    text-align: center;
}
#Wrap #CampaignSec .secCont .boxInner {
    margin: 30px auto 20px;
    padding: 30px;
    background: #fff;
    border: 2px solid #ebddb1;
}
#Wrap #CampaignSec .secCont .boxInner li {
    padding-left: 1em;
    text-indent: -1em;
}
#Wrap #CampaignSec .secCont .boxInner li:not(.SumLi) {
    margin-bottom: 20px;
}
#Wrap #CampaignSec .secCont .boxInner li.SumLi {
    padding-top: 20px;
    border-top: 1px solid #c2a64f;
    text-align: center;
}
#Wrap #CampaignSec .secCont .BoxCaution {
    width: 750px;
    margin: 0 auto;
}
#Wrap #CampaignSec .secCont .BoxCaution li {
    font-size: 15px;
    padding-left: 2.5em;
    text-indent: -2.5em;
}
@media screen and (max-width:1199px) {
    #Wrap #CampaignSec .secCont h2 {
        margin-left: 35%;
    }
    #Wrap #CampaignSec .secCont .txtInner .txt {
        padding-left: 140px;
    }
}
@media screen and (max-width:767px) {
    #Wrap #CampaignSec .secCont h2 {
        width: 95%;
        margin-left: 5%;
    }
    #Wrap #CampaignSec .secCont .txtInner figure {
        display: none;
    }
    #Wrap #CampaignSec .secCont .txtInner .txt {
        padding-left: 0;
    }
    #Wrap #CampaignSec .secCont .boxInner {
        margin: 20px auto;
        padding: 15px;
    }
    #Wrap #CampaignSec .secCont .caution {
        font-size: 12px;
    }
    #Wrap #CampaignSec .secCont .f40 {
        font-size: 30px;
    }
    #Wrap #CampaignSec .secCont .f30 {
        font-size: 20px;
    }
    #Wrap #CampaignSec .secCont .f27 {
        font-size: 20px;
    }
    #Wrap #CampaignSec .secCont .BoxCaution {
        width: 100%;
        padding: 15px;
    }
}

/* ========= sec1 ========= */
#Wrap #sec1 .secCont .merit {
    font-size: 30px;
    margin: 0 auto 70px;
}
#Wrap #sec1 .secCont .merit li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px;
}
#Wrap #sec1 .secCont .merit li span {
    margin: 0 5px 5px;
    padding: 2px 10px;
    color: #fff;
    background: #d20e0e;
    display: inline-block;
    text-indent: 0;
}
#Wrap #sec1 .secCont .point {
    margin: 0 auto 30px;
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
#Wrap #sec1 .secCont .point li {
    width: 370px;
    margin: 0 15px 0;
    border: 1px solid #c2a64f;
    text-align: center;
    position: relative;
}
#Wrap #sec1 .secCont .point li a {
    color: #000;
    text-decoration: none;
    padding: 20px 20px 40px;
    display: block;
}
#Wrap #sec1 .secCont .point li a span {
    margin-top: 20px;
    display: block;
}
#Wrap #sec1 .secCont .point li a span img {
    height: 100px;
    width: auto;
}
#Wrap #sec1 .secCont .point li::after {
    margin: 20px auto 0;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    border: 3px solid;
    border-color: transparent transparent #c2a64f #c2a64f;
    transform: rotate(-45deg);
    position: absolute;
    left: 50%;
    bottom: 5px;
}
@media screen and (max-width:1199px) {
    #Wrap #sec1 .secCont .merit {
        margin: 0 15px 40px;
    }
    #Wrap #sec1 .secCont .point li {
        width: calc(calc(100% - 50px) / 3);
        margin: 0 10px 0;
    }
    #Wrap #sec1 .secCont .point li a {
        padding: 10px 5px 30px;
    }
}
@media screen and (max-width:767px) {
    #Wrap #sec1 .secCont .merit {
        margin: 0 10px 40px;
        font-size: 20px;
    }
    #Wrap #sec1 .secCont .point {
        font-size: 15px;
        margin: 0 auto 0;
    }
    #Wrap #sec1 .secCont .point li {
        width: calc(calc(100% - 18px) / 3);
        margin: 0 3px 0;
    }
    #Wrap #sec1 .secCont .point li a {
        padding: 10px 5px 25px;
    }
    #Wrap #sec1 .secCont .point li a span img {
        height: 50px;
    }
    #Wrap #sec1 .secCont .point li::after {
        margin: 10px auto 0;
        width: 10px;
        height: 10px;
        border: 2px solid;
        border-color: transparent transparent #c2a64f #c2a64f;
        transform: rotate(-45deg);
    }
}
@media screen and (max-width:360px) {
    #Wrap #sec1 .secCont .point li a span img {
        width: 100%;
        height: auto;
    }
}

/* ========= sec2,3,4 ========= */
#Wrap #sec2 {
    background: url(../img/img_efficient.jpg) 0 0 no-repeat;
    background-size: 38%;
}
#Wrap #sec3 {
    background: url(../img/img_cash.jpg) right 0 no-repeat;
    background-size: 38%;
}
#Wrap #sec4 {
    background: url(../img/img_bgpoint.jpg) 0 0 no-repeat;
    background-size: 38%;
}
#Wrap .sec .secCont {
    width: 60%;
    padding-top: 20px;
    padding-bottom: 30px;
    background: #fff;
}
#Wrap .sec .secCont:last-child {
    padding-bottom: 0;
}
#Wrap .sec .secCont h3, #Wrap .sec .secCont h3 + p {
    width: 700px;
}
#Wrap .sec .lImg {
    margin-left: 40%;
    padding-left: 20px;
}
#Wrap .sec .rImg {
    margin-right: 40%;
    padding-right: 20px;
}
#Wrap .sec .rImg h2 {
    text-align: right;
}
#Wrap .sec .rImg h3, #Wrap .sec .rImg h3 + p {
    margin-left: calc(100% - 700px);
}
@media screen and (max-width:1199px) {
    #Wrap #sec2, #Wrap #sec3, #Wrap #sec4 {
        background-size: 50%;
    }
    #Wrap .sec {
        padding-top: 150px;
    }
    #Wrap .sec .secCont {
        width: 65%;
        padding-top: 30px;
    }
    #Wrap .sec .lImg {
        margin-left: 35%;
        padding-left: 30px;
    }
    #Wrap .sec .rImg {
        margin-right: 35%;
        padding-right: 30px;
    }
    #Wrap .sec .lImg h3, #Wrap .sec .lImg h3 + p {
        width: calc(100% - 30px);
        margin-right: 30px;
    }
    #Wrap .sec .rImg h3, #Wrap .sec .rImg h3 + p {
        width: calc(100% - 30px);
        margin-left: 30px;
    }
}
@media screen and (max-width:1023px) {
    #Wrap #sec2, #Wrap #sec3, #Wrap #sec4 {
        background-size: 750px 438px;
    }
    #Wrap .sec {
        padding-top: 300px;
    }
    #Wrap .sec .secCont {
        width: 80%;
        padding-bottom: 20px;
    }
    #Wrap .sec .lImg {
        margin-left: 20%;
    }
    #Wrap .sec .rImg {
        margin-right: 20%;
    }
}
@media screen and (max-width:767px) {
    #Wrap #sec2, #Wrap #sec3, #Wrap #sec4 {
        background-size: 100%;
    }
    #Wrap .sec {
        padding-top: 50%;
    }
    #Wrap .sec .secCont {
        width: 95%;
    }
    #Wrap .sec .lImg {
        margin-left: 5%;
        padding-left: 10px;
    }
    #Wrap .sec .rImg {
        margin-right: 5%;
        padding-right: 10px;
    }
    #Wrap .sec .lImg h3, #Wrap .sec .lImg h3 + p {
        width: calc(100% - 10px);
        margin-right: 10px;
    }
    #Wrap .sec .rImg h3, #Wrap .sec .rImg h3 + p {
        width: calc(100% - 10px);
        margin-left: 10px;
    }
}

/* ========= Sec5 ========= */
#Wrap #sec5 .secCont .contBox h3:nth-last-of-type(2), #Wrap #sec5 .secCont .contBox h3:nth-last-of-type(1) {
    text-align: center;
}
#Wrap #sec5 .secCont .problemUl {
    margin-bottom: 70px;
    display: flex;
    justify-content: space-between;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
}
#Wrap #sec5 .secCont .problemUl li {
    width: 280px;
    margin: 0 10px 0;
    padding: 20px;
    background: #fff;
}
#Wrap #sec5 .secCont .contBox {
    background: #fff;
    padding: 40px;
}
#Wrap #sec5 .secCont .box1 {
    margin-bottom: 50px;
}
#Wrap #sec5 .secCont .box1 .boxInner1 {
    display: flex;
    display: -webkit-flex;
    position: relative;
    margin-bottom: 50px;
}
#Wrap #sec5 .secCont .box1 .boxInner1 .cardUl {
    margin-right: 30px;
}
#Wrap #sec5 .secCont .box1 .boxInner1 .cardUl li {
    font-size: 20px;
    margin-bottom: 10px;
    color: #d20e0e;
}
#Wrap #sec5 .secCont .box1 .boxInner1 > p {
    max-width: 150px;
    position: absolute;
    right: 50px;
    bottom: 0px;
}
#Wrap #sec5 .secCont .box1 .boxTable {
    width: 970px;
    margin: 0 auto 50px;
    border: 1px solid #ebddb1;
}
#Wrap #sec5 .secCont .box1 .boxTable th {
    padding: 10px;
    background: #f7f5f1;
    border: 1px solid #ebddb1;
    text-align: center;
}
#Wrap #sec5 .secCont .box1 .boxTable th.f20 {
    font-size: 20px;
    background: #f5ede1;
}
#Wrap #sec5 .secCont .box1 .boxTable td {
    padding: 10px;
    border: 1px solid #ebddb1;
}
#Wrap #sec5 .secCont .box1 .boxTable tr td:not(:first-child) {
    text-align: center;
}
#Wrap #sec5 .secCont .box1 .costUl {
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: space-between;
}
#Wrap #sec5 .secCont .box1 .costUl li {
    width: 270px;
    margin: 0 5px 10px;
    padding: 30px;
    background: #f7f5f1;
    text-align: center;
    color: #003366;
    font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
    font-weight: bold;
}
#Wrap #sec5 .secCont .box1 .costUl li img {
    margin-bottom: 30px;
    height: 70px;
    width: auto;
}
#Wrap #sec5 .secCont .box1 .boxInner2 {
    display: flex;
    justify-content: center;
    display: -webkit-flex;
    -webkit-justify-content: center;
}
#Wrap #sec5 .secCont .box1 .boxInner2 figure {
    width: 32%;
    margin-right: 40px;
}
#Wrap #sec5 .secCont .box2 .boxTable {
    border: 1px solid #fff;
}
#Wrap #sec5 .secCont .box2 .boxTable tr th {
    width: 30%;
}
#Wrap #sec5 .secCont .box2 .boxTable tr th, #Wrap #sec5 .secCont .box2 .boxTable tr td {
    padding: 10px;
    border: 2px solid #fff;
}
#Wrap #sec5 .secCont .box2 .boxTable tr:nth-child(odd) th, #Wrap #sec5 .secCont .box2 .boxTable tr:nth-child(odd) td {
    background: #f7f5f1;
}
#Wrap #sec5 .secCont .box2 .boxTable .red a {
    color: #d20e0e;
}
@media screen and (max-width:1199px) {
    #Wrap #sec5 .secCont .problemUl li {
        width: calc(calc(100% - 40px) / 4);
    }
    #Wrap #sec5 .secCont .box1 .boxInner1 {
        display: block;
    }
    #Wrap #sec5 .secCont .box1 .boxInner1 > p {
        width: 40%;
        position: absolute;
        right: 0;
        top: 0;
    }
    #Wrap #sec5 .secCont .box1 .boxTable {
        width: 100%;
    }
    #Wrap #sec5 .secCont .box1 .costUl li {
        width: calc(calc(100% - 40px) / 4);
        padding: 20px;
    }
    #Wrap #sec5 .secCont .box1 .costUl li img {
        margin-bottom: 20px;
        height: 50px;
        width: auto;
    }
    #Wrap #sec5 .secCont .box1 .boxInner2 figure {
        width: 50%;
        margin-right: 20px;
    }
}
@media screen and (max-width:767px) {
    #Wrap #sec5 .secCont .problemUl {
        display: block;
    }
    #Wrap #sec5 .secCont .problemUl li {
        width: 100%;
        margin: 0 0 10px;
    }
    #Wrap #sec5 .secCont .contBox {
        padding: 15px;
    }
    #Wrap #sec5 .secCont .box1 .boxInner1 .cardUl {
        margin-right: 0;
    }
    #Wrap #sec5 .secCont .box1 .boxInner1 .cardUl li {
        font-size: 16px;
    }
    #Wrap #sec5 .secCont .box1 .boxInner1 > p {
        width: 40%;
        position: static;
        margin: 10px auto 20px;
    }
    #Wrap #sec5 .secCont .box1 .boxTable th.f20 {
        font-size: 18px;
    }
    #Wrap #sec5 .secCont .box1 .costUl li {
        width: calc(calc(100% - 20px) / 2);
    }
    #Wrap #sec5 .secCont .box1 .boxInner2 {
        display: block;
    }
    #Wrap #sec5 .secCont .box1 .boxInner2 figure {
        max-width: 599px;
        width: 70%;
        margin: 0 auto 20px;
    }
}

/* ========= Sec6 ========= */
#Wrap #sec6 .secCont .stepUl {
    margin-bottom: 50px;
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    -webkit-align-content: space-between;
}
#Wrap #sec6 .secCont .stepUl li {
    position: relative;
    text-align: center;
    color: #003366;
    font-family: "Yu Gothic Medium", "YuGothic", "Hiragino Kaku Gothic ProN", Meiryo, "Open Sans", Helvetica, Arial, -apple-system, blinkMacSystemFont, sans-serif;
    font-weight: bold;
    display: flex;
    display: -webkit-flex;
}
#Wrap #sec6 .secCont .stepUl li:not(:last-child) {
    width: calc(calc(calc(100% - 90px) / 4) + 30px);
}
#Wrap #sec6 .secCont .stepUl li:last-child {
    width: calc(calc(100% - 90px) / 4);
}
#Wrap #sec6 .secCont .stepUl li .box1 {
    width: 270px;
    text-align: center;
}
#Wrap #sec6 .secCont .stepUl li .box1 figure img {
    height: 128px;
    width: auto;
    margin-bottom: 30px;
}
#Wrap #sec6 .secCont .stepUl li .box1 p:last-child {
    color: #000;
    font-weight: normal;
    margin-top: 20px;
}
#Wrap #sec6 .secCont .stepUl li:not(:last-child)::after {
    margin-top: 50px;
    display: block;
    content: '';
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-color: #c2a64f #c2a64f transparent transparent;
    transform: rotate(45deg);
}
#Wrap #sec6 .secCont .entryBtn, #Wrap #sec6 .secCont .entryLogin {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#Wrap #sec6 .secCont .entryBtn a, #Wrap #sec6 .secCont .entryLogin a {
    font-size: 36px;
    width: 970px;
    padding: 15px;
    border-radius: 50px;
}
#Wrap #sec6 #attention {
    margin-top: 40px;
    border: 2px solid #ebddb1;
}
#Wrap #sec6 #attention h3 {
    font-size: 20px;
    padding: 5px 15px;
    background: #f5ede1;
}
#Wrap #sec6 #attention ul {
    margin: 15px;
    font-size: 15px;
}
#Wrap #sec6 #attention ul li:first-child {
    margin-bottom: 20px;
}
#Wrap #sec6 #attention ul li:not(:first-child) {
    padding-left: 1em;
    text-indent: -1em;
}
@media screen and (max-width:1199px) {
    #Wrap #sec6 .secCont .stepUl li .box1 {
        width: 220px;
    }
    #Wrap #sec6 .secCont .stepUl li .box1 figure img {
        height: 116px;
        width: auto;
    }
    #Wrap #sec6 .secCont .stepUl li:not(:last-child)::after {
        width: 20px;
        height: 20px;
    }
    #Wrap #sec6 .secCont .entryBtn, #Wrap #sec6 .secCont .entryLogin {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width:1023px) {
    #Wrap #sec6 .secCont .stepUl {
        display: block;
    }
    #Wrap #sec6 .secCont .stepUl li {
        width: 100% !important;
        margin: 0;
        display: block;
    }
    #Wrap #sec6 .secCont .stepUl li:not(:last-child)::after {
        margin: 0 auto 25px;
        width: 30px;
        height: 30px;
        border: 2px solid;
        border-color: transparent transparent #c2a64f #c2a64f;
        transform: rotate(-45deg);
    }
    #Wrap #sec6 .secCont .stepUl li .box1 {
        width: 100%;
        overflow: hidden;
    }
    #Wrap #sec6 .secCont .stepUl li .box1 figure {
        float: left;
        width: 40%;
        text-align: center;
    }
    #Wrap #sec6 .secCont .stepUl li .box1 figure img {
        margin-bottom: 0;
    }
    #Wrap #sec6 .secCont .stepUl li .box1 p {
        float: right;
        width: 60%;
        text-align: left;
    }
    #Wrap #sec6 .secCont .entryBtn, #Wrap #sec6 .secCont .entryLogin {
        width: calc(100% - 20px);
    }
    #Wrap #sec6 .secCont .entryBtn a, #Wrap #sec6 .secCont .entryLogin a {
        width: 100%;
        border-radius: 50px;
        font-size: 30px;
    }
}
@media screen and (max-width:767px) {
    #Wrap #sec6 .secCont .stepUl li .box1 figure img {
        height: 70px;
        margin-bottom: 0;
    }
    #Wrap #sec6 .secCont .entryBtn a, #Wrap #sec6 .secCont .entryLogin a {
        font-size: 20px;
        letter-spacing: -1px;
        padding: 15px 5px;
    }
}

/* ========= .sec7 ========= */
#Wrap #sec7 .secCont .contBox {
    background: #fff;
    padding: 40px;
}
#Wrap #sec7 .secCont .box1 {
    margin-bottom: 50px;
}
#Wrap #sec7 .secCont .box1 .ribbon {
    text-align: center;
}
#Wrap #sec7 .secCont .box1 .ribbon span {
    font-size: 25px;
    margin: 0px auto 30px;
    padding: 10px 30px;
    width: calc(100% - 40px);
    color: #fff;
    background: #d20e0e;
    position: relative;
    text-align: center;
    display: inline-block;
}
#Wrap #sec7 .secCont .box1 .ribbon span:before {
    content: "";
    width: 20px;
    height: 100%;
    left: -20px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom left, #d20e0e 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top left, #d20e0e 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#Wrap #sec7 .secCont .box1 .ribbon span:after {
    content: "";
    width: 20px;
    height: 100%;
    right: -20px;
    top: 0;
    position: absolute;
    background: linear-gradient(to bottom right, #d20e0e 50%, transparent 50%) top left/ 100% 50% no-repeat, linear-gradient(to top right, #d20e0e 50%, transparent 50%) bottom left / 100% 50% no-repeat;
}
#Wrap #sec7 .secCont .box1 .BGpoint {
    overflow: hidden;
    margin-bottom: 50px;
}
#Wrap #sec7 .secCont .box1 .BGpoint figure {
    width: calc(calc(100% - 60px) / 3);
    margin-right: 30px;
    float: left;
}
#Wrap #sec7 .secCont .box1 .BGpoint figure:last-child {
    margin-right: 0;
}
#Wrap #sec7 .secCont .box1 .BGpointCaution li {
    padding-left: 1em;
    text-indent: -1em;
    margin-bottom: 20px;
}
#Wrap #sec7 .secCont .box2 .boxInner1 {
    margin-bottom: 20px;
}
#Wrap #sec7 .secCont .box2 .boxInner1 a {
    color: #003366;
}
#Wrap #sec7 .secCont .box2 .boxInner1 .left {
    float: left;
}
#Wrap #sec7 .secCont .box2 .boxInner1 .right {
    float: right;
}
#Wrap #sec7 .secCont .box2 .boxInner1 img {
    width: auto;
    padding-left: 15px;
}
#Wrap #sec7 .secCont .box2 .boxInner1 .flex {
    display: flex;
    display: -webkit-flex;
}
#Wrap #sec7 .secCont .box2 .boxInner1 h4 {
    padding: 15px;
    color: #d20e0e;
    background: #f7f5f1;
    border: 1px solid #ebddb1;
}
#Wrap #sec7 .secCont .box2 .boxInner1 .innerCont {
    font-size: 14px;
    padding: 15px;
    border: 1px solid #ebddb1;
    margin-top: -1px;
    overflow: hidden;
}

/*#Wrap #sec7 .secCont .box2 #benefits2 .flex,*/
#Wrap #sec7 .secCont .box2 #benefits5 .left, #Wrap #sec7 .secCont .box2 #benefits5 .right {
    width: calc(calc(100% - 20px) / 2);
}
@media screen and (min-width:1024px) {

    /*_:-ms-lang(x)::-ms-backdrop, #Wrap #sec7 .secCont .box2 #benefits2 .flex,*/
    _:-ms-lang(x)::-ms-backdrop, #Wrap #sec7 .secCont .box2 #benefits5 .left, _:-ms-lang(x)::-ms-backdrop, #Wrap #sec7 .secCont .box2 #benefits5 .right {
        width: 48%;
    }
}
@media screen and (max-width:1023px) {
    #Wrap #sec7 .secCont .box2 .boxInner1 .left {
        float: none;
        margin-bottom: 20px;
    }
    #Wrap #sec7 .secCont .box2 .boxInner1 .right {
        float: none;
    }
    #Wrap #sec7 .secCont .box2 .boxInner1 img {
        max-width: 100%;
    }
    #Wrap #sec7 .secCont .box2 #benefits3 img {
        padding: 20px 0 0;
    }

    /*#Wrap #sec7 .secCont .box2 #benefits2 .flex,*/
    #Wrap #sec7 .secCont .box2 #benefits5 .left, #Wrap #sec7 .secCont .box2 #benefits5 .right {
        width: 100%;
    }
    #Wrap #sec7 .secCont .box2 #benefits3 .flex {
        display: block;
    }
}
@media screen and (max-width:767px) {
    #Wrap #sec7 .secCont .contBox {
        padding: 15px;
    }
    #Wrap #sec7 .secCont .box1 .ribbon span {
        margin: 30px auto;
        padding: 10px;
    }
    #Wrap #sec7 .secCont .box1 .BGpoint figure {
        width: calc(calc(100% - 20px) / 2);
    }
    #Wrap #sec7 .secCont .box1 .BGpoint figure:nth-child(2) {
        float: left;
        margin-right: 0;
    }
    #Wrap #sec7 .secCont .box1 .BGpoint figure:nth-child(1), #Wrap #sec7 .secCont .box1 .BGpoint figure:nth-child(3) {
        float: right;
        margin-right: 0;
    }
    #Wrap #sec7 .secCont .box2 .boxInner1 .txt {
        width: 75%;
    }
    #Wrap #sec7 .secCont .box2 .boxInner1 .photo {
        width: 25%;
    }
    #Wrap #sec7 .secCont .box2 #benefits3 img,

    /*#Wrap #sec7 .secCont .box2 #benefits4 p:nth-child(2) img,*/
    #Wrap #sec7 .secCont .box2 #benefits5 .mb10 img {
        width: 100%;
    }
}

/* ========= FloatLink (下固定) ========= */
#Wrap #FloatLink {
    position: relative;
    padding-bottom: 90px;
}
#Wrap #FloatLink .cont {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    border-top: 1px solid #dad1b5;
    background-color: rgb(194, 166, 79, 0.4);  /*background:#c2a64f;*/
}
#Wrap #FloatLink .cont.fixed {
    position: fixed;
    bottom: 0;
}
#Wrap #FloatLink .cont .entryBtn, #Wrap #FloatLink .cont .entryLogin {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
#Wrap #FloatLink .cont .entryBtn a, #Wrap #FloatLink .cont .entryLogin a {
    font-size: 30px;
    width: 970px;
    padding: 10px;
    border-radius: 50px;
    transition: none;
}
@media screen and (max-width:1199px) {
    #Wrap #FloatLink .cont .entryBtn, #Wrap #FloatLink .cont .entryLogin {
        width: calc(100% - 60px);
    }
}
@media screen and (max-width:1023px) {
    #Wrap #FloatLink .cont .entryBtn, #Wrap #FloatLink .cont .entryLogin {
        width: calc(100% - 20px);
    }
    #Wrap #FloatLink .cont .entryBtn a, #Wrap #FloatLink .cont .entryLogin a {
        width: 100%;
        border-radius: 50px;
        font-size: 30px;
    }
}
@media screen and (max-width:767px) {
    #Wrap #FloatLink {
        padding-bottom: 65px;
    }
    #Wrap #FloatLink .cont .entryBtn a, #Wrap #FloatLink .cont .entryLogin a {
        font-size: 20px;
        letter-spacing: -1px;
        padding: 6px 5px;
    }
    #Wrap #FloatLink .cont .entryLogin a {
        font-size: 16px;
    }
}

/* ========= FloatLink (右固定) ========= 
#Wrap #FloatLink {
position: fixed;
bottom: 115px;
right: 40px;
z-index: 10;
}
#Wrap #FloatLink .cont a{
width:122px;
height:122px;
border-radius:50%;
}
#Wrap #FloatLink .cont a span{
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width :122px;
  text-align:center;
}
#Wrap #FloatLink .cont .entryLogin a{
line-height:1.4;
}
@media screen and (max-width:1169px){
  #Wrap #FloatLink{
    bottom: 30px;
    right: 10px;
  }
  #Wrap #FloatLink .cont a{
    width:95px;
    height:95px;
  }
  #Wrap #FloatLink .cont a span{
    width :95px;
    font-size: 14px;
  }
}
@media screen and (max-width:767px){
  #Wrap #FloatLink .cont a{
    width:66px;
    height:66px;
  }
  #Wrap #FloatLink .cont a span{
    width :66px;
    font-size: 10px;
  }  
}
*/