@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+JP:wght@300;400;500;600&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.tx-mont {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  font-family: "IBM Plex Sans JP", sans-serif;
  margin: 0;
  padding: 0;
  color: #333;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}

.basecolor {
  color: #db407f;
}

header {
  top: 0;
  background-color: transparent;
  position: relative;
  z-index: 10;
}
header .inner {
  margin: 0;
  position: relative;
  margin: 0px;
}
header .inner nav {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.9);
}
header .inner nav ul {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  flex-direction: column;
  align-items: flex-start;
  width: 250px;
  margin: auto;
  right: 0;
  left: 0;
  border-top: 1px #db407f solid;
}
header .inner nav ul li {
  border-bottom: 1px #db407f solid;
}
header .inner nav ul li a {
  width: 100%;
  display: block;
  font-size: 17px;
  color: #666;
  font-weight: 500;
  letter-spacing: 0.5px;
  padding: 12px 0 12px 20px;
  text-decoration: none;
}
header .btn-trigger {
  position: fixed;
  border-bottom: 0;
  top: 30px;
  right: 15px;
  width: 34px;
  height: 28px;
  transform: translateY(-50%);
  cursor: pointer;
}
header .btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFF;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}
header .btn-trigger span:nth-of-type(1) {
  top: 0;
}
header .btn-trigger span:nth-of-type(2) {
  top: 12px;
}
header .btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
header #btn.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
  background-color: #FFF !important;
}
header #btn.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-btn-bar02 0.8s forwards;
}
@keyframes active-btn-bar02 {
  100% {
    height: 0;
  }
}
header #btn.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
  background-color: #FFF !important;
}

.home .page-title {
  background: #db407f;
  text-align: center;
  color: #FFF;
}

.inside .page-title {
  background: #db407f;
  text-align: center;
}

