/* section
--------------------------------------------- */
section {
  width: 100%;
}

section .wrap_s {
  width: 90%;
  max-width: 1024px;
  margin: 48px auto 0;
}

section .wrap {
  width: 90%;
  max-width: 1600px;
  margin: 15px auto 0;
}

section .wrap_slide {
  width: 100%;
  max-width: 1650px;
  margin: 20px auto 0;
}

section .wrap_slide_bottom {
  /* width: 100%; */
  /* max-width: 1600px; */
  margin: 40px 10px 0 10px;
}

.wrap_slide_bottom h4.top {
  margin-left: 5%;
  font-size: 2.4rem;
  font-weight: 700;
  margin-left: 40px;
}

section .mt_wide {
  margin-top: 24px;
}

section.top-news .wrap_s {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

/* top-news
--------------------------------------------- */
.top-news {
  width: 100%;
  padding: 8px 10px;
  border-bottom: 1px solid #EDF3F5;
  box-sizing: border-box;
  background: #ffffff;
}

.top-news .top-news_detail {
  display: flex;
  align-items: center;
}

.top-news .top-news_detail .date {
  margin-right: 15px;
}

.top-news .top-news_detail .txt {
  width: 77%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.top-news .top-news_detail .txt a {
  color: #222526;
  text-decoration: underline;
}

.top-news .swiper-container {
  margin-right: 70px;
}

.top-news .pagination-wrap .all {
  display: none;
}

.top-news .pagination-wrap .swiper-button-prev:after,
.top-news .pagination-wrap .swiper-button-next:after {
  content: "";
}

.top-news .pagination-wrap .swiper-button-prev {
  left: auto;
  right: 25px;
}

.top-news .pagination-wrap .swiper-button-prev:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 5.33px 4px 0;
  border-color: transparent #222526 transparent transparent;
}

.top-news .pagination-wrap .swiper-button-next {
  right: -8px;
}

.top-news .pagination-wrap .swiper-button-next:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5.33px;
  border-color: transparent transparent transparent #222526;
}

.top-news .pagination-wrap .stopbtn {
  position: absolute;
  top: 50%;
  right: 13px;
  width: 18px;
  height: 8px;
  transform: translateY(-50%);
}

.top-news .pagination-wrap .stopbtn.stop:before,
.top-news .pagination-wrap .stopbtn.stop:after {
  position: absolute;
  top: 0;
  content: '';
  width: 3px;
  height: 8px;
  background-color: #222526;
}

.top-news .pagination-wrap .stopbtn.stop:before {
  left: 5px;
}

.top-news .pagination-wrap .stopbtn.stop:after {
  right: 5px;
}

/* mv-area
--------------------------------------------- */
.mv-area {
  position: relative;
  width: 100%;
}

.mv-area .mv-txt-area {
  width: 90%;
  margin: 0px auto 0;
}

.mv-area .mv-txt-area .txt {
  margin-top: 6px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}

.mv-area.top-mv .mv-txt-area .txt {
  position: relative;
  text-align: left;
  z-index: 1;
}

.mv-area.top-mv .mv-txt-area .movieLink {
  margin-top: 34px;
  position: relative;
  display: inline-block;
  padding: 0 45px 10px 0;
  transition: 0.3s all;
  border-bottom: 2px solid #222526;
  font-weight: bold;
  font-size: 18px;
  color: #222526;
}

.mv-area.top-mv .mv-txt-area .movieLink::before {
  position: absolute;
  content: "";
  width: 36px;
  height: 22px;
  background-image: url("/images/icon_movie.png");
  background-size: 100%;
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  margin-top: -4px;
}

.mv-area.top-mv .mv-txt-area .movieLink:hover {
  color: #00AAD6;
}

.mv-area.top-mv .mv-txt-area .movieLink::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #00AAD6;
  transition: .3s;
}

.mv-area.top-mv .mv-txt-area .movieLink:hover::after {
  width: 100%;
}

.mv-area .search {
  display: block;
  position: relative;
  top: 0;
  margin-top: 40px;
  padding: 0;
  background: none;
}

@media screen and (max-width: 767px) {
  .mv-area.top-mv .mv-txt-area .movieLink {
    margin-top: 20px;
    padding: 0 28px 10px 0;
    font-size: 14px;
  }

  .mv-area.top-mv .mv-txt-area .movieLink::before {
    position: absolute;
    content: "";
    width: 21px;
    height: 13px;
    margin-top: -4px;
  }
}

.mv-area .search .form,
.mv-area .search form {
  display: flex;
  width: 100%;
  height: 100%;
}

.mv-area .search .form .search-select,
.mv-area .search .form .search-input,
.mv-area .search form .search-select,
.mv-area .search form .search-input {
  border: 1px solid #9AA3A6;
  border-right: none;
  box-sizing: border-box;
}

.mv-area .search .form .search-btn button,
.mv-area .search form .search-btn button {
  border-radius: 0 10px 10px 0;
}

.mv-area .search .form .search-select ul,
.mv-area .search form .search-select ul {
  left: -1px;
  border: 1px solid #CED6D9;
}

.mv-area .search .form .search-select ul li,
.mv-area .search form .search-select ul li {
  border: none;
  border-bottom: 1px solid #CED6D9;
}

.mv-area .search .form .search-select ul li:last-child,
.mv-area .search form .search-select ul li:last-child {
  border-bottom: none;
}

.mv-area.static-page .mv-txt-area {
  margin: 28px auto 80px;
}

.mv-area.static-page h1 {
  font-size: 8.5rem;
  font-weight: bold;
  text-align: center;
  color: #9AA3A6;
  line-height: 40px;
}

.mv-area.static-page h1 span {
  font-size: 1.9rem;
  color: #CED6D9;
}

.mv-area.static-page .txt {
  letter-spacing: -0.6px;
}

.mv-area.static-page .btn_normal {
  margin: 48px auto 0;
}

.mv-area.static-page .btn_normal a:before {
  right: auto;
  left: 8%;
  transform: translateY(-50%) rotate(180deg);
}

.tag-area {
  margin-top: 17px;
}

.tag-area p {
  font-size: 1.2rem;
  color: #677073;
}

.tag-area ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 8px;
}

.tag-area ul li {
  margin: 0 10px 10px 0;
}

.tag-area ul li a,
.tag-area ul li input,
.tag-area ul li button {
  display: block;
  padding: 9px 28px;
  font-size: 1.2rem;
  color: #00AAD6;
  border-radius: 20px;
  border: 1px solid #00AAD6;
}

