@charset "UTF-8";
@import url("base.css");

/* h2 */
.ymfg__headline2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 26px;
}

.ymfg__headline2 * {
  line-height: 1;
}

.ymfg__headline2 .accent span {
  font-size: 64px;
}

.ymfg__headline2 img {
  margin: 0 8px;
  width: auto;
  height: 56px;
  top: 5px;
  position: relative;
}

.ymfg__headline_main_vtrip img {
  top: 0;
}

@media screen and (min-width: 769px) {
  .ymfg__headline4 {
    height: 95px;
  }
}

.ymfg__headline3 .accent {
  font-size: 20px;
}

.ymfg__headline_main {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 20px;
  font-weight: 600;
  color: var(--main);
  line-height: 1.4;
}

.ymfg__headline_main_02 {
  align-items: center;
}

.ymfg__headline_main::after {
  position: absolute;
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  width: 55px;
  height: 1px;
  background-color: var(--main);
  content: "";
}

.ymfg__headline_en {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}

.ymfg__headline_en span {
  opacity: .3;
  font-family: "Bebas Neue";
  font-size: 64px;
  color: var(--main);
}

@media screen and (max-width: 768px) {
  .ymfg__headline2 {
    gap: 16px;
    padding-left: 10px;
  }

  .ymfg__headline_main {
    font-size: 18px;
  }

  .ymfg__headline_main::after {
    left: -32px;
    width: 30px;
  }

  .ymfg__headline_en span {
    font-size: 56px;
  }

  .ymfg__headline_en {
    gap: 0 16px;
  }
}

/* 共通 */
.ymfg__section {
  display: flex;
  justify-content: center;
  padding: 80px 16px;
}

.ymfg__section_inner {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 880px;
  max-width: 100%;
}

.ymfg__section-wrapper {
  display: flex;
  justify-content: center;
}

.ymfg__section-wrapper .ymfg__section_inner {
  flex-direction: row;
  gap: 80px;
}

.ymfg__item-wrapper {
  display: flex;
  flex-direction: column;
  gap: 128px;
}

.ymfg__item {
  display: flex;
  gap: 24px;
}

.ymfg__item>li {
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  background-position: right bottom;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .ymfg__item>li {
    gap: 24px;
  }
}

.ymfg__label {
  position: absolute;
  left: 0;
  top: -20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid var(--black50);
  border-radius: 100%;
  font-size: 10px;
}

.ymfg__label span {
  font-size: 14px;
}

.ymfg__label--large {
  top: -40px;
  width: 80px;
  height: 80px;
  font-size: 16px;
}

.ymfg__label--large span {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .ymfg__section {
    padding: 40px 16px;
  }

  .ymfg__section-wrapper .ymfg__section_inner {
    flex-direction: column;
  }

  .ymfg__item {
    width: 100%;
    flex-direction: column;
  }
}

/* hero */
.ymfg__hero {
  display: flex;
  padding: 40px 0;
  background-image: url(../images/hero_bg.png);
  background-size: cover;
}

.ymfg__hero_left,
.ymfg__hero_right {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.ymfg__hero_right {
  align-items: center;
}

.ymfg__hero_left {
  gap: 24px;
}

.ymfg__hero_right {
  gap: 40px;
}

.ymfg__hero_keycopy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  width: 100%;
  padding: 40px;
  background-color: var(--main);
}

.ymfg__hero_keycopy h1 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 34px;
  font-weight: 500;
  color: var(--white);
  line-height: 1;
}

.ymfg__hero_keycopy h1 span {
  font-size: 45px;
}

.ymfg__hero_keycopy_benefit {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 560px;
}

.ymfg__hero_keycopy_benefit li {
  flex: 1;
  display: flex;
  flex-direction: column;
  height: 160px;
  overflow: hidden;
  background: var(--white);
  border-radius: 10px;
  background-size: auto 64px;
  background-size: 30% auto;
  background-repeat: no-repeat;
  background-position: right -4px top;
}

.ymfg__hero_keycopy_benefit li:nth-child(1) {
  background-image: url(../images/hero_icon01.svg);
}

.ymfg__hero_keycopy_benefit li:nth-child(2) {
  background-image: url(../images/hero_icon02.svg);
}

.ymfg__hero_keycopy_benefit li:nth-child(3) {
  background-image: url(../images/hero_icon03.svg);
  background-size: 18% auto;
  background-position: right -2px top;
}

.benefit__value {
  display: flex;
  align-items: baseline;
}

.benefit__value .number {
  margin-top: -28px;
  margin-left: -8px;
  line-height: 1;
  font-size: 128px;
  font-weight: 700;
  color: rgba(207, 11, 135, 0.6);
}

.benefit__value .unit {
  margin-left: -4px;
  font-size: 24px;
  font-weight: 600;
  color: var(--black40);
}

.benefit__label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3rem;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
}

.ymfg__hero_keycopy_benefit>li:last-child .benefit__value .number {
  order: 1;
  margin-left: -22px;
  letter-spacing: -0.16em;
}

.ymfg__hero_keycopy_benefit>li:last-child .benefit__value .unit1 {
  order: 2;
}

.ymfg__hero_keycopy_benefit>li:last-child .benefit__value .unit2 {
  order: 3;
}

.ymfg__hero .unit1 {
  position: relative;
  top: -22px;
  left: 22px;
  font-size: 13px;
}

.ymfg__hero_note {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0 24px;
}

.ymfg__hero_card img {
  width: 600px;
  max-width: 100%;
}

