@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html,
body,
#primary {
  font-size: 100% !important;
}

:root {
  --white-color: #fff;
  --black-color: #00194b;
  --gray-color-300: #8ca3ab;
  --gray-color-200: #cccccc;
  --gray-color-100: #f8f8f8;
  --primary-color-500: #0c32a3;
  --primary-color-400: #223a70;
  --primary-color-400-02: #00759d;
  --primary-color-300: #49a1fe;
  --primary-color-300-02: #059af4;
  --primary-color-200: #729edb;
  --primary-color-200-02: #dde8f0;
  --primary-color-100: #edf7ff;
  --secondary-color-300: #13759b;
  --micro-color-300: #e47e21;
  --micro-color-200: #ffba54;
  --green-color: #0ed0a2;
  --micro-green-color: #13759b;
  --border-color: var(--primary-color-300-02);
  --blue-grade: linear-gradient(
    to bottom right,
    var(--primary-color-300),
    var(--primary-color-500)
  );
  --orange-grade: linear-gradient(
    to right,
    var(--micro-color-300),
    var(--micro-color-200)
  );
  --font-size: 16;
  --font-zen-kaku-gothic: "Zen Kaku Gothic New", serif;
  --font-josefin-sans: "Josefin Sans", sans-serif;
  --Scale: 1px;
}

@media (min-width: 768px) {
  .sp {
    display: none;
  }
}
@media (max-width: 1070px) {
  :root {
    --Scale: 0.0933vw;
  }
}
body #bfb_content_pc,
body #bfb_content_sp {
  display: none !important;
}

