@import"./font.css";@import"./reset.css";
html {
    font-size: 62.5%
}

body {
    font-family: YakuHanJP,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
    font-weight: 400;
    font-size: 1.7em;
    line-height: 1.7647;
    -webkit-text-size-adjust: none;
    letter-spacing: .085em;
    color: #39505f;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::-moz-selection {
    background: #0077c2;
    color: #21ade5
}

::-moz-selection,::selection,::-moz-selection {
    background: #0077c2;
    color: #21ade5
}

a,span,i {
    color: inherit;
    font-weight: inherit
}

a {
    text-decoration: none;
    -webkit-transition: .4s;
    transition: .4s
}

.sp_only,.tab_only {
    display: none !important
}

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

.preload * {
    -webkit-transition: none !important;
    transition: none !important
}

.inview {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .5s ease-out 0s,-webkit-transform .5s ease-out 0s;
    transition: opacity .5s ease-out 0s,-webkit-transform .5s ease-out 0s;
    transition: opacity .5s ease-out 0s,transform .5s ease-out 0s;
    transition: opacity .5s ease-out 0s,transform .5s ease-out 0s,-webkit-transform .5s ease-out 0s
}

.inview.delay {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: opacity .5s ease-out .8s,-webkit-transform .5s ease-out .8s;
    transition: opacity .5s ease-out .8s,-webkit-transform .5s ease-out .8s;
    transition: opacity .5s ease-out .8s,transform .5s ease-out .8s;
    transition: opacity .5s ease-out .8s,transform .5s ease-out .8s,-webkit-transform .5s ease-out .8s
}

.inview.incontents {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.title_style01 {
    text-align: center;
    position: relative;
    font-family: "M PLUS Rounded 1c",YakuHanJP,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
    font-size: 3.6rem;
    letter-spacing: .1em;
    line-height: 1.4;
    color: #0077c2
}

.title_style01 span {
    position: relative;
    display: inline-block;
    padding: 10px 40px 30px
}

.title_style01 span::before,.title_style01 span::after {
    position: absolute;
    content: " ";
    width: 53px;
    height: 36px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    bottom: 0
}

.title_style01 span::before {
    background-image: url("../images/common/title_bg01.png");
    left: 0
}

.title_style01 span::after {
    background-image: url("../images/common/title_bg02.png");
    right: 0
}

.title_style01 i {
    color: #21ade5
}

.title_style02 {
    padding-top: 80px
}

.title_style02::after {
    width: 2px;
    height: 80px;
    background-color: #bec0b6;
    position: absolute;
    content: " ";
    left: 50%;
    top: 0;
    margin-left: -1px;
    opacity: .5
}

.c-pad.ptnone {
    padding-top: 0 !important
}

.link_button_style01 {
    text-align: center
}

.link_button_style01 a {
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: .115em;
    display: inline-block;
    background-color: #200303;
    font-weight: 500;
    padding: 18px 5em;
    line-height: 1.4;
    width: 420px;
    text-align: center;
    border-radius: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.link_button_style01.link_button_style02 a {
    background-color: #ed8b00
}

.link_button_style01 a::before {
    width: 10px;
    height: 17px;
    content: " ";
    position: absolute;
    background-image: url("../images/common/link_icon01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    -webkit-transition: .4s;
    transition: .4s;
    right: 5%;
    top: 50%;
    margin-top: -9px
}

.link_button_style04 a::before {
    width: 10px;
    height: 17px;
    content: " ";
    position: absolute;
    background-image: url("../images/common/link_icon01.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    -webkit-transition: .4s;
    transition: .4s;
    right: 5%;
    top: 50%;
    margin-top: -9px
}

#header {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    border-radius: 16px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.1);
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    width: 95%;
    left: 2.5%;
    top: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#header header {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

#header header h1,#header header div#toplogo {
    max-width: 150px;
    padding: 0 2.5%
}

#header header .nav_area nav {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header header .nav_area nav>ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#header header .nav_area nav .gnav {
    padding-right: 1.5em;
    font-size: .96em
}

#header header .nav_area nav .gnav ul {
    display: flex;
}

#header header .nav_area nav .gnav li {
    font-weight: 500;
    line-height: 1.2
}

#header header .nav_area nav .gnav li a {
    display: block;
    padding: 38px .6em
}

