@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@400;500;700&family=Noto+Sans+JP:wght@400;500;600;700;900&display=swap");
/*------------------------------------------------------------
  Reset
------------------------------------------------------------*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video {
  font-family: "Noto Sans JP", "Yu Gothic", "Meiryo", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1%;
  line-height: 160%;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body,
table,
input,
textarea,
select,
option,
h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Noto sans-serif, sans-serif;
}

h2 {
  letter-spacing: 4%;
  font-size: clamp(30px, 4vw + 1rem, 50px);
  font-weight: 900;
  position: relative;
  display: inline-block;
  z-index: 1;
  margin: 20px auto;
  text-align: center;
  line-height: 160%;
  width: 100%;
}
h2 span {
  font-family: Jost, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  position: absolute;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  top: -45px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  h2 span {
    font-family: Jost, sans-serif;
    font-size: 54px;
    top: -20px;
  }
}

h3 {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: 4%;
  line-height: 160%;
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 22px;
    line-height: 140%;
  }
}

h4 {
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 4%;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 18px;
    line-height: 140%;
  }
}

h5 {
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 4%;
  line-height: 180%;
}
@media screen and (max-width: 768px) {
  h5 {
    font-size: 16px;
    line-height: 140%;
  }
}

table,
input,
textarea,
select,
option {
  line-height: 1.1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*------------------------------------------------------------

------------------------------------------------------------*/
body {
  color: #394C69;
  line-height: 1.5;
  overflow-x: hidden;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

button {
  border: none;
}

.l-content {
  max-width: 1060px;
  padding: 0px 20px;
  margin: 0 auto;
}

.c-img {
  width: 100%;
  height: auto;
}

section, .c-mainvisual {
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, rgb(153, 153, 153) 0%, rgb(246, 246, 246) 50%, rgb(153, 153, 153) 100%) 1;
}
@media screen and (max-width: 768px) {
  section, .c-mainvisual {
    border-bottom: 4px solid;
  }
}

/*------------------------------------------------------------
  Fix Button
------------------------------------------------------------*/
.fix-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 80;
  width: 100%;
  padding: 26px 40px 8px;
  text-align: center;
  background: rgba(88, 88, 88, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  transform: translateZ(0);
}
@media screen and (max-width: 768px) {
  .fix-button {
    padding: 26px 20px 8px;
  }
}
.fix-button .c-img {
  position: absolute;
  top: -22px;
  z-index: 5;
  margin: 0 auto;
  display: block;
  left: 50%;
  transform: translateX(-50%);
}
.fix-button .c-btn01 {
  display: inline-flex;
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #FFE200;
  border: 4px solid #0032A0;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.1);
  transition: opacity 0.3s ease-in-out;
}
.fix-button .c-btn01:hover {
  opacity: 0.8;
}
.fix-button .c-btn01 a {
  display: block;
  width: 100%;
  padding: 18px 0 15px;
  color: #0032A0;
  font-size: 22px;
  font-weight: 800;
  text-decoration: none;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .fix-button .c-btn01 a {
    font-size: 18px;
  }
}
.fix-button .c-btn01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 10px;
  height: 15px;
  background: url("/promotion/baystars/images/arrow.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}

.fix-button.is-show {
  opacity: 1;
  visibility: visible;
}

/*------------------------------------------------------------
  Modal
------------------------------------------------------------*/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(10%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal {
  position: relative;
  z-index: 1001;
  display: none;
}

.modal[aria-hidden=false] {
  display: block;
}

.modal[aria-hidden=false] {
  display: block;
}

.modal-overlay {
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.modal[aria-hidden=false] .modal-overlay {
  animation: mmfadeIn 0.3s;
}

.modal[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s;
}

.modal[aria-hidden=true] .modal-overlay {
  animation: mmfadeOut 0.3s;
}

.modal[aria-hidden=true] .modal-container {
  animation: mmslideOut 0.3s;
}

.modal-container {
  overflow-y: auto;
  z-index: 100;
  position: fixed;
  width: 95%;
  max-width: 960px;
  margin: 0 auto;
  max-height: 95%;
  background: #fff;
  border-image-slice: 1;
}

.modal[aria-hidden=false] .modal-container {
  animation: mmslideIn 0.3s;
}

.modal-close {
  height: 40px;
  position: absolute;
  z-index: 9999;
  width: 40px;
  top: 20px;
  right: 20px;
  background: transparent;
  border: 0;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.modal-close::before {
  font-size: 30px;
  color: #000;
  content: "✕";
  line-height: 27px;
  height: 30px;
  color: #0032A0;
}
.modal-close:hover {
  background: #0032A0;
}
.modal-close:hover::before {
  color: #FFFFFF;
}
@media screen and (max-width: 768px) {
  .modal-close {
    right: 10px;
    position: absolute;
    top: 10px;
    height: 32px;
    width: 32px;
  }
}

.modal-scroll {
  text-align: center;
  overflow-y: auto;
  height: auto;
  max-height: 85vh;
  background: #fff;
  scrollbar-width: thin;
  scroll-behavior: smooth;
}

.c-modal03 {
  width: 100%;
  height: auto;
  padding: 4px 0px 4px;
  max-width: 860px;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
}

.modal_item01 {
  margin: 30px auto 0px;
}

.modal_item02,
.modal_item03 {
  padding: 20px 10px 10px;
  background-color: #EAF0FF;
  border: 1px solid #0032A0;
  margin: 15px;
}
.modal_item02 .c-title01 h2,
.modal_item03 .c-title01 h2 {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .modal_item02 .c-title01 h2 {
    font-size: 16px;
  }
}

.modal_item03 {
  display: none;
  transition: 0.3s;
}
.modal_item03.active {
  display: block;
}

.modal_item04 {
  text-align: left;
  margin: 15px 15px 30px 15px;
}

.c-modal03 .title1 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #0032A0;
}
@media screen and (max-width: 768px) {
  .c-modal03 .title1 {
    text-align: left;
    padding: 0px 16px;
    font-size: 16px;
  }
}
.c-modal03 .c-title01 {
  display: block;
  min-height: 1px;
  margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
  .c-modal03 .c-title01 {
    margin-bottom: 18px;
  }
}
.c-modal03 .c-title01 h2 {
  font-size: 16px;
  color: #0032A0;
}
@media screen and (min-width: 769px) {
  .c-modal03 .c-title01 h2 {
    font-size: 20px;
  }
}

.block1_modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.block1_modal02 {
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .block1_modal02 {
    flex-direction: column;
  }
}

.card_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 560px;
  height: 95px;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #28292D;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center right 8px;
  transition: 0.2s;
}
@media screen and (max-width: 768px) {
  .card_modal {
    height: 72px;
  }
}
.card_modal img {
  max-height: 63px;
  width: auto;
  margin-left: 1em;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .card_modal img {
    height: 50px;
    margin-left: 2em;
  }
}
.card_modal p {
  width: 50%;
  font-size: 20px;
  font-weight: 700;
  padding-left: 2rem;
}
@media screen and (max-width: 768px) {
  .card_modal p {
    font-size: 18px;
    text-align: left;
  }
}
.card_modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  color: #ffffff;
  border: 0;
}
.card_modal::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  left: 1em;
  background: url(/promotion/baystars/images/check_box.svg) no-repeat;
  transition: 0.1s;
}
.card_modal.normal.active, .card_modal.normal:hover {
  color: #0032A0;
  background: #FFFFFF;
  border: 4px solid #0032A0;
  filter: none;
}
.card_modal.normal.active::after {
  background: url(/promotion/baystars/images/check.svg) no-repeat;
  filter: none;
}
.card_modal.gold.active, .card_modal.gold:hover {
  color: #9C7015;
  background: #FFFFFF;
  border: 4px solid #9C7015;
  filter: none;
}
.card_modal.gold.active::after {
  background: url(/promotion/baystars/images/check_gold.svg) no-repeat;
  filter: none;
}

