@charset "EUC-JP";
.c-top-firstView{
  --firstViewSlideHeight:100vh;
}
.c-top-firstView.withNews{
  --firstViewSlideHeight:calc(100vh - 70px);
  aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
.top_slideshow{
  position: relative;
}
.c-top-copy{
      position: absolute;
    left: 5%;
    bottom: 10px;
    color: #fff;
    font-size: 3.5rem;
    text-shadow: 1px 2px 3px #000;
    font-weight: 500 !important;
}
.c-top-firstView{
  width:100%;
  height:var(--firstViewSlideHeight);
  overflow:hidden;
}
.c-top-firstView a,
.c-top-firstView img,
.c-top-firstView picture{
  width:100%;
  height:var(--firstViewSlideHeight);
  display:block;
  outline:none;
}
.c-top-firstView img{
  object-fit:cover;
  object-position:center;
  aspect-ratio: 16 / 9;
    width: 100%;
    height: 100%;
}
.c-top-firstView a:hover{
  opacity:1;
}
@media screen and (max-width:1366px){
  .c-top-copy {
    position: absolute;
    left: 4%;
    bottom: 10px;
    color: #fff;
    font-size: 3rem;
    text-shadow: 1px 2px 3px #000;
    font-weight: 500 !important;
}
}
@media screen and (max-width:1024px){
  .c-top-firstView{
    --firstViewSlideHeight:calc(100vh - 60px);
    --firstViewSlideHeight:calc(100svh - 60px);
  }
  .c-top-firstView.withNews{
    --firstViewSlideHeight:calc(100vh - 60px - 100px);
    --firstViewSlideHeight:calc(100svh - 60px - 100px);
    aspect-ratio: 12 / 14;
  }
  .c-top-firstView img{
  object-fit:cover;
  object-position:center;
  aspect-ratio: 12 / 14;
    width: 100%;
    height: 100%;
}
}
.c-top-news{
  --topNewsHeight:auto;
  width:100%;
  height:var(--topNewsHeight);
  position:relative;
  z-index:2;
      background: #1E467C;
}
.c-top-news::before{
  content:"";
  width:calc(100% - 120px);
  height:100%;
  left:0;
  top:0;
  position:absolute;
  background:#1E467C;
  opacity:1;
}
.c-top-news .l-content{
  height:var(--topNewsHeight);
  overflow:hidden;
  position:relative;
}

@media screen and (min-width:1025px){
  .c-top-news .l-content{
    padding-right:120px;
  }
}
.c-top-news a,.c-top-news .news_box{
  font-size:16px;
  height:var(--topNewsHeight);
  line-height:var(--topNewsHeight);
  white-space:normal;
  width:100%;
  text-overflow:ellipsis;
  display:flex;
  color:#fff;
  overflow:hidden;
  padding: 20px 0;
}
.c-top-news a:hover{
  text-decoration:underline;
}
.c-top-newsListNext,.c-top-newsListPrev{
  width:60px;
  height:var(--topNewsHeight);
  position:absolute;
  top:33px;
  right:0;
  cursor:pointer;
  z-index:3;
}
.c-top-newsListPrev{
  right:60px;
}
.c-top-newsListNext::before,.c-top-newsListPrev::before{
  content:"";
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  background:#1E467C;
  opacity:1;
}
.c-top-newsListNext::after,.c-top-newsListPrev::after{
  content:"";
  width:10px;
  height:10px;
  position:absolute;
  top:calc(50% - 5px);
  transition:right 0.2s ease-out,left 0.2s ease-out;
}
.c-top-newsListPrev::after{
  right:5px;
  border-top:1px solid #fff;
  border-left:1px solid #fff;
  transform:rotate(-45deg);
}
.c-top-newsListNext::after{
  left:5px;
  border-top:1px solid #fff;
  border-right:1px solid #fff;
  transform:rotate(45deg);
}

@media screen and (max-width:1024px){
  .c-top-copy {
    position: absolute;
    left: 5%;
    bottom: 20px;
    color: #fff;
    font-size: 2rem;
    text-shadow: 1px 2px 3px #000;
    font-weight: 500 !important;
}
  .c-top-news{
    --topNewsHeight:auto;
    display:flex;
    align-items:center;
  }
  .c-top-news::before{
    width:100%;
  }
  .c-top-news a,.c-top-news .news_box{
    font-size:14px;
    line-height:20px;
    height:auto;
    padding-bottom: 20px;
    white-space:normal;
    width:100%;
    padding-right:0;
    margin-top:0px;
    display:-webkit-box;
    display:box;
    overflow:hidden;
    -webkit-line-clamp:10;
    line-clamp:10;
    -webkit-box-orient:vertical;
    box-orient:vertical;
  }
  .c-top-newsListNext,.c-top-newsListPrev{
    width:35px;
    height:35px;
    top: 0;
  }
  .c-top-newsListPrev{
    right:37px;
  }
  .c-top-newsListNext::before,.c-top-newsListPrev::before{
    content:none;
  }
  .c-top-newsListNext::after,.c-top-newsListPrev::after{
    content:"";
    width:6px;
    height:6px;
    position:absolute;
    top:calc(50% - 3px);
    transition:right 0.2s ease-out,left 0.2s ease-out;
  }
  .c-top-newsListPrev::after{
    right:5px;
    border-top:1px solid #fff;
    border-left:1px solid #fff;
    transform:rotate(-45deg);
  }
  .c-top-newsListNext::after{
    left:5px;
    border-top:1px solid #fff;
    border-right:1px solid #fff;
    transform:rotate(45deg);
  }
}
@media screen and (max-width:600px){
.c-top-copy {
        position: absolute;
        left: 4%;
        bottom: 0px;
        color: #fff;
        font-size: 1.6rem;
        text-shadow: 1px 2px 3px #000;
        font-weight: 500 !important;
  letter-spacing: -1px;
        line-height: 1.3;
    }}
.c-top-information{
  margin-top:60px;
}
.c-top-informationImage{
  width:100%;
  position:relative;
  background-image: url(https://img.shop-pro.jp/tmpl_img/87/bg.gif);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.c-top-informationImage::before{
  content:"";
  padding-top:59.61%;
  display:block;
}
.c-top-informationMessage{
  width:680px;
  max-width:80%;
  padding:60px 60px 0 60px;
  line-height:200%;
  margin:-100px 0 0 auto;
  background:var(--defaultBackgroundColor);
  position:relative;
  z-index:3;
}

@media screen and (max-width:1024px){
  .c-top-informationMessage{
    width:calc(100% - 8vw);
    max-width:100%;
    padding:30px 4vw 0 4vw;
    line-height:180%;
    margin:-4vw auto 0 auto;
  }
}
.c-top-interval,
.c-top-ranking,
.c-top-message,
.c-top-freespace{
  margin-top:120px;
}

@media screen and (max-width:1024px){
  .c-top-interval,
  .c-top-ranking,
  .c-top-message,
  .c-top-freespace{
    margin-top:90px;
  }
}
.c-top-intervalImage{
  width:100%;
  max-height: 40vw;
  position:relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.c-top-intervalImage img{
  position:static;
}
.c-top-ranking .c-sliderPrev{
  position:absolute;
  right:52px;
  top:50%;
  transform:translatey(-50%);
}
.c-top-ranking .c-sliderNext{
  position:absolute;
  right:0;
  top:50%;
  transform:translatey(-50%);
}

@media screen and (max-width:1024px){
  .c-top-ranking .c-sliderPrev{
    right:37px;
  }
}
.c-top-messageImage{
  width:100%;
  position:relative;
}
.c-top-messageImage::before{
  content:"";
  padding-top:48.08%;
  display:block;
}
.c-top-message .l-content{
  width:100%;
  margin-top:40px;
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
}
.c-top-messageManager{
  width:33%;
}
.c-top-messageComment{
  width:calc(100% - 33% - 40px);
  line-height:200%;
}
.c-top-messageManagerName{
  font-family:var(--boldfont);
  font-weight:bold;
  font-size:24px;
  line-height:150%;
}
.c-top-messageLink{
  display:inline-block;
  margin-top:1em;
  color:var(--defaultColor);
  font-size:16px;
  line-height:150%;
  position:relative;
}
.c-top-messageLink::before{
  content:"";
  position:absolute;
  width:100%;
  height:1px;
  left:0;
  bottom:0;
  background:var(--defaultColor);
  opacity:0.5;
}

@media screen and (max-width:1024px){
  .c-top-messageImage{
    width:100%;
    position:relative;
  }
  .c-top-message .l-content{
    display:block;
  }
  .c-top-messageManager{
    width:100%;
    text-align:center;
  }
  .c-top-messageComment{
    width:100%;
    line-height:180%;
    margin-top:40px;
  }
  .c-top-messageManagerName{
    font-size:20px;
  }
  .c-top-messageLink{
    display:inline-block;
    margin-top:1em;
    color:var(--defaultColor);
    font-size:16px;
    line-height:150%;
    position:relative;
  }
}

.top_group{
              display: flex;
  max-width: 1000px;
              margin: 40px auto 0;
          }
          .top_group a{
              display: block;
              width: 59%;
          }
          .top_group a:last-child{
              margin-left: 2%;
          }
          .top_fukuju{
              margin: 60px auto 0;
              height: 400px;
              display: flex;
              position: relative;
            max-width: 1000px;
          }
          .top_fukuju_img{
              position: absolute;
              z-index: -1;
              width: 78%;
          }
          .top_fukuju_txt{
              width: 60%;
              position: absolute;
              top: 40%;
              right: 0;
              background: #ECDECA;
              padding: 40px 50px;
            border-image: url("https://img15.shop-pro.jp/PA01157/617/etc_base64/Ym9yZGVyX2ltZzI.png?cmsp_timestamp=20250909150034") 10/ 15px/ 10px repeat;
          }
          .top_fukuju_txt h3{
              font-size: 2rem;
              margin-bottom: 10px;
              color: #1E467C;
            margin-top: 0;
          }
.top_fukuju_txt p{line-height: 1.7;}
          .top_fukuju_txt img{
              max-width: 150px;
              position: absolute;
              bottom: -40px;
              right: -70px;
          }
          .top_category_area{
              margin: 70px auto;
            max-width: 1000px;
          }
          h2.top_ttl{
              font-size: 2rem;
              margin-bottom: 25px;
              color: #1E467C;
          }
h2.c-sectionTitle{
  margin-bottom: 0px;
}
.top_category_box{
display: block;
              position: relative;}
          .top_category_box .cate_link{
              display: flex;
              position: relative;
              background: #fff;
              border: 1px solid #ccc;
              border-radius: 15px;
              margin-bottom: 20px;
            color: #000;
          }
          .cate_img_area{
            display: block;
              width: 40%;
              position: relative;
          }
          .cate_img_area .img1{
              border-bottom-left-radius: 14px;
              border-top-left-radius: 14px;
          }
          .cate_img_area .img2{
              position: absolute;
              bottom: 0;
              right: -13%;
              width: 190px;
          }
          .box3 .cate_img_area .img2{
              position: absolute;
              bottom: 5%;
              right: -12%;
              width: 100px;
          }
          .cate_txt_area{
            display: block;
              position: relative;
              width: 60%;
              padding: 20px 3% 20px 7%;
          }
          .cate_txt_area h3{
              font-size: 1.6rem;
              margin-bottom: 15px;
          }
.cate_txt_area strong{
              font-weight: 400;
          }
          .cate_txt_area .cate_btn{
              display:inline-block;
              top: 43px;
              right: 30px;
              position: absolute;
              background: #1E467C;
              color: #fff;
              padding: 4px 14px 6px;
              border-radius: 4px;
          }
          .cate_txt_area .cate_btn img{
              display: inline-block;
              width: 7px;
              margin-left: 5px;
          }
          .box2 .cate_img_area{
              order: 2;
          }
          .box2 .cate_img_area .img1{
              border-bottom-left-radius: 0;
              border-top-left-radius: 0;
              border-bottom-right-radius: 14px;
              border-top-right-radius: 14px;
          }
          .box2 .cate_img_area .img2{
              bottom: 0;
              right: 0;
              left: -18%;
          }
          .box2 .cate_txt_area{
              position: relative;
              width: 60%;
              padding: 20px 7% 20px 4%;
          }
.box2 .cate_btn{
  right: 13%;
}
.top_company{
  max-width: 1000px;
              margin: 90px auto 0;
}
          .company_box{
              display: flex;
          }
          .company_box_img{
              width: 35%;
              margin-right: 5%;
          }
          .company_box_txt{
              width: 60%;
          }
          .company_box_txt .company_logo{
              width: 100%;
              max-width: 250px;
              margin-bottom: 10px;
          }
          .company_box_txt .box_btn{
              border: 1px solid #1E467C;
              color: #1E467C;
              text-align: center;
              border-radius: 5px;
              max-width: 170px;
              padding: 4px 0;
              display: block;
              margin: 10px 0 0 auto;
              position: relative;
                    background: #fff;
          }
          .company_box_txt .box_btn::after{
              content: "";
              display: block;
              position: absolute;
              top: 32%;
              right: 10px;
              width: 10px;
              height: 20px;
              background: url(https://img.shop-pro.jp/PA01157/617/etc/yazirushi_blue.gif);
              background-repeat: no-repeat;
              background-size: 10px;
          }
          .top_bnr_area{
              display: flex;
              position: relative;
              margin: 60px auto;
              max-width: 1000px;
          }
          .top_bnr_area li{
              display: block;
              width: 49%;
          }
          .top_bnr_area li:last-child{
              margin-left: 2%;
              position: relative;
              top: -31px;
          }
          @media screen and (max-width: 1024px) {
              .top_group {
                  display: block;
                  max-width: 500px;
                  margin: 40px auto 0;
              padding: 0 20px;
}
              .top_group a {
    display: block;
    width: 100%;
}
              .top_group a:last-child {
    margin-left: 0;
                  margin-top: 15px;
}
              .top_fukuju_txt img {
    max-width: 100px;
    position: absolute;
    bottom: -40px;
    right: -10px;
}
              .top_fukuju {
            margin: 40px auto 0;
        height: auto;
        display: block;
        position: relative;
        max-width: 700px;
                        padding: 0 20px;
}
              .top_fukuju_img {
    position: static;
    z-index: -1;
    width: 100%;
}
              .top_fukuju_img img{
                  height: 250px;
                  object-fit: cover;
                width: 100%;
              }
        .top_fukuju_txt {
    width: 90%;
    position: static;
    position: relative;
    top: 40%;
    right: 0;
    background: #ECDECA;
    padding: 20px 20px 50px;
    margin: -70px auto 0;
}
        .top_fukuju_txt h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: #1E467C;
}
    h2.top_ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
    color: #1E467C;
}
    .box2 .cate_img_area {
    order: 1;
}
.top_category_area {
    margin: 70px auto;
    max-width: 700px;
  padding: 0 20px;
}
    .top_category_box {
    display: block;
    position: relative;
    background: #fff;
}
    .top_category_box .cate_link{
    display: block;
    position: relative;
    background: #fff;
}
.cate_img_area {
    width: 100%;
    position: relative;
}
.cate_img_area .img1 {
    border: none;
    border-bottom-left-radius: 0;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
 width: 100%;
}
.cate_img_area .img2 {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 140px;
}
.cate_txt_area {
    position: relative;
    width: 100%;
    padding: 20px;
}
.box2 .cate_img_area .img1 {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 9px;
    border-top-left-radius: 9px;
}
.box2 .cate_img_area .img2 {
    bottom: 0;
    left: unset;
    right: 2%;
}
.box2 .cate_txt_area {
    position: relative;
    width: 100%;
    padding: 20px;
}
.box3 .cate_img_area .img2 {
    position: absolute;
    bottom: 0;
    right: 2%;
    width: 80px;
}
              .top_company{
                  max-width: 700px;
                  margin: 0 auto;
                padding: 0 20px;
              }
.company_box {
    display: block;
}
.company_box_img {
    width: 100%;
    margin-right: 0%;
}
.company_box_img img{
    width: 100%;
}
.company_box_txt {
    width: 100%;
    margin-top: 10px;
}
.company_box_txt .box_btn {
    border: 1px solid #1E467C;
    color: #1E467C;
    text-align: center;
    border-radius: 10px;
    max-width: 300px;
    padding: 10px;
    display: block;
    margin: 20px auto;
    position: relative;
}
.company_box_txt .box_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 36%;
    right: 15px;
    width: 10px;
    height: 20px;
    background: url(https://img.shop-pro.jp/PA01157/617/etc/yazirushi_blue.gif);
    background-repeat: no-repeat;
    background-size: 10px;
}
.cate_txt_area h3{
              font-size: 1.6rem;
              margin-bottom: 15px;
  margin-top: 0;
          }
.cate_txt_area .cate_btn{
              display:inline-block;
              top: 23px;
              right: 20px;
              position: absolute;
              background: #1E467C;
              color: #fff;
              padding: 4px 14px 6px;
              border-radius: 4px;
          }
.box2 .cate_btn {
    right: 20px;
}
          }

@media screen and (max-width: 768px) {
  .top_bnr_area {
    display: block;
    position: relative;
    margin: 40px 20px 30px;
    max-width: 500px;
}
.top_bnr_area li {
    display: block;
    width: 100%;
}
.top_bnr_area li:last-child {
    margin-left: 0;
    position: relative;
    top: 5px;
}
}
.c-recommend .box_btn{
  border: 1px solid #1E467C;
    color: #1E467C;
    font-size: 1.3rem;
    text-align: center;
    border-radius: 5px;
    max-width: 360px;
    padding: 14px 20px;
    display: block;
    margin: 50px auto 100px;
    position: relative;
    background: #fff;
}
.c-recommend .box_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 36%;
    right: 10px;
    width: 20px;
    height: 40px;
    background: url(https://img.shop-pro.jp/PA01157/617/etc/yazirushi_blue.gif);
    background-repeat: no-repeat;
    background-size: 13px;
}
@media screen and (max-width: 768px) {
  .c-recommend .box_btn{
  border: 1px solid #1E467C;
    color: #1E467C;
    font-size: 1.1rem;
    text-align: center;
    border-radius: 5px;
    max-width: 360px;
    padding: 14px 20px;
    display: block;
    margin: 50px auto 100px;
    position: relative;
    background: #fff;
}
}