
#pageTop {
  position: fixed;
  bottom: 96px;
  right: 0;
  z-index: 1000;
  width: 60px;
  height: 60px;
}

#pageTop a img {
  width: 100%;
  margin: 0;
  display: block;
}

@media (max-width: 768px) {
  #pageTop {
    bottom: 16px;
    width: 45px;
    height: 45px;
  }
}

.top-container {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
}

@media (max-width: 768px) {
  .top-container {
    padding: 0 15px;
  }
}

.top-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top-container a img:hover {
  opacity: 1;
}

.top-nav {
  padding: 21px 0 20px;
  border-top: 1px solid #e9e9e9;
}

@media (max-width: 768px) {
  .top-nav {
    margin: 0 -15px;
    padding: 13px 0 11px;
    border-bottom: 1px solid #e9e9e9;
  }
}

.top-nav__list {
  width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .top-nav__list {
    width: auto;
  }
}

.top-nav__list > li {
  position: relative;
}

.top-nav__list > li + li {
  margin-left: 1px;
}

.top-nav__list > li + li:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-nav__list > li + li:before {
    background-image: url("../image/border-011.png");
    background-size: 100% auto;
  }
}

.top-nav__list > li:first-child {
  margin-left: 1px;
}

.top-nav__list > li:first-child:after {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-nav__list > li:first-child:after {
    content: none;
    display: none;
  }
}

.top-nav__list > li:last-child {
  margin-right: 1px;
}

.top-nav__list > li:last-child:after {
  content: "";
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  width: 1px;
  background-image: url("../image/border-01.png");
  background-repeat: repeat-y;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-nav__list > li:last-child:after {
    content: none;
    display: none;
  }
}

.top-nav__list > li > a {
  display: block;
}

.top-nav__list > li > a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .top-nav__list > li.top-nav__list-item--sp-hidden {
    display: none;
  }
}

.top-hero {
  width: 1000px;
  margin: 0 auto 40px;
  overflow: hidden;
}

@media (max-width: 768px) {
  .top-hero {
    width: auto;
    margin: 0 -15px 20px;
  }
}

.top-hero__item a {
  display: block;
}

.top-hero__item img {
  display: block;
}