.modal_app {
  width: 45%;
  margin-bottom: 15px;
  background: transparent;
  border: unset;
}
@media screen and (max-width: 768px) {
  .modal_app {
    width: 100%;
  }
}
.modal_app .c-btn01,
.modal_app .c-btn02 {
  height: 60px;
  max-width: 360px;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: ease-in-out 0.3s;
}
.modal_app .c-btn01:hover,
.modal_app .c-btn02:hover {
  box-shadow: none;
}
.modal_app .c-btn01 a,
.modal_app .c-btn02 a {
  width: 100%;
  height: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.modal_app .c-btn01 a::after,
.modal_app .c-btn02 a::after {
  content: "";
  position: absolute;
  right: 3%;
  width: 8px;
  height: 100%;
  background: url(/promotion/baystars/images/arrow.svg) no-repeat center;
  background-size: 100% auto;
}
.modal_app .c-btn01 .modal-md,
.modal_app .c-btn02 .modal-md {
  font-size: 20px;
  font-weight: 700;
  transition: ease-in-out 0.3s;
}
@media screen and (max-width: 768px) {
  .modal_app .c-btn01 .modal-md,
  .modal_app .c-btn02 .modal-md {
    font-size: 16px;
  }
}
.modal_app .c-btn01 {
  background: #ffe200;
  border: 3px solid #0032A0;
}
.modal_app .c-btn01 .modal-md {
  color: #0032A0;
}
.modal_app .c-btn02 {
  background: #0032A0;
}
.modal_app .c-btn02 a::after {
  filter: brightness(0) invert(1);
}
.modal_app .c-btn02 .modal-md {
  color: #ffffff;
}

/*------------------------------------------------------------
  Header
------------------------------------------------------------*/
.menu-overlay {
  position: fixed;
  z-index: 82;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: opacity 300ms ease;
}

body.is-nav-open .menu-overlay {
  opacity: 1;
  pointer-events: auto;
}

.c-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
}
@media screen and (max-width: 600px) {
  .c-header {
    background: #000553;
  }
}
.c-header .content {
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 0;
}
@media screen and (max-width: 600px) {
  .c-header .content {
    padding: 15px 10px 0;
  }
}
.c-header .c-header-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .c-header .c-header-logo {
    height: 40px;
  }
}
.c-header .c-header-logo .logo {
  height: 100%;
}
.c-header .c-header-logo .logo img {
  width: auto;
  height: 100%;
  display: block;
}
.c-header .hamburger-menu-container {
  position: fixed;
  top: 10px;
  right: 20px;
  z-index: 80;
  width: 40px;
  height: 40px;
  padding: 2px;
  cursor: pointer;
  transition: opacity 0.3s;
}
@media screen and (max-width: 600px) {
  .c-header .hamburger-menu-container {
    right: 10px;
  }
}
.c-header .hamburger-menu-container:hover {
  opacity: 0.7;
}
.c-header .hamburger-menu {
  position: relative;
  width: 100%;
  height: 100%;
  background: none;
  border: none;
  cursor: pointer;
}
.c-header .hamburger-menu__bar {
  position: absolute;
  top: 50%;
  width: 5px;
  height: 5px;
  background-color: #fff;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.c-header .hamburger-menu__bar:nth-child(1) {
  left: 10%;
}
.c-header .hamburger-menu__bar:nth-child(2) {
  left: 50%;
}
.c-header .hamburger-menu__bar:nth-child(3) {
  right: 0;
}
.c-header.is-dark-bg .hamburger-menu__bar {
  background-color: #0032A0;
}
.c-header.is-light-bg .hamburger-menu__bar {
  background-color: #fff;
}

/*------------------------------------------------------------
  nav
------------------------------------------------------------*/
.c-nav {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90;
  width: 460px;
  height: 100%;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.4s ease-in-out;
}
@media screen and (max-width: 600px) {
  .c-nav {
    width: 100%;
  }
}
.c-nav.is-open {
  transform: translateX(0);
}
.c-nav .c-img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 200px;
  pointer-events: none;
  margin: 0 10px 10px 0;
}

.closed-menu-container {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}
.closed-menu-container .closed-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  transition: background-color 0.2s;
}
.closed-menu-container .closed-menu:hover {
  background-color: #0032A0;
}
.closed-menu-container .closed-menu:hover .closed-menu__bar {
  background-color: #fff;
}
.closed-menu-container .closed-menu__bar {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #0032A0;
  border-radius: 2px;
  transition: transform 0.3s;
}
.closed-menu-container .closed-menu__bar:nth-child(1) {
  transform: rotate(45deg);
}
.closed-menu-container .closed-menu__bar:nth-child(2) {
  transform: rotate(-45deg);
}

