/**********************************************
 * 変数
 **********************************************/
:root {
    --pink-color: #e62f8a;
    --yellow-color: #fbe116;
}

/**********************************************
 * ベース／リセット
 **********************************************/
body {
    font-family: 'Zen Maru Gothic', sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: #333;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
    color: inherit !important;
}

img {
    max-width: 100%;
}

/**********************************************
 * コンテナ（幅1080px時の調整）
 **********************************************/
@media (min-width: 1080px) {
    .container {
        max-width: 1080px;
        padding: 0px;
    }
}

/**********************************************
 * ヘッダー／トップメニュー
 **********************************************/
.top-menu {
    width: 100%;
    display: flex;
    justify-content: start;
    position: fixed;
    top: 0;
    z-index: 5;
}

.top-menu #new {
    width: 80px;
    background-color: #fbe116;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;
}

.top-menu #new span {
    color: #e62f8a;
    font-size: 1.2em;
}

.catcher {
    background-color: #e62f8a;
    flex-grow: 1;
    text-align: center;
    height: 56px;
}

.catcher h1 {
    color: #fff;
}

.hamburger-icon {
    width: 80px;
    background-color: #333333;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    height: 56px;
}

.hamburger {
    z-index: 2;
}

.hamburger img {
    width: 32px;
}

/**********************************************
 * メインビジュアル
 **********************************************/
.main-visual {
    margin-top: 56px;
    text-align: center;
}

/**********************************************
 * メインラッパー
 **********************************************/
main {
    background: url(../images/pc/pattern.png) repeat;
}