/* card-list
--------------------------------------------- */
.card-list {
  width: 100%;
  margin-top: 5px;
}

.card-list_first {
  margin-top: 40px;
}

.card-list .swiper-container {
  padding: 5px 5% 50px;
}

.card-list .card-list_detail {
  position: relative;
  height: auto;
  /* margin-bottom: 40px; */
  /* padding-bottom: 64px; */
  background-color: #fff;
  border: 1px solid #EDF3F5;
  box-shadow: 5px 5px 10px rgba(34, 37, 38, 0.031);
  box-sizing: border-box;
}

.card-list .card-list_detail:last-child {
  margin-bottom: 0px;
}

.card-list .card-list_detail .new {
  position: absolute;
  top: -14px;
  left: -10px;
  width: 50px;
  transform: rotate(-45deg);
  transform-origin: right bottom;
  z-index: 1;
}

.card-list .card-list_detail a {
  display: block;
  color: #222526;
  text-decoration: none;
}

.card-list .card-list_detail a .img {
  position: relative;
  width: 100%;
  overflow: hidden;

  height: 0;
  padding-top: 66.89% !important;
}

.card-list .card-list_detail a .img img {}

.card-list .card-list_detail a .img span {
  position: absolute;
  bottom: 0;
  /* left: 0; */
  padding: 4px 14px;
  font-size: 1.1rem;
  background-color: #fff;
  margin: 8px;
}

.card-list .card-list_detail a .img .favorite {
  right: 0;
  background: none;
  padding: 0 !important;
}

.card-list .card-list_detail.article a .ttl {
  /* display: block;
  overflow: inherit; */
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: auto;
}

.card-list .card-list_detail.article a .txt {
  display: block;
  overflow: inherit;
  height: auto;
}

.card-list .card-list_detail.product a .img span {
  color: #AA301E;
}

.card-list .card-list_detail.article a .img span {
  color: #1EAA30;
}

.card-list .card-list_detail.company a .img span {
  color: #301EAA;
}

.card-list .card-list_detail a .img img {
  /*width: 100%;*/

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  max-height: 100%;
}

.card-list .card-list_detail a .ttl {
  /* width: 85.6%; */
  width: 95% !important;
  padding: 0 8px;
  margin: 8px 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* height: calc(1.6em * 2); */
  line-height: 1.6;
}

.card-list .card-list_detail a .txt {
  /* width: 85.6%; */
  width: 95% !important;
  padding: 0 8px;
  margin: 8px 0 8px;
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /* height: calc(1.6em * 2); */
  line-height: 1.6;
}

.card-list .card-list_detail a .reference {
  /* height: calc(1.6em * 2 + 16px); */
  padding: 0 8px 0 8px;
}

.card-list .card-list_detail a .reference dl {
  display: flex;
  width: 85.6%;
  /* margin: 0 auto 8px; */
}

.card-list .card-list_detail a .reference dl dt {
  font-size: 1.2rem;
  color: #677073;
}

.card-list .card-list_detail a .reference dl dd {
  margin-left: 18px;
  font-size: 1.2rem;
  color: #677073;
  word-break: break-all;
}

.card-list .card-list_detail a .reference.address {
  height: auto;
  min-height: 2em;
}

.card-list .card-list_detail a .reference.address dl dt {
  min-width: 3em;
}

.card_pickup {
    .card_pickup-img {
        height: 144px;
        width: 100%;
        img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
    }
    .card_pickup-title {
        padding: 0 8px;
        font-size: 13px;
        font-weight: 700;
        overflow: hidden;
        margin: 8px 0;
    }
    .card_pickup-description {
        padding: 0 8px;
        font-size: 11px;
        font-weight: 400;
        margin-bottom: 8px;
    }

}


.swiper-card_product .card-category {
  display: none !important;
}

.card-list .card-list_detail .card-list_detail_btm .card-category {
  display: flex;
  flex-wrap: wrap;
  /* width: 85.6%; */
  /* margin: 20px auto 0; */
  margin: 10px auto 0;
  width: 95% !important;
  position: absolute;
  top: 0;
  justify-content: flex-end;
}

.card-list .card-list_detail .card-list_detail_btm .card-category li {
  margin: 0 0 10px 0;
}

.card-list .card-list_detail .card-list_detail_btm .card-category li a,
.card-list .card-list_detail .card-list_detail_btm .card-category li input,
.card-list .card-list_detail .card-list_detail_btm .card-category li button {
  flex: 0;
  height: auto;
  padding: 7px 10px;
  font-size: 1.0rem;
  color: #222526;
  background-color: #EDF3F5;
  border: 2px solid #EDF3F5;
  border-radius: 20px;
  margin-left: 5px;
}

.card-list .card-list_detail .card-list_detail_btm .card-tag {
  display: flex;
  flex-wrap: wrap;
  width: 85.6%;
  /* margin: 7px auto 0; */
  margin-top: 7px;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.card-list .card-list_detail .card-list_detail_btm .card-tag li {
  margin: 0 10px 8px 0;
  line-height: 1.4;
}

.card-list .card-list_detail .card-list_detail_btm .card-tag li a,
.card-list .card-list_detail .card-list_detail_btm .card-tag li input,
.card-list .card-list_detail .card-list_detail_btm .card-tag li button {
  flex: 0;
  height: auto;
  font-size: 1.0rem;
  color: #00AAD6;
}

.card-list .card-list_detail .card-list_detail_btm .card-btm {
  position: absolute;
  bottom: 24px;
  left: 9%;
  width: 85.6%;
  margin: 0 auto;
}

.card-list .card-list_detail .card-list_detail_btm .card-btm .favorite {
  position: relative;
  float: left;
  width: 24px;
  height: 24px;
}

.fav-main-content .card-list .card-list_detail .card-list_detail_btm .card-btm .favorite {
  display: none;
}

.card-list .card-list_detail .card-list_detail_btm .card-btm .date {
  float: right;
  font-size: 1.0rem;
  color: #9AA3A6;
}

.card-list.swipe_sp,
.card-list.swiper-card {
  position: relative;
}

.card-list.swipe_sp .swiper-button-next,
.card-list.swipe_sp .swiper-button-prev,
.card-list.swiper-card .swiper-button-next,
.card-list.swiper-card .swiper-button-prev {
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
}

.card-list.swipe_sp .swiper-button-next:after,
.card-list.swipe_sp .swiper-button-prev:after,
.card-list.swiper-card .swiper-button-next:after,
.card-list.swiper-card .swiper-button-prev:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: 0;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.card-list.swipe_sp .swiper-button-next:after,
.card-list.swiper-card .swiper-button-next:after {
  background-image: url(../images/icon_next.svg);
}

.card-list.swipe_sp .swiper-button-prev:after,
.card-list.swiper-card .swiper-button-prev:after {
  background-image: url(../images/icon_prev.svg);
}

.card-list.swipe_sp .swiper-pagination,
.card-list.swiper-card .swiper-pagination {
  width: 80%;
  left: 50%;
  bottom: 14px;
  transform: translateX(-50%);
}

.card-list.swipe_sp .swiper-pagination span,
.card-list.swiper-card .swiper-pagination span {
  margin: 0 6px;
  background-color: #CED6D9;
}

.card-list.swipe_sp .swiper-pagination span.swiper-pagination-bullet-active,
.card-list.swiper-card .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #505759;
}