.c-nav-list .c-nav__item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
  padding: 15px 20px;
  color: #0032A0;
  font-size: 20px;
  font-weight: 900;
  border-top: 1px solid #0032A0;
  transition: background-color 0.2s, color 0.2s;
}
@media screen and (max-width: 600px) {
  .c-nav-list .c-nav__item {
    font-size: 17px;
  }
}
.c-nav-list .c-nav__item:nth-child(5) {
  border-bottom: 1px solid #0032A0;
}
.c-nav-list .c-nav__item::after {
  content: "";
  position: relative;
  z-index: 2;
  width: 12px;
  height: 12px;
  background: url("/promotion/baystars/images/menu_arrow.svg") no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.c-nav-list .c-nav__item .c-nav__label {
  position: relative;
  z-index: 2;
  padding: 0 5px;
  background-color: #0032A0;
  color: #fff;
  font-family: "Jost", sans-serif;
  font-weight: 600;
  pointer-events: none;
  transition: background-color 0.2s, color 0.2s;
}
.c-nav-list .c-nav__item a {
  margin-right: auto;
  color: inherit;
  text-decoration: none;
}
.c-nav-list .c-nav__item a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
}
.c-nav-list .c-nav__item:hover {
  background-color: #0032A0;
  color: #fff;
}
.c-nav-list .c-nav__item:hover .c-nav__label {
  background-color: #fff;
  color: #0032A0;
}
.c-nav-list .c-nav__item:hover::after {
  filter: brightness(0) invert(1);
}

/*------------------------------------------------------------
  Main Visual
------------------------------------------------------------*/
.c-mainvisual {
  background: #000553;
  background-image: url(/promotion/baystars/images/main_pcbg.png);
  background-position: center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .c-mainvisual {
    background-image: url(/promotion/baystars/sp/images/main_spbg.png);
  }
}
.c-mainvisual .content .c-img1 {
  display: inline-block;
  width: 100%;
  height: auto;
}
.c-mainvisual .content p {
  color: #FFFFFF;
  font-size: 12px;
  margin: 1rem 1rem 3rem;
}

