@charset "UTF-8";
body {
  margin: 0;
  font-family: "Noto Sans" ,"sans-serif";
  font-size: 16px;
  line-height: 130%;
  color: #0B041D;
  font-weight: normal;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
  display: block;
  width: 100%;
  text-align: center;
}

a {
  scroll-behavior: smooth;
}

a:hover {
  opacity: 0.6;
}

.mainArea {
  position: relative;
  background: #FFF;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 100vh;
  overflow: hidden;
}

.mainArea::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/materials/docs/images/promotion/PC_bg.svg);
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.mainArea .beans-illu {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 9;
}

.mainArea .beans-illu img {
  position: absolute;
}

.mainArea .beans-illu img:nth-child(1) {
  top: -30px;
  left: -30px;
}

.mainArea .beans-illu img:nth-child(2) {
  top: 20%;
  left: 15%;
}

.mainArea .beans-illu img:nth-child(3) {
  bottom: 20%;
  left: 8%;
}

.mainArea .beans-illu img:nth-child(4) {
  top: 10%;
  right: 28%;
}

.mainArea .beans-illu img:nth-child(5) {
  top: 40%;
  right: 8%;
}

.mainArea .beans-illu img:nth-child(6) {
  bottom: -30px;
  right: 25%;
}

.mainArea .fuwafuwa01 {
  animation: fuwafuwa01 6s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.mainArea .fuwafuwa02 {
  animation: fuwafuwa02 2.5s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

.mainArea .fuwafuwa03 {
  animation: fuwafuwa02 4s ease-in-out infinite alternate;
  transition: 1.5s ease-in-out;
}

@keyframes fuwafuwa01 {
  0% {
    transform: translate(0, 0) rotate(-20deg);
  }
  50% {
    transform: translate(0, -20px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(20deg);
  }
}

@keyframes fuwafuwa02 {
  0% {
    transform: translate(0, 0) rotate(44deg);
  }
  50% {
    transform: translate(0, -25px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(-44deg);
  }
}

@keyframes fuwafuwa03 {
  0% {
    transform: translate(0, 0) rotate(-8deg);
  }
  50% {
    transform: translate(0, -40px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(8deg);
  }
}

.spArea {
  position: relative;
  z-index: 99;
  background: #fff;
  width: 390px;
  overflow-y: scroll;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

.spArea::-webkit-scrollbar {
  display: none;
}

.spArea .mainwrap {
  background-color: #fff;
}

.Btn {
  width: 100%;
  display: flex;
  padding: 0 var(--spacing-2xl, 24px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: stretch;
}

.Btn a {
  display: flex;
  height: 52px;
  padding: var(--spacing-lg, 16px) var(--spacing-4xl, 40px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-sm, 8px);
  align-self: stretch;
  border-radius: 60px;
  border: 2px solid #FC7D33;
  font-weight: bold;
}

.mainBtn a {
  background: #FC7D33;
  color: #fff;
}

.mainBtn a:hover {
  background: #FFF;
  color: #FC7D33;
}

.subBtn a {
  background: white;
  color: #FC7D33;
}

.subBtn a:hover {
  background: #FC7D33;
  color: #FFF;
}

.bg {
  background: #F5FAFD;
}

.bg_space {
  display: flex;
  padding: var(--spacing-3xl, 32px) var(--spacing-lg, 16px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-3xl, 32px);
}

.title {
  z-index: 99;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  margin-top: -110px;
}

.title p {
  color: #FDD001;
  font-weight: bold;
}

.title h2 {
  font-size: 18px;
  line-height: 180%;
}

.title h2 span {
  font-size: 32px;
  background-image: linear-gradient(0deg, transparent 0.15em, #ffe56c 0.15em, #ffe56c 0.45em, transparent 0.45em);
  margin: 0 4px;
}

.title small {
  color: #2F71B9;
}

#fap .title h2, #cp .title h2 {
  font-size: 32px;
  line-height: 100%;
}

h3 {
  font-size: 18px;
  line-height: 160%;
}

h3 span {
  font-size: 32px;
}

header {
  background: #FFF;
}

header .logo {
  padding: 8px;
  width: 123px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.FV .fv-inner {
  background: linear-gradient(243deg, #CDE9FF 20.91%, #C7F9FF 83.38%);
  padding-top: 40px;
}

.FV .fv-inner img {
  width: 100%;
}

.FV .subcatch {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.FV .subcatch span {
  background-image: linear-gradient(0deg, transparent 0.1em, #ffe56c 0.1em, #ffe56c 0.6em, transparent 0.6em);
}

.FV .catchcopy {
  margin: 0 auto;
  color: #00388B;
  font-weight: bold;
  margin-bottom: 40px;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

.FV .catchcopy p {
  text-align: center;
  font-size: 28px;
  line-height: 148%;
}

.FV .catchcopy p span {
  font-size: 40px;
  color: #FC7D33;
}

.FV .catchcopy ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  align-self: stretch;
  font-size: 14px;
}

.FV .catchcopy ul li img {
  width: 16px;
}

.FV .catchcopy ul li:nth-child(1) {
  margin-bottom: 4px;
}

.FV .mainImg {
  position: relative;
  z-index: 9;
}

.FV .list_btn {
  margin-top: 24px;
  display: flex;
}

.FV .list_btn li {
  flex: 1;
}

.FV .list_btn li a {
  display: flex;
  padding: var(--spacing-xs, 6px) 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: var(--spacing-2xs, 4px);
  color: #2F7CFA;
  font-weight: bold;
  line-height: 110%;
}

.FV .list_btn li a span {
  display: flex;
  padding-bottom: var(--spacing-2xs, 4px);
  align-items: center;
  gap: var(--spacing-2xs, 4px);
  border-bottom: 1px solid #2F7CFA;
}

.block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-2xl, 24px);
}

.cp_section .cp_list{
	text-align: center;
}
.cp_section .cp_list img{
	display: inline-block;
	width: 90%;
	border-radius: 8px;
}

.reason_section .block-item {
  text-align: center;
  display: flex;
  max-width: 300px;
  width: 100%;
  padding: var(--spacing-md, 12px) var(--spacing-lg, 16px);
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-sm, 8px);
  border-radius: var(--border-border-sm, 8px);
  border: 2px solid;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
}

.reason_section .block-item:nth-child(1) {
  border-color: #2F71B9;
}

.reason_section .block-item:nth-child(2) {
  border-color: #ABCD03;
}

.reason_section .block-item:nth-child(3) {
  border-color: #FDD001;
}

.reason_section .block-item:nth-child(4) {
  border-color: #E85398;
}

.reason_section .block-item span {
  display: inline;
  font-weight: bold;
}

.reason_section small {
  color: var(--color-base-grey, #4C4C4C);
  font-size: 12px;
  line-height: 140%;
  margin-top: -16px;
}

.reason_section .title small {
  color: #2F71B9;
  font-size: 14px;
  margin-top: 0;
}

.reason_section table {
  width: 100%;
  border-radius: var(--border-border-sm, 8px);
  border: 7px solid #D8F2FE;
  border-collapse: collapse;
  background: #FFF;
}

.reason_section table img {
  margin: 0 auto;
}

.reason_section table tr {
  border-bottom: solid 1px #E9E9E9;
}

.reason_section table th {
  font-weight: bold;
  font-size: 14px;
  padding: 12px;
}

.reason_section table th:nth-child(2) {
  background: #D8F2FE;
  text-align: center;
}

.reason_section table td {
  font-size: 12px;
  padding: 8px;
}

.reason_section table td:nth-child(2) {
  background: #D8F2FE;
  text-align: center;
}

.service_section .logo-wrap {
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  align-items: center;
  gap: var(--spacing-2xl, 24px);
}

.service_section .logo-wrap ul li {
  width: 100%;
}

.service_section .logo-wrap ul li:not(:last-child) {
  border-bottom: solid 1px #F5FAFD;
}

.service_section .logo-wrap ul li img {
  width: 100%;
}

.steps_section .blocklist {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}

.steps_section .arrowImg {
  margin: 24px auto 50px auto;
}

.steps_section .block-item {
  width: 100%;
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0 4px 4px 0 rgba(144, 144, 144, 0.04);
  text-align: center;
  padding: 40px 0 32px 0;
  position: relative;
}

.steps_section .block-item img {
  height: 80px;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.steps_section .block-item span {
  font-weight: bold;
  color: #2F71B9;
  font-size: 20px;
  display: block;
  padding-top: 8px;
}

.purchase_section ul {
  display: flex;
  gap: 4px;
}

.purchase_section ul:nth-child(1) {
  margin-bottom: 4px;
}

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  width: 100%;
  background-image: url(/materials/docs/images/promotion/cta_bg.svg);
  width: 100%;
  height: 221px;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.cta .cta_text {
  text-align: center;
  font-size: 24px;
  line-height: 180%;
  color: #2F71B9;
  font-weight: bold;
  position: relative;
}

.cta .cta_text span {
  font-size: 32px;
}

.cta .cta_text:before, .cta .cta_text:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background-image: url(/materials/docs/images/promotion/posacard.svg);
  width: 31px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
}

.cta .cta_text:before {
  left: -50px;
  transform: rotate(-19.27deg);
}

.cta .cta_text:after {
  right: -50px;
  transform: rotate(19.27deg);
}

.cta .mainBtn {
  padding: 0;
}

.cta p {
  font-size: 14px;
}

@media screen and (max-width: 375px) {
  .cta {
    background-size: contain;
    height: 221px !important;
  }
}

.faqlist {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.faqlist .accord {
  text-align: left;
  width: 100%;
}

.faqlist .accord span {
  font-size: 18px;
  color: #2F71B9;
  line-height: 100%;
  font-weight: bold;
}

.faqlist .accord dt {
  border-radius: var(--border-border-sm, 8px);
  background: #CDE9FF;
  display: flex;
  padding: var(--spacing-md, 12px) var(--spacing-lg, 16px);
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  font-weight: bold;
}

.faqlist .accord dt p {
  display: flex;
  gap: 4px;
}

.faqlist .accord dt.active {
  background: #F5FAFD;
}

.faqlist .accord dt.active img {
  transform: rotate(180deg);
}

.faqlist .accord dd {
  display: flex;
  padding: var(--spacing-md, 12px) var(--spacing-lg, 16px);
  align-items: flex-start;
  align-self: stretch;
  background: #F5FAFD;
  display: flex;
  gap: 6px;
  color: #122942;
  font-size: 14px;
}

.faqlist .accord dd a {
  text-decoration: underline;
}

.faq_section .bg_space {
  margin-bottom: 0;
  padding: 32px 16px;
}

footer {
  background: #303945;
  color: #fff;
  padding-top: 24px;
  text-align: center;
}

footer div {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 16px;
}

footer div p {
  font-weight: bold;
  color: #ACB6BF;
  font-size: 20px;
}

footer div span {
  color: #FC7D33;
  position: relative;
}

footer div span:before {
  content: "";
  display: block;
  position: absolute;
  left: -20px;
  top: 0;
  height: 18px;
  width: 1px;
  transform: tr;
}

footer ul {
  width: 100%;
  padding: 0 16px;
  text-align: left;
}

footer ul a {
  text-decoration: underline;
  padding: 4px 0;
  display: block;
  font-size: 14px;
}

footer .sns_logo {
  display: flex;
  gap: 24px;
  flex-direction: row;
  justify-content: center;
}

footer address {
  font-size: 12px;
  font-style: normal;
  padding: 12px;
  color: #ACB6BF;
  margin-top: 12px;
}

.rightArea {
  z-index: 10;
  width: calc((100% - 390px) / 2);
  position: relative;
}

.rightArea .globalNav {
  z-index: 99;
  position: absolute;
  left: 4vw;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 16px;
}

.rightArea .globalNav ul {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  flex-direction: column;
}

.rightArea .globalNav ul li a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  text-align: left;
  line-height: 100%;
  gap: 8px;
  border-bottom: solid 1px;
  padding-bottom: 4px;
}

.leftArea {
  z-index: 3;
  width: calc((100% - 390px) / 2);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .leftArea, .rightArea {
    display: none;
  }
  .spArea {
    width: 100%;
  }
  .spArea .cta {
    height: calc(221px + 221 * ((100vw - 390px) / 378));
  }
}
