@charset 'UTF-8';

/*
* Theme Name: minasil
* Theme URI: https://
* Author: minasil, KARAFUL
* Author URI:
* Description: minasilのテーマ
* Version: 1.0
*/

/* 共通 */
* {
    color: #3E3A39;
    font-family: 'Noto Sans JP', sans-serif;
}
.w-1400 {
    max-width: 1400px;
}
.w-1200 {
    max-width: 1200px;
}
.sp-none {
    display: none;
}
.notpc-none {
    display: none;
}

.toTopBtn {
    transform:rotate(90deg);
    position: absolute;
    right: -30px;
    bottom: 35px;
    font-size: .8em;
    cursor: pointer;
}
.toTopBtn i {
    margin-right: 10px;
}
.toTopBtn span {
    font-family: 'Jost', sans-serif;
}

/* ヘッダー関係 */
header {
    height: 0;
    margin: 0 50px;
}

#open-btn, #close-btn {
    position: fixed;
    top: 24px;
    right: 24px;
    cursor: pointer;
    z-index: 150;
    font-size: 1.6em;
}

.pcMenu {
    display:none;
}
nav a {
    font-family: 'Noto Serif JP', serif;
}
.pcMenu a {
    position: relative;
}
.pcMenu a:after {
    color:#E5638B;
    content: "・";
    font-size: 1.5em;
    right:0;
    left:0;
    display: block;
    text-align: center;
    opacity: 0;
    transition: opacity .3s;
}
.pcMenu a:hover:after {
    opacity: 1;
}

.layer {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:none;
    background-color: #fff;
}

.spmenu-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.spmenu-container nav {
    display: inline-block;
    position: absolute;
    bottom: 0;
    height: 75%;
    width: 100%;
}
.spmenu-container li {
    font-size: 1.5em;
    line-height: 2em;
    text-align: center;
}
.spmenu-container li:last-child {
    display: block;
    width: 200px;
    height: 75px;
    line-height: 75px;
    margin: 40px auto;
    border-radius: 3px;
    background:linear-gradient(60deg, rgba(242,168,190,.3), rgba(54,149,201,.2), rgba(255,221,142,.3));
}



.logo {
    position: absolute;
}
.logo img {
    position: relative;
    top:-20px;
    left: -20px;
    height: 65px;
    z-index: 10;
}

.subpageLogo img {
    top:15px;
}