.top-hero.slick-slider {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.top-hero.slick-slider .slick-arrow {
  position: absolute;
  width: 50px;
  height: 50px;
  padding: 0;
  display: block;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 768px) {
  .top-hero.slick-slider .slick-arrow {
    width: 25px;
    height: 25px;
  }
}

.top-hero.slick-slider .slick-prev {
  top: 50%;
  left: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("../image/arrow-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-hero.slick-slider .slick-prev {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url("../image/arrow-011.png");
  }
}

.top-hero.slick-slider .slick-next {
  top: 50%;
  right: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("../image/arrow-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-hero.slick-slider .slick-next {
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background-image: url("../image/arrow-021.png");
  }
}

.top-hero.slick-slider .slick-list {
  position: relative;
}

.top-hero.slick-slider .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-hero.slick-slider .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .top-hero.slick-slider .slick-dots {
    bottom: 10px;
    left: auto;
    right: 20px;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

.top-hero.slick-slider .slick-dots > li:not(:last-child) {
  margin-right: 10px;
}

@media (max-width: 768px) {
  .top-hero.slick-slider .slick-dots > li:not(:last-child) {
    margin-right: 6px;
  }
}

.top-hero.slick-slider .slick-dots > li button {
  width: 12px;
  height: 12px;
  display: block;
  padding: 0;
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  color: transparent;
}

@media (max-width: 768px) {
  .top-hero.slick-slider .slick-dots > li button {
    width: 8px;
    height: 8px;
  }
}

.top-hero.slick-slider .slick-dots > li button:before {
  content: "";
  width: 12px;
  height: 12px;
  display: block;
  background-color: #fff;
  border: 1px solid #e60568;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 768px) {
  .top-hero.slick-slider .slick-dots > li button:before {
    width: 8px;
    height: 8px;
  }
}

.top-hero.slick-slider .slick-dots > li.slick-active button:before {
  background-color: #e60568;
}

.top-choose {
  width: 890px;
  margin: 0 auto 50px;
}

@media (max-width: 768px) {
  .top-choose {
    width: 100%;
    margin: 0 0 20px;
  }
}

.top-choose__link {
  margin: 0 -15px;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 768px) {
  .top-choose__link {
    display: block;
  }
}

.top-choose__link > li {
  width: 50%;
  padding: 0 15px;
}

@media (max-width: 768px) {
  .top-choose__link > li {
    width: 250px;
    margin: 0 auto 14px;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .top-choose__link > li:last-child {
    margin-bottom: 0;
  }
}

.top-choose__link > li a {
  display: block;
}

.top-choose__link > li a:hover {
  opacity: 0.7;
}

.top-info {
  width: 800px;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .top-info {
    width: auto;
    margin: 0 0 30px;
  }
}

.top-info__inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}

@media (max-width: 768px) {
  .top-info__inner {
    padding: 20px 10px;
    display: block;
  }
}

.top-info__head {
  width: 180px;
  padding: 26px 36px 0 32px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (max-width: 768px) {
  .top-info__head {
    width: auto;
    margin-bottom: 16px;
    padding: 0;
    text-align: center;
  }
}

.top-info__heading {
  margin-bottom: 13px;
}

@media (max-width: 768px) {
  .top-info__heading {
    width: 111px;
    margin: 0 auto 12px;
  }
}

.top-info__heading img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.top-info__link {
  position: relative;
  padding-left: 22px;
  font-size: 12px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .top-info__link {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
  }
}

.top-info__link:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 12px;
  height: 12px;
  background-color: #e92b7f;
  border-radius: 50%;
}

.top-info__link:after {
  content: "";
  position: absolute;
  top: 7px;
  left: 9px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.top-info__link a {
  color: #666;
}

.top-info__link a:hover {
  text-decoration: underline;
}

.top-info__list {
  width: 100%;
  max-height: 109px;
  overflow-y: scroll;
}

@media (max-width: 768px) {
  .top-info__list {
    max-height: 155px;
  }
}

.top-info__list > li {
  position: relative;
  padding: 13px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 2;
  color: #666;
}

@media (max-width: 768px) {
  .top-info__list > li {
    display: block;
    padding: 6px 30px 6px 0;
    line-height: 1.5;
  }
}

.top-info__list > li + li {
  margin-top: 1px;
}

.top-info__list > li + li:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  height: 1px;
  background-image: url("../image/border-02.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-info__list > li + li:before {
    background-image: url("../image/border-021.png");
    background-size: auto 100%;
  }
}

@media (max-width: 768px) {
  .top-info__list > li:first-child {
    margin-top: 1px;
  }
  .top-info__list > li:first-child:before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-image: url("../image/border-021.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
  }
}

@media (max-width: 768px) {
  .top-info__list > li:last-child {
    margin-bottom: 1px;
  }
  .top-info__list > li:last-child:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-image: url("../image/border-021.png");
    background-repeat: repeat-x;
    background-size: auto 100%;
    background-position: 0 0;
  }
}

.top-info__list > li a {
  color: #666;
}

.top-info__list > li a:hover {
  text-decoration: underline;
}

.top-info__date {
  width: 100px;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #666;
}

@media (max-width: 768px) {
  .top-info__date {
    margin-bottom: 4px;
    display: block;
    font-size: 12px;
  }
}

.top-product {
  width: 1000px;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .top-product {
    width: auto;
    margin: 0 0 30px;
  }
}

.top-product__item {
  text-align: center;
}

@media (max-width: 768px) {
  .top-product__item {
    text-align: left;
  }
}

.top-product__head {
  margin-bottom: 32px;
  display: inline-block;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .top-product__head {
    width: 143px;
    display: block;
    margin: 0 auto 34px;
  }
}

.top-product__head img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.top-product__desc {
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 2;
  color: #666;
}

@media (max-width: 768px) {
  .top-product__desc {
    margin-bottom: 16px;
    line-height: 1.5;
  }
}

.top-product__list {
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .top-product__list {
    margin: -15px 0 0;
  }
}

.top-product__list > li {
  width: 22.75%;
  margin-top: 30px;
}

@media (max-width: 768px) {
  .top-product__list > li {
    width: 47.413793103%;
    margin-top: 15px;
  }
}

.top-product__list > li:nth-child(4n+2):last-child {
  margin-right: calc(22.75% * 2 + 30px * 2);
}

@media (max-width: 768px) {
  .top-product__list > li:nth-child(4n+2):last-child {
    margin-right: 0;
  }
}

.top-product__list > li:nth-child(4n+3):last-child {
  margin-right: calc(22.75% + 30px);
}

@media (max-width: 768px) {
  .top-product__list > li:nth-child(4n+3):last-child {
    margin-right: 0;
  }
}

.top-product__list > li a {
  position: relative;
  padding: 176px 0 17px;
  display: block;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  border: 1px solid;
  border-radius: 7px;
}

.top-product__list > li a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .top-product__list > li a {
    padding: 105px 0 12px;
    font-size: 14px;
    line-height: 1.5;
  }
}

