@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');
html {
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  height: 100%;
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, sans-serif;
  color: #333;
  font-size: 1.4rem;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  list-style: none;
  display: inline;
  margin-right: 0px;
}
ul li {
  list-style: none;
  margin-right: 0px;
}
label {
  width: auto;
  max-width: auto;
}
p {
  line-height: 1.8;
}
.Montserrat{font-family: 'Montserrat', sans-serif;}
/* リンクなど ----------------------------------------------------*/

a {
  color: #e2007f;
  text-decoration: underline;
}
a:link {
  color: #e2007f;
  text-decoration: underline;
}
a:visited {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a:active {
  color: rgba(71, 71, 71, 1.00);
}
* html .clearfix { height: 1px; /*¥*/ /*/ height: auto; overflow: hidden; /**/}

.mb60 {margin-bottom: 60px;}
/*	header#globalHeader　----------------------------------------------------*/
header#globalHeader {
	background-color: #e2007f;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 500px;
}
.mv .bg {
	width: 100%;
	height: 500px;
	text-align: center;
	position: relative;
	background-image: url(../images/hero.gif);
	background-size: auto 500px;
	background-repeat: repeat-x;
	background-position: center top;
}
.mv .bg img {
  width: 100px;
}
.mv ul.copy {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 10;
	width: 100%;
}
.mv .copy li {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	position: absolute;
	color: #FFFFFF;
	font-size: 4rem;
	padding: 15px 30px;
	margin: 0;
	text-align: center;
	line-height: 1;
	list-style: none;
	z-index: 9999;
	white-space: nowrap;
}
.on {
  display: block !important;
}
.mv .copy .c0 {
  background-color: #e2007f;
  letter-spacing: 0.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv .copy .c1 {
  background-color: #e2007f;
  top: 10%;
  left: 10%;
  letter-spacing: 0.1rem;
}
.mv .copy .c2 {
  background-color: #fbce00;
  top: 13%;
  right: 18%;
}
.mv .copy .c3 {
  background-color: #7dcbf2;
  bottom: 17%;
  left: 35%;
}
.mv .copy .c4 {
  letter-spacing: 0.1rem;
  background-color: #a9cb03;
  bottom: 19%;
  right: 23%;
}
.mv .copy .c5 {
  background-color: #e2007f;
  bottom: 10%;
  right: 4%;
}
.mv .copy .c6 {
  background-color: #fbce00;
  bottom: 56%;
  left: 30%;
}
.mv .copy .c7 {
  letter-spacing: 0.1rem;
  background-color: #7dcbf2;
  top: 30%;
  right: 2%;
}
.mv .copy .c8 {
  background-color: #a9cb03;
  top: 50%;
  left: 10%;
}
.mv .copy .c9 {
  background-color: #e2007f;
  top: 50%;
  right: 9%;
}
.mv .copy .c10 {
  background-color: #e2007f;
  top: 80%;
  left: 6%;
}
/*トグルボタン----------------------------------*/
.toggle {
  float: right;
  margin-top: 20px;
  margin-right: 5px;
  margin-bottom: 0;
  background-color: transparent;
  border-style: none;
  padding: 0;
}
.toggle:focus {
  outline: none;
}
.pc {
  display: none;
}
@media (min-width: 991px) {
  .toggle {
    display: none;
  }
  .smp {
    display: none;
  }
  .pc {
    display: inline-block;
  }
}
@media (max-width: 991px) {
  .navbar-collapse {
    margin-top: 0px;
    background-color: rgba(0, 0, 0, 0.70);
		padding-bottom: 10px;
  }
}
.navbar-toggle-anime, .navbar-toggle-anime span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.navbar-toggle-anime {
  position: relative;
  width: 26px;
  height: 26px;
}
.navbar-toggle-anime span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #111111;
  border-radius: 4px;
}
.navbar-toggle-anime span:nth-of-type(1) {
  top: 0;
}
.navbar-toggle-anime span:nth-of-type(2) {
  top: 10px;
}
.navbar-toggle-anime span:nth-of-type(3) {
  bottom: 5px;
}
.navbar-toggle-anime.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
.navbar-toggle-anime.active span:nth-of-type(2) {
  opacity: 0;
}
.navbar-toggle-anime.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(315deg);
  transform: translateY(-9px) rotate(315deg);
}
/*	footer#globalFooter　----------------------------------------------------*/
footer#globalFooter {
  clear: both;
  background-image: url(../images/footer.png);
  background-repeat: repeat-x;
  background-position: center bottom;
  background-size: 513px auto;
}
footer#globalFooter .flogo {
	text-align: center;
}

/* copyright　----------------------------------------------------*/
footer#globalFooter p.copyright {
  font-size: 1.2rem;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 10px;
}

/*#　contents ----------------------------------------------------*/
#contents {
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-start {
	justify-content: flex-start;
}
.flex-center {
	justify-content:center;
}
.flex-end {
	justify-content:flex-end;
}
.flex-around {
	justify-content:space-around;
}
.center_center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width:576px) {
	.flex {
		display: block;
	}
}
/*  ------------------------------------------------------------------------------*/
/* BUTTON */

.button {
  display: inline-block;
  max-width: 180px;
  text-align: left;
  border: 2px solid #333333;
  font-size: 16px;
  color: #333333;
  text-decoration: none!important;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 4px;
  transition: .4s;
}