.main-container {
    margin-top: 0 !important;
    margin: 0 auto;
    margin-top: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/**********************************************
 * MV上のフローティング要素
 **********************************************/
#floating-title {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#floating-line-button {
    width: 300px;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/**********************************************
 * 導入セクション（イントロ）
 **********************************************/
.intro {
    margin-top: 0 !important;
}

.intro-inside {
    background: url(../images/pc/main_bg.png) no-repeat center;
    text-align: center;
    color: var(--pink-color);
    margin-top: 50px;
    padding: 3rem 0 1.5rem;
    background-size: contain;
}

.intro-inside h1 {
    display: inline;
    font-weight: 600;
    font-size: 3rem;
    background: linear-gradient(transparent 85%, #fbe116 85%);
}

.intro-inside p {
    font-weight: 900;
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2.5rem;
}

.intro-inside p.intro-subtitle {
    font-size: 1.6rem;
    margin-top: 10px;
}

.intro-text {
    margin-top: 2.5rem;
    color: #333;
    line-height: 2rem;
}

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

/**********************************************
 * 3ポイント訴求
 **********************************************/
.points {
    position: relative;
    margin-top: 5rem;
    padding: 2rem;
    border: solid 2px #333;
    border-top: solid 10px #333;
}

.points h5 {
    font-size: 1.7rem;
    color: #fff;
    background-color: var(--pink-color);
    display: inline;
    padding: .2em 1rem;
}

.points p {
    line-height: 2rem;
    font-weight: 900;
    padding: 1rem 0 2rem;
    position: relative;
    z-index: 1;
    text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
        -1px 1px 0 #FFF, 1px -1px 0 #FFF,
        0px 1px 0 #FFF, 0-1px 0 #FFF,
        -1px 0 0 #FFF, 1px 0 0 #FFF;
}

.points-title img {
    width: 100%;
    margin-bottom: 2rem;
}

.points-imagine {
    position: absolute;
    right: -1rem;
    top: 25%;
    width: 50%;
}

/**********************************************
 * 実績・安心／ハッシュタグ
 **********************************************/
.trust-title {
    text-align: center;
    margin-top: 5rem;
}

.hashtag {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 70%;
    column-gap: 1rem;
    margin-top: 2rem;
    margin-bottom: 5rem;
}

.hashtag p {
    border: solid 1px #e62f8a;
    padding: 0.5rem 1rem;
    font-weight: 900;
    color: #e62f8a;
}

/**********************************************
 * 中間ブロック（CTA帯）
 **********************************************/
.mid-break {
    display: flex;
    height: 350px;
    background: url(../images/pc/bg-1.png) no-repeat center;
    padding: 3rem;
    justify-content: center;
    align-items: center;
}

/**********************************************
 * Q&A
 **********************************************/
.qa {
    border: solid 2px #333;
}

.qa img {
    width: 100%;
}

/* .qa-row {
    padding: 20px 0;
} */
.qa-content {
    width: 80%;
    margin: 0 auto;
}

.qa-content>div:not(:last-child) {
    border-bottom: solid 1px gray;
}

.qa-row .question,
.qa-row .answer {
    display: flex;
    justify-content: start;
    align-items: center;
    margin: 1rem 0;
}

.qa-row .question div,
.qa-row .answer div {
    padding-left: 13.5px;
    padding: 0 .6rem;
    border-radius: 50%;
    border-radius: 50%;
    background-color: #fbe116;
    background-color: var(--yellow-color);
    font-size: 1.7rem;
    font-size: 1.5rem;
    font-weight: 900;
    font-weight: 900;
}

.qa-row .question p,
.qa-row .answer p {
    margin: 0;
    margin: 0;
    padding: 0 .5rem;
    padding: 0 .5rem;
    font-weight: 600;
    font-weight: 600;
    font-size: 1.2rem;
    letter-spacing: .2rem;
}

.qa-row .answer {
    align-items: start;
}

.qa-row .answer div {
    background-color: var(--pink-color);
    color: #fff;
}

.qa-bottom {
    width: 95%;
    margin: 0 auto 1.5rem;
}

/**********************************************
 * 汎用ユーティリティ
 **********************************************/
.padding-bottom {
    padding-bottom: 5rem;
}

.padding-none {
    padding: 0;
}

.div-definer {
    width: 100%;
    margin: 0 auto;
    margin-top: 4%;
}

/**********************************************
 * 応募〜撮影フロー（STEPS）
 **********************************************/
.steps {
    margin-top: 0;
    padding: 3rem 0;
    text-align: center;
    background: linear-gradient(148deg, #d4eaf2, #f1f4f9, #d4eaf2);
}

.steps h2 {
    line-height: 10rem;
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: .1rem;
    padding: .2rem;
    background: url(../images/pc/flow_title.png) no-repeat center;
}

.steps ol {
    list-style: none;
    margin: 0 1rem;
    margin-top: 3rem;
    padding: 0;
}

.steps ol li {
    margin-top: 2.5rem;
}

/**********************************************
 * 終了ブロック（CTA帯）
 **********************************************/
.end-break {
    display: flex;
    height: 350px;
    background: url(../images/pc/bg-1.png) no-repeat center;
    padding: 3rem;
    justify-content: center;
    align-items: center;
}

/**********************************************
 * フッター
 **********************************************/
footer {
    text-align: center;
    background-color: var(--pink-color);
    color: #fff;
}

footer p {
    margin: 0;
    padding: .5rem 0;
}

/**********************************************
 * メニュー（スライドナビ）
 **********************************************/
.show {
    transform: translate3d(-50%, 0, 0);
}

#nav {
    top: 56px;
    width: 50%;
    height: 100%;
    position: fixed;
    right: -50%;
    transition: transform 0.3s;
    background: #333;
}

#nav div {
    color: var(--pink-color);
    font-weight: bold;
    font-size: 1.5rem;
    letter-spacing: 0.5rem;
    padding: 0.4em 2.5em;
    border-bottom: solid 1px #fff;
}

#nav ul {
    list-style: none;
}

#nav ul li {
    padding: 1em 3em;
}

#nav ul li:not(:last-child) {
    border-bottom: solid 1px #000;
}

#nav ul li a {
    color: #fff !important;
    text-decoration: none;
}

#nav ul li a:hover {
    text-decoration: underline;
    color: var(--pink-color);
}

