@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body{
    font-family: 'Noto Sans JP', sans-serif;
}
.bg-blue    {
    background-color: #f0f7ff;
}
.bg-red {
    background-color: #FADEE8;
}
.box    {
    border: none;
}
.map-ttl    {
    font-size: 50px;
}
.map-ttl span    {
    padding-left: 61px;
    line-height: 64px;
    background: url(/area/tsunagaru/images/map-pin.webp) 0 center / contain no-repeat;
    display: inline-block;
}
.presentation-ttl   {
    font-size: 40px;
    margin-bottom: 90px;
}
select {
    font-family: 'Noto Sans JP', sans-serif;
}
.formselect {
    height: 90px;
    border: 5px solid #FF0033;
    box-shadow: 0 5px 0 rgba(0, 0, 0, .25);
    border-radius: 20px;
    font-size: 40px;
    color: #FF0033;
    background: url(/area/tsunagaru/images/triangle.webp) no-repeat right 15px center #fff;
    background-size: 35px 22px;
    line-height: 40px;
    text-align: center;
    text-align-last: center;
}
.floating-label {
    font-size: 32px;
    line-height: 52px;
    border-radius: 93px;
    width: 620px;
    margin: 0 auto;
    padding: 0 33px 0 28px;
    position: relative;
    color: #ff0;
    background-color: #0096ff;
    font-weight: 900;
    display: block;
    margin: 0 auto;
    text-align: center;
    box-sizing: border-box;
}
.floating-label::after {
    bottom: -14px;
    border-left: 17.5px solid transparent;
    border-right: 17.5px solid transparent;
    border-top: 20px solid #0096ff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
}


.anim-fluffy {
    -webkit-animation: fluffy 3s linear infinite;
    animation: fluffy 3s linear infinite;
}
@keyframes fluffy {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-20px);
    }
}
.map_select-content {
    margin-top: 55px;
}
.map-note   {
    background-color: #fff;
    border-radius: 20px;
    padding: 35px 25px 25px;
    margin: 45px auto 0;
}
.map-note_ttl   {
    font-size: 30px;
}
.map-note_txt   {
    font-size: 24px;
}
.map-note_percent-list  {
    margin: 0 150px;
}
.map-note_percent-list_item {
    display: flex;
    align-items: center;
}
.map-note_percent-list_item-inner   {
    display: flex;
    align-items: center;
}
.map-note_percent-list_item-inner p   {
    font-size: 26px;
}
.square {
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.map-note-text-blue {
    color: #005bac;
}
.map-note_percent-list_item-01 {
    background-color: #0096ff;
}
.map-note_percent-list_item-02 {
    background-color: #4ab8ff;
}
.map-note_percent-list_item-03 {
    background-color: #7bd0ff;
}
.map-note_percent-list_item-04 {
    background-color: #ace7ff;
}
.map-note_percent-list_item-05 {
    background-color: #e3ffff;
}
.map__list  {
    margin-top: 35px;
}
.map_item   {
    padding: 25px 25px 30px;
    border-radius: 20px;
    background-color: #fff;
}
.floating {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    text-align: center;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    margin-bottom: 30px;
}
.floating.show {
    opacity: 1;
}
.floating.visible {
    visibility: visible;
}
.floating_btn   {
    position: relative;
    color: #000 !important;
    background-color: #bee000;
    border: solid 4px #000;
    border-radius: 10px;
    width: 800px;
    font-size: 32px;
    padding: 34px 0 38px;
    line-height: 1;
    display: block;
    margin: 0 auto;
}
.floating_btn::after {
    position: absolute;
    content: "";
    display: inline-block;
    bottom: -50px;
    right: -63px;
    width: 186px;
    height: 179px;
    background: center center / contain no-repeat;
    background-image: url(/area/tsunagaru/images/icon_cursor.webp);
}

.cycle-wrap {
    position: relative;
    background-color: #fff;
    border: 3px solid #FF0033;
    border-radius: 0px 30px 0px 30px;
}
.cycle-ttl  {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}
.cycle-box-wrap {
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
}
.cycle-sub-ttl  {
    font-size: 17px;
    border-bottom: 1px dashed #FF0033;
    padding-bottom: 5px;
}

@media screen and (min-width: 769px) {
    .area-mv img {
        max-width: none;
        width: 2000px;
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

@media (max-width: 768px) {
    .map-ttl span    {
        font-size: 7.2vw;
        padding-left: 9.33vw;
        line-height: 10.4vw;
    }
    .map_select-content {
        margin-top: 35px;
    }
    .map-note   {
        margin: 25px auto 0;
        padding: 35px 15px 25px 15px;
    }
    .sp-font-size{
        font-size: 2.93vw;
    }

    .formselect {
        width: 100%;
        height: 11.2vw;
        border: .67vw solid #FF0033;
        box-shadow: 0 .67vw 0 rgba(0, 0, 0, .25);
        border-radius: 2.67vw;
        font-size: 5.33vw; 
        padding: 0 20px;
        background-size: 20px 14px;
        line-height: 5.33vw;
    }
    .floating-label {
        font-size: 4.3vw;
        line-height: 6.93vw;
        border-radius: 12.4vw;
        width: 82.67vw;
        padding: 0 4.4vw 0 3.73vw;
    }
    .floating-label::after  {
        bottom: -1.87vw;
        border-left: 2.33vw solid transparent;
        border-right: 2.33vw solid transparent;
        border-top: 2.67vw solid #0096ff;
    }
    .map-note_ttl {
        font-size: 4vw;
    }
    .map-note_txt {
        font-size: 3.2vw;
    }
    .map-note_percent-list  {
        margin: 0;
    }
    .square {
        width: 4vw;
        height: 4vw;
    }
    .map-note_percent-list_item-inner p {
        font-size: 3.2vw;
    }
    .col-sp-6   {
        max-width: 47.25%;
    }
    .presentation-ttl   {
        font-size: 8vw;
        line-height: 1.1;
        margin-bottom: 60px;
    }
    .cycle-ttl img  {
        margin: 0 auto;
    }
    .cycle-sub-ttl  {
        font-size: 4.8vw;
    }
    .text-sp-size   {
        font-size: 3.47vw !important;
    }
    .floating_btn   {
        border-radius: 2.67vw;
        width: 86.67vw;
        font-size: 4.27vw;
        padding: 4.8vw 0 5.6vw;
    }
    .floating_btn::after   {
        bottom: -5.6vw;
        right: -8vw;
        width: 22.53vw;
        height: 23.33vw;
    }
}