@-webkit-keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
@-webkit-keyframes myMoveImageImg
{
    0%
    {
        opacity: 0;
    }
    59%
    {
        opacity: 0;
    }
    60%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 1;
    }
}
@keyframes myMoveImageImg
{
    0%
    {
        opacity: 0;
    }
    59%
    {
        opacity: 0;
    }
    60%
    {
        opacity: 1;
    }
    100%
    {
        opacity: 1;
    }
}
@-webkit-keyframes myMoveImageBg
{
    0%
    {
        width: 0;
    }
    50%
    {
        left: 0; 

        width: 100%;
    }
    100%
    {
        left: 100%; 

        width: 100%;
    }
}
@keyframes myMoveImageBg
{
    0%
    {
        width: 0;
    }
    50%
    {
        left: 0; 

        width: 100%;
    }
    100%
    {
        left: 100%; 

        width: 100%;
    }
}
@-webkit-keyframes myMoveImagePos
{
    0%
    {
        left: -20%;
    }
    100%
    {
        left: 0;
    }
}
@keyframes myMoveImagePos
{
    0%
    {
        left: -20%;
    }
    100%
    {
        left: 0;
    }
}
@-webkit-keyframes fadeInBtn
{
    0%
    {
        bottom: -10px; 

        opacity: 0;
    }
    100%
    {
        bottom: 0; 

        opacity: 1;
    }
}
@keyframes fadeInBtn
{
    0%
    {
        bottom: -10px; 

        opacity: 0;
    }
    100%
    {
        bottom: 0; 

        opacity: 1;
    }
}
@-webkit-keyframes fadeInImageTop
{
    0%
    {
        top: -10px; 

        opacity: 0;
    }
    100%
    {
        top: 0; 

        opacity: 1;
    }
}
@keyframes fadeInImageTop
{
    0%
    {
        top: -10px; 

        opacity: 0;
    }
    100%
    {
        top: 0; 

        opacity: 1;
    }
}
@-webkit-keyframes fadeInIcon
{
    0%
    {
        top: -20px; 

        opacity: 0;
    }
    100%
    {
        top: 0; 

        opacity: 1;
    }
}
@keyframes fadeInIcon
{
    0%
    {
        top: -20px; 

        opacity: 0;
    }
    100%
    {
        top: 0; 

        opacity: 1;
    }
}
.btnArea.btnArea--belowHeader
{
    /*margin-top: -23vh;*/
    margin-top: 7vh;
}

_:-ms-lang(x), .btnArea.btnArea--belowHeader
{
    margin-top: -23vh;
}
@media only screen and (max-width: 1024px)
{
    .btnArea.btnArea--belowHeader
    {
        margin-top: 0;
    }
}

@media only screen and (max-width: 992px)
{
    .modBlockMainvisual
    {
        margin-bottom: 25px; 
        padding-bottom: 0;
    }
}
@media only screen and (max-width: 992px)
{
    .modBlockMainvisual .image
    {
        width: auto;
        margin-top: 0;
    }
}
@media only screen and (max-width: 992px)
{
    .modBlockMainvisual .detail
    {
        margin-top: 0;
        padding-top: 0;
    }
}

