.width-100-container {
  background: url(/common/images/new/bg_header.svg) no-repeat left top;
}

@media screen and (max-width: 1170px) {
  .width-100-container {
    background: none;
  }
}

.top-contents * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.7;
  list-style-type: none;
  color: #333333;
}

.top-contents img {
  max-width: 100%;
  line-height: 0;
  vertical-align: bottom;
  border-style: none;
}

.btn-white {
  background-color: #ffffff;
  border: 1px solid #707070;
  color: #333333;
  text-decoration: none;
  transition: background 0.4s, color 0.4s, border 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}

@media screen and (max-width: 1170px) {
  .btn-white {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  .btn-white {
    height: 90px !important;
  }
}

.btn-white:hover {
  background-color: #cc0000;
  color: #ffffff;
  border: 1px solid #cc0000;
}

.btn-white:hover span {
  background: url(/top/images/new/icn_btn-right-white.svg) no-repeat right top 9px;
  background-size: 7px;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .btn-white:hover span {
    background: url(/top/images/new/icn_btn-right-white.svg) no-repeat right top 13px;
    background-size: 17px;
  }
}

.btn-white span {
  transition: background 0.4s, color 0.4s;
  background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 9px;
  background-size: 7px;
  padding-right: 20px;
  font-weight: 700;
}

@media screen and (max-width: 750px) {
  .btn-white span {
    background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 13px;
    background-size: 17px;
    padding-right: 35px;
    font-size: 30px;
  }
}

section.mv {
  position: relative;
}

section.mv .inner {
  width: calc(100% - 105px);
  height: 565px;
  margin-left: 105px;
  position: relative;
  transition: 0.5s;
}

@media screen and (max-width: 1400px) {
  section.mv .inner {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 750px) {
  section.mv .inner {
    height: 650px;
  }
}

section.mv .inner .slide-pc {
  display: block;
}

@media screen and (max-width: 750px) {
  section.mv .inner .slide-pc {
    display: none;
  }
}

section.mv .inner .slide-sp {
  display: none;
}

@media screen and (max-width: 750px) {
  section.mv .inner .slide-sp {
    display: block;
  }
}

section.mv .inner .slide-mv {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slide-mv 28s infinite;
  animation: slide-mv 28s infinite;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  z-index: 0;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

section.mv .inner .slide-mv:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

section.mv .inner .slide-mv:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

section.mv .inner .slide-mv:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

section.mv .inner .slide-mv:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}

@-webkit-keyframes slide-mv {
  0% {
    opacity: 0;
  }

  4.76% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  42.85% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slide-mv {
  0% {
    opacity: 0;
  }

  4.76% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  42.85% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

section.mv .inner .slide-mv-sp {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: slide-mv-sp 28s infinite;
  animation: slide-mv-sp 28s infinite;
  z-index: 0;
  pointer-events: none;
  -o-object-fit: cover;
  object-fit: cover;
}

section.mv .inner .slide-mv-sp:nth-of-type(1) {
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

section.mv .inner .slide-mv-sp:nth-of-type(2) {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}

section.mv .inner .slide-mv-sp:nth-of-type(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

section.mv .inner .slide-mv-sp:nth-of-type(4) {
  -webkit-animation-delay: 19s;
  animation-delay: 19s;
}

@-webkit-keyframes slide-mv-sp {
  0% {
    opacity: 0;
  }

  4.76% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  42.85% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes slide-mv-sp {
  0% {
    opacity: 0;
  }

  4.76% {
    opacity: 1;
  }

  33.33% {
    opacity: 1;
  }

  42.85% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

section.mv .inner h1 {
  text-align: right;
  line-height: 2.6;
  padding-top: 130px;
  max-width: 1126px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  transform: translateX(-52px);
}
@media screen and (max-width: 1400px) {
  section.mv .inner h1 {
    margin: 0 auto;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1170px) {
  section.mv .inner h1 {
    margin: 0;
    position: absolute;
    width: 100%;
    padding: 0;
    bottom: 140px;
    right: 10px;
    font-size: 24px;
  }
}
@media screen and (max-width: 750px) {
  section.mv .inner h1 {
    bottom: 40px;
    font-size: 5.1vw;
    bottom: 6%;
  }
}
section.mv .inner h1 span {
  color: #ffffff;
  background-color: #000000;
  padding: 10px 20px;
}

@media screen and (max-width: 750px) {
  section.mv .inner h1 span {
    padding: 2% 3%;
  }
}

/* top slide front image and movie start*/

#slide-front-area div {
  text-align: right;
  max-width: 1126px;
  height: 276px;
  line-height: 0 !important;
  padding: 82px 0 50px 0;
  margin: 0 auto;
  position: relative;
  z-index: 3;
  -webkit-transform: translateX(-52px);
  -ms-transform: translateX(-52px);
  transform: translateX(-52px);
}

@media screen and (max-width: 1400px) {
  #slide-front-area div {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1170px) {
  #slide-front-area div {
    width: 100%;
    height: 400px;
    margin: 0;
    font-size: 16px;
    position: absolute;
    right: 42px;
    bottom: 140px;
  }
}

@media screen and (max-width: 750px) {
  #slide-front-area div {
    width: 100%;
    max-width: 80%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 0;
    position: absolute;
    padding: 0;
    top: 40%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
  }
}

#slide-front-area div span {
  margin-left: auto;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  width: 400px;
  color: #fff;
  text-shadow: #000 1px 0 10px;
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

@media screen and (max-width: 750px) {
  #slide-front-area div span {
    width: 100%;
    margin: 0 auto;
    font-size: 3.2vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#slide-front-area div a {
  display: inline-block;
  background-color: #fff;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media screen and (max-width: 750px) {
  #slide-front-area div a {
    width: 90%;
  }
}

#slide-front-area div iframe {
  margin-top: 5px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #slide-front-area div iframe {
    aspect-ratio: 16/9;
  }
}

#slide-front-area div img,
#slide-front-area div iframe {
  width: 360px;
  line-height: 0 !important;
  border: 3px solid #fff !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 12px 3px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /* -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px); */
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 750px) {
  #slide-front-area div img,#slide-front-area div iframe {
    width: 100%;
    height: auto;
  }
}

#slide-front-area div img:hover,
#slide-front-area div iframe:hover {
  opacity: 0.7;
}

#slide-front-area h1 {
  max-width: 100%;
  position: absolute;
  top: 30px;
  left: 60px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  font-size: 16px;
  padding: 0;
}

@media screen and (max-width: 1170px) {
  #slide-front-area h1 {
    width: auto;
    padding: 0;
    bottom: auto;
    right: auto;
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  #slide-front-area h1 {
    padding: 0 2%;
    top: auto;
    left: auto;
    bottom: 60px;
    right: 10px;
  }
}

