@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
@import url('https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanmp-noto.min.css');
@import url('navi.css');
/* coomon */
h1 {
  max-width: 180px;
  background-color: #FFFFFF;
  padding: 1.5%;
  border-bottom-right-radius: 20px;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 15%;
  transition: 0.2s all;
}
.header-logo {
  height: 50px;
  width: 150px;
  transition: 0.2s all;
  position: absolute;
  top: -50px;
  left: 0px;
}
.header-logo.active {
  top: 0px;
}
h2 {
  font-size: 3rem;
  font-weight: normal;
  line-height: 4rem;
  margin-bottom: 60px;
  margin-top: 40px;
  text-align: center;
}
h2 span {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
}
h2 span:after {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background-image: url(../images/common/border.png);
  background-repeat: repeat-x;
  background-position: center center;
}
.page-title {
  margin-top: 80px;
}
p.page-title + h2 {
  margin-top: 0px;
}
h3 {
  font-size: 2.2rem;
  margin-bottom: 20px;
  line-height: 4.6rem;
  font-weight: normal;
  letter-spacing: 0.3rem;
}
.pc{
	display: block;
}
.sp{
	display: none;
}
/* header */
header {
  height: 50px;
  background-color: #FFFFFF;
  position: fixed;
  z-index: 9997;
  top: 0px;
  left: 0px;
  width: 100%;
  transition: .5s all
}
.sdw {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
/* footer */
.maker-link-area.inr{
	background-color: #FFDB26;
	padding: 40px 0;
	border-radius: 20px;
	margin: 100px auto 0;
}
.maker-link-area .maker-link-inner{
	background-color: #fff;
	width: 95%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 20px;
	border-radius: 15px;
}
.maker-link-area .maker-link-inner .maker-link-title p:first-child{
	font-size: 2.8rem;
	margin-bottom: 20px;
}

.maker-link-area .maker-link-area .maker-list{
	margin-top: 40px;
}
.maker-link-area .maker-list{
	margin-top: 50px;
	justify-content: left;
	column-gap: 5%;
	grid-row-gap: 40px;
}
.maker-link-area .maker {
  width: 45%;
}
.maker-link-area .maker .c-name{
  font-size: 1.4rem;
	margin-bottom: 3px;
}
.maker-link-area .maker p.bukken a {
  display: block;
  border-radius: 10px;
  padding: 10px;
  text-align: center;
  color: #000;
  font-size: 2rem;
  border: 1px solid #999;
}
.maker-link-area .maker p.logo {
  width: 45%;
  margin: 0 auto;
}
.maker-link-area .maker.sumirin p.logo {
    margin: 0;
}
.maker-link-area .maker p.bukken {
  width: 50%;
  margin: 0 auto;
}

footer {
  padding-top: 40px;
  margin-top: 60px;
  position: relative;
}
footer:before {
  content: "";
  height: 4px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url(../images/common/border.png);
  background-repeat: repeat-x;
  background-position: center center;
}
footer .inr {
  max-width: 900px;
}
footer .flex {
  justify-content: center;
}
footer .flex p {
	width: 20%;
	margin-top: 1%;
	max-width: 100px;
}
.copyrights {
  padding: 20px 0px;
  font-size: 1.2rem;
  background-color: #31ae3e;
  color: #FFFFFF;
  text-align: center;
  margin-top: 40px;
  line-height: 1.6rem;
}
sup{
	font-size: 70%;
	vertical-align: super;
}
/* ====================================================================common class*/
/* breadcrumb */
.breadcrumb-wrap {
  border-top: 1px solid #CCCCCC;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.60);
}
.breadcrumb {
  max-width: 1112px;
  margin: 0px auto;
  overflow: hidden;
  font-size: 12px;
  line-height: 14px;
  padding: 8px 0px;
  letter-spacing: normal;
  font-family: 'Zen Old Mincho', serif;
}
.breadcrumb li {
  display: inline-block;
  float: left;
  padding-right: 5px;
}
.breadcrumb a {
  text-decoration: none;
  color: #000000;
  transition: .2s all;
}
.breadcrumb li span {
  padding-left: 5px;
}
.inr {
  margin: 0px auto;
  max-width: 1200px;
  text-align: justify;
  width: 96%;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.cap-img {
  font-size: 1.2rem;
  text-align: right;
  display: block;
  line-height: 1.4rem;
  padding-top: 5px;
  letter-spacing: normal;
}
.cap {
  font-size: 12px;
  line-height: 14px;
  margin-top: 10px;
}
.txt-center {
  text-align: center;
}
.page-cap {
  font-size: 1.2rem;
  line-height: 1.6rem;
  padding: 60px 20px 0px;
  letter-spacing: normal;
  margin: 0px auto;
  max-width: 1200px;
  text-align: justify;
}
.pcn {
  display: none;
}
.spn {
  display: block;
}
.header-image {
  position: relative;
  padding-top: 50px;
}
.header-image .cap-img {
  position: absolute;
  right: 5px;
  bottom: 5px;
  color: #FFFFFF;
}
.bnr-floating {
  position: fixed;
  bottom: 60px;
  left: 5px;
  max-width: 200px;
  width: 49%;
}
.bnr-floating a {
  animation: 3s linear infinite rot;
  display: block;
}
@keyframes rot {
  0% {
    transform: rotate(0);
  }
  2% {
    transform: rotate(-5deg);
  }
  6% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(-5deg);
  }
  14% {
    transform: rotate(5deg);
  }
  16% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(0);
  }
}
#page-top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  text-align: center;
	z-index: 10;
}
#page-top a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  background-color: #fff;
  color: #2bae3d;
  display: block;
  border: 3px solid #2bae3d;
  line-height: 4.4rem;
}
.foot-btn {
  display: none;
}
.footer-bnr {
  margin-top: 40px;
}
/* ===============================================================================
media query
=============================================================================== */