.top-product__list > li.top-product__list-item--1 a {
  color: #c3c63d;
  border-color: #f1f56c;
  background-color: #feffdb;
}

.top-product__list > li.top-product__list-item--1 a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 46px;
  width: 140px;
  height: 140px;
  background-image: url("../image/product-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--1 a:before {
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 76px;
    height: 79px;
    background-image: url("../image/product-011.png");
  }
}

.top-product__list > li.top-product__list-item--2 a {
  color: #e68d81;
  border-color: #f0d2ce;
  background-color: #fff3f1;
}

.top-product__list > li.top-product__list-item--2 a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 43px;
  width: 140px;
  height: 140px;
  background-image: url("../image/product-02.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--2 a:before {
    top: 16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 80px;
    height: 81px;
    background-image: url("../image/product-021.png");
  }
}

.top-product__list > li.top-product__list-item--3 a {
  color: #94be6f;
  border-color: #d1e6bd;
  background-color: #f2ffe6;
}

.top-product__list > li.top-product__list-item--3 a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 59px;
  width: 105px;
  height: 140px;
  background-image: url("../image/product-03.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--3 a:before {
    top: 16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 58px;
    height: 79px;
    background-image: url("../image/product-031.png");
  }
}

.top-product__list > li.top-product__list-item--4 a {
  color: #e7ae65;
  border-color: #f1d7b6;
  background-color: #fff4e7;
}

.top-product__list > li.top-product__list-item--4 a:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 54px;
  width: 114px;
  height: 137px;
  background-image: url("../image/product-04.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--4 a:before {
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 63px;
    height: 79px;
    background-image: url("../image/product-041.png");
  }
}

.top-product__list > li.top-product__list-item--5 a {
  color: #5ec2c7;
  border-color: #c6e6e9;
  background-color: #e6f5f6;
}

.top-product__list > li.top-product__list-item--5 a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 61px;
  width: 108px;
  height: 140px;
  background-image: url("../image/product-05.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--5 a:before {
    top: 16px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 59px;
    height: 79px;
    background-image: url("../image/product-051.png");
  }
}

.top-product__list > li.top-product__list-item--6 a {
  color: #a18cc7;
  border-color: #ded5f2;
  background-color: #f6f1ff;
}

.top-product__list > li.top-product__list-item--6 a:before {
  content: "";
  position: absolute;
  top: 25px;
  left: 52px;
  width: 125px;
  height: 141px;
  background-image: url("../image/product-06.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--6 a:before {
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 68px;
    height: 80px;
    background-image: url("../image/product-061.png");
  }
}

.top-product__list > li.top-product__list-item--7 a {
  color: #caac37;
  border-color: #ecda93;
  background-color: #fffae5;
}

.top-product__list > li.top-product__list-item--7 a:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 32px;
  width: 153px;
  height: 147px;
  background-image: url("../image/product-07.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--7 a:before {
    top: 15px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 88px;
    height: 71px;
    background-image: url("../image/product-071.png");
  }
}

.top-product__list > li.top-product__list-item--8 a {
  color: #d2bdac;
  border-color: #d2bdac;
  background-color: #fff;
}

.top-product__list > li.top-product__list-item--8 a:before {
  content: "";
  position: absolute;
  top: 39px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100px;
  height: 100px;
  background-image: url("../image/product-08.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (max-width: 768px) {
  .top-product__list > li.top-product__list-item--8 a:before {
    top: 15px;
    width: 80px;
    height: 80px;
    background-image: url("../image/product-081.png");
  }
}

.top-link-1 {
  background-color: #f9f4ec;
}

@media (max-width: 768px) {
  .top-link-1 {
    margin: 0 -15px;
    padding: 0 15px;
  }
}

.top-link-1__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 60px 0;
}

@media (max-width: 768px) {
  .top-link-1__inner {
    width: auto;
    padding: 30px 0;
  }
}

.top-link-1__list {
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .top-link-1__list {
    margin: -15px 0 0;
  }
}

