@charset "UTF-8";
/* CSS Document */

/*　メインボックス　*/
.main{
    height: 85vh;
    background-image: url("../../../img/main_image_n_sign.jpg");
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 5vh 5vw;
}
:root {
    --bg-opacity: 45%;
    --bg-blur: 1px;
    --bg-saturate: 108%;
}
.main:before{
    box-shadow: rgba(0,0,0,0.8) 0 5px 3px inset;
  content: '';
  background: inherit;
    -webkit-filter: blur(var(--bg-blur)) brightness(var(--bg-opacity)) saturate(var(--bg-saturate));
  -moz-filter: blur(var(--bg-blur)) brightness(var(--bg-opacity)) saturate(var(--bg-saturate));
  -o-filter: blur(var(--bg-blur)) brightness(var(--bg-opacity)) saturate(var(--bg-saturate));
  -ms-filter: blur(var(--bg-blur)) brightness(var(--bg-opacity)) saturate(var(--bg-saturate));
  filter: blur(var(--bg-blur)) brightness(var(--bg-opacity)) saturate(var(--bg-saturate));

  position: absolute;
  top: -3px;
  left: -15px;
  right: -15px;
  bottom: -15px;
  z-index: -1;
  background-color: rgba(0,0,0,0.5);
}

.main h1 {
    width: 100%;
    color: #FFF;
    border: none;
    line-height: 115%;
    padding: 0;
    margin: 0;
}
.main h1 span{
    font-size: 20px;
    display: block;
    font-weight: 100;
    line-height: 105%;
    font-family: 'TBUDGothic R';
}
.main .box {
    text-align: center;
    color: #FFF;
    position: absolute;
    margin-top: 80px;
    left: 5px;
    right: 5px;
    bottom: 25px;
    
}
.main .box .catch1 {
    display: block;
    font-family: 'TBUDGothic B';
    line-height: 125%;
    margin-bottom: 25px;
    text-align: left;
}
.main .box .catch2 {
    display: block;
    line-height: 120%;
    text-align: left;
    padding: 0;
    margin: 0;
    list-style: none;
}

.main .box .catch2 li {
    font-size: 16px;
    margin: 4px 0 ;
    padding: 0;
}
.main .box .catch2 li:before {
    content: "●";
    margin-right: 10px;
}
.main .box .campaign {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.main .box .campaign_inner {
    background-color: rgba(255,255,255,0.7);
    padding: 15px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    font-family: 'TBUDGothic B';
    box-shadow: rgba(0,0,0,0.6) 0 1px 2px;
}

.main .box .campaign .catch3 {
    font-size: 15px;
    color: #000;
    margin-bottom:20px;
    line-height: 115%;
}
.main .box .campaign a {
    font-size: 16px;
    display: inline-block;
    padding: 10px;
    background: #FF0000;
    transition: 0.5s;
}
.main .box .campaign a:link,
.main .box .campaign a:visited {
text-decoration: none;
    color: #FFF;
}
.main .box .campaign a:hover {
    background: #4AA200;
}




/*　特長　*/

.feat_title {
  	font-size: 24px;
    color: #000;
    line-height: 1.2;
    font-family: 'TBUDGothic B';
    height: 2.4em; /* 1行分の高さ */
    overflow: hidden;
    text-overflow: ellipsis;
}
.feat_text {
    font-size:14px;
    color: #36959D;
    line-height: 140%;
}

.message {
    font-size: 30px;
    line-height: 140%;
    background-color: transparent;
    border: none;
}
.cc_riyou {
    font-size: 26px;
    margin-top: 30px;
}

.more_detail a {
    font-size: 24px;
    display: inline-block;
    background-color: #D20003;
    padding: 15px;
    box-shadow: #555 0 2px 2px;
}
.more_detail a:link,
.more_detail a:visited {
    color: #FFF;
    text-decoration: none;
}

.attention {
    margin-top: 160px;
}


.kakunin .title {
    border: none;
    font-size: 24px;
}

/* おすすめ　*/
.osusume {
    padding: 60px;
    width:100%;
    margin-left: auto;
    margin-right: auto;
}
.osusume_catch {
    font-size: 33px;
    color: #B00002;
    border: none;
    line-height: 135%;
}
.osusume_text {
    font-size: 18px;
}

.feat_list_text {
    font-size: 18px;
}
.feat_list_text {
    list-style: none;
}
.feat_list_text li {
    margin-bottom: 5px;
}
.feat_list_text li:before {
    content: "●";
    margin-right: 5px;
    color: #0B68C4;
    font-size: 22px;
}


.support_menu {
    width: 100%;
    border:  #D6F6F6 solid 1px;
}
.support_menu th {
    background-color: #EAEAEA;
}
.support_menu th,
.support_menu td{
    padding: 10px;
    border: #BFBFBF solid 1px;
}
.support_menu td ul,
.support_menu td ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.support_menu td ul li:before{
    content:'●';
    margin-right: 5px;
    color: #DDD;
    font-size: 100%;
}

.kakunin {
    background-color: #EAEAEA;
    padding-top: 60px;
    padding-bottom: 60px;
}
.kakunin_delta {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 32.5px 0 32.5px;
    border-color: #EAEAEA transparent transparent transparent;
    display: inline-block;
}
.support_menu_att p {
    color: #C50000;
    font-size: 90%;
    line-height: 120%;
}
.support_menu_other ul,
.support_menu_other ul li{
    margin: 0;
    padding: 0;
    list-style: none;
}
.support_menu_other ul li:before {
    content:'※';
    margin-right: 5px;
    color: #DDD;
    font-size: 90%;
}





.sign_logo_wrap {
    margin-top:20px;
    width: 100%;
    width: 240px;
}
.sign_logo {
    padding: 15px;
}
@media only screen and (min-width : 0px) {
    .main .box .catch1 {
        font-size:calc( 100vw * 0.025 );
    }
}


@media only screen and (max-width : 639px) {
    .main{
        height: 160vw;
        display: flex;
        align-items: stretch;
        padding: 5vw 3vw 4vw;
    }
    .main .box .catch1 {
        font-size: 20px;
    }
}


@media only screen and (min-width : 768px) {
    
    .sign_logo_wrap {
        margin-top: 40px;
        width: 300px;
    }
    .sign_logo {
        padding: 15px;
        width:220px;
    }

    .main{
        height: 43vw;
        display: flex;
        align-items: stretch;
        padding: 7vw 5vw 4vw;
    }
    .main h1 {
        width: 40%;
        border: none;
    }
    .main .box {
        width: 60%;
        position: relative;
        margin-top: 0;
        left: auto;
        right: auto;
        bottom: auto;
    }
    .main .box .catch1 {
        line-height: 180%;
    }

    .main .box .catch2 li {
        font-size: 15px;
        margin: 1px 0 ;
        padding: 0;
    }
    .main .box .campaign .catch3 {
        font-size: 18px;
    }
    .main .box .campaign {
        position: absolute;
        width: 100%;
        left: 0%;
        right: 0%;
        bottom: 0;
    }
    .main .box .campaign_inner {
        padding: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 15px;
        bottom: 10px;
        display: inline-block;
    }
    .main .box .campaign a {
        font-size: 28px;
        padding: 15px 30px;
    }
    .search_btn_wrap li input {
        font-size: 16px;
    } 

    .osusume {
        padding: 60px;
        width:80%;
    }
    .osusume_catch {
        font-size: 42px;
        color: #B00002;
        border: none;
    }
    .osusume_text {
        font-size: 18px;
    }
}
@media only screen and (min-width : 980px) {
    .main .box .catch2 li {
        font-size: 16px;
        margin: 6px 0 ;
        padding: 0;
    }
}


