@charset "UTF-8";
html {
  /* 1920px(PC)〜375px(スマホ)の間で文字サイズを自動伸縮させる根っこ設定 */
  font-size: clamp(10px, 1.25vw, 24px); }

body {
  color: #333;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  line-height: 1;
  background: #fff; }

html.wf-active {
  visibility: visible; }

main p,
main li {
  font-size: 20px;
  color: #333; }

img {
  vertical-align: top; }

a:hover {
  text-decoration: none; }

p {
  letter-spacing: 0.01em; }

.spOnly {
  display: none !important; }

.pcOnly {
  display: block !important; }

.bg_light {
  background-color: #ffffff !important; }

.bg-grad {
  background: -webkit-radial-gradient(center, circle, #67a8d6 0%, #4985bc 50%, #2961a0 100%);
  background: -o-radial-gradient(center, circle, #67a8d6 0%, #4985bc 50%, #2961a0 100%);
  background: radial-gradient(circle at center, #67a8d6 0%, #4985bc 50%, #2961a0 100%); }

.bg-graph-paper {
  background-color: #f5f085;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), -webkit-linear-gradient(left, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-image: -o-linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), -o-linear-gradient(left, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-image: linear-gradient(rgba(255, 255, 255, 0.4) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.4) 1px, transparent 1px);
  background-size: 20px 20px; }

.bg-gradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#badcf4), to(#fff));
  background: -webkit-linear-gradient(top, #badcf4, #fff);
  background: -o-linear-gradient(top, #badcf4, #fff);
  background: linear-gradient(to bottom, #badcf4, #fff); }

.bread .contents_inner {
  width: 1040px;
  margin: 0 auto;
  text-align: center; }

.top {
  margin: 0;
  padding: 0; }

.contents {
  max-width: 1040px;
  padding: 52px 0;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .contents.bread, .contents.top {
    padding: 0;
    width: 100%; }
  .contents.last {
    padding-bottom: 0; }
  .contents .wrapper-inner {
    width: 1040px;
    margin: 0 auto; }
  .contents_img {
    width: 100%; }
  .contents img {
    width: 100%; }

.item_detail_button {
  font-size: 20px;
  letter-spacing: .16em;
  width: 32%;
  margin: 0 auto;
  color: #fff !important;
  background-color: #092d64;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold; }
  .item_detail_button a {
    width: 100%;
    height: 100%; }
  .item_detail_button::after {
    width: 8px;
    height: 8px;
    background-color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "";
    position: absolute;
    top: 50%;
    right: 47px; }

.bottom_btn {
  margin-top: 120px;
  text-align: center; }
  .bottom_btn .item_detail_button {
    font-size: 24px;
    width: 700px;
    max-width: 100%;
    padding: 33px 0;
    margin-bottom: 32px; }
    @media screen and (max-width: 767px) {
      .bottom_btn .item_detail_button {
        margin-top: 0; } }
    .bottom_btn .item_detail_button::after {
      width: 16px;
      height: 16px;
      top: 50%;
      right: 132px; }
  .bottom_btn a {
    color: #fff;
    display: block;
    margin: auto;
    width: 700px;
    max-width: 100%; }

.lp_footer {
  margin-top: 0 !important; }

.bread-crumb li {
  font-size: 14px;
  line-height: 1.6; }

.main_visual {
  margin: 0;
  padding: 0; }
  .main_visual h1 {
    width: 100%;
    margin: 0;
    padding: 0; }
  .main_visual picture {
    width: 100%;
    display: block; }
  .main_visual img {
    width: 100%;
    height: auto;
    display: block; }

.achievement {
  padding: 40px 16px 48px; }
  @media screen and (max-width: 767px) {
    .achievement {
      padding: 20px 16px; } }
  .achievement p {
    color: #fff;
    text-align: center; }
  .achievement_text {
    font-size: 40px;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .achievement_text {
        font-size: 18px; } }
    .achievement_text_inline {
      display: inline-block;
      vertical-align: middle;
      font-size: 25px;
      padding: 4px 8px 6px;
      border: solid 2px #fff;
      margin: 0 16px 8px 0; }
      @media screen and (max-width: 767px) {
        .achievement_text_inline {
          font-size: 18px;
          margin: 0;
          border: solid 1px #fff; } }
    .achievement_text_serif {
      display: inline-block;
      vertical-align: middle;
      font-family: "Times New Roman", Georgia, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", serif;
      font-size: 96px;
      margin: 0 8px 20px; }
      @media screen and (max-width: 767px) {
        .achievement_text_serif {
          font-size: 48px; } }
    .achievement_text_sub {
      font-size: 12px;
      margin-top: -16px;
      line-height: 1.3; }
      @media screen and (max-width: 767px) {
        .achievement_text_sub {
          font-size: 10px; } }

.intro-header {
  text-align: center;
  margin: 0 0 48px; }
  @media screen and (max-width: 767px) {
    .intro-header {
      margin: 0 0 24px; } }
  .intro-header_catchphrase {
    font-size: 32px;
    font-weight: 900;
    color: #135596;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding: 0 24px; }
    @media screen and (max-width: 767px) {
      .intro-header_catchphrase {
        font-size: 18px; } }
    .intro-header_catchphrase::before, .intro-header_catchphrase::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 2px;
      height: 32px;
      background-color: #135596;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .intro-header_catchphrase::before, .intro-header_catchphrase::after {
          height: 20px; } }
    .intro-header_catchphrase::before {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-15deg);
      -ms-transform: translateY(-50%) rotate(-15deg);
      transform: translateY(-50%) rotate(-15deg); }
    .intro-header_catchphrase::after {
      right: 0;
      -webkit-transform: translateY(-50%) rotate(15deg);
      -ms-transform: translateY(-50%) rotate(15deg);
      transform: translateY(-50%) rotate(15deg); }
  .intro-header_subtitle {
    font-size: 32px;
    color: #135596;
    font-weight: 600;
    margin-bottom: 24px; }
    @media screen and (max-width: 767px) {
      .intro-header_subtitle {
        font-size: 18px;
        margin-bottom: 16px; } }
  .intro-header_logo {
    display: inline-block; }
    .intro-header_logo img {
      width: 560px;
      display: block; }
      @media screen and (max-width: 767px) {
        .intro-header_logo img {
          width: 250px; } }

.intro-title {
  font-size: 48px;
  color: #135596;
  text-align: center;
  font-weight: 900;
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .intro-title {
      font-size: 22px; } }
  .intro-title::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40%;
    background-color: #ffea00;
    z-index: -1; }
  .intro-title_3d {
    font-size: 80px; }
    @media screen and (max-width: 767px) {
      .intro-title_3d {
        font-size: 42px; } }
  .intro-title_bracket {
    vertical-align: text-top;
    line-height: 0;
    margin-left: -24px; }
    @media screen and (max-width: 767px) {
      .intro-title_bracket {
        margin-left: -5px; } }

.image-stack {
  margin: 40px 0 48px;
  width: 100%;
  position: relative;
  display: inline-block; }
  .image-stack .image-base {
    display: block;
    width: 100%; }
  .image-stack .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain; }
    @media screen and (max-width: 767px) {
      .image-stack .image-overlay {
        width: 54%;
        top: 35px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%); } }

.intro-compare {
  background-color: #fff;
  padding: 40px; }
  @media screen and (max-width: 767px) {
    .intro-compare {
      padding: 16px; } }
  .intro-compare_catchphrase {
    font-size: 44px;
    font-weight: 900;
    color: #135596;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding: 0 24px; }
    @media screen and (max-width: 767px) {
      .intro-compare_catchphrase {
        font-size: 20px; } }
    .intro-compare_catchphrase::before, .intro-compare_catchphrase::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 2px;
      height: 44px;
      background-color: #135596;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .intro-compare_catchphrase::before, .intro-compare_catchphrase::after {
          height: 20px; } }
    .intro-compare_catchphrase::before {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-15deg);
      -ms-transform: translateY(-50%) rotate(-15deg);
      transform: translateY(-50%) rotate(-15deg); }
    .intro-compare_catchphrase::after {
      right: 0;
      -webkit-transform: translateY(-50%) rotate(15deg);
      -ms-transform: translateY(-50%) rotate(15deg);
      transform: translateY(-50%) rotate(15deg); }
  .intro-compare_title {
    background-color: #135596;
    padding: 16px;
    font-size: 52px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    width: 92%;
    margin: 24px auto 28px; }
    @media screen and (max-width: 767px) {
      .intro-compare_title {
        width: 100%;
        font-size: 20px;
        padding: 8px 0;
        margin: 0 auto 16px; } }
    .intro-compare_title .small {
      font-size: 40px; }
      @media screen and (max-width: 767px) {
        .intro-compare_title .small {
          font-size: 16px; } }
    .intro-compare_title .yellow {
      color: #ffea00; }

.feature-list {
  padding: 52px 0;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .feature-list {
      padding: 32px 16px; } }
  .feature-list_catchphrase {
    font-size: 40px;
    font-weight: 900;
    color: #fff;
    margin-bottom: 8px;
    position: relative;
    display: inline-block;
    padding: 0 24px;
    letter-spacing: 0.05em;
    margin-bottom: 28px; }
    @media screen and (max-width: 767px) {
      .feature-list_catchphrase {
        font-size: 20px; } }
    .feature-list_catchphrase::before, .feature-list_catchphrase::after {
      content: "";
      position: absolute;
      top: 50%;
      width: 2px;
      height: 40px;
      background-color: #fff;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
      @media screen and (max-width: 767px) {
        .feature-list_catchphrase::before, .feature-list_catchphrase::after {
          height: 20px; } }
    .feature-list_catchphrase::before {
      left: 0;
      -webkit-transform: translateY(-50%) rotate(-15deg);
      -ms-transform: translateY(-50%) rotate(-15deg);
      transform: translateY(-50%) rotate(-15deg); }
    .feature-list_catchphrase::after {
      right: 0;
      -webkit-transform: translateY(-50%) rotate(15deg);
      -ms-transform: translateY(-50%) rotate(15deg);
      transform: translateY(-50%) rotate(15deg); }
  .feature-list_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 96px;
    list-style: none;
    padding: 0;
    margin: 0; }
    @media screen and (max-width: 767px) {
      .feature-list_box {
        gap: 16px; } }
  .feature-list_item {
    color: #fff; }
    .feature-list_item img {
      width: 88px;
      height: auto; }
      @media screen and (max-width: 767px) {
        .feature-list_item img {
          width: 72px; } }

.item-list {
  margin-top: 32px;
  display: grid !important;
  grid-template-columns: repeat(auto-fill, 242px);
  gap: 72px 24px;
  padding: 0;
  list-style: none;
  -ms-flex-wrap: initial !important;
  flex-wrap: initial !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .item-list.is-2col {
    grid-template-columns: repeat(2, 242px); }
    @media screen and (max-width: 767px) {
      .item-list.is-2col {
        grid-template-columns: repeat(2, 160px); } }
  @media screen and (max-width: 767px) {
    .item-list {
      grid-template-columns: repeat(2, 160px);
      gap: 32px 16px; } }
  .item-list li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .item-list li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      height: 100%; }
  .item-list img {
    width: 100%;
    height: auto; }
  .item-list_icon {
    margin-top: 16px; }
  .item-list_detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .item-list_detail_text {
      width: contain;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .item-list_detail p {
      text-align: left; }
    .item-list_detail_name {
      font-size: 16px;
      font-weight: bold;
      letter-spacing: .08em;
      margin-top: 24px;
      height: 40px; }
      @media screen and (max-width: 767px) {
        .item-list_detail_name {
          font-size: 14px; } }
    .item-list_detail_price {
      font-size: 32px;
      font-weight: bold;
      letter-spacing: .08em;
      margin-top: 4px; }
      .item-list_detail_price span {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: .04em; }
      .item-list_detail_price_regular {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: .08em;
        margin-top: 8px;
        text-decoration: line-through; }
      .item-list_detail_price_sale {
        font-size: 32px;
        font-weight: bold;
        letter-spacing: .04em;
        padding-top: 8px;
        position: relative;
        color: #ff1d25;
        margin-top: auto; }
        @media screen and (max-width: 767px) {
          .item-list_detail_price_sale {
            font-size: 24px; } }
        .item-list_detail_price_sale:last-of-type {
          margin-top: auto; }
        .item-list_detail_price_sale::before {
          width: 32px;
          height: 32px;
          margin: 0 4px -4px 0; }
        .item-list_detail_price_sale span {
          font-size: 16px;
          font-weight: bold;
          letter-spacing: .04em; }
        .item-list_detail_price_sale_bottom {
          margin-bottom: 24px; }
  .item-list_box_btn {
    background-color: #333;
    margin-top: 16px;
    position: relative; }
    .item-list_box_btn::after {
      content: "";
      position: absolute;
      top: 50%;
      right: 16px;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 10px;
      height: 12px;
      background-color: #fff;
      -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
      clip-path: polygon(0 0, 100% 50%, 0 100%); }
    .item-list_box_btn .btn {
      color: #fff;
      padding: 16px;
      text-align: center;
      font-size: 20px;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .item-list_box_btn .btn {
          font-size: 16px;
          padding: 16px 16px 16px 0; } }

.black {
  color: #333 !important; }

@media screen and (min-width: 768px) {
  .spOnly {
    display: none !important; }
  .pcOnly {
    display: block !important; } }

@media screen and (max-width: 767px) {
  main p,
  main li {
    font-size: 14px; }
  .spOnly {
    display: block !important; }
  .pcOnly {
    display: none !important; }
  img,
  picture,
  source {
    max-width: 100% !important;
    height: auto !important; }
  .bread .contents_inner {
    width: 100%;
    padding: 0 16px; }
  .contents {
    max-width: 100%;
    padding: 32px 16px; }
    .contents_inner {
      max-width: 100%;
      width: 100% !important;
      max-width: 100% !important;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
  .bottom_btn {
    margin-top: 24px;
    text-align: center !important; }
    .bottom_btn .item_detail_button {
      margin-top: 8px;
      font-size: 22px;
      width: 700px;
      padding: 16px 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .bottom_btn .item_detail_button::after {
        width: 16px;
        height: 16px;
        top: 50%;
        right: 16px; }
    .bottom_btn a {
      color: #fff;
      display: inline-block;
      width: 100%; } }

.u-fade-type-up {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0; }

.u-fade-type-up.is-active {
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }
