@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}
/*ここから追加*/
* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  font: normal 120%/1.3 'Noto Sans JP', 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', sans-serif;
  color: #332f2a;
  overflow-y: scroll;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
.wf-notosansjapanese {
  font-family: "Noto Sans JP";
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
dl, p {
  margin: 0;
  padding: 0;
}
i {
  font-style: normal;
}
a {
  color: #332f2a;
  text-decoration: none;
}
a:hover {
  -ms-filter: "alpha(opacity=60)";
  opacity: 0.6;
}
img {
  border: none;
  vertical-align: bottom;
}
h1 {
  position: relative;
}
h1 span {
  position: absolute;
  visibility: hidden;
  z-index: 3;
}
section .link {
     -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
section .link span::after {
	content:">>>";
    font: normal 120%/1.3 'ＭＳ Ｐゴシック', sans-serif;
    letter-spacing: -0.1em;
    font-weight: 600;
    padding-left: 5px;
    font-size: 98%;
}

section #links {
    max-width: 1110px;
    margin: 10% auto 3%;
    text-align: center;
}
section #links ul {
}
section #links ul li {
    display: inline-block;
    margin: 2% 10px;
}
section #links ul li img {
    max-width: 100%;
}
section #links p {
    display: block;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left!important;
    font-size: 76%;
}
section #links .pagetop {
    text-align: center!important;
	width: 5%;
    margin: 0 auto;
}

/**/
footer .footerbody {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 30px 0;
  font-size: 1vw;
  line-height: 2em;
}
footer .footerbody .menu li {
  display: inline-block;
  color: #fff;
  padding: 0 0.6%;
  border-right: solid 1px #fff;
  font-size: 0.88vw;
}
footer .footerbody .menu li:last-child {
  border-right: none;
}
footer .footerbody .menu li a {
  color: #fff;
  text-decoration: none;
}
footer .footerbody .menu li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
footer .footerbody p {
  color: #fff;
}

/*ページtop*/
#pageTop {
  position: fixed;
  bottom: 15%;
  right: 3%;
  display: block;
  text-align: right;
}
#pageTop a {
  display: block;
  z-index: 999;
  width: 100%;
  font-weight: bold;
  color: #fff;
}
#pageTop img {
border-radius: 5px;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.9;
  color: #fff;
  background-color: #6a6a6a;
  -webkit-transition: 0.5s ease;
  -webkit-transition-property: opacity, border, color, background;
  -moz-transition: 0.5s ease;
  -moz-transition-property: opacity, border, color, background;
  -o-transition: 0.5s ease;
  -o-transition-property: opacity, border, color, background;
  transition: 0.5s ease;
  transition-property: opacity, border, color, background;
}
/* clearfix */
header:after, footer:after, main:after, section:after, aside:after, div:after, ul:after, ol:after, dl:after, .clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  font-size: 0;
  visibility: hidden;
}

@media screen and (min-width: 641px){
    .sp {
        display: none!important;
    }
}
@media screen and (max-width: 640px){
    .pc {
        display: none!important;
	
    }
 section #links .pagetop {
    text-align: center!important;
	width: 15%;
    margin: 0 auto;
}
	
/**/
footer .footerbody {
  width: 100%;
  background: #000;
  text-align: center;
  padding: 7% 3%;
}
footer .footerbody .menu li {
  display: inline-block;
  color: #fff;
  padding: 0 2%;
  border-right: solid 1px #fff;
  font-size: 3vw;
  margin-bottom: 2%;
  line-height: 2em;
}
footer .footerbody .menu li:last-child {
  border-right: none;
}
footer .footerbody .menu li a {
  color: #fff;
  text-decoration: none;
}
footer .footerbody .menu li a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
footer .footerbody p {
  color: #fff;
    font-size: 400%;
    line-height: 1.4em;

}
    
section #links {
    width: 100%;
    margin: 10% auto;
    text-align: center;
}
section #links ul {
}
section #links ul li {
    display: inline-block;
    margin: 2% 10px;
}
section #links ul li img {
    max-width: 100%;
}
section #links p {
    display: block;
    margin: 5% auto 0;
    padding: 0 5%;
    text-align: left!important;
    font-size: 58.6%;
}
section #links .pagetop {
    text-align: center!important;
}
section #links li img {
    width: 90%;
}
section #links ul {
    display: block;
}
section #links ul li {
    margin: 5% 0.5% 0;
}

}



/*　ハンバーガーボタン　*/
.hamburger {
  display : block;
  position: fixed;
  z-index : 3;
  right : 13px;
  top   : 12px;
  width : 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
    background: #fff;
    border-radius: 3px;
}
.hamburger span {
  display : block;
  position: absolute;
  width   : 30px;
  height  : 2px ;
  left    : 6px;
  background : #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition   : 0.3s ease-in-out;
  transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
  top: 10px;
}
.hamburger span:nth-child(2) {
  top: 20px;
}
.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top : 20px;
  left: 6px;
  -webkit-transform: rotate(-45deg);
  -moz-transform   : rotate(-45deg);
  transform        : rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  -moz-transform   : rotate(45deg);
  transform        : rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left : 0;
  color: #000;
  text-align: center;
  transform: translateY(-79%);
  transition: all 0.6s;
  width: 100%;
}

nav.globalMenuSp ul {
  background-color: rgba(0, 0, 0, 0.75);
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
    margin: 0 auto;
  padding: 0;
  width: 90%;
  border-bottom: 1px solid #fff;
}
nav.globalMenuSp ul li:nth-child(4) {
  padding-bottom: 0;
  border-bottom: none;
}
nav.globalMenuSp ul li:first-child {
  padding-bottom: 0;
  border-bottom: none;
    height: 70px;
    display: block;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
    height: 50px;
    display: block;
}
nav.globalMenuSp ul li:hover{

}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}
nav.globalMenuSp ul li .drop {
    height: 70px;
}
/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateY(0%);
}

/*----------ドロワーend----------*/


headerlogo img {
    width: 80%;
    display: block;
    margin: 2% auto;
}

.mop-logo {
  padding-right: 35%;
}

.mf-logo {
  padding-left: 35%;
}

.logo-area {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 1% 2%;
}