#header header .nav_area nav .gnav li .down_arrow {
    position: relative;
    display: inline-block;
    color: #333;
    text-decoration: none;
    padding: 38px .6em
}

#header header .nav_area nav .gnav li .down_arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-bottom: solid 2px #333;
    border-right: solid 2px #333;
    position: absolute;
    left: 50%;
    bottom: 30%;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

#header header .nav_area nav .gnav li .down_arrow:hover {
    cursor: pointer;
    color: #09c7aa
}

#header header .nav_area nav .gnav li .down_arrow:hover::before {
    border-bottom: solid 2px #09c7aa;
    border-right: solid 2px #09c7aa
}

#header header .nav_area nav .gnav li .down_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#header header .nav_area nav .gnav li ul.down_list {
    display: none;
    position: absolute;
    top: 96px
}

#header header .nav_area nav .gnav li:hover ul.down_list {
    display: block;
    -webkit-box-shadow: 10px 10px 10px -5px rgba(0,0,0,.1);
    box-shadow: 10px 10px 10px -5px rgba(0,0,0,.1);
    background: #fff;
    border-radius: 0 0 16px 16px
}

#header header .nav_area nav .gnav li:hover ul.down_list li {
    position: relative;
    width: 240px;
    text-align: center;
    font-size: 1.3rem;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 0 0 16px 16px
}

#header header .nav_area nav .gnav li:hover ul.down_list li a {
    display: block;
    padding: 14px 10px
}

#header header .nav_area nav .picnav {
    position: relative;
    font-size: 1.3rem;
    line-height: 1;
    letter-spacing: .05em;
    color: #fff
}

#header header .nav_area nav .picnav li a {
    display: block;
    position: relative;
    background-repeat: no-repeat;
    background-position: center 18px;
    background-size: auto 35px
}

#header header .nav_area nav .picnav li.pic01 a {
    background-color: #ed8b00;
    padding: 65px 2em 18px;
    background-image: url("../images/common/h_icon01.png")
}

#header header .nav_area nav .picnav li.pic02 a {
    background-color: #21ade5;
    padding: 65px 1.25em 18px;
    background-image: url("../images/common/h_icon02.png");
    border-radius: 0 16px 16px 0
}

#header header #nav-toggle {
    display: none
}

#pagetop {
    position: fixed;
    bottom: 8vh;
    right: 2.5%;
    display: none;
    z-index: 2
}

#pagetop a {
    -webkit-transition: .4s;
    transition: .4s;
    position: relative;
    display: block;
    background: #200303;
    width: 70px;
    height: 70px;
    color: #fff;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%
}

#pagetop a::before {
    content: " ";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s
}

#pagetop a::after {
    content: " ";
    position: absolute;
    -webkit-transition: .3s;
    transition: .3s;
    width: 16px;
    height: 16px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 28px;
    left: 50%;
    margin: 0 0 0 -8px
}

#footer footer .footer_box01,#footer footer .footer_box02 {
    color: #fff
}

#footer footer .footer_box01 {
    background-color: #21ade5;
    padding: 75px 3%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#footer footer .footer_box01 .leftbox h2 {
    width: 150px
}

#footer footer .footer_box01 .centerbox,#footer footer .footer_box01 .rightbox {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#footer footer .footer_box01 .centerbox>ul,#footer footer .footer_box01 .rightbox>ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

#footer footer .footer_box01 .centerbox {
    padding-left: 6%
}

#footer footer .footer_box01 .centerbox>ul.navi_01 {
    font-size: 1.6rem
}

#footer footer .footer_box01 .centerbox>ul.navi_01 li {
    padding: 0 2em
}

#footer footer .footer_box01 .centerbox>ul.navi_01 li:not(:last-child) {
    border-right: solid 1px rgba(255,255,255,.25)
}

#footer footer .footer_box01 .rightbox>ul.navi_02 {
    font-size: 1.475rem;
    opacity: .7;
    letter-spacing: .025em
}

#footer footer .footer_box01 .rightbox>ul.navi_02 li:first-child {
    margin-right: 1.5em
}

#footer footer .footer_box01 .rightbox>ul.navi_02 li a {
    position: relative;
    padding-right: 10px
}