@media screen and (max-width: 750px) {
  #slide-front-area h1 span {
    font-size: 2.667vw;
    padding: 10px 20px;
  }
}

@media screen and (max-width: 750px) {
  #slide-sp-brightness img {
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
    -o-filter: brightness(0.6);
    -ms-filter: brightness(0.6);
    filter: brightness(0.6);
  }
}

/* top slide front image and movie end*/


/* top compact slide front image start*/

#compact-slide-front-area {
  max-width: 1126px;
  margin: 0 auto;
  position: relative;
}

#compact-slide-front-area div {
  padding: 82px 0 50px 0;
  position: absolute;
  right: 0;
  top: 180px;
  z-index: 3;
  -webkit-transform: translateX(-52px);
  -ms-transform: translateX(-52px);
  transform: translateX(-52px);
}

@media screen and (max-width: 1400px) {
  #compact-slide-front-area div {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@media screen and (max-width: 1170px) {
  #compact-slide-front-area div {
    right: 10px;
    top: 233px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  #compact-slide-front-area div {
    top: 353px;
    right: auto;
  }
}

#compact-slide-front-area div span {
  margin-left: auto;
  padding-bottom: 5px;
  display: block;
  text-align: center;
  width: 400px;
  color: #fff;
  text-shadow: #000 1px 0 10px;
  -webkit-transform: translateX(-9px);
  -ms-transform: translateX(-9px);
  transform: translateX(-9px);
}

@media screen and (max-width: 750px) {
  #compact-slide-front-area div span {
    width: 100%;
    margin: 0 auto;
    font-size: 3.2vw;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

#compact-slide-front-area div a {
  display: inline-block;
  background-color: #fff;
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media screen and (max-width: 750px) {
  #compact-slide-front-area div a {
    width: 85%;
  }
}

#compact-slide-front-area div iframe {
  margin-top: 5px;
  background: #fff;
}

@media screen and (max-width: 750px) {
  #compact-slide-front-area div iframe {
    aspect-ratio: 16/9;
  }
}

#compact-slide-front-area div img,
#compact-slide-front-area div iframe {
  width: 402px;
  line-height: 0 !important;
  border: 1px solid #fff !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 1170px) {
  #compact-slide-front-area div img,#compact-slide-front-area div iframe {
    width: 429px;
  }
}

@media screen and (max-width: 750px) {
  #compact-slide-front-area div img,#compact-slide-front-area div iframe {
    width: 100%;
    height: auto;
    border: 3px solid #fff !important;
  }
}

#compact-slide-front-area div img:hover,
#compact-slide-front-area div iframe:hover {
  opacity: 0.7;
}

#compact-slide-front-area h1 {
  padding: 70px 0 60px 0;
}

@media screen and (max-width: 1170px) {
  #compact-slide-front-area h1 {
    right: 10px;
    bottom: -326px;
  }
}

@media screen and (max-width: 750px) {
  #compact-slide-front-area h1 {
    line-height: 2.2;
    bottom: -310px;
  }
}

@media screen and (max-width: 750px) {
  #compact-slide-front-area h1 span {
    font-size: 3.467vw;
  }
}

@media screen and (max-width: 750px) {
  #slide-sp-brightness img {
    -webkit-filter: brightness(0.6);
    -moz-filter: brightness(0.6);
    -o-filter: brightness(0.6);
    -ms-filter: brightness(0.6);
    filter: brightness(0.6);
  }
}

/* top compact slide front image end*/


section.mv .inner .find-area {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  max-width: 1126px;
  margin: 133px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 3;
  transition: padding 0.5s;
  transform: translateX(-52px);
}

@media screen and (max-width: 1400px) {
  section.mv .inner .find-area {
    margin: 133px auto 0;
    transform: translateX(0);
  }
}

@media screen and (max-width: 1170px) {
  section.mv .inner .find-area {
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    background-color: #000000;
  }
}

@media screen and (max-width: 750px) {
  section.mv .inner .find-area {
    display: block;
    padding: 15px 3%;
    top: 100%;
    bottom: auto;
  }
}

section.mv .inner .find-area .store {
  width: 38%;
}

@media screen and (max-width: 1170px) {
  section.mv .inner .find-area .store {
    width: 340px;
  }
}

@media screen and (max-width: 750px) {
  section.mv .inner .find-area .store {
    width: 100%;
  }
}

section.mv .inner .find-area .store a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(/top/images/new/bg_btn-map.svg) no-repeat left top #cc0000;
  text-decoration: none;
  height: 77px;
}

@media screen and (max-width: 750px) {
  section.mv .inner .find-area .store a {
    height: 120px;
    background-size: 120px;
  }
}

section.mv .inner .find-area .store a span {
  background: url(/top/images/new/icn_map.svg) no-repeat left center;
  /* background: url(/top/images/new/icn_map.svg) no-repeat left center, url(/top/images/new/icn_btn-right-double-white.svg) no-repeat right center; */
  font-size: 18px;
  color: #ffffff;
  padding: 0 30px 0 50px;
}

@media screen and (max-width: 1170px) {
  section.mv .inner .find-area .store a span {
    font-size: 16px;
  }
}

@media screen and (max-width: 750px) {
  section.mv .inner .find-area .store a span {
    background: url(/top/images/new/icn_map.svg) no-repeat left center;
    /* background: url(/top/images/new/icn_map.svg) no-repeat left center, url(/top/images/new/icn_btn-right-double-white.svg) no-repeat right top 15px; */
    background-size: 50px, 25px;
    padding: 0 45px 0 70px;
    font-size: 30px;
  }
}

section.mv .inner .find-area .product {
  width: 61%;
  height: 77px;
  background-color: #b70000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2% 0 4%;
}

@media screen and (max-width: 1170px) {
  section.mv .inner .find-area .product {
    width: calc(100% - 350px);
    padding: 0 10px;
  }
}

@media screen and (max-width: 750px) {
  section.mv .inner .find-area .product {
    margin-top: 15px;
    width: 100%;
    height: 120px;
  }
}

section.mv .inner .find-area .product p {
  color: #ffffff;
  font-size: 18px;
  width: 160px;
}

@media screen and (max-width: 1170px) {
  section.mv .inner .find-area .product p {
    display: none;
  }
}

section.mv .inner .find-area .product .top-product-search-input-area {
  position: relative;
  width: calc(100% - 160px);
  transition: 0.5s;
}

@media screen and (max-width: 1170px) {
  section.mv .inner .find-area .product .top-product-search-input-area {
    width: 100%;
  }
}

section.mv .inner .find-area .product .top-product-search-input-area form {
  width: 100%;
}

