@charset "UTF-8";
/* =============================================
見出し

01.基本設定
02.utility
03.ヘッダー
04.フッター
05.その他

============================================= */
/* =============================================
01.基本設定
============================================= */
body {
  line-height: 1.5;
  font-family: "Noto Sans JP", serif !important;
}

img {
  width: 100%;
  object-fit: contain;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

.container {
  max-width: 1000px;
  padding: 0 20px;
  margin: 0 auto;
}

.nallow__container {
  max-width: 780px;
  padding: 0 20px;
  margin: 0 auto;
}

section {
  padding: 50px 0;
}
@media (max-width: 767px) {
  section {
    padding: 30px 0;
  }
}

a {
  color: black;
  text-decoration: unset;
}
a:hover {
  cursor: pointer !important;
  opacity: 0.7;
}

p {
  font-size: 16px;
  font-weight: normal;
}
@media (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

li {
  list-style-type: none;
}

/* =============================================
02.utility
============================================= */
.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.header-sp {
  display: none;
}
@media (max-width: 1300px) {
  .header-sp {
    display: block;
    text-align: center;
    padding-top: 20px;
  }
}

.header-pc {
  display: block;
  display: none;
}
@media (max-width: 1300px) {
  .header-pc {
    display: none !important;
  }
}

.u-bold {
  font-weight: bold;
}

/* =============================================
03.ヘッダー
============================================= */
header {
  top: 0;
  width: 100%;
  height: 90px;
  background: white;
}
@media (max-width: 767px) {
  header {
    height: 80px;
  }
}
header .header__container {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  header .header__container {
    padding: 12px 8px;
  }
}
header .header__logo {
  max-width: 520px;
}
@media (max-width: 767px) {
  header .header__logo {
    max-width: 240px;
  }
}
header .header__btn {
  color: white !important;
  background: #0098D0;
  padding: 10px 40px !important;
  border-radius: 50px;
  border-top: none;
  font-size: 14px;
}
@media (max-width: 767px) {
  header .header__btn {
    max-width: 280px;
    text-align: center;
    margin: 0px auto;
    padding: 15px;
  }
}
header li:has(.header__btn) {
  padding: 30px;
}
header .nav img {
  max-width: 220px;
}
@media (max-width: 767px) {
  header .nav img {
    max-width: 200px;
  }
}
header .nav a {
  font-weight: bold;
}

/* =============================================
04.フッター
============================================= */
/* =============================================
05.その他
============================================= */
.bg-blue {
  background: #F4FCFF;
}

.btn {
  background: #00B2EF;
  color: white;
  font-size: 32px;
  font-weight: bold;
  padding: 20px 80px;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 6px 8px rgba(204, 204, 204, 0.8);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .btn {
    font-size: 18px;
    padding: 20px;
    width: 100%;
    text-align: center;
    max-width: 300px;
  }
}

.section__ttl {
  height: 150px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .section__ttl {
    height: 80px;
    margin-bottom: 20px;
  }
}
.section__ttl img {
  object-fit: contain;
  height: 100%;
}

.section__fv {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .section__fv {
    margin-top: 0px;
  }
}

.section__merit .flex__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  .section__merit .flex__wrapper {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
  }
}
.section__merit .flex__wrapper img {
  width: 30%;
}
@media (max-width: 767px) {
  .section__merit .flex__wrapper img {
    width: 100%;
    max-width: 200px;
  }
}

.section__point .point__wrapper {
  margin-bottom: 40px;
}
.section__point .point__wrapper img {
  margin-bottom: 20px;
}
.section__point .point__ul li {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  display: flex;
  column-gap: 10px;
  align-items: center;
}
@media (max-width: 767px) {
  .section__point .point__ul li {
    font-size: 18px;
  }
}
.section__point .point__ul li::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  min-width: 30px;
  background: url(../img/check-icon.webp) no-repeat;
  background-size: contain;
}

.section__copy01 .copy01 {
  color: #00B2EF;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 2px;
}
@media (max-width: 767px) {
  .section__copy01 .copy01 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section__copy01 .copy01 span {
  color: #2E3091;
  font-size: 40px;
  display: inline-block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .section__copy01 .copy01 span {
    font-size: 24px;
  }
}

.section__copy02 .copy02 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 2;
  letter-spacing: 2px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .section__copy02 .copy02 {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.section__copy02 .copy02 span {
  color: #2E3091;
  font-size: 35px;
}
@media (max-width: 767px) {
  .section__copy02 .copy02 span {
    font-size: 24px;
  }
}

.section__store .store__wrapper {
  display: flex;
  padding: 24px;
  border-bottom: 3px solid #00B2EF;
  justify-content: space-between;
  color: #2E3091;
  font-weight: bold;
  font-size: 32px;
}
.section__store .store__wrapper:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .section__store .store__wrapper {
    padding: 20px 0;
    font-size: 16px;
    flex-wrap: wrap;
  }
}
.section__store .store-name {
  width: 40%;
}
@media (max-width: 767px) {
  .section__store .store-name {
    width: 60%;
  }
}
.section__store .price {
  width: 20%;
}
.section__store a {
  width: 30%;
  font-size: 24px;
  background: #2E3091;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  box-shadow: 3px 5px rgba(204, 204, 204, 0.8);
}
@media (max-width: 767px) {
  .section__store a {
    font-size: 16px;
    width: 100%;
    max-width: 200px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
  }
}

footer {
  text-align: center;
  padding: 40px;
}
@media (max-width: 767px) {
  footer {
    padding: 20px;
  }
}
footer img {
  max-width: 450px;
}
@media (max-width: 767px) {
  footer img {
    max-width: 240px;
  }
}