.favorite {
  position: relative;
  width: 24px;
  height: 24px;
}

.favorite:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_star.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.favorite:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
  z-index: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.favorite.on:before {
  background-image: url(../images/icon_star_blue.svg);
}

.favorite.on:after {
  -webkit-animation: sonarEffect .5s ease-out 75ms;
  -moz-animation: sonarEffect .5s ease-out 75ms;
  animation: sonarEffect .5s ease-out 75ms;
}

.favorite.off:before {
  background-image: url(../images/icon_star.svg);
}

.favorite.on.off:before {
  background-image: url(../images/icon_star.svg);
}


/*.favorite.is-on.on:before {
  background-image: url(../images/icon_star_blue.svg);
}
.favorite.is-on.on:after {
  -webkit-animation: sonarEffect .5s ease-out 75ms;
  -moz-animation: sonarEffect .5s ease-out 75ms;
  animation: sonarEffect .5s ease-out 75ms;
}*/




/* panel-two
--------------------------------------------- */
.panel-two {
  width: 100%;
  margin: 0 auto;
}

.panel-two .txt-area {
  width: 100%;
}

.panel-two .txt-area .txt {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 2.0;
}

.panel-two .txt-area .right-align {
  display: block;
  text-align: right;
}

.panel-two .txt-area a {
  position: relative;
  display: inline-block;
  padding-bottom: 10px;
  transition: .2s;
  margin-top: 22px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222526;
}

.panel-two .txt-area a:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #222526;
}

.panel-two .txt-area a:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: '';
  width: 0;
  height: 2px;
  background-color: #00AAD6;
  transition: .3s;
}

.panel-two .txt-area a:hover {
  border-bottom: none;
  transition-delay: 0.1s;
  color: #00AAD6;
}

.panel-two .txt-area a:hover:before {
  display: none;
}

.panel-two .txt-area a:hover:after {
  width: 100%;
}

.panel-two .img-area {
  position: relative;
}

.panel-two .img-area .img {
  position: relative;
  width: 100%;
  margin: 50px auto 0;
}

.panel-two .img-area .img img {
  position: relative;
  width: 100%;
}

.panel-two .img-area .movie {
  position: relative;
  width: 100%;
  height: 0;
  margin-top: 35px;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.panel-two .img-area .movie iframe,
.panel-two .img-area .movie object,
.panel-two .img-area .movie embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.panel-two.top .img-area .img:before {
  content: "";
  position: absolute;
  top: 15%;
  right: -10%;
  width: 70%;
  height: 100%;
  background-image: url(../images/icon_square.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* panel-three
--------------------------------------------- */
.panel-three {
  width: 100%;
  margin: 16px auto 0;
}

.panel-three li {
  position: relative;
  margin-bottom: 8px;
  padding-top: 50.14925373134328%;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.panel-three li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.panel-three li a .img {
  display: none;
}

.panel-three li a .txt-area {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.panel-three li a .txt-area .ttl {
  display: inline-block;
  padding-bottom: 5px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border-bottom: 2px solid #fff;
}

.panel-three li a .txt-area .txt {
  margin-top: 10px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.panel-three li.sales-floor {
  background-image: url(../images/img_scene01.png);
}

.panel-three li.event {
  background-image: url(../images/img_scene02.png);
}

.panel-three li.usefulness {
  background-image: url(../images/img_scene03.png);
}

/* panel-four
--------------------------------------------- */
.panel-four {
  width: 100%;
  /* margin: 30px auto 0; */
}

.panel-four li {
  margin-bottom: 30px;
}

.panel-four li a {
  display: block;
  color: #222526;
}

.panel-four li a .img,
.panel-four li a .img img {
  width: 100%;
}

.panel-four li a .img {
  position: relative;
}

.panel-four li a .img .ov-h {
  overflow: hidden;

  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.panel-four li a .img .ov-h img {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* width: auto !important; */
  /* max-width: 100%;
  max-height: 100%; */
}

/*.panel-four li a:hover .img .ov-h img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(1.1);
}
*/
.panel-four li a .img .pr {
  position: absolute;
  right: -10px;
  bottom: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 700;
  background-color: #F4B700;
  border-radius: 50%;
  z-index: 2;
}

.panel-four li a .txt {
  margin-top: 24px;
  font-size: 1.8rem;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: calc(1.6em * 2);
  line-height: 1.6;
}

.panel-four li a .date {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #505759;
  text-align: right;
}

/* news
--------------------------------------------- */
.news-wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 16px;
}

dl.news {
  width: 100%;
  padding: 14px 0px;
  border-bottom: 1.5px solid #CED6D9;
}

dl.news dt {
  font-size: 1.4rem;
}

dl.news dd {
  margin-top: 5px;
}

dl.news dd a {
  font-size: 1.4rem;
  color: #222526;
  text-decoration: none;
  font-weight: bold;
}

.over_xh {
  overflow: hidden;
}

@-webkit-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.6;
    box-shadow: 0 0 0 2px rgba(0, 170, 214, 0.3), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 170, 214, 0.8);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(0, 170, 214, 0.3), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 170, 214, 0.8);
    -webkit-transform: scale(1.5);
    opacity: 0;
  }
}

@-moz-keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.6;
    box-shadow: 0 0 0 2px rgba(0, 170, 214, 0.3), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 170, 214, 0.8);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(0, 170, 214, 0.3), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 170, 214, 0.8);
    -moz-transform: scale(1.5);
    opacity: 0;
  }
}

@keyframes sonarEffect {
  0% {
    opacity: 0.3;
  }

  40% {
    opacity: 0.6;
    box-shadow: 0 0 0 2px rgba(0, 170, 214, 0.3), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 170, 214, 0.8);
  }

  100% {
    box-shadow: 0 0 0 2px rgba(0, 170, 214, 0.3), 0 0 10px 10px #fff, 0 0 0 10px rgba(0, 170, 214, 0.8);
    transform: scale(1.5);
    opacity: 0;
  }
}