section.mv .inner .find-area .product .top-product-search-input-area .top-product-search-input-search {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #bebebe;
  font-size: 16px !important;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  outline: none;
  border: none;
}

@media screen and (max-width: 750px) {
  section.mv .inner .find-area .product .top-product-search-input-area .top-product-search-input-search {
    height: 80px;
    font-size: 26px !important;
    border-radius: 60px;
  }
}

section.mv .inner .find-area .product .top-product-search-input-area .top-product-search-input-submit {
  background: url(/common/images/new/icn_search-red.svg) no-repeat center center #ffffff;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 12px;
  transition: opacity 0.5s;
  outline: none;
  border: none;
}

@media screen and (max-width: 750px) {
  section.mv .inner .find-area .product .top-product-search-input-area .top-product-search-input-submit {
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: 26px;
    top: 19px;
  }
}

section.mv .inner .find-area .product .top-product-search-input-area .top-product-search-input-submit:hover {
  opacity: 0.7;
}

section.mv .inner .scroll {
  display: flex;
  position: absolute;
  left: -40px;
  padding-bottom: 80px;
  bottom: 0;
  transform: rotate(180deg);
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  pointer-events: none;
}

section.mv .inner .scroll p {
  color: #ffffff;
  font-size: 16px;
}

section.mv .inner .scroll img {
  transform: rotate(180deg);
  padding-top: 10px;
}

section.news {
  max-width: 1170px;
  margin: 20px auto 0;
}

@media screen and (max-width: 750px) {
  section.news {
    margin-top: 285px;
  }
}

