@charset "shift_jis";
/*==============================================
common
============================================= */
html {
	overflow: auto;
}
body {
	overflow: hidden;
	min-width: 1000px;
}
#container {
    background-color: #f6f6f6;
}
#header {
    border-bottom: #ededed solid 1px;
}
.headerIn, .footerIn {
    width: 1000px;
    margin: 0 auto;
}
.copyRight {
    border-top: 1px solid #ededed;
}
#footer {
    padding-top: 10px;
    background-color: #fff;
}
.copyRightIn {
    width: 1000px;
}
#mainContents {
    font-family: "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", "Arial", sans-serif;
    color: #282828;
	letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
}
.pageTop {
    border-radius: 50%;
}
.sp {
    display: none;
}
sup {
    font-size: 0.5em;
}
/*==============================================
 看板
============================================= */
.mainTitleWrap {
    background: #fff url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/main_title_bg.jpg) no-repeat center top;
}
.mainTitle {
    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 800px;
}
.mainTitle h1 {
    position: absolute;
    top: 80px;
    left: 30px;
    display: block;
    width: 520px;
    height: 545px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/h1.png) no-repeat 0 0;
    text-indent: -999em;
    font-size: 0;
}
.mainTitle .btnWrap {
    position: absolute;
    bottom: 80px;
    left: 85px;
}
.lead {
    position: relative;
    width: 830px;
    line-height: 2.0;
    margin: 0 auto;
    padding-top: 80px;
    font-size: 16px;
    box-sizing: border-box;
}
.lead a {
    color: #715590;
    font-weight: bold;
    text-decoration: underline;
}
.lead a:hover {
    text-decoration: none;
}
/*==============================================
 .btn
============================================= */
.btn {
    display: block;
    position: relative;
    text-align: center;
    background-image: linear-gradient(90deg, #7678b7, #9fa1e9, #7678b7);
    font-weight: bold;
}
a.btn, a.btn:visited, a.btn:hover,
a .btn, a .btn:visited, a .btn:hover {
    color: #fff;
}
.btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: .3s;
    background-image: linear-gradient(90deg, #9576b7, #bf9fe9, #9576b7);
}
.btn:hover::before,
a:hover .btn::before {
    opacity: 0;
}
.btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
}
.btn span {
    position: relative;
    z-index: 1;
}
/* .mainTitle & .bnrInr */
.btn,
a .btn {
    margin: 0 auto;
}
.btn::after,
a .btn::after {
    border-radius: 50%;
    background: #7d61a3 url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/arrow.svg) no-repeat 0 0;
    transition: .3s;
}
.btn:hover::after,
a:hover .btn::after {
    background-color: #6361a3;
}
/* .mainTitle */
.mainTitle .btn {
    width: 405px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 14px;
}
.mainTitle .btn::before {
    border-radius: 28px;
}
.mainTitle .btn::after {
    right: 20px;
    width: 20px;
    height: 20px;
}
/* .bnr */
.paragraph .bnr {
    margin: 80px auto 0;
    width: 830px;
}
.paragraph .bnr a {
    display: block;
    position: relative;
    width: 830px;
    height: 170px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/bnr.png) no-repeat 0 0;
}
.paragraph .btn {
    position: absolute;
    right: 120px;
    bottom: 30px;
    width: 250px;
    height: 35px;
    line-height: 35px;
    border-radius: 17px;
    font-size: 11px;
}
.paragraph .btn::before {
    border-radius: 17px;
}
.paragraph .btn::after {
    right: 15px;
    width: 16px;
    height: 16px;
}
/* .productBox */
.productBox .btn {
    width: 490px;
    height: 56px;
    line-height: 56px;
    border-radius: 28px;
    font-size: 14px;
}
.productBox .btn::before {
    border-radius: 28px;
}
.productBox .btn::after {
    right: 20px;
    width: 20px;
    height: 20px;
}
/*==============================================
 .lnav
============================================= */
.lnavWrap {
    background-color: #f6f6f6;
    margin: 100px auto 0;
    padding: 60px 0;
}
.lnav {
    display: flex;
    align-items: center;
    width: 830px;
    margin: 0 auto;
}
.lnav .index {
    width: 150px;
    color: #715590;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
}
.lnav ul {
}
.lnav ul li + li {
    margin-top: 10px;
}
.lnav ul li a {
    display: block;
    position: relative;
    line-height: 1.7;
    font-size: 14px;
    box-sizing: border-box;
    transition: .2s;
}
.lnav ul li a:hover {
    color: #715590;
}
.lnav ul li a span {
    display: inline-block;
    position: relative;
    width: 8em;
    font-weight: bold;
}
/*==============================================
 .profile
============================================= */
.profileWrap {
    background-color: #fff;
}
.profile {
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
    width: 830px;
    margin: 0 auto;
    padding: 130px 0;
}
.profile h2 {
    width: 150px;
    color: #715590;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    z-index: 1;
}
.profile .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    height: 280px;
    margin: auto 0;
}
.profile p {
    line-height: 2;
    width: 490px;
    font-size: 12px;
    letter-spacing: 0.07em;
    font-feature-settings: "palt" 1;
    z-index: 1;
}
.profile p .name {
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: bold;
}
/*==============================================
 .paragraph
============================================= */
.paragraph {
    padding: 100px 0;
    background: #f6f6f6 url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/paragraph_bg.png) repeat-x  center top;
}
.paragraphIn {
    width: 830px;
    margin: 0 auto;
}
.paragraph h2 {
    width: 830px;
    margin: 0 auto;
    text-align: center;
}
.paragraph h2 > span {
    display: block;
    margin: 0 auto;
}
.paragraph h2 .sub {
    display: block;
    position: relative;
    margin: 0 auto;
    color: #715590;
    font-size: 20px;
    font-weight: bold;
}
.paragraph h2 .title {
    display: block;
    line-height: 1.4;
    margin-top: 20px;
    background-image: linear-gradient(90deg, #9576b7, #bf9fe9, #9576b7);
    -webkit-background-clip: text;
    color: transparent;
    font-size: 42px;
    font-weight: bold;
}
.paragraph h2 .title sup {
    font-size: 0.4em;
}
.paragraph p {
    line-height: 2.0;
    margin: 80px auto 0;
    font-size: 16px;
}
.paragraph p + p {
    margin-top: 40px;
}
/*==============================================
 #talk
============================================= */
#talk {
    padding-top: 60px;
    background: #fff;
}
#talk h2 {
    display: flex;
    align-items: center;
    height: 303px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/special_img.png) no-repeat 0 0;
}
#talk h2 > span {
    position: relative;
    padding-left: 415px;
    text-align: left;
}
#talk .sub {
    display: block;
}
#talk .runner {
    display: inline-block;
    margin-top: 30px;
    padding: 5px 8px;
    background-color: #282828;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}
