/* breakpoint
-------------------------------------------*/
@font-face {
  font-family: "Tsukushi";
  src: url(/assets/font/TsukushiAMaruGothic.ttc) format("truetype");
  font-style: normal;
  font-weight: 400;
}
/*------------------------------------------------------------
ga302-552-6
------------------------------------------------------------*/
.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;
  }
}

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

/*
------------------------------------------------------------*/
.c-navi2 a {
  padding: 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-navi2 a {
    padding: 15px 0 15px 10px;
  }
}

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

/*
------------------------------------------------------------*/
.c-ttl02 {
  font-size: 3.5rem;
  color: #464646;
  border-bottom: 1px solid #E0E0E0;
  font-weight: 400;
  line-height: 1.6;
  display: flex;
  align-items: center;
  margin-bottom: 37px;
}
@media screen and (max-width: 767px) {
  .c-ttl02 {
    font-size: 2rem;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
    padding-bottom: 10px;
  }
}
.c-ttl02__sm {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  color: #3E3A39;
  margin-left: 40px;
  letter-spacing: 0.3rem;
}
@media screen and (max-width: 767px) {
  .c-ttl02__sm {
    font-size: 1.6rem;
    margin-left: 0;
    letter-spacing: 0;
  }
}

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

/*
------------------------------------------------------------*/
.c-title4 h2 {
  font-size: 1.4rem;
}

/*
------------------------------------------------------------*/
.c-btn01 {
  display: flex;
  justify-content: center;
}
.c-btn01__link {
  font-size: 1.7rem;
  line-height: 1;
  color: #fff;
  background-color: #e10012;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding-left: 30px;
  padding: 15px 20px 15px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .c-btn01__link {
    font-size: 1.4rem;
    padding: 12px 15px 12px 40px;
  }
}
.c-btn01__link::before {
  position: absolute;
  content: "";
  left: 30px;
  bottom: 0;
  top: 0;
  margin: auto;
  background: url(../image/product/ga302-552/icon_b.svg) no-repeat center;
  width: 20px;
  height: 21px;
  background-size: 20px 21px;
}
@media screen and (max-width: 767px) {
  .c-btn01__link::before {
    left: 17px;
    width: 17px;
    height: 18px;
    background-size: 17px 18px;
  }
}
.c-btn01.mgb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .c-btn01.mgb-50 {
    margin-bottom: 30px;
  }
}
.c-btn01.mgb-30 {
  margin-bottom: 30px;
}

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

/*
------------------------------------------------------------*/
.c-note01 {
  font-size: 1.4rem;
  color: #4A4A4A;
  line-height: 1.5;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .c-note01 {
    font-size: 1.2rem;
  }
}

/*
------------------------------------------------------------*/
.c-list01 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    margin: 0;
  }
}
.c-list01__item {
  padding: 0 20px;
  box-sizing: border-box;
  width: 50%;
  margin-bottom: 50px;
  align-self: flex-end;
}
@media screen and (max-width: 767px) {
  .c-list01__item {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
  }
}
.c-list01__item.w-100 {
  width: 100% !important;
  margin-bottom: 0;
}
.c-list01__img + .c-list01__img {
  margin-top: 15px;
}
.c-list01 .c-content01 {
  margin-bottom: 17px;
}
@media screen and (max-width: 767px) {
  .c-list01 .c-content01 {
    margin-bottom: 10px;
  }
}
.c-list01.col3 {
  margin: 0 -8px;
}
@media screen and (max-width: 767px) {
  .c-list01.col3 {
    margin: 0 -5px;
  }
}
.c-list01.col3 .c-list01__item {
  width: 33.3333333333%;
  padding: 0 8px;
  align-self: flex-start;
}
@media screen and (max-width: 767px) {
  .c-list01.col3 .c-list01__item {
    width: 50%;
    padding: 0 5px;
  }
  .c-list01.col3 .c-list01__item .c-ttl01 {
    letter-spacing: -0.15rem;
  }
}
.c-list01.col3 .c-content01 {
  margin-bottom: 0;
}
.c-list01.style1 .c-list01__item {
  align-self: flex-start;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-list01.style1 .c-list01__item {
    margin-bottom: 30px;
  }
  .c-list01.style1 .c-list01__item:last-child {
    margin-bottom: 0;
  }
}
.c-list01.style1 .c-ttl01 {
  letter-spacing: -0.2rem;
}
@media screen and (max-width: 767px) {
  .c-list01.style1 .c-ttl01 {
    letter-spacing: 0;
    margin-top: 10px;
  }
}

/*
------------------------------------------------------------*/
.c-imgtxt1 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 17px;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1 {
    margin-top: 15px;
    flex-direction: column;
  }
}
.c-imgtxt1.style1 {
  margin-top: 0;
}
.c-imgtxt1__img {
  width: 220px;
  flex-shrink: 0;
  margin-right: 19px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__img {
    width: 100%;
    margin-right: 0;
  }
  .c-imgtxt1__img img {
    width: 100%;
  }
}
.c-imgtxt1__des {
  flex-basis: 0;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  .c-imgtxt1__des {
    flex-basis: auto;
    width: 100%;
    margin-top: 10px;
  }
}
.c-imgtxt1__wrap {
  margin-top: 10px;
}

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

/*
------------------------------------------------------------*/
.p-ga302-552-6__img {
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-6__img {
    margin-bottom: 30px;
  }
}
.p-ga302-552-6__box {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-6__box {
    margin-bottom: 0;
  }
}
.p-ga302-552-6__box.border-bottom {
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 30px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-6__box.border-bottom {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
}
.p-ga302-552-6__sc01 {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .p-ga302-552-6__sc01 {
    margin-bottom: 50px;
  }
}