section.news .news-wrap-ttl-sp {
  display: none;
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap-ttl-sp {
    display: flex;
    align-items: center;
    background-color: #f5f5f5;
    padding: 15px 20px 0;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.news .news-wrap-ttl-sp {
    padding: 50px 5% 0;
  }
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap-ttl-sp h2 span {
    font-size: 16px;
    background: url(/top/images/new/icn_info.svg) no-repeat left top 3px;
    padding-left: 28px;
    font-weight: 700;
    display: block;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.news .news-wrap-ttl-sp h2 span {
    font-size: 32px;
    line-height: 1;
    background: url(/top/images/new/icn_info.svg) no-repeat left top 2px;
    background-size: 34px;
    padding: 1px 0 4px 43px;
  }
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap-ttl-sp .all {
    display: block;
    width: 100px;
    text-decoration: none;
    margin-left: auto;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.news .news-wrap-ttl-sp .all {
    width: 158px;
  }
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap-ttl-sp .all span {
    font-size: 15px;
    background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 6px;
    background-size: 7px;
    padding-right: 19px;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.news .news-wrap-ttl-sp .all span {
    font-size: 26px;
    background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 12px;
    background-size: 12px;
    padding-right: 26px;
    line-height: 1;
  }
}

section.news .news-wrap {
  display: flex;
  align-items: center;
  height: 80px;
  padding: 0 30px;
  background-color: #f5f5f5;
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap {
    height: auto;
    padding: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  section.news .news-wrap {
    padding: 37px 5% 0;
  }
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap h2 {
    display: none;
  }
}

section.news .news-wrap h2 span {
  font-size: 16px;
  background: url(/top/images/new/icn_info.svg) no-repeat left top 3px;
  padding-left: 28px;
  font-weight: 700;
  display: block;
  margin-right: 55px;
}

section.news .news-wrap ul.slide-news {
  height: 0;
  max-width: 780px;
  display: none;
}

section.news .news-wrap ul.slide-news * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.7;
  list-style-type: none;
  color: #333333;
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap ul.slide-news {
    max-width: 100%;
  }
}

section.news .news-wrap ul.slide-news.slick-initialized {
  display: block;
}

section.news .news-wrap ul.slide-news .slick-slide {
  transition: none !important;
  opacity: 1 !important;
}

section.news .news-wrap ul.slide-news .slick-track {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 750px) {
  section.news .news-wrap ul.slide-news .slick-track {
    display: block;
  }
}

section.news .news-wrap ul.slide-news li a {
  text-decoration: none;
  display: flex !important;
  align-items: center;
}

@media screen and (max-width: 750px) {
  section.news .news-wrap ul.slide-news li a {
    flex-wrap: wrap;
  }
}

section.news .news-wrap ul.slide-news li a:hover .txt:after {
  transform: scale(1, 1);
  transform-origin: left top;
}

section.news .news-wrap ul.slide-news li .date {
  color: #6f6f6f;
  font-size: 14px;
  margin-right: 25px;
  min-height: auto !important;
  float: none !important;
}

@media screen and (max-width: 750px) {
  section.news .news-wrap ul.slide-news li .date {
    font-size: 20px;
  }
}

section.news .news-wrap ul.slide-news li .category {
  background-color: #000000;
  color: #ffffff;
  line-height: 1;
  padding: 7px 10px;
  text-align: center;
  width: 135px;
  margin-right: 25px;
}

@media screen and (max-width: 750px) {
  section.news .news-wrap ul.slide-news li .category {
    width: 225px;
    font-size: 24px;
    padding: 10px 15px;
    font-weight: bold;
  }
}

section.news .news-wrap ul.slide-news li .txt {
  font-size: 15px;
  position: relative;
  display: inline-block;
  max-width: 520px;
}

@media screen and (max-width: 750px) {
  section.news .news-wrap ul.slide-news li .txt {
    width: 100%;
    margin-top: 10px;
    font-size: 26px;
    max-width: none;
  }
}

section.news .news-wrap ul.slide-news li .txt:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

@media screen and (max-width: 750px) {
  section.news .news-wrap ul.slide-news li .txt:after {
    display: none;
  }
}

section.news .news-wrap .all {
  display: block;
  width: 100px;
  text-decoration: none;
  margin-left: auto;
}

@media screen and (max-width: 1170px) {
  section.news .news-wrap .all {
    display: none;
  }
}

section.news .news-wrap .all span {
  font-size: 15px;
  background: url(/top/images/new/icn_btn-right-red.svg) no-repeat right top 6px;
  background-size: 7px;
  padding-right: 19px;
}

section.news p.caution {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

@media screen and (max-width: 750px) {
  section.news p.caution {
    margin-top: 20px;
    padding: 0 5%;
    text-align: left;
    line-height: 1.5;
    margin-left: 44px;
    text-indent: -44px;
  }
}

section.news p.caution a {
  text-decoration: none;
}

section.news p.caution span {
  color: #cc0000;
  background: url(/top/images/new/icn_caution.svg) no-repeat left top 4px;
  padding-left: 30px;
}

@media screen and (max-width: 750px) {
  section.news p.caution span {
    font-size: 24px;
    padding: 4px 0 4px 44px;
    background: url(/top/images/new/icn_caution.svg) no-repeat left top 4px;
    background-size: 33px;
  }
}

section.pickup {
  overflow-x: hidden;
  margin: 100px auto 0;
  padding-bottom: 25px;
}

@media screen and (max-width: 750px) {
  section.pickup {
    margin-top: 60px;
    overflow: hidden;
  }
}

section.pickup h2 {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1170px) {
  section.pickup h2 {
    font-size: 28px;
  }
}

@media screen and (max-width: 750px) {
  section.pickup h2 {
    font-size: 46px;
  }
}

ul.slide-pickup {
  position: relative;
  margin: 25px 0 0;
  height: 0;
  display: none;
}

ul.slide-pickup.slick-initialized {
  display: block;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup {
    margin: 20px auto 0;
  }
}

ul.slide-pickup button:focus {
  outline: none;
}

ul.slide-pickup .slick-list {
  overflow: initial !important;
  z-index: 3;
}

ul.slide-pickup .slick-dots {
  z-index: 1;
}

ul.slide-pickup li {
  focus: none;
  position: relative;
  width: 297px !important;
  height: 206px;
  overflow: hidden;
  opacity: 1 !important;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup li {
    width: 520px !important;
    height: 361px;
  }
}

ul.slide-pickup li img {
  transition: transform 0.5s;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup li img {
    width: 520px !important;
  }
}

ul.slide-pickup li .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 20px;
  opacity: 0;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.5s;
  z-index: 1;
}

ul.slide-pickup li .txt p {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
  text-align: left;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup li .txt p {
    font-size: 28px;
  }
}

ul.slide-pickup li:hover .txt {
  opacity: 1;
  pointer-events: auto;
}

ul.slide-pickup li:hover img {
  transform: scale(1.07);
}

ul.slide-pickup li .img {
  position: relative;
  cursor: pointer;
}

ul.slide-pickup li .img img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

ul.slide-pickup .slick-slide {
  text-align: center;
  margin: 0 6px;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup .slick-slide {
    margin: 0 3vw;
  }
}

ul.slide-pickup .slick-prev {
  left: 0;
  background: url(/top/images/new/btn_slide-prev.svg) no-repeat center center !important;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup .slick-prev {
    background-size: 90px !important;
  }
}

ul.slide-pickup .slick-next {
  right: 0;
  background: url(/top/images/new/btn_slide-next.svg) no-repeat center center !important;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup .slick-next {
    background-size: 90px !important;
  }
}

ul.slide-pickup .slick-disabled {
  display: none !important;
}

ul.slide-pickup .slick-prev,
ul.slide-pickup .slick-next {
  width: 51px !important;
  height: 69px !important;
  z-index: 10;
  transition: opacity 0.5s;
}

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

  ul.slide-pickup .slick-prev,
  ul.slide-pickup .slick-next {
    width: 90px !important;
    height: 90px !important;
  }
}

ul.slide-pickup .slick-prev:hover,
ul.slide-pickup .slick-next:hover {
  opacity: 0.85;
}

ul.slide-pickup .slick-prev:before,
ul.slide-pickup .slick-next:before {
  content: "" !important;
}

ul.slide-pickup .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup .slick-dots {
    bottom: -70px;
  }
}

ul.slide-pickup .slick-dots li {
  width: 14px !important;
  height: 14px !important;
  margin: 0 7px;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup .slick-dots li {
    width: 30px !important;
    height: 30px !important;
    margin: 0 12px;
  }
}

ul.slide-pickup .slick-dots li.slick-active button:before {
  content: "";
  background: #727272;
}

ul.slide-pickup .slick-dots li button:before {
  opacity: 1 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bfbfbf;
  width: 14px;
  height: 14px;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  ul.slide-pickup .slick-dots li button:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}

section.product {
  padding: 40px 50px;
  background-color: #ebebeb;
  max-width: 1170px;
  margin: 120px auto 0;
}

@media screen and (max-width: 1170px) {
  section.product {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 750px) {
  section.product {
    margin-top: 100px;
    padding: 60px 5%;
  }
}

section.product .ttl {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1170px) {
  section.product .ttl {
    display: block;
  }
}

section.product .ttl h2 {
  font-size: 35px;
  line-height: 1;
}

@media screen and (max-width: 1170px) {
  section.product .ttl h2 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
  }
}

@media screen and (max-width: 750px) {
  section.product .ttl h2 {
    font-size: 46px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1170px) {
  section.product .ttl form {
    width: 100%;
  }
}

section.product .ttl .top-product-search-input-area {
  position: relative;
}

section.product .ttl .top-product-search-input-area .top-product-search-input-search {
  width: 450px;
  height: 50px;
  padding: 0 20px;
  background-color: #ffffff;
  border-radius: 30px;
  border: 1px solid #bebebe;
  font-size: 16px !important;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif !important;
  outline: none;
  border: none;
}

@media screen and (max-width: 1170px) {
  section.product .ttl .top-product-search-input-area .top-product-search-input-search {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  section.product .ttl .top-product-search-input-area .top-product-search-input-search {
    height: 80px;
    font-size: 26px !important;
    border-radius: 60px;
  }
}

section.product .ttl .top-product-search-input-area .top-product-search-input-submit {
  background: url(/common/images/new/icn_search-red.svg) no-repeat center center #ffffff;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 12px;
  transition: opacity 0.5s;
  outline: none;
  border: none;
}

@media screen and (max-width: 750px) {
  section.product .ttl .top-product-search-input-area .top-product-search-input-submit {
    background-size: 40px;
    width: 40px;
    height: 40px;
    right: 26px;
    top: 19px;
  }
}

section.product .ttl .top-product-search-input-area .top-product-search-input-submit:hover {
  opacity: 0.7;
}

section.product ul.tab-btn {
  display: flex;
  margin-top: 35px;
}

@media screen and (max-width: 1170px) {
  section.product ul.tab-btn {
    display: none;
  }
}

section.product ul.tab-btn li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background-color: #cecece;
  transition: opacity 0.5s;
  cursor: pointer;
  width: 33.3333333333%;
  height: 64px;
  margin-right: 3px;
}

section.product ul.tab-btn li span {
  padding-right: 22px;
  background: url(/top/images/new/icn_bottom.svg) no-repeat right top 13px;
  background-size: 13px;
}

section.product ul.tab-btn li:last-child {
  margin-right: 0;
}

section.product ul.tab-btn li:hover {
  opacity: 0.7;
}

section.product ul.tab-btn li.active {
  background-color: #ffffff;
  position: relative;
  opacity: 1 !important;
  cursor: default;
}

section.product ul.tab-btn li.active:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 7px;
  background-color: #cc0000;
  top: 0;
  left: 0;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents {
    margin-top: 15px;
  }
}

@media screen and (max-width: 750px) {
  section.product .tab-contents {
    margin-top: 40px;
  }
}

section.product .tab-contents>ul>li {
  display: none;
  background-color: #ffffff;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li {
    display: block;
    border-left: 7px solid #cc0000;
    margin-top: 10px;
  }
}

section.product .tab-contents>ul>li>h3 {
  display: none;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li>h3 {
    cursor: pointer;
    display: block;
    color: #000000;
    font-size: 20px;
    background: url(/common/images/new/icn_bottom.svg) no-repeat right 15px top 26px #ffffff;
    padding: 13px 0 13px 15px;
    background-size: 15px;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.product .tab-contents>ul>li>h3 {
    font-size: 34px;
    padding: 22px 0 22px 30px;
    background: url(/common/images/new/icn_bottom.svg) no-repeat right 20px top 44px #ffffff;
    background-size: 28px;
  }
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li>h3.active {
    background: url(/common/images/new/icn_top.svg) no-repeat right 15px top 26px #ffffff;
    background-size: 15px;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.product .tab-contents>ul>li>h3.active {
    background: url(/common/images/new/icn_top.svg) no-repeat right 20px top 44px #ffffff;
    background-size: 28px;
  }
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li>h3 span {
    transition: 0.5s;
  }
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li>h3:hover span {
    opacity: 0.7;
  }
}

section.product .tab-contents>ul>li:nth-child(1) {
  display: block;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(1) {
    margin-top: 0;
  }
}

section.product .tab-contents>ul>li:nth-child(1) ul {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 34px 25px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(1) ul {
    padding: 10px 15px 25px;
  }
}

section.product .tab-contents>ul>li:nth-child(1) ul li {
  width: 167px;
  height: 167px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(1) ul li {
    width: 22%;
    margin-right: 3%;
    height: auto;
  }

  section.product .tab-contents>ul>li:nth-child(1) ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  section.product .tab-contents>ul>li:nth-child(1) ul li {
    width: 31%;
    margin-right: 3%;
  }

  section.product .tab-contents>ul>li:nth-child(1) ul li:nth-child(4n) {
    margin-right: 3%;
  }

  section.product .tab-contents>ul>li:nth-child(1) ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  section.product .tab-contents>ul>li:nth-child(1) ul li {
    width: 49%;
    margin-right: 2%;
  }

  section.product .tab-contents>ul>li:nth-child(1) ul li:nth-child(3n) {
    margin-right: 2%;
  }

  section.product .tab-contents>ul>li:nth-child(1) ul li:nth-child(2n) {
    margin-right: 0;
  }
}

section.product .tab-contents>ul>li:nth-child(1) ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 17px 0;
  line-height: 1.5;
  transition: background-color 0.5s;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(1) ul li a {
    display: flex;
    padding: 0;
    align-items: center;
  }
}

section.product .tab-contents>ul>li:nth-child(1) ul li a:hover {
  background-color: #ebebeb;
}

section.product .tab-contents>ul>li:nth-child(1) ul li a .img {
  mix-blend-mode: multiply;
  width: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(1) ul li a .img {
    width: 50%;
  }

  section.product .tab-contents>ul>li:nth-child(1) ul li a .img img {
    width: 100%;
  }
}

section.product .tab-contents>ul>li:nth-child(1) ul li a p {
  font-size: 14px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(1) ul li a p {
    padding-right: 10px;
    width: 50%;
    font-size: 13px;
    text-align: left;
  }
}

@media screen and (max-width: 750px) {
  section.product .tab-contents>ul>li:nth-child(1) ul li a p {
    font-size: 23px;
  }
}

section.product .tab-contents>ul>li:nth-child(2) ul {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 34px 25px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(2) ul {
    padding: 10px 15px 5px;
  }
}

section.product .tab-contents>ul>li:nth-child(2) ul li {
  width: 167px;
  height: 167px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(2) ul li {
    width: 22%;
    margin-right: 3%;
    height: auto;
    margin-bottom: 15px;
  }

  section.product .tab-contents>ul>li:nth-child(2) ul li:nth-child(4n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 950px) {
  section.product .tab-contents>ul>li:nth-child(2) ul li {
    width: 31%;
    margin-right: 3%;
  }

  section.product .tab-contents>ul>li:nth-child(2) ul li:nth-child(4n) {
    margin-right: 3%;
  }

  section.product .tab-contents>ul>li:nth-child(2) ul li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  section.product .tab-contents>ul>li:nth-child(2) ul li {
    width: 49%;
    margin-right: 2%;
  }

  section.product .tab-contents>ul>li:nth-child(2) ul li:nth-child(3n) {
    margin-right: 2%;
  }

  section.product .tab-contents>ul>li:nth-child(2) ul li:nth-child(2n) {
    margin-right: 0;
  }
}

section.product .tab-contents>ul>li:nth-child(2) ul li a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 17px 0;
  line-height: 1.5;
  transition: background-color 0.5s;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(2) ul li a {
    display: flex;
    padding: 0;
    align-items: center;
    padding: 0;
  }
}

section.product .tab-contents>ul>li:nth-child(2) ul li a:hover {
  background-color: #ebebeb;
}

section.product .tab-contents>ul>li:nth-child(2) ul li a .img {
  mix-blend-mode: multiply;
  width: 100px;
  margin: 0 auto;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(2) ul li a .img {
    width: 50%;
  }

  section.product .tab-contents>ul>li:nth-child(2) ul li a .img img {
    width: 100%;
  }
}

section.product .tab-contents>ul>li:nth-child(2) ul li a p {
  font-size: 14px;
  margin-top: 5px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(2) ul li a p {
    padding: 0 10px;
    width: 50%;
    margin-top: 0;
    font-size: 13px;
    text-align: left;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.product .tab-contents>ul>li:nth-child(2) ul li a p {
    font-size: 23px;
  }
}

section.product .tab-contents>ul>li:nth-child(3) ul {
  background-color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  padding: 35px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(3) ul {
    padding: 10px 15px 30px;
  }
}

section.product .tab-contents>ul>li:nth-child(3) ul li {
  width: 490px;
  height: 167px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(3) ul li {
    width: 49%;
    margin-right: 2%;
    height: auto;
  }

  section.product .tab-contents>ul>li:nth-child(3) ul li:nth-child(2n) {
    margin-right: 0;
  }
}

section.product .tab-contents>ul>li:nth-child(3) ul li a {
  text-decoration: none;
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 17px 0;
  line-height: 1.5;
  transition: background-color 0.5s;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(3) ul li a {
    display: flex;
    padding: 0;
    align-items: center;
    padding: 0;
  }
}

section.product .tab-contents>ul>li:nth-child(3) ul li a:hover {
  background-color: #ebebeb;
}

section.product .tab-contents>ul>li:nth-child(3) ul li a .img {
  mix-blend-mode: multiply;
  width: 160px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(3) ul li a .img {
    width: 50%;
  }
}

section.product .tab-contents>ul>li:nth-child(3) ul li a p {
  font-size: 14px;
  margin-left: 35px;
}

@media screen and (max-width: 1170px) {
  section.product .tab-contents>ul>li:nth-child(3) ul li a p {
    padding: 0 5px;
    width: 50%;
    margin-left: 0;
    font-size: 13px;
    text-align: left;
  }
}

@media screen and (max-width: 1170px) and (max-width: 750px) {
  section.product .tab-contents>ul>li:nth-child(3) ul li a p {
    font-size: 23px;
  }
}

section.product .tab-contents>ul>li ul {
  display: none;
}

section.product ul.banner {
  margin-top: 45px;
  display: flex;
}

@media screen and (max-width: 750px) {
  section.product ul.banner {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    display: block;
  }
}

section.product ul.banner li {
  width: 32.5%;
  margin-right: 1.75%;
  background: #fff;
}

section.product ul.banner li a.over {
  border: 1px solid #acacac;
  display: block;
  transition: 0.5s;
}

section.product ul.banner li a.over:hover {
  border: 1px solid #cc0001;
  display: block;
  opacity: 0.5;
}

@media screen and (max-width: 750px) {
  section.product ul.banner li {
    width: 48.5%;
    margin-top: 15px;
  }

  section.product ul.banner li:nth-child(2) {
    margin-right: 0;
  }
}

@media screen and (max-width: 750px) {
  section.product ul.banner li {
    width: 100%;
    margin-top: 15px;
  }
}

section.product ul.banner li:last-child {
  margin-right: 0;
}

section.aktio-vision {
  overflow-x: hidden;
  margin-top: 100px;
}

@media screen and (max-width: 750px) {
  section.aktio-vision {
    margin-top: 100px;
  }
}

section.aktio-vision h2 {
  text-align: center;
}

@media screen and (max-width: 750px) {
  section.aktio-vision h2 {
    width: 70%;
    margin: 0 auto;
  }

  section.aktio-vision h2 img {
    width: 100%;
  }
}

section.aktio-vision p {
  text-align: center;
  font-size: 15px;
  margin: 15px 0 0;
}

@media screen and (max-width: 750px) {
  section.aktio-vision p {
    font-size: 26px;
    margin-top: 30px;
  }
}

section.aktio-vision .btn {
  text-align: center;
  margin-top: 80px;
}

section.aktio-vision .btn a {
  width: 210px;
  height: 50px;
  margin: 30px auto 0;
}

@media screen and (max-width: 750px) {
  section.aktio-vision .btn a {
    width: 90%;
    margin: 120px auto 0;
  }
}

ul.slide-vision {
  position: relative;
  margin: 25px 0 0;
  display: none;
}

@media screen and (max-width: 750px) {
  ul.slide-vision {
    margin: 40px auto 0;
  }
}

ul.slide-vision * {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  box-sizing: border-box;
  line-height: 1.7;
  list-style-type: none;
  color: #333333;
}

ul.slide-vision.slick-initialized {
  display: block;
}

ul.slide-vision button:focus {
  outline: none;
}

ul.slide-vision .slick-list {
  overflow: initial !important;
  z-index: 3;
}

ul.slide-vision .slick-dots {
  z-index: 1;
}

ul.slide-vision li {
  focus: none;
  position: relative;
  width: 380px !important;
  overflow: hidden;
  opacity: 1 !important;
}

@media screen and (max-width: 750px) {
  ul.slide-vision li {
    width: 520px !important;
    height: 290px;
  }
}

ul.slide-vision li img {
  transition: transform 0.5s;
  max-width: 100%;
}

@media screen and (max-width: 750px) {
  ul.slide-vision li img {
    width: 520px !important;
  }
}

ul.slide-vision li p {
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px 10px;
  min-height: 75px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #ffffff;
  background: linear-gradient(to bottom, transparent, #111111);
}

@media screen and (max-width: 750px) {
  ul.slide-vision li p {
    font-size: 28px;
    padding: 30px 10px;
    min-height: 100px;
    letter-spacing: -0.05em;
  }
}

ul.slide-vision li .img {
  position: relative;
  cursor: pointer;
}

ul.slide-vision li .img img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

ul.slide-vision li .img {
  position: relative;
  cursor: pointer;
}

ul.slide-vision li .img img {
  width: 100%;
  overflow: hidden;
  border-radius: 10px;
}

ul.slide-vision .slick-slide {
  text-align: center;
  margin: 0 6px;
}

@media screen and (max-width: 750px) {
  ul.slide-vision .slick-slide {
    margin: 0 3vw;
  }
}

ul.slide-vision .slick-prev {
  left: 0;
  background: url(/top/images/new/btn_slide-prev.svg) no-repeat center center !important;
}

@media screen and (max-width: 750px) {
  ul.slide-vision .slick-prev {
    background-size: 90px !important;
  }
}

ul.slide-vision .slick-next {
  right: 0;
  background: url(/top/images/new/btn_slide-next.svg) no-repeat center center !important;
}

@media screen and (max-width: 750px) {
  ul.slide-vision .slick-next {
    background-size: 90px !important;
  }
}

ul.slide-vision .slick-disabled {
  display: none !important;
}

ul.slide-vision .slick-prev,
ul.slide-vision .slick-next {
  width: 51px !important;
  height: 69px !important;
  z-index: 10;
  transition: opacity 0.5s;
}

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

  ul.slide-vision .slick-prev,
  ul.slide-vision .slick-next {
    width: 90px !important;
    height: 90px !important;
  }
}

ul.slide-vision .slick-prev:hover,
ul.slide-vision .slick-next:hover {
  opacity: 0.85;
}

ul.slide-vision .slick-prev:before,
ul.slide-vision .slick-next:before {
  content: "" !important;
}

ul.slide-vision .slick-dots {
  bottom: -50px;
}

@media screen and (max-width: 750px) {
  ul.slide-vision .slick-dots {
    bottom: -70px;
  }
}

ul.slide-vision .slick-dots li {
  width: 14px !important;
  height: 14px !important;
  margin: 0 7px;
}

@media screen and (max-width: 750px) {
  ul.slide-vision .slick-dots li {
    width: 30px !important;
    height: 30px !important;
    margin: 0 12px;
  }
}

ul.slide-vision .slick-dots li.slick-active button:before {
  content: "";
  background: #727272;
}

ul.slide-vision .slick-dots li button:before {
  opacity: 1 !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #bfbfbf;
  width: 14px;
  height: 14px;
  border-radius: 10px;
}

@media screen and (max-width: 750px) {
  ul.slide-vision .slick-dots li button:before {
    width: 30px;
    height: 30px;
    border-radius: 30px;
  }
}

section.about {
  margin-top: 150px;
  min-height: 400px;
  display: flex;
  align-items: center;
  position: relative;
  background: url(/top/images/new/bg_about.jpg) no-repeat center center/cover;
  padding: 40px 0;
}

@media screen and (max-width: 750px) {
  section.about {
    margin-top: 250px;
    display: block;
    padding: 0 0 60px;
  }
}

section.about .bg-left {
  position: absolute;
  left: 0;
  top: 320px;
  pointer-events: none;
}

@media screen and (max-width: 1400px) {
  section.about .bg-left {
    width: 17%;
  }

  section.about .bg-left img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  section.about .bg-left {
    top: 99.8%;
    width: 19%;
  }
}

section.about .bg-right {
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 1400px) {
  section.about .bg-right {
    width: 11.5%;
  }

  section.about .bg-right img {
    width: 100%;
  }
}

@media screen and (max-width: 750px) {
  section.about .bg-right {
    bottom: 70%;
    width: 20%;
  }
}

section.about .img {
  width: 40%;
  height: 370px;
  background: url(/top/images/new/img_about.jpg) no-repeat center left/cover;
  top: -45px;
  position: absolute;
}

@media screen and (max-width: 750px) {
  section.about .img {
    width: 90%;
    height: 54%;
    position: static;
    padding-top: 55%;
    transform: translateY(-100px);
  }
}

section.about .txt-area {
  width: 41%;
  margin-left: 45%;
}

@media screen and (max-width: 750px) {
  section.about .txt-area {
    width: 90%;
    margin: -70px auto 0;
  }
}

section.about .txt-area h2 {
  font-size: 40px;
  font-weight: 700;
}

@media screen and (max-width: 1170px) {
  section.about .txt-area h2 {
    font-size: 32px;
  }
}

@media screen and (max-width: 750px) {
  section.about .txt-area h2 {
    font-size: 42px;
  }
}

section.about .txt-area h3 {
  font-size: 24px;
  margin-top: 15px;
  font-weight: 700;
}

@media screen and (max-width: 1170px) {
  section.about .txt-area h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  section.about .txt-area h3 {
    font-size: 32px;
    line-height: 1.5;
    margin-top: 25px;
  }
}

section.about .txt-area p {
  font-size: 16px;
  margin-top: 15px;
}

@media screen and (max-width: 1170px) {
  section.about .txt-area p {
    font-size: 15px;
  }
}

@media screen and (max-width: 750px) {
  section.about .txt-area p {
    font-size: 26px;
    margin-top: 25px;
  }
}

section.about .txt-area .btn {
  text-align: center;
}

section.about .txt-area .btn a {
  width: 180px;
  height: 50px;
  margin-top: 30px;
}

@media screen and (max-width: 750px) {
  section.about .txt-area .btn a {
    margin-top: 60px;
    width: 100%;
  }
}

section.rensulting_note {
  max-width: 1210px;
  width: 100%;
  margin: 100px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  line-height: 1.7;
  box-sizing: border-box;
}

@media screen and (max-width: 750px) {
  section.rensulting_note {
    margin-top: 100px;
    display: block;
    padding: 0 5%;
  }
}

section.rensulting_note * {
  box-sizing: border-box;
}

section.rensulting_note .rensulting-magazine,
section.rensulting_note .aktio-note {
  width: 48%;
}

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

  section.rensulting_note .rensulting-magazine,
  section.rensulting_note .aktio-note {
    width: 100%;
  }
}

section.rensulting_note .rensulting-magazine>p,
section.rensulting_note .aktio-note>p {
  margin-top: 20px;
  font-size: 15px;
}

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

  section.rensulting_note .rensulting-magazine>p,
  section.rensulting_note .aktio-note>p {
    font-size: 14px;
  }
}

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

  section.rensulting_note .rensulting-magazine>p,
  section.rensulting_note .aktio-note>p {
    text-align: center;
    font-size: 26px;
    margin-top: 30px;
  }
}

