@charset "UTF-8";
/*===============================

    base

================================*/
html {
    font-size: 16px;
}

@media screen and (max-width: 320px) {
    html {
        font-size: 14px;
    }
}

body {
    font-family: 'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ', Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
    background-color: #DF0174;
    color: #333333;
}

p {
    line-height: 1.5;
}

a {
    text-decoration: none;
}

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

.inner {
    max-width: 1024px;
    margin: auto;
    padding: 0 14px;
}

#main {
    background-color: #f4e6ff;
}

/*===============================

    utility

================================*/
.fixedBgImg {
    position: relative;
}

.fixedBgImg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: url(../images/bg.jpg);
    background-size: cover;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.center {
    text-align: center;
}

.huti {
    text-shadow: #333333 2px 0px, #333333 -2px 0px, #333333 0px -2px, #333333 0px 2px, #333333 2px 2px, #333333 -2px 2px, #333333 2px -2px, #333333 -2px -2px, #333333 1px 2px, #333333 -1px 2px, #333333 1px -2px, #333333 -1px -2px, #333333 2px 1px, #333333 -2px 1px, #333333 2px -1px, #333333 -2px -1px;
}

.hukidashi {
    display: flex;
    justify-content: center;
    font-weight: bold;
    text-align: center;
}

.hukidashi::before, .hukidashi::after {
    content: "";
    display: block;
    width: 0.125em;
    background-color: #333333;
}

.hukidashi::before {
    transform: rotate(-10deg);
    margin-right: 0.5em;
}

.hukidashi::after {
    transform: rotate(10deg);
    margin-left: 0.5em;
}

.iframeWrap {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.iframeWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

@media screen and (min-width: 769px) {
    .flexbox-pc {
        display: flex;
        justify-content: space-between;
    }
}

@media screen and (max-width: 1024px) {
    .pc {
        display: none;
    }
}

@media screen and (min-width: 1025px) {
    .sp {
        display: none;
    }
}

/*===============================

    animation

================================*/
.effectFadeIn {
    opacity: 0;
    transition: all 3s;
}

.effectFadeIn.effectScroll {
    opacity: 1;
}

.effectFadeUp {
    opacity: 0;
    transform: translate(0, 45px);
    transition: all 1s;
}

.effectFadeUp.effectScroll {
    opacity: 1;
    transform: translate(0, 0);
}

.effectFadeRight {
    opacity: 0;
    transform: translate(45px, 0);
    transition: all 1s;
}

.effectFadeRight.effectScroll {
    opacity: 1;
    transform: translate(0, 0);
}

.effectFadeLeft {
    opacity: 0;
    transform: translate(-45px, 0);
    transition: all 1s;
}

.effectFadeLeft.effectScroll {
    opacity: 1;
    transform: translate(0, 0);
}

.effectZoom {
    transition: all 6s;
}

.effectZoom.effectScroll {
    transform: scale(1.1);
}

.floatingEffect {
    animation: fuwafuwa 3s infinite;
}

@keyframes fuwafuwa {
    0% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(20px);
    }
    100% {
        transform: translateY(0px);
    }
}

/*===============================

    parts

================================*/
.btnArea {
    text-align: center;
}

.btnArea .flexbox {
    justify-content: center;
}

.btnArea .annot {
    color: #FFFFFF;
}

.btnArea .hukidashi {
    font-size: 1.5rem;
    color: #ff0000;
}

@media screen and (min-width: 769px) {
    .btnArea .hukidashi {
        font-size: 2.5rem;
    }
}

.btnArea .hukidashi::before, .btnArea .hukidashi::after {
    background-color: #ff0000;
}

.btn {
    display: inline-block;
    text-align: center;
    color: #FFFFFF;
    font-size: 1.5rem;
    font-weight: bold;
    background-color: #DF0174;
    width: 100%;
    border-radius: 10px;
    max-width: 345px;
    padding: 1rem;
    margin: 0.5rem;
    position: relative;
}

