@charset "UTF-8";
html{margin: auto;background: #fff;font-size: 13px;}
@media (min-width: 769px){ html{font-size: 17px;}}

body, input, textarea, select, button{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-font-feature-settings:"liga", "kern"; }
body {margin: 0;color:#000; font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI","Noto Sans Japanese","ヒラギノ角ゴ ProN W3", Meiryo, sans-serif;}
*{margin:0;padding:0;border:none;font-size: 1em;letter-spacing: normal;}
p {line-height: 1.2rem;}
a{color: #cf1126;text-decoration: underline;cursor:pointer;-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;}
a:link{text-decoration: underline;}
a:hover,a:active{text-decoration:none;}
a:hover{text-decoration:none;}
a:visited{text-decoration:none;color: #cf1126;}
hr { clear: both; }
.none{display:none;}


.globalHeader {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.globalHeader>h1 {width: 100px;margin: 7px 0 0 -50px;position: absolute;left: 50%;}
.globalHeader>h1>img {}
.globalHeader>p {width: 23%;max-width: 120px;margin: 14px 0 14px 24px;line-height: 10px;padding: 0;}
.globalHeader>p>a {display: block;}
.globalHeader>p>a>img {height: auto;}
.globalHeader>nav {
    /* max-width: 120px; */
}
.globalHeader>nav>ul {display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: nowrap;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-justify-content: flex-end;-ms-flex-pack: end;justify-content: flex-end;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;margin: 6px 19px 3px 0;max-width: 120px;}
.globalHeader>nav>.flex_r>.headSns {width: 26%;max-width: 30px;display: block;margin: 0 2px 0 2px;}
.globalHeader>nav>.flex_r>.headSns>a {display: block;padding: 4px;}

.globalHeader>nav>.flex_r>.headSns>a>svg {
    width: 100%;
}


/*============================
#topimg
============================*/
#topimg {padding:2px 24px 8px 24px;position: relative;}
#bxslider {margin: 0;}
#bxslider>li {display: block;}
#bxslider>li>img {width: 100%;}

@media (max-width: 769px){
    #bxslider>li {display: block;}
    #bxslider>li>img {
    height: 90vw;
    object-fit: cover;
}
}


/*============================
#topmain
============================*/
#topmain {
}

#topmain article {
    width: 100%;
    max-width: 840px;
    margin: 16px auto 48px;
    padding: 0 24px;
    box-sizing: border-box;
}

#topmain article img {
    width: 100%;
    height: auto;
}

#topmain article h1 {
    font-size: 1.4rem;
    margin: 0.6em 0;
}
#topmain article h2 {
    font-size: 1.2rem;
    margin: 1em 0;
    border-bottom: 1px solid;
    border-top: 1px solid;
    padding: 16px 0;
}

#topmain article p {
    margin: 1em 0;
    font-size: 0.75rem;
    line-height: 1.4rem;
    text-align: justify;
}
#topmain>header {max-width: 640px;margin: 24px auto 16px;}
.logoup {margin: 0 0 24px 0;width: 70%;max-width: 400px;margin:auto;}
.logoup>h1 {
}
.logoup>h1>img {
}
.logoup>ul {text-align: center;padding: 12px 0;}
.logoup>ul>li {display: inline-block;margin: 0 8px;}
.logoup>ul>li>a {display: block;}
.logoup>ul>li>a>img {height: 14px;}
.logoup>h2 {
}
.logoup>h2>img {width: 24%;margin: auto;display: block;}
#topmain>p {text-align: center;font-size: 1.2rem;line-height: 2rem;padding: 2px 24px;}

    @media (max-width: 769px){
    #topmain>p {}
    #topmain>p br{ display:none}
    }


#topmain>ul {padding: 40px 16px;display: block;display: -ms-flexbox;display: -webkit-flex;display: flex;-webkit-flex-direction: row;-ms-flex-direction: row;flex-direction: row;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;-webkit-align-content: flex-start;-ms-flex-line-pack: start;align-content: flex-start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;}
#topmain>ul>li {display: block;width: 33.3%;padding: 0 0.7% 2%;box-sizing: border-box;}
#topmain>ul>li>a {background-color: #ccc;display: block;padding: 50% 0;text-align: center;color: #fff;text-decoration: none;background-size: cover;background-position: bottom;text-shadow: 0 0 4px #000,0 0 100px #000;position: relative;}

#topmain>ul>li>a:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}

