@charset "utf-8";

/**---------------------**
   😍 もろもろ
**----------------------**/

body {
    background-color: #F8F8F8;
    font-family: Helvetica, sans-serif;
    font-size: 17px;
    color: #707070;
    width: 100%;
    text-align: left;
}

section {
    margin: 0 auto;
    padding: 1vw 0;
    max-width: 1200px;
    background-color: #fff;
    position: relative;
}

.wrap {
    margin: 0 auto;
    padding: 2.5vw;
}

.dispSP {
    display: none;
}

.dispPC {
    display: block;
}

@media (min-width: 800px) {

    section {
        width: 800px;
    }
}

@media (max-width: 800px) {

    .wrap {
        padding: 10vw 5vw;
    }

    body {
        font-size: 14px;
        line-height: 1.5;
    }

    .dispSP {
        display: block;
    }

    .dispPC {
        display: none;
    }
}


/**---------------------**
   😍 文字span
**----------------------**/

p {
    margin: 0;
}

.txt-bold {
    font-weight: bold;
}

.txt-border-gold {
    border-bottom: solid 5px #EBC589;
    padding: 1vw 2vw;
}

.txt-small {
    font-size: 0.625rem;
}

.txt-gold {
    color: #a5895c;
    font-weight: normal;
    padding-left: 1vw;
}

@media (max-width: 800px) {

    .txt-border-gold {
        padding: 2vw 5vw;
    }

    .talk p {
        font-size: 14px;
    }

}

/**---------------------**
   😍 FV
**----------------------**/

#fv {
    background-color: #fff;
    padding-bottom: 1vw;
}

#fv p {
    text-align: right;
    margin-right: 1vw;
}

.fv-img img {
    width: 100%;
    height: auto;
}

/*
タグコンテンツ
------------------*/

.tag-list {
    list-style: none;
    font-size: 0.75rem;
}

.tag-item {
    position: relative;
    display: inline-block;
    height: 15px;
    margin-left: 30px;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #e1c09d;
}

.tag-item::after {
    position: absolute;
    top: calc(50% - 4px);
    left: -5px;
    width: 7px;
    height: 6px;
    content: '';
    border-radius: 50%;
    background: #fff;
}

.tag-item::before {
    position: absolute;
    top: 0;
    left: -15px;
    content: '';
    border-width: 15px 15px 15px 0;
    border-style: solid;
    border-color: transparent #e1c09d transparent transparent;
}

.tag-item:after {
    position: absolute;
    top: calc(50% - 5px);
    left: -5px;
    width: 7px;
    height: 7px;
    content: '';
    border-radius: 50%;
    background: #fff;
}


@media (max-width: 800px) {

    #fv p {
        margin-right: 2vw;
    }

    .tag-item {
        margin: 0.5rem;
        padding: 0.2rem 0.5rem;
    }

    .tag-contents {
        margin: 1rem;
    }

    .tag-list {
        list-style: none;
        font-size: 10px;
    }

    .tag-item::before {
        left: -10px;
        border-width: 10px 10px 10px 0;
    }

    .tag-item:after {
        position: absolute;
        top: calc(50% - 3px);
        left: -5px;
        width: 5px;
        height: 5px;
        content: '';
        border-radius: 50%;
        background: #fff;
    }

}

/**---------------------**
   😍 導入パート
**----------------------**/
/*
#check-container {
    padding: 4vw 0;
}*/

#start-container {
    padding: 0;
}
.line-img {
    text-align: center;
}

.line-img img {
    width: 70%;
    height: 30px;
    margin: 0;
}

.txt-center {
    text-align: center;
    font-weight: bold;
    font-size: 1.25rem;
    margin: 5vh;
}

.first_btn {
    text-align: center;
    margin: 1rem auto;
}

.first_btn_style {
    background-color: #F4847B;
    color: #fff;
    padding: 0.8rem;
    width: 50%;
    margin: 1rem auto;
    box-shadow: 0 4px 0 #b4615a;
}

@media (max-width: 800px) {

    .first_btn a {
        font-size: 14px;
    }

    .first_btn_style {
        width: 60%;
    }
}

/*
サブタイトル
------------------*/

h2 {
    font-size: 1.375rem;
    margin: 0;

}

.sub-ttl {
    background-color: #FFF9EF;
    border-left: solid 10px #EAC589;
    padding: 1vw;
    padding-left: 2.5vw;
    margin: 1vw auto;
}