.btn::after {
    content: "";
    display: block;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: solid 1px #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.btn_subtxt {
    display: block;
    font-size: 0.75rem;
    margin-top: 0.5em;
}

.btn-male {
        background-color: #00B900;
}

.btn-female {
    background-color: #c1272d;
}

.sc {
    padding: 3rem 0;
}

.sc_header {
    margin-bottom: 32px;
    text-align: center;
}

.sc_header_ttl {
    font-weight: bold;
    font-size: 2.5rem;
    color: #DF0174;
}

.sc_header_subtxt {
    font-size: 2.8125rem;
}

@media screen and (min-width: 769px) {
    .sc_header_subtxt {
        font-size: 5.25rem;
    }
}

.sc_content p {
    line-height: 2;
}

.frame {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

@media screen and (min-width: 769px) {
    .frame {
        font-size: 2.5rem;
    }
}

.frame-border {
    display: inline-block;
    color: #DF0174;
    border-top: solid 2px #DF0174;
    border-bottom: solid 2px #DF0174;
    position: relative;
    padding: 10px 0;
}

.frame-border::after {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 10px);
    border-top: solid 2px #DF0174;
    border-bottom: solid 2px #DF0174;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#siteHeader {
    padding: 1rem;
    background-color: #DF0174;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

#siteHeader > .flexbox {
    justify-content: space-between;
    align-items: center;
}

#siteHeader .brand.flexbox {
    align-items: flex-end;
}

#siteHeader .brand .logo {
    width: 80px;
}

@media screen and (min-width: 769px) {
    #siteHeader .brand .logo {
        width: 120px;
    }
}

#siteHeader .brand .brand_name {
    color: #FFFFFF;
    font-size: 2.5rem;
    margin-left: 1rem;
}

#siteHeader .globalNavi_menu {
    color: #FFFFFF;
}

#siteHeader .globalNavi_menu_item {
    line-height: 1.625;
}

#siteHeader .globalNavi_menu_item a {
    display: block;
    padding: 15px 22px;
    color: #fff;
}

#spMenuToggle span {
    position: relative;
    display: block;
    height: 2px;
    width: 30px;
    background: #FFFFFF;
    transition: ease .3s;
}

#spMenuToggle span:nth-child(1) {
    top: 0;
}

#spMenuToggle span:nth-child(2) {
    margin: 8px 0;
}

#spMenuToggle span:nth-child(3) {
    top: 0;
}

#spMenuToggle.open span:nth-child(1) {
    top: 10px;
    transform: rotate(45deg);
}

#spMenuToggle.open span:nth-child(2) {
    transform: translateY(-50%);
    opacity: 0;
}

#spMenuToggle.open span:nth-child(3) {
    top: -10px;
    transform: rotate(-45deg);
}

#spMenu {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 62px;
    left: 0;
    background-color: #DF0174;
    transform: translateX(-100%);
    transition: ease .3s;
    z-index: 1000;
    text-align: center;
    font-weight: bold;
}

#spMenu.open {
    transform: translateX(0);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

#spMenu li + li {
    border-top: solid #DF0174 2px;
}

#spMenu li:last-child {
    border-bottom: solid 2px #DF0174;
}

#spMenu a {
    padding: 1rem;
    display: block;
    color: #FFFFFF;
}

#topVisual {
    margin: 62px auto 0;
    padding-bottom: 3rem;
    position: relative;
    max-width: 1200px;
}

@media screen and (min-width: 769px) {
    #topVisual {
        margin: 88px auto 0;
    }
}

#topVisual .topVisual_txt {
    text-align: center;
}

#topVisual .btnArea {
    margin-top: 2.5rem;
}

#intro .frame-deco {
    padding: 2.5rem 0;
    background-image: url(../images/intro_bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
    #intro .frame-deco {
        padding: 5.75rem 0;
    }
}

#step {
    padding-top: 0;
}

#step .sc_header {
    padding: 1rem 0 2.5rem;
    position: relative;
}

