@charset "UTF-8";
/*  ---------------------------
			Layout
---------------------------  */
/* Scss Document */
/* Scss Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  color: #333;
  background: #fffcd7;
  font-size: 14px;
  line-height: 1;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 2px;
  word-break: break-all;
  text-align: center;
}
@media screen and (max-width: 960px) {
  html, body {
    letter-spacing: 1px;
  }
}

h2, h3, h4 {
  font-weight: 300;
}

img {
  border: 0;
  width: 100%;
}

p {
  margin: 0;
  padding: 0;
}

ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  align-items: center;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  opacity: 1;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 960px) {
  .sp {
    display: inline-block !important;
  }
}

.pc {
  display: inline-block !important;
}
@media screen and (max-width: 960px) {
  .pc {
    display: none !important;
  }
}

/*  ---------------------------
			Navi
---------------------------  */
#pc_navi {
  position: static;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #fffcd7;
}
@media screen and (max-width: 960px) {
  #pc_navi {
    display: none;
  }
}
#pc_navi ul {
  width: 1080px;
  margin: 0 auto;
  padding: 30px 0 40px 0;
}
#pc_navi ul li a img {
  width: auto;
  height: 63px;
}

#sp_navi {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 100;
}
@media screen and (max-width: 960px) {
  #sp_navi {
    display: block;
  }
}
#sp_navi ul.base {
  position: relative;
  line-height: 0;
  z-index: 1;
  background: #fffcd7;
}
#sp_navi ul.base li:first-child img {
  width: 245px;
  margin-left: 10px;
}
#sp_navi ul.base li:last-child {
  width: 60px;
  height: 60px;
}
#sp_navi ul.base li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/menu_def.png");
  background-size: cover;
}
#sp_navi #sp_menu {
  width: 100%;
  position: absolute;
  top: -300px;
  left: 0;
  background: #f7931e;
  transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -webkit-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -moz-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -o-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
  -ms-transition: 0.5s cubic-bezier(0.075, 0.820, 0.165, 1.000);
}
#sp_navi #sp_menu ul {
  display: block;
  font-weight: bold;
}
#sp_navi #sp_menu ul li {
  width: 100%;
}
#sp_navi #sp_menu ul li a {
  text-align: left;
  color: #fff;
  display: block;
  font-size: 18px;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
#sp_navi #sp_menu .close a {
  font-weight: bold;
  display: block;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  text-align: center;
  background: #f7931e;
}

body.pc_scrollin #cnt {
  margin-top: 140px;
}
@media screen and (max-width: 960px) {
  body.pc_scrollin #cnt {
    margin-top: 0;
  }
}
body.pc_scrollin #pc_navi {
  position: fixed;
}
@media screen and (max-width: 960px) {
  body.pc_scrollin #pc_navi {
    position: static;
  }
}
body.pc_scrollin #pc_navi ul {
  padding: 30px 0 30px 0;
}

#sp_navi.active ul.base li:last-child a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/menu_act.png");
  background-size: cover;
}
#sp_navi.active #sp_menu {
  top: 60px;
}

/*  ---------------------------
			FOOTER
---------------------------  */
#footer {
  width: 100%;
  background: #fff;
  padding: 5px 0;
}
#footer img {
  width: 300px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #footer img {
    width: 40%;
  }
}