@charset "utf-8";

/* common
--------------------------------------------------------- */
@font-face {
  font-family: 'MPLUS-1c';
  /* font-family: 'mplus-1c-bold'; */
  /* src: url("../fonts/mplus-1c-bold.ttf"); */
  src: url("../fonts/mplus-1c-bold.eot");
  src: url("../fonts/mplus-1c-bold.woff") format("woff"), url("../fonts/mplus-1c-bold.ttf") format("truetype");
  /* src: url("../fonts/mplus-1c-black.eot");
  src: url("../fonts/mplus-1c-black.woff") format("woff"), url("../fonts/mplus-1c-black.ttf") format("truetype");
  src: url("../fonts/mplus-1c-heavy.eot");
  src: url("../fonts/mplus-1c-heavy.woff") format("woff"), url("../fonts/mplus-1c-heavy.ttf") format("truetype");
  src: url("../fonts/mplus-1c-light.eot");
  src: url("../fonts/mplus-1c-light.woff") format("woff"), url("../fonts/mplus-1c-light.ttf") format("truetype");
  src: url("../fonts/mplus-1c-medium.eot");
  src: url("../fonts/mplus-1c-medium.woff") format("woff"), url("../fonts/mplus-1c-medium.ttf") format("truetype");
  src: url("../fonts/mplus-1c-regular.eot");
  src: url("../fonts/mplus-1c-regular.woff") format("woff"), url("../fonts/mplus-1c-regular.ttf") format("truetype");
  src: url("../fonts/mplus-1c-thin.eot");
  src: url("../fonts/mplus-1c-thin.woff") format("woff"), url("../fonts/mplus-1c-thin.ttf") format("truetype"); */
}

body {
  font-family: 'MPLUS-1c';
  /* font-family: 'mplus-1c-bold'; */
  color: #000;
  -webkit-text-size-adjust: 100%;
  /* -webkit-text-size-adjust: 100%;
  line-height: normal;
  letter-spacing: normal; */
}

p {
  font-size: 14px;
  color: #000;
}

a {
  text-decoration: none;
  transition: 0.2s;
  display: inline-block;
  color: #1a1a1a;
}

a:hover {
  text-decoration: none;
  opacity: 0.7;
  cursor: pointer;
}

h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 27px;
}

h3 {
  font-size: 16px;
  font-weight: bold;
}

img {
  height: auto;
}

.secBox {
  width: 1366px;
  margin: 0 auto;
}
.secInner {
  margin: 0 113px;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
/* header
--------------------------------------------------------- */
header {
  padding-top: 20px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  z-index: 11;
  background: #fff;
  width: 100%;
  border-bottom: 2px solid #c5c5c5;
}
header a {
  display: block;
}
.snsLink {
  /* width: 240px; */
  width: 90px;
}
nav {
  width: 95%;
  margin: 35px auto 0;
}
nav a {
  text-align: center;
  color: #1a1a1a;
}
nav a .hash {
  font-size: 13px;
}
nav a .navTitle {
  font-size: 16px;
}

/* sidePop
--------------------------------------------------------- */
.sidePop {
  width: 240px;
  height: 251px;
  position: fixed;
  right: -300px;
  top: 250px;
  z-index: 10;
  background: #f51a89;
  border-radius: 10px 0 0 10px;
  text-align: center;
  opacity: 0.9;
}
.sidePop a {
  width: 100%;
}
.sidePop a:hover {
  opacity: 1;
}
.sidePop .sidePopTitle p {
  color: #fff;
  margin-top: 10px;
  font-size: 20px;
  text-align: center;
}
.sidePop .sidePopTitle span {
  color: #fff;
  font-size: 22px;
  text-align: center;
}
.sidePop ul {
  width: 200px;
  margin: 0 auto;
}
.sidePop ul li {
  width: 200px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  background: #fff;
  margin-top: 5px;
  text-align: left;
}
.sidePop ul li img {
  float: left;
  margin: 10px 7px
}
.sidePop .sidePopTap {
  width: 200px;
  margin: 0 auto;
}
.sidePop .sidePopTap img {
  width: 100%;
}
.sidePop .closeBtn {
  position: absolute;
  right: 10px;
  top: 10px;
}
.sidePop .closeBtn:hover {
  cursor: pointer;
}

/* footer
--------------------------------------------------------- */
footer {
  padding-bottom: 35px;
}
footer .secBox {
  position: relative;
}
footer .footerBox {
  border-bottom: 2px solid #c5c5c5;
  padding-bottom: 30px;
}
footer .footerBox .footerImg {
  padding-right: 66px;
  border-right: 2px solid #c5c5c5;;
}
footer .footerContents {
  width: 883px;
}
footer .footerContents h3 {
  width: 280px;
  text-align: center;
  font-size: 18px;
}
footer .footerContents .footerList1 {
  width: 385px;
  font-size: 15px;
}
footer .footerContents .footerList2 {
  width: 218px;
  font-size: 15px;
}
footer .footerContents ul li {
  margin-bottom: 7px;
}
footer .footerContents ul li:last-child {
  margin-bottom: 0;
}
footer .footerContents .snsLink {
  margin-left: auto;
  align-self: flex-end;
}

footer p {
  font-size: 12px;
  color: #c5c5c5;
  text-align: center;
  margin-top: 20px;
}
footer #page_top {
  position: absolute;
  right: 40px;
  bottom: 0;
}