.button:hover {
  background-color: #333333;
  border-color: #333333;
  color: #FFF;
}
/* home ------------------------------------------------------------------------------*/
#baseMenu {
    box-sizing: border-box;
    position: fixed;
    right: 25px;
    top: 5px;
    z-index: 2002;
}
#baseMenu > ul > li {
    float: left;
    list-style: none;
}
#baseMenu > ul > li.base {
    margin: 0 10px 0 0;
}
#baseMenu > ul > li a {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 0 1px rgba(150, 150, 150, 0.4);
    cursor: pointer;
    display: block;
    -webkit-font-smoothing: antialiased;
    margin: 1px 0 0;
    padding: 5px 15px;
    text-decoration: none;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
}
#baseMenu > ul > li a:hover {
    box-shadow: 0 0 0 1px rgba(150, 150, 150, 0.2);
    padding: 6px 15px 4px;
}
.banner {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.banner a:hover {
  opacity: .6;
}
.banner a {}
.mainCopy {
  padding-top: 60px;
  padding-bottom: 60px;
}
.mainCopy .logo {
  position: relative;
  padding-bottom: 100px;
  text-align: center;
}
.mainCopy .logo .openday {
  font: 2.8rem 'Montserrat', sans-serif;
  color: #e2007f;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: 120px;
}
.mainCopy .logo .openday img {
  margin-right: 5px;  
}
.mainCopy article {
}
.mainCopy h1 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.mainCopy h1:after {
  content: "";
  background-color: #e2007f;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
}
.mainCopy p {
  text-align: center;
  margin-bottom: 1.5rem;
}
.pink{
	color: #e2007f;
}
.news {
  padding-bottom: 60px;
}
.news h2 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.news h2:after {
  content: "";
  background-color: #a9cb03;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
}
.news .newsBlock {
  border:1px solid #ccc;
  padding: 20px 20px 10px;
}
.newsBlock h3.center {
  text-align: center;
  padding-bottom: 10px;
}
.newsBlock .box {
  margin-top: 15px;
  border-radius: 8px;
  background-color: #efefef;
  padding: 15px 25px;
}
.newsBlock ul {
  padding: 0 0 0 10px;
}
.newsList li {
	line-height: 2.5;
}
.products h2 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.products h2:after {
  content: "";
  background-color: #e2007f;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
}
.products figure {
  margin-bottom: 20px;
}
.products p {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}
.products .pName {
  margin-bottom: 10px;
  font-weight: 700;
}
.products .price {
  color: #989898;
  font-weight: 700;
}
.designer {
  padding-top: 30px;
  padding-bottom: 100px;
}

.designer .profile {
  font-size: 1.3rem;
  line-height: 1.6;
  text-align: left;
}
.designer a {
  display: inline-block;
  margin-top: 10px;
  color: #848484;
  text-decoration: none;
  font-weight: 700;
}
.designer a:hover {
  text-decoration: underline;
  color: #B4B4B4;
}
.team {
  padding-bottom: 100px;
}
.team h3 {
  text-align: center;
  font-size: 2.4rem;
  position: relative;
  display: block;
  margin-bottom: 30px;
  padding-bottom: 20px;
}
.team h3:after {
  content: "";
  background-color: #7dcbf2;
  width: 100px;
  height: 3px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -50px;
}
.team figure {
  text-align: center;
  margin-bottom: 5px;
}
.team p {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  line-height: 1.4;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}
.team .name {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 0px;
}
.sns {
  padding: 40px 0 40px;
}
.sns ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0
}
.sns ul li {
  margin: 10px 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/*　Media Queries　-------------------------------------------------------*/
@media (max-width:1680px) {
    .mv .copy li {
    font-size: 3.3rem;
  }
}
@media (max-width:1360px) {
    .mv .copy li {
    font-size: 3rem;
  }
}
@media (max-width:1280px) {
    .mv .copy li {
    font-size: 2.5rem;
  }
}
@media (max-width:1120px) {}
@media (max-width:1024px) {}
@media (max-width:768px) {}
@media (max-width:576px) {
  header#globalHeader {
	padding-top: 5px;    
  }
  #globalHeader h1 img {
    width: 80px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
  .mv .copy li {
    font-size: 2rem;
    padding: 10px 15px;
  }
  .mainCopy .logo .openday {
    position: static;
    top: auto;
    left: auto;
    margin-left: 0px;
    padding-top: 20px;
  }
  .mainCopy .logo .openday img {
    display: none;
  }
  .products figure {
    margin-bottom: 10px;
    padding-left: 20%;
    padding-right: 20%;
  }
  .products .pName {
    margin-bottom: 10px;
  }
  .products .price {
    padding-bottom: 30px;
  }
  .designer figure {
    padding-bottom: 30px;
    padding-left: 20%;
    padding-right: 20%;
  }
  .banner {
	padding-top: 15px;    
  }
  .banner img {
	width: 100%;
	height: auto;
}
}
@media (max-width:375px) {
  .mv {
    height: 470px;
  }
  .mv .bg {
    height: 470px;
    background-size: auto 470px;
  }
}
@media (max-width:320px) {
  .mv {
    height: 380px;
  }
  .mv .bg {
    height: 390px;
    background-size: auto 390px;
  }
}