@charset "UTF-8";

.costperformance {
  background-color: #E9EDEF;
}

.costperformance__inner {
  padding-top: 42px;
  padding-top: 2.6rem;
  padding-bottom: 47px;
  padding-bottom: 3rem;
}

.costperformance__text {
  font-size: 16px;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .costperformance__inner {
    padding-top: 42px;
    padding-top: 2.625rem;
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
  }
}

.costperformance__item {
  width: 100%;
  margin: 0 auto;
  padding: 1.45rem 0 1.8125rem;
}

.costperformance__head::after {
  left: 0;
}

@media screen and (max-width: 768px) {
  .costperformance__item {
    width: 325px;
    width: 20.3125rem;
  }

  .costperformance__head {
    padding-bottom: 0.75rem;
  }

  .costperformance__head::after {
    left: 1rem;
  }
}

.costperformance__title {
  font-size: 36px;
  font-size: 2.2rem;
  margin-left: 6rem;
}

@media screen and (max-width: 768px) {
  .costperformance__title {
    font-size: 18px;
    font-size: 1.125rem;
    margin-left: 6.5rem;
  }
}

.costperformance__em {
  font-size: 36px;
  font-size: 2.2rem;
}

@media screen and (max-width: 768px) {
  .costperformance__em {
    font-size: 16px;
    font-size: 1rem;
    vertical-align: text-bottom;
  }
}

.menulink__inner {
  padding-top: 48px;
  padding-top: 3rem;
  padding-bottom: 80px;
  padding-bottom: 5rem;
}

@media screen and (max-width: 768px) {
  .menulink__inner {
    padding-top: 27px;
    padding-top: 1.7rem;
    padding-bottom: 27px;
    padding-bottom: 1.7rem;
  }
}

.menulink__inner .menulink__title .common-title__ja {
  margin-top: .8rem;
}

.menulink__inner .menulink__title .common-title__ja::before {
  display: none;
}

.menulink__item-inner .menulink__item .common-title__ja {
  margin: 0;
  font-size: 2rem;
}

.menulink__item-inner {
  display: flex;
  justify-content: space-between;
  max-width: 85%;
  margin: 2rem auto 0;
  gap: 1rem;
}

.menulink__item {
  position: relative;
  border: 0.2rem solid #C80A14;
  border-radius: 10px;
  padding: 24px 23px;
  padding: 1.5rem 1.45rem 3rem;
  width: calc(100vw / 4);
}

.menulink__item .menulink__item-arrowbtm {
  display: inline-block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-bottom: 0.2rem solid #D5323C;
  border-right: 0.2rem solid #D5323C;
  transform: rotate(45deg);
  left: 48%;
  bottom: 20%;
}

.menulink__item-inner .menulink__item .common-title__ja {
  font-size: 1.4rem;
}

.menulink__item-inner .menulink__item .common-title__ja::before {
  margin-right: 12px;
  margin-right: 0.8rem;
  width: 26px;
  width: 2rem;
  height: 26px;
  height: 2rem;
}

@media screen and (max-width: 768px) {
  .menulink__inner .menulink__title .common-title__ja {
    margin-top: 0.4625rem;
  }

  .menulink__item {
    border: 0.25rem solid #C80A14;
    border-radius: 0.7rem;
    padding: 12px 10px 23px;
    padding: .8rem .5rem 1.4rem;
    width: 48%;
  }

  .menulink__item .menulink__item-arrowbtm {
    display: inline-block;
    position: absolute;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 0.15rem solid #D5323C;
    border-right: 0.15rem solid #D5323C;
    transform: rotate(45deg) translate(-48%, 0);
    left: 48%;
    bottom: 10%;
  }

  .menulink__item-inner {
    max-width: 86.4%;
    gap: .8rem;
    flex-wrap: wrap;
  }

  .menulink__item-inner .menulink__item .common-title__ja {
    font-size: .8rem;
  }

  .menulink__item-inner .menulink__item .common-title__ja::before {
    margin-right: 8px;
    margin-right: 0.55rem;
    width: 14px;
    width: 1rem;
    height: 14px;
    height: 1rem;
  }
}

.catalog {
  background-color: #D5323C;
}

.catalog__inner {
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .catalog__inner {
    padding: 1rem 0;
  }
}


.cta-container {
  display: none;
}

@media screen and (max-width: 768px) {
  .cta-container {
    display: block;
    position: fixed;
    bottom: 0;
    transition: .3s;
    opacity: 0;
    pointer-events: none;
  }
  .cta-container.fixed {
    /* display: block; */
    position: fixed;
    bottom: 0;
    z-index: 9999;
    opacity: 1;
    pointer-events: all;
  }
}
@media screen and (max-width: 768px) {
  .cta {
    display: flex;
    width: 100vw;
    z-index: 9996;
    /* right: 0; */
    background-color: #D5323C;

  }
}
.cta a {
  display: block;
  flex: 1;
}
.cta__inner, .cta__inner-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  padding: 0.7rem 1rem;
}

.cta__icon {
  display: inline-block;
  max-width: 80%;
  vertical-align: middle;
}
.cta__inner-right {
  height: 100%;
  background: #4e4e4e;
}
.cta__text {
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #fff;
}
.cta-container.m_fixed {
	left: 0;
	position: fixed;
	top: 0;
}