@media (min-width: 769px) {
  .forSP {
    display: none !important;
  }
  header {
    width: 100%;
    margin: auto;
    height: 80px;
  }
  header .nav-bg {
    position: fixed;
    right: 0;
    top: 0;
    background: #db407f;
    width: 70px;
    height: 65px;
    display: block;
  }
  header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  header .logo img {
    width: 320px;
  }
  .page-title {
    margin-top: 0;
    padding: 15px 0;
  }
  .page-title h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .page-title .jp {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.701);
    margin-top: 5px;
  }
  .home .catch {
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
  }
  .home .cap {
    margin: 10px auto 40px auto;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #db407f;
  }
  .home .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #CCC;
  }
  .home .product-list li {
    width: 25%;
    text-align: center;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .home .product-list li a {
    display: block;
    text-decoration: none;
    padding: 0 0 10px 0;
  }
  .home .product-list li a img {
    width: 100%;
  }
  .home .product-list li a:hover {
    background: rgba(219, 64, 127, 0.151);
  }
  .home .product-list li:nth-of-type(4n) {
    border-right: 0px solid #CCC;
  }
  .home .product-list .color {
    font-size: 10px;
    font-weight: 600;
    color: #db407f;
  }
  .home .product-list .name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .home .product-list .sozai {
    font-size: 10px;
    font-weight: 600;
    color: #999;
  }
  .inside .page-title {
    margin-top: 0;
    padding: 15px 0;
  }
  .inside .page-title h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .inside .page-title .jp {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.701);
    margin-top: 5px;
  }
  .inside .main-photo {
    width: 100%;
  }
  .inside .main-photo img {
    width: 100%;
  }
  .inside h1.in-title {
    font-size: 32px;
    font-weight: 400;
    margin: 30px auto 30px auto;
  }
  .inside .num-click {
    text-align: left;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
  }
  .inside .num-click span {
    color: #db407f;
  }
  .inside .info {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .inside .info .pc2col {
    display: flex;
    justify-content: space-between;
  }
  .inside .info .layout01 {
    position: relative;
    width: 47%;
  }
  .inside .info .layout01 img {
    width: 100%;
  }
  .inside .info .layout01 img.maru {
    width: 50px;
  }
  .inside .info .layout01 .musubi-01 {
    position: absolute;
    top: 10%;
    left: 5%;
  }
  .inside .info .layout01 .musubi-02 {
    position: absolute;
    top: 45%;
    left: 80%;
  }
  .inside .info .layout02 {
    position: relative;
    width: 47%;
  }
  .inside .info .layout02 img {
    width: 100%;
  }
  .inside .info .layout02 img.maru {
    width: 50px;
  }
  .inside .info .layout02 .musubi-03 {
    position: absolute;
    top: 2%;
    left: 15%;
  }
  .inside .info .layout02 .title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .inside .dtitle {
    text-align: center;
    margin-bottom: 20px;
  }
  .inside .dtitle span {
    color: #db407f;
  }
  .inside .font-list {
    display: flex;
    border-bottom: 1px solid #db407f;
    margin-top: 10px;
  }
  .inside .font-list .alfa {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #db407f;
    padding-right: 15px;
  }
  .inside .font-list img {
    width: 85%;
    border-left: 1px solid #999;
    padding-left: 15px;
  }
  .inside .font-list:last-child {
    border-bottom: 0px solid #db407f;
  }
  .inside .intro {
    font-size: 16px;
    font-weight: 400;
    margin: 20px auto 5px auto;
  }
  .inside .intro-cap {
    font-size: 12px;
    color: #db407f;
    margin-bottom: 20px;
  }
  footer {
    background: #FFF;
    padding: 30px 0 0 0;
    text-align: center;
    border-top: 2px solid #db407f;
    margin-top: 50px;
  }
  footer .title {
    font-size: 22px;
    font-weight: 300;
  }
  footer .address {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  footer .tel {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
  }
  footer .icon img {
    width: 120px;
  }
  footer .url {
    margin-top: -7px;
  }
  footer .url a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }
  footer .copy {
    text-align: center;
    font-family: "Sawarabi Gothic", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    padding: 30px;
  }
}
@media (max-width: 768px) {
  .forPC {
    display: none !important;
  }
  header {
    width: 100%;
    margin: auto;
    height: 65px !important;
    background: #FFF;
  }
  header .nav-bg {
    position: fixed;
    right: 0;
    top: 0;
    background: #db407f;
    width: 60px;
    height: 55px;
    display: block;
  }
  header .btn-trigger {
    position: fixed;
    border-bottom: 0;
    top: 25px;
    right: 10px;
    width: 34px;
    height: 28px;
    transform: translateY(-50%);
    cursor: pointer;
  }
  header .btn-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #FFF;
    border-radius: 4px;
    display: inline-block;
    transition: all 0.5s;
    box-sizing: border-box;
  }
  header .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  header .logo img {
    width: 250px;
  }
  .home .page-title {
    margin-top: 0;
    padding: 15px 0;
  }
  .home .page-title h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .home .page-title .jp {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.701);
    margin-top: 5px;
  }
  .home .catch {
    margin-top: 40px;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
  }
  .home .cap {
    margin: 10px auto 40px auto;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    color: #db407f;
  }
  .home .product-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid #CCC;
  }
  .home .product-list li {
    width: 50%;
    text-align: center;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
  }
  .home .product-list li a {
    display: block;
    text-decoration: none;
  }
  .home .product-list li a img {
    width: 100%;
  }
  .home .product-list li:nth-of-type(2n) {
    border-right: 0px solid #CCC;
  }
  .home .product-list .color {
    font-size: 10px;
    font-weight: 600;
    color: #db407f;
  }
  .home .product-list .name {
    font-size: 14px;
    font-weight: 400;
    color: #333;
  }
  .home .product-list .sozai {
    font-size: 10px;
    font-weight: 600;
    color: #999;
    padding-bottom: 10px;
  }
  .inside .page-title {
    margin-top: 0;
    padding: 15px 0;
  }
  .inside .page-title h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #FFF;
  }
  .inside .page-title .jp {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.701);
    margin-top: 5px;
  }
  .inside .main-photo {
    width: 100%;
  }
  .inside .main-photo img {
    width: 100%;
  }
  .inside h1 {
    font-size: 22px;
    font-weight: 400;
    margin: 10px auto 10px auto;
  }
  .inside .num-click {
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    color: #333;
    margin-bottom: 20px;
  }
  .inside .num-click span {
    color: #db407f;
  }
  .inside .info {
    width: 90%;
    margin: auto;
    text-align: center;
  }
  .inside .info .layout01 {
    position: relative;
  }
  .inside .info .layout01 img {
    width: 100%;
  }
  .inside .info .layout01 img.maru {
    width: 50px;
  }
  .inside .info .layout01 .musubi-01 {
    position: absolute;
    top: 10%;
    left: 5%;
  }
  .inside .info .layout01 .musubi-02 {
    position: absolute;
    top: 45%;
    left: 80%;
  }
  .inside .info .layout02 {
    position: relative;
  }
  .inside .info .layout02 img {
    width: 100%;
  }
  .inside .info .layout02 img.maru {
    width: 50px;
  }
  .inside .info .layout02 .musubi-03 {
    position: absolute;
    top: 5%;
    left: 15%;
  }
  .inside .dtitle {
    text-align: center;
    margin-bottom: 20px;
  }
  .inside .dtitle span {
    color: #db407f;
  }
  .inside .font-list {
    display: flex;
    border-bottom: 1px solid #db407f;
    margin-top: 10px;
  }
  .inside .font-list .alfa {
    font-family: "Montserrat", sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #db407f;
    padding-right: 15px;
  }
  .inside .font-list img {
    width: 85%;
    border-left: 1px solid #999;
    padding-left: 15px;
  }
  .inside .font-list:last-child {
    border-bottom: 0px solid #db407f;
  }
  .inside .intro {
    font-size: 14px;
    font-weight: 400;
    margin: 20px auto 5px auto;
  }
  .inside .intro-cap {
    font-size: 12px;
    color: #db407f;
    margin-bottom: 20px;
  }
  footer {
    background: #FFF;
    padding: 30px 0 0 0;
    text-align: center;
  }
  footer .title {
    font-size: 22px;
    font-weight: 300;
  }
  footer .address {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 10px;
  }
  footer .tel {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 15px;
  }
  footer .icon img {
    width: 120px;
  }
  footer .url {
    margin-top: -7px;
  }
  footer .url a {
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    color: #333;
    font-size: 14px;
  }
  footer .copy {
    text-align: center;
    font-family: "Sawarabi Gothic", sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    color: #666;
    padding: 30px;
  }
}

/*# sourceMappingURL=page.css.map */