/**********************************************
 * SP専用改行
 **********************************************/
.sp_br {
    display: none;
}

/**********************************************
 * レスポンシブ（〜992px）
 **********************************************/
@media screen and (max-width:992px) {

    /*sp*/
    .steps h2 {
        font-size: 2rem;
        line-height: 3rem;
        padding: 1rem;
    }
}

/**********************************************
 * レスポンシブ（〜600px）
 **********************************************/
@media screen and (max-width:600px) {

    /*sp*/
    #nav {
        top: 40px;
        width: 100%;
        right: -100%;
    }

    #nav ul {
        margin: 0;
        padding: .5rem;
    }

    #nav ul li {
        text-align: center;
    }

    .show {
        transform: translate3d(-100%, 0, 0);
    }

    .top-menu {
        align-items: center;
    }

    .top-menu #new {
        width: 50px;
        height: 40px;
    }

    .catcher {
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .catcher h1 {
        font-size: 1.2rem;
        margin: 0;
    }

    .top-menu #new span {
        font-size: 1rem;
    }

    .hamburger-icon {
        width: 50px;
        height: 40px;
    }

    .main-visual {
        margin-top: 40px;
    }

    #floating-title {
        width: 100%;
        top: 60%;
    }

    #floating-line-button {
        top: 85%;
        width: 65%;
    }

    .div-definer {
        width: 100%;
        margin-top: 0;
    }

    .intro-inside h1 {
        font-size: 1.7rem;
    }

    #intro-subtitle {
        font-size: 1.1rem;
    }

    .intro-inside {
        background: url(../images/sp/main_bg.png) no-repeat center;
        background-size: contain;
        margin-top: 0;
        padding-top: 2rem;
    }

    .intro-inside p {
        font-size: 1rem;
        letter-spacing: 0px;
    }

    .intro-inside p.intro-subtitle {
        font-size: 1rem;
        margin-top: 0px;
    }

    .intro-text {
        line-height: 0;
        text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
            -1px 1px 0 #FFF, 1px -1px 0 #FFF,
            0px 1px 0 #FFF, 0-1px 0 #FFF,
            -1px 0 0 #FFF, 1px 0 0 #FFF;
    }

    .points {
        padding: 1em 0;
        background: url(../images/sp/3points_photo.png) no-repeat right;
        background-size: 50%;
    }

    .points h5 {
        font-size: 1.2rem;
    }

    .points p {
        line-height: 1rem;
        font-weight: 600;
        margin: .5rem .5rem 1rem 0;
        font-size: 1rem;
        padding-left: 0.3rem;
        line-height: 2rem;
    }

    .points-imagine {
        display: none;
    }

    .hashtag {
        width: 100%;
        column-gap: .5rem;
        margin-top: 1rem;
        margin-bottom: 3rem;
    }

    .hashtag p {
        padding: 0 .1rem;
        font-weight: 600;
        margin: .1rem 0;
    }

    .qa {
        border: solid 1px #333;
    }

    .qa-content {
        width: 95%;
        margin: 0 auto;
    }

    .mid-break img,
    .end-break img {
        width: 90%;
    }

    .sp_br {
        display: block;
    }

    .qa-row .answer div {
        flex-shrink: 0;
    }
}

/**********************************************
 * レスポンシブ（タブレット：601px〜1024px）
 **********************************************/
@media screen and (min-width: 601px) and (max-width: 1024px) {

    /*tablet*/
    #floating-title {
        top: 60%;
    }

    #floating-line-button {
        top: 80%;
        width: 25vw;
    }

    .show {
        transform: translate3d(-100%, 0, 0);
    }
}

/**********************************************
 * アニメーション（フェードイン）
 **********************************************/
@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-in-out forwards;
}

/**********************************************
 * スクロールアニメ（共通ユーティリティ）
 **********************************************/
.scroll-animate {
    opacity: 0;
    transition: opacity .8s ease-in-out;
}

.scroll-animate.visible {
    opacity: 1;
}

.br {
    display: block;
}