@charset "UTF-8";
#link01 {
  position: relative;
  top: -100px;
}

/* ====================================================================
section01
==================================================================== */
/*全体------------------*/
#mainContents {
  width: 100%;
  background: url(../images/top/backLeft_ss.png) no-repeat top left, url(../images/top/backRight_ss.png) no-repeat top right;
  background-repeat: no-repeat;
  background-size: 290px auto;
  position: relative;
  top: -20px;
}

/*1080px〜*/
@media screen and (max-width: 1080px) {
  #mainContents {
    background: url(../images/top/backLeft_pad_ss.png) no-repeat top left, url(../images/top/backRight_pad_ss.png) no-repeat top right;
    background-size: 240px auto;
  }
}
/*800px〜*/
@media screen and (max-width: 800px) {
  #mainContents {
    width: 100%;
    background: url(../images/top/backLeft_pad_ss.png) no-repeat top left, url(../images/top/backRight_pad_ss.png) no-repeat top right;
    background-size: 200px auto;
  }
}
/*480px〜*/
@media screen and (max-width: 480px) {
  #mainContents {
    background: url(../images/top/backLeft_sp_ss.png) no-repeat top left, url(../images/top/backRight_sp_ss.png) no-repeat top right;
    background-size: 180px auto;
  }
}
/*360px〜*/
@media screen and (max-width: 360px) {
  #mainContents {
    background: url(../images/top/backLeft_sp_ss.png) no-repeat top left, url(../images/top/backRight_sp_ss.png) no-repeat top right;
    background-size: 160px auto;
  }
}
.section01 {
  width: 100%;
  margin: 0 0 50px 0;
  position: relative;
}

.topMore {
  width: 74px;
  position: relative;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(../images/moreTop2.png);
  background-repeat: no-repeat;
  background-size: 74px;
}

.topMore img {
  width: 74px;
}

.topMore:hover img {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
}

/*会社説明------------------*/
.section01 .c1Box1 {
  width: 700px;
  margin: 40px auto 20px auto;
  padding-left: 20px;
  font-size: 17px;
  line-height: 200%;
}

/*800px〜*/
@media screen and (max-width: 800px) {
  .section01 .c1Box1 {
    margin: 30px auto 20px auto;
    width: 90%;
    font-size: 15px;
  }
}
/*340px〜*/
@media screen and (max-width: 340px) {
  .section01 .c1Box1 {
    margin: 30px auto 20px auto;
    font-size: 15px;
    line-height: 180%;
  }
}
/*ニュース------------------*/
.section01 .news {
  margin: 50px auto 8px auto;
  text-align: center;
  width: 80px;
}

.section01 .news img {
  width: 100%;
}

.section01 .newsTxt {
  width: 640px;
  margin: 0px auto 0px auto;
  font-size: 15px;
}

.section01 ul, .section01 li {
  margin: 0;
  padding: 0;
}

.section01 .newsTxt li {
  margin: 0 0 10px 0;
  list-style: none;
}

/*800px〜*/
@media screen and (max-width: 800px) {
  .section01 .news {
    margin: 20px auto 10px auto;
  }
  .section01 .newsTxt {
    width: 90%;
  }
}
/*420px〜*/
@media screen and (max-width: 420px) {
  .section01 .newsTxt {
    font-size: 14px;
    line-height: 180%;
  }
}
/*メインイメージ------------------*/
.mainImg {
  margin: 0 auto;
}

.mainImg .single-item h3 {
  width: 100%;
  text-align: center;
  height: 600px;
}

.mainImg img {
  width: 1400px;
  max-width: 1400px;
  height: 600px;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}