.pcMenu nav {
    margin-left: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.pcMenu ul {
    display: flex;
}
.pcMenu ul li:not(:first-child){
    margin-left: 20px;
}

.pcMenu ul li {
    position: relative;
}

/* フッター */
.footer-logo {
    position: relative;
    width: 90%;
    margin: 0 auto;
}
.footer-logo img{
    display: block;
    margin: 0 auto 40px;
    width: 70px;
}

footer p {
    background-color: #F2F2F2;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-family: 'Noto Serif JP', serif;
}

/* メインページ */
.top-contents-section {
    background-color: #F2F2F2;
    border-radius: 5px;
    margin: 0 20px;
    margin-top: 30px;
    position: relative;
}

.topMsgContainerDiv {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.topMsg {
    margin-top: 10%;
    font-family: 'Jost', sans-serif;
    font-size: 1.1em;
    line-height: 1.2em;
    margin-left: calc(2.5% + 20px);
    letter-spacing: .2em;
}
.topSubMsg {
    margin-top: 3%;
    font-size: 0.5em;
    line-height: 2.2em;
    letter-spacing: .1em;
    font-family: 'Noto Sans JP', sans-serif;
    margin-left: calc(2.5% + 20px);
}

.top-contents-section img {
    display: block;
    width: 95%;
    margin: 0 auto;
    padding: 20px;
    padding-bottom: 0;
}

.matching-section {
    margin: 50px auto;
    width: 80%;
    max-width: 700px;
}
.matching-section h2 {
    text-align: center;
    font-size: 1.1em;
    line-height: 1.6em;
}
.matching-section div {
    display: flex;
    align-items: center;
}
.matching-section-img-div {
    margin: 20px 0 15px;
}
.matching-icon-img {
    flex: 3;
}
.arrow-img {
    flex: 2;
    padding: 0 30px;
}
.matching-section p {
    flex: 1;
    text-align: center;
    line-height: 1.6em;
    font-size: .6em;
}

h1.heading {
    font-size: 2em;
    padding: 60px 0 10px;
    text-align: center;
    letter-spacing: .1em;
    font-family: 'Jost', sans-serif;
}

.sub-heading {
    font-size: 1em;
    text-align: center;
    padding-bottom: 60px;
}

.topics-sub-heading {
    padding-bottom: 100px;
}

#point {
    background:linear-gradient(60deg, rgba(242,168,190,.3), rgba(54,149,201,.2), rgba(255,221,142,.3));
    padding-bottom:60px;
}
.point-items-container {
    margin: 0 auto;
}

.point-items {
    background-color: #fff;
    border-radius: 15px;
    width: 80%;
    margin: 0 auto 60px;
    position: relative;
}

.point-heading {
    font-family: 'Jost', sans-serif;
    position: absolute;
    font-size: 3em;
    top: -25px;
    left: 10px;
}

.small-heading {
    font-family: 'Jost', sans-serif;
    position: absolute;
    font-size: 3em;
    top: -25px;
    left: 10px;
}

.point-flex-div {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px 20px 40px 20px;
}
.point-flex-div div:first-child {
    flex: 1;
}
.pointImg {
    flex: none;
    margin: 0px auto;
    width: 90%;
    height: 200px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.pointImg1 {
    background-image: url('./assets/img/point1@2x.png');
    height: 200px;
}
.pointImg2 {
    background-image: url('./assets/img/point2@2x.png');
    margin: 10px auto 20px;
}
.pointImg3 {
    background-image: url('./assets/img/point3@2x.png');
    margin: 10px auto 20px;
}

.point-flex-div h3 {
    font-size: 1.2em;
    line-height: 1.6em;
    margin-bottom: 20px;
    text-align: left;
}

.point-flex-div p {
    font-size: 1em;
    line-height: 1.6em;
}

#step {
    margin: 30px 40px;
}

.step-items-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

.step-items {
    border-radius: 15px;
    border: 1px solid #C3DAE6;
    margin: 15px auto;
    padding: 35px 20px;
    position: relative;
    width: 100%;
}
.step-items img {
    display: block;
    width: 85%;
    margin: 0 auto;
}
.step-items h3 {
    text-align: center;
    margin: 40px 0;
    font-size: 1.2em;
}
.step-items p {
    line-height: 1.6em;
}

.blueGradient {
    background:linear-gradient(60deg, rgba(54,149,201,.2), #fff, rgba(54,149,201,.2));
}
.yellowGradient {
    background:linear-gradient(60deg, rgba(255,221,142,.3), #fff, rgba(255,221,142,.3));
}
.redGradient {
    background:linear-gradient(60deg, rgba(242,168,190,.3), #fff, rgba(242,168,190,.3));
}
#example {
    padding: 50px 0;
    background-color: #fafafa;
}
#example * {
    line-height: 1.6;
}
.example-items {
    margin: auto;
}
.example-option {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
    margin: 50px auto 0;
    padding: 2em 1em 1em;
    width: 100%;
    max-width: calc(100% - 2em);
    background-color: #fff;
    border-radius: 15px;
}
.example-option:first-child {
    margin-top: 0;
}
.example-option .heading {
    position: absolute;
    top: -20px;
    left: 15px;
    font-family: 'Jost', sans-serif;
    font-size: 2em;
    letter-spacing: .1em;
}
.example-option .heading + p {
    margin-bottom: .5em;
}
.example-option-item {
    display: grid;
    grid-template-columns: 1fr;
    border-radius: 8px;
    background: linear-gradient(60deg, rgba(242,168,190,.2), rgba(54,149,201,.1), rgba(255,221,142,.2));
}
.example-option-item .option-name {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 1em;
    background-color: #fafafa;
    border-radius: 8px 8px 0 0;
}
.example-option-item .option-name:after {
    content: '';
    position: absolute;
    top: auto;
    left: 1em;
    right: auto;
    bottom: -20px;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #fafafa;
    border-left-color: transparent;
}
.example-option-item .option-name p {
    line-height: 2;
}
.example-option-item .option-price {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: 'Jost', 'Noto Sans JP', sans-serif;
    font-size: 1.8em;
    padding: 1em .5em;
}
#influencer {
    width: 80%;
    margin: 30px auto 80px;
}
.influ-follower {
    font-size: .8em;
    font-family: 'Jost', sans-serif;
}
.influ-items-container {
    display: flex;
    flex-direction: column;
}
.influ-items {
    flex:1;
    margin: 10px 0px;
    display: flex;
    border-radius: 8px;
}
.influ-items img {
    flex: 2;
    display: block;
    margin: 30px 15px;
    margin-right: 0;
    border-radius: 50%;
}
.influ-item-desc-container {
    flex: 3;
    display: flex;
    flex-direction: column;
}
.influ-item-desc-container div:not(.influ-cat-div) {
    flex: 1;
    padding-left: 12px;
}
.influ-item-desc-container div:first-child:not(.influ-cat-div) {
    position:relative;
    padding-bottom: 15px;
}
.influ-item-desc-container div:last-child {
    border-top: 2px solid #AF9691;
    margin-right: 10px;
    padding-top: 15px;
}
.influ-name {
    position: absolute;
    font-size: 1.1em;
    bottom: 12px;
    font-family: 'Jost', sans-serif;
}
.influ-cat-div {
    position: absolute;
    bottom: 37px;
    display: flex;
    flex-wrap: wrap;
}
.influ-cat {
    font-size: .7em;
    font-family: 'Noto Serif JP', serif;
    padding: 3px 5px;
    margin-top: 3px;
    border-radius: 3px;
    background-color: rgba(255,255,255,.8);
}
.influ-cat:not(:last-child) {
    margin-right: 5px;
}


#topics {
    background-color: rgba(195, 218, 230, .2);
    padding: 0 40px 60px;
}

