@charset "UTF-8";

html {
  visibility: hidden;
}

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;
}

html.wf-active {
  visibility: visible;
}

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

img {
  vertical-align: top;
}

a:hover {
  text-decoration: none;
}

.contents {
  width: 100%;
}

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

.contents_inner.bread,
.contents_inner.top,
.contents_inner.last {
  padding: 0;
}

.contents_img {
  width: 100%;
}

.contents img {
  width: 100%;
}

.contents_title {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  margin: 80px auto 0;
  padding: 8px 40px;
  color: #002870;
}

.contents_title_sub {
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
  color: #182987;
  border-bottom: 2px solid #182987;
}

.contents_title_third {
  border: 2px solid #333;
  color: #333;
  display: inline-block;
}

.contents_top {
  height: auto;
  margin: 56px auto;
  padding: 40px 0;
  background: linear-gradient(120deg, rgba(172, 246, 253, 0.85), rgb(29, 100, 194));
  position: relative;
}

.contents_top_01 {
  clip-path: polygon(80px 0, 100% 0, 100% calc(100% - 80px), calc(100% - 80px) 100%, 0 100%, 0 80px);
}

.contents_top_02 {
  clip-path: polygon(4% 0, 96% 0, 100% 6%, 100% 94%, 96% 100%, 4% 100%, 0 94%, 0 6%);
}

.contents_top_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 400px;
}

.contents_top_img {
  width: 40%;
  position: absolute;
  bottom: -40px;
  max-height: 480px;
  left: 56px;
}

.contents_top_box {
  width: 100%;
}

.contents_top_box hr {
  border-bottom: 1px solid aliceblue;
  width: 100%;
}

.contents_top_text {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF;
  width: 65%;
  margin: 20px 0 0 auto;
}

.contents_sub_text {
  font-size: 16px;
  letter-spacing: .04em;
  line-height: 1.5;
  text-align: center;
  color: #FFFFFF;
  width: 65%;
  margin: 32px 0 0 auto;
}
.contents_sub_img{
  width: 65%;
  margin: 24px 0 0 auto;
  text-align: center;
}

.contents_sub_img img{
  width: initial;
  max-width: 100%;
}
.contents_sub_col2{
  width: 65%;
  margin: 32px 0 0 auto;
  display: flex;
  justify-content: center;
}
.contents_sub_col2 img{
  width: 120px;
}
.contents_sub_col2 .performance_area{
  width: 240px;
  margin: 0;
  flex-wrap: wrap;
}

.contents_top_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 0 0 auto;
  color: #FFFFFF;
  width: 65%;

  padding-bottom: 16px;
  letter-spacing: 0;
}

.contents_top_title span {
  font-size: 30px;
}

.contents_item {
  margin-top: 40px;
  position: relative;
}

.contents_item::after {
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  bottom: 48px;
  left: 0;
  z-index: -1;
}

.contents_article {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto 1fr;
  background-color: #FFFFFF;
  margin-top: 80px;
  padding: 32px 40px;
  column-gap: 12px;
}

.contents_article_title {
  position: relative;
  display: flex;
  align-items: end;
  grid-area: 1 / 1 / 2 / 3;
  padding-bottom: 8px;
  border-bottom: 2px solid #0768ab;
}

.contents_article_title p {
  font-size: 26px;
  font-weight: bold;
  color: #0768ab;
  margin-left: 8px;
}

.contents_article_text {
  grid-area: 2 / 1 / 3 / 3;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .04em;
  margin-top: 16px;
  text-align: left;
}

.contents_article_img {
  grid-area: 1 / 3 / 3 / 4;
  align-content: center;
}

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

.main_visual {
  width: 100%;
  margin: 0;
  /* padding: 0 0 16px; */
  position: relative;
}

.main_visual_title {
  width: 100%;
  margin: 0;
}

.top_title {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: .08em;
  line-height: 1;
  border-bottom: 2px solid #FFFFFF;
}

.top_text {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.72;
  margin-top: 40px;
  color: #036eb7;
}

.navi_list {
  margin-top: 40px;
  display: flex;
  gap: 64px;
}