@media screen and (min-width: 768px) {

  /* section
  --------------------------------------------- */
  section .wrap_s {
    width: 96%;
    /* margin: 10px auto 0; */
  }

  section .wrap {
    width: 94%;
    margin: 20px auto 0;
  }

  section .wrap_slide {
    width: 94%;
    margin: 20px auto 0;
  }

  section .mt_wide {
    /* margin-top: 20px; */
  }

  section.top-news .wrap_s {
    margin: 0 auto;
  }

  /* top-news
  --------------------------------------------- */
  .top-news {
    padding: 17px 0;
  }

  .top-news .swiper-container {
    margin-right: 190px;
  }

  .top-news .top-news_detail .date {
    margin-right: 32px;
    font-size: 1.4rem;
  }

  .top-news .top-news_detail .txt {
    width: calc(100% - 80px);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .top-news .top-news_detail .txt a {
    font-size: 1.4rem;
    transition: .3s;
  }

  .top-news .top-news_detail .txt a:hover {
    opacity: 0.5;
  }

  .top-news .pagination-wrap .all {
    display: block;
    position: absolute;
    top: 50%;
    right: 76px;
    transform: translateY(-50%);
  }

  .top-news .pagination-wrap .all a {
    font-size: 1.4rem;
    color: #222526;
    text-decoration: underline;
    transition: .3s;
  }

  .top-news .pagination-wrap .all a:hover {
    opacity: 0.5;
  }

  .top-news .pagination-wrap .swiper-button-prev {
    left: auto;
    right: 34px;
  }

  .top-news .pagination-wrap .swiper-button-prev:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 5.33px 4px 0;
    border-color: transparent #222526 transparent transparent;
  }

  .top-news .pagination-wrap .swiper-button-next {
    right: 0;
  }

  .top-news .pagination-wrap .swiper-button-next:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5.33px;
    border-color: transparent transparent transparent #222526;
  }

  .top-news .pagination-wrap .stopbtn {
    position: absolute;
    top: 50%;
    right: 22px;
    width: 18px;
    height: 8px;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1;
  }

  .top-news .pagination-wrap .stopbtn.stop:before,
  .top-news .pagination-wrap .stopbtn.stop:after {
    position: absolute;
    top: 0;
    content: '';
    width: 3px;
    height: 8px;
    background-color: #222526;
  }

  .top-news .pagination-wrap .stopbtn.stop:before {
    left: 5px;
  }

  .top-news .pagination-wrap .stopbtn.stop:after {
    right: 5px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    cursor: pointer;
    transition: .3s;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: .5;
  }

  /* mv-area
  --------------------------------------------- */
  .mv-area {
    position: relative;
    width: 100%;
    max-width: 1120px;
    width: 96%;
    margin: 0 auto;
  }

  .mv-area .mv-txt-area {
    width: 100%;
    margin: 0px auto 0;
  }

  .mv-area .mv-txt-area .txt {
    font-size: 1.6rem;
    line-height: 1.8;
  }

  .mv-area .search {
    display: block !important;
    position: relative;
    top: 0;
    width: 90%;
    margin: 66px auto 0;
    padding: 0;
    background: none;
  }

  .mv-area .search .form .search-select,
  .mv-area .search form .search-select {
    cursor: pointer;
  }

  .mv-area .search .form .search-select p,
  .mv-area .search form .search-select p {
    font-size: 1.4rem;
  }

  .mv-area .search .form .search-select ul li,
  .mv-area .search form .search-select ul li {
    font-size: 1.4rem;
  }

  .mv-area .search .form .search-input,
  .mv-area .search form .search-input {
    font-size: 1.4rem;
  }

  .mv-area .search .form button,
  .mv-area .search form button {
    width: 60px;
  }

  .mv-area.static-page .mv-txt-area {
    margin: 60px auto 160px;
  }

  .mv-area.static-page .mv-txt-area .txt {
    font-size: 1.6rem;
    line-height: 2;
  }

  .mv-area.static-page h1 {
    font-size: 12.0rem;
    line-height: 46px;
  }

  .mv-area.static-page h1 span {
    font-size: 2.6rem;
  }

  .mv-area.static-page .btn_normal {
    margin: 58px auto 0;
  }

  .mv-area.static-page .search {
    margin-top: 48px;
  }

  .tag-area {
    display: flex;
    align-items: center;
  }

  .tag-area p {
    margin-right: 24px;
    min-width: 5em;
  }

  .tag-area ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 8px;
  }

  .tag-area ul li {
    margin: 0 10px 10px 0;
  }

  .tag-area ul li a,
  .tag-area ul li input,
  .tag-area ul li button {
    display: block;
    padding: 9px 28px;
    font-size: 1.3rem;
    color: #00AAD6;
    border-radius: 20px;
    border: 1px solid #00AAD6;
    transition: .3s;
  }

  .tag-area ul li a:hover,
  .tag-area ul li input:hover,
  .tag-area ul li button:hover {
    color: #fff;
    /* border: 1px solid #fff; */
    background-color: #00AAD6;
  }

  /* card-list
  --------------------------------------------- */
  .card-list {
    width: 96%;
    /* max-width: 1600px; */
    /* margin: 5px 0; */
  }

  .wrap_slide_bottom .card-list {
    /* width: 96%; */
    max-width: 100%;
    margin: 40px 0;
  }

  .card-list .swiper-container {
    padding: 0;
  }

  .card-list .card-list_detail {
    width: 32%;
    margin-right: 2%;
  }

  .card-list .card-list_detail:nth-child(3n) {
    margin-right: 0;
  }

  .card-list .card-list_detail a .img img {
    transition: .3s;
  }

  .card-list .card-list_detail a .ttl,
  .card-list .card-list_detail a .txt {
    width: 84%;
  }

  .card-list .card-list_detail a .reference dl {
    /* width: 84%; */
    width: 100%;
  }

  .card-list .card-list_detail a:hover .img {
    transition: .3s;
    opacity: .5;
  }

  .card-list .card-list_detail a:hover .img img {
    /*transform: scale(1.1);*/

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
  }

  .card-list .card-list_detail a:hover .ttl,
  .card-list .card-list_detail a:hover .txt {
    transition: .3s;
    text-decoration: underline;
  }

  .card-list .card-list_detail .card-list_detail_btm {
    padding: 0 8px 0 8px;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-category {
    width: 84%;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-category li a,
  .card-list .card-list_detail .card-list_detail_btm .card-category li input,
  .card-list .card-list_detail .card-list_detail_btm .card-category li button {
    transition: .3s;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-category li a:hover,
  .card-list .card-list_detail .card-list_detail_btm .card-category li input:hover,
  .card-list .card-list_detail .card-list_detail_btm .card-category li button:hover {
    color: #CED6D9;
    background-color: #fff;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-tag {
    /* width: 84%; */
    width: 95%;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-tag li a,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li input,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li button {
    position: relative;
    display: inline-block;
    /* padding-bottom: 5px; */
    transition: .3s;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-tag li a:after,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li input:after,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li button:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    background-color: #00AAD6;
    transition: .3s;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-tag li a:hover,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li input:hover,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li button:hover {
    border-bottom: none;
    color: #00AAD6;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-tag li a:hover:after,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li input:hover:after,
  .card-list .card-list_detail .card-list_detail_btm .card-tag li button:hover:after {
    width: 100%;
  }

  .card-list .card-list_detail .card-list_detail_btm .card-btm {
    width: 84%;
  }

  .card-list.swipe_sp {
    padding-bottom: 0;
  }

  .card-list.swipe_sp .swiper-wrapper {
    flex-wrap: wrap;
  }

  .card-list.swipe_sp .swiper-button-next,
  .card-list.swipe_sp .swiper-button-prev {
    display: none;
  }

  .card-list.swipe_sp .swiper-pagination {
    display: none;
  }

  .card-list.swiper-card .swiper-container {
    margin: 0 -5px;
    padding: 5px 5px 30px;
    box-sizing: border-box;
  }

  .wrap_slide_bottom .card-list.swiper-card .swiper-container {
    margin: 0;
    padding: 0;
    padding-bottom: 40px;
    box-sizing: border-box;
  }

  .card-list.swiper-card .swiper-button-next,
  .card-list.swiper-card .swiper-button-prev {
    top: 50%;
  }

  .card-list.swiper-card .swiper-pagination {
    bottom: 0;
  }

  .card-list.swiper-card+.btn_normal {
    margin: 30px auto 0;
  }

  .favorite {
    cursor: pointer;
    transition: .3s;
  }

  .favorite:hover {
    opacity: .5;
  }

  /* panel-two
  --------------------------------------------- */
  .panel-two {
    display: flex;
  }

  .panel-two .txt-area .txt {
    margin-top: 24px;
  }

  .panel-two .txt-area a {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    transition: .2s;
    margin-top: 0px;
    color: #222526;
  }

  .panel-two .txt-area a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #222526;
  }

  .panel-two .txt-area a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #00AAD6;
    transition: .3s;
  }

  .panel-two .txt-area a:hover {
    border-bottom: none;
    transition-delay: 0.1s;
    color: #00AAD6;
  }

  .panel-two .txt-area a:hover:before {
    display: none;
  }

  .panel-two .txt-area a:hover:after {
    width: 100%;
  }

  .panel-two .img-area .img {
    margin: 0 auto;
  }

  .panel-two .img-area .img img {
    width: 100%;
  }

  .panel-two .img-area .deco {
    position: absolute;
    top: 15%;
    right: -15%;
    width: 70%;
    z-index: 0;
  }

  .panel-two .img-area .deco img {
    width: 100%;
  }

  .panel-two.top .txt-area {
    width: 46%;
    margin-right: 4%;
  }

  .panel-two.top .img-area {
    width: 50%;
  }

  .panel-two .img-area .movie {
    margin-top: 0;
  }

  /* panel-three
  --------------------------------------------- */
  .panel-three {
    display: flex;
    margin: 36px auto 0;
  }

  .panel-three li {
    position: relative;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 0;
    padding-top: 0;
  }

  .panel-three li a {
    position: relative;
    text-align: center;
  }

  .panel-three li a .img {
    display: block;
    transition: 1s;

    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 67.58%;
  }

  .panel-three li a .img img {
    /*width: 100%;*/

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    max-width: 100%;
    max-height: 100%;
  }

  .panel-three li a .txt-area .ttl {
    font-size: 2.8rem;
    border-bottom: none;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
  }

  .panel-three li a .txt-area .ttl:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .panel-three li a .txt-area .ttl:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: .3s;
  }

  .panel-three li a .txt-area .ttl:hover {
    border-bottom: none;
  }

  .panel-three li a .txt-area .ttl:hover:before {
    display: none;
  }

  .panel-three li a .txt-area .ttl:hover:after {
    width: 100%;
  }

  .panel-three li a .txt-area .ttl:hover:before {
    display: block;
  }

  .panel-three li a .txt-area .txt {
    margin-top: 20px;
    font-size: 1.6rem;
  }

  .panel-three li a:hover .img {
    transform: scale(1.1);
  }

  .panel-three li a:hover .txt-area .ttl:before {
    display: none;
  }

  .panel-three li a:hover .txt-area .ttl:after {
    width: 100%;
  }

  .panel-three li.sales-floor,
  .panel-three li.event,
  .panel-three li.usefulness {
    background: none;
  }

  .panel-three li:nth-child(3n) {
    margin-right: 0;
  }

  /* panel-four
  --------------------------------------------- */
  .panel-four {
    display: flex;
    flex-wrap: wrap;
    /* margin: 30px auto 0; */
  }

  .panel-four li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 30px;
  }

  .panel-four li:nth-child(2n) {
    margin-right: 0;
  }

  .panel-four li a .img img {
    transition: .3s;
  }

  .panel-four li a .txt {
    transition: .3s;
    margin-top: 20px;
  }

  .panel-four li a .date {
    margin-top: 27px;
  }

  .panel-four li a:hover .img {
    transition: .3s;
    opacity: .5;
  }

  .panel-four li a:hover .img img {
    transform: scale(1.1);
  }

  .panel-four li a:hover .img .ov-h img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.1);
  }

  .panel-four li a:hover .txt {
    color: #00AAD6;
  }

  /* news
  --------------------------------------------- */
  dl.news {
    width: 85%;
    display: flex;
    padding: 14px 0px;
    align-items: center;
  }

  dl.news dt {
    width: 12%;
    font-size: 1.4rem;
  }

  dl.news dd {
    width: 88%;
    margin-top: 0;
  }

  dl.news dd a {
    font-size: 1.4rem;
    transition: .3s;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  dl.news dd a:hover {
    opacity: 0.5;
  }
}