.topic-items-container {
    display: flex;
    flex-direction: column;
    width: 95%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content:space-between;
}
.topic-items-container::after{
    content:"";
    display: block;
    width:32%;
}

.topic-items {
    display: block;
    margin-bottom: 60px;
    width: 100%;
}
.post_thumbnail {
    width: 100%;
    padding-top: 66%;
    background-color: rgba(195, 218, 230, .2);
    background-size: cover;
    background-position: center;
}
.topic-items h2 {
    margin: 15px 0;
    font-size: 1.1em;
    line-height:1.5em;
}
.topic-items ul {
    display: flex;
    margin: 15px 0;
}
.topic-items ul li {
    background-color: #fff;
    border-radius: 5px;
    padding: 8px 16px;
    margin-right: 12px;
}
.topic-items p {
    line-height: 1.6em;
}
.btn {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    width: 200px;
    background-color: #3E3A39;
    border-radius: 3em;
    color: #fff;
}
.btn a {
    display: inline-block;
    width: 100%;
}

#contact {
    border-radius: 15px;
    width: 90%;
    margin: 90px auto;
    padding: 50px 0;
    background:linear-gradient(60deg, rgba(242,168,190,.3), rgba(54,149,201,.2), rgba(255,221,142,.3));
}
.contact-title {
    text-align: center;
    font-size: 2em;
    letter-spacing: .1em;
    font-family: 'Jost', sans-serif;
}
.contact-desc {
    display: block;
    width: 85%;
    text-align: left;
    margin: 30px auto 0;
    line-height: 1.6em;
}

@media screen and (max-width: 340px) {
    .influ-name {
        font-size: .9em;
    }
    #topics {
        padding: 0 20px 60px;
    }
    #influencer {
        width: 90%;
    }
    #step {
        margin: 30px 20px;
    }
}