section.rensulting_note .rensulting-magazine ul,
section.rensulting_note .aktio-note ul {
  margin-top: 30px;
  padding: 0;
}

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

  section.rensulting_note .rensulting-magazine ul,
  section.rensulting_note .aktio-note ul {
    margin-top: 30px;
  }
}

section.rensulting_note .rensulting-magazine ul li,
section.rensulting_note .aktio-note ul li {
  list-style: none;
}

section.rensulting_note .rensulting-magazine ul li a,
section.rensulting_note .aktio-note ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
  border-bottom: 1px solid #dddddd;
  transition: background-color 0.5s;
}

section.rensulting_note .rensulting-magazine ul li a:hover,
section.rensulting_note .aktio-note ul li a:hover {
  background-color: #f5f5f5;
}

section.rensulting_note .rensulting-magazine ul li a.block,
section.rensulting_note .aktio-note ul li a.block {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}

section.rensulting_note .rensulting-magazine ul li a.block .img,
section.rensulting_note .aktio-note ul li a.block .img {
  width: 40%;
  font-size: 0;
}

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

  section.rensulting_note .rensulting-magazine ul li a.block .img,
  section.rensulting_note .aktio-note ul li a.block .img {
    width: 47%;
  }

  section.rensulting_note .rensulting-magazine ul li a.block .img img,
  section.rensulting_note .aktio-note ul li a.block .img img {
    width: 100%;
  }
}

