/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
mm300-2
------------------------------------------------------------*/
.drawer-hamburger1 {
  display: none;
}
@media screen and (max-width: 767px) {
  .drawer-hamburger1 {
    display: block;
  }
}

/*
------------------------------------------------------------*/
.c-mainVisual2 {
  margin-bottom: 55px;
}
@media screen and (max-width: 767px) {
  .c-mainVisual2 {
    margin-bottom: 30px;
  }
}
.c-mainVisual2__txt {
  position: absolute;
  right: 4%;
  top: 50%;
  transform: translateY(-50%);
  width: 40%;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .c-mainVisual2__txt {
    width: 100%;
    bottom: 0;
    top: inherit;
    right: inherit;
    padding: 20px 20px;
    box-sizing: border-box;
    transform: none;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .c-mainVisual2__txt::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(209, 33, 118, 0.7);
    left: 0;
    z-index: -1;
    bottom: 0;
  }
}
.c-mainVisual2__sm {
  font-size: 3.5rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.1rem;
  line-height: 1.3;
}
@media screen and (max-width: 1280px) {
  .c-mainVisual2__sm {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mainVisual2__sm {
    font-size: 1.8rem;
    letter-spacing: 0;
  }
}
.c-mainVisual2__big {
  font-size: 5.1rem;
  color: #231815;
  font-weight: 700;
  letter-spacing: 0.04rem;
  line-height: 1.3;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  .c-mainVisual2__big {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .c-mainVisual2__big {
    font-size: 2.5rem;
    letter-spacing: 0;
    margin-bottom: 15px;
  }
}
.c-mainVisual2__des {
  font-size: 2rem;
  line-height: 3.9rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .c-mainVisual2__des {
    font-size: 1.8rem;
    line-height: 1.8;
  }
}
@media screen and (max-width: 767px) {
  .c-mainVisual2__des {
    font-size: 1.4rem;
    letter-spacing: 0;
    font-weight: 500;
  }
}
.c-mainVisual2__img {
  position: relative;
  background: url(../image/product/mm300/200.png) no-repeat top left;
  height: 446px;
  width: 100%;
  background-size: cover;
}
@media screen and (min-width: 1300px) {
  .c-mainVisual2__img {
    height: 560px;
  }
}
@media screen and (max-width: 767px) {
  .c-mainVisual2__img {
    background: url(../image/product/mm300/200_sp.png) no-repeat top center;
    height: 446px;
    background-size: cover;
  }
}
.c-mainVisual2__img::after {
  position: absolute;
  content: "";
  width: 100vw;
  top: 0;
  bottom: 0;
  left: 55%;
  background-color: #D12176;
  transform-origin: top;
  transform: skewX(-20deg);
}
@media screen and (max-width: 767px) {
  .c-mainVisual2__img::after {
    display: none;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-navi1 {
    padding: 0 10px 20px 10px;
  }
}

/*
------------------------------------------------------------*/
.c-navi2 a {
  text-align: center;
}

/*
------------------------------------------------------------*/
.c-content01 + .c-content01 {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .c-content01 + .c-content01 {
    margin-top: 0;
  }
}

/*
------------------------------------------------------------*/
.c-ttl01 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  line-height: 1.5;
  color: #3E3A39;
  margin-top: 17px;
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .c-ttl01 {
    font-size: 1.6rem;
    margin-top: 10px;
    margin-bottom: 5px;
    letter-spacing: 0;
  }
}
.c-ttl01.style1 {
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl01.style1 {
    margin-top: 10px;
  }
}
.c-ttl01.mgb-5 {
  margin-bottom: 5px;
}

/*
------------------------------------------------------------*/
.c-des01 {
  font-size: 1.7rem;
  color: #4A4A4A;
  line-height: 26px;
  letter-spacing: 0.15rem;
}
@media screen and (max-width: 767px) {
  .c-des01 {
    font-size: 1.4rem;
    line-height: 21px;
    letter-spacing: 0.05rem;
  }
}
.c-des01.mgt-20 {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .c-des01.mgt-20 {
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-title2 h3 {
    font-size: 2rem;
  }
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
  .c-list01__img img {
    width: 100%;
  }
}
.c-list01__item {
  padding: 0 10px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-list01__item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.c-list01__item.mgb-0 {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-list01__item.mgb-0 {
    margin-bottom: 15px;
  }
}
.c-list01__item.w-100 {
  width: 100%;
}
.c-list01__item.w-100 .c-list01__img {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-100 .c-list01__img {
    margin: 0;
  }
}
.c-list01__item.w-100 .c-list01__img1 {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.c-list01__item.w-100 .c-list01__img1:nth-child(3), .c-list01__item.w-100 .c-list01__img1:nth-child(4) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-100 .c-list01__img1 {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .c-list01__item.w-100 .c-list01__img1:not(:last-child) {
    margin-bottom: 15px;
  }
  .c-list01__item.w-100 .c-list01__img1:nth-child(3) {
    margin-bottom: 15px;
  }
}
.c-list01__item.w-50 {
  display: flex;
  margin: 0 0 50px;
  width: 100%;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__ct {
  width: 50%;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .c-list01__item.w-50 .c-list01__img,
.c-list01__item.w-50 .c-list01__ct {
    width: 100%;
    padding: 0;
  }
}

/*
------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .c-text001-1 {
    margin-bottom: 30px;
  }
}

/*
------------------------------------------------------------*/
.c-btnv01.mt120 {
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .c-btnv01.mt120 {
    margin-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  .c-btnv01 a {
    display: flex;
    align-items: center;
  }
}

/*
------------------------------------------------------------*/
.p-mm300-2__sc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-mm300-2__sc01 {
    margin-bottom: 50px;
  }
}
.p-mm300-2__sc01 .c-list01__item:last-child {
  margin-bottom: 0;
}
.p-mm300-2__sc02 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-mm300-2__sc02 {
    margin-bottom: 50px;
  }
}
.p-mm300-2__sc02 .c-list01__item:nth-child(5) {
  margin-bottom: 0;
}
.p-mm300-2__sc03 .c-list01__item:last-child {
  margin-bottom: 0;
}