.top-link-1__list > li {
  position: relative;
  margin-top: 30px;
  width: 31.3%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  border-radius: 9px;
}

@media (max-width: 768px) {
  .top-link-1__list > li {
    margin-top: 15px;
    width: 47.413793103%;
  }
}

.top-link-1__list > li:nth-child(3n+2):last-child {
  margin-right: calc(31.3% + 30px);
}

@media (max-width: 768px) {
  .top-link-1__list > li:nth-child(3n+2):last-child {
    margin-right: 0;
  }
}

.top-link-1__list > li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 90px;
  height: 90px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

@media (max-width: 768px) {
  .top-link-1__list > li:before {
    top: 12px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 80px;
    height: 80px;
  }
}

.top-link-1__list > li:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border-top: 3px solid #999;
  border-right: 3px solid #999;
}

@media (max-width: 768px) {
  .top-link-1__list > li:after {
    content: none;
    display: none;
  }
}

.top-link-1__list > li a {
  width: 100%;
  height: 120px;
  padding: 0 30px 0 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.5;
  color: #666;
}

.top-link-1__list > li a:hover {
  opacity: 0.7;
}

@media (max-width: 768px) {
  .top-link-1__list > li a {
    height: auto;
    padding: 98px 0 8px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 12px;
    line-height: 1.3333333333;
    text-align: center;
  }
}

.top-link-1__list > li.top-link-1__list-item--1:before {
  background-image: url("../image/link-01.png");
}

.top-link-1__list > li.top-link-1__list-item--7:before {
  background-image: url("../image/link-07.png");
}

.top-link-1__list > li.top-link-1__list-item--8:before {
  background-image: url("../image/link-08.png");
}

.top-link-1__list > li.top-link-1__list-item--9:before {
  background-image: url("../image/link-09.png");
}

@media (max-width: 768px) {
  .top-link-1__list > li.top-link-1__list-item--1:before {
    background-image: url("../image/link-011.png");
  }
}

.top-link-1__list > li.top-link-1__list-item--2:before {
  background-image: url("../image/link-02.png");
}

.top-link-1__list > li.top-link-1__list-item--3:before {
  background-image: url("../image/link-03.png");
}

.top-link-1__list > li.top-link-1__list-item--4:before {
  background-image: url("../image/link-04.png");
}

.top-link-1__list > li.top-link-1__list-item--5:before {
  background-image: url("../image/link-05.png");
}

.top-link-1__list > li.top-link-1__list-item--6:before {
  background-image: url("../image/link-06.png");
}

.top-link-1__list > li.top-link-1__list-item--7:before {
  background-image: url("../image/link-071.png");
}

.top-link-1__list > li.top-link-1__list-item--8:before {
  background-image: url("../image/link-081.png");
}

.top-link-1__list > li.top-link-1__list-item--9:before {
  background-image: url("../image/link-091.png");
}

.top-link-1__list > li.top-link-1__list-item--blank a {
  position: relative;
}

.top-link-1__list > li.top-link-1__list-item--blank a:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 15px;
  height: 15px;
  background-image: url("../image/blank-01.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 0;
}

.top-link-1__list-small {
  display: block;
  font-size: 12px;
}

@media (max-width: 768px) {
  .top-link-1__list-small {
    display: none;
  }
}

.top-link-2__inner {
  width: 1000px;
  margin: 0 auto;
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .top-link-2__inner {
    width: auto;
    padding: 16px 0 20px;
    display: block;
  }
}

.top-link-2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .top-link-2__list {
    margin-bottom: 16px;
    display: block;
  }
}

.top-link-2__list > li {
  position: relative;
  padding-left: 24px;
  font-size: 16px;
  line-height: 1.5;
}

@media (max-width: 768px) {
  .top-link-2__list > li {
    margin-bottom: 10px;
    padding-left: 18px;
    font-size: 14px;
  }
}

.top-link-2__list > li:last-child {
  margin-bottom: 0;
}

.top-link-2__list > li:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-color: #e60568;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .top-link-2__list > li:before {
    top: 4px;
    width: 12px;
    height: 12px;
  }
}

.top-link-2__list > li:after {
  content: "";
  position: absolute;
  top: 8px;
  left: 4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

@media (max-width: 768px) {
  .top-link-2__list > li:after {
    left: 3px;
    width: 3px;
    height: 3px;
  }
}

.top-link-2__list > li + li {
  margin-left: 30px;
}

@media (max-width: 768px) {
  .top-link-2__list > li + li {
    margin-left: 0;
  }
}

.top-link-2__list > li a {
  color: #666;
}

.top-link-2__list > li a:hover {
  text-decoration: underline;
}

.top-link-2__sns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 50px;
}