/*------------------------------------------------------------
  Note
------------------------------------------------------------*/
.note {
  color: #767676;
}
.note p {
  margin: 0 0 0 1em;
  line-height: 1.5;
  font-size: 12px;
}
.note p::before {
  content: "※";
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.note span {
  display: inline-block;
}

.note2 {
  color: #767676;
}
@media screen and (max-width: 768px) {
  .note2 p {
    font-size: 14px;
  }
}
.note2 span {
  display: block;
  font-size: 16px;
  padding-left: 1em;
  text-indent: -1em;
}
.note2 span::before {
  content: " ・ ";
}
@media screen and (max-width: 768px) {
  .note2 span {
    font-size: 14px;
  }
}
.note2 .f-bold {
  font-weight: 700;
}
.note2 .link {
  color: #0032A0;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
  transition: ease-in-out 0.3s;
}
.note2 .link:hover {
  text-decoration: none;
  opacity: 0.8;
}
.note2 .link::after {
  background: url(/promotion/baystars/images/link_blue.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 6px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .note2 .link::after {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 768px) {
  .note2 .link {
    font-size: 14px;
  }
}

/*------------------------------------------------------------
  Index
------------------------------------------------------------*/
.index-sec01 {
  padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec01 {
    padding: 40px 0px 60px;
  }
}
.index-sec01 {
  background: #E6E7E9;
}
.index-sec01 h2 {
  color: #0032A0;
}
.index-sec01 h2 span {
  color: #F1F2F4;
}
.index-sec01 .box {
  position: relative;
  background: #FFFFFF;
  margin-top: 80px;
  padding: 80px 0px 120px;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box {
    margin-top: 60px;
    padding: 60px 0px 100px;
  }
}
.index-sec01 .box.is-closed {
  padding-bottom: 0;
}
.index-sec01 .box .num {
  position: absolute;
  width: 100px;
  height: auto;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .num {
    width: 80px;
  }
}
.index-sec01 .box .content-head {
  text-align: center;
  padding: 0 0 30px;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .content-head {
    padding: 0 0 20px;
  }
}
.index-sec01 .box .content-head .head-ttl {
  color: #0032A0;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
}
.index-sec01 .box .content-head .head-ttl_2 {
  line-height: 1.6;
}
.index-sec01 .box .content-head .head-ttl span {
  font-family: Jost, sans-serif;
  font-weight: 800;
  font-size: 42px;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .content-head .head-ttl {
    font-size: 20px;
    line-height: 1.5;
  }
  .index-sec01 .box .content-head .head-ttl span {
    font-size: 30px;
  }
}
.index-sec01 .box .content-head .subtxt {
  color: #394C69;
  line-height: 2.2;
  font-size: 22px;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .content-head .subtxt {
    font-size: 16px;
  }
}
.index-sec01 .box .item {
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .item {
    padding: 0 10px;
  }
}
.index-sec01 .box .item .ttl {
  background: #0032A0;
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  margin: 0 auto;
  padding: 2px 14px;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .item .ttl {
    font-size: 16px;
  }
}
.index-sec01 .box .item .txt {
  display: inline-block;
  margin: 14px auto;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .item .txt {
    font-size: 14px;
  }
}
.index-sec01 .box .item .step {
  max-width: 600px;
  margin: 0 auto 20px;
  display: grid;
  gap: 10px;
}
.index-sec01 .box .item .step li {
  background: #F5F5F5;
  color: #0032A0;
  font-size: 16px;
  font-weight: 700;
  padding: 15px 60px;
  display: flex;
  gap: 20px;
  text-align: left;
  align-items: center;
}
.index-sec01 .box .item .step li.fl-start {
  align-items: flex-start;
}
.index-sec01 .box .item .step li img {
  width: auto;
  height: 40px;
}
.index-sec01 .box .item .step li p {
  color: #394C69;
  font-size: 14px;
  font-weight: 500;
}
.index-sec01 .box .item .step li .txt1 {
  font-weight: 700;
}
.index-sec01 .box .item .step li .txt2 {
  text-align: left;
  font-size: 16px;
  font-weight: 700;
  display: grid;
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.index-sec01 .box .item .step li .txt2 .shop-ttl {
  font-size: 14px;
  font-weight: 700;
}
.index-sec01 .box .item .step li .link::after {
  background: url(/promotion/baystars/images/link_blk.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  display: inline-block;
  content: "";
  width: 12px;
  height: 12px;
  margin-left: 4px;
  margin-top: 4px;
}
.index-sec01 .box .item .step li .link:hover {
  text-decoration: underline;
}
.index-sec01 .box .item .step li .cta-box {
  display: flex;
  gap: 1.5rem;
  margin-top: 0.5rem;
  align-items: center;
}
.index-sec01 .box .item .step li .cta-box .c-img {
  display: inline-block;
  height: 80px;
  width: auto;
  aspect-ratio: 9/13;
}
.index-sec01 .box .item .step li .cta-box .c-img img {
  height: 100%;
}
.index-sec01 .box .item .step li .cta-box .cta {
  text-align: center;
  max-width: 300px;
  width: 100%;
  background: #FFED00;
  position: relative;
  transition: ease-in-out 0.2s;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.index-sec01 .box .item .step li .cta-box .cta:hover {
  box-shadow: none;
}
.index-sec01 .box .item .step li .cta-box .cta a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-weight: 800;
}
.index-sec01 .box .item .step li .cta-box .cta::before {
  content: "";
  background: url(/promotion/baystars/images/arrow.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  right: 8%;
  width: 8px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .item .step li {
    padding: 10px 15px;
  }
  .index-sec01 .box .item .step li img {
    height: 30px;
  }
  .index-sec01 .box .item .step li .txt1 {
    font-size: 14px;
  }
  .index-sec01 .box .item .step li p {
    font-size: 12px;
  }
}
.index-sec01 .box .present-block {
  margin: 0 auto;
  width: calc(100% - 40px);
}
.index-sec01 .box .present-block .item {
  padding: 0 0px;
}
.index-sec01 .box .present-block .head-ttl {
  color: #0032A0;
  font-weight: 900;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  margin: 40px 0;
}
.index-sec01 .box .present-block .present-list {
  display: flex;
  justify-content: center;
  text-align: center;
  gap: 20px;
  margin-bottom: 3rem;
}
.index-sec01 .box .present-block .present-list .bg-txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: top right;
}
.index-sec01 .box .present-block .present-list .bg-txt.ticket {
  background-image: url("/promotion/baystars/images/bg_ticket.svg");
}
.index-sec01 .box .present-block .present-list .bg-txt.goods {
  background-image: url("/promotion/baystars/images/bg_goods.svg");
}
.index-sec01 .box .present-block .present-list .bg-txt.event {
  background-image: url("/promotion/baystars/images/bg_event.svg");
}
.index-sec01 .box .present-block .present-list li {
  background: #F2F6FF;
  position: relative;
  width: calc(33.3333333333% - 20px);
  padding: 2rem 1rem 4rem;
}
.index-sec01 .box .present-block .present-list li .present-ttl {
  position: absolute;
  width: 200px;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.index-sec01 .box .present-block .present-list li .c-img {
  width: 100%;
  height: 60px;
  margin: 20px 0;
}
.index-sec01 .box .present-block .present-list li .c-img img {
  height: 100%;
}
.index-sec01 .box .present-block .present-list li .present-label {
  color: #0032A0;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
}
.index-sec01 .box .present-block .present-list li .present-count {
  color: #0032A0;
  font-weight: 700;
  font-size: 20px;
  display: inline;
  background: linear-gradient(transparent calc(100% - 10px), #FFE200 0);
}
.index-sec01 .box .present-block .present-list li .present-count span {
  font-family: Jost, sans-serif;
  font-weight: 800;
  font-size: 40px;
}
.index-sec01 .box .present-block .present-list li .present-name {
  color: #0032A0;
  font-weight: 800;
  font-size: 20px;
  max-height: 63px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index-sec01 .box .present-block .present-list .cal-table {
  border-radius: 4px;
  overflow: hidden;
  margin-top: 2rem;
}
.index-sec01 .box .present-block .present-list .cal-table .tb1, .index-sec01 .box .present-block .present-list .cal-table .tb2 {
  border-collapse: collapse;
  width: 100%;
  border: none;
}
.index-sec01 .box .present-block .present-list .cal-table th {
  text-align: center;
  color: #FFFFFF;
  background: #2956BA;
  padding: 1rem 0.5rem;
  font-weight: 700;
  font-size: 14px;
  width: 30%;
}
.index-sec01 .box .present-block .present-list .cal-table th:first-child {
  border-right: 2px dotted #FFFFFF;
}
.index-sec01 .box .present-block .present-list .cal-table td {
  padding: 0.5rem 1rem;
  font-size: 12px;
  text-align: left;
  color: #000000;
  font-weight: 600;
}
.index-sec01 .box .present-block .present-list .cal-table td span {
  font-family: Jost, sans-serif;
  font-weight: 500;
  font-size: 11px;
}
.index-sec01 .box .present-block .present-list .cal-table tr:nth-child(even) td {
  background: #fff;
}
.index-sec01 .box .present-block .present-list .cal-table tr:nth-child(even) td:first-child {
  border-right: 2px dotted #DCDCDC;
}
.index-sec01 .box .present-block .present-list .cal-table tr:nth-child(odd) td {
  background: #DCDCDC;
}
.index-sec01 .box .present-block .present-list .cal-table tr:nth-child(odd) td:first-child {
  border-right: 2px dotted #FFFFFF;
}
.index-sec01 .box .present-block .present-list .cal-table02 {
  border-radius: 4px;
  overflow: hidden;
  max-width: 150px;
  margin: 2rem auto 0;
}
.index-sec01 .box .present-block .present-list .cal-table02 .tb2 th, .index-sec01 .box .present-block .present-list .cal-table02 .tb2 td {
  border: none !important;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .present-block {
    width: calc(100% - 20px);
  }
  .index-sec01 .box .present-block .present-list {
    flex-direction: column;
    gap: 56px;
  }
  .index-sec01 .box .present-block .present-list li {
    width: 100%;
  }
  .index-sec01 .box .present-block .present-list li .c-img {
    margin: 25px 0 20px;
    height: 50px;
  }
}
.index-sec01 .box .note {
  color: #767676;
  text-align: left;
}
.index-sec01 .box .note p span {
  font-size: 12px;
}
.index-sec01 .box .contact-num-item {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}
.index-sec01 .box .contact-num-item .contact-num-ttl {
  padding: 4px 12px;
  border: 2px solid #0032A0;
  background: #0032A0;
}
.index-sec01 .box .contact-num-item .contact-num-ttl p {
  font-weight: 700;
  color: #FFFFFF;
}
.index-sec01 .box .contact-num-item .contact-num-txt {
  font-size: 12px;
  border: 2px solid #0032A0;
  padding: 4px 18px;
  background: #FFF;
}
.index-sec01 .box .contact-num-item .contact-num-txt p {
  font-weight: 700;
  color: #0032A0;
}
@media screen and (max-width: 768px) {
  .index-sec01 .box .contact-num-item .contact-num-ttl {
    padding: 4px 12px;
  }
  .index-sec01 .box .contact-num-item .contact-num-ttl p {
    font-size: 14px;
  }
  .index-sec01 .box .contact-num-item .contact-num-txt {
    padding: 4px 12px;
  }
  .index-sec01 .box .contact-num-item .contact-num-txt p {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec01 .box01 {
    margin-top: 40px;
  }
}
.index-sec01 {
  /*------------------------------------------------------------
    Campaign Accordion
  ------------------------------------------------------------*/
}
.index-sec01 .cp-acc .cp-acc-txt {
  position: relative;
  overflow: hidden;
}
.index-sec01 .cp-acc .cp-acc-txt::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(255, 255, 255, 0.9) 50%, rgb(255, 255, 255) 100%);
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  width: 100%;
  display: none;
  z-index: 2;
}
.index-sec01 .cp-acc .cp-acc-txt.is-closed {
  height: 100px;
}
.index-sec01 .cp-acc .cp-acc-txt.is-closed::before {
  display: block;
}
.index-sec01 .cp-acc .cp-acc-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: fit-content;
  margin: auto;
  padding: 5px 0;
  color: #00428E;
  font-size: 18px;
  font-weight: 800;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.index-sec01 .cp-acc .cp-acc-btn::before {
  content: "もっと見る";
}
.index-sec01 .cp-acc .cp-acc-btn::after {
  content: "＋";
  display: inline-block;
  min-width: 20px;
  padding: 4px;
  box-sizing: border-box;
  color: #00428E;
  font-size: 16px;
  line-height: 1;
  background-color: #ffffff;
  border: 2px solid #00428E;
}
.index-sec01 .cp-acc .cp-acc-btn.is-show {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .index-sec01 .cp-acc .cp-acc-btn.is-show {
    height: 0px;
    margin-bottom: 40px;
  }
}
.index-sec01 .cp-acc .cp-acc-btn.is-show::before {
  content: "閉じる";
}
.index-sec01 .cp-acc .cp-acc-btn.is-show::after {
  content: "－";
}
.index-sec01 .cp-acc .cp-acc-btn:hover {
  opacity: 0.8;
}
.index-sec02 {
  background: #EAF0FF;
  padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec02 {
    padding: 40px 0px 60px;
  }
}
.index-sec02 h2 {
  color: #0032A0;
}
.index-sec02 h2 span {
  color: #E1EAFF;
}
.index-sec02 h2 small {
  font-size: 40px;
  font-weight: 800;
}
@media screen and (max-width: 768px) {
  .index-sec02 h2 small {
    font-size: 24px;
  }
}
.index-sec02 .sub-wrap {
  display: flex;
  justify-content: center;
}
.index-sec02 .sub-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.index-sec02 .sub-content .copy p {
  color: #0032A0;
  font-size: 12px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec02 .sub-content .copy p {
    font-size: 9px;
  }
}
.index-sec02 .sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .sub {
    gap: 0px;
  }
}
.index-sec02 .sub .c-img {
  height: 100px;
  width: auto;
  aspect-ratio: 16/15;
}
.index-sec02 .sub .c-img img {
  height: 100%;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .index-sec02 .sub .c-img {
    height: 56px;
  }
}
.index-sec02 .sub .txt1 {
  text-align: center;
  display: contents;
}
.index-sec02 .sub .txt1 p, .index-sec02 .sub .txt1 span {
  line-height: 1.2;
  font-size: 30px;
  font-weight: 700;
  color: #0032A0;
}
@media screen and (max-width: 768px) {
  .index-sec02 .sub .txt1 p, .index-sec02 .sub .txt1 span {
    font-size: 17px;
  }
}
.index-sec02 .sub .txt1 .bg-txt {
  font-family: Jost, sans-serif;
  font-weight: 700;
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .sub .txt1 .bg-txt {
    font-size: 34px;
  }
}
.index-sec02 .sub .txt1 .underline {
  background: linear-gradient(transparent calc(100% - 10px), #FFE200 0);
}
.index-sec02 .box {
  position: relative;
  background: #FFFFFF;
  margin-top: 80px;
  padding: 100px 0px 120px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box {
    margin-top: 60px;
    padding: 70px 10px 30px;
  }
}
.index-sec02 .box .num {
  position: absolute;
  width: 100px;
  height: auto;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .num {
    width: 80px;
  }
}
.index-sec02 .box .content-head {
  text-align: center;
  padding: 0 0 30px;
}
.index-sec02 .box .content-head .head-ttl {
  display: inline-flex;
  color: #0032A0;
  font-weight: 900;
  font-size: 28px;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .content-head .head-ttl {
    font-size: 22px;
    font-weight: 700;
    gap: 0.4rem;
  }
}
.index-sec02 .box .content-head .head-ttl.gold {
  color: #9C7015;
}
.index-sec02 .box .content-head .head-ttl img {
  width: auto;
  height: 42px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .content-head .head-ttl img {
    height: 28px;
  }
}
.index-sec02 .box .content-head .head-ttl .img-right {
  transform: scaleX(-1);
}
.index-sec02 .box .content-head .head-txt {
  color: #394C69;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .content-head .head-txt {
    font-size: 20px;
  }
}
.index-sec02 .box .item {
  max-width: 600px;
  margin: 0 auto;
}
.index-sec02 .box .item .txt {
  margin: 14px auto;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .item .txt {
    font-size: 14px;
  }
}
.index-sec02 .box .item .note2 p {
  color: #394C69;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .item .note2 p {
    font-size: 14px;
  }
}
.index-sec02 .box .item .link-wrap {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .item .link-wrap {
    font-size: 14px;
  }
}
.index-sec02 .box .item .link-wrap .gold {
  color: #9C7015;
}
.index-sec02 .box .item .link-wrap .gold::after {
  background: url(/promotion/baystars/images/link_gold.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  display: inline-block;
  content: "";
  width: 18px;
  height: 18px;
  margin-left: 6px;
  margin-top: 6px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .item .link-wrap .gold::after {
    width: 14px;
    height: 14px;
  }
}
.index-sec02 .box .gold-content {
  padding: 4rem 0;
  max-width: 600px;
  margin: 0 auto;
}
.index-sec02 .box .gold-content .card {
  width: 300px;
  height: auto;
  margin: 0 auto;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .gold-content .card {
    width: 200px;
  }
}
.index-sec02 .box .gold-content .head-txt {
  padding: 2rem 0;
}
.index-sec02 .box .gold-content .note {
  text-align: left;
}
.index-sec02 .box .point {
  position: relative;
  isolation: isolate;
  background: #F5F5F5;
  padding: 4rem 2rem;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .point {
    padding: 2rem 1rem;
  }
}
.index-sec02 .box .point .bg-txt {
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  height: 100%;
  z-index: -1;
  pointer-events: none;
  background-image: url("/promotion/baystars/images/bg_point.svg");
  background-repeat: no-repeat;
  background-position: top right;
}
.index-sec02 .box .point .head-ttl {
  color: #0032A0;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .point .head-ttl {
    font-size: 20px;
  }
}
.index-sec02 .box .point .balloon {
  position: relative;
  width: 200px;
  height: auto;
  margin: 0 auto 2rem;
  background: #0032A0;
  text-align: center;
  padding: 8px 16px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .point .balloon {
    padding: 4px 12px;
    width: 170px;
  }
}
.index-sec02 .box .point .balloon::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #0032A0 transparent transparent transparent;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.index-sec02 .box .point .balloon p {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 20px;
  line-height: inherit;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .point .balloon p {
    font-size: 16px;
  }
}
.index-sec02 .box .point .logo {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
}
.index-sec02 .box .point .graph {
  background-color: #EAF0FF;
  margin-bottom: 10px;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .point .graph {
    padding: 1rem;
  }
}
.index-sec02 .box .card-bonus {
  background: #FFFFFF;
  border: 2px solid #0032A0;
  margin: 3rem auto 0;
}
.index-sec02 .box .card-bonus .head-ttl {
  background: #0032A0;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  padding: 0.5rem;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .card-bonus .head-ttl {
    font-size: 16px;
  }
}
.index-sec02 .box .card-bonus .card-content {
  display: flex;
  justify-content: space-between;
  padding: 2rem;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .card-bonus .card-content {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.index-sec02 .box .card-bonus .card-content .card-item {
  padding: 1.2rem;
  width: calc(50% - 10px);
}
.index-sec02 .box .card-bonus .card-content .card-item .txt {
  position: relative;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .index-sec02 .box .card-bonus .card-content .card-item {
    padding: 2rem 1.2rem 1rem;
    width: 100%;
  }
  .index-sec02 .box .card-bonus .card-content .card-item .txt {
    font-size: 13px;
  }
}
.index-sec02 .box .card-bonus .card-content .card-item-box {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  border-bottom: 2px solid #0032A0;
}
.index-sec02 .box .card-bonus .card-content .card-item-box img {
  width: 80px;
  height: 100%;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
}
.index-sec02 .box .card-bonus .card-content .card-item-box h4 {
  font-size: 18px;
}
.index-sec02 .box .card-bonus .card-content .normal {
  background-color: #EAF1FF;
}
.index-sec02 .box .card-bonus .card-content .gold {
  background-color: #FBF4E9;
}
.index-sec02 .box .card-bonus .card-content .gold h4 {
  color: #9C7015;
}
.index-sec02 .box .card-bonus .card-content .gold .card-item-box {
  border-bottom: 2px solid #9C7015;
}
.index-sec02 .box .card-bonus .card-content .gold span {
  display: block;
  color: #2F292B;
  font-weight: 800;
}
.index-sec02 .box .card-bonus .card-content .gold .is-c-orange {
  display: flex;
  font-size: 20px;
  color: #F75239;
}
.index-sec02 .box .card-bonus .card-content .gold .is-c-orange span {
  font-size: 20px;
  color: #F75239;
  font-family: "Jost", sans-serif;
  font-weight: 800;
}
.index-sec03 {
  padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec03 {
    padding: 40px 0px 60px;
  }
}
.index-sec03 {
  background: #FFFFFF;
}
.index-sec03 h2 {
  color: #0032A0;
}
.index-sec03 h2 span {
  color: #EDF2FF;
}
.index-sec03 h3 {
  margin: 4rem 0 1rem;
  color: #0032A0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .index-sec03 h3 {
    margin: 1rem 0 1rem;
  }
  .index-sec03 h3.mt {
    margin-top: 6rem;
  }
}
.index-sec03 .box {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .index-sec03 .box {
    flex-direction: column;
  }
}
.index-sec03 .box .item {
  width: 100%;
  margin: 0 auto;
}
.index-sec03 .box .item h4 {
  margin-bottom: 1.5rem;
  padding: 2px 4px;
  color: #FFFFFF;
  background: #0032A0;
  text-align: center;
  font-size: 16px;
}
.index-sec03 .box .item h4.gold {
  background: #9C7015;
}
.index-sec03 .box .item .flex {
  display: flex;
  gap: 5px;
}
.index-sec03 .box .item .flex img {
  width: auto;
  height: 60px;
}
.index-sec03 .box .item .note {
  margin-top: 1rem;
}
.index-sec03 .box .note .txt {
  display: flex;
  justify-content: flex-end;
  font-size: 12px;
}
.index-sec04 {
  padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec04 {
    padding: 40px 0px 60px;
  }
}
.index-sec04 {
  background: #E6E7E9;
}
.index-sec04 h2 {
  color: #0032A0;
}
.index-sec04 h2 span {
  color: #F1F2F4;
}
.index-sec04 .flow_content_ow {
  max-width: 1000px;
  margin: 0 auto;
}
.index-sec04 .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
  padding: 0 40px;
  gap: 30px;
  border-bottom: 3px solid #0032A0;
}
@media screen and (max-width: 768px) {
  .index-sec04 .tab {
    padding: 0 10px;
    gap: 10px;
  }
}
.index-sec04 .tab .tab_item {
  width: calc(50% - 20px);
  border-bottom: 0px;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  line-height: 1.3;
  justify-content: center;
  flex-direction: column;
  padding: 14px 12px;
  background-color: #FFFFFF;
  cursor: pointer;
}
.index-sec04 .tab .tab_item.is-active {
  background: #0032A0;
  color: #FFFFFF;
}
.index-sec04 .tab .tab_item span {
  font-size: 20px;
  font-weight: 700;
}
.index-sec04 .tab .tab1, .index-sec04 .tab .tab2 {
  color: #0032A0;
}
.index-sec04 .tab_content {
  display: none;
  border-radius: 0 0 16px 16px;
}
.index-sec04 .tab_content.is-active {
  display: block;
}
.index-sec04 .flow-apply .flow-title {
  color: #0032A0;
  text-align: center;
  margin-top: 3rem;
}
.index-sec04 .flow-apply .flow-title .flow-head {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .index-sec04 .flow-apply .flow-title .flow-head {
    line-height: 1.5;
    margin: 2rem 0;
  }
}
.index-sec04 .flow-apply .flow-title .flow-head-txt {
  color: #231F20;
  font-size: 18px;
}
.index-sec04 .flow-apply .c-img {
  width: auto;
  height: 200px;
  margin: 30px auto 50px;
  display: block;
}
.index-sec04 .flow-apply .c-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .index-sec04 .flow-apply .c-img {
    height: 140px;
  }
}
.index-sec04 .flow-apply .tab2-img {
  width: 160px;
  height: auto;
  margin: 30px auto 50px;
}
@media screen and (max-width: 768px) {
  .index-sec04 .flow-apply .tab2-img {
    width: 120px;
    margin: 20px auto 30px;
  }
}
.index-sec04 .flow-cover .step-wrap {
  max-width: 700px;
  margin: 0 auto 6rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .index-sec04 .flow-cover .step-wrap {
    margin: 0 auto 4rem;
  }
}
.index-sec04 .flow-cover .step-wrap li {
  width: 100%;
  padding-left: 100px;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .index-sec04 .flow-cover .step-wrap li {
    padding-left: 60px;
    margin-bottom: 4rem;
  }
}
.index-sec04 .flow-cover .step-wrap li::before {
  content: "";
  display: block;
  position: absolute;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .index-sec04 .flow-cover .step-wrap li::before {
    width: 40px;
    height: 40px;
  }
}
.index-sec04 .flow-cover .step-wrap li:not(:last-child)::after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: calc(100% - 20px);
  top: 70px;
  left: 32px;
  transform: translateX(-50%);
  background-color: #0032A0;
}
@media screen and (max-width: 768px) {
  .index-sec04 .flow-cover .step-wrap li:not(:last-child)::after {
    top: 50px;
    left: 22px;
  }
}
.index-sec04 .flow-cover .step-wrap .item1::before {
  content: "";
  background-image: url(/promotion/baystars/images/step_01.png);
}
.index-sec04 .flow-cover .step-wrap .item2::before {
  content: "";
  background-image: url(/promotion/baystars/images/step_02.png);
}
.index-sec04 .flow-cover .step-wrap .item3::before {
  content: "";
  background-image: url(/promotion/baystars/images/step_03.png);
}
.index-sec04 .flow-cover .step-wrap .item4::before {
  content: "";
  background-image: url(/promotion/baystars/images/step_04.png);
}
.index-sec04 .flow-cover .step-wrap .item5::before {
  content: "";
  background-image: url(/promotion/baystars/images/step_05.png);
}
.index-sec04 .flow-cover .step-wrap .item2 h4 {
  display: flex;
  align-items: center;
}
.index-sec04 .flow-cover .step-wrap .item2 .balloon {
  background: #0032A0;
  color: #FFFFFF;
  font-weight: 700;
  padding: 2px 10px;
  margin-left: 1rem;
}
.index-sec04 .flow-cover .step-wrap .item2 .balloon .num {
  font-family: Jost, sans-serif;
  font-weight: 700;
}
.index-sec04 .link-wrap {
  margin: 1.5rem auto;
}
@media screen and (max-width: 768px) {
  .index-sec04 .link-wrap {
    font-size: 14px;
  }
}
.index-sec04 .note, .index-sec04 .note2 {
  max-width: 750px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .index-sec04 .note, .index-sec04 .note2 {
    font-size: 14px;
  }
  .index-sec04 .note ul, .index-sec04 .note2 ul {
    font-size: 14px;
  }
}
.index-sec05 {
  border-bottom: 0;
}
.index-sec05 .google {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px !important;
}
@media screen and (max-width: 768px) {
  .index-sec05 .l-content {
    padding: 0 10px;
  }
}
@media screen and (max-width: 768px) {
  .index-sec05 .l-container {
    padding: 0px;
  }
}
.index-sec05 {
  padding: 80px 0px 100px;
}
@media screen and (max-width: 768px) {
  .index-sec05 {
    padding: 40px 0px 40px;
  }
}
.index-sec05 {
  background: #FFFFFF;
}
.index-sec05 h2 {
  color: #0032A0;
}
.index-sec05 h2 span {
  color: #EDF2FF;
}
.index-sec05 .l-table-container {
  max-width: 960px;
  margin: 40px auto;
}
.index-sec05 .m-txt {
  font-size: 12px;
  font-weight: 600;
}
.index-sec05 .card-name {
  font-size: 16px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  .index-sec05 .card-name {
    font-size: 12px;
  }
}
.index-sec05 .l-table-container.gold {
  margin: 20px auto 30px;
}
.index-sec05 .l-table-container.gold .m-txt-annotation {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .index-sec05 .l-table-scroll {
    position: relative;
  }
  .index-sec05 .l-table-container.gold {
    padding: 0 10px;
    margin: 10px auto 20px;
  }
  .index-sec05 .l-table-container.gold .l-table-scroll-inner > * {
    width: 100%;
  }
  .index-sec05 .l-table-container.gold .m-table table th {
    width: 70px;
  }
  .index-sec05 .l-table-container.gold .m-table table th,
  .index-sec05 .m-table table td {
    font-size: 11px;
  }
  .index-sec05 .l-table-container.gold .l-table-scroll::after {
    content: none;
  }
}
@media (max-width: 767px) {
  .index-sec05 .l-table-scroll-inner {
    overflow: auto;
  }
  .index-sec05 .l-table-scroll-inner > * {
    width: 800px;
  }
}
@media (max-width: 600px) {
  .index-sec05 .l-table-scroll-inner > * {
    width: 520px;
  }
}
.index-sec05 .m-table .l-img {
  max-width: 220px;
  margin: 0 auto;
}
.index-sec05 .m-table table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1.5px solid #0032A0;
}
.index-sec05 .m-table table tr {
  height: 90px;
}
.index-sec05 .m-table table th,
.index-sec05 .m-table table td {
  vertical-align: middle;
  font-size: 14px;
}
@media (max-width: 767px) {
  .index-sec05 .m-table table th,
  .index-sec05 .m-table table td {
    font-size: 13px;
  }
}
@media (max-width: 600px) {
  .index-sec05 .m-table table th,
  .index-sec05 .m-table table td {
    font-size: 12px;
  }
}
.index-sec05 .m-table table th {
  width: 160px;
  padding: 25px 10px;
  box-sizing: border-box;
  background-color: #0032A0;
  border-right: 0 none;
  color: #fff;
}
@media (max-width: 767px) {
  .index-sec05 .m-table table th {
    width: 140px;
  }
}
.index-sec05 .m-table-info table td span {
  font-size: 12px;
}
@media (max-width: 600px) {
  .index-sec05 .m-table table th {
    width: 108px;
  }
  .index-sec05 .m-table-info table td span {
    font-size: 11px;
  }
}
.index-sec05 .m-table table td {
  padding: 25px 20px;
  box-sizing: border-box;
  border-left: 0 none;
  background-color: #ffffff;
  border: 1.5px solid #0032A0;
}
.index-sec05 .m-table table td .is-c-red {
  color: #F75239;
  font-weight: 700;
  font-size: 14px;
}
@media (max-width: 767px) {
  .index-sec05 .m-table table td .is-c-red {
    font-size: 12px;
  }
}
.index-sec05 .m-table table tr:nth-child(even) td {
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .index-sec05 .m-table table td {
    padding: 15px;
    width: 215px;
  }
}
.index-sec05 .m-table-info table th {
  padding: 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .index-sec05 .m-table-info table th {
    padding: 10px 5px;
  }
}
.index-sec05 .m-table-info table th:not(:last-child) {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 767px) {
  .index-sec05 .m-table-info table th {
    padding: 10px 5px;
  }
}
.index-sec05 .m-table-info table td {
  text-align: center;
}
.index-sec05 .m-btn {
  background: #FFE200;
  color: #0032A0;
  margin: auto;
  display: block;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  font-weight: 600;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}