@media (max-width: 800px) {

    h2 {
        font-size: 1.1rem;
    }
}

/*
チェックリスト
------------------*/

ul {
    padding: 0;
    margin-top: 2vw;
    font-size: 1.05rem;
}

.check-list {
    text-align: left;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 3vw;
}

.check-item::before {
    content: "";
    width: 1.25rem;
    height: 1.25rem;
    display: inline-block;
    background-color: #EAC589;
    border-radius: 50%;
    margin-right: 0.5vw;
}

.check-item {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 1vw;
}


@media (max-width: 800px) {

    ul {
        margin: 5vw 0;
    }

    .check-item {
        font-size: 1.05rem;
        margin-bottom: 2vw;
    }

    .check-list {
        margin-bottom: 5vw;
    }

    .check-ddl {
        font-size: 14px;
    }
}

/**---------------------**
   😍 比較表
**----------------------**/

table {
    width: 100%;
    text-align: center;
    font-size: 0.8rem;
    margin: 2vw 0;
}

thead {
    text-align: center;
}

th {
    width: 20%;
    padding: 1.5vw 1vw;
}

td {
    padding: 0.5vw;
    border: solid 1px #fff;
}

.graph-site-name {
    font-weight: bold;
    width: 20%;
    text-align: left;
    padding-left: 1vw;
}

.graph-money {
    text-align: left;
    font-size: 0.8rem;
}

.graph-color-b {
    background-color: #EAC588;
}

.graph-color-w {
    background-color: #fff;
}

.graph-color-rb {
    background-color: #EFE3CF;
}

@media (max-width: 800px) {
    table {
        line-height: 1rem;
        margin-bottom: 5vh;
    }

    td {
        padding: 1vw;
    }

    th {
        padding: 1.5vw;
    }

    .graph-site-name {
        width: 15%;
    }

    .graph-money {
        font-size: 12px;
    }
}


/*
サイト名前
------------------*/

.s-by-s {
    display: flex;
    align-items: center;
}

.pickup-sitename img {
    width: 13%;
    height: auto;
}

@media (max-width: 800px) {

    .pickup-sitename img {
        width: 15%;
    }

}


/**---------------------**
   😍 比較
**----------------------**/

#comparison-container {
    padding-bottom: 1vw;
}

.comparison-site {
    background-color: #FFF9EF;
    margin: 1vw;
    margin-bottom: 3vw;
}

h4 {
    font-size: 1.25rem;
}

.site-name {
    margin-bottom: 1vw;
}

.site-sample-img img {
    width: 100%;

}

.site-sample-img02 p {
    margin-left: 1.5vw;


}

.site-sample-img02 img {
    width: 50%;    
}

.site-sample-img02 {
    display: flex;
    align-items: flex-start;
}
/*
ピックアップ
------------------*/

.pickup-sitename img {
    width: 13%;
    height: auto;
}

@media (max-width: 800px) {

    .pickup-sitename img {
        width: 15%;
    }

}

/*
サイト画像
------------------*/



.txt-site-name {
    font-weight: normal;
    font-size: 1rem;
}

.site-img-dtl h3 {
    margin: 0;
    line-height: 1;
    margin-top: 1vw;
}

.site-img-dtl img {
    width: 10%;
    margin-right: 1vw;

}

.s-by-s {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}

/*
サイトメリットデメリット
------------------*/

.p-and-c-ttl img {
    width: 10%;
    margin-right: 1vw;
}

.site-merit,
.site-demerit {
    margin: 1vw 0;
}

.p-and-c-ttl {
    margin-bottom: 1vw;
    margin-top: 1.8vw;
}

@media (max-width: 800px) {

    .site-merit,
    .site-demerit {
        margin: 5vh 0;
    }

    .p-and-c-ttl {
        margin-bottom: 2vw;
        margin-top: 2.5vw;
    }

}

/*
サイトメリットリスト
------------------*/

.merit-list {
    margin: 0.5vw 0;
    margin-left: 1vw;

}

.merit-item {
    font-weight: bold;
    font-size: 17px;
    line-height: 2;
}

@media (max-width: 800px) {

    h4 {
        font-size: 1.05rem;
        margin: 2vw;
    }

    .p-and-c-ttl img {
        width: 15%;
    }

    .merit-list {
        margin-left: 5vw;
    }

    .merit-item {
        font-size: 14px;
        line-height: 1.6;
    }

}