#footer footer .footer_box01 .rightbox>ul.navi_02 li a::after {
    content: " ";
    position: absolute;
    width: 8px;
    height: 8px;
    background: url("../images/common/outside_link01.png") no-repeat 0 0;
    background-size: 100% auto;
    right: 0;
    top: 0
}

#footer footer .footer_box02 {
    background-color: #0077c2;
    padding: 30px 5%
}

#footer footer .footer_box02 small {
    display: block;
    font-size: 1.3rem;
    letter-spacing: .115em;
    opacity: .7;
    text-align: center;
    line-height: 1
}

.category_area {
    position: relative;
    margin: 0 auto 95px;
    padding-top: 110px
}

.category_area>ul {
    position: relative;
    z-index: 2;
    max-width: 1000px;
    margin: 0 auto;
    background-color: #0077c2;
    border-radius: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden
}

.category_area>ul>li {
    width: 25%;
    text-align: center;
    color: #fff;
    font-size: 1.65rem;
    letter-spacing: .0675em;
    font-weight: 500;
    border-right: solid 1px #52a3d6;
    border-bottom: solid 1px #52a3d6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.category_area>ul>li a {
    display: block;
    padding: 22px 1em
}

.category_area>ul>li.active a {
    background-color: #21ade5
}

.news_listarea>ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 60px
}

.news_listarea>ul>li {
    width: 32%;
    margin-bottom: 30px
}

.news_listarea>ul>li a {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    display: block;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    height: 100%
}

.news_listarea>ul>li a>span {
    position: relative;
    display: block
}

.news_listarea>ul>li a .imgbox {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    overflow: hidden
}

.news_listarea>ul>li a .datebox {
    position: relative;
    margin: -20px 0 0 -5px
}

.news_listarea>ul>li a .datebox::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 5px 5px;
    border-color: rgba(0,0,0,0) rgba(0,0,0,0) #0078c2 rgba(0,0,0,0);
    content: " ";
    position: absolute;
    left: 0;
    top: -5px
}

.news_listarea>ul>li a .datebox i {
    display: inline-block;
    font-size: 1.55rem;
    font-weight: 500;
    color: #e2f75d;
    background-color: #21ade5;
    line-height: 1;
    padding: 15px 2em;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.news_listarea>ul>li a .titlebox {
    padding: 25px 5% 50px
}

i.pdf,i.outside {
    position: relative
}

i.pdf::after {
    content: "";
    position: absolute;
    background: url(../images/common/pdf_icon.png) no-repeat center;
    background-size: 100%;
    background-position: bottom;
    display: inline-block;
    height: 100%;
    padding-left: .88em
}

i.outside::after {
    content: "";
    position: absolute;
    background: url(../images/common/pdf_icon.png) no-repeat center;
    background-size: 100%;
    background-position: bottom;
    display: inline-block;
    height: 100%;
    padding-left: .88em;
    content: "";
    position: absolute;
    background: url("../images/common/outside_icon.png") no-repeat center;
    background-size: 100%;
    background-position: bottom;
    display: inline-block;
    height: 100%;
    padding-left: .88em
}

.vis_hdn {
    visibility: hidden
}

.friend-slider {
    padding: 0 5%
}

.friend-slider .friend {
    margin: 15px
}

@media screen and (min-width: 1201px) {
    html {
        overflow-x:hidden
    }

    img {
        image-rendering: -webkit-optimize-contrast
    }

    .link_button_style01 a:hover {
        background-color: #09c7aa
    }

    .link_button_style01 a:hover::before {
        right: 4%
    }

    #header header h1 a:hover,#header header div#toplogo a:hover {
        opacity: .5
    }

    #footer footer .footer_box01 .leftbox h2 a:hover {
        opacity: .5
    }

    #header header .nav_area nav .gnav li a:hover {
        color: #09c7aa
    }

    #header header .nav_area nav .picnav li.pic01 a:hover,#header header .nav_area nav .picnav li.pic02 a:hover {
        background-color: #09c7aa
    }

    #footer footer .footer_box01 .centerbox>ul.navi_01 li a:hover,#footer footer .footer_box01 .rightbox>ul.navi_02 li a:hover {
        text-decoration: underline
    }

    #pagetop a:hover {
        background-color: #09c7aa
    }

    #pagetop a:hover::after {
        top: 25px
    }

    .category_area>ul>li a:hover {
        background-color: #09c7aa
    }

    .news_listarea>ul>li a:hover {
        background-color: #09c7aa;
        color: #fff
    }

    .news_listarea>ul>li a:hover .imgbox {
        -webkit-transition: .4s;
        transition: .4s;
        opacity: .6
    }

    .link_button_style01 a:hover {
        background-color: #09c7aa;
        color: #fff
    }

    .link_button_style01 a:hover::before {
        background-image: url("../images/common/link_icon01.png")
    }

    .news_listarea>ul>li a .imgbox {
        height: 267.65px
    }

    .news_listarea>ul>li a .imgbox img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        height: 100%;
        width: 100%
    }
}

