/* CSS Document */
@charset "UTF-8";
* {
  box-sizing: border-box;
}
body {
  font-family: "Verdana", "Helvetica", "Arial", "sans-serif";
  font-weight: 500;
  background-color: #fff;
  color: #000;
  overflow-wrap: normal;
}
a:hover {
  opacity: 0.7;
}
a {
  color: #000;
}
a:visited {
  color: #000;
}
p {
  overflow-wrap: normal;
}
.sp {
  display: block;
}
.pc {
  display: none;
}
section {
  margin: 0;
  padding: 0;
}
img {
  vertical-align: top;
  width: 100%;
}
sub {
font-size: 12px;
}
.anchor {
  height: 2rem;
}
.container {
  width: 95%;
  margin: 0 auto;
}
.cont-inner {
  padding: 40px;
}
/* main-visual */
.mv {
  background: #fff;
  position: relative;
  max-width: 1200px;
  margin: 5rem auto 0 auto;
}
.mv-img img {
  width: 100%;
}
.mv-margin {
  background-image: url(../img/mv-margin.webp);
  display: block;
  width: 100%;
  height: 40px;
  background-position: 50% 0;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 768px) {
  .mv {
    margin: 3rem 0 0 0;
  }
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  section {
    margin: 0;
  }
  .anchor {
    margin-top: 0;
    height: 50px;
  }
  .container {
    max-width: 960px;
    width: 90%;
    margin: 0 auto;
  }
  .cont-inner {
    padding: 40px;
  }
  /* main-visual */
  .mv-margin {
    height: 120px;
  }
  .mv-img img.pc {
    display: block;
    object-fit: cover;
    max-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1160px;
  }
  .cont-inner {
    padding: 0 0 20px 0;
    margin-top: 30px;
  }
}

/* common */
.container a {
  text-decoration: none;
  padding-bottom: 1px;
}
.container a:hover {
  opacity: 0.8;
}
.container a:has(img) {
  text-decoration: none;
  border-bottom: none;
}
.mb-0 {
  margin-bottom: 0 !important;
}
p {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 1.5em;
  overflow-wrap: normal;
  text-align: left;
}
p.text {
  text-align: left;
  overflow-wrap: normal;
}
.cap {
  font-size: 14px;
  color: #333;
}
.container img {
  max-width: 100%;
}
/* flex */
.flex-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
}
.flex-box .flex-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.flex-box .flex-content h4 {
  margin-top: 10px;
}
.flex-box .flex-content figure img {
  width: 100%;
  max-width: 300px;
}
.flex-content.align-left {
  text-align: left !important;
}
.flex-content .align-left {
  text-align: left !important;
  width: 100%;
}
@media (max-width: 768px) {
  h3 {
    font-size: 16px;
    text-align: left;
    line-height: 130%;
  }
}
/* common */
/* header */
header {
  width: 100%;
  height: 50px;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #fff;
  background-size: cover;
  box-shadow: 0 0 3px rgb(0, 0, 0, 0.2);
}
header .header__inner {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding-bottom: 0;
}
header h1.header-logo {
  max-width: 90px;
  display: inline-block;
  height: 100%;
  background: #fff;
  padding: 9px 4px;
}
/* hover animation */
header ul li a {
  display: flex;
  color: #e92d51;
  font-weight: 600;
  align-items: center;
  text-decoration: none;
}
header .phone_red::after {
  content: "";
  width: 30px;
  height: 30px;
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  background: url(../img/phone_red.webp);
  background-repeat: no-repeat;
  background-size: cover;
}
/* header */
@media (min-width: 768px) {
  header {
    height: 70px;
    padding: 0;
    box-shadow: 0 0 3px rgb(0, 0, 0, 0.2);
  }
  header h1.header-logo {
    max-width: 120px;
    height: 100%;
    background: #fff;
    padding: 8px;
    display: flex;
    align-items: center;
  }
  header h1.header-logo img {
    width: 100%;
  }
}
@media (min-width: 980px) {
  /* header */
  header {
    background: #fff;
  }
  /* header */
  /* nav */
  header .nav {
    display: inline-block;
    margin-left: auto;
    width: 100%;
  }
  header .nav ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  header .nav ul a {
    color: #e60039;
    font-weight: 600;
    font-size: 17px;
    line-height: 140%;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  header .nav ul li {
    margin: 0 1.5rem;
    padding: 10px 5px;
    justify-content: center;
    align-items: center;
  }
  header .nav ul li.w-large {
    width: 17%;
  }
  header .nav ul li:first-child {
    border-left: none;
  }
  /* nav */
}
/* catalog */
#catalog {
  background-color: #f9d5d1;
  background-image: url("../img/bg.webp");

}
#catalog .catalog_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  margin: 0 auto;
  justify-content: flex-start;
}
#catalog .catalog_group{
  width: calc(100% / 3);
  min-width: 290px;
}

