/* p2v.css */

* {
    box-sizing: border-box;
}
#mv {
    position:relative;
}
#mv,
.mv-inner,
#mv img.mv-img {
    height:calc(600/1280*100vw);
    max-height:700px;
}
#mv img.mv-img {
    object-fit: cover;
    width:100%;
}
.mv-inner {
    padding:20px 20px 0;
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    align-items: flex-end;
    align-content: flex-end;
    line-height: 1;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
    text-align: center;
}
.mv-inner *,
.sec03 * {
    color:#fcfcfc;
    margin:0 auto;
    width:100%;
    line-height: 1.3!important;
}
.catch01 {
    font-size: 20px;
    font-weight:400;
    margin-bottom:0.5rem;
}
.catch02 {
    font-size:36px;
    font-weight:bold;
    margin-bottom:2.5em;
    letter-spacing: 0.05em;
}
.sec {
    padding:4vw 0 3.8vw;
}
.bg01 {
    background-color: #f5f5f5;
}
.ttl-h2 {
    font-size:24px;
    margin:0 auto 2rem;
}
.read-flex {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
    gap:0 2.5%;
    line-height:1;
}
#main .read-flex li {
    width:20%;
    margin-bottom:4rem;
    margin-top:2rem;
    text-align: center;
    line-height:1.2;
    font-size:16px;
}
.read-flex li img {
    width:100px;
    max-width:100%;
    text-align: center;
    margin:0 auto 2rem;
    display: block;
}
.container.sec01 {
    max-width:960px;
}
.container.sec01 {
    max-width:1160px;
}
.btn01 {
    font-size: 16px;
    height: 40px;
    min-height: 40px;
    color: #fff;
    background-color: #353535;
    border-style: none;
    border-radius: 30px;
    padding: 10px 4rem;
    min-width:240px;
}
.btn01:hover {
    background-color: #74ba00;
}
#main .video-link {
    margin:4rem auto 2rem;
}
.sec02-txt {
    margin:0 0 5rem;
}
.flex3 li figure {
    width:100%;
    margin:0;
}
.flex3 li figure img {
    max-width:100%;
}
.flex3 dl {
    margin:1rem 0 0;
}
.flex3 dt {
    font-size:22px;
    font-weight:bold;
    width:100%;
    display: block;
    margin-bottom:1rem;
}
.flex3 dd {
    display: flex;
    justify-content: space-between;
}
#main .flex3 dd p {
    width:70%;
    line-height: 1.5;
}
.flex3 dd .thumb {
    width:28%;
}
.sec03 {

}
.sec03,
.sec03 .mv-img {
    height:calc(915 / 1920 * 100vw)
}
.sec03 {
    position: relative;
}
.sec03-inner {
    padding: 50px 20px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    line-height: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: left;
    width: 35%;
    margin: 5% 15% 0 auto;
}
.sec03-ttl {
    font-size:25px;
    font-weight:bold;
    line-height:1.3;
    margin-bottom:2.5rem;
}
.sec03-ttl span {
    display: block;
    font-size:2rem;
}
.sec04 .container,
.sec06 .container {
    max-width:1200px;
}
.sec05-in img {
    object-fit: cover;
    object-position: center top;
    width: 100%;
    max-width: 100%;
    font-family: 'object-fit: cover; object-position: center top;';
}
.voice-wrap {
    display: flex;
    justify-content: center;
}
ul.voice-img {
    margin:0;
    display: flex;
}
.bg02 {
    background-color: #e8e8e6;
}
.sec06  {
    padding:9vw 0 5vw;
}
.voice-img01 {
    width:60%;
}
.voice-img02 {
    width:40%;
}
.sec07 .container {
    max-width:1160px;
}
.sec07 dd {
    color:#74ba00;
}
.logo-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width:900px;
    gap:0 3%;
    margin:3rem auto!important;
}
.logo-flex img {
    max-height:40px;
    width:100%;
}
.logo-flex.m img {
    max-height:90px;
    width:100%;
}
.posi01 {
    position: relative;
}
.posi01-txt {
    position: absolute;
    top:46%;
    right:13%;
    color:#fff;
    font-size:20px;
    font-weight: bold;
}
.pa {
    padding:20px;
}