.navi_list li {
  width: 100%;
  position: relative;
}

.navi_list .navi_img img {
  width: 100%;
}

.item_point_list {
  margin-top: 64px;
}

.item_point_list li {
  display: flex;
  gap: 16px;
  align-items: baseline;
  margin-bottom: 48px;
}

.item_point_list_top {
  width: 12%;
}

.item_point_list_text {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: .04em;
  color: #FFFFFF;
  width: 85%;
}

.item_point_list_button {
  width: 70%;
  margin-inline: auto;
  margin: 24px auto 10px;
  border: 2px solid #002870;
  box-shadow: #182987 3px 3px 4px 0px
}

.item_point_list_button a {
  display: block;
  color: #002870;
  font-size: 22px;
  letter-spacing: .03em;
  padding: 16px 0;
  background-color: #FFFFFF;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}

.item_point_list_attention {
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 1.2;
  margin: 32px auto;
  text-align: left;
}

.item_detail {
  flex: 1 1 auto;
  margin-top: 20px;
  width: 720px;
  margin: 20px auto;
}

.item_detail p {
  text-align: center;
}
.item_detail_brand{
  font-weight: bold;
  margin-bottom: 8px;
}

.item_detail_name {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .1em;
}
.item_detail_sub_name{
  margin-top: 16px;
}

.item_detail_price {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .08em;
  margin-top: 4px;
}

.item_detail_price span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .04em;
}

.item_detail_price_regular {
  position: relative;
  font-size: 20px;
  margin-top: 15px;
  font-weight: bold;
}

.item_detail_price_regular span {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .04em;
}

.item_detail_price_sale {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .04em;
  margin-top: 6px;
  position: relative;
  color: #e20014;
}

.item_detail_price_sale span {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .04em;
}

.item_detail_button {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .16em;
  width: 32%;
  margin: 32px auto 0;
  color: #fff !important;
  padding: 16px 0;
  display: block;
  clip-path: polygon(10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%, 0 10px);
}

.item_detail_list {
  width: 588px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.item_detail_list li {
  width: calc(50% - 40px);
}

.item_detail_list li:nth-child(n+3) {
  margin-top: 40px;
}

.item_detail_list_title {
  font-size: 22px;
  letter-spacing: .04em;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 8px;
  font-weight: bold;
  border-bottom: 2px solid #333;
}

.item_detail_list_img {
  margin-top: 16px;
}

.item_detail_list_text {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: .02em;
  line-height: 1.6;
  margin-top: 8px;
}

.item_list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.item_list_col3 {
  gap: 40px;
}

.item_list_col3 li {
  width: calc((100% - 80px) / 3);
}

.item_list_col4 {
  gap: 24px;
}

.item_list_col4 li {
  width: calc((100% - 72px) / 4);
}

.item_list li .item_detail {
  margin-top: 16px;
  width: auto;
}
.item_list li .item_detail .item_detail_button{
  width: 100%;
}


.item_detail .item_detail_button {
  font-size: 16px;
  width: 50%;
  margin-top: 16px;
  padding: 0;
  background-color: #002870;
}

.item_detail .item_detail_button a {
  color: #fff;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 16px 0;
}

.button_bottom {
  width: 48%;
  margin: 80px auto 0;
}

.button_bottom+.button_bottom {
  margin-top: 32px;
}

.button_bottom_anchor {
  color: #002870 !important;
  font-weight: bold;
  font-size: 24px;
  letter-spacing: .16em;
  width: 100%;
  padding: 16px 0;
  border: 3px solid #002870;
  border-radius: 32px;
  display: block;
}

.button_bottom_anchor.color_blue {
  color: #fff !important;
  background-color: #002870;
}

.adulation {
  position: sticky;
  padding-left: 0;
  left: 16px;
  top: 0px;
  width: 120px;
  z-index: 100;
}

.adulation::before,
.adulation::after {
  display: none;
}

.adulation_list {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
  position: absolute;
  width: 100%;
  top: 120px;
}

.adulation_list li {
  padding: 0;
  border-bottom: none;
}

.adulation_list li:nth-child(n+2) {
  margin-top: 0;
}

.adulation_list li:last-child {
  margin-bottom: 0;
}

.adulation_list li a {
  display: block;
}

.line::before {
  content: '';
  transform: rotate(0);
  width: 30%;
  border-top: 2px solid #002870;
  position: absolute;
  top: 50%;
  left: 35%;
}

.center {
  align-items: center;
}

.top {
  align-items: flex-start;
}

.top .contents_top_img img {
  margin-top: -40px;
}

#bg {
  background: url(../images/background_01.jpg) top center;
  background-size: 100% auto;
  padding-bottom: 100px;
}
.bg-white{
  background: #fff;
}
.bg-white .bread-crumb{
  padding-bottom: 20px;
  margin-bottom: 0;
}