@media screen and (max-width: 1260px) {
    .pc_only {
        display:none
    }

    #header {
        border-radius: 0;
        width: 100%;
        left: 0;
        top: 0;
        overflow: visible;
        height: 60px
    }

    #header header {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%
    }

    #header header h1,#header header div#toplogo {
        width: 100px
    }

    #header header #nav-toggle {
        display: block;
        top: 20px;
        position: absolute;
        right: 0;
        width: 58px;
        height: 54px;
        z-index: 2;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 14px
    }

    #header header #nav-toggle div {
        position: relative
    }

    #header header #nav-toggle span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        left: 0;
        background: #0077c2
    }

    #header header #nav-toggle span:nth-child(1) {
        top: 0;
        -webkit-transition: .35s ease-in-out .1s;
        transition: .35s ease-in-out .1s
    }

    #header header #nav-toggle span:nth-child(2) {
        top: 10px;
        -webkit-transition: .185s ease-in-out;
        transition: .185s ease-in-out
    }

    #header header #nav-toggle span:nth-child(3) {
        top: 20px;
        -webkit-transition: .35s ease-in-out .08s;
        transition: .35s ease-in-out .08s
    }

    #header header.open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #header header.open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%
    }

    #header header.open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        transform: rotate(-315deg)
    }

    #header header nav {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
        height: 0;
        -webkit-transition: .4s ease-out;
        transition: .4s ease-out;
        overflow: hidden;
        background-color: rgba(32,3,3,.95)
    }

    #header header.open nav {
        height: 100vh;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-y: scroll;
        padding-bottom: 200px;
        -webkit-overflow-scrolling: touch;
        overflow-scrolling: touch
    }

    #header header .nav_area nav {
        display: block
    }

    #header header .nav_area nav>ul {
        display: block
    }

    #header header .nav_area nav .gnav {
        padding-right: 0
    }

    #header header .nav_area nav .gnav li a {
        color: #fff;
        padding: 30px 5%;
        border-bottom: solid 1px rgba(255,255,255,.2)
    }

    #header header .nav_area nav .picnav {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 80%;
        margin: 20px auto 0
    }

    #header header .nav_area nav .picnav li {
        width: 50%;
        text-align: center
    }

    #header header .nav_area nav .picnav li.pic01 a {
        padding: 65px 1em 18px
    }

    .link_button_style01 a {
        width: 80%
    }

    #header header .nav_area nav .picnav li.pic02 a {
        border-radius: 0
    }

    #header header .nav_area nav .gnav li .down_arrow {
        width: 90%;
        padding: 30px 5%;
        color: #fff;
        border-bottom: solid 1px rgba(255,255,255,.2)
    }

    #header header .nav_area nav .gnav li .down_arrow::before {
        left: 90%;
        bottom: 46%;
        border-bottom: solid 2px #fff;
        border-right: solid 2px #fff
    }

    #header header .nav_area nav .gnav li .down_arrow:hover {
        cursor: auto;
        color: #fff
    }

    #header header .nav_area nav .gnav li .down_arrow:hover::before {
        border-bottom: solid 2px #fff;
        border-right: solid 2px #fff
    }

    #header header .nav_area nav .gnav li .down_wrap {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    #header header .nav_area nav .gnav li ul.down_list {
        position: static;
        height: auto;
        overflow: visible
    }

    #header header .nav_area nav .gnav li:hover ul.down_list {
        border-radius: 0;
        width: 100%
    }

    #header header .nav_area nav .gnav li:hover ul.down_list li {
        width: 100%;
        background: rgba(32,3,3,.7);
        border-radius: 0
    }

    #header header .nav_area nav .gnav li:hover ul.down_list li a {
        height: auto;
        padding: 20px 10px
    }
}