@media screen and (min-width: 1024px) {

  /* card-list
  --------------------------------------------- */
  .card-list {
    width: 100%;
  }

  .card-list .card-list_detail {
    width: 19.1875%;
    margin-right: 1%;
  }

  .card-list .card-list_detail:nth-child(3n) {
    margin-right: 1%;
  }

  .card-list .card-list_detail:nth-child(5n) {
    margin-right: 0;
  }

  /* panel-four
  --------------------------------------------- */
  .panel-four li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 0;
  }

  .panel-four li:nth-child(2n) {
    margin-right: 2%;
  }

  .panel-four li:nth-child(4n) {
    margin-right: 2%;
  }
}

@media screen and (min-width: 1166px) {

  /* section
  --------------------------------------------- */
  section {
    width: 100%;
  }

  section .wrap_s {
    width: 100%;
  }
}

@media screen and (min-width: 1666px) {
  .card-list .card-list_detail {
    width: 307px;
    margin-right: 16px;
  }

  .card-list .card-list_detail:nth-child(5n) {
    margin-right: 0;
  }

  section .wrap {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }

  section .wrap_slide {
    margin-left: 10px;
    margin-right: 10px;
    width: 100%;
  }
}

/* title
--------------------------------------------- */
h1 {
  font-size: 2.2rem;
  font-weight: 700;
}