.header_s {
  font-size: 42px;
}

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

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

  .pcOnly {
    display: block;
  }
}

@media screen and (max-width: 767px) {

  main p,
  main li {
    font-size: 14px;
  }

  .spOnly {
    display: block;
  }

  .pcOnly {
    display: none;
  }

  .contents_inner {
    width: 92%;
  }

  .contents_title {
    font-size: 17px;
    margin-top: 40px;
    padding: 8px 20px;
  }

  .contents_title_sub {
    padding: 8px 0;
    margin: 40px 0 0;
  }

  .contents_top {
    padding: 16px 16px 0;
    margin: 40px auto;
  }

  .contents_top_01 {
    clip-path: polygon(32px 0, 100% 0, 100% calc(100% - 32px), calc(100% - 32px) 100%, 0 100%, 0 32px);
  }
  .contents_top_inner{
    min-height: unset;
  }

  .contents_top_text {
    width: 100%;
    font-size: 15px;
    margin-top: 0;
  }

  .contents_top_title {
    font-size: 20px;
    width: 100%;
    padding-bottom: 0;
  }

  .contents_top_title_sub {
    font-size: 12px;
    margin-top: 8px;
  }

  .contents_top_title span {
    font-size: 16px;
  }

  .contents_top_img {
    width: 50%;
    bottom: 0;
    left: -24px;
  }

  .contents_item {
    margin-top: 24px;
  }

  .contents_item::after {
    content: none;
  }

  .contents_article {
    display: block;
    margin-top: 40px;
    padding: 16px 24px;
  }

  .contents_article_title picture {
    width: 60%;
  }

  .contents_article_title p {
    font-size: 17px;
  }

  .contents_article_text {
    font-size: 12px;
  }

  .contents_article_img {
    margin-top: 16px;
  }

  .main_visual {
    padding: 0;
  }

  .main_visual_title {
    width: 100%;
    margin-top: 0;
  }

  .top_title {
    font-size: 22px;
  }

  .top_text {
    font-size: 12px;
    margin-top: 32px;
  }

  .navi_list {
    margin: 24px auto 0;
    justify-content: center;
    margin-bottom: 10px;
    gap: 16px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    width: 95%;
    left: 50%;
    transform: translateX(-50%) !important;
    opacity: 1 !important;
  }

  .navi_list li {
    align-items: center;
    opacity: 1 !important;
    transform: unset !important;
  }

  .navi_title {
    font-size: 16px;
    bottom: 0;
  }

  .navi_title::after {
    width: 20px;
    height: 12px;
    bottom: -13px;
  }

  .item_point_list {
    margin-top: 8px;
  }

  .item_point_list li {
    gap: 8px;
    width: 100%;
    margin-bottom: 16px;
  }

  .item_point_list_text {
    font-size: 12px;
    margin-top: 8px;
  }

  .item_point_list_button a {
    font-size: 14px;
  }

  .item_point_list_attention {
    width: 100%;
  }

  .item_detail {
    margin-top: 24px;
    width: 300px;
  }

  .item_detail_name {
    font-size: 14px;
  }
  .item_detail_sub_name{
    font-size: 14px;
    margin-top: 8px;
  }

  .item_detail_price {
    font-size: 18px;
  }

  .item_detail_price span {
    font-size: 10px;
  }

  .item_detail_price_regular {
    font-size: 12px;
    margin-top: 5px;
  }

  .item_detail_price_sale {
    font-size: 18px;
    padding-left: 0;
    margin-top: 0;
  }

  .item_detail_price_sale::before {
    width: 24px;
    height: 24px;
    margin: 0 4px -4px 0;
  }

  .item_detail_price_sale span {
    font-size: 12px;
  }

  .item_detail_button {
    font-size: 16px;
    width: 56%;
    margin-top: 16px;
    padding: 8px 0;
  }

  .item_detail_list {
    width: 88%;
  }

  .item_detail_list li {
    width: calc(50% - 16px);
  }

  .item_detail_list li:nth-child(n+3) {
    margin-top: 32px;
  }

  .item_detail_list_title {
    font-size: 14px;
  }

  .item_detail_list_img {
    margin-top: 8px;
  }

  .item_detail_list_text {
    font-size: 12px;
  }

  .item_list {
    margin: 24px 0 0 0;
  }

  .item_list li {
    width: calc(50% - 8px);
  }

  .item_list_col3{
    gap: 16px;
  }
  .item_list_col4{
    gap: 16px;
  }

  .item_list .item_detail_button {
    font-size: 16px;
    width: 96%;
    margin-top: 16px;
    padding: 8px 0;
  }

  .item_list+.button_bottom {
    margin-top: 40px;
  }

  .button_bottom {
    width: 88%;
  }

  .button_bottom+.button_bottom {
    margin-top: 24px;
  }

  .button_bottom_anchor {
    font-size: 16px;
    padding: 8px 0;
    border-width: 2px;
  }

  .adulation {
    width: 56px;
    left: 4px;

    display: none;
  }

  .adulation::before {
    border-width: 2px;
  }

  .adulation_list {
    top: 25vh;
  }

  .adulation_list .navi_img img {
    width: 100%;
  }

  .adulation_list li:nth-child(n+2) {
    margin-top: 6px;
  }

  .line::before {
    width: 100px;
    left: calc(50% - 48px);
  }

  .top .contents_top_img img {
    margin-top: -16px;
  }

  .contents_sub_text {
    font-size: 12px;
    margin-top: 24px;
    width: 70%;
  }
  .contents_sub_img{
    width: 70%;
  }
  .contents_sub_img img{
    width: 80%;
  }
  .contents_sub_col2{
    margin-bottom: 24px;
  }
  .contents_sub_col2 img{
    width: 72px;
  }
  .contents_sub_col2 .performance_area{
    width: calc(100% - 72px);
  }

  .item_detail .item_detail_button {
    font-size: 14px;
    margin-top: 10px;
  }

}

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

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