/* media screen
--------------------------------------------------------- */
@media screen and (max-width:1024px) {
  .tab-n {
    display: none;
  }
  .tab-b {
    display: block;
  }
  .secBox {
    width: 100%;
  }
  .secInner {
    width: 95%;
    margin: 0 auto;
  }

  header {
    width: 100%;
    padding: 15px 0;
  }

  footer .footerBox .footerImg {
    padding-right: 2%;
    width: 20%;
  }
  footer .footerBox .footerContents {
    width: 80%;
  }
  footer .footerBox .footerContents h3 {
    width: 30%;
  }
  footer .footerBox .footerContents .footerList1 {
    width: 40%;
  }
  footer .footerBox .footerContents .footerList2 {
    width: 30%;
  }
}

@media screen and (max-width:768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .secInner {
    width: 83%;
    margin: 0 auto;
  }

  header .secInner {
    width: 95%;
    margin: 0 auto;
  }
  header h1 {
    width: 48%;
  }
  header h1 img {
    width: 100%;
  }
  header .snsLink {
    display: none;
  }
  header .secBox .secInner nav {
    display: none;
  }

  footer .secInner {
    width: 95%;
    margin: 0 auto;
  }
  footer .flex {
    display: block;
  }
  footer .footerBox {
    border-bottom: none;
  }
  footer .footerBox .footerImg {
    border-right: none;
    padding: 0;
    margin-bottom: 7%;
    width: 60%;
  }
  footer .footerBox .footerImg img {
    width: 100%;
  }
  footer .footerBox .footerContents {
    width: 100%;
  }
  footer .footerBox .footerContents h3 {
    width: auto;
    text-align: left;
    font-size: 260%;
    margin-bottom: 3%;
  }
  footer .footerBox .footerContents .footerList1 {
    width: 100%;
    font-size: 200%;
    margin-bottom: 2%;
    
  }
  footer .footerContents .footerList1 li {
    margin-bottom: 2%;
  }
  footer .footerBox .footerContents .footerList2 {
    width: 100%;
    font-size: 200%;
  }
  footer .footerContents .footerList2 li {
    margin-bottom: 2%;
  }
  footer .footerContents .snsLink {
    margin: 5% auto;
    width: 80%;
    display: flex;
  }
  footer .footerContents .snsLink a {
    width: 60px;
  }
  footer .footerContents .snsLink a:last-child {
    width: 180px;
  }
  footer .footerContents .snsLink a img {
    /* width: 100%; */
  }
  footer p {
    font-size: 150%;
    margin-top: 0;
  }

  #page_top {
    display: none;
  }

  .sidePop_sp {
    background: #f51a89;
    width: 100%;
    height: auto;
    position: fixed;
    right: -800px;
    bottom: 0;
    z-index: 10;
    padding: 1% 0;
    opacity: 0.9;
  }
  .sidePop_sp a {
    width: 100%;
  }
  .sidePop_sp .sidePopTitle p {
    color: #fff;
    text-align: center;
    font-size: 250%;
    margin-top: 0;
  }
  .sidePop_sp ul {
    margin: 1% auto;
    width: 95%;
    display: flex;
    justify-content: space-between;
  }
  .sidePop_sp ul li {
    background: #fff;
    width: 32.5%;
    height: auto;
    border-radius: 0.2em;
    text-align: center;
    margin: 0;
    line-height: normal;
    padding: 3% 0 1%;
    font-size: 150%;
  }
  .sidePop_sp ul li img {
    float: none;
    width: 15%;
    margin: 0 auto;
    margin-bottom: 3%;
  }
  .sidePop_sp .sidePopTap img{
    margin: 0 auto;
  }
  .sidePop_sp .closeBtn {
    position: absolute;
    right: 1%;
    top: 3%;
  }

  .btn-trigger {
    position: fixed;
    top: 2%;
    right: 2%;
    width: 50px;
    height: 44px;
    cursor: pointer;
    margin-top: 1%;
    z-index: 13;
  }
  .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #595757;
    border-radius: 4px;
  }
  .btn-trigger, .btn-trigger span {
    display: inline-block;
    transition: all .5s;
    box-sizing: border-box;
  }
  .btn-trigger span:nth-of-type(1) {
    top: 0;
  }
  .btn-trigger span:nth-of-type(2) {
    top: 20px;
  }
  .btn-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #btn03.active {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  #btn03.active span {
    background: #fff;
  }
  #btn03.active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) rotate(-45deg);
    transform: translateY(20px) rotate(-45deg);
  }
  #btn03.active span:nth-of-type(2) {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
  }
  #btn03.active span:nth-of-type(3) {
    opacity: 0;
  }  

  .hamMenu {
    background: #fff;
    position: fixed;
    top: 0;
    left: -800px;
    z-index: 12;
    width: 90%;
    height: auto;
    padding: 15% 8% 5%;
    transition: .5s;
    opacity: 0;
  }
  .openMenu{
    left: 0;
    opacity: 1;
  }
  .mask {
    display: none;
    transition: all .5s;
  }
  .openMask {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .8;
    z-index: 11;
  }
  .hamMenu ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hamMenu ul li {
    width: 45%;
    margin-bottom: 10%;
  }
  .hamMenu ul li:nth-child(5),
  .hamMenu ul li:nth-child(6) {
    margin-bottom: 0;
  }
  .hamMenu ul li span {
    font-size: 130%;
  }
  .hamMenu ul li p {
    font-size: 150%;
  }
  .hamMenu .snsLink {
    width: 70%;
    margin-top: 20%;
  }
  .hamMenu .snsLink a {
    width: 12%;
    height: auto;
  }
  .hamMenu .snsLink a:last-child {
    width: 35%;
  }
  .hamMenu .snsLink img {
    /* width: 100%; */
  }
}

