<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/*==============================================================================================
●共通
==============================================================================================*/

* {
    box-sizing: border-box;
}

:root {
    --color-black-1: #000000;

    --color-black-2: #222222;

    --color-gray-1: #f5f5f5;

    --color-white-1: #ffffff;

    --color-white-2: #fffac2;

    --color-red-1: #e60044;

    --color-blue-1: #1b3180;

    --width-pc: 940px;
    --width-sp: 90%;
}

body {
    background-color: var(--color-white-1);
    color: var(--color-black-1);
    position: relative;
    height: 100%;
    font-weight: 500;
}

a img:hover {
    opacity: 0.8;
}





/*/////////////////////////ヘッダー///////////////////////*/

header {
    background-color: var(--color-white-1);
    height: 58px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: var(--width-pc);
    padding: 0 20px;

}

.header-logo,
.header-sns {
    display: flex;
    flex-direction: row;
    align-items: center;
}


/*/////////////////////////フッター///////////////////////*/
footer {
    width: 100%;
}

.footer-wrap {
    margin: auto;
    text-align: center;
}

.footer-link {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 4em 0;
}

.footer-ad {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.2);
}


/*/////////////////////////共通レイアウト///////////////////////*/
h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    letter-spacing: 0.05em;
}




/*ボタン*/

a.mbottan-big,
a.mbottan-big2 {
    line-height: 1em;
    text-align: center;
    border-radius: 9999px;
    display: inline-block;
    transition: all 0.3s ease;
    margin: 1em auto;
    
}

a.mbottan-red {
    color: var(--color-white-1);
    background-color: var(--color-red-1);
    text-decoration: none;
}

a.mbottan-red:link,
a.mbottan-red:visited {
    color: var(--color-white-1);
}

a.mbottan-red:hover,
a.mbottan-red:active {
    background-color: var(--color-blue-1);
    opacity: 1;
}

a.mbottan-black {
    color: var(--color-white-1);
    background-color: var(--color-black-1);
}

a.mbottan-black:link,
a.mbottan-black:visited {
    color: var(--color-white-1);
}

a.mbottan-black:hover,
a.mbottan-black:active {
    background-color: var(--color-blue-1);
    opacity: 1;
}
a.mbottan-big2 {
    text-decoration: none;
}
.fuchidori {
    color: #000;
    text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF,
        -2px 1px 0 #FFF, 2px -2px 0 #FFF,
        0px 2px 0 #FFF, 0 -2px 0 #FFF,
        -2px 0 0 #FFF, 2px 0 0 #FFF;
}



/*/////////////////////////トップページ///////////////////////*/
main {
    width: 100%;
}

.bg1 {
    background-position: center top;
    background-repeat: repeat-y;
}