h1.top {
  position: relative;
  font-size: 3.0rem;
  font-weight: 700;
  text-align: left;
  z-index: 1;
}

h2 {
  font-size: 3.2rem;
  font-weight: 700;
}

h2.top {
  text-align: center;
  /* opacity: 0; */
  /* transform: translateY(20px); */
}

h2.top+.h2_deco {
  position: relative;
  width: 63%;
  height: 2px;
  margin: 6px auto 0;
  background-color: #CED6D9;
}

h2.top+.h2_deco:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 11px;
  height: 4px;
  background-color: #fff;
  transform: translateX(-50%);
}

h2.top+.h2_deco:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 11px;
  height: 2px;
  background-color: #00AAD6;
  transform-origin: 100% 0%;
  transform: translateX(-50%) rotate(-45deg);
}

h2.top.fade {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.5s 0.3s ease, transform 0.5s 0.3s ease;
}

h2.deco {
  position: relative;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 2.4rem;
  text-align: left;
  margin-top: 50px;
}
/*
h2.deco:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #00AAD6;
} */

h3 {
  font-size: 2.4rem;
  font-weight: 700;
}

h3.top {
  font-size: 2.2rem;
  font-weight: 700;
}

h4.top {
  margin-left: 5%;
  font-size: 2.4rem;
  font-weight: 700;
}

.h2_deco+h4.top {
  margin-top: 44px;
  margin-left: 0;
}

h5.top {
  font-size: 2.2rem;
  font-weight: 700;
}

/* btn
--------------------------------------------- */
.btn_normal,
.wp-block-buttons .wp-block-button,
.wp-block-button_large {
  width: 100%;
  max-width: 350px;
  margin: 24px auto 0;
}

.top-btn_normal {
  display: inline-block;
}

.btn_normal a,
.wp-block-buttons .wp-block-button a,
.wp-block-button_large a {
  position: relative;
  display: block;
  padding: 24px 0;
  font-size: 1.8rem;
  font-weight: 700;
  color: #222526;
  text-align: center;
  border-radius: 100px;
  box-shadow: 0px 0px 10px rgba(0, 175, 221, 0.1);
  background-color: #fff;
  /* border: 1px solid #222526; */
}

.top-btn_normal a {
  padding: 2px 0;
  font-size: 1.4rem;
  font-weight: 700;
  color: #222526;
  text-align: center;
  border-radius: 100px;
  background-color: #fff;
  border: 1.5px solid #222526;
}

.top-btn_normal a:hover {
  opacity: 0.7;
}

.btn_normal a:before,
.wp-block-buttons .wp-block-button a:before,
.wp-block-button_large a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 6%;
  width: 26px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url(../images/icon_link_arrow_black.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
}

.btn_normal a.pdf,
.wp-block-buttons .wp-block-button a.pdf,
.wp-block-button_large a.pdf {
  padding: 24px 0 24px 30px;
  text-align: left;
}

.btn_normal a.pdf:before,
.wp-block-buttons .wp-block-button a.pdf:before,
.wp-block-button_large a.pdf:before {
  width: 20px;
  height: 26px;
  right: 8%;
  background-image: url(../images/icon_pdf.svg);
}

.btn_normal a.ai,
.wp-block-buttons .wp-block-button a.ai,
.wp-block-button_large a.ai {
  padding: 24px 0 24px 30px;
  text-align: left;
}

.btn_normal a.ai:before,
.wp-block-buttons .wp-block-button a.ai:before,
.wp-block-button_large a.ai:before {
  width: 20px;
  height: 26px;
  right: 8%;
  background-image: url(../images/icon_ai.svg);
}

.btn_normal a.download,
.wp-block-buttons .wp-block-button a.download,
.wp-block-button_large a.download {
  text-align: left;
}

.btn_normal a.download:before,
.wp-block-buttons .wp-block-button a.download:before,
.wp-block-button_large a.download:before {
  width: 20px;
  height: 17px;
  right: 8%;
  background-image: url(../images/icon_download.svg);
}

.btn_normal a span,
.wp-block-buttons .wp-block-button a span,
.wp-block-button_large a span {
  display: inline-block;
  padding: 0 52px;
}

.top-btn_normal a span {
  display: inline-block;
  padding: 0 10px;
}

.wp-block-buttons {
  text-align: center;
}

.wp-block-buttons .wp-block-button {
  display: inline-block;
}

.wp-block-buttons .wp-block-button a {
  word-break: break-all;
}

.wp-block-button_large {
  margin-top: 20px;
  text-align: center;
  max-width: 640px;
}

.wp-block-button_large a {
  text-align: left;
}

