/*-------------------- common --------------------*/
html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    color: #000000;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.5;
    position: relative;
}

.ff_my{
    font-family: "メイリオ", "Meiryo","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

.ff_msrt{
    font-family: 'Montserrat', sans-serif;
}

.clear:after {
    display: block;
    content: "clear";
    width: 0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.inner{
    width: 1100px;
    margin: 0 auto;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

img{
    max-width: 100%;
}

.fade {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.lh1{
    line-height: 1;
}

.common_btn01{
    text-decoration: none;
}

.common_btn01>span{
    font-size: 2rem;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: bold;
    color: #010101;
    padding-right: 13px;
}

.common_btn01>img,
.common_btn01>span{
    vertical-align: middle;
}

.br_sp{
    display: none;
}

/*-------------------- header --------------------*/

header,
.header_copy{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid transparent;
}

.header_box_bg_black{
    display: none;
    background-color: #000000;
    border-bottom: 1px solid #ffffff;
}


header .inner,
.header_copy .inner{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 29px 0;
}

header .logo,
.header_copy .logo{
    flex: 0 1 123px;
}

header .logo a,
header .logo img,
.header_copy a,
.header_copy img{
    display: block;
}

header .logo img,
.header_copy .logo img{
    max-width: 100%;
}

header nav,
.header_copy nav{
    flex: 1 1;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

header .anchor_list,
.header_copy .anchor_list{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header a,
.header_copy a{
    color: #ffffff;
    font-size: 1.6rem;
    letter-spacing: 1px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

header .anchor_list li:not(:nth-of-type(5)):not(:last-of-type),
.header_copy .anchor_list li:not(:nth-of-type(5)):not(:last-of-type){
    margin-right: 25px;
}

header .anchor_list li:last-of-type,
.header_copy .anchor_list li:last-of-type{
    margin-left: 35px;
}

header .anchor_list li a,
.header_copy .anchor_list li a{
    display: block;
}

header .anchor_list li:last-of-type a,
.header_copy .anchor_list li:last-of-type a{
    padding: 5px 15px 6px;
    border: 1px solid #ffffff;
	font-size: 1.3rem;
}

.fb_box a{
    display: block;
}

.fb_box img{
    max-width: 100%;
}

.d-menu{
    display: none;
}

.hd_logo_sp{
    display: none;
}

.hd_logo_pc{
    display: block;
}

/*-------------------- footer --------------------*/

footer{
    background-color: #000000;
    padding: 100px 0 70px;
}

.footer_box{
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 38px;
}

.footer_box ul a{
    font-size: 1.6rem;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 3px;
    border-bottom: 1px solid transparent;
}

.footer_flist>li>a{
    font-weight: bold;
}

.footer_flist>li{
    margin-bottom: 24px;
}

.footer_flist>li:last-of-type{
    margin-bottom: 0;
}

#footer_flist2 .sub-menu>li{
    margin-bottom: 10px;
}

#footer_flist2 .sub-menu>li:last-of-type{
    margin-bottom: 0;
}

#footer_flist2 .sub-menu{
    padding-top: 14px;
    padding-left: 17px;
}

.footer_logo{
    width: 188px;
    flex: 0 0 188px;
}

.footer_logo a{
    display: block;
}

.footer_logo img{
    max-width: 100%;
}

.footer_tbox{
    display: -webkit-flex;
    display: flex;
}

#footer_flist1{
    width: 190px;
}

#footer_flist2{
    width: 207px;
}

#footer_flist3{
    width: 211px;
}

.footer_cr{
    font-size: 1.4rem;
    color: #ffffff;
    padding-top: 15px;
    border-top: 1px solid #ffffff;
}

/*-------------------- page_top --------------------*/

footer .page_top {
    display: none;
    position: fixed;
    z-index: 99;
    right: 100px;
    bottom: 70px;
    width: 70px;
    padding-top: 8px;
    text-decoration: none;
}

footer .page_top>span{
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 53px;
    height: 53px;
    background-color: #3161b4;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 9px;
    color: #ffffff;
    font-size: 1.4rem;
    font-weight:bold;
}


footer .page_top>img{
    position: absolute;
    top: 0;
    right: 0;
}


@media only screen and (max-width: 1200px){
    /*-------------------- common --------------------*/
    .inner{
        width: 90%;
        max-width: 1100px;
    }

    /*-------------------- page_top --------------------*/
    footer .page_top{
        right: 50px;
    }

}

@media only screen and (max-width: 1024px){
    /*-------------------- header --------------------*/

    header,
    .header_copy{
        background-color: #000000;
    }

    header .inner,
    .header_copy .inner{
        padding: 15px 0;
    }
    
    header nav,
    .header_copy nav{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        background: #f3f3f3;
    }

    header a,
    .header_copy a{
        color: #000000;
    }

    header .anchor_list,
    .header_copy .anchor_list{
        display: block;
    }

    header .anchor_list li,
    .header_copy .anchor_list li{
        margin: 0 !important;
    }

    header .anchor_list li a,
    .header_copy .anchor_list li a{
        padding: 20px 5% !important;
    }

    header .anchor_list li,
    .header_copy .anchor_list li{
        border-bottom: 1px solid #000000;
    }

    header .anchor_list li:last-of-type a,
    .header_copy .anchor_list li:last-of-type a{
        background-color: #000000;
        color: #ffffff;
        border: none;
		font-size: 1.6rem;
    }

    .d-menu {
        display: block;
        position: relative;
        z-index: 99;
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .panel-btn {
        display: block;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        background: #ffffff;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-bottom: none;
    }

    .panel-btn-icon {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 28px;
        height: 2px;
        margin: -1px 0 0 -14px;
        background: #000000;
        transition: .2s;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        width: 28px;
        height: 2px;
        background: #000000;
        transition: .3s;
    }

    .panel-btn-icon:before {
        margin-top: -10px;
    }

    .panel-btn-icon:after {
        margin-top: 8px;
    }

    .panel-btn .close:before, .panel-btn .close:after {
        margin-top: 0;
    }

    .panel-btn .close {
        background: transparent;
    }

    .panel-btn .close:before {
        -ms-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .panel-btn .close:after {
        -ms-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    /*-------------------- footer --------------------*/

    footer{
        padding: 80px 0 70px;
    }

}

@media only screen and (max-width: 1023px){
    /*-------------------- common --------------------*/
    .common_btn01>span {
        font-size: 1.8rem;
    }

    /*-------------------- footer --------------------*/

    .footer_logo{
        width: 160px;
        flex: 0 0 160px;
    }
    #footer_flist1{
        width: 150px;
    }

    #footer_flist2{
        width: 160px;
    }

    #footer_flist3{
        width: 150px;
    }

    /*-------------------- page_top --------------------*/
    footer .page_top{
        right: 40px;
    }
}

@media only screen and (max-width: 767px){
    /*-------------------- header --------------------*/
    header .logo,
    .header_copy .logo{
        flex: 0 1 120px;
    }

    .d-menu {
        width: 45px;
        height: 45px;
    }

    .panel-btn {
        width: 45px;
        height: 45px;
    }

    .panel-btn-icon {
        width: 24px;
        margin: -1px 0 0 -12px;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        width: 24px;
    }

    .panel-btn-icon:before {
        margin-top: -8px;
    }

    .panel-btn-icon:after {
        margin-top: 6px;
    }

    /*-------------------- footer --------------------*/

    footer {
        padding: 60px 0;
    }

    .footer_logo{
        width: 140px;
        flex: 0 0 auto;
        margin: 0 auto;
    }

    .footer_box ul a {
        font-size: 1.4rem;
    }

    .footer_box{
        flex-direction: column;
        align-items: center;
    }

    .footer_tbox {
        margin-top: 40px;
    }
    #footer_flist2 {
        width: 150px;
    }

    #footer_flist3 {
        width: 125px;
    }

    .footer_cr{
        font-size: 1.2rem;
        text-align: center;
    }

    /*-------------------- page_top --------------------*/

    footer .page_top{
        right: 30px;
    }

}

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

    .common_btn01>span {
        font-size: 1.6rem;
        padding-right: 8px;
    }

    .common_btn01>img {
        width: 15px;
    }


    .br_sp{
        display: block;
    }

    /*-------------------- header --------------------*/

    header .anchor_list li a,
    .header_copy .anchor_list li a{
        font-size: 1.4rem;
    }
	
	header .anchor_list li:last-of-type a,
	.header_copy .anchor_list li:last-of-type a{
	    font-size: 1.4rem;
	}

    .d-menu {
        width: 42px;
        height: 42px;
    }

    .panel-btn {
        width: 42px;
        height: 42px;
    }

    .panel-btn-icon {
        width: 20px;
        margin: -1px 0 0 -10px;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        width: 20px;
    }

    .panel-btn-icon:before, .panel-btn-icon:after {
        width: 20px;
    }

    /*-------------------- footer --------------------*/

    footer {
        padding: 50px 0;
    }

    .footer_box{
        margin-bottom: 30px;
    }

    .footer_tbox{
        flex-direction: column;
        position: relative;
        width: 100%;
        margin-top: 35px;
    }

    .footer_flist>li {
        margin-bottom: 20px;
    }

    #footer_flist2{
        margin-top: 20px;
    }

    #footer_flist1,
    #footer_flist2{
        width: 40%;
        padding-left: 10%;
    }

    #footer_flist3 {
        position: absolute;
        width: 45%;
        padding-left: 5%;
        top: 0;
        right: 0;
    }

    #footer_flist2 .sub-menu {
        padding-top: 12px;
        padding-left: 15px;
    }
    /*-------------------- page_top --------------------*/

    footer .page_top{
        width: 60px;
        right: 15px;
        bottom: 65px;
    }

    footer .page_top>span {
        width: 45px;
        height: 45px;
        padding-left: 8px;
        font-size: 1.2rem;
    }

    footer .page_top>img {
        width: 30px;
    }
}

@media only screen and (min-width: 1025px) {


    .common_btn01:hover>img{
        -webkit-transform: translate(4px,0);
        -moz-transform: translate(4px,0);
        -ms-transform: translate(4px,0);
        -o-transform: translate(4px,0);
        transform: translate(4px,0);
    }

    header .logo a:hover,
    .header_copy .logo a:hover{
        opacity: 0.8;
    }

    header .anchor_list li a:hover,
    .header_copy .anchor_list li a:hover,
    .anchor_list li.current-menu-item a{
        border-bottom: 1px solid #ffffff;
    }

    header .anchor_list li:last-of-type a:hover,
    .header_copy .anchor_list li:last-of-type a:hover,
    header .anchor_list li:last-of-type a.header_item_active,
    .header_copy .anchor_list li:last-of-type a.header_item_active
    {
        border: 1px solid #000000;
        background-color: #ffffff;
        color: #000000;
    }

    .footer_logo a:hover {
        opacity: 0.8;
    }

    .footer_box ul a:hover{
        border-bottom: 1px solid #ffffff;
    }

}