.kv {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.kv h3 {
    color: var(--color-blue-1);
    text-align: center;
    line-height: 1.4em;
}

.kv-logo {
    margin: 20px 0;
    position: relative;
    img {
      width: 380px;
    }
}

.intro {
    margin: 0 auto;
    text-align: center;
    
}
.intro p {
    margin: 1.5em 0;
}


.intro h1 {
    color: var(--color-red-1);
}

.intro span {
    background-color: var(--color-red-1);
    color: var(--color-white-1);
    font-size: 1.1em;
    padding: 2px;
}

.intro span.tbig1 {
    font-size: 1.2em;
}

.present,
.guest-wrap {
    margin: 0 auto 100px auto;
    border-radius: 30px;
    background-color: var(--color-white-1);
    text-align: center;
    position: relative;
}

.present-title {
    position: absolute;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;

}

.present h1,
.present h2,
.present-t1,
.sashiire span {
    color: var(--color-red-1);
}

.present h1 {
    margin: 20px 0;
}

.present h1.present-and {
    font-size: 2.5em;
}

.present-t1 span {
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1.3em;
}

.present-t2 {
    color: var(--color-black-1);
}

.present-t1 {
    position: relative;
}
.present-set img {
    width: 60%;
    height: auto;
}

.sashiire {
    margin: 50px auto 0 auto;
    border-radius: 30px;
    background-color: var(--color-white-2);
    text-align: center;
}

.sashiire p {
    margin: 1em 0;
    font-size: 1.3em;
}

.present-t,
.present-t1,
.sashiire span {
    font-size: 1.1em;
    font-weight: bold;
}

.sashiire-repost a:link,
.sashiire-repost a:visited {
    text-decoration: underline;
    color: var(--color-red-1);
}
.intro a:link {
    text-decoration: none;
}

.sashiire .sashiire-repost .sashiire-repost-t {
    font-size: 1em;
}

.redbull {
    background-color: var(--color-blue-1);
    color: var(--color-white-1);
    text-align: center;
    padding: 80px 0;
}

.redbull-wrap,
.guest-wrap {
    margin: auto;
}

.redbull-wrap h2 {
    margin: 2em 0;
}

.redbull-wrap p {
    text-align: left;
    margin: 1em 0;
}

.guest {
    padding: 70px 0;
    background-position: center center;
    background-repeat: repeat-y;
    background-attachment: fixed;
}

.guest-profile {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.guest-profile-photo img {
    max-width: 100%;
    border-radius: 30px;
}

.guest-profile-txt {
    text-align: left;
}

.guest-profile-txt h3 {
    margin-bottom: 0.5em;
}
.guest-profile-txt p {
    font-size: 14px;
}

a.keijiban {
    text-decoration: underline;
    color: var(--color-red-1);
}


/*==============================================================================================
●PCサイズ
==============================================================================================*/

@media screen and (min-width: 769px) {
    .pc {
        display: block;
    }

    .sp {
        display: none;
    }




    /*/////////////////////////ヘッダー///////////////////////*/
    header {
        width: 100%;
    }

    .header-logo a:first-child {
        margin-right: 20px;
    }

    .header-sns a:first-child {
        margin-right: 10px;
    }

    /*/////////////////////////フッター///////////////////////*/
    .footer-wrap {
        max-width: 770px;
        padding: 100px 0 50px 0;
    }

    .footer-link a {
        margin: 0 2em;
    }

    /*/////////////////////////共通レイアウト///////////////////////*/
    a.mbottan-big,
    a.mbottan-big2 {
        font-size: 1.5em;
        padding: 20px 50px;
        
    }

    a.mbottan-big {
        width: 100%;
    }

    a.mbottan-big2 {
        width: 50%;
        text-decoration: none;
    }

    /*/////////////////////////トップページ///////////////////////*/
    .bg1,
    .guest {
        background-image: url("../../img/bg.jpg");
        background-size: 3000px;
        padding: 30px 70px;
    }

    .kv,
    .intro {
        width: 100%;
    }

    .kv {
        padding: 0;
    }



    .kv-logo:after {
                content: "";
        position: absolute;
        bottom: 10px;
        right: -180px;
        width: 195px;
        height: 192px;
        background-image: url("../../img/kv-sayaka.png");
        background-size: cover;
    }

    .kv-sayaka {
        display: none;
    }
    .kv-redbull {
        max-width: 220px;
        img {
            width: 100%;
        }
    }

    .intro {
        padding: 100px 0;
    }

    .present {
        max-width: 770px;
        padding: 50px;
    }

    h1.present-and {
        margin-bottom: -20px;
    }

    .present-book {
        position: absolute;
        top: -40px;
        right: -70px;
        transform: rotate(15deg);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    }

    .sashiire {
        padding: 50px;
    }

    .redbull-wrap,
    .guest-wrap {
        max-width: 770px;
    }

    .guest-wrap {
        padding: 50px;
    }

    .guest-profile-photo,
    .guest-profile-txt {
        width: 45%;
    }

    .guest-profile {
        flex-direction: row;
    }

}
/*==============================================================================================
●タブレットサイズ
==============================================================================================*/

@media screen and (max-width: 864px) and ( min-width:769px) {
    .present-book {
        position: absolute;
        top: -40px;
        right: -46px;
        transform: rotate(15deg);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    }

}


/*==============================================================================================
●スマホサイズ
==============================================================================================*/

@media screen and (max-width: 768px) {

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

    .sp {
        display: block;
    }

    .pc {
        display: none;
    }



    /*/////////////////////////ヘッダー///////////////////////*/
    header {
        width: var(--width-sp);
        padding: 0;
    }

    .header-logo a:first-child,
    .header-sns a:first-child {
        margin-right: 5px;
    }

    .hd-sol {
        width: 60%;
    }

    .hd-redbull {
        width: 80%;
    }

    /*/////////////////////////フッター///////////////////////*/
    .footer-wrap {
        width: var(--width-sp);
        padding: 50px 0;
    }

    .footer-link a:first-child {
        margin-right: 1em;
    }

    .footer-link a:last-child {
        margin-left: 1em;
    }

    /*/////////////////////////共通レイアウト///////////////////////*/
    h1 {
        font-size: 1.8em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.1em;
    }

    h4 {
        font-size: 0.9em;
    }

    h5 {
        font-size: 0.8em;
    }

    h6 {
        font-size: 0.6em;
    }

    a.mbottan-big,
    a.mbottan-big2 {
        width: 100%;
        font-size: 1.2em;
        padding: 20px;
    }

    /*/////////////////////////トップページ///////////////////////*/
    .bg1,
    .guest {
        background-image: url("../../img/bg-sp.jpg");
        background-size: cover;
    }

    .bg1 {
        padding: 20px 0 50px 0;
    }

    .kv,
    .intro,
    .redbull-wrap,
    .guest-wrap {
        width: var(--width-sp);
    }

    .kv {
        padding: 0;
    }



    .kv-logo:after {
        display: none;
    }
    .kv-redbull {
        max-width: 200px;
        img {
            width: 100%;
        }
    }
    .kv-sayaka {
        margin: 50px 0;
        text-align: center;
        img {
          display: inline-block;
          width: 70%;
        }
    }

    .intro {
        padding: 0 0 50px 0;
    }

    .present {
        width: var(--width-sp);
    }

    .present h1 {
        font-size: 1.7em;
        line-height: 1.4;
    }

    .present-set {
        width: 100%;
        height: auto;

    }
    .present-set img {
        width: 100%;
        height: auto;
    }
    .present-book {
        display: inline-block;
        margin-bottom: 40px;
        transform: rotate(10deg);
        box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
    }

    .present,
    .sashiire,
    .guest-wrap {
        padding: 50px 15px;
    }

    .sashiire {
        position: relative;
        margin-top: 100px;
    }

    .sashiire:before {
        position: absolute;
        content: "";
        background-image: url(../../img/sashiire-title-sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        width: 100%;
        height: 86px;
        top: -40px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    .sashiire-title {
        display: none;
    }

    .redbull-logo {
        max-width: 90%;
    }

    .guest-profile {
        flex-direction: column;
    }

    .guest-profile-photo,
    .guest-profile-txt {
        width: 100%;
    }

    .guest-profile-photo {
        margin-bottom: 30px;
    }
}</pre></body></html>