#step .sc_header::before {
    content: "";
    display: block;
    width: 10em;
    height: 3em;
    border-top: 20vw solid #DF0174;
    border-right: 40vw solid transparent;
    border-bottom: 0 solid transparent;
    border-left: 40vw solid transparent;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 769px) {
    #step .sc_header::before {
        border-top: 5rem solid #DF0174;
        border-right: 20rem solid transparent;
        border-bottom: 0 solid transparent;
        border-left: 20rem solid transparent;
    }
}

#step .sc_header_ttl {
    position: relative;
    color: #FFFFFF;
    font-size: 7vw;
}

@media screen and (min-width: 769px) {
    #step .sc_header_ttl {
        font-size: 2.5rem;
    }
}

#step .frame {
    margin-bottom: 3rem;
}

.stepbox.flexbox {
    flex-wrap: wrap;
}

.stepbox_item {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
}

@media screen and (min-width: 769px) {
    .stepbox_item {
        width: 30%;
    }
}

.stepbox_num {
    font-weight: bold;
    color: #FFFFFF;
    font-size: 1.25rem;
    padding: 0.5em;
    background-color: #DF0174;
    display: inline-block;
    border-radius: 4px;
}

.stepbox_content {
    margin-top: 1rem;
}

.stepbox_ttl {
    font-weight: bold;
    color: #DF0174;
    margin-top: 1rem;
    font-size: 1.5rem;
    line-height: 1.33333;
}

#voice .sc_header_ttl {
    position: relative;
    padding-top: 60px;
}

#voice .sc_header_ttl::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-image: url(../images/voice_ttl.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-200%);
}

#voice .btnArea {
    margin-top: 3rem;
}

.voicebox {
    margin: -0.5rem;
}

.voicebox.flexbox {
    flex-wrap: wrap;
}

.voicebox_item {
    font-weight: bold;
    color: #bd7200;
    border: solid 2px #bd7200;
    background-color: #FFFFFF;
    padding: 0.5rem 0.5rem 65%;
    margin: 0.5rem;
    position: relative;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .voicebox_item {
        padding: 0.5rem 0.5rem 15%;
    }
}

@media screen and (min-width: 769px) {
    .voicebox_item {
        width: calc(33.333% - 1rem);
    }
}

.voicebox_item::after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 75%;
    background-image: url(../images/usersvoice_01.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.voicebox_item:nth-child(1)::after {
    background-image: url(../images/usersvoice_03.png);
}

.voicebox_item:nth-child(2)::after {
    background-image: url(../images/usersvoice_01.png);
}

.voicebox_item:nth-child(3)::after {
    background-image: url(../images/usersvoice_02.png);
}

.voicebox_user {
    font-size: 1.5rem;
    border-bottom: solid 2px #bd7200;
    padding-bottom: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.voicebox_user::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../images/usersvoice_icon.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-right: 0.5em;
}

.voicebox_review {
    margin-top: 1rem;
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #FFFFFF 70%, rgba(255, 255, 255, 0) 100%);
}

.favorite.flexbox {
    flex-wrap: wrap;
    margin: -0.5rem;
}

.favorite_women {
    width: calc(50% - 1rem);
    margin: 0.5rem;
    text-align: center;
}

.favorite_women_img {
    box-shadow: inset 0px 0px 8px #F4E6FF;
}

.favorite_women_type {
    color: #FFFFFF;
    font-weight: bold;
    background-color: #bd7200;
    padding: 0.5em;
    display: inline-block;
    border-radius: 4px;
    margin-top: -0.5rem;
}

#siteFooter {
    background-color: #000;
    color: #FFFFFF;
    padding: 1rem 0;
}

.siteFooter_txt {
    text-align: center;
    font-size: 0.75rem;
}

#loading {
    background-color: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

#loading i {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;
    z-index: 99;
    font-size: 48px;
}

/*===============================

    section

================================*/

/*# sourceMappingURL=style.css.map */