.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; */
    right: 1%;
    /* bottom: 20%; */
    top:10%;
  }
}

@media screen and (max-width: 750px) {
  #slide-front-area div {

    /* max-width: 80%; */
    width: 100%;
    max-width: 84%;
    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);
}

#slide-front-area div span.cspi_bunner2024 {
  position: absolute;
  top: 10%;
  right: -3px;
  z-index: -1;
  display: flex;
}


@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; */
   width: 400px;
  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: 2% 0; */
    top: 0;
    left: 0;
    /* bottom: 60px; */
    right: 0;
    text-align: center;
  }
  }

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

@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; */
  padding: 0 0 50px 0;
  position: absolute;
  right: 0;
  /* top: 180px; */
   /* top: -60px; */
    top: 255px; 
  z-index: 0;
  -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: 320px;
    text-align: center;
    padding: 0;
  }
}

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

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

  #slide-front-area div span.cspi_bunner2024 a {

    position: absolute;
    transform: translateY(-55%);
    z-index: -100;
    width: 100%;
  
  }
}

#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: 405px;
  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;
}

.top-news-area_caution {
  /* max-width: 1170px; */
  padding: 0;
  margin-top: 30px;
}
.top_caution {
  font-size: 16px;
  display: flex;
  justify-content:center;
  align-items: baseline;
  flex-wrap: wrap;
}
.info-label_caution {
  color: #c00;
  font-size: 1.2rem;
  letter-spacing: -.5px;
  margin: 0 30px;
  padding: 3px;
  background: #fff;
  border: 1px solid #cc0000;
}
.news-ttle_caution a {
  /* text-decoration: none; */
  text-decoration: underline!important;
  text-underline-offset: 7px;
  text-decoration-thickness: 1px !important;
}
.top_caution a {	
text-decoration: none;	text-underline-offset: 7px;
}	
.sp-pnly_caution {	
display: none;	text-decoration-thickness: 1px !important;
}
@media screen and (max-width: 750px) {
  .top-news-area_caution {
    padding: 50px 5% 0;
    margin-top: 0;
  }
  .top_caution {
    line-height: 1.5;
    font-size: 3.5rem;
  }
  .info-label_caution {
    float: none !important;
    width: 230px;
    font-size: 3.5rem;
  }
  .news-ttle_caution {
    width: 100%;
    text-align: center;
    margin: 15px 0 0 0;
  }
  .sp-pnly_caution  {
display: block;
  }

}




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

@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.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追加 終わり */



/* 2024-07-11 フッター前リンク改修*/
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 nav ul {
  display: flex;
  flex-wrap: wrap;
}

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

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

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

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

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

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

/* 2024-07-11 フッター前リンク改修 ここまで*/


/* 2024-08-15 アクセシビリティ追加対応
マガジン・ノート 別窓アイコン*/
section.rensulting_note .rensulting-magazine ul li a img.window-open, section.rensulting_note .aktio-note ul li a img.window-open {
  max-width: 15px;
  height: auto;
  vertical-align: baseline;
  margin-left: 3px;
}

.btn-white-blank {
  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-blank {
    font-size: 15px;
  }
}

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

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

.btn-white-blank:hover span {
  background: url(/top/images/new/icon_blank_wt.svg) no-repeat right top 8px;
  background-size: 15px;
  color: #ffffff;
}

@media screen and (max-width: 750px) {
  .btn-white-blank:hover span {
    background: url(/top/images/new/icon_blank_wt.svg) no-repeat right top 16px;
    background-size: 25px;
  }
  section.rensulting_note .rensulting-magazine ul li a img.window-open, section.rensulting_note .aktio-note ul li a img.window-open {
    max-width: 25px;
  }
}

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

@media screen and (max-width: 750px) {
  .btn-white-blank span {
    background: url(/top/images/new/icon_blank_rd.svg) no-repeat right top 16px;
    background-size: 25px;
    padding-right: 35px;
    font-size: 30px;
  }
}
/* 2024-08-15 アクセシビリティ追加対応
マガジン・ノート 別窓アイコン ここまで*/


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