/*メインイメージ 1400px〜*/
@media screen and (max-width: 1400px) {
  .mainImg {
    position: relative;
    top: -30px;
  }
  .mainImg img {
    width: 100%;
  }
}
/*メインイメージ 940px〜*/
@media screen and (max-width: 940px) {
  .mainImg .single-item h3 {
    height: auto;
  }
  .mainImg img {
    height: auto;
  }
}
/*メインイメージ 480px〜*/
@media screen and (max-width: 480px) {
  .mainImg {
    position: relative;
    top: -40px;
  }
}
.header .logoName02 {
  padding: 24px 16px 12px !important;
}
.header .logoName02 img {
  width: 180px;
}
@media (max-width: 939px) {
  .header .logoName02 img {
    width: 160px;
  }
}
@media (max-width: 768px) {
  .header .logoName02 img {
    width: 120px;
  }
}

.logoNameW.clearfix {
  top: min(6vw, 24px);
}
.logoNameW.clearfix img {
  width: 140px;
}

#globalNavi-pc ul {
  width: -moz-fit-content;
  width: fit-content;
}

.fv {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(2vw, 60px) auto;
}
.fv .img-box img {
  max-width: 1400px;
  width: 90vw;
}

.fv {
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: min(2vw, 60px) auto;
}
.fv .img-box {
  margin: 0;
}
.fv .img-box:nth-child(1) {
  display: block;
}
.fv .img-box:nth-child(2) {
  display: none;
}
.fv .img-box img {
  display: block;
  max-width: 1400px;
  width: 90vw;
  height: auto;
}
@media (max-width: 768px) {
  .fv .img-box:nth-child(1) {
    display: none;
  }
  .fv .img-box:nth-child(2) {
    display: block;
  }
}

.bnr-box {
  position: fixed;
  z-index: 99;
  top: 20vh;
  right: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.bnr-box .bnr-img img {
  max-width: clamp(180px, 16vw, 240px);
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (max-width: 430px) {
  .bnr-box {
    display: none;
  }
}

.section01 .news {
  width: 100%;
  max-width: 340px;
}
.section01 .news img {
  width: min(300px, 60vw);
}
.section01 .news .c1Box1 {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.section01 .newsTxt li {
  display: flex;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.section02 .c1Box2 img {
  width: 100%;
  max-width: 340px;
  width: min(300px, 60vw);
}

.section01 .titleBack, .section02 .titleBack {
  height: auto;
}
.section01 .titleBack .fadeIn .fadeIn_box, .section02 .titleBack .fadeIn .fadeIn_box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  height: min(100px, 26vw);
}
.section01 .titleBack .fadeIn .fadeIn_box img, .section02 .titleBack .fadeIn .fadeIn_box img {
  width: min(240px, 80vw);
  min-width: 240px;
}

/* ====================================================================
section01
==================================================================== */
/*全体------------------*/
#mainContents {
  width: 100%;
  background: none;
  background-repeat: no-repeat;
  background-size: 290px auto;
  position: relative;
  top: -20px;
}

/*1080px〜*/
@media screen and (max-width: 1080px) {
  #mainContents {
    background: none;
    background-size: 240px auto;
  }
}
/*800px〜*/
@media screen and (max-width: 800px) {
  #mainContents {
    width: 100%;
    background: none;
    background-size: 200px auto;
  }
}
/*480px〜*/
@media screen and (max-width: 480px) {
  #mainContents {
    background: none;
    background-size: 180px auto;
  }
}
/*360px〜*/
@media screen and (max-width: 360px) {
  #mainContents {
    background: none;
    background-size: 160px auto;
  }
}
/* ====================================================================
#top wrap
==================================================================== */
.wrapperBack {
  width: 100%;
  background: none;
}

/*wrapperBack　840px〜-----*/
@media screen and (max-width: 840px) {
  .wrapperBack {
    width: 100%;
    background: none;
  }
}
/*wrapperBack　520px〜-----*/
@media screen and (max-width: 520px) {
  .wrapperBack {
    width: 100%;
    background: none;
  }
}
/* ====================================================================
#product section02
==================================================================== */
.section02 {
  width: 100%;
  margin: 0;
  position: relative;
}

/*アイテム一覧　なみなみ---------*/
.section02 .c1Box1 {
  width: 100%;
  background-image: url(../images/top/naminami.png);
  background-repeat: repeat-x;
  background-size: auto;
  height: 30px;
  text-align: center;
  position: relative;
  top: 1px;
}