@media screen and (max-width:768px) {
  h1 {
	padding: 10px;
	border-bottom-right-radius: 10px;
	width: 20%;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 3rem;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  h3 {
    font-size: 2rem;
    line-height: 3rem;
    letter-spacing: normal;
  }
	.pc{
	display: none;
}
.sp{
	display: block;
}

  .inr {}
  .page-title {
    margin-top: 40px;
  }
	    .maker-link-area.maker-list {
        justify-content: center;
        margin-top: 60px;
    }
	.maker-link-area.inr {
    padding: 20px 0;
}
	.maker-link-area .maker-link-inner {
    padding: 40px 20px;
}
	.maker-link-area .maker {
        width: 100%;
        margin-bottom: 0;
    }
	.maker-link-area .maker p.bukken a {
        padding: 10px;
    }
	.maker-link-area .maker-link-inner .maker-link-title p:first-child {
    font-size: 1.9rem;
    margin-bottom: 20px;
}
	.maker-link-area .maker-list {
    margin-top: 40px;
	}
	.maker-link-area .maker .c-name {
    text-align: center;
		margin-bottom: 5px;
}
	.maker-link-area .maker.sumirin p.logo {
    margin: 5px auto 15px;
}

	.maker-link-area .maker p.logo {
    width: 80%;
    margin: 5px auto 15px;
}
	    .maker-link-area .maker p.bukken {
			width: 90%;
        margin-bottom: 10px;
    }
	.footer-bnr {
    margin-top: 20px;
}
  footer {
    padding-top: 40px;
    margin-top: 40px;
  }
  footer .flex p {
    width: 40%;
  }
  footer .flex p a {
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
  }
  .copyrights {
    padding-bottom: 150px;
    margin-top: 30px;
  }
  .flex .div {
    width: 100%;
  }
  #page-top {
    bottom: 10px;
  }
  .foot-btn {
    position: fixed;
    left: 0.5%;
    bottom: -100px;
    width: 49%;
    max-width: 200px;
    display: block;
	  transition: 1s all
  }
	  .foot-btn.active {
	bottom: 0px;
  }
  .bnr-floating {
    bottom: 0px;
    right: 0.5%;
    left: auto;
  }
  .bnr-floating a {
    animation: none;
  }
  .pcn {
    display: block;
  }
  .spn {
    display: none;
  }
}
/* ===============================================================================
anim
=============================================================================== */
.anim {
  opacity: 0;
  transition: 2s;
}
.anim{
	opacity:0;
	transition: 1s;
	transform: translateY(20px);
}
.anim.show{
	opacity:1;
	transform: translateY(0px);
}