/*
cd current dir
Please. Run the command line.
```
$ sass --watch --no-cache --sourcemap=none --style compressed page.scss:page.css
```
*/
[data-js-slide-content][aria-hidden=true] {
  display: none;
}

.bCore img {
  image-rendering: -webkit-optimize-contrast;
}

@media (min-width: 768px) {
  .bCoreView--sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .bCoreView--pc {
    display: none;
  }
}

.bCoreButton {
  font-size: 19px;
  line-height: 1;
  display: inline-block;
  padding: 1.1052em 3.2em 1.1052em 2.4em;
  background: linear-gradient(to right, #40b6d8, #822284);
  color: #fff;
  position: relative;
  transition: 0.2s;
  opacity: 1;
  letter-spacing: 0.05em;
  min-width: 360px;
}
@media screen and (max-width: 767px) {
  .bCoreButton {
    font-size: 4vw;
    line-height: 1;
  }
}
.bCoreButton::after {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: 0.2s;
  margin-left: 0.6em;
  top: 48%;
  transform: translateY(-50%) rotate(-45deg);
}
@media (max-width: 767px) {
  .bCoreButton::after {
    width: 0.5em;
    height: 0.5em;
    border-width: 0.08em;
  }
}
.bCoreButton:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bCoreButton:hover::after {
  transform: translateY(-10%) rotate(-45deg);
}
.bCoreButton:focus {
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px) {
  .bCoreButton {
    min-width: 82.6666666667vw;
    padding: 1.1052em 0.6em 1.1052em 0.6em;
    font-size: 3vw;
  }
}
.bCoreButton.-isLink {
  display: inline-block;
  padding: 1.1052em 3.2em 1.1052em 2.4em;
  background: linear-gradient(to right, #40b6d8, #822284);
  color: #fff;
  position: relative;
  transition: 0.2s;
  opacity: 1;
  letter-spacing: 0.05em;
}
.bCoreButton.-isLink::after {
  position: absolute;
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: 0.2s;
  margin-left: 0.6em;
  top: 50%;
  transform: translateY(-50%) rotate(225deg);
}
@media (max-width: 767px) {
  .bCoreButton.-isLink::after {
    width: 0.5em;
    height: 0.5em;
    border-width: 0.08em;
  }
}
.bCoreButton.-isLink:hover {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.bCoreButton.-isLink:hover::after {
  transform: translateY(-50%) translateX(0.2em) rotate(225deg);
}
.bCoreButton.-isLink:focus {
  color: #fff;
  text-decoration: none;
}
.bCoreButton.-isGray {
  background: #505050;
}
@media (max-width: 767px) {
  .bCoreButton.-isIconRightFit::after {
    right: 1.4em;
  }
}

@media (max-width: 767px) {
  .bCoreButton-mini {
    min-width: 42.6666666667vw;
  }
}

.bCoreApplicable__main__kv img {
  width: 100%;
}

.bCoreApplicable__main__kvTxt a {
  text-align: left;
  color: #000;
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 1% auto 0 0;
  display: block;
  font-weight: 700;
  font-size: 14px;
}
.bCoreApplicable__main__kvTxt a::after {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #000;
  border-left-color: #000;
  transition: 0.2s;
  margin-left: 0.6em;
  top: 46%;
  transform: translateY(-50%) rotate(-135deg);
}

.bCoreMainKeyVisual {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.bCoreMainKeyVisual__image {
  text-align: center;
}
.bCoreMainKeyVisual__image picture {
  display: block;
}
.bCoreMainKeyVisual__image img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.bCoreMainKeyVisual__heading {
  font-size: 2.3333333333vw;
  line-height: 1.5714285714;
  letter-spacing: 0.16em;
  font-weight: normal;
  position: absolute;
  top: 20.8333333333vw;
  left: 63vw;
  color: #fff;
  margin: 0;
}
@media (max-width: 767px) {
  .bCoreMainKeyVisual__heading {
    line-height: 1.5;
    letter-spacing: 0.05em;
    top: 31.666667vw;
    left: 15vw;
    font-size: 4.733333vw;
  }
}
@media screen and (min-width: 1200px) {
  .bCoreMainKeyVisual__heading {
    font-size: 28px;
    top: 250px;
    left: 756px;
  }
}

.bCoreMainIntro {
  text-align: center;
}

.bCoreMainIntro__heading {
  font-size: 30px;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .bCoreMainIntro__heading {
    font-size: 4.5333333333vw;
    line-height: 1.5294117647;
  }
}

.bCoreMainIntro__nav {
  font-size: 16px;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .bCoreMainIntro__nav {
    font-size: 4vw;
    line-height: 1;
  }
}
.bCoreMainIntro__nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  background: linear-gradient(to right, #40b6d8, #822284);
  display: flex;
}
@media (max-width: 767px) {
  .bCoreMainIntro__nav ul {
    display: block;
  }
}
.bCoreMainIntro__nav li {
  width: 100%;
  display: flex;
}
@media (max-width: 767px) {
  .bCoreMainIntro__nav li {
    display: block;
  }
}
.bCoreMainIntro__nav li:not(:first-child) {
  border-color: #fff;
}
@media (min-width: 768px) {
  .bCoreMainIntro__nav li:not(:first-child) {
    border-left-width: 1px;
    border-left-style: solid;
  }
}
@media (max-width: 767px) {
  .bCoreMainIntro__nav li:not(:first-child) {
    border-top-width: 1px;
    border-top-style: solid;
  }
}
.bCoreMainIntro__nav a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  position: relative;
  color: #fff;
  padding: 14px 14px 36px;
  transition: 0.2s;
}
@media (max-width: 767px) {
  .bCoreMainIntro__nav a {
    display: block;
    text-align: left;
    padding: 0.8em 0.8em;
  }
}
.bCoreMainIntro__nav a::after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  bottom: 16px;
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  transition: 0.2s;
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .bCoreMainIntro__nav a::after {
    width: 0.5em;
    height: 0.5em;
    top: 48%;
    right: 1em;
    bottom: auto;
    border-width: 0.08em;
    transform: translateY(-50%) rotate(-45deg);
  }
}
.bCoreMainIntro__nav a:hover {
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
}
.bCoreMainIntro__nav a:hover::after {
  bottom: 12px;
}
.bCoreMainIntro__nav a:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  .bCoreMainIntro__nav a span {
    font-size: 0.8em;
  }
}
@media (max-width: 767px) {
  .bCoreMainIntro__nav a span:first-child {
    margin-left: 1em;
  }
}
.bCoreMainIntro__nav a sup {
  font-size: 85%;
}

.bCoreMain__intro {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  margin-top: -48px;
}
@media (max-width: 767px) {
  .bCoreMain__intro {
    padding: 0 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .bCoreMain__intro {
    margin-top: -5.0666666667vw;
  }
}

.bCoreMainIntro__additional {
  font-size: 1.6rem;
  line-height: 1.75;
  margin: 1em auto 0;
}
@media (max-width: 767px) {
  .bCoreMainIntro__additional {
    font-size: 4vw;
  }
}
.bCoreMainIntro__additional p {
  letter-spacing: 0.1em;
  margin: 0;
}

.bCoreMainIntro__disclaimer {
  font-size: 11px;
  line-height: 1.8181818182;
  list-style: none;
  margin: 0.3em auto;
  padding: 0;
  color: #8d8d8d;
}
@media screen and (max-width: 767px) {
  .bCoreMainIntro__disclaimer {
    font-size: 2.6666666667vw;
    line-height: 1.75;
  }
}
@media (max-width: 767px) {
  .bCoreMainIntro__disclaimer {
    margin: 0.8em auto;
    letter-spacing: 0.1em;
  }
}
.bCoreMainIntro__disclaimer li a {
  color: #8d8d8d;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  padding-bottom: 0.3em;
  opacity: 1;
  transition: 0.2s;
}
.bCoreMainIntro__disclaimer li a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.bCoreMainIntro__additionalLink__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.bCoreMainIntro__additionalLink {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .bCoreMainIntro__additionalLink {
    margin-top: 7.6vw;
  }
}

.bCoreFullScreen {
  max-width: 1200px;
  width: 100%;
  text-align: center;
  margin: 70px auto;
  padding: 0;
}
@media (max-width: 767px) {
  .bCoreFullScreen {
    margin-top: 14.8vw;
  }
}

.bCoreFullScreen__heading {
  font-size: 40px;
  line-height: 1.25;
  letter-spacing: 0.12em;
  margin: 0 auto 1.2em;
}
@media screen and (max-width: 767px) {
  .bCoreFullScreen__heading {
    font-size: 6.4vw;
    line-height: 1.4583333333;
  }
}
@media (max-width: 767px) {
  .bCoreFullScreen__heading {
    letter-spacing: 0.05em;
  }
}

.bCoreFullScreen__txt {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .bCoreFullScreen__txt {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
}

.bCoreFullScreen__image picture {
  display: block;
}
.bCoreFullScreen__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (max-width: 767px) {
  .bCoreFullScreen__image {
    margin-right: -2.6666666667vw;
    margin-left: -2.6666666667vw;
  }
}

.bCoreFullScreen__disclaimer {
  font-size: 11px;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .bCoreFullScreen__disclaimer {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.bCoreFullScreen__disclaimer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bCoreFullScreen__disclaimer li {
  padding-left: 1em;
  text-indent: -1em;
  text-align: right;
}
@media (max-width: 767px) {
  .bCoreFullScreen__disclaimer li {
    text-align: left;
  }
}

.bCoreBenefits {
  max-width: 1180px;
  width: 100%;
  padding: 0 30px;
  margin: 110px auto;
}
@media (max-width: 767px) {
  .bCoreBenefits {
    margin-top: 13.3333333333vw auto;
  }
}

@media (min-width: 768px) {
  .bCoreBenefits__inner .bCoreBenefits__contents {
    width: 46.7857142857%;
  }
}
.bCoreBenefits__inner .bCoreBenefits__description {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .bCoreBenefits__inner .bCoreBenefits__description {
    flex-direction: column-reverse;
  }
}
.bCoreBenefits__inner .bCoreBenefits__description:first-child .bCoreBenefitsItem__heading {
  position: relative;
}
@media (max-width: 767px) {
  .bCoreBenefits__inner .bCoreBenefits__description:first-child .bCoreBenefitsItem__heading {
    margin-bottom: 2em;
  }
}
.bCoreBenefits__inner .bCoreBenefits__description:first-child .bCoreBenefitsItem__heading::after {
  content: "";
  width: 100px;
  height: 20px;
  background: url(../images/bCoreBenefitsItem_icon.png) no-repeat center center/contain;
  position: absolute;
  bottom: 0;
  right: -37px;
}
@media screen and (min-width: 1044px) and (max-width: 1126px) {
  .bCoreBenefits__inner .bCoreBenefits__description:first-child .bCoreBenefitsItem__heading::after {
    bottom: -20px;
  }
}
@media (max-width: 767px) {
  .bCoreBenefits__inner .bCoreBenefits__description:first-child .bCoreBenefitsItem__heading::after {
    width: 24vw;
    height: 5.3333333333vw;
    right: 50%;
    bottom: -1em;
    transform: translateX(50%);
  }
}

.bCoreBenefits__image {
  max-width: 525px;
  text-align: center;
}
.bCoreBenefits__image picture {
  display: block;
}
.bCoreBenefits__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.bCoreBenefits__disclaimer {
  font-size: 11px;
  line-height: 1.8181818182;
  letter-spacing: 0.05em;
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .bCoreBenefits__disclaimer {
    font-size: 2.6666666667vw;
    line-height: 1.5;
  }
}
.bCoreBenefits__disclaimer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bCoreBenefits__disclaimer li {
  padding-left: 1em;
  text-indent: -1em;
}
.bCoreBenefits__disclaimer.-isPrivilege {
  margin-top: 0;
}
@media (max-width: 767px) {
  .bCoreBenefits__disclaimer.-isPrivilege {
    margin-bottom: 2em;
  }
}

.bCoreBenefits__list {
  width: 50%;
  max-width: 525px;
}
.bCoreBenefits__list ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.bCoreBenefits__list li:not(:first-child) {
  margin-top: 64px;
}
@media (max-width: 767px) {
  .bCoreBenefits__list li:not(:first-child) {
    margin-top: 11.2vw;
  }
}
@media (max-width: 767px) {
  .bCoreBenefits__list {
    width: 100%;
  }
}

.bCoreBenefitsItem__heading {
  font-size: 36px;
  line-height: 1.2777777778;
  font-weight: normal;
  margin: 0 auto 0.2em;
}
@media screen and (max-width: 767px) {
  .bCoreBenefitsItem__heading {
    font-size: 5.6vw;
    line-height: 1.4285714286;
  }
}
@media (max-width: 767px) {
  .bCoreBenefitsItem__heading {
    letter-spacing: 0.05em;
    text-align: center;
    margin: 0 auto 1em;
  }
}
.bCoreBenefitsItem__heading em {
  font-size: 24px;
  line-height: 1.1666666667;
  font-weight: bold;
  font-style: normal;
  display: block;
  letter-spacing: 0.1em;
  margin-bottom: 0.4em;
}
@media screen and (max-width: 767px) {
  .bCoreBenefitsItem__heading em {
    font-size: 5.6vw;
    line-height: 1.1666666667;
  }
}

.bCoreBenefitsItem__bodycopy {
  font-size: 14px;
  line-height: 2.2857142857;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bCoreBenefitsItem__bodycopy {
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
}

.bCoreFeature {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .bCoreFeature {
    padding: 0 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .bCoreFeature {
    padding-right: 0;
    padding-left: 0;
  }
}
.bCoreFeature__100vw {
  padding: 0;
}

.bCoreFeature-bigScreen .bCoreFeature__inner {
  padding: 24px 0;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .bCoreFeature-bigScreen .bCoreFeature__inner {
    padding: 2vw 0;
  }
}
@media (max-width: 767px) {
  .bCoreFeature-bigScreen .bCoreFeature__inner {
    padding: 5.0666666667vw 5.3333333333vw 13.3333333333vw;
  }
}

@media (min-width: 768px) {
  .bCoreFeature__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(to right, #ffb4ff, #ccffff 80%);
  }
}
@media (max-width: 767px) {
  .bCoreFeature__inner {
    padding: 5.0666666667vw 5.3333333333vw 13.3333333333vw;
    background: linear-gradient(to right, #ffdaff, #e6ffff 80%);
  }
}
@media (min-width: 768px) {
  .-isRtoL .bCoreFeature__inner {
    flex-direction: row-reverse;
    background: linear-gradient(to left, #ffb4ff, #ccffff 80%);
  }
}
@media (max-width: 767px) {
  .-isRtoL .bCoreFeature__inner {
    background: linear-gradient(to left, #ffdaff, #e6ffff 80%);
  }
}
@media (min-width: 768px) {
  .bCoreFeature__inner .bCoreFeature__image {
    width: 44.5%;
  }
}
@media (min-width: 768px) {
  .bCoreFeature__inner .bCoreFeature__description {
    width: 46.6666666667%;
  }
}
@media (min-width: 768px) {
  .-isRtoL .bCoreFeature__inner .bCoreFeature__description {
    margin-left: 3.1746031746vw;
  }
}
@media screen and (min-width: 1260px) {
  .-isRtoL .bCoreFeature__inner .bCoreFeature__description {
    margin-left: 40px;
  }
}
@media (min-width: 768px) {
  :not(.-isRtoL) .bCoreFeature__inner .bCoreFeature__description {
    margin-right: 3.1746031746vw;
  }
}
@media screen and (min-width: 1260px) {
  :not(.-isRtoL) .bCoreFeature__inner .bCoreFeature__description {
    margin-right: 40px;
  }
}

.bCoreFeature__image {
  margin-bottom: 10px;
}
.bCoreFeature__image picture {
  display: block;
}
.bCoreFeature__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.bCoreFeature__description--30vw .bCoreFeature__heading span {
  display: inline-block;
  margin-bottom: 0.7936507937vw;
  font-size: 1.5873015873vw;
}
@media screen and (min-width: 1260px) {
  .bCoreFeature__description--30vw .bCoreFeature__heading span {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .bCoreFeature__description--30vw .bCoreFeature__heading span {
    margin-bottom: 0;
    font-size: 3.7333333333vw;
    line-height: 2.5;
  }
}

.bCoreFeature__heading {
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 auto 1.2em;
  font-size: 1.9047619048vw;
  line-height: 1.5;
}
@media screen and (min-width: 1260px) {
  .bCoreFeature__heading {
    font-size: 24px;
    line-height: 1.5;
  }
}
@media (max-width: 767px) {
  .bCoreFeature__heading {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    letter-spacing: 0.12em;
    text-align: center;
  }
}
.bCoreFeature__heading span {
  display: inline-block;
  margin-bottom: 0.7936507937vw;
  font-size: 1.5873015873vw;
}
@media screen and (min-width: 1260px) {
  .bCoreFeature__heading span {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.8;
  }
}
@media (max-width: 767px) {
  .bCoreFeature__heading span {
    margin-bottom: 0;
    font-size: 3.7333333333vw;
    line-height: 2.5;
  }
}

.bCoreFeature__bodycopy {
  letter-spacing: 0.05em;
  font-size: 1.2698412698vw;
  line-height: 2;
}
@media screen and (min-width: 1260px) {
  .bCoreFeature__bodycopy {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (max-width: 767px) {
  .bCoreFeature__bodycopy {
    font-size: 3.4666666667vw;
    line-height: 2;
  }
}

.bCoreFeature__disclaimer {
  font-size: 11px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bCoreFeature__disclaimer {
    font-size: 2.4vw;
    line-height: 1.2;
  }
}
.bCoreFeature__disclaimer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bCoreFeature__disclaimer ul li {
  font-size: 11px;
  line-height: 1.8181818182;
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 767px) {
  .bCoreFeature__disclaimer ul li {
    font-size: 2.4vw;
    line-height: 1.7777777778;
  }
}

.bCoreFeature__link {
  display: flex;
  justify-content: flex-start;
  margin-top: 2%;
}
@media (max-width: 767px) {
  .bCoreFeature__link {
    margin-top: 5%;
  }
}
.bCoreFeature__link a {
  font-size: 1.2698412698vw;
  color: #333;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 1260px) {
  .bCoreFeature__link a {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .bCoreFeature__link a {
    font-size: 3.4666666667vw;
  }
}
.bCoreFeature__link a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.bCoreApplicable {
  max-width: 1060px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  margin-top: 127px;
}
@media (max-width: 767px) {
  .bCoreApplicable {
    padding: 0 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .bCoreApplicable {
    margin-top: 13.3333333333vw;
  }
}

.applicableXperia__base {
  padding: 4px;
  background: linear-gradient(to right, #40b6d8, #822284);
}

.bCoreApplicable__inner {
  padding: 33px 44px 37px 20px;
  background-color: #fff;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .bCoreApplicable__inner {
    padding: 6vw 5.3333333333vw 4.8vw;
  }
}

.bCoreApplicable__image picture {
  display: block;
}
.bCoreApplicable__image img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.bCoreApplicable__image figcaption {
  font-size: 19px;
  line-height: 1;
  text-align: right;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .bCoreApplicable__image figcaption {
    font-size: 4vw;
    line-height: 1;
  }
}
.bCoreApplicable__image.-is1m3SimFree figcaption {
  text-align: left;
  padding: 0 80px;
}
@media (max-width: 767px) {
  .bCoreApplicable__image.-is1m3SimFree figcaption {
    padding: 0 14.6666666667vw;
  }
}

.bCoreApplicable__heading {
  font-size: 26px;
  line-height: 1.3846153846;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin: 0 auto 45px;
}
@media screen and (max-width: 767px) {
  .bCoreApplicable__heading {
    font-size: 5.3333333333vw;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .bCoreApplicable__heading {
    margin: 0 auto 50px;
  }
}

.bCoreApplicable__list > ul {
  list-style: none;
  margin: -10px;
  padding: 0;
}
@media (min-width: 768px) {
  .bCoreApplicable__list > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .bCoreApplicable__list > ul {
    margin: 0;
  }
}
.bCoreApplicable__list > ul > li {
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .bCoreApplicable__list > ul > li {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .bCoreApplicable__list > ul > li:nth-of-type(n + 3) {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .bCoreApplicable__list > ul > li {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .bCoreApplicable__list > ul > li:not(:first-child) {
    margin-top: 40px;
  }
}

.bCoreApplicable__links {
  margin-top: 56px;
}
@media (max-width: 767px) {
  .bCoreApplicable__links {
    margin-top: 7.4666666667vw;
  }
}

.bCoreGuide {
  max-width: 900px;
  width: 100%;
  padding: 0 30px;
  margin: 80px auto;
}
@media (max-width: 767px) {
  .bCoreGuide {
    margin: 10vw auto;
  }
}

@media (max-width: 767px) {
  .bCoreGuide__inner {
    padding: 0 2.6666666667vw;
  }
}

.bCoreGuide__heading {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.1666666667;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .bCoreGuide__heading {
    font-size: 5.6vw;
    line-height: 1.3333333333;
  }
}
@media (max-width: 767px) {
  .bCoreGuide__heading {
    margin-bottom: 4vw;
  }
}

.bCoreGuide__table {
  border: 1px solid #40b6d8;
  border-collapse: collapse;
}
@media (max-width: 767px) {
  .bCoreGuide__table tr:nth-child(3) td:first-child {
    padding-right: 0;
  }
}
.bCoreGuide__table th {
  font-size: 13px;
  line-height: 2.4615384615;
  border: 1px solid #40b6d8;
  background-color: #d9f0f7;
  padding: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .bCoreGuide__table th {
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
  }
}
.bCoreGuide__table th:nth-child(1) {
  width: 17%;
}
.bCoreGuide__table th:nth-child(2) {
  width: 12%;
}
.bCoreGuide__table th:nth-child(3) {
  width: 16%;
}
.bCoreGuide__table th:nth-child(4) {
  width: 55%;
}
@media (max-width: 767px) {
  .bCoreGuide__table th {
    padding: 2vw;
  }
  .bCoreGuide__table th:nth-child(1) {
    width: 17%;
  }
  .bCoreGuide__table th:nth-child(2) {
    width: 17%;
  }
  .bCoreGuide__table th:nth-child(3) {
    width: 17%;
  }
  .bCoreGuide__table th:nth-child(4) {
    width: 49%;
  }
}
.bCoreGuide__table td {
  border: 1px solid #40b6d8;
  padding: 10px;
  vertical-align: top;
  font-size: 11px;
  line-height: 1.8181818182;
}
@media screen and (max-width: 767px) {
  .bCoreGuide__table td {
    font-size: 2.4vw;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .bCoreGuide__table td {
    padding: 2vw 1.3333333333vw;
  }
}
.bCoreGuide__table td p {
  padding-left: 20px;
  text-indent: -25px;
}
@media (max-width: 767px) {
  .bCoreGuide__table td p {
    padding-left: 2.6666666667vw;
    text-indent: -2.6666666667vw;
  }
}

.bCoreToBravia {
  margin: 30px auto;
  text-align: center;
}

.bCoreToBravia__inner {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
}
@media (max-width: 767px) {
  .bCoreToBravia__inner {
    padding: 0 2.6666666667vw;
  }
}

.bCorePlainTextLink {
  font-size: 16px;
}
.bCorePlainTextLink::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  height: 0.6em;
  border-top: solid 1px;
  border-right: solid 1px;
  transform: rotate(45deg);
  margin-left: 0.3em;
  margin-bottom: 0.1em;
}

.bCoreTerms {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  margin-top: 70px;
}
@media (max-width: 767px) {
  .bCoreTerms {
    padding: 0 2.6666666667vw;
  }
}
@media (max-width: 767px) {
  .bCoreTerms {
    margin-top: 9.3333333333vw;
  }
}

.bCoreTerms__base {
  background: linear-gradient(to right, #40b6d8, #822284);
  padding: 1px;
}

.bCoreTerms__inner {
  width: 100%;
  background-color: #fff;
}

.bCoreTerms__button {
  font-size: 16px;
  line-height: 2;
  width: 100%;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: 0.2s;
  opacity: 1;
  display: block;
  position: relative;
  padding: 2em 1em 2.125em 1em;
}
@media screen and (max-width: 767px) {
  .bCoreTerms__button {
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
  }
}
@media (max-width: 767px) {
  .bCoreTerms__button {
    padding: 1em;
  }
}
.bCoreTerms__button::after {
  position: absolute;
  content: "";
  width: 0.6em;
  height: 0.6em;
  border-style: solid;
  border-width: 1px;
  border-top-color: transparent;
  border-right-color: transparent;
  transition: 0.2s;
  margin-left: 0.6em;
  top: 46%;
  transform: translateY(-50%) rotate(-45deg);
}
.bCoreTerms__button:hover {
  opacity: 0.8;
}
.bCoreTerms__button:hover::after {
  transform: translateY(-10%) rotate(-45deg);
}
.bCoreTerms__button[aria-pressed=true]::after {
  top: 54%;
  transform: translateY(-50%) rotate(135deg);
}

.bCoreTerms__contents {
  padding: 0 60px 70px;
}
@media (max-width: 767px) {
  .bCoreTerms__contents {
    padding: 0 4vw 10.6666666667vw;
  }
}
.bCoreTerms__contents p {
  font-size: 16px;
  line-height: 2;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .bCoreTerms__contents p {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

.bCoreTerms__text {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .bCoreTerms__text {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}
.bCoreTerms__text > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bCoreTerms__text > ul > li {
  padding-left: 1em;
  text-indent: -1em;
}
.bCoreTerms__text > ul > li:not(:first-child) {
  margin-top: 1.2em;
}
.bCoreTerms__text > ul > li > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.bCoreTerms__text > ul > li > ul > li {
  text-indent: 0;
}

.bCoreTerms__textHeading {
  font-size: 18px;
  line-height: 1.7777777778;
  font-weight: bold;
  margin: 1em 0 3.8em;
}
@media screen and (max-width: 767px) {
  .bCoreTerms__textHeading {
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
}

.bCoreCredit {
  max-width: 1260px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  font-size: 10px;
  line-height: 2;
  margin-top: 70px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .bCoreCredit {
    padding: 0 2.6666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .bCoreCredit {
    font-size: 2.4vw;
    line-height: 1.6666666667;
  }
}
@media (max-width: 767px) {
  .bCoreCredit {
    margin-top: 13.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
}
.bCoreCredit ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bCoreTerms__superscript {
  display: inline;
}

.bCoreApplicable__main__kv {
  width: 100%;
  padding-bottom: 56.25%;
  position: relative;
}

.bCoreApplicable__main__kv iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.bCoreBenefits__list .bCoreBenefits__disclaimer__ul li {
  margin-top: 0;
  font-weight: 400;
}

.bCoreBenefits__list .bCoreBenefits__disclaimer__ul li span {
  font-size: 10px;
}
/*# sourceMappingURL=page.css.map */