@media screen and (max-width: 1270px) {
  .ymfg__hero {
    flex-direction: column;
  }

  .ymfg__hero .ymfg__hero_card.pc_only {
    display: none !important;
  }

  .ymfg__hero .ymfg__hero_card.sp_only {
    display: flex !important;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .ymfg__hero {
    flex-direction: column;
    padding: 16px 0;
  }

  .ymfg__hero_left {
    align-items: center;
    gap: 0;
  }

  .ymfg__hero_keycopy h1 {
    font-size: 24px;
  }

  .ymfg__hero_keycopy h1 span {
    font-size: 40px;
    line-height: 1.4;
  }

  .ymfg__hero_keycopy {
    gap: 24px;
    padding: 24px 16px;
  }

  .ymfg__hero_keycopy_benefit {
    gap: 16px;
  }

  .ymfg__hero_keycopy_benefit li {
    height: auto;
  }

  .benefit__label {
    font-size: 10px;
  }

  .ymfg__hero_keycopy_benefit>li:last-child .benefit__value .number {
    margin-left: -16px;
  }

  .benefit__value .number {
    margin-top: -15px;
    margin-left: -5px;
    font-size: 80px;
  }

  .benefit__value .unit {
    margin-left: -5px;
  }

  .ymfg__hero_keycopy_benefit>li:last-child .benefit__value .unit {
    margin-left: -7px;
  }

  .ymfg__hero_keycopy_benefit>li:last-child .benefit__value .unit1 {
    left: 19px;
  }

  .ymfg__hero_note {
    margin-top: -20px;
    padding: 0 16px;
  }

  .ymfg__hero_right {
    padding: 32px 16px 8px 16px;
  }

  .ymfg__hero_card img {
    padding: 24px 0 0 0;
  }
}

@media screen and (max-width: 390px) {
  .ymfg__hero_keycopy {
    padding: 16px 8px;
  }

  .ymfg__hero_keycopy_benefit {
    gap: 8px;
  }

  .benefit__value .number {
    margin-top: -10px;
    margin-left: -3px;
    font-size: 64px;
  }

  .ymfg__hero_keycopy_benefit>li:last-child .benefit__value .number {
    margin-left: -12px;
  }

  .benefit__value .unit {
    margin-left: -3px;
  }
}

/* campaign */
.ymfg__campaign {
  position: relative;
}

.ymfg__campaign::after {
  z-index: -1;
  position: absolute;
  left: 0;
  bottom: 80px;
  width: 41%;
  height: 308px;
  background-color: var(--graybg);
  content: "";
}

.ymfg__campaign_item {
  display: flex;
  align-items: flex-end;
  gap: 24px;
}

.ymfg__campaign_period {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ymfg__campaign_title {
  font-size: 18px;
}

.ymfg__campaign_period_date {
  font-size: 20px;
}

.ymfg__campaign_period_date span {
  font-size: 38px;
}

.ymfg__campaign_point {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ymfg__campaign_point_inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ymfg__campaign_price {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.ymfg__campaign_price .accent>span {
  font-size: 64px;
}

.ymfg__campaign_list {
  display: flex;
  gap: 32px;
}

.ymfg__campaign_list>li {
  flex: 1;
  position: relative;
  padding: 0 0 0 20px;
}

.ymfg__campaign_list_inner {
  background-color: var(--graybg);
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 16px 16px 16px;
  height: 100%;
}

.ymfg__campaign_list_title {
  font-size: 12px;
}

.ymfg__campaign_list_title_02 {
  font-size: 18px;
}

.ymfg__campaign_list_point {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-weight: 600;
}

.ymfg__campaign_list_point_02 {
  font-size: 18px !important;
}

.ymfg__campaign_list_point span {
  font-size: 24px;
}

.ymfg__campaign_list_point_02 span {
  font-size: 40px !important;
}

@media screen and (max-width: 768px) {
  .ymfg__campaign::after {
    bottom: auto;
    top: 110px;
    width: 88%;
    height: 160px;
  }

  .ymfg__campaign_point {
    width: 100%;
  }

  .ymfg__campaign_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .ymfg__campaign_period {
    gap: 0;
  }

  .ymfg__campaign_price {
    font-size: 18px;
  }

  .ymfg__campaign_price .accent>span {
    font-size: 40px;
  }

  .ymfg__campaign_list {
    gap: 8px;
  }

  .ymfg__campaign_list>li {
    padding: 0 0 0 8px;
  }

  .ymfg__campaign_list_inner {
    background-color: var(--graybg);
    display: flex;
    flex-direction: column;
    gap: 8px;
    padding: 24px 8px 16px 8px;
  }

  .ymfg__campaign_list_title {
    font-size: 12px;
  }

  .ymfg__campaign_list_point {
    font-size: 14px;
  }

  .ymfg__campaign_list_point span {
    font-size: 20px;
  }
}

/* campaign-details */
.ymfg__campaign-details {
  flex-direction: column;
  align-items: center;
  gap: 40px;
  background-color: var(--graybg);
}

.ymfg__campaign-details {
  display: flex;
  flex-wrap: wrap;
}

.ymfg__campaign-details_list {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 96px 40px;
}

.ymfg__campaign-details_list>li {
  position: relative;
  padding-left: 40px;
}

.ymfg__campaign-details_list>li:nth-child(1) {
  width: 100%;
}

.ymfg__campaign-details_list>li:nth-child(1)::after {
  position: absolute;
  left: 50%;
  bottom: -64px;
  transform: translateX(-50%);
  font-size: 48px;
  color: var(--black50);
  content: "+";
}

.ymfg__campaign-details_list>li:nth-child(2),
.ymfg__campaign-details_list>li:nth-child(3) {
  width: calc((100% - 40px) / 2);
}

.ymfg__campaign-details_list_inner {
  display: flex;
  gap: 80px;
  padding: 40px;
  background-color: var(--white);
}

.ymfg__campaign-details_list_inner a {
  max-width: 300px;
  margin: auto;
}

.ymfg__campaign-details_list>li:nth-child(2) .ymfg__campaign-details_list_inner,
.ymfg__campaign-details_list>li:nth-child(3) .ymfg__campaign-details_list_inner {
  flex-direction: column;
  gap: 16px;
  text-align: center;
}

.ymfg__campaign-details_note {
  flex: 1;
}

.ymfg__campaign-details_note>dl {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.ymfg__campaign-details_note dt,
.ymfg__campaign-details_note dd {
  font-size: 14px;
  color: var(--black70);
}

.ymfg__campaign-details_note dt {
  width: 20%;
  font-weight: 600;
}

.ymfg__campaign-details_note dd {
  width: 80%;
}

.ymfg__campaign-details_note dd span {
  font-size: 20px;
}

.ymfg__campaign-details .c-alist {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 768px) {
  .ymfg__campaign-details_list>li {
    padding-left: 20px;
  }

  .ymfg__campaign-details_list_inner {
    flex-direction: column;
    gap: 24px;
    padding: 56px 16px 16px 16px;
  }

  .ymfg__campaign-details .ymfg__campaign_list_point {
    display: inline;
  }

  .ymfg__campaign-details_note>dl {
    row-gap: 4px;
  }

  .ymfg__campaign-details_note dt,
  .ymfg__campaign-details_note dd {
    width: 100%;
  }

  .ymfg__campaign-details_note dt:not(:first-child) {
    margin-top: 8px;
  }

  .ymfg__campaign-details_list>li:nth-child(2),
  .ymfg__campaign-details_list>li:nth-child(3) {
    width: 100%;
  }
}

/* campaign-othre */
.ymfg__campaign-othre_item {
  flex-direction: row;
}

.ymfg__campaign-othre_item>li {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.ymfg__campaign-othre_title {
  padding: 16px;
  width: 100%;
  background-color: var(--graybg);
  text-align: center;
  font-weight: 600;
}

.ymfg__campaign-othre_item>li p {
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .ymfg__campaign-othre_item {
    flex-direction: column;
  }
}

/* ymfg__applicables */
.ymfg__applicables {
  position: relative;
}

.ymfg__applicables::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 150px;
  width: 94%;
  height: 58%;
  background-color: var(--graybg);
  content: "";
}

.ymfg__applicables_item {
  display: flex;
  gap: 40px;
}

.ymfg__applicables_img {
  width: 340px;
  max-width: 100%;
}

.ymfg__applicables_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ymfg__applicables_title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  line-height: 1;
}

.ymfg__applicables_title {
  font-weight: 600;
}

.ymfg__applicables_text {
  font-size: 14px;
}

.ymfg__applicables_spec {
  width: 100%;
  border-collapse: separate;
  border-spacing: 1px;
  table-layout: fixed;
  background-color: var(--black10);
  font-size: 12px;
}

.ymfg__applicables_spec th,
.ymfg__applicables_spec td {
  padding: 16px 8px;
  vertical-align: middle;
  text-align: center;
}

.ymfg__applicables_spec th {
  background-color: var(--black10);
  font-weight: 600;
}

.ymfg__applicables_spec td {
  background: #fff;
}

@media screen and (max-width: 768px) {
  .ymfg__applicables .ymfg__section_inner {
    align-items: center;
  }

  .ymfg__applicables::after {
    top: 110px;
    width: 97%;
    height: 350px
  }

  .ymfg__applicables_item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 100%;
  }

  .ymfg__applicables_content {
    align-items: center;
    gap: 40px;
  }

  .ymfg__applicables_spec {
    display: flex;
    gap: 1px;
    padding: 1px;
    max-width: 400px;
  }

  .ymfg__applicables_spec thead,
  .ymfg__applicables_spec tbody {
    flex: 1;
  }

  .ymfg__applicables_spec tr {
    display: flex;
    flex-direction: column;
    gap: 1px;
  }

  .ymfg__applicables_spec th,
  .ymfg__applicables_spec td {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 8px;
    height: 56px;
  }
}

/* eligibles-stores */
.ymfg__eligibles-stores .ymfg__headline_main::after {
  top: 78%;
}

.ymfg__eligibles-stores .ymfg__headline_main_02::after {
  top: 50%;
}

@media screen and (max-width: 768px) {
  .ymfg__eligibles-stores .ymfg__headline_main_02::after {
    top: 15%;
  }

  .ymfg__vtrip .ymfg__headline_main_02::after {
    top: 15%;
  }

  .ymfg__headline_main_02 {
    display: grid;
  }
}

.ymfg__eligibles-stores_item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 40px;
  background-color: var(--graybg);
}

.ymfg__eligibles-stores_item_inner {
  display: flex;
  gap: 40px;
}

.ymfg__eligibles-stores_img {
  width: 300px;
  max-width: 100%;
}

.ymfg__eligibles-stores_img.white {
  display: flex;
  align-items: center;
  background-color: var(--white);
}

.ymfg__eligibles-stores_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ymfg__eligibles-stores_title {
  font-weight: 600;
  text-align: center;
}

.ymfg__eligibles-stores_title .accent span {
  font-size: 36px;
}

.ymfg__eligibles-stores_item_title {
  font-size: 14px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .ymfg__eligibles-stores_item {
    padding: 16px;
  }

  .ymfg__eligibles-stores_item_inner {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .ymfg__eligibles-stores_title .accent span {
    font-size: 24px;
  }
}

/* u25 */
.ymfg__u25 {
  position: relative;
}

.ymfg__u25_item {
  display: flex;
  gap: 20px;
}

.ymfg__u25_item_left,
.ymfg__u25_item_right {
  display: flex;
  flex-direction: column;
}

.ymfg__u25_item_left {
  flex: 1;
  gap: 24px;
}

.ymfg__u25_item_right {
  gap: 24px;
}

@media screen and (min-width: 769px) {
  .ymfg__u25_item_right {
    max-width: 430px;
    margin-top: 30px;
    gap: 40px;
  }
}

.ymfg__u25_item_left_content,
.ymfg__u25_item_righ_content {
  display: flex;
  gap: 24px;
}

.ymfg__u25_item_righ_content {
  flex: 1;
  gap: 6px;
}

.ymfg__u25_item_left_content {
  position: relative;
  flex-direction: column;
}

@media screen and (min-width: 769px) {
  .ymfg__u25_item_left_content {
    width: 330px;
  }
}

.ymfg__u25_title-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.ymfg__u25_sub-title {
  font-size: 14px;
  font-weight: 500;
}

.ymfg__u25_sub-text {
  font-size: 14px;
}

.ymfg__u25_icon {
  width: 78px;
  height: 78px;
}

.ymfg__u25_img {
  width: 240px;
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .ymfg__u25_img {
    width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .ymfg__u25_item {
    flex-direction: column;
    gap: 64px;
  }

  .ymfg__u25_icon {
    right: 3px;
  }
}

@media screen and (max-width: 768px) {
  .ymfg__u25_item_left {
    align-items: center;
  }

  .ymfg__u25_item_righ_content {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ymfg__u25_title-wrapper {
    gap: 0;
    text-align: center;
  }
}

.ymfg__u25_mg {
  margin: 24px auto;
}

.ymfg__u25_item_left_content-2 {
  display: flex;
  gap: 20px;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .ymfg__u25_item_left_content-2 {
    gap: 0 16px;
  }
}

/* investment */
.ymfg__investment {
  position: relative;
}

.ymfg__investment::before,
.ymfg__investment::after {
  z-index: -1;
  position: absolute;
  background-color: var(--graybg);
  content: "";
}

.ymfg__investment::before {
  left: 0;
  top: 150px;
  width: 100%;
  height: 47%;
}

.ymfg__investment::after {
  right: 0;
  bottom: 80px;
  width: 48%;
  height: 28%;
}

.ymfg__investment .ymfg__item>li {
  padding: 24px 24px 128px 24px;
  background-size: auto 80px;
}

.ymfg__investment .ymfg__item>li:nth-child(1) {
  background-image: url(../images/investment_icon01.svg);
}

.ymfg__investment .ymfg__item>li:nth-child(2) {
  background-image: url(../images/investment_icon02.svg);
}

.ymfg__investment .ymfg__item>li:nth-child(3) {
  background-image: url(../images/investment_icon03.svg);
}

.ymfg__investment_item {
  display: flex;
  gap: 40px;
}

.ymfg__investment_text {
  font-size: 14px;
}

.ymfg__investment_exp {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ymfg__investment_exp .accent {
  font-size: 20px;
}

.ymfg__investment_exp_img {
  width: 400px;
  max-width: 100%;
}

@media screen and (min-width: 769px) {
  .ymfg__investment_title {
    height: 95px;
  }
}

@media screen and (max-width: 768px) {
  .ymfg__investment .ymfg__item>li {
    padding: 16px 16px 80px 16px;
    background-size: auto 64px;
  }

  .ymfg__investment::before {
    top: 125px;
    height: 55%;
  }

  .ymfg__investment_item {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }

  .ymfg__investment::after {
    bottom: 30px;
    width: 98%;
    height: 240px;
  }
}

/* vtrip */
.ymfg__vtrip .ymfg__item>li {
  padding: 24px 24px 80px 24px;
  background-color: var(--graybg);
  background-size: auto 106px;
}

.ymfg__vtrip .ymfg__item>li:nth-child(1) {
  background-image: url(../images/vtrip_icon01.svg);
}

.ymfg__vtrip .ymfg__item>li:nth-child(2) {
  background-image: url(../images/vtrip_icon02.svg);
}

.ymfg__vtrip .ymfg__item>li:nth-child(3) {
  background-image: url(../images/vtrip_icon03.svg);
  background-size: auto 80px;
}

@media screen and (max-width: 768px) {
  .ymfg__vtrip .ymfg__item>li {
    padding: 16px 16px 80px 16px;
    background-size: auto 80px;
  }

  .ymfg__vtrip .ymfg__item>li:nth-child(3) {
    background-size: auto 64px;
  }
}

/* service */
.ymfg__service {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ymfg__service_img {
  width: 300px;
  max-width: 100%;
}

.ymfg__section-wrapper {
  position: relative;
  padding-right: 16px;
  padding-left: 16px;
}

.ymfg__section-wrapper::before,
.ymfg__section-wrapper::after {
  z-index: -1;
  position: absolute;
  background-color: var(--graybg);
  width: 49%;
  content: "";
}

.ymfg__section-wrapper::before {
  left: 0;
  top: 44%;
  height: 64%;
}


@media screen and (max-width: 768px) {
  .ymfg__service {
    align-items: center;
    gap: 24px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .ymfg__section-wrapper::before,
  .ymfg__section-wrapper::after {
    width: 98%;
  }

  .ymfg__section-wrapper::before {
    top: 95px;
    height: 85%;
  }

}

/* moneyforward */
/* suguchan */
.ymfg__suguchan {
  margin-top: 160px;
}

.ymfg__suguchan_gap {
  gap: 120px;
}

@media screen and (max-width: 768px) {
  .ymfg__suguchan {
    margin-top: 30px;
  }
  .ymfg__suguchan_btn {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .ymfg__suguchan_gap {
    gap: 50px;
  }
}

.ymfg__suguchan_gap .ymfg__investment_exp_img {
  width: 330px;
}
/* about */
.ymfg__about_item {
  display: flex;
  gap: 40px;
}

.ymfg__about_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.ymfg__about_img {
  width: 424px;
  max-width: 100%;
}

.ymfg__about_appli {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 24px;
  background-color: var(--graybg);
}

.ymfg__about_appli_inner {
  display: flex;
  gap: 40px;
}

.ymfg__appli_logo {
  width: 143px;
}

.ymfg__appli_content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ymfg__about_appli__button_text {
  font-size: 14px;
}

/* using */
.ymfg__using_item {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.ymfg__using_item>li {
  display: flex;
  align-items: flex-start;
}

.ymfg__using_img {
  width: 400px;
  max-width: 90%;
}

.ymfg__using_content {
  flex: 1;
  z-index: -1;
  position: relative;
  top: -40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: var(--graybg);
}

.ymfg__using_text {
  font-size: 14px;
}

.ymfg__using_item>li:nth-child(even) .ymfg__using_img {
  order: 2;
}

.ymfg__using_item>li:nth-child(odd) .ymfg__using_content {
  left: -40px;
  padding: 40px 40px 40px 80px;
}

.ymfg__using_item>li:nth-child(even) .ymfg__using_content {
  order: 1;
  right: -40px;
  padding: 40px 80px 40px 40px;
}

@media screen and (max-width: 768px) {
  .ymfg__using {
    padding-right: 0;
    padding-left: 0;
  }

  .ymfg__using_item {
    justify-content: flex-start;
    gap: 24px;
  }

  .ymfg__using_item>li {
    flex-direction: column;
  }

  .ymfg__using_content {
    gap: 24px;
    padding: 56px 24px 24px 24px;
    width: calc(100% - 40px);
  }

  .ymfg__using_item>li:nth-child(odd) .ymfg__using_content {
    left: 40px;
    padding: 50px 20px 30px;
    ;
  }

  .ymfg__using_item>li:nth-child(even) .ymfg__using_content {
    order: 2;
    left: 40px;
    right: auto;
    padding: 50px 20px 30px;
  }
}

/* highlight */
.ymfg__highlight {
  position: relative;
}

.ymfg__highlight::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 160px;
  width: 100%;
  height: calc(100% - 160px);
  background-color: var(--graybg);
  content: "";
}

.ymfg__highlight_item {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.ymfg__highlight_item>li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
  width: 544px;
  max-width: 100%;
  background-color: var(--white);
  background-position: right top;
  background-repeat: no-repeat;
  background-size: auto 104px;
}

.ymfg__highlight_item>li:nth-child(1) {
  background-image: url(../images/highlights_icon02.svg);
}

.ymfg__highlight_item>li:nth-child(2) {
  margin-left: auto;
  background-image: url(../images/highlights_icon03.svg);
}

.ymfg__highlight_item .ymfg__label--large {
  position: absolute;
  top: -40px;
  left: -15px;
}

.ymfg__highlight_text {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .ymfg__highlight::after {
    top: 110px;
    height: calc(100% - 110px);
  }

  .ymfg__highlight_item {
    padding-left: 20px;
    gap: 64px;
  }

  .ymfg__highlight_item .ymfg__label--large {
    left: -20px;
  }

  .ymfg__highlight_item>li {
    gap: 24px;
    padding: 40px 16px 16px 16px;
    background-size: auto 56px;
  }
}

/* highlight */
.ymfg__other {
  overflow-x: hidden;
}

/* ymfg__flow */
.ymfg__flow {
  background-color: rgba(1, 162, 216, 0.1);
  background-image: url("/camp/ymfg_oc/assets/images/flow-bg.png");
}

.ymfg__flow_item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.p-flowTabMenu__list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.c-tabList {
  flex: 1;
  padding: 16px;
  background-color: var(--black50);
  opacity: .6;
  text-align: center;
  color: var(--white);
}

.c-tabList .is-active-img {
  display: none;
}

.c-tabList.is-active .is-active-img {
  display: inline-block;
}

.c-tabList.is-active .is-inactive-img {
  display: none;
}

.p-flowTab1 {
  width: 100%;
}

.c-tabContent.is-active {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.ymfg__flow_content {
  z-index: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.ymfg__flow_content li {
  position: relative;
}

.ymfg__flow_content li .flow-vector {
  width: 100%;
}

.ymfg__flow_content li .flow-vector .vect-numberbox {
  width: 40px;
  margin: 0 auto;
  height: 45.2px;
  display: flex;
  flex-direction: column;
}

.ymfg__flow_content li .flow-vector span {
  font-size: 20px;
  color: var(--lightblue);
  display: inline-block;
  translate: 0 -35px;
  margin: 0 auto;
  line-height: 1;
}

.ymfg__flow_content li .text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px;
  border: 4px solid #FFFFFF;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  background-color: var(--lightblue);
  color: #FFFFFF;
  box-shadow: 4px 4px 2px 0px #00000040;
  margin-top: -20px;
}

.ymfg__flow_content li .text:not(:last-child) {
  min-height: 80px;
}

.ymfg__flow_content li:last-child .text {
  font-size: 18px;
  background-color: var(--blue);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
}

.ymfg__flow_content li p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .c-tabContent.is-active {
    align-items: center;
  }

  .c-tabContent img {
    max-width: 400px;
  }
}

/* ymfg__info */
.ymfg__information::after {
  height: 540px;
}

.ymfg__applicables_list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1px;
  padding: 1px;
  background-color: var(--black10);
}

.ymfg__applicables_note {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
}

.ymfg__applicables_button {
  display: flex;
  justify-content: center;
}

.ymfg__applicables_list dt,
.ymfg__applicables_list dd {
  padding: 16px;
  font-size: 14px;
  align-content: center;
}

.ymfg__applicables_list dt {
  width: 30%;
  background-color: var(--black10);
}

.ymfg__applicables_list dd {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 70%;
  background-color: var(--white);
}

.ymfg__info .ymfg__box_content {
  gap: 0;
}

#infoTab1 {
  background-color: rgba(126, 220, 38, 0.2);
}

#infoTab2 {
  background-color: rgba(206, 194, 31, 0.2);
}

#infoTab3 {
  background-color: rgba(159, 159, 159, 0.2);
}

.p-flow-infoTabMenu__img {
  width: 200px;
}

.ymfg__info__headline3 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.p-flow__informationTable {
  width: 100%;
}

.p-flow__informationTable tr {
  display: flex;
  flex-direction: column;
}

.p-flow__informationTable th,
.p-flow__informationTable td {
  display: block;
  padding: 8px 16px;
  width: 100%;
  font-size: 14px;
}

.p-flow__informationTable th {
  color: #fff;
}

.p-flow__informationTable--NL th {
  background: var(--green);
}

.p-flow__informationTable--GOLD th {
  background: var(--gold);
}

.p-flow__informationTable--PP th {
  background: #4D4D4D;
}

.p-flow__informationTable td {
  background-color: #fff;
}

.p-flow__informationTable .c-circle12 {
  font-size: 14px;
}

.p-flow__informationTable .c-circle12 .c-linkIcon02::after {
  margin-left: 22px;
}

.p-flow-infoTabMenu__detail {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-top: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
  .ymfg__information::after {
    height: 790px;
  }

  .ymfg__applicables_list dt,
  .ymfg__applicables_list dd {
    width: 100%;
  }
}

/* p-flow__wrap */
.p-flow__wrap {
  max-width: 1120px;
  padding: 48px 64px;
  border-top: 1px solid #ccc;
  background: #F6F6F6;
}

@media screen and (max-width: 768px) {
  .p-flow__wrap {
    padding: 6.4vw 4.2vw;
  }
}

.p-flow__wrap .p-flow__informationVendor a {
  display: block;
  font-size: 13px;
}

/* スライダー */
.slider-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
}

.swiper-container {
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical>.swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  text-align: center;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide img {
  vertical-align: bottom;
  max-width: 72%;
  box-shadow: 0px 4px 4px 0px #00000040;
}

@media screen and (max-width: 768px) {
  .swiper-slide img {
    width: 300px;
  }
}

.swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  max-width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 15px;
  z-index: 9999;
  cursor: pointer;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {

  .swiper-button-prev,
  .swiper-button-next {
    top: 40%;
    width: 32px;
    height: 32px;
  }
}

.swiper-button-prev {
  left: 0;
  background-image: url(/camp/yamaguchibank_numberless_oc/assets/images/swiper-button-prev.svg);
}

.swiper-button-next {
  right: 0;
  background-image: url(/camp/yamaguchibank_numberless_oc/assets/images/swiper-button-next.svg);
}

/* l-footer */
.ymfg__footer-wrapper {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.l-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding: 24px 0;
  background-color: var(--black70);
  color: #fff;
  text-align: center;
  width: 100%;
  padding-bottom: 120px;
}

.l-footer * {
  font-size: 10px !important;
}

.l-footer-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.l-footer-link a {
  color: var(--white);
}

/* 追従ボタン */
.p-cardBtnWrap {
  z-index: 30;
  position: fixed;
  bottom: 0;
  left: 0;
  justify-content: center;
  gap: 8px;
  padding: 16px 8px;
  width: 100%;
  background-color: var(--white);
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, .1);
}

.c-cardBtn02 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 72px;
  border-radius: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.c-cardBtn02--NL {
  background-color: var(--green);
}

.c-cardBtn02--GOLD {
  background-color: var(--gold);
}

/* 左ロゴ */
.ymfg_left_logo_area {
  position: fixed;
  top: 80px;
  left: 6.6%;
  z-index: 1;
  width: 288px;
}

@media (max-width: 1250px) {
  .ymfg_left_logo_area {
    display: none;
  }
}

@media (max-width: 1185px) {
  .ymfg_left_logo_area {
    display: none;
  }
}

/* 右メニュー */
.right_menu_area {
  z-index: 31;
  position: fixed;
  top: 260px;
  right: 0;
  display: flex;
  justify-content: center;
  padding-right: 16px;
  width: calc((100% - 470px) / 2);
  overflow: scroll;
  scrollbar-width: none;
}

.right_menu_inner {
  width: 100%;
  max-width: 240px;
}

.right_menu_area::-webkit-scrollbar {
  display: none;
}

.right_menu_close {
  position: absolute;
  top: 0;
  right: 8px;
  width: 42px;
  display: none;
}

.ymfg__cv__item {
  padding: 16px;
  background-color: var(--white);
}

.right_menu_link_items {
  display: none;
  flex-direction: column;
  gap: 1px;
  width: 100%;
}

@media (max-width: 767px) {
  .right_menu_area {
    z-index: 31;
    position: fixed;
    top: 0;
    right: -100%;
    display: flex;
    justify-content: center;
    padding-top: 24px;
    padding-right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background-color: var(--white);
    transition: .3s ease-out;
  }

  .right_menu_area.-show {
    right: 0;
    background-color: #AAEAFF;
  }

  .right_menu_area.-show #gnav_close.modalshow {
    display: none;
  }

  .right_menu_area.-show .right_menu_close {
    display: block;
  }

  .right_menu_area.-show .right_menu_close:hover {
    cursor: pointer;
  }

  .right_menu_area .right_menu_link_items {
    display: flex;
  }

  .ymfg__cv__img {
    display: none;
  }

  .ymfg__cv__item {
    max-width: 320px;
  }
}

/*ハンバーガー*/
#gnav_open {
  display: none;
  z-index: 10;
  position: fixed;
  top: 8px;
  right: 8px;
  width: 32px;
  cursor: pointer;
}

@media (max-width: 767px) {
  #gnav_open {
    display: block;
  }
}

.p-flow-infoTabMenu {
  width: 100%;
  padding-top: 1px;
}

.p-flow-infoTabMenu__top {
  color: #FFF;
  text-align: center;
  font-size: 4.8vw;
  font-weight: bold;
  width: 100%;
  max-width: 100vw;
  margin: 0 auto;
  margin-top: 17.0666666667vw;
  background: #000;
  padding: 3.2vw 0;
}

@media (min-width: 768px) {
  .p-flow-infoTabMenu__top {
    font-size: 24px;
    margin-top: 85px;
    padding: 16px 0;
    padding-top: 16px;
  }
}

.p-flowTabMenu {
  width: 100%;
}

.p-flowTabMenu__title {
  text-align: center;
  color: #161514;
  font-size: 4.8vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-flowTabMenu__title {
    font-size: 24px;
  }
}

.p-flowTabMenu__text {
  text-align: center;
  font-size: 3.4666666667vw;
}

@media (min-width: 768px) {
  .p-flowTabMenu__text {
    font-size: 14px;
  }
}

.p-flowTabMenu__lists {
  display: flex;
}

.p-flowTabMenu__listNunber {
  background: #BE9733;
  color: #fff;
  text-align: center;
  padding: 2.1333333333vw;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .p-flowTabMenu__listNunber {
    padding: 8px 16px;
  }
}

.p-flowTabMenu__listText {
  background: #FAF8F0;
  width: 100%;
  padding: 2.9333333333vw;
  font-weight: bold;
}

@media (min-width: 768px) {
  .p-flowTabMenu__listText {
    padding: 16px;
  }
}

@media (min-width: 768px) {
  .p-flowTabMenu__listText p {
    font-size: 18px;
  }
}

.c-tabContent {
  display: none;
}

.p-flowTabMenu02 {
  width: 100%;
  max-width: 600px;
}

.p-flowTabMenu02__list {
  display: flex;
  list-style: none;
}

.c-tabList02 {
  flex-grow: 1;
  text-align: center;
  padding: 10px;
  border: 1px solid #ccc;
}

.p-flowTabMenu02__content {
  padding: 20px;
}

.c-tabContent02 {
  display: none;
}

.c-tabContent02.is-active {
  display: block;
}

.c-tabContent {
  display: none;
}

.c-flowTabList {
  text-align: center;
}

.c-flowTabContent {
  display: none;
  border-radius: 0 0 20px 20px;
}

@media (min-width: 768px) {
  .p-flow-infoTabMenuText {
    max-width: 1120px;
    margin: 0 auto;
  }
}

.p-flow__informationsTitle {
  font-weight: bold;
  color: #242527;
  font-size: 14px;
  margin-top: 21px;
}

@media screen and (max-width: 768px) {
  .p-flow__informationsTitle {
    margin-top: 2.1vw;
  }
}

.p-flow__informationTexts {
  font-size: 12px !important;
  color: #242527 !important;
}

.c-linkIcon::after {
  content: "";
  width: 1em;
  height: 1em;
  background-image: url(../images/icon_link_blank_white.svg);
  background-size: contain;
  vertical-align: middle;
  margin-left: 4px;
  display: inline-block;
}

.cp-tokuten-info .c-linkIcon02 {
  display: block;
}

.c-alis_wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.note-list {
  font-size: 12px;
}

.c-alist {
  margin-top: 8px;
  font-size: 12px;
  color: #5E5E5E;
  display: block;
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.c-alist::before {
  content: "※";
  margin-right: 4px;
}

.c-alist1 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist1::before {
  content: "※1";
  margin-right: 4px;
}

.c-alist2 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist2::before {
  content: "※2";
  margin-right: 4px;
}

.c-alist3 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist3::before {
  content: "※3";
  margin-right: 4px;
}

.c-alist4 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist4::before {
  content: "※4";
  margin-right: 4px;
}

.c-alist5 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist5::before {
  content: "※5";
  margin-right: 4px;
}

.c-alist6 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist6::before {
  content: "※6";
  margin-right: 4px;
}

.c-alist7 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist7::before {
  content: "※7";
  margin-right: 4px;
}

.c-alist8 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist8::before {
  content: "※8";
  margin-right: 4px;
}

.c-alist9 {
  font-size: 12px;
  margin-top: 8px;
  text-indent: -2em;
  padding-left: 2em;
  color: #5E5E5E;
}

.c-alist9::before {
  content: "※9";
  margin-right: 4px;
}

.c-alistLink01 {
  margin-left: 2rem;
  margin-top: 4px;
}

.c-arrow2::after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  background-image: url(../img/icon_link_btn_self.svg);
  background-size: contain;
  vertical-align: middle;
  right: 4%;
  top: 40%;
}

@media (min-width: 768px) {
  .c-arrow2::after {
    width: 11px;
    height: 11px;
  }
}

.c-fontbold {
  font-weight: bold;
}

.c-circle10 {
  font-size: 12px;
  text-indent: -1.3em;
  padding-left: 1em;
  display: block;
}

.c-circle10::before {
  content: "・";
  margin-right: 9px;
}

.c-circle11 {
  font-size: 2.9333333333vw;
  text-indent: -1em;
  padding-left: 1em;
  display: block;
}

@media (min-width: 768px) {
  .c-circle11 {
    font-size: 14px;
  }
}

.c-circle11::before {
  content: "・";
  margin-right: 4px;
}

.c-circle12 {
  font-size: 3.2vw;
  text-indent: -1.3em;
  padding-left: 1em;
  display: block;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .c-circle12 {
    font-size: 16px;
  }
}

.c-circle12::before {
  content: "・";
  margin-right: 4px;
}

.c-circle13 {
  font-size: 3.4666666667vw;
  text-indent: -1em;
  padding-left: 1em;
  color: #242527;
  display: block;
  letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  .c-circle13 {
    font-size: 17px;
  }
}

.c-circle13::before {
  content: "・";
  margin-right: 4px;
}

.c-hover:hover {
  opacity: 0.5;
  cursor: pointer;
}

.p-modal__cardbodyInquiry {
  height: fit-content;
}

.contact_content .inner {
  color: rgb(38, 22, 11);
  background-color: rgb(255, 255, 255);
  display: flex;
  flex-direction: column;
  border-radius: 1.2821vw;
  padding: 5.1282vw;
  gap: 5.1282vw;
}

@media screen and (min-width: 768px) {
  .p-modal__cardbodyInquiry {
    width: 70%;
    height: fit-content;
  }

  .contact_content .inner {
    border-radius: 5.7692px;
    padding: 57.6923px 115.3846px;
    gap: 23.0769px;
  }

  .contact_content h3 {
    font-size: 23.0769px;
  }
}

@media screen and (min-width: 1050px) {
  .p-modal__cardbodyInquiry {
    width: 50%;
  }
}

.telbtn {
  color: #26160B;
  font-size: 34.6154px;
  font-weight: 900;
}

.modal-txt {
  font-size: 14px;
}

/* ymfg__attention */
.ymfg__attention_wrapper {
  padding: 0 16px;
  background-color: var(--white);
}

.ymfg__attention {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px 0;
  font-size: 12px;
}

.attention-title {
  font-weight: bold;
  font-size: 14px
}

.ymfg__attention .c-circle12 {
  font-size: 12px;
}

.ymfg__attention .attention-column {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.ymfg__attention .attention-text .c-alist {
  text-indent: -1.3em;
  padding-left: 1.3em;
}

.goldfree-link {
  position: absolute;
  left: 15em;
  top: 90em;
  width: 18em;
}

@media (max-width: 489px) {
  .goldfree-link {
    left: 33vw;
    top: 188vw;
    width: 14em;
  }
}

@media (max-width: 489px) {
  .additional-present {
    padding: 0 24px 120px 24px;
  }
}

/* campaign end */
.cp__endcover {
  height: 101%;
  bottom: -24px;
}

.cp__endcover {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 18px;
  width: 100%;
  position: absolute;
  background-color: rgba(40, 40, 40, 0.8);
  color: #fff;
  font-weight: bold;
  z-index: 1;
  letter-spacing: 0.48px;
  text-align: center;
  padding: 16px;
  line-height: 175%;
}

.cp__endcover p:first-child {
  font-size: 23px;
}

.kv_wrap {
  position: relative;
  max-width: 699px;
  width: 100%;
  margin: 0 auto 70px;
}

.cv-button-gray {
  background-color: #282828cc;
  color: #FFFFFF;
  border: none;
  pointer-events: none;
}

/* modal */
.modal-overlay {
  position: fixed;
  display: none;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.modal-box {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  width: 90%;
  max-width: 640px;
  max-height: 98vh;
  transition: all .25s ease;
}

.modal-box.show {
  opacity: 1;
  display: flex;
}

.modal-close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: var(--black20);
  border-radius: 24px;
  border: none;
  font-size: 20px;
  color: var(--white);
  cursor: pointer;
}

.modal__title {
  font-size: 20px;
  font-weight: 600;
}

.modal__button-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.modal__button-wrapper>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.modal__button-wrapper>li p {
  font-size: 14px;
  text-align: center;
}

.modal-box__inner {
  overflow-y: auto;
  padding: 24px;
  border-radius: 10px;
  background-color: var(--graybg);
  height: 40vh;
}

.modal-box__inner dl {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 14px;
}

.modal-box__inner dt {
  font-weight: bold;
  align-items: center;
  display: flex;
}

.modal-box__inner dt::before {
  content: "";
  display: inline-block;
  background: #242527;
  margin-right: 12px;
  width: 4px;
  height: 18px;
}

.modal-box__inner dt:not(:first-child) {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  .modal-box {
    padding: 24px 16px;
  }
}

.ymfg__header {
  text-align: center;
}

.mg-0 {
  margin: 0 auto;
}

.link_decor {
  color: #5E5E5E;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.about-point__can {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
  width: 100%;
  background-color: #f2f5f9;
  padding: 24px 40px;
}

.about-point__can_title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 768px) {
  .about-point__can_title {
    flex-direction: column;
  }

  .about-point__can {
    padding: 16px;
  }
}

.about-point__can_title img {
  width: 100%;
  height: auto;
}

.modal__text {
  font-size: 14px;
}

.hide {
  display: none !important;
}

.show {
  display: flex;
}

.contact-box {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  width: 90%;
  max-width: 640px;
  max-height: 98vh;
  transition: all .25s ease;
}

.p-modal__title {
  font-size: 26px;
  font-weight: bold;
}

.p-modal__titleSub {
  font-size: 15px;
}

.p-modal__cardWrapNG03ImgText {
  margin-top: 16px;
  font-size: 13px;
}

@media screen and (max-width: 768px) {
  .p-modal__title {
    font-size: 5.3333333333vw;
  }

  .p-modal__titleSub {
    font-size: 3.2vw;
  }

  .p-modal__cardWrapNG03ImgText {
    font-size: 2.7vw;
  }
}

.p-modal__cardWrapNG03Img02 {
  position: relative;
  display: flex !important;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #231816;
  height: 59px;
  line-height: 59px;
}

.p-modal__cardWrapNG03Img02 img {
  max-width: 20px;
  margin-right: 35px;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .p-modal__cardWrapNG03Img02 {
    height: 11vw;
    line-height: 11vw;
  }

  .p-modal__cardWrapNG03Img02 img {
    max-width: 4vw;
    margin-right: 6vw;
    margin-left: 4vw;
  }
}

.p-modal__cardWrapNG03Img02 p {
  background: #231816;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold;
  margin: 0 auto;
}

.p-modal__areas a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .banner-sp {
    display: block;
  }

  .banner-pc {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .banner-sp {
    display: none;
  }

  .banner-pc {
    display: block;
  }
}

.ymfg__u25_item_right::before {
  z-index: -1;
  position: absolute;
  top: 30%;
  right: 0;
  width: 55%;
  height: 405px;
  background-color: var(--graybg);
  content: "";
}

@media screen and (max-width: 768px) {
  .ymfg__u25_item_right::before {
    top: 38%;
    width: 98%;
    height: 590px;
  }
}

@media screen and (max-width: 425px) {
  .ymfg__u25_item_right::before {
    height: 610px;
  }
}

.p-flow__mt {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .p-flow__mt {
    margin-top: 1.0666666667vw;
  }
}

.pc {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

/* pagination */
.otherCampaignSlider-pagination {
  text-align: center;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .otherCampaignSlider-pagination {
    margin-top: 15px;
  }
}

.otherCampaignSlider-pagination .swiper-pagination-bullet {
  height: 3px;
  width: 20px;
  background-color: #008837;
  margin: 0 5px;
  border-radius: 0;
  opacity: 0.3;
}

.otherCampaignSlider-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.ymfg__label_02 {
  left: 42px;
}

.ymfg__headline_pl {
  padding-left: 32px;
}

.sup_sp {
  font-size: 8px;
}
.p-modal__cardWrapNG03Img02::after {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #231816;
  border-bottom: 2px solid #231816;
  transform: translateY(-50%) rotate(-45deg);
  content: "";
}
.note-pt{
  padding-top: 16px;
}
.ymfg__campaign_present{
  display: inline-block;
}