.index-sec05 .m-btn:hover {
  opacity: 0.8;
  box-shadow: none;
}
.index-sec05 .m-btn-cv {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 260px;
  height: 50px;
  margin-top: 15px;
  padding: 10px 0px;
}
.index-sec05 .m-btn-cv::after {
  content: "";
  position: absolute;
  right: 5%;
  width: 8px;
  height: 100%;
  background: url(/promotion/baystars/images/arrow.svg) no-repeat center;
  background-size: 100% auto;
}
@media screen and (max-width: 768px) {
  .index-sec05 .m-btn-cv::after {
    right: 3%;
    width: 6px;
  }
}
.index-sec05 .m-btn-cv-sub {
  background-color: #0032A0;
  background-image: none;
  color: #ffffff;
}
.index-sec05 .m-btn-cv-sub::after {
  content: "";
  position: absolute;
  right: 5%;
  width: 8px;
  height: 100%;
  background: url(/promotion/baystars/images/arrow.svg) no-repeat center;
  background-size: 100% auto;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 768px) {
  .index-sec05 .m-btn-cv-sub::after {
    right: 3%;
    width: 6px;
  }
}
.index-sec05 .m-btn::before, .index-sec05 .m-btn::after {
  display: block;
  content: "";
}
.index-sec06 {
  border-bottom: 0;
  padding: 60px 20px;
  background: #000553;
}
@media screen and (max-width: 768px) {
  .index-sec06 {
    padding: 40px 20px;
  }
}
.index-sec06 h2 {
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768px) {
  .index-sec06 h2 {
    font-size: 18px;
  }
}
.index-sec06 h2 span {
  color: #EDF2FF;
}
.index-sec06 .box {
  background: #FFFFFF;
  margin: 20px 0;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  transition: ease-in-out 0.3s;
}
.index-sec06 .box:hover {
  text-decoration: none;
  opacity: 0.7;
}
.index-sec06 .box a {
  font-weight: 700;
  color: #0032A0;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 40px;
  font-size: 16px;
  text-decoration: underline;
}
.index-sec06 .box a::after {
  background: url(/promotion/baystars/images/link_blue.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .index-sec06 .box a {
    padding: 15px 15px;
  }
}

.c-footer {
  padding-bottom: 120px;
  background: #0032A0;
  color: #FFFFFF;
}
.c-footer .footer_inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 10px;
  position: relative;
}
.c-footer .footer_list {
  display: flex;
  flex-direction: row;
  gap: 40px;
  height: 50px;
}
.c-footer .footer_list a {
  text-decoration: underline;
  font-size: 14px;
  font-weight: 600;
  transition: ease-in-out 0.3s;
}
.c-footer .footer_list a::after {
  background: url(/promotion/baystars/images/link.svg) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  display: inline-block;
  content: "";
  width: 14px;
  height: 14px;
  margin-left: 8px;
  margin-top: 8px;
}
.c-footer .footer_list a:hover {
  opacity: 0.8;
}
.c-footer .footer__pagetop {
  position: absolute;
  right: 10px;
  top: 40px;
  transition: ease-in-out 0.3s;
  width: 60px;
}
.c-footer .footer__pagetop:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  .c-footer .footer_inner {
    padding: 30px;
  }
  .c-footer .footer_list {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    height: auto;
    margin-bottom: 3rem;
  }
}