/*アイテム一覧　NEWタイトル---------*/
.section02 .c1Box2 {
  width: 100%;
  text-align: center;
  background-color: #EBEBEB;
  background-color: #fff;
  padding: 0;
  position: relative;
  height: 140px;
  height: min(100px, 26vw);
}

.section02 .titleBack {
  background: none;
  background-repeat: no-repeat;
  background-size: 260px auto;
  padding: 0 0 min(12px, 6vw) 0;
  z-index: 80;
  display: block;
  position: absolute;
  width: 100%;
  margin-top: 10px;
}

.section02 .c1Box2 img {
  height: auto;
  position: relative;
  left: 0%;
}

.section02 .newItemsWrap {
  background-color: #EBEBEB;
  background-color: #fff;
  position: relative;
}

/* ====================================================================
#footer
==================================================================== */
#footer {
  padding: 40px 0 0;
  background: linear-gradient(to bottom, #fff 0%, #f5fbfc 50%, #EBF6F9 100%);
}
#footer .f_logo {
  margin: 0px auto 24px;
}
#footer .f_logo img {
  width: min(160px, 30vw);
}

.openbtn {
  position: fixed;
  z-index: 9999;
  top: 22px;
  right: 12px;
  cursor: pointer;
  width: 48px;
  height: 48px;
  box-shadow: 0 0px 8px rgba(90, 90, 90, 0.15);
  background: rgb(255, 251, 244);
  box-sizing: content-box;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .openbtn {
    display: none;
  }
}
.openbtn span {
  display: inline-block;
  transition: all 0.3s;
  position: absolute;
  right: 10px;
  height: 3px;
  border-radius: 4px;
  background-color: #286B82;
  width: 32px;
}
.openbtn span:nth-of-type(1) {
  top: 16px;
  width: 28px;
  background-color: #286B82;
}
.openbtn span:nth-of-type(2) {
  top: 24px;
  width: 28px;
  background-color: #286B82;
}
.openbtn span:nth-of-type(3) {
  top: 32px;
  width: 28px;
  background-color: #286B82;
}
.openbtn:hover span:nth-of-type(1) {
  top: 14px;
}
.openbtn:hover span:nth-of-type(3) {
  top: 34px;
}
.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 8px;
  transform: translateY(6px) rotate(-45deg);
  width: 32px;
}
.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 8px;
  transform: translateY(-6px) rotate(45deg);
  width: 32px;
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.header_nav_hum {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background-color: rgba(244, 244, 244, 0.94);
  background-size: cover;
  background-position: left left;
  background-repeat: no-repeat;
  transition: all 0.6s;
  background-repeat: repeat-x;
  background-size: cover;
  animation: bgScroll 200s linear infinite;
}
.header_nav_hum.panelactive {
  right: 0;
}
.header_nav_hum.panelactive .header_nav_hum_wrapper {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.header_nav_hum .header_nav_hum_block {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 16px);
  text-align: center;
}
@keyframes bgScroll {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -100% 0;
  }
}

.header_nav_hum_block .header_logo_mob {
  margin-bottom: 40px;
}
.header_nav_hum_block .header_nav_hum_list {
  margin-top: 120px;
}
.header_nav_hum_block li:not(:last-of-type) {
  padding-bottom: 36px;
}
.header_nav_hum_block a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_nav_hum_block .menulistbox {
  margin-top: 40px;
  padding-inline-start: 0;
}
.header_nav_hum_block .menulistbox .menulist a {
  color: #286B82;
}
.header_nav_hum_block .fixed-btn {
  margin: 0px auto 0;
}
.header_nav_hum_block .fixed-btn p {
  color: #fff;
}

.header_nav_hum_title {
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 16px;
  width: 50%;
  margin: 0 auto;
}
.header_nav_hum_title img {
  max-width: 120px;
}

.header_nav_hum_img {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.header_nav_hum_img .header_nav_hum_img-inner img {
  width: 80%;
}/*# sourceMappingURL=top2025.css.map */