.btn-confirm,
.btn-send {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.button-ebook-form {
  max-width: unset;
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.btn-confirm.button-ebook-form button{
  width: 320px;
  padding: 10px 0;
}

.btn-confirm button,
.btn-send button {
  position: relative;
  width: 100%;
  padding: 22px 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #00AAD6;
  border: 6px solid #00AAD6;
  border-radius: 40px;
}

.btn-confirm button:after,
.btn-send button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 35px;
  width: 22px;
  height: 23px;
  transform: translateY(-50%);
  background-image: url(../images/icon_input.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.btn-confirm button:disabled,
.btn-send button:disabled {
  border: 6px solid #CED6D9;
  background-color: #CED6D9;
}

.btn-send button:after {
  display: none;
}

.btn-send .back button {
  margin-bottom: 80px;
  font-size: 1.5rem;
  color: #9AA3A6;
  background: none;
  text-decoration: underline;
  border: none;
}

.top-link {
  margin: 30px auto 80px;
  padding: 0 5.333333333333333%;
  box-sizing: border-box;
}

.top-link a:before {
  right: auto;
  left: 6%;
  background-image: url(../images/icon_back.svg);
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 2;
}

.checkbox-input {
  display: none;
}

.checkbox-parts_square {
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding-left: 24px;
  font-size: 1.4rem;
  cursor: pointer;
  box-sizing: border-box;
}

.checkbox-parts_square:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #CED6D9;
  border-radius: 4px;
  background-color: #fff;
}

.checkbox-input:checked+.checkbox-parts_square:before {
  background-color: #00AAD6;
  border: 2px solid #00AAD6;
}

.checkbox-input:checked+.checkbox-parts_square:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 6px;
  width: 5px;
  height: 8px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}

@media screen and (min-width: 768px) {

  /* title
  --------------------------------------------- */
  h1 {
    font-size: 3.0rem;
  }

  h1.top {
    font-size: 5.6rem;
  }

  h2 {
    font-size: 3.2rem;
  }

  h2.top {
    font-size: 3.6rem;
  }

  h2.top+.h2_deco {
    width: 211px;
    height: 2px;
    margin: 8px auto 0;
  }

  h3.top {
    /* margin-bottom: 10px; */
    font-size: 2.4rem;
  }

  h4.top {
    margin-left: 0;
    font-size: 2.4rem;
  }

  h5.top {
    font-size: 2.4rem;
  }

  /* btn
  --------------------------------------------- */
  .btn_normal a,
.wp-block-buttons .wp-block-button a,
.wp-block-button_large a {
  padding: 24px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.btn_normal a:hover {
  opacity: 0.7;
}

/* .btn_normal a:after,
.wp-block-buttons .wp-block-button a:after,
.wp-block-button_large a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    right: -48px;
    border-left: 66px solid transparent;
    border-top: 77px solid #ffff;
    transform: translateX(0);
    transition: transform 0.3s ease, left 0.3s ease;
} */

.btn_normal a:hover,
.wp-block-buttons .wp-block-button a:hover,
.wp-block-button_large a:hover {
    color: #fff;
    background-color: #00aad6;
    transition: transform 0.3s ease, left 0.3s ease;
}

.btn_normal a:hover:after,
.wp-block-buttons .wp-block-button a:hover:after,
.wp-block-button_large a:hover:after {
    transform: translateX(0);
    left: 100%;
    transition: transform 0.3s ease, left 0.3s ease;
}

  .btn_normal a span,
  .wp-block-buttons .wp-block-button a span,
  .wp-block-button_large a span {
    position: relative;
    z-index: 1;
  }

  .btn_normal a:hover:before,
  .wp-block-buttons .wp-block-button a:hover:before,
  .wp-block-button_large a:hover:before {
    background-image: url(../images/icon_link_arrow_white.svg);
  }

  .btn_normal a.pdf:hover:before,
  .wp-block-buttons .wp-block-button a.pdf:hover:before,
  .wp-block-button_large a.pdf:hover:before {
    background-image: url(../images/icon_pdf_white.svg);
  }

  .btn_normal a.ai:hover:before,
  .wp-block-buttons .wp-block-button a.ai:hover:before,
  .wp-block-button_large a.ai:hover:before {
    background-image: url(../images/icon_ai_white.svg);
  }

  .btn_normal a.download:hover:before,
  .wp-block-buttons .wp-block-button a.download:hover:before,
  .wp-block-button_large a.download:hover:before {
    background-image: url(../images/icon_download_white.svg);
  }

  .btn_normal a.download:hover {
    border: 1.5px solid #fff;
    color: #fff;
    /* background-color: #00AAD6; */
    opacity: 1;
  }

  .wp-block-buttons .wp-block-button {
    margin: 0 10px;
  }

  .wp-block-button_large a span {
    padding: 0 86px 0 52px;
  }

  .top-link {
    width: 350px;
    margin: 40px auto 160px;
    padding: 0;
  }

  .top-link a:hover:before {
    background-image: url(../images/icon_back_white.svg);
  }

  .btn-confirm button,
  .btn-send button {
    transition: .3s;
  }

  .btn-confirm button:not(:disabled):hover,
  .btn-send button:not(:disabled):hover {
    color: #00AAD6;
    background-color: #fff;
  }

  .btn-confirm button:not(:disabled):hover:after,
  .btn-send button:not(:disabled):hover:after {
    background-image: url(../images/icon_input_blue.svg);
  }

  .btn-confirm .back button:hover,
  .btn-send .back button:hover {
    color: #9AA3A6;
    background: none;
    opacity: .5;
  }
}

.btn_wrapper {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin: 15px auto 20px;
}

@media screen and (min-width: 768px) {
  .btn_wrapper {
    width: 85%;
  }
}



/* �ǋL */
.panel-two.top .txt-area .txt span {
  font-size: 1.3rem;
}

.card-list .card-list_detail .card-list_detail_btm .card-category li button,
.card-list_detail .card-list_detail_btm .card-tag li button {
  text-align: left;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* for detail page */
.group-item-favorite {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: auto;
}

.item-inquiry {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 3rem;
}

.item-inquiry>.btn-inquiry {
  width: 120px;
  display: block;
  padding: 6px 15px;
  text-align: center;
  font-size: 1.2rem;
  color: #fff;
  background-color: #00AAD6;
  border-radius: 25px;
  transition: all 0.3s;
}

.item-inquiry>.btn-inquiry:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* Promo Section */

#promo-section {
  background-color: #00AAD6;
}

.content-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 2em;
  height: 100%;
}

.image-container {
  flex: 1;
  margin: 0em;
  text-align: center;
  height: 100%;
}

.promo-image {
  height: auto;
  object-fit: cover;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .promo-image {
    width: 60%;
  }

}

.text-container {
  flex: 1;
  margin: 0 auto;
  max-width: 400px;
  gap: 20px;
}

.header-text {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 1em;
}

.header-text h1 {
  font-size: 4.1em;
}

.promo-text {
  background-color: #019AC2;
  color: #FFFFFF;
  padding: 2em 2em;
  border-radius: 1em;
  margin: 0 auto;
}

.promo-desc {
  text-align: left;
  font-size: 1.4em;
  margin-bottom: 1em;
}

.promo-action {
  text-align: center;
}

.promo-action .promo-button {
  display: inline-block;
  background-color: #FFFFFF;
  color: #04A9D6;
  border-radius: 3em;
  padding: 1em 4em;
  box-shadow: 0px 4px 0px #ECC141;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0.3em;
  text-align: center;
}

@media (max-width: 1024px) {
  .content-container {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .header-text {
    margin-top: 2em;
    line-height: 1.2;
  }

  .image-container {
    height: auto;
    margin-top: -2em;
    max-width: 400px;
  }
}

/*  Custom css for button article detail ------------ Start*/

.article-detail .wp-block-buttons .wp-block-button,
.article-detail .btn_download-article-detail {
  position: relative;
  width: auto;
  /* 480px */
  max-width: 100%;
  display: inline-flex;
  /* margin: 24px auto 0; */
  justify-content: center;
  align-items: center;
}

.article-detail .wp-block-buttons .wp-block-button a,
.article-detail .btn_download-article-detail a {
  padding: 20px 0px;
  font-size: 18px;
  color: #00AAD6;
  border: 2px solid #ffffff;
  background-color: #ffffff;
  box-sizing: border-box;
  border-radius: 50px;
  transition: .3s;
  text-decoration: none;

}

.article-detail .wp-block-buttons .wp-block-button:hover a,
.article-detail .btn_download-article-detail:hover a {
  color: #00AAD6 !important;
  border: 1px solid #00AAD6;
  background-color: #ffffff;
  box-sizing: border-box;
  background-position: left top;

}

.article-detail .wp-block-buttons .wp-block-button a,
.article-detail .btn_download-article-detail a {
  background-image: linear-gradient(45deg, #ffffff 50%, #00AAD6 50%);
  background-size: 250% 100%;
  background-position: right bottom;
  transition: background-position .3s;
  /* background:#ffffff!important; */
  z-index: 1 !important;
}

.article-detail .wp-block-buttons .wp-block-button p::after,
.article-detail .btn_download-article-detail p:after {

  right: 4%;
  margin-top: -4px;
  border-width: 9px 7px 0 7px;
}

.article-detail .btn_download-article-detail:hover p:after {
  /* border-color: #00AAD6 transparent transparent transparent;
  line-height: 0px;
  _border-color: #00AAD6 #00AAD6 #00AAD6 #00AAD6;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff'); */
}
.article-detail .wp-block-buttons .wp-block-button p,
.article-detail .btn_download-article-detail p {
  position: relative;
  text-align: center;
}

.article-detail .wp-block-buttons .wp-block-button p a.custom-link,
.article-detail .btn_download-article-detail p a.custom-link {
  display: block;
  min-width: 340px;
  padding: 24px 48px 24px 32px;
  font-size: 1.8rem;
  font-weight: 700;
  color: #ffffff;
  border: 1px solid #00AAD6;
  background-color: #00AAD6;
  box-sizing: border-box;
  border-radius: 100px;
  cursor: pointer;
}

.article-detail .btn_download-article-detail p:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 18px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 8px 6px 0 6px;
  border-color: #ffff transparent transparent transparent;
  line-height: 0px;
  _border-color: #ffffff #ffffff #ffffff #ffffff;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff');
  z-index: 1 !important;
}

.article-detail .btn_download-article-detail p:hover:after {
  border-color: #00AAD6 transparent transparent transparent !important;
}

.custom-link[target="_blank"]::after {
  content: attr(href);
  display: none;
}

@media only screen and (max-width: 400px) {
  .article-detail .btn_download-article-detail {
    width: 100%;
    margin: 5px auto;
    width: 350px;
  }

  .article-detail .btn_download-article-detail p a {
    font-size: 16px;
    padding: 10px 0;
  }

  .article-detail .btn_download-article-detail p:after {
    right: 3%;
    border-width: 6px 4px 0 4px;
  }
}


@media only screen and (max-width: 767px) {
  .article-detail .btn_download-article-detail {
    width: 100%;
    margin: 5px auto;
  }

  .article-detail .btn_download-article-detail p a {
    font-size: 16px;
    padding: 24px 40px 24px 32px;
  }

  .article-detail .btn_download-article-detail p:after {
    right: 16px;
    border-width: 8px 6px 0 6px;
  }
}

/*  Custom css for button article detail ------------ End */

#toc_container {
  background: #f9f9f9 !important;
  padding: 1.2em;
  border: 5px solid rgba(100, 100, 100, .2);
}

#toc_container p.toc_title {
  max-width: 800px !important;
  font-weight: bold;
  text-align: left;
  margin: 0 auto;
  font-size: 100%;
  vertical-align: middle;
}