section.rensulting_note .rensulting-magazine ul li a.block .txt-area,
section.rensulting_note .aktio-note ul li a.block .txt-area {
  width: 56%;
  margin-right: 2%;
}

section.rensulting_note .rensulting-magazine ul li a.block .txt-area:first-child,
section.rensulting_note .aktio-note ul li a.block .txt-area:first-child {
  width: 100%;
  margin-right: 2%;
}

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

  section.rensulting_note .rensulting-magazine ul li a.block .txt-area,
  section.rensulting_note .aktio-note ul li a.block .txt-area {
    width: 50%;
    margin-right: 0;
  }
}

section.rensulting_note .rensulting-magazine ul li a.block .txt-area h3,
section.rensulting_note .aktio-note ul li a.block .txt-area h3 {
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  background-color: #000000;
  line-height: 1.3;
  padding: 5px 15px;
  margin: 0 0 10px;
  font-weight: 700;
}

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

  section.rensulting_note .rensulting-magazine ul li a.block .txt-area h3,
  section.rensulting_note .aktio-note ul li a.block .txt-area h3 {
    font-size: 10px;
  }
}

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

  section.rensulting_note .rensulting-magazine ul li a.block .txt-area h3,
  section.rensulting_note .aktio-note ul li a.block .txt-area h3 {
    font-size: 24px;
    padding: 10px 15px;
    line-height: 1.5;
  }
}