.myMoveImage
{
    position: relative;

    overflow: hidden;
}
.myMoveImage:before
{
    position: absolute;
    z-index: 1000; 
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 0;

    content: '';

    background-color: #000;
}
.myMoveImage img
{
    opacity: 0;
}
.myMoveImage span
{
    position: relative;
    left: -20%; 

    display: block;
}
.myMoveImage.active:before
{
    -webkit-animation: myMoveImageBg;
            animation: myMoveImageBg;
    -webkit-animation-duration: 1.2s;
            animation-duration: 1.2s;
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
            animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myMoveImage.active img
{
    -webkit-animation: myMoveImageImg;
            animation: myMoveImageImg;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s;
    -webkit-animation-timing-function: cubic-bezier(.86, 0, .07, 1);
            animation-timing-function: cubic-bezier(.86, 0, .07, 1);
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myMoveImage.active span
{
    -webkit-animation: myMoveImagePos;
            animation: myMoveImagePos;
    -webkit-animation-duration: 1.3s;
            animation-duration: 1.3s;
    -webkit-animation-timing-function: cubic-bezier(.075, .82, .165, 1);
            animation-timing-function: cubic-bezier(.075, .82, .165, 1);
    -webkit-animation-delay: .4s;
            animation-delay: .4s; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.myTxt
{
    line-height: 2.2; 

    margin-bottom: 20px;

    opacity: 0;
}
@media only screen and (max-width: 600px)
{
    .myTxt
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.myTxt.active
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: .2s;
            animation-delay: .2s; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myTxt sup
{
    font-size: 70%; 

    color: #8e8c8b;
}

.myCaution
{
    font-size: 12px;
    font-size: 1.2rem; 

    opacity: 0;
    color: #8e8c8b;
}
@media only screen and (max-width: 600px)
{
    .myCaution
    {
        font-size: 10px;
        font-size: 1rem;
    }
}
.myCaution.active
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: .2s;
            animation-delay: .2s; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myCaution li
{
    margin-left: 1em;

    text-indent: -1em;
}

.myCaution02
{
    font-size: 12px;
    font-size: 1.2rem; 

    opacity: 0;
    color: #8e8c8b;
}
@media only screen and (max-width: 600px)
{
    .myCaution02
    {
        font-size: 10px;
        font-size: 1rem;
    }
}
.myCaution02.active
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: .2s;
            animation-delay: .2s; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myCaution02 dt
{
    font-weight: bold;
}

.myCaution03
{
    font-size: 10px;
    font-size: 1rem; 

    margin-top: 5px;

    opacity: 0;
    color: #8e8c8b;
}
@media only screen and (max-width: 600px)
{
    .myCaution03
    {
        font-size: 10px;
        font-size: 1rem;
    }
}
.myCaution03.active
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: .2s;
            animation-delay: .2s; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myCaution03 li
{
    margin-left: 1em;

    text-indent: -1em;
}

.myBlock .detail
{
    position: relative;
    z-index: 10; 

    display: table;

    width: 100%;

    table-layout: fixed;
}
@media only screen and (max-width: 992px)
{
    .myBlock .detail
    {
        display: block;

        width: auto;
    }
}
.myBlock .detail .icon,
.myBlock .detail .body
{
    display: table-cell;

    vertical-align: top;
}
@media only screen and (max-width: 992px)
{
    .myBlock .detail .icon,
    .myBlock .detail .body
    {
        display: block;
    }
}
.myBlock .detail .icon
{
    width: 230px;
}
@media only screen and (max-width: 992px)
{
    .myBlock .detail .icon
    {
        margin-right: auto;
        margin-left: auto;

        text-align: center;
    }
}
@media only screen and (max-width: 600px)
{
    .myBlock .detail .icon
    {
        width: 70px;
    }
}
.myBlock .detail .iconInner
{
    position: relative; 

    opacity: 0;
}
.myBlock .detail .iconInner.active
{
    -webkit-animation: fadeInIcon;
            animation: fadeInIcon;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myBlock .bg
{
    text-align: center;
}
@media only screen and (max-width: 992px)
{
    .myBlock .bg
    {
        margin-right: -30px;
        margin-left: -30px;
    }
}

.myBlock01
{
    margin-top: -80px;
}
@media only screen and (max-width: 992px)
{
    .myBlock01
    {
        margin-top: 0;
        margin-bottom: 35px;
    }
}
.myBlock01 .container
{
    position: relative;

    padding-bottom: 160px;
}
@media only screen and (max-width: 992px)
{
    .myBlock01 .container
    {
        padding-bottom: 130px;
    }
}
@media only screen and (max-width: 600px)
{
    .myBlock01 .container
    {
        padding-bottom: 30px;
    }
}
.myBlock01 .inner
{
    position: relative;
    z-index: 10;

    padding-left: 34%;
}
@media only screen and (max-width: 992px)
{
    .myBlock01 .inner
    {
        width: auto;
        padding-left: 0;
    }
}
@media only screen and (max-width: 992px)
{
    .myBlock01 .image,
    .myBlock01 .detailWrap
    {
        display: block;
    }
}
.myBlock01 .image
{
    position: absolute;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1024px)
{
    .myBlock01 .image
    {
        width: 40vw;
    }
}
@media only screen and (max-width: 992px)
{
    .myBlock01 .image
    {
        position: static;

        width: auto;
        padding-right: 30vw;
    }
}
.myBlock01 .image .imageInner
{
    position: relative; 

    opacity: 0;
}
.myBlock01 .image .imageInner.active
{
    -webkit-animation: fadeInImageTop;
            animation: fadeInImageTop;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myBlock01 .detailWrap
{
    padding: 170px 0 0 54px;
}
@media only screen and (max-width: 992px)
{
    .myBlock01 .detailWrap
    {
        margin-top: -6vw; 
        padding: 0;
    }
}
.myBlock01 .detail .icon
{
    width: 210px;
}
@media only screen and (max-width: 600px)
{
    .myBlock01 .detail .icon
    {
        width: 70px;
    }
}
.myBlock01 .bg
{
    position: absolute;
    right: 0; 
    bottom: -100px;
}
@media only screen and (max-width: 992px)
{
    .myBlock01 .bg
    {
        bottom: 0;

        margin-right: 0;
        margin-left: 0;
    }
}

.myBlock02
{
    margin-bottom: 110px;
}
@media only screen and (max-width: 992px)
{
    .myBlock02
    {
        margin-bottom: 35px;
    }
}
.myBlock02 .container
{
    position: relative;

    padding-bottom: 160px;
}
@media only screen and (max-width: 992px)
{
    .myBlock02 .container
    {
        padding-bottom: 130px;
    }
}
@media only screen and (max-width: 600px)
{
    .myBlock02 .container
    {
        padding-bottom: 30px;
    }
}
.myBlock02 .bg
{
    position: absolute;
    bottom: -20px;
    left: 0;

    max-width: 807px;

    text-align: center;
}
@media only screen and (max-width: 992px)
{
    .myBlock02 .bg
    {
        position: static;
    }
}

.myBlock03
{
    margin-bottom: 40px;
}
@media only screen and (max-width: 992px)
{
    .myBlock03
    {
        margin-bottom: 35px;
    }
}
.myBlock03 .inner
{
    position: relative; 

    padding: 0 0 160px 450px;
}
@media only screen and (max-width: 1024px)
{
    .myBlock03 .inner
    {
        padding-left: 200px;
    }
}
@media only screen and (max-width: 992px)
{
    .myBlock03 .inner
    {
        padding: 0 0 90px;
    }
}
.myBlock03 .bg
{
    position: absolute;
    right: 0; 
    bottom: -150px;
}
@media only screen and (max-width: 992px)
{
    .myBlock03 .bg
    {
        bottom: 0;

        margin-right: 0;
        margin-left: 0;
    }
}

.myBlock04
{
    margin-bottom: 160px;
}
@media only screen and (max-width: 992px)
{
    .myBlock04
    {
        margin-bottom: 35px;
    }
}
@media only screen and (max-width: 600px)
{
    .myBlock04
    {
        margin-bottom: 100px;
    }
}
.myBlock04 .inner
{
    position: relative; 

    padding: 0 0 160px 0;
}
@media only screen and (max-width: 992px)
{
    .myBlock04 .inner
    {
        padding: 0;
    }
}
.myBlock04 .bg
{
    position: absolute;
    bottom: -200px;
    left: 0;
}
@media only screen and (max-width: 992px)
{
    .myBlock04 .bg
    {
        position: static;

        margin-top: -8vw;
    }
}
@media only screen and (max-width: 992px)
{
    .myBlock04 .bg img
    {
        width: 100%;
    }
}

.myBlock05
{
    margin-bottom: 140px;
}
@media only screen and (max-width: 992px)
{
    .myBlock05
    {
        margin-bottom: 50px;
    }
}
.myBlock05 .inner
{
    display: table;

    width: 100%;

    table-layout: fixed;
}
@media only screen and (max-width: 992px)
{
    .myBlock05 .inner
    {
        display: block;

        width: auto;
    }
}
.myBlock05 .image,
.myBlock05 .detailWrap
{
    display: table-cell;

    vertical-align: top;
}
@media only screen and (max-width: 992px)
{
    .myBlock05 .image,
    .myBlock05 .detailWrap
    {
        display: block;
    }
}
.myBlock05 .image
{
    width: 48%;

    text-align: center;
}
@media only screen and (max-width: 992px)
{
    .myBlock05 .image
    {
        width: 100%;
        max-width: 630px;
        margin-right: auto;
        margin-left: auto;
    }
}
.myBlock05 .detailWrap
{
    padding: 0 96px 0 20px;
}
@media only screen and (max-width: 992px)
{
    .myBlock05 .detailWrap
    {
        margin-bottom: 35px; 
        padding: 0;
    }
}
.myBlock05 .image02
{
    max-width: 850px; 
    margin-top: -60px;
}
@media only screen and (max-width: 1360px)
{
    .myBlock05 .image02
    {
        margin-top: -1%;
    }
}
@media only screen and (max-width: 1100px)
{
    .myBlock05 .image02
    {
        margin-top: 40px;
    }
}
@media only screen and (max-width: 992px)
{
    .myBlock05 .image02
    {
        display: none;
    }
}
.myBlock05 .image02Sp
{
    display: none;

    margin: 0-30px 25px;

    text-align: center;
}
@media only screen and (max-width: 992px)
{
    .myBlock05 .image02Sp
    {
        display: block;
    }
}

.myBlock06 .head .modTitle02
{
    margin-left: 20px;
}
@media only screen and (max-width: 992px)
{
    .myBlock06 .head .modTitle02
    {
        margin-left: 0;
    }
}
.myBlock06 .body
{
    margin: 60px 0 0; 
    padding: 45px 0;

    background-color: #00aec7;
}
@media only screen and (max-width: 992px)
{
    .myBlock06 .body
    {
        margin-top: 50px; 
        padding: 0 0 45px;
    }
}
.myBlock06 .inner
{
    display: table;

    width: 100%;

    table-layout: fixed;
}
@media only screen and (max-width: 992px)
{
    .myBlock06 .inner
    {
        display: block;

        width: auto;
    }
}
.myBlock06 .inner .left,
.myBlock06 .inner .right
{
    display: table-cell;

    vertical-align: top;
}
@media only screen and (max-width: 992px)
{
    .myBlock06 .inner .left,
    .myBlock06 .inner .right
    {
        display: block;
    }
}
.myBlock06 .left
{
    width: 40%;
    padding-left: 20px;

    opacity: 0;
    color: #fff;
}
@media only screen and (max-width: 992px)
{
    .myBlock06 .left
    {
        width: auto;
        margin-bottom: 35px;
        padding-left: 0;
    }
}
.myBlock06 .left.active
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myBlock06 .left dl
{
    font-size: 16px;
    font-size: 1.6rem;

    display: table;

    width: 100%;

    table-layout: fixed;

    color: #fff;
}
@media only screen and (max-width: 600px)
{
    .myBlock06 .left dl
    {
        font-size: 13px;
        font-size: 1.3rem;
    }
}
.myBlock06 .left dl:not(:last-child)
{
    /* margin-bottom: 12px; */
    padding-top: 6px;
    padding-bottom: 6px;
}
.myBlock06 .left dl:last-of-type
{
    margin-bottom: 12px;
}
.myBlock06 .left dt,
.myBlock06 .left dd
{
    display: table-cell;

    vertical-align: top;
}
@media only screen and (max-width: 992px){
    .myBlock06 .left dt.p-spVerMid {
        vertical-align: middle;
    }
}
.myBlock06 .left dt
{
    font-weight: bold; 

    width: 9em;

}
.myBlock06 .right .image
{
    position: relative;

    margin-top: -210px;

    opacity: 0;
}
@media only screen and (max-width: 992px)
{
    .myBlock06 .right .image
    {
        display: none;
    }
}
.myBlock06 .right .image.active
{
    -webkit-animation: fadeInImageTop;
            animation: fadeInImageTop;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myBlock06 .right .btn
{
    max-width: 250px;
    margin: 0 auto;

    opacity: 0;
}
.myBlock06 .right .btn.active
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
.myBlock06 .imageSp
{
    position: relative;
    top: -25px;

    display: none;

    margin-bottom: -25px; 

    opacity: 0;
}
@media only screen and (max-width: 992px)
{
    .myBlock06 .imageSp
    {
        display: block;
    }
}
.myBlock06 .imageSp.active
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .6s;
            animation-duration: .6s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
            animation-delay: 0; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}

.myFirstSet
{
    padding: 60px 0 100px;
}
.myFirstSet .btn
{
    max-width: 300px;
    margin: 0 auto;
    padding-bottom: 2px;

    opacity: 0;
}
@media only screen and (max-width: 992px)
{
    .myFirstSet .btn
    {
        width: auto;
        max-width: 280px;
    }
}

.myBottomBlock.active .myFirstSet .btn
{
    -webkit-animation: fadeIn;
            animation: fadeIn;
    -webkit-animation-duration: .5s;
            animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-delay: .6s;
            animation-delay: .6s; 
    -webkit-animation-iteration-count: 1;
            animation-iteration-count: 1;

    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
}
@media only screen and (max-width: 600px)
{
    .myBottomBlock.active .myFirstSet .btn
    {
        -webkit-animation: fadeIn;
                animation: fadeIn;
        -webkit-animation-duration: .5s;
                animation-duration: .5s;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
        -webkit-animation-delay: .4s;
                animation-delay: .4s; 
        -webkit-animation-iteration-count: 1;
                animation-iteration-count: 1;

        -webkit-animation-fill-mode: forwards;
                animation-fill-mode: forwards;
    }
}

/* KV変更対応 */
.modBlockMainvisual {
    position: relative;
    z-index: 10;
    min-height: 90vh;
    /* padding: 10vw 0 0; */
    padding: 0;
    display: flex;
    flex-flow: row-reverse;
}
@media only screen and (max-width: 992px) {
    .modBlockMainvisual {
        display: block;
        padding-top: 10vw;
    }
}

.modBlockMainvisual:before {
    display: none !important;
}

.modBlockMainvisual .image {
    position: static;
    width: 65vw;
}

@media only screen and (max-width: 1750px) {
    .modBlockMainvisual .image {
        width: 70vw;
    }
    .modBlockMainvisual {
        /* min-height: 75vh; */
        min-height: auto;
    }
}

@media only screen and (max-width: 600px) {
.modBlockMainvisual .image {
    width: auto;
}

.modBlockMainvisual .imageArea.quality_imageArea {
    padding: 10px 0 10px;
}
}
.modBlockMainvisual .detail {
    margin-bottom: 0;
    padding-top: 10vw;
}

@media only screen and (max-width: 992px) {
    .modBlockMainvisual .detail {
        padding-top: 0;
    }
}

.modTitle02 .title.en {
    font-family: 'proxima-nova', 'Proxima Nova', 'Noto Sans Japanese', -apple-system, BlinkMacSystemFont, MyYuGothicM, YuGothic, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.modBlockMainvisual .container {
    padding-right: 0;
    margin-right: 0;
}
@media only screen and (max-width: 992px) {
    .modBlockMainvisual .container {
        margin-right: auto;
        padding-right: 30px;
        padding-left: 30px;
    }
}

/* xhtmlに直接記述していたもの */
.p-spVerMid__top {
    word-break: keep-all;
}
.p-spVerMid__bottom {
    word-break: keep-all;
    letter-spacing: -0.04em;
}