@media (max-width: 768px) {
  .top-link-2__sns {
    margin-left: 0;
    padding-top: 20px;
    border-top: 1px solid #e1e1e1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.top-link-2__sns:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -26px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 1px;
  height: 15px;
  background-color: #e1e1e1;
}

@media (max-width: 768px) {
  .top-link-2__sns:before {
    content: none;
    display: none;
  }
}

@media (max-width: 768px) {
  .top-link-2__sns > li {
    position: relative;
    width: 42px;
  }
}

.top-link-2__sns > li + li {
  margin-left: 10px;
}

@media (max-width: 768px) {
  .top-link-2__sns > li + li {
    margin-left: 40px;
  }
  .top-link-2__sns > li + li:before {
    content: "";
    position: absolute;
    top: 0;
    left: -21px;
    bottom: 0;
    width: 1px;
    background-image: url("../image/border-011.png");
    background-repeat: repeat-y;
    background-size: 100% auto;
    background-position: 0 0;
  }
}

.top-link-2__sns > li a {
  display: block;
}

.top-link-2__sns > li a:hover {
  opacity: 0.7;
}

.top-link-2__sns > li img {
  max-width: 100%;
  margin: 0;
  display: block;
}

.top-banner {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .top-banner {
    margin-bottom: 25px;
  }
}

.top-banner__item {
  text-align: center;
}

.top-banner__item + .top-banner__item {
  margin-top: 20px;
}



.top-notice {
  margin: 0 0 40px;
  text-align: center;
}

@media (max-width: 768px) {
  .top-notice {
    margin: 0 0 20px;
  }
}

.top-notice__inner {
  width: 1000px;
  margin: 0 auto;
  font-size: 16px;
}

@media (max-width: 768px) {
  .top-notice__inner {
    width: auto;
    font-size: 14px;
  }
}

.top-notice__inner a {
  color: #CC0000;
  font-weight: bold;
  text-decoration: underline;
}

/*　　.top-notice__inner a:hover {
  text-decoration: underline;
}*/

.top-notice__inner > *:last-child {
  margin-bottom: 0;
}



.top-notice__inner_box {
  width: 1000px;
  margin: 0 auto 40px !important;
  border: 1px solid #FF0000;
  background-color: #FFFFFF;
  padding: 16px 60px;
  text-align: left;
}

@media (max-width: 768px) {
  .top-notice__inner_box {
  padding: 16px 20px;
    width: auto;
  }
}




.btn-line {
  margin: 0 0 40px;
  text-align: center;
}

.btn-line a {
  display: inline-block;
  vertical-align: top;
}

.btn-line a:hover {
  opacity: 0.7;
}

.btn-line img {
  max-width: 100%;
  margin: 0;
  display: block;
}

@media (max-width: 767px) {
  .btn-line {
    width: 240px;
    margin: 0 auto 20px;
  }
}

/* 20211020追加 TOP動画部分 */
.top-movie {
	text-align: center;
	margin: 0 0 50px;
}
.top-movie__inner {
	max-width: 1000px;
	background: #f9f4ec;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0 50px;
}
.top-movie__desc {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.top-movie .movie-content {
	position: relative;
	width: 100%;
	max-width: 765px;
	margin: 0 auto;
}
.iframe_wrap {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 56.25%;
}
.iframe_wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-content .movie-thumb {
	width: 100%;
	max-width: 765px;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}
.movie-content .movie-thumb img {
	width: 100%;
}
.movie-content .movie-thumb::after {
	content: "";
	background: url("/index/images/movie_play_btn.png") no-repeat 0 0;
	background-size: contain;
	width: 70px;
	height: 70px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	pointer-events: none;
}
@media (max-width: 768px) {
	.top-movie {
		margin: 0 -15px 25px;
	}
	.top-movie__inner {
		padding: 15px 15px 25px;
	}
	.movie-content .movie-thumb::after {
		width: 40px;
		height: 40px;
	}
}
@media (max-width: 479px) {
	.top-movie__desc {
		margin-bottom: 15px;
		font-size: 3.5vw;
		line-height: 1.5;
	}
}
/* 20211020追加 動画部分 ここまで */




.pc-only {
  display: block !important;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}