section.rensulting_note .rensulting-magazine ul li a.block .txt-area p,
section.rensulting_note .aktio-note ul li a.block .txt-area p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0;
}

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

  section.rensulting_note .rensulting-magazine ul li a.block .txt-area p,
  section.rensulting_note .aktio-note ul li a.block .txt-area p {
    font-size: 15px;
  }
}

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

  section.rensulting_note .rensulting-magazine ul li a.block .txt-area p,
  section.rensulting_note .aktio-note ul li a.block .txt-area p {
    font-size: 26px;
  }
}

section.rensulting_note .rensulting-magazine ul li a.text,
section.rensulting_note .aktio-note ul li a.text {
  display: block;
  padding: 25px 0;
}

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

  section.rensulting_note .rensulting-magazine ul li a.text,
  section.rensulting_note .aktio-note ul li a.text {
    padding: 22px 0 13px !important;
  }
}

section.rensulting_note .rensulting-magazine ul li a.text h3,
section.rensulting_note .aktio-note ul li a.text h3 {
  font-size: 11px;
  color: #ffffff;
  display: inline-block;
  background-color: #000000;
  line-height: 1;
  padding: 5px 15px;
  margin: 0 0 5px;
  font-weight: 700;
}

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

  section.rensulting_note .rensulting-magazine ul li a.text h3,
  section.rensulting_note .aktio-note ul li a.text h3 {
    font-size: 10px;
  }
}

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

  section.rensulting_note .rensulting-magazine ul li a.text h3,
  section.rensulting_note .aktio-note ul li a.text h3 {
    font-size: 24px;
    padding: 10px 15px;
  }
}