/**---------------------**
   😍 オファー
**----------------------**/

.offer-block {
    text-align: center;
    margin: 3vw;
    margin-bottom: 1.5vw;
}

.offer-btn {
    background-color: #42D15D;
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 90%;
    height: 90px;
    margin: 1vw 0;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    animation: pekopeko 2s infinite;
}

@keyframes pekopeko {

    0%,
    100% {
        transform: translateY(0);
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
    }

    10%,
    30%,
    50%,
    70% {
        transform: translateY(3px);
        box-shadow: 0 0px 0 rgba(0, 0, 0, 0.3);
    }

    20%,
    40%,
    60%,
    80% {
        transform: translateY(0);
        box-shadow: 0 5px 0 rgba(0, 0, 0, 0.3);
    }
}

.offer-btn-hm {
    background-color: #42D15D;
    color: #fff;
    border: none;
    border-radius: 50px;
    width: 80%;
    height: 90px;
    margin: 1vw 0;
    font-size: 1.3rem;
    font-weight: bold;
    position: relative;
    cursor: pointer;
    outline: none;
    z-index: 1;
    box-shadow: 0 0 15px #42D15D;
}

.offer-btn-hm::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: rgba(161, 255, 94, 0.605);
    animation: ripple 2s infinite;
    pointer-events: none;
    z-index: -1;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(1.2, 1.8);
        opacity: 0;
    }
}

@media (max-width: 800px) {

    .offer-btn,
    .offer-btn-hm {
        font-size: 1.05rem;
        height: 80px;
    }

    .offer-btn-hm {
        width: 100%;
        margin-top: 20px;
    }

    .offer-block {
        margin-top: 15vw;
    }

}


/**---------------------**
   😍 ピックアップ
**----------------------**/

.pickup-img img {
    width: auto;

}

.pickup-dtl {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    text-align: center;
}

.pickup-site:first-child {
    flex: 0 0 100%;
}

.pickup-site:not(first-child) {
    flex: 1;
}

.pickup-sitename {
    margin-bottom: 1.5vw;
}

@media (max-width: 800px) {

    .pickup-img img {
        width: 100%;
    }

    .pickup-dtl {
        display: block;
    }
}

/**---------------------**
   😍 エンドコンテンツ
**----------------------**/

#end-container .wrap {
    padding-top: 1vw;
}

/**---------------------**
   😍 フッター
**----------------------**/

.footer-list {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 5vw;
    margin: 1vw auto;
}

a {
    font-size: 0.85rem;
    color: #707070;
    text-decoration: none;
}

a:hover {
    font-weight: bold;
}

@media (max-width: 800px) {

    a {
        font-size: 0.5rem;
    }
}


/**---------------------**
   😍 横ナビ
**----------------------**/

.nav-gif img {
    width: 90%;
    margin: 0;
    opacity: 0.8;
}

.nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 0.2vw;
}

.nav-item {
    padding: 1vw;
    margin: 0;
    border-radius: 10px 10px 0 0;
    font-size: 0.8rem;
    border: solid 1px #000;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10vw;
    height: 5vh;
}

#nav-item-hm {
    background-color: #F4847B;
}

#nav-item-mg {
    background-color: #F4A57B;
}

#nav-item-an {
    background-color: #F4BC7B;
}

#nav-item-kc {
    background-color: #F4BC7B;
}

#nav-item-cdl {
    background-color: #f8d0a3;
}

#nav {
    position: fixed;
    bottom: 0;
    right: 4%;
    opacity: 0;
    transform: translateX(0);
    transition: opacity 0.3s ease;
    background-color: transparent;
    z-index: 100;
    width: 30%;
}

.nav-item a {
    color: #000;
    font-size: 0.8rem;
}

#nav.show {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 767px) {

    .nav-item {
        writing-mode: vertical-rl;
        text-orientation: upright;
        border-radius: 10px 0 0 10px;
        padding: 0;
        margin-bottom: 0.2rem;
        height: 7rem;
        margin: 0;
        font-size: 0.8rem;
        width: 1.5rem;
        justify-content: center;
    }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        width: auto;
    }

    .nav-item a {
        font-size: 0.65rem;
    }

    .nav-list {
        display: block;
    }
}