#topmain>ul>li>a:hover:before {
    opacity: 0.4;
}

#topmain>ul>li>a * {-webkit-transition:all 0.3s ease-out;-moz-transition:all 0.3s ease-out;-o-transition:all 0.3s ease-out;
    opacity: 0;
}

#topmain>ul>li>a>p,#topimg>.box>p {border-top: 8px solid #fff;border-bottom: 8px solid #fff;color: #fff;display: inline-block;font-size: 4.8vw;padding: 4px 2px;line-height: 1.0em;position: relative;z-index: 1;font-family: 'Roboto', sans-serif;font-weight: 700;}
#topmain>ul>li>a>span,#topimg>.box>span {display: block;margin: 16px auto 0;position: relative;z-index: 1;color: #fff;font-size: 1.8vw;}

@media (max-width: 769px){
        #topmain>ul{ padding:24px 0;}
        #topmain>ul>li {
            width: 50%;
            }
        #topmain>ul>li>a * {
            opacity: 1;
        }
        #topmain>ul>li>a:before {
            opacity: 0.3;
        }


#topmain>ul>li>a>p,#topimg>.box>p {border-top: 6px solid #fff;border-bottom: 6px solid #fff;color: #fff;display: inline-block;font-size: 7.2vw;padding: 5px 2px;line-height: 1.0em;}
#topmain>ul>li>a>span,#topimg>.box>span {display: block;margin: 16px auto 0;font-size: 3.2vw;}

}


#topimg>.box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 98%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#topmain>ul>li>a:hover *{    opacity: 1;}

#topmain>ul>li.go1 {}
#topmain>ul>li.go1>a {background-image: url(photo/3160.jpg);}
#topmain>ul>li.go1>a>p {
}
#topmain>ul>li.go1>a>span {
}
#topmain>ul>li.go2 {
}
#topmain>ul>li.go2>a {background-image: url(photo/3341.jpg);}3160
#topmain>ul>li.go2>a>p {
}
#topmain>ul>li.go2>a>span {
}
#topmain>ul>li.go3 {
}
#topmain>ul>li.go3>a {background-image: url(photo/3457.jpg);}
#topmain>ul>li.go3>a>p {
}
#topmain>ul>li.go3>a>span {
}
#topmain>ul>li.go4 {
}
#topmain>ul>li.go4>a {background-image: url(photo/3000.jpg);/* background-position: 50% 100%; *//* background-size: 300%; */}
#topmain>ul>li.go4>a>p {
}
#topmain>ul>li.go4>a>span {
}
#topmain>ul>li.go5 {
}
#topmain>ul>li.go5>a {background-image: url(photo/3443.jpg);}
#topmain>ul>li.go5>a>p {
}
#topmain>ul>li.go5>a>span {
}
#topmain>ul>li.go6 {
}
#topmain>ul>li.go6>a {background-image: url(photo/_F6A3537.jpg);}
#topmain>ul>li.go6>a>p {
}
#topmain>ul>li.go6>a>span {
}

/*============================
#bag
============================*/
#bag {margin: 0 24px 24px;background-color: #F7F8F8;}
#bag>.box {
    overflow: hidden;
}
#bag>.box>.mainimg {float: left;width: 60%;}
#bag>.box>.mainimg>img {width: 90%;margin: 5%;mix-blend-mode: darken;}
#bag>.box>.entry {float: right;width: 40%;margin: 40px 0;}
#bag>.box>.entry>h1 {font-size: 2.4vw;margin: 0 0 24px;font-family: 'Roboto', sans-serif;font-weight: 300;}
#bag>.box>.entry>h1>span {font-size: 1rem;display: block;font-weight: 700;}
#bag>.box>.entry>p {font-size: 0.8rem;margin: 0 0 1em;}
#bag>.box>.entry>dl {
}
#bag>.box>.entry>dl>dt {margin: 24px 0px 12px;font-size: 0.8rem;}
#bag>.box>.entry>dl>dd {
}
#bag>.box>.entry>dl>dd>ul {display: block;overflow: hidden;margin: 0 0 20px -17px;}
#bag>.box>.entry>dl>dd>ul>li {width: 90px;display: block;text-align: center;font-size: 0.6rem;float: left;}
#bag>.box>.entry>dl>dd>ul>li>img {width: 60%;display: block;margin: 0 auto 4px;}
#bag>.box>.entry>table {border: 1px;white-space: nowrap;width: 100%;display: block;overflow: hidden;overflow-x: scroll;text-align: center;}
#bag>.box>.entry>table>tbody {border: 1px;margin: auto;vertical-align: middle;}
#bag>.box>.entry>table>tbody>tr {
}
#bag>.box>.entry>table>tbody>tr>th {font-size: 0.7rem;padding: 6px 10px;background: #ccc;margin: 0;border: 0px;}
#bag>.box>.entry>table>tbody>tr>td {font-size: 0.7rem;padding: 8px 8px;background: #fff;margin: 0;border: 0px;text-align: center;}

    @media (max-width: 769px){
#bag>.box>.mainimg{
    float: none;
    width: 90%;
    margin: auto;
}

