@charset "UTF-8";
.pc .e87-product-item__inner:hover img {
  transform: scale(1.1);
  transform-origin: center; }

.e87-product-item__img {
  width: 100%;
  overflow: hidden; }
  @media all and (min-width: 769px) {
    .e87-product-item__img {
      max-width: 261px; } }
  .e87-product-item__img img {
    display: block;
    transition: .25s; }

.e87-product-item__rank {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  display: block;
  width: 0;
  height: 0;
  color: #fff;
  border-style: solid;
  border-width: 46px 46px 0 0; }
  @media all and (min-width: 769px) {
    .e87-product-item__rank {
      border-width: 60px 60px 0 0; } }
  .e87-product-item__rank--first {
    border-color: #c2a657 transparent transparent transparent; }
  .e87-product-item__rank--second {
    border-color: #899398 transparent transparent transparent; }
  .e87-product-item__rank--third {
    border-color: #9a664f transparent transparent transparent; }
  .e87-product-item__rank--others {
    border-color: #000 transparent transparent transparent; }

.e87-product-item__rank-num {
  position: absolute;
  top: -43px;
  left: 8px;
  font-size: 16px; }
  @media all and (min-width: 769px) {
    .e87-product-item__rank-num {
      top: -56px;
      left: 12px;
      font-size: 20px; } }

.e87-product-item__name {
  margin: 10px 0 2px;
  font-size: 12px;
  line-height: 14px;
  color: #000; }

.e87-product-item__price {
  font-size: 12px;
  font-weight: bold;
  color: #000; }

.e87-product-item__tax {
  font-size: 12px;
  color: #000; }

.e87-product-item--rank .e87-product-item__img {
  position: relative; }

.e87-product-item-layout {
  margin-bottom: -20px; }
  .e87-product-item-layout .e87-product-item {
    padding-bottom: 20px; }

.e87-style-item {
  position: relative; }
  .e87-style-item__img {
    width: 100%;
    overflow: hidden; }
    @media all and (min-width: 769px) {
      .e87-style-item__img {
        max-width: 344px; } }
    .e87-style-item__img img {
      display: block;
      transition: .25s; }
    .pc .e87-style-item__img:hover img {
      transform: scale(1.1);
      transform-origin: center; }
  .e87-style-item__text-box {
    position: absolute;
    right: 0;
    bottom: 8px;
    left: 8px;
    padding: 14px 10px;
    background-color: rgba(255, 255, 255, 0.8); }
    @media all and (min-width: 769px) {
      .e87-style-item__text-box {
        bottom: 24px;
        left: 24px;
        padding: 24px 20px; } }
    .e87-style-item__text-box .e87-icon {
      margin-right: 10px;
      color: #000; }
      .e87-style-item__text-box .e87-icon::before {
        font-size: 11px; }
        @media all and (min-width: 769px) {
          .e87-style-item__text-box .e87-icon::before {
            font-size: 12px; } }
  .e87-style-item__text {
    position: relative;
    display: block;
    padding-left: 22px;
    font-size: 14px;
    font-weight: bold;
    color: #000; }
    @media all and (min-width: 769px) {
      .e87-style-item__text {
        padding-left: 22px;
        font-size: 18px; } }
    .e87-style-item__text::before {
      position: absolute;
      top: 50%;
      left: 0;
      display: inline-block;
      width: 12px;
      height: 12px;
      content: '';
      background: url("/corp/img/icon/circle-right.png") 0 0 no-repeat;
      background-size: 100% 100%;
      transform: translateY(-50%); }
  .e87-style-item--bg .e87-style-item__img {
    padding-bottom: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover; }
    @media all and (min-width: 769px) {
      .e87-style-item--bg .e87-style-item__img {
        height: 386px;
        padding-bottom: 0;
        background-position: center; } }

@media all and (min-width: 769px) {
  .e87-style-item-layout {
    margin-bottom: -24px;
    margin-left: -24px; } }

@media all and (min-width: 769px) {
  .e87-style-item-layout .e87-style-item {
    padding-bottom: 24px;
    padding-left: 24px; } }

main {
  overflow: hidden; }

ul,
ol,
li {
  padding: 0;
  margin: 0;
  list-style: none; }

.e87-header-link-layout {
  padding: 8px 0;
  background-color: #eee; }
  @media all and (min-width: 769px) {
    .e87-header-link-layout {
      padding: 8px 0; } }

.e87-header-link-list {
  display: flex;
  width: 100%;
  max-width: 1080px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 蟇ｾ蠢� */
  scrollbar-width: none;
  /* Firefox 蟇ｾ蠢� */ }
  .e87-header-link-list__item:nth-of-type(n+2) {
    margin-left: 8px; }
    @media all and (min-width: 769px) {
      .e87-header-link-list__item:nth-of-type(n+2) {
        margin-left: 10px; } }
  .e87-header-link-list__text {
    font-size: 10px;
    color: #5c7fac;
    text-decoration: underline;
    white-space: nowrap; }
    @media all and (min-width: 769px) {
      .e87-header-link-list__text {
        font-size: 12px; } }

.e87-header-link-list::-webkit-scrollbar {
  display: none; }

.e87-breadcrumb-layout {
  padding: 8px 0;
  border-top: 1px solid #eaeaea; }

.e87-breadcrumb {
  margin: 0; }

.e87-bannar-layout {
  margin-top: 30px; }
  @media all and (min-width: 769px) {
    .e87-bannar-layout {
      margin-top: 40px; } }
  .e87-bannar-layout__img {
    margin: 0 auto; }
    .e87-bannar-layout__img img {
      display: block; }

.e87-alert-layout {
  background-color: #ffeeec; }
  .e87-alert-layout__inner {
    padding: 20px 0; }
    @media all and (min-width: 769px) {
      .e87-alert-layout__inner {
        display: flex; } }
  .e87-alert-layout__title {
    width: 100%;
    padding: 2px 0;
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    background-color: #d22343; }
    @media all and (min-width: 769px) {
      .e87-alert-layout__title {
        width: 150px;
        height: 24px;
        padding: 4px 0;
        margin-right: 32px; } }

.e87-alert-list {
  margin: 0; }
  .e87-alert-list__item {
    list-style: none; }
    .e87-alert-list__item:nth-of-type(n+2) {
      margin-top: 20px; }
      @media all and (min-width: 769px) {
        .e87-alert-list__item:nth-of-type(n+2) {
          margin-top: 10px; } }

@media all and (min-width: 769px) {
  .e87-alert-item {
    display: flex; } }

.e87-alert-item__date {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  color: #97787e; }
  @media all and (min-width: 769px) {
    .e87-alert-item__date {
      margin-right: 34px;
      margin-bottom: 7px; } }

.e87-alert-item__title {
  display: block;
  font-size: 12px;
  font-weight: bold;
  color: #d22343;
  text-decoration: underline;
  text-decoration-color: #d22343;
  transition: .25s; }
  .pc .e87-alert-item__title:hover {
    opacity: .6; }

.e87-ribbon {
  box-sizing: border-box;
  width: 100%;
  height: 150px;
  background-image: url("/corp/img/top_bg_01.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media all and (min-width: 769px) {
    .e87-ribbon {
      height: 230px; } }
  .e87-ribbon__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    margin-top: 60px;
    background-color: rgba(0, 0, 0, 0.45); }
    @media all and (min-width: 769px) {
      .e87-ribbon__inner {
        height: 230px;
        margin-top: 80px; } }
  .e87-ribbon .e87-heading-with-english * {
    color: #fff; }

@media all and (min-width: 769px) {
  .e87-text-with-image {
    display: flex; } }

.e87-text-with-image + .e87-text-with-image {
  margin-top: 40px; }
  @media all and (min-width: 769px) {
    .e87-text-with-image + .e87-text-with-image {
      margin-top: 60px; } }

.e87-text-with-image__text {
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 1.8; }
  @media all and (min-width: 769px) {
    .e87-text-with-image__text {
      width: 58.14%;
      margin-top: 0;
      margin-right: 60px;
      margin-bottom: 0;
      font-size: 16px; } }

.e87-text-with-image__img {
  width: 100%; }
  @media all and (min-width: 769px) {
    .e87-text-with-image__img {
      width: 392px; } }
  .e87-text-with-image__img img {
    display: block; }

@media all and (min-width: 769px) {
  .e87-text-with-image--reverse {
    flex-direction: row-reverse; } }

@media all and (min-width: 769px) {
  .e87-text-with-image--reverse .e87-text-with-image__text {
    margin-right: 0;
    margin-left: 60px; } }

.e87-read-more-button-layout {
  margin: 25px auto 0; }
  @media all and (min-width: 769px) {
    .e87-read-more-button-layout {
      margin: 40px auto 0; } }
  @media all and (max-width: 768px) {
    .e87-read-more-button-layout .e87-button {
      height: 37px;
      font-size: 1.3rem; } }

.e87-kpi-link-layout {
  margin-top: 40px;
  margin-bottom: -15px; }
  @media all and (min-width: 769px) {
    .e87-kpi-link-layout {
      margin-bottom: 0;
      margin-left: -24px; } }
  .e87-kpi-link-layout__item {
    padding-bottom: 15px; }
    @media all and (min-width: 769px) {
      .e87-kpi-link-layout__item {
        padding-bottom: 0;
        padding-left: 24px; } }
    @media all and (min-width: 769px) {
      .e87-kpi-link-layout__item:nth-of-type(1) {
        width: 65.9047%; } }
    @media all and (min-width: 769px) {
      .e87-kpi-link-layout__item:nth-of-type(2) {
        width: 34.0952%; } }

.e87-conversions {
  margin-bottom: 0; }
  @media all and (min-width: 769px) {
    .e87-conversions {
      margin-left: -24px; } }
  .e87-conversions__item {
    padding-bottom: 0; }
    @media all and (min-width: 769px) {
      .e87-conversions__item {
        width: 50%;
        padding-left: 24px; } }

.e87-conversion-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 143px;
  border: 4px solid #f2f2f2;
  transition: .25s; }
  @media all and (min-width: 769px) {
    .e87-conversion-item {
      height: 200px; } }
  .e87-conversion-item__inner {
    text-align: center; }
  .e87-conversion-item img {
    width: 30px; }
    @media all and (min-width: 769px) {
      .e87-conversion-item img {
        width: 40px; } }
  .e87-conversion-item__text {
    display: block;
    margin-top: 15px;
    font-size: 14px;
    font-weight: bold;
    color: #000; }
    @media all and (min-width: 769px) {
      .e87-conversion-item__text {
        margin-top: 20px;
        font-size: 16px; } }
  .pc .e87-conversion-item:hover {
    border-color: #000; }

.e87-text-link-conversion {
  width: 100%;
  margin-top: 10px; }
  .e87-text-link-conversion__text {
    margin-right: 10px;
    font-size: 12px;
    color: #000; }
    .pc .e87-text-link-conversion__text:hover {
      text-decoration: underline; }

.e87-guides__item:nth-of-type(n+2) {
  margin-top: 8px; }
  @media all and (min-width: 769px) {
    .e87-guides__item:nth-of-type(n+2) {
      margin-top: 13px; } }

.e87-guide-item {
  position: relative;
  display: block;
  width: 100%;
  height: 94px;
  background-color: #eaeaea;
  transition: .25s; }
  .e87-guide-item__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: inherit; }
  .e87-guide-item__text-box {
    text-align: center; }
  .e87-guide-item__title {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: bold;
    color: #000; }
  .e87-guide-item__title-image img {
    display: block;
    width: 26px;
    margin: 0 auto 12px; }
    @media all and (min-width: 769px) {
      .e87-guide-item__title-image img {
        width: 25px; } }
  .e87-guide-item__text {
    font-size: 12px;
    color: #000; }
    .e87-guide-item__text--title {
      font-size: 14px;
      font-weight: bold; }
  .e87-guide-item__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); }
  .pc .e87-guide-item:hover {
    background-color: #ccd3d6; }

@media all and (min-width: 769px) {
  .e87-style-main-layout {
    display: flex;
    margin-bottom: 24px; } }

@media all and (min-width: 769px) {
  .e87-style-main-layout__flower-item {
    width: 66.018%; } }

.e87-style-main-layout__flower-item .e87-style-item__text-box {
  bottom: 0;
  left: 0; }

.e87-style-main-layout__flower-item .e87-style-item__img {
  max-width: 100%; }

@media all and (min-width: 769px) {
  .e87-style-main-layout__category-list {
    width: 33.888%; } }

.e87-category-list {
  margin: 0;
  margin-bottom: 20px;
  border: 1px solid #eaeaea; }
  @media all and (min-width: 769px) {
    .e87-category-list {
      margin-bottom: 0; } }
  .e87-category-list__item {
    list-style: none; }
    .e87-category-list__item:nth-of-type(n+2) {
      border-top: 1px solid #eaeaea; }

.e87-category-item {
  position: relative;
  display: block;
  padding: 22px 15px;
  transition: .25s; }
  @media all and (min-width: 769px) {
    .e87-category-item {
      padding: 29px 24px; } }
  .e87-category-item__text-box {
    padding-right: 10px; }
  .e87-category-item__strong {
    margin-right: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #000; }
  .e87-category-item__text {
    font-size: 16px;
    color: #000; }
  .e87-category-item__icon {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%); }
  .pc .e87-category-item:hover {
    background-color: #f2f2f2; }
  .e87-category-item--secondary {
    padding: 12px 15px;
    background-color: #f2f2f2; }
    @media all and (min-width: 769px) {
      .e87-category-item--secondary {
        padding: 14px 24px; } }
    .e87-category-item--secondary .e87-category-item__text {
      font-size: 12px; }
    .pc .e87-category-item--secondary:hover {
      background-color: #eaeaea; }

.e87-grade-section {
  background-color: #f2f2f2; }
  .e87-grade-section__inner {
    padding: 50px 0;
    margin-top: 60px; }
    @media all and (min-width: 769px) {
      .e87-grade-section__inner {
        padding: 80px 0;
        margin-top: 80px; } }
    .e87-grade-section__inner .e87-heading-with-number {
      margin-top: 0; }
  .e87-grade-section__graph {
    margin-top: 34px; }
    @media all and (min-width: 769px) {
      .e87-grade-section__graph {
        margin-top: 64px; } }
    .e87-grade-section__graph img {
      display: block; }
    @media all and (min-width: 769px) {
      .e87-grade-section__graph--sp {
        display: none; } }
    .e87-grade-section__graph--pc {
      display: none; }
      @media all and (min-width: 769px) {
        .e87-grade-section__graph--pc {
          display: block; } }
  .e87-grade-section__buttons {
    margin-top: 30px; }
    @media all and (min-width: 769px) {
      .e87-grade-section__buttons {
        margin-top: 60px;
        margin-left: -24px; } }
  @media all and (min-width: 769px) {
    .e87-grade-section__button {
      padding-left: 24px; } }
  @media all and (min-width: 769px) {
    .e87-grade-section__button_auto {
      padding-left: 24px;
      margin: auto; } }

@media all and (min-width: 769px) {
  .e87-grade-list {
    display: flex;
    justify-content: space-between; } }

@media all and (min-width: 769px) {
  .e87-grade-list__contents {
    width: 49%; } }

.e87-grade-list__contents--double {
  display: flex;
  justify-content: space-between; }
  .e87-grade-list__contents--double .e87-grade-item {
    width: 48%; }

.e87-grade-list__contents:nth-of-type(n+2) {
  margin-top: 47px; }
  @media all and (min-width: 769px) {
    .e87-grade-list__contents:nth-of-type(n+2) {
      margin-top: 0; } }

.e87-grade-title-box {
  padding-bottom: 10px;
  margin-bottom: 20px;
  text-align: center;
  border-bottom: 2px solid #000; }
  .e87-grade-title-box__jap {
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px; }
    @media all and (min-width: 769px) {
      .e87-grade-title-box__jap {
        margin-bottom: 10px;
        font-size: 18px; } }
  .e87-grade-title-box__eng {
    font-size: 12px;
    line-height: 14px;
    color: #899398; }

.e87-grade-item__contents--double {
  display: flex;
  justify-content: space-between; }
  .e87-grade-item__contents--double .e87-grade-flower {
    width: 47%; }

.e87-grade-flower {
  text-align: center; }
  .e87-grade-flower__img {
    width: 100%; }
    @media all and (min-width: 769px) {
      .e87-grade-flower__img {
        max-width: 261px; } }
  .e87-grade-flower__text {
    margin-top: 12px;
    font-size: 12px; }
    @media all and (min-width: 769px) {
      .e87-grade-flower__text {
        margin-top: 8px;
        font-size: 14px; } }

.e87-feature-list {
  width: 100%; }
  @media all and (min-width: 769px) {
    .e87-feature-list {
      display: flex;
      justify-content: space-between;
      margin-top: 125px; } }
  @media all and (min-width: 769px) {
    .e87-feature-list .e87-feature-item {
      width: 32.333%; } }
  .e87-feature-list .e87-feature-item:nth-of-type(n+2) {
    margin-top: 5px; }
    @media all and (min-width: 769px) {
      .e87-feature-list .e87-feature-item:nth-of-type(n+2) {
        margin-top: 0; } }

.e87-feature-item {
  background-color: #f2f2f2; }
  .e87-feature-item__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; }
    @media all and (min-width: 769px) {
      .e87-feature-item__inner {
        position: relative;
        display: block;
        padding: 94px 30px 30px; } }
  .e87-feature-item__img-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
    text-align: center; }
    @media all and (min-width: 769px) {
      .e87-feature-item__img-box {
        position: absolute;
        top: -85px;
        right: 0;
        left: 0;
        width: auto;
        margin: 0 auto; } }
  .e87-feature-item__img {
    width: 140px;
    min-height: 0%;
    margin: 0 auto; }
    @media all and (min-width: 769px) {
      .e87-feature-item__img {
        max-width: 180px; } }
  .e87-feature-item h3 {
    margin: 0; }
  .e87-feature-item__name {
    margin-top: 20px;
    font-size: 14px;
    font-weight: bold; }
    @media all and (min-width: 769px) {
      .e87-feature-item__name {
        margin-top: 24px;
        font-size: 18px; } }
  .e87-feature-item__feature {
    width: 50%;
    margin-left: 20px; }
    @media all and (min-width: 769px) {
      .e87-feature-item__feature {
        width: auto;
        margin-top: 26px;
        margin-left: 0; } }

@media all and (min-width: 769px) {
  .e87-features {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: -12px;
    margin-left: -12px; } }

@media all and (min-width: 769px) {
  .e87-features__inner {
    width: 50%;
    padding-bottom: 12px;
    padding-left: 12px; } }

.e87-features__inner:nth-of-type(n+2) {
  margin-top: 10px; }
  @media all and (min-width: 769px) {
    .e87-features__inner:nth-of-type(n+2) {
      margin-top: 0; } }

.e87-features__item {
  display: block;
  width: 100%;
  max-width: 147px;
  height: 37px;
  font-size: 13px;
  line-height: 37px;
  color: #60676b;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  transition: .25s; }
  @media all and (min-width: 769px) {
    .e87-features__item {
      max-width: 100%;
      font-size: 12px; } }
  .pc .e87-features__item:hover {
    color: #fff;
    background-color: #b3c7cf; }

.e87-news-layout {
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #eaeaea; }
  @media all and (min-width: 769px) {
    .e87-news-layout {
      padding-top: 80px;
      margin-top: 80px; } }
  @media all and (min-width: 769px) {
    .e87-news-layout__inner {
      display: flex;
      justify-content: center; } }
  .e87-news-layout__heading-area {
    margin-bottom: 20px; }
    @media all and (min-width: 769px) {
      .e87-news-layout__heading-area {
        padding: 46px 73px;
        margin-right: 67px;
        margin-bottom: 0;
        border-right: 1px solid #eaeaea;
        border-left: 1px solid #eaeaea; } }
    .e87-news-layout__heading-area .e87-heading-with-english {
      text-align: left; }
      @media all and (min-width: 769px) {
        .e87-news-layout__heading-area .e87-heading-with-english {
          text-align: center; } }
      .e87-news-layout__heading-area .e87-heading-with-english__jap, .e87-news-layout__heading-area .e87-heading-with-english__eng {
        display: inline-block; }
        @media all and (min-width: 769px) {
          .e87-news-layout__heading-area .e87-heading-with-english__jap, .e87-news-layout__heading-area .e87-heading-with-english__eng {
            display: block; } }
      .e87-news-layout__heading-area .e87-heading-with-english__eng {
        margin-right: 14px; }
        @media all and (min-width: 769px) {
          .e87-news-layout__heading-area .e87-heading-with-english__eng {
            margin-right: 0; } }

.e87-news-list__item {
  list-style: none; }
  .e87-news-list__item:nth-of-type(n+2) {
    margin-top: 20px; }

.e87-news-item {
  display: flex; }
  .e87-news-item__date {
    margin-right: 34px;
    font-size: 12px;
    font-weight: bold;
    color: #899398; }
  .e87-news-item__text {
    font-size: 12px;
    line-height: 1.8;
    color: #000;
    text-decoration: underline;
    transition: .25s;
    text-decoration-color: #000; }
    .pc .e87-news-item__text:hover {
      color: #5c7fac;
      text-decoration-color: #5c7fac; }

.e87-sp-links {
  padding-top: 20px;
  margin: 60px 0;
  border-top: 1px solid #eaeaea; }
  .e87-sp-links .e87-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 37px;
    border: 0; }
    .e87-sp-links .e87-button__img {
      width: 25px; }
      .e87-sp-links .e87-button__img img {
        display: block; }
    .e87-sp-links .e87-button__text {
      margin-left: 10px;
      font-size: 1.3rem;
      font-weight: bold;
      color: #fff; }
    .e87-sp-links .e87-button:nth-of-type(n+2) {
      margin-top: 10px; }
    .e87-sp-links .e87-button:nth-of-type(1) {
      background-color: #a62e44; }
    .e87-sp-links .e87-button:nth-of-type(2) {
      background-color: #00825a; }
  @media all and (min-width: 769px) {
    .e87-sp-links {
      display: none; } }

.body-container {
  overflow: hidden; }

.e87-base-layout--carousel {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0; }
  @media all and (min-width: 769px) {
    .e87-base-layout--carousel {
      max-width: 1020px;
      padding-right: 60px;
      padding-left: 60px; } }

.glide__track {
  overflow: visible; }

.glide__slides {
  margin: 0; }

@media all and (min-width: 769px) {
  .glide__slide {
    opacity: 0.4;
    transition: opacity .5s; }
    .glide__slide--on {
      opacity: 1; }
    .glide__slide--active {
      z-index: 1; }
    .glide__slide--opacity {
      opacity: 1; }
    .glide__slide--special {
      opacity: 1; } }

.glide__slide img {
  display: block; }

.glide__arrow {
  z-index: 1;
  display: block;
  width: 20px;
  padding: 0;
  background-color: transparent;
  border-color: transparent;
  box-shadow: none; }
  @media all and (min-width: 769px) {
    .glide__arrow {
      top: 50%;
      width: auto;
      transform: translateY(-50%); } }
  .glide__arrow:hover {
    border-color: transparent; }
  .glide__arrow:first-child {
    left: 0; }
    @media all and (min-width: 769px) {
      .glide__arrow:first-child {
        left: -60px; } }
    @media (min-width: 769px) and (max-width: 1080px) {
      .glide__arrow:first-child {
        left: 0; } }
  .glide__arrow:last-child {
    right: 0; }
    @media all and (min-width: 769px) {
      .glide__arrow:last-child {
        right: -60px; } }
    @media (min-width: 769px) and (max-width: 1080px) {
      .glide__arrow:last-child {
        right: 0; } }

@media all and (min-width: 769px) {
  .glide__slide a {
    transition-duration: .25s;
    transition-property: opacity; }
    .pc .glide__slide a:hover {
      opacity: .6; } }

/*2023 new addition - ex_banner -*/
.wrap_ex_banner{
  text-align: center;
  margin-top:6%;
}

.wrap_ex_banner a{
  transition:0.25s;
}

.wrap_ex_banner a:hover{
  opacity:0.6;
}