.svg-img {
    display: block;
    max-width:100px;
    margin:0 auto;
}
.svg-img img {
    max-width:100px;
    margin:0 auto;
}

/* spec */
.spec-img {
    margin:0 auto;
    text-align: center;
}
.goMini {
    flex-wrap:wrap;
}
.goMini h4 {
    font-size:1.8rem;
    margin-top:0;
}
.spec-wrap h3 {
    margin-top:0;
}
.spec-wrap h2.ttl01 {
    padding-bottom:2rem;
    border-bottom:1px solid #ccc;
    font-size:36px;
    margin:4rem auto 0;
    text-align:center;
    font-weight:bold;
}
.spec-image {
    margin:2rem auto 0;
    text-align: center;
}

@media screen and (min-width: 768px) {
    .flex3 {
        display: flex;
        justify-content: space-between;
        gap:0 1%;
        margin:0;
    }
    .flex3 li {
        margin:0;
        width:32.333%;
        text-align: left;
    }

    .video-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .video-wrap .in {
        width:47%;
    }
    .video-wrap video {
        display: inline-flex;
        width: 100%;
        position: relative;
        overflow: hidden;
        justify-content: center;
    }
    .sec05
    .sec05-in,
    .sec05-in img {
        width:100%;
        height:448px;
    }
    .voice-wrap .in {
        width:48%;
    }
    .svg-area {
        margin:10px 0 0 20%;
        display: block;
        text-align:center;
    }
    .svg-txt {
        display: block;
        font-size:13px;
    }
    
    .sec07-wrap {
        display: flex;
        gap:0 1%;
    }
    .sec07-wrap li {
        width:33.333%;
        text-align: center;
    }
    .sec07 dt {
        font-weight: 500;
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    #main .read-flex li {
        width: 40%;
        margin:0 5% 3rem;
    }
    .read-flex {
        gap:0;
        justify-content: flex-start;
    }
    #main h2.ttl-h2 {
        line-height:1.4;
        margin-top:2rem;
    }
    .catch01 {
        font-size:14px;
    }
    .catch02 {
        font-size:20px;
        margin-bottom: 1em;
    }
    #mv, .mv-inner, #mv img.mv-img {
        height: calc(259/375*100vw);
    }
    #main .video-link {
        margin: 0rem auto 4rem;
    }
    .flex3 dl {
        text-align: left;
    }
    .flex3 li {
        margin-bottom:3rem;
    }
    .sec03-inner {
        padding: 10px 10px 0;
        width:100%;
        margin:0 0 0 auto;
    }
    #main h2.sec03-ttl {
        font-size:20px;
    }
    .sec03 p {
        font-size:3vw;
    }
    .sec03, .sec03 .mv-img {
        height: calc(392 / 767 * 100vw);
    }
    .video-wrap {
        padding-top:6vw;
    }
    .video-wrap video {
        margin-bottom:6vw;
    }
    .video-wrap .in {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
    }
    .video-wrap .in video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
    .voice-wrap {
        flex-wrap:wrap;
    }
    .voice-wrap .in {
    }
    .voice-wrap .in.tc {
        order:1;
    }
    .voice-wrap .in.posi01 {
        order:2;
    }
    .svg-area {
        margin:10px 0 3rem;
        display: block;
        text-align:center;
    }
    .svg-txt {
        display: block;
        font-size:3vw;
        margin-bottom:5px;
    }
    .posi01-txt {
        right:8%;
        font-size:16px;
    }
    .sec06 {
        padding-bottom:4rem;
    }
    .sec07 dt {
        font-weight: bold;
        font-size: 18px;
    }
    .sec07 dd {
        font-weight: bold;
    }
    .sec07-wrap li {
        margin-bottom:3rem;
    }
    .logo-flex {
        flex-wrap: wrap;
        justify-content: space-around;
        gap:0;
    }
    .logo-flex li {
        width:28%;
        margin:0 2% 1rem;
    }
    .logo-flex.m {
        width:70%;
    }
   
}