@media screen and (min-width: 767px) {
    /* ヘッダー関係 */
    #open-btn, #close-btn {
        display:none;
    }
    .pcMenu {
        display:flex;
    }
    .logo img {
        left: 0px;
        top: 20px;
        height: 120px;
    }
    /* トップ */
    .topMsg {
        margin-top: 5%;
        font-size: 2.8em;
        line-height: 1.2em;
        letter-spacing: .1em;
        margin-left: calc(5% + 20px);
    }
    .topSubMsg {
        margin-top: 2%;
        font-size: 1.2em;
        line-height: 2em;
        letter-spacing: .1em;
        margin-left: calc(5% + 20px);
    }
    .top-contents-section img {
        margin-top: 0;
        padding-left: 40px;
        width: 90%;
    }
    .pointImg {
        margin: 30px auto;
        height: 300px;
    }
    .pointImg1 {
        height: 350px;
    }
    .point-heading {
        font-size: 5em;
        top: -45px;
        left: 15px;
    }
    .point-flex-div h3 {
        text-align: center;
    }
    .matching-section {
        margin: 100px auto;
        width: 60%;
    }
    .matching-section h2 {
        font-size: 1.5em;
    }
    .matching-section p {
        font-size: .9em;
    }
    .matching-section-img-div {
        margin: 40px 0 15px;
    }
    .influ-items-container {
        flex-direction: row;
    }
    .influ-item-desc-container div:not(.influ-cat-div) {
        padding-left: 20px;
    }
    .influ-items {
        margin: 10px;
    }
    #influencer {
        width: 85%;
    }
    header {
        height: 80px;
    }
    .top-contents-section {
        margin: 0 40px;
    }

    h1.heading {
        font-size: 3em;
        padding: 100px 0 10px;
    }
    .sub-heading {
        padding-bottom: 100px;
    }
    .step-items-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .step-items {
        width:45%;
    }
    .step-items {
        margin: 15px;
    }
    .example-option-item {
        grid-template-columns: 1fr 1fr;
    }
    .example-option-item .option-name {
        border-radius: 8px 0 0 8px;
    }
    .example-option-item .option-name:after {
        top: calc(50% - 10px);
        left: auto;
        right: -20px;
        bottom: auto;
        border-top-color: transparent;
        border-left-color: #fafafa;
    }
    .example-option-item .option-price {
        padding: 1em 1em 1em 2em;
    }
    #contact {
        padding: 100px 0;
    }
    .contact-title {
        font-size: 3em;
    }
    .contact-desc {
        width: 100%;
        text-align: center;
        margin: 40px auto 0;
    }
    .sp-none {
        display: block;
    }
    .topic-items {
        padding: 0 30px;
    }
}

@media screen and (min-width: 1025px) {
    .step-items-container {
        flex-wrap: nowrap;
    }
    .topMsg {
        margin-top: 5%;
        font-size: 3.1em;
        line-height: 1.2em;
        letter-spacing: .2em;
    }
    .topSubMsg {
        margin-top: 3%;
        font-size: 1.5em;
        line-height: 2em;
        letter-spacing: .1em;
    }
    .pointImg {
        height: 400px;
    }
    .pointImg1 {
        height: 450px;
    }
    .matching-section h2 {
        font-size: 1.7em;
    }
    .matching-section p {
        font-size: 1em;
    }
    .topic-items-container {
        flex-direction: row;
    }
    .topic-items {
        padding: 0 10px;
        width: 32%;
    }
    .topics-sub-heading {
        padding-bottom: 120px;
    }
    .example-option {
        padding: 2em;
        width: 60%;
    }
    #influencer {
        margin: 30px auto 80px;
    }
    .influ-follower {
        font-size: 1em;
    }
    .influ-items img {
        flex: 1;
        margin: 40px;
        margin-right: 0;
    }
    .influ-item-desc-container {
        flex: 1;
    }
    .influ-name {
        font-size: 1.2em;
        bottom: 15px;
    }
    .influ-cat-div {
        bottom: 50px;
    }
    .influ-cat {
        font-size: .8em;
    }
    .top-contents-section img {
        width: 90%;
    }
}

@media screen and (min-width: 1366px) {
    .topMsg {
        margin-top: 0;
        font-size: 3.5em;
        line-height: 1.2em;
        letter-spacing: .2em;
    }
    .topSubMsg {
        margin-top: 3%;
        font-size: 1.8em;
        line-height: 1.8em;
        letter-spacing: .1em;
    }
    .pointImg {
        flex: 1;
        margin: 0 auto;
    }
    .point-flex-div {
        flex-direction: row;
    }
    .point-items {
        width: 80%;
        padding: 40px;
    }
    .point-flex-div h3 {
        font-size: 1.7em;
        line-height: 2em;
        text-align: left;
    }
    .point-flex-div p {
        font-size: 1.1em;
    }
    .point-flex-div div:first-child {
        padding: 40px;
    }
    .step-items {
        flex:1;
    }
    .step-items img {
        width: 85%;
    }
    .notpc-none {
        display: block;
    }
}