#bag {
    margin: 0 0 24px 0;
}
#bag>.box>.entry{
    float: none;
    width: auto;
    padding: 0 24px 32px;
    margin: -24px 0 0 0;
}

#bag>.box>.entry>h1 {
    font-size: 6vw;
}
    }


.bx-pager-item {width: 12px;height: 12px;margin: 0 4px;display: block;}

.bx-pager {
    text-align: center;
    margin: 0 auto 0;
    position: relative;
    top: -24px;
    z-index: 2;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

a.bx-pager-link {
    display: block;
    background: #fff;
    /* text-indent: -999999px; */
    font-size: 0;
    text-align: left;
    height: 100%;
}

a.bx-pager-link.active {
    background: #000;
}

.bx-controls-direction {
    display: none;
}

.linkhover a{display: block;width: 220px;height: 40px;margin: 32px 0 32px;line-height: 40px;text-transform: uppercase;text-align: center;position: relative;cursor: pointer;font-family: 'Roboto', sans-serif;letter-spacing: 0;font-weight: 600;font-size: 14px;color: #000;background: #fff;text-decoration: none;mix-blend-mode: difference;padding: 2px;}

.linkhover {
}

.linkhover a svg {position: absolute;top: 2px;left: 2px;}
.linkhover a svg rect{fill: none;stroke: rgba(0, 0, 0, 1);stroke-width: 1px;}

.linkhover a:hover svg rect{
stroke: rgba(0, 0, 0, 1);;
}

.linkhover a svg rect {stroke-dasharray: 400, 0;-webkit-transition: all 0.8s ease-in-out;-moz-transition: all 0.8s ease-in-out;-ms-transition: all 0.8s ease-in-out;-o-transition: all 0.8s ease-in-out;}
.linkhover a:hover svg rect {
stroke-width: 4;
stroke-dasharray:135,500;
stroke-dashoffset:-190%;
-webkit-transition: all 0.8s ease-in-out;
-moz-transition: all 0.8s ease-in-out;
-ms-transition: all 0.8s ease-in-out;
-o-transition: all 0.8s ease-in-out;
}

.sns *{
color: #B5B5B6;
width: 16px;
font-size: 10px;
display: inline;
margin: 0 8px;
}


footer {background: #FFF100;padding: 40px 0;}
footer>.logoup {
    margin-bottom: 40px;
}
footer>.logoup>h1 {
}
footer>.logoup>h1>img {
}
footer>.logoup>ul {
}
footer>.logoup>ul>li {
}
footer>.logoup>ul>li>a {
}
footer>.logoup>ul>li>a>img {
}
footer>.logoup>h2 {
}
footer>.logoup>h2>img {
}
footer>p {text-align: center;font-size: 0.8rem;font-family: 'Roboto', sans-serif;font-weight: 300;padding: 0 24px;}
footer>p>small {display: block;font-size: 0.6rem;}
footer>.arrow-up.icon {
}



.arrow-up.icon {border: transparent;border-top: 1px solid #000;width: 100%;height: 48px;padding: 0;margin: 40px auto 0;text-decoration: none;color: #000;display: block;position: relative;}

.arrow-up.icon:before {content: '';position: absolute;left: 50%;top: 50%;margin: 17px 0 0 -6px;width: 12px;height: 12px;border-top: solid 1px currentColor;border-right: solid 1px currentColor;-webkit-transform: rotate(-45deg);transform: rotate(-45deg);}




@media (min-width: 769px){
    
    .arrow-up.icon {
    color: #000;
    border: 1px solid #000;
    width: 32px;
    height: 32px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    background-color: transparent;
    }

    .arrow-up.icon:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-top: solid 1px currentColor;
    border-right: solid 1px currentColor;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    }

}