@media screen and (max-width: 1200px)and (min-width: 641px) {
    .tab_only {
        display:block !important
    }

    br.tab_only {
        display: inline-block !important
    }

    #footer footer .footer_box01 {
        display: block
    }

    #footer footer .footer_box01 .leftbox {
        text-align: center
    }

    #footer footer .footer_box01 .leftbox h2 {
        margin: 0 auto 20px
    }

    #footer footer .footer_box01 .centerbox {
        padding-left: 0;
        margin-bottom: 20px
    }

    #footer footer .footer_box01 .rightbox {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .category_area {
        padding-top: 200px
    }

    .news_listarea>ul>li {
        width: 48%
    }

    .news_listarea>ul>li a .imgbox {
        height: 27vw
    }

    .news_listarea>ul>li a .imgbox img {
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
        height: 100%;
        width: 100%
    }
}

@media screen and (max-width: 640px) {
    body {
        font-size:1.5em
    }

    .sp_only {
        display: block !important
    }

    br.sp_only {
        display: inline-block !important
    }

    .title_style01 {
        font-size: 2.8rem;
        letter-spacing: .075em
    }

    .title_style01 span {
        padding: 10px 40px 20px;
        margin-bottom: 20px
    }

    .title_style01.h1_area_sp_title {
        font-size: 2.4rem;
        letter-spacing: .06em
    }

    .title_style01 span::before,.title_style01 span::after {
        bottom: -6px
    }

    .title_style02 {
        padding-top: 50px
    }

    .title_style02::after {
        height: 50px
    }

    .link_button_style01 a {
        font-size: 1.5rem;
        letter-spacing: .075em;
        padding: 16px 2em;
        width: 100%
    }

    .link_button_style01 a::before {
        width: 8px;
        height: 17px;
        background-position: 0 center;
        -webkit-transition: .4s;
        transition: .4s
    }

    #footer footer .footer_box01 {
        text-align: center;
        padding: 35px 5%;
        display: block
    }

    #footer footer .footer_box01 .leftbox h2 {
        width: 150px;
        margin: 0 auto 30px
    }

    #footer footer .footer_box01 .centerbox,#footer footer .footer_box01 .rightbox,#footer footer .footer_box01 .centerbox>ul,#footer footer .footer_box01 .rightbox>ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #footer footer .footer_box01 .centerbox {
        padding-left: 0
    }

    #footer footer .footer_box01 .centerbox>ul.navi_01 {
        font-size: 1.4rem;
        border: solid 1px rgba(255,255,255,.2);
        margin-bottom: 20px
    }

    #footer footer .footer_box01 .centerbox>ul.navi_01 li {
        width: 100%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding: 0
    }

    #footer footer .footer_box01 .centerbox>ul.navi_01 li a {
        display: block;
        padding: 15px 2em
    }

    #footer footer .footer_box01 .centerbox>ul.navi_01 li:not(:last-child) {
        border-right: none;
        border-bottom: solid 1px rgba(255,255,255,.2)
    }

    #footer footer .footer_box01 .rightbox>ul.navi_02 {
        font-size: 1.325rem
    }

    #footer footer .footer_box02 small {
        font-size: 1.1rem;
        letter-spacing: .07em
    }

    #pagetop {
        position: relative;
        bottom: auto;
        right: auto;
        display: block;
        z-index: 1
    }

    #pagetop a {
        width: 100%;
        height: 50px;
        border-radius: 0
    }

    #pagetop a::after {
        top: 21px
    }

    .category_area {
        margin: 0 auto 30px;
        padding-top: 40vw
    }

    .category_area.pickup_pt {
        padding-top: 30px
    }

    .category_area>ul {
        border-radius: 16px
    }

    .category_area>ul>li {
        width: 50%;
        font-size: 1.6rem;
        letter-spacing: 0
    }

    .category_area>ul>li a {
        padding: 14px .5em
    }

    .news_listarea>ul {
        margin-bottom: 40px
    }

    .news_listarea>ul>li {
        width: 100%;
        margin-bottom: 20px
    }

    .l-friends .inner_m {
        width: 100% !important
    }

    .friend-slider {
        padding: 0
    }

    .friend-slider .friend {
        margin: 15px 7px !important
    }
}