#talk .title {
    display: block;
    line-height: 1.5;
    margin-top: 10px;
    color: #282828;
    font-size: 36px;
}
#talk p a {
    color: #715590;
    font-weight: bold;
    text-decoration: underline;
}
#talk p a:hover {
    text-decoration: none;
}
/*---- .btnArticle ----*/
.btnArticle a {
    display: flex;
    align-items: center;
    position: relative;
    width: 830px;
    height: 90px;
    margin: 80px auto 0;
    border: 1px solid #c1b7cb;
    border-radius: 45px;
    text-align: center;
    color: #282828;
    font-size: 20px;
    font-weight: bold;
    transition: .2s;
}
.btnArticle a:hover {
    background-color: #f1edf5; 
}
.btnArticle a > span {
    width: 100%;
}
.btnArticle a .min {
    display: block;
    font-size: 14px;
}
.btnArticle a .link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: auto;
    margin: auto 0;
    padding-right: 25px;
    line-height: 20px;
    height: 20px;
    color: #715590;
    font-size: 14px;
}
.btnArticle a .link::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    margin: auto 0;
}
.btnArticle a .link::after {
    border-radius: 50%;
    background: #a397bf url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/arrow.svg) no-repeat 0 0;
    transition: .3s;
}
/*==============================================
 .imgBox
============================================= */
.imgBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px auto 0;
}
.imgBox + p {
    margin-top: 80px;
}
.imgBox div {
    width: 405px;
}
.imgBox a {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    cursor: zoom-in;
}
.imgBox img {
    width: 100%;
}
.imgBox .cap {
    line-height: 2.0;
    width: 235px;
    margin: 0;
    padding-left: 20px;
    font-size: 14px;
}
.imgBox .cap p {
    margin-top: 0;
    font-size: 14px;
}
/*---- .one ----*/
.imgBox .one {
    width: 660px;
}
.imgBox .one div,
.imgBox .one a {
}
.imgBox .one + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*---- .two ----*/
.imgBox .two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 660px;
}
.imgBox .two div,
.imgBox .two a {
    width: 320px;
}
.imgBox .two div:nth-child(n+3) {
    margin-top: 30px;
}
.imgBox .two + .cap {
    width: 660px;
    margin: 20px auto 0;
    padding-left: 0;
}
/*==============================================
 .comment
============================================= */
.comment {
    margin: 80px auto 0;
    padding: 50px;
    width: 660px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.comment p {
    margin: 0;
    color: #715590;
    clear: both;
}
.comment p .dq {
    display: block;
    float: left;
    width: 60px;
    height: 60px;
    background: url(https://img1.kakaku.k-img.com/images/article/tieup/24/02_freeclip_vol1/dq.svg) repeat-x  center top;
}
.comment p.name {
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: right;
}
/*==============================================
 #product
============================================= */
.productBox {
}
.productBoxIn {
    width: 830px;
    margin: 0 auto;
}
.productBoxIn a {
    display: block;
    padding: 50px;
    border-radius: 20px;
    background-color: #fff;
    box-sizing: border-box;
}
.productBox .img {
    text-align: center;
}
.productBox .txt {
    margin-top: 20px;
}
.productBox .txt h4 {
    line-height: 1.4;
    margin-bottom: 20px;
    text-align: center;
    font-size: 38px;
    font-weight: bold;
}
.productBox .txt h4 span {
    display: block;
    font-size: 18px;
}
/*==============================================
.releasedate
============================================= */
.releasedate {
    font-size: 11px;
    width: 830px;
    margin: 40px auto 80px;
    text-align: right;
    color: #6d6a70;
}
.questionnaire {
    border-top: 1px solid #ddd;
    background-color: #f5f5f5;
}
.questionnaireInner {
    width: 830px;
}