@media screen and (max-width:500px) {
  .btn-trigger {
    margin-top: 0;
    top: 1.5%;
  }
  .hamMenu ul li span {
    font-size: 120%;
  }
  .hamMenu ul li p {
    font-size: 130%;
  }

  .sidePop_sp .sidePopTitle p {
    font-size: 200%;
  }
  .sidePop_sp ul li {
    font-size: 110%;
  }

  footer .footerBox .footerContents h3 {
    font-size: 200%;
  }
  footer .footerBox .footerContents .footerList1 {
    font-size: 160%;
  }
  footer .footerBox .footerContents .footerList2 {
    font-size: 160%;
  }
  footer .footerContents .snsLink {
    width: 90%;
  }
  footer .footerBox .snsLink a {
    width: 40px;
  }
  footer .footerBox .snsLink a:last-child {
    width: 130px;
  }
}

@media screen and (max-width:390px) {
  .btn-trigger {
    top: 1%;
  }

  footer .footerBox .footerContents .footerList1 {
    font-size: 140%;
  }
  footer .footerBox .footerContents .footerList2 {
    font-size: 140%;
  }

  .sidePop_sp .sidePopTitle p {
    font-size: 140%;
  }
  .sidePop_sp ul li {
    font-size: 90%;
  }
  .sidePop_sp .sidePopTap img {
    width: 60%;
  }

  .openMenu {
    padding: 15% 3% 8%;
  }
  .hamMenu ul li span {
    font-size: 100%;
  }
  .hamMenu ul li p {
    font-size: 110%;
  }

}