@media print {
    body {
        width: 1400px;
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0
    }

    #pagetop {
        position: relative
    }

    .inview,.inview_single {
        opacity: 1 !important;
        -webkit-transform: translateY(0) !important;
        transform: translateY(0) !important
    }
}

.l-friends {
    background: #0090e7
}

.l-friends .friends {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.l-friends .title_style01 {
    color: #ffec4a !important
}

.l-friends .title_style02 span::before {
    background-image: url("../images/common/title_bg03.png") !important
}

.l-friends .title_style02 span::after {
    background-image: url("../images/common/title_bg04.png") !important
}

.l-friends .title_style01.sub strong {
    color: #fff !important
}

.l-friends .friends .friend {
    width: 29.8387096774%;
    border-radius: 18px;
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,.2);
    overflow: hidden
}

.l-friends .friends .friend img {
    width: 100%
}

.l-friends .friends .friend .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4vw;
    padding: 35px 0;
    background: #0077c2
}

.l-friends .friends .friend .content .l-name {
    text-align: center
}

.l-friends .friends .friend .content .l-name .en {
    font-size: 34px;
    font-family: "M PLUS Rounded 1c",YakuHanJP,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
    color: #ffec4a;
    display: block;
    line-height: 1
}

.l-friends .friends .friend .content .l-name .ja {
    font-size: 18px;
    font-weight: 500;
    color: #fff
}

@media(max-width: 640px) {
    .l-friends .friends {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 640px) {
    .l-friends .friends .friend {
        width:85%;
        width: 100%;
        margin: auto
    }

    .l-friends .friends .friend:not(:last-child) {
        margin-bottom: 30px
    }
}

@media(max-width: 640px) {
    .l-friends .friends .friend .content {
        padding:25px 0;
        height: 30vw
    }
}

@media(max-width: 640px) {
    .l-friends .friends .friend .content .l-name .en {
        font-size:31px
    }
}

@media(max-width: 640px) {
    .l-friends .friends .friend .content .l-name .ja {
        font-size:15px
    }
}

#section5 {
    background-color: #f2f1f9;
    text-align: center;
    padding: 0 5% 160px
}

#section5 .catch {
    font-family: "M PLUS Rounded 1c",YakuHanJP,"Noto Sans Japanese","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
    font-size: 4rem;
    letter-spacing: .1em;
    line-height: 1.4;
    color: #0077c2;
    margin: 60px 0 30px
}

#section5 .catch i {
    color: #21ade5
}

#section5 .shop_area {
    position: relative;
    padding-top: 28.25vw
}

#section5 .shop_area .shop_img {
    content: " ";
    position: absolute;
    width: 100%;
    height: 30vw;
    background: url("../images/top/section1_bg.jpg") no-repeat center top;
    background-size: 100% auto;
    left: 0;
    top: 0;
    border-radius: 20px
}

@media screen and (max-width: 640px) {
    #section5 {
        padding:0 5% 50px
    }

    #section5 .catch {
        font-size: 2.8rem;
        letter-spacing: .05em;
        margin: 40px 0 30px
    }

    #section5 .shop_area {
        padding-top: 39vw
    }

    #section5 .shop_area .shop_img {
        height: 45vw;
        border-radius: 16px
    }
}

.floating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    z-index: 10;
    background: #0077c2;
    padding: 10px;
    color: #fff
}

.floating ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.floating ul li:first-child {
    padding-right: 6px
}

.floating ul a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer_box02 {
    padding: 40px 5% 0 !important;
    height: 120px !important
}

@media screen and (max-width: 640px) {
    .footer_box02 {
        height:90px !important
    }
}

.by_btn-wrap .link_button_style01 a {
    font-size: 1.6rem;
    padding: 18px 2em
}

.by_btn-wrap .link_button_style01 a:hover {
    background-color: #ed8b00
}

.by_btn-wrap .link_button_style01.shop a {
    background: #39505f
}

.by_btn-wrap p {
    font-size: 1.4rem
}

@media screen and (max-width: 640px) {
    .by_btn-wrap .link_button_style01 a {
        font-size:1.4rem
    }

    .by_btn-wrap p {
        font-size: 1.3rem
    }
}