#toc_container .toc_title::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f03a";
  margin-right: 0.8em;
  margin-left: 0.4em;
  transform: scale(1.4);
  color: #04a5cf !important;
}

#toc_container .toc_list>li {
  padding-left: 0;
}

#toc_container li {
  margin: 1em 0;
  font-weight: bold;
}



#toc_container .toc_list {
  max-width: 800px !important;
  margin-left: auto;
  margin-right: auto;
}

#toc_container a {
  color: inherit;
  text-decoration: none;
}

#toc_container .toc_number {
  display: inline-block !important;
  font-weight: bold;
  font-size: 75%;
  background: #3e3e3e;
  color: #fff;
  min-width: 2.1em;
  min-height: 2.1em;
  line-height: 2.1;
  text-align: center;
  border-radius: 1em;
  margin-right: 0.3em;
  padding: 0 7px;
  background-color: #04a5cf !important;
  color: #fff !important;
}

#toc_container .toc_title .toc_toggle {
  font-size: 80%;
  font-weight: normal;
  margin-left: 0.2em;
}

.color-item>span {
  min-width: 1em !important;
}

.article-detail ul li:before {
  display: none !important;
}

#toc_container a {
  color: inherit;
  text-decoration: none;
}

#toc_container.no_bullets li,
#toc_container.no_bullets ul,
#toc_container.no_bullets ul li,
.toc_widget_list.no_bullets,
.toc_widget_list.no_bullets li {
  background: 0 0;
  list-style-type: none;
  list-style: none
}

#toggleButton:hover,
#toc_container a:hover {
  text-decoration: underline;
}

#content ul {
  letter-spacing: .025em !important;
}

.toc_list {
  margin-top: 0px !important;
  padding-left: 10px;
}

.toc_list>li {
  margin-bottom: 5px;
}

.nested-ul li a {
  font-weight: 200 !important;
}