#catalog .catalog_box {
  margin: 10px;
  border-radius: 10px;
  background: #fff;
  padding: 1rem;
  background-image: url(../img/catalogbox_bg.webp);
  background-position: 97% 98%;
  background-repeat: no-repeat;
}
#catalog .catalog_box p {
  line-height: 1.4;
  margin-bottom: 0;
  text-align: center;
  font-size: 15px;
}
#catalog .catalog_box span {
  font-weight: 600;
}
#catalog .catalog_box .catalog_img {
  text-align: center;
  max-width: 200px;
  margin: 0 auto;
  border: solid 1px #ddd;
  margin-bottom: 10px;
}
#catalog .catalog_box .catalog_box_gap {
  height: 30px;
}

#catalog .mark_box {
  width: 98%;
  border-radius: 10px;
  background: #fff;
  padding: 1.5rem;
  text-align: center;
  margin: 3rem auto;
  
}
#catalog .mark_box img {
  width: 80%;
  max-width: 500px;
  margin: 1rem 1rem 0.5rem 1rem;
}
#catalog .mark_box p {
  text-align: center;
  margin: 0;
  font-size: 14px;
}
@media (max-width: 1199px) {
  #catalog .catalog_group {
    width: 50%;
  }
}

@media (max-width: 768px) {
#catalog .catalog_flex {
  justify-content: center;
}


#catalog .catalog_group{
  width: 100%;
  max-width: 430px; 
  margin: 1rem 0;
}
  #catalog .catalog_box {
    background-position: 98% 97%; 
  }
}
/* catalog */
/* contact */
#contact .contact_box {
  max-width: 550px;
  margin: 0 auto;
}
#contact a {
  color: #000;
}
#contact h2 {
  text-align: center;
  margin: 0 0 2rem 0;
  font-weight: 600;
  line-height: 140%;
}
#contact .phone {
  font-size: 30px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 1.5rem 0;
}
#contact .phone::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  background: url("../img/phone.webp");
  background-repeat: no-repeat;
  background-size: cover;
}
#contact span {
  font-size: 20px;
}
#contact .cap {
  font-size: 14px;
  color: #666;
}
@media (max-width: 768px) {
  #contact h2 {
    font-size: 23px;
  }
  #contact .phone {
    font-size: 22px;
    flex-wrap: wrap;
  }
  #contact .phone::before {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
}
/* contact */
/* footer */
footer {
  width: 100%;
  display: flex;
  padding: 15px;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  flex-wrap: wrap;
  color: #fff;
  background: #e60039;
}
footer img {
  width: 80%;
  max-width: 120px;
}
footer p {
  text-align: center;
  margin: 0.5rem 0 0 0;
  font-size: 14px;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:visited {
  color: #fff;
}
.footer__copyMark {
  font-size: 14px;
  vertical-align: middle;
}
footer .blank {
    padding-right: 17px;
    background-image: url(../img/icon_window.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: right;
}
@media (max-width: 768px) {
  footer img {
    max-width: 100px;
  }
  footer p {
    font-size: 13px;
    line-height: 130%;
  }
}
/* scroll top */
#page-top a {
  bottom: 0;
  color: #fff;
  position: fixed;
  right: 0;
  padding: 5px;
  width: 70px;
}
@media (max-width: 768px) {
  #page-top a {
    width: 40px;
    padding: 5px;
  }
}
/* footer */
/* PC */
@media (min-width:768px) {
  /* header */
  header {
    z-index: 9999;
  }
  /* 共通 */
  p {
    font-size: 16px;
  }
  h2 {
    font-size: 31px;
  }
  h3 {
    font-size: 19px;
  }
  h4 {
    font-size: 17px;
  }
  img.youtube {
    width: 80px;
  }
  /* flex */
  .flex-box {
    display: flex;
    flex-direction: row;
  }
  .flex-box .flex-content {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .flex-box.flex2col .flex-content {
    width: 50%;
    justify-content: flex-start;
  }
  /* common */
  /*footer*/
  .footer__scrollTop {
    width: 70px;
  }
  /*footer*/
}

/*アニメーション*/
/*スライドイン*/
.slidein {
  opacity: 0;
}
.slidein {
  opacity: 0;
}
.slidein.is-animated {
  animation: slideIn 2s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.5s;
}

@keyframes slideIn {
  0% {
    transform: translateY(-180px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

/*ズームイン*/
.zoomin {
  opacity: 0;
}
.zoomin.is-animated {
  animation: zoomIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  animation-delay: 0.3s;  
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