.l-fv--fathersday {
  background: linear-gradient(139.02deg, #0080dc -20.44%, #00d0ff 148.21%);
  padding-top: calc(110 / var(--font-size) * 1rem);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  min-height: calc(350 / var(--font-size) * 1rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-fv--fathersday .l-inner {
  max-width: calc(1064 / var(--font-size) * 1rem);
  margin: 0 auto;
  padding: 0 calc(20 / var(--font-size) * 1rem);
  display: block;
}
.l-fv--fathersday .l-inner h1 img {
  width: 800px;
  margin: 30px 0;
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
  .l-fv--fathersday {
    background: linear-gradient(139.02deg, #0080dc -20.44%, #00d0ff 148.21%);
    padding-top: calc(56 / var(--font-size) * 1rem);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    min-height: calc(194 / var(--font-size) * 1rem);
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .l-fv--fathersday .l-inner {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .l-fv--fathersday .l-inner h1 img {
    width: 100%;
    margin: 0;
  }
}
.fathersday_contents {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica Neue", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.8;
  color: #00194b;
  overflow: hidden;
}
.fathersday_contents .content_wrap {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 0 0px;
  margin: auto;
}
.fathersday_contents p {
  margin-bottom: 0;
}
.fathersday_contents picture {
  display: flex;
  justify-content: center;
}
.fathersday_contents sup {
  white-space: nowrap;
  font-size: 10px;
  color: #1a1c21;
  vertical-align: super;
  top: 0;
}
.fathersday_contents a {
  transition: 0.3s;
  text-decoration: none;
}
.fathersday_contents a:hover {
  text-decoration: underline;
}
.fathersday_contents a.btn-01:hover {
  opacity: 0.8;
  text-decoration: none;
  transition: 0.3s;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.fathersday_contents a:focus,
.fathersday_contents a:active {
  text-decoration: none;
}
.fathersday_contents .text_red {
  font-weight: 500;
  color: #f00;
}
.fathersday_contents .btn {
  display: block;
  margin: auto;
  position: relative;
  font-size: 20px;
  background: linear-gradient(90.64deg, #e47e21 11.55%, #ffba54 92.45%);
  width: 544px;
  color: #fff;
  padding: 23px 22px 20px 0px;
  border-radius: 60px;
  text-align: center;
}
.fathersday_contents .btn::after {
  content: "";
  background-image: url(".././img-202505fathersday/icon_arrow_01.png");
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 32px;
  display: block;
  position: absolute;
  right: 27px;
  top: 24px;
}
.fathersday_contents .btn:hover {
  opacity: 0.7;
  text-decoration: none;
}
.fathersday_contents .text_bold {
  font-weight: 600;
}
.fathersday_contents .emphasis {
  font-weight: 600;
  font-size: 24px;
}
.fathersday_contents .marker {
  background: linear-gradient(transparent 50%, #fffba4 50%);
}
.fathersday_contents .note {
  position: relative;
  z-index: 1;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #1a1c21;
}
.fathersday_contents section {
  position: relative;
  padding: 64px 0;
}
.fathersday_contents section.mv {
  padding: 0;
  background: linear-gradient(139.02deg, #0080dc -20.44%, #00d0ff 148.21%);
}
.fathersday_contents section.mv .mv_img img {
  height: 386px;
  object-fit: cover;
  display: block;
  margin: auto;
}
.fathersday_contents section.lead_text {
  padding-bottom: 0;
  background-image: url(".././img-202505fathersday/lead_bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.fathersday_contents section.lead_text .lead {
  text-align: center;
}
.fathersday_contents section.campaign_coupon {
  padding-bottom: 94px;
  background: url(".././img-202505fathersday/coupon_bg.png"), linear-gradient(0deg, #f8f8f8 40px, transparent 40px);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: auto 12.7em;
}
.fathersday_contents section.campaign_coupon .section_title {
  background-image: url(".././img-202505fathersday/campaign_coupon_title.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  width: 100%;
  height: 145px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  line-height: 1.8;
  text-align: center;
  padding: 20px 60px 20px 0;
  position: relative;
}
.fathersday_contents section.campaign_coupon .section_title::before {
  content: "";
  background-image: url(".././img-202505fathersday/line.png");
  width: 85px;
  height: 21px;
  display: block;
  position: absolute;
  top: 84px;
  left: 323px;
  z-index: 0;
}
.fathersday_contents section.campaign_coupon .section_title span {
  position: relative;
  z-index: 1;
}
.fathersday_contents section.campaign_coupon .coupon_area {
  background-color: #edf7ff;
  border-radius: 8px;
  padding: 32px;
}
.fathersday_contents section.campaign_coupon .coupon_area .coupon_img {
  width: 720px;
  margin-bottom: 32px;
}
.fathersday_contents section.campaign_coupon .coupon_area .btn {
  margin-bottom: 8px;
}
.fathersday_contents section.campaign_coupon .coupon_area .purchase_period {
  text-align: center;
  margin-bottom: 32px;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase {
  background-color: #fff;
  border-radius: 8px;
  padding: 22px 32px;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase h3 {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  margin: 10px 0;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ol {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ol li {
  padding-left: 30px;
  position: relative;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #49a1d8;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 23px;
  width: 23px;
  color: #ffffff;
  font-size: 75%;
  line-height: 1;
  position: absolute;
  top: 4px;
  left: 4px;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ul {
  font-size: 14px;
  padding-inline-start: 28px;
  list-style-type: disc;
  margin: 10px 0;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ul li {
  position: relative;
}
.fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ul li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #1a1c21;
  position: absolute;
  left: -13px;
  top: 10px;
}
.fathersday_contents section.early_discovery {
  background-color: #f8f8f8;
}
.fathersday_contents section.early_discovery .section_title img {
  width: 960px;
  height: 282px;
  margin-bottom: 40px;
}
.fathersday_contents section.early_discovery .early_discovery_item {
  margin-bottom: 40px;
  min-height: 229px;
  padding-left: 112px;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.fathersday_contents section.early_discovery .early_discovery_item::before {
  content: "";
  background-image: url(".././img-202505fathersday/quotation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 44px;
  display: block;
  position: absolute;
  left: 237px;
  top: 20px;
  z-index: 2;
}
.fathersday_contents section.early_discovery .early_discovery_item::after {
  content: "";
  background-image: url(".././img-202505fathersday/quotation.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 55px;
  height: 44px;
  display: block;
  position: absolute;
  transform: rotate(180deg);
  right: 30px;
  bottom: -15px;
  z-index: 2;
}
.fathersday_contents section.early_discovery .early_discovery_item dl {
  border-radius: 8px;
  padding: 40px 80px 40px 192px;
  background-color: #fff;
  width: 100%;
  box-shadow: 0px 0px 34px rgba(22, 67, 177, 0.06);
  position: relative;
  overflow: hidden;
}
.fathersday_contents section.early_discovery .early_discovery_item dl::after {
  content: "";
  background: linear-gradient(#00d0ff, #0080dc);
  width: 8px;
  height: 100%;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.fathersday_contents section.early_discovery .early_discovery_item .icon {
  height: 68px;
  width: auto;
  position: absolute;
  right: -5px;
  top: 13px;
}
.fathersday_contents section.early_discovery .early_discovery_item .experience_person {
  position: absolute;
  width: 225px;
  height: 225px;
  display: block;
  filter: drop-shadow(0px 0px 32px rgba(22, 67, 177, 0.06));
  left: 0;
  bottom: 0;
  z-index: 1;
}
.fathersday_contents section.early_discovery .early_discovery_item dt {
  font-size: 26px;
  background: var(--blue-grade);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  line-height: var(--header-line-height);
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px;
}
.fathersday_contents section.early_discovery .early_discovery_item dd {
  font-size: 16px;
}
.fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) {
  padding-left: 0;
  padding-right: 112px;
}
.fathersday_contents section.early_discovery .early_discovery_item:nth-child(even)::before {
  left: 30px;
}
.fathersday_contents section.early_discovery .early_discovery_item:nth-child(even)::after {
  right: 237px;
}
.fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) dl {
  padding: 40px 192px 40px 80px;
}
.fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) dl::after {
  right: auto;
  left: 0;
}
.fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) .experience_person {
  left: auto;
  right: 0;
}
.fathersday_contents section.early_discovery .early_discovery_item:nth-child(3) .icon {
  position: absolute;
  right: 13px;
  top: 13px;
}
.fathersday_contents section.cv_area {
  padding: 32px 0;
  background: linear-gradient(110.44deg, #49a1fe 0%, #0c32a3 100%);
}
.fathersday_contents section.cv_area .cv_area_img {
  width: 747px;
  height: auto;
  margin-bottom: 8px;
}
.fathersday_contents section.cv_area .btn {
  margin-bottom: 8px;
}
.fathersday_contents section.cv_area .purchase_period {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .fathersday_contents .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .fathersday_contents {
    font-size: 4vw;
  }
  .fathersday_contents .pc {
    display: none !important;
  }
  .fathersday_contents p {
    font-size: 4vw;
    line-height: 1.8;
  }
  .fathersday_contents .content_wrap {
    padding: 0;
    margin: auto;
  }
  .fathersday_contents p {
    margin-bottom: 0;
  }
  .fathersday_contents sup {
    white-space: nowrap;
    font-size: 2.6666666667vw;
    vertical-align: super;
    top: 0;
  }
  .fathersday_contents a {
    transition: 0.3s;
    text-decoration: none;
  }
  .fathersday_contents a:hover {
    text-decoration: underline;
  }
  .fathersday_contents a:focus,
  .fathersday_contents a:active {
    text-decoration: none;
  }
  .fathersday_contents .btn {
    width: 100%;
    padding: 4.8vw 4.8vw 4.8vw 0.8vw;
    border-radius: 16vw;
    font-size: 4vw;
    line-height: 1.3;
  }
  .fathersday_contents .btn::after {
    width: 4.8vw;
    height: 4.8vw;
    right: 3.8vw;
    top: 5.366667vw;
  }
  .fathersday_contents .emphasis {
    font-size: 4.8vw;
  }
  .fathersday_contents section {
    position: relative;
    padding: 7.4666666667vw 0;
  }
  .fathersday_contents section.mv .mv_img img {
    height: 77.0666666667vw;
  }
  .fathersday_contents section.lead_text {
    background-size: cover;
    padding-bottom: 7.4666666667vw;
  }
  .fathersday_contents section.lead_text .lead {
    padding: 0 5.3333333333vw;
  }
  .fathersday_contents section.campaign_coupon {
    background: #edf7ff;
    padding: 7.4666666667vw 5.3333333333vw;
  }
  .fathersday_contents section.campaign_coupon .section_title {
    margin-bottom: 4.2666666667vw;
    background-image: url(".././img-202505fathersday/campaign_coupon_title_sp.png");
    background-size: contain;
    width: 100%;
    height: 41.3333333333vw;
    font-size: 4.5333333333vw;
    padding: 9.3333333333vw 0vw 5.3333333333vw 5.3333333333vw;
    text-align: left;
  }
  .fathersday_contents section.campaign_coupon .section_title::before {
    background-size: 100%;
    width: 15.666667vw;
    height: 3.7333333333vw;
    top: 21.6vw;
    left: 6.333333vw;
  }
  .fathersday_contents section.campaign_coupon .coupon_area {
    padding: 0;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .coupon_img {
    width: 68.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .btn {
    margin-bottom: 2.1333333333vw;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .purchase_period {
    margin-bottom: 4.2666666667vw;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase {
    padding: 2.6666666667vw 5.3333333333vw;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase h3 {
    font-weight: 600;
    font-size: 4.8vw;
    text-align: center;
    margin: 2.6666666667vw 0;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ol {
    margin: 2.6666666667vw 0;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ol li {
    padding-left: 8vw;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ol li:before {
    height: 6.1333333333vw;
    width: 6.1333333333vw;
    top: 0.5333333333vw;
    left: 0.5333333333vw;
  }
  .fathersday_contents section.campaign_coupon .coupon_area .flow_after_purchase ul {
    font-size: 3.2vw;
    padding-inline-start: 6.4vw;
    list-style-type: disc;
    margin: 2.6666666667vw 0;
  }
  .fathersday_contents section.early_discovery {
    padding-top: 0;
  }
  .fathersday_contents section.early_discovery .section_title img {
    width: 100%;
    height: auto;
    margin-bottom: 7.4666666667vw;
  }
  .fathersday_contents section.early_discovery .lead {
    text-align: center;
    padding: 0 5.3333333333vw 2.1333333333vw;
  }
  .fathersday_contents section.early_discovery .note {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 5.3333333333vw;
  }
  .fathersday_contents section.early_discovery .early_discovery_item,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) {
    margin-bottom: 3.7333333333vw;
    min-height: auto;
    padding: 24vw 5.3333333333vw 2.6666666667vw 5.3333333333vw;
  }
  .fathersday_contents section.early_discovery .early_discovery_item::before,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even)::before {
    width: 12.8vw;
    height: 10.1333333333vw;
    left: 8vw;
    top: 21.3333333333vw;
  }
  .fathersday_contents section.early_discovery .early_discovery_item::after,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even)::after {
    width: 12.8vw;
    height: 10.1333333333vw;
    right: 8vw;
    bottom: 0vw;
  }
  .fathersday_contents section.early_discovery .early_discovery_item dl,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) dl {
    padding: 13.3333333333vw 5.3333333333vw 5.3333333333vw;
    width: 100%;
  }
  .fathersday_contents section.early_discovery .early_discovery_item dl::after,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) dl::after {
    background: linear-gradient(90deg, #00d0ff, #0080dc 80%, transparent 80%);
    width: 100%;
    height: 2.1333333333vw;
    top: auto;
    bottom: 0;
  }
  .fathersday_contents section.early_discovery .early_discovery_item .icon,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) .icon {
    right: 9.6vw;
    top: 20.8vw;
    width: 12vw;
    height: 14.6666666667vw;
  }
  .fathersday_contents section.early_discovery .early_discovery_item .experience_person,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) .experience_person {
    width: 34.6666666667vw;
    height: 34.6666666667vw;
    left: 50%;
    bottom: auto;
    top: 0;
    transform: translateX(-50%);
  }
  .fathersday_contents section.early_discovery .early_discovery_item dt,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) dt {
    text-align: center;
    font-size: 5.3333333333vw;
    margin-bottom: 1.3333333333vw;
  }
  .fathersday_contents section.early_discovery .early_discovery_item dd,
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(even) dd {
    font-size: 4vw;
  }
  .fathersday_contents section.early_discovery .early_discovery_item:nth-child(3) .icon {
    position: absolute;
    right: 12.2666666667vw;
    top: 16.8vw;
  }
  .fathersday_contents section.cv_area {
    padding: 7.4666666667vw 5.3333333333vw;
  }
  .fathersday_contents section.cv_area .cv_area_img {
    width: 100%;
    margin-bottom: 2.1333333333vw;
  }
  .fathersday_contents section.cv_area .btn {
    margin-bottom: 2.1333333333vw;
  }
}