section.rensulting_note .rensulting-magazine ul li a.text p,
section.rensulting_note .aktio-note ul li a.text p {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

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

  section.rensulting_note .rensulting-magazine ul li a.text p,
  section.rensulting_note .aktio-note ul li a.text p {
    font-size: 15px;
  }
}

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

  section.rensulting_note .rensulting-magazine ul li a.text p,
  section.rensulting_note .aktio-note ul li a.text p {
    font-size: 26px;
  }
}

section.rensulting_note .rensulting-magazine ul li a img,
section.rensulting_note .aktio-note ul li a img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 152px;
}

section.rensulting_note .rensulting-magazine .btn,
section.rensulting_note .aktio-note .btn {
  text-align: center;
}

section.rensulting_note .rensulting-magazine .btn a,
section.rensulting_note .aktio-note .btn a {
  max-width: 360px;
  height: 50px;
  margin: 30px auto 0;
}

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

  section.rensulting_note .rensulting-magazine .btn a,
  section.rensulting_note .aktio-note .btn a {
    margin-top: 60px;
    max-width: 100%;
  }
}

section.rensulting_note .rensulting-magazine h2 {
  width: 65%;
  min-height: 83px;
  margin: 0;
}

@media screen and (max-width: 750px) {
  section.rensulting_note .rensulting-magazine h2 {
    width: 82%;
    margin: 100px auto 0;
    text-align: center;
    padding-left: 15px;
  }

  section.rensulting_note .rensulting-magazine h2 img {
    width: 100%;
  }
}

section.rensulting_note .rensulting-magazine>p {
  margin: 12px 0 0;
}

@media screen and (max-width: 750px) {
  section.rensulting_note .rensulting-magazine>p {
    margin-top: 30px;
  }
}

section.rensulting_note .rensulting-magazine a.text {
  padding: 11px 0 !important;
}

section.rensulting_note .aktio-note h2 {
  width: 65%;
  min-height: 83px;
  margin: 0;
}

@media screen and (max-width: 750px) {
  section.rensulting_note .aktio-note h2 {
    width: 82%;
    margin: 100px auto 0;
    text-align: center;
    padding-left: 15px;
  }

  section.rensulting_note .aktio-note h2 img {
    width: 100%;
  }
}

section.rensulting_note .aktio-note>p {
  margin: 12px 0 0;
}

@media screen and (max-width: 750px) {
  section.rensulting_note .aktio-note>p {
    margin-top: 30px;
  }
}

section.rensulting_note .aktio-note a.text {
  padding: 11px 0 !important;
}

section.banner-area {
  max-width: 1210px;
  margin: 150px auto 0;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  section.banner-area {
    margin-top: 100px;
    padding: 0 5%;
  }
}

section.banner-area ul {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
  section.banner-area ul {
    justify-content: space-between;
  }
}

section.banner-area ul li {
  width: 24%;
  margin: 17px 1.3333% 0 0;
}

@media screen and (max-width: 750px) {
  section.banner-area ul li {
    width: 32%;
    margin: 17px 0 0 !important;
  }
}

@media screen and (max-width: 750px) {
  section.banner-area ul li {
    width: 48%;
  }
}

section.banner-area ul li:nth-child(4n) {
  margin-right: 0;
}

section.banner-area ul.anotherlnk li.mgnT40 {
  margin-top: 40px;
}

@media screen and (max-width: 750px) {
  .slick-slider {
    margin-bottom: 40px !important;
  }
}

/* 2023-12-25　年賀バナー用CSS追加 */

.modaal-inner-wrapper {
	padding: 0;
	vertical-align: initial;
	overflow: hidden;
}

.modaal-container {
	background: #fff;
	max-width: none;
  max-width: 900px;
	width: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%) translateX(-50%);
}

@media screen and (max-width: 750px) {
	.modaal-container {
		max-width: 80%;
		width: 100%;
	}
}

.modaal-content-container {
	padding: 0 !important;
	line-height: 0;
}

#toppage-modal {
	display: none;
}

.modaal-overlay {
	background: #fff !important;
}

.modaal-content-container>img {
	width: 100%;
}

.modaal-close {
	top: -60px;
	right: -60px;
}

.modaal-wrapper .modaal-close {
	background: #e6e6e6;
}

.modaal-wrapper .modaal-close:hover {
	background: #333;
}

@media screen and (max-width: 750px) {
	.modaal-close {
		right: 0;
	}
}

.modaal-close:after,
.modaal-close:before {
	background: #000;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
	background: #fff;
}

/* 2023-12-25　年賀バナー用CSS追加 終わり */

/*# sourceMappingURL=top-new.css.map */