.performance_area {
  display: flex;
  gap: 16px;
  margin: 32px 0 0 auto;
  width: 65%;
  justify-content: center;
}

.contents_header {
  font-size: 64px;
  color: #182987;
  font-weight: bold;
  text-align: center;
  margin-top: 120px;
}

.yellow_chara {
  color: #ffff00;
  -webkit-text-stroke: 5px #002870;
  paint-order: stroke;
}

.performance_item {
  display: flex;
  flex-direction: column;
  border: 1px solid #FFFFFF;
  justify-content: center;
  height: 72px;
  corner-shape: bevel square;
  border-radius: 15px;
  width: 80px;
}

.performance_item p {
  color: #fff;
  font-size: 14px;
  line-height: 1.25;
}

@media screen and (max-width: 767px) {

  .contents_header {
    font-size: 20px;
    margin: 40px 0 -16px;
  }
  .contents_top_box{
    min-height: 240px;
  }

  .yellow_chara {
    -webkit-text-stroke: 3px #002870;
  }

  .header_s {
    font-size: 20px;
  }

  .performance_area {
    padding: 0;
    flex-wrap: wrap;
    margin: 24px 0 24px auto;
    gap: 8px;
    width: 70%;
  }

  .performance_item {
    height: 50px;
    width: 56px;
  }

  .performance_item p {
    font-size: 10px;
  }
}