.cf:after {
  content: "";
  display: block;
  clear: both;
}

#mainvisual {
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  #mainvisual {
    width: 100%;
    height: auto;
  }
}
#mainvisual ul {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
#mainvisual ul li img {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  #mainvisual ul li img {
    width: 100% !important;
  }
}
#mainvisual:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  z-index: 1;
  width: 100%;
  height: 15px;
  background: url(../img/common/wave_top.png) repeat-x left top;
}
@media screen and (max-width: 768px) {
  #mainvisual:after {
    content: none;
  }
}
#mainvisual .slick-slider .slick-slide a {
  display: block;
}
#mainvisual .slick-slider .slick-arrow {
  display: block;
  z-index: 100;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin: 0;
  padding: 0;
  width: 45px;
  height: 45px;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #0d90ec;
  color: #fff;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
@media screen and (max-width: 768px) {
  #mainvisual .slick-slider .slick-arrow {
    width: 22px;
    height: 22px;
  }
}
#mainvisual .slick-slider .slick-arrow:hover {
  background-color: #00a8ff;
}
#mainvisual .slick-slider .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0;
  border: 5px solid transparent;
  color: #fff;
  line-height: 1;
  text-align: center;
}
#mainvisual .slick-slider .slick-arrow.slick-prev {
  left: 50px;
}
#mainvisual .slick-slider .slick-arrow.slick-prev:before {
  margin-left: -6px;
  border-left-width: 0;
  border-right: 8px solid #fff;
}
@media screen and (max-width: 768px) {
  #mainvisual .slick-slider .slick-arrow.slick-prev {
    left: 10px;
  }
  #mainvisual .slick-slider .slick-arrow.slick-prev:before {
    margin-left: -4px;
    border-right-width: 6px;
  }
}
#mainvisual .slick-slider .slick-arrow.slick-next {
  right: 50px;
}
#mainvisual .slick-slider .slick-arrow.slick-next:before {
  margin-left: -3px;
  border-left: 8px solid #fff;
  border-right-width: 0;
}
@media screen and (max-width: 768px) {
  #mainvisual .slick-slider .slick-arrow.slick-next {
    right: 10px;
  }
  #mainvisual .slick-slider .slick-arrow.slick-next:before {
    margin-left: -2px;
    border-left-width: 6px;
  }
}
#mainvisual .slick-slider .slick-dots {
  z-index: 100;
  position: absolute;
  bottom: 28px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainvisual .slick-slider .slick-dots {
    bottom: 7px;
  }
}
#mainvisual .slick-slider .slick-dots > li {
  display: inline-block;
}
#mainvisual .slick-slider .slick-dots > li > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: none;
  background-color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #mainvisual .slick-slider .slick-dots > li > * {
    width: 10px;
    height: 10px;
    margin: 0 10px;
  }
}
#mainvisual .slick-slider .slick-dots > li.slick-active > *, #mainvisual .slick-slider .slick-dots > li:hover > * {
  opacity: 1;
  background-color: #0d90ec;
}
#mainvisual .maincatch {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-51.5%, -57.8%);
          transform: translate(-51.5%, -57.8%);
  text-align: center;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch {
    -webkit-transform: translate(-50.1%, -57.8%);
            transform: translate(-50.1%, -57.8%);
  }
}
#mainvisual .maincatch .catch {
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #mainvisual .maincatch .catch img {
    width: 276.5px;
  }
}

@media screen and (max-width: 768px) {
  #contents {
    padding-bottom: 30px;
  }
}
.bg0 {
  background: #fff;
}

.bg1 {
  background: #f9f7f3;
}

.bg2 {
  background: #d1f1ff;
}

.bg3 {
  background: #fcfcfc;
}

section {
  padding: 70px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  section {
    padding: 35px 0;
  }
}

@media screen and (max-width: 768px) {
  section#pickup {
    padding: 20px 0;
  }
}
section#pickup .news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  section#pickup .news {
    display: block;
    height: auto;
  }
}
section#pickup .news h2 {
  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;
  margin: 0;
  padding: 0;
  width: 140px;
  background: #0d90ec;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.2;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
}
section#pickup .news h2:after {
  content: none !important;
}
@media screen and (max-width: 768px) {
  section#pickup .news h2 {
    display: block;
    padding: 10px 0;
    width: auto;
    font-size: 1.3rem;
  }
  section#pickup .news h2 br {
    display: none;
  }
}
section#pickup .news > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding: 0 25px;
  background: #fff;
  line-height: 0;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  section#pickup .news > div {
    display: block;
    padding: 10px;
  }
}
section#pickup .news dl {
  display: table;
  width: 100%;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  section#pickup .news dl {
    display: block;
  }
}
section#pickup .news dt {
  display: table-cell;
  padding-right: 25px;
  width: 7em;
  color: #0d90ec;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  section#pickup .news dt {
    display: block;
    margin-bottom: 5px;
    padding-right: 0;
  }
}
section#pickup .news dd {
  display: table-cell;
  overflow: hidden;
  padding-right: 20px;
  max-width: 800px;
  line-height: 1.2;
  white-space: nowrap;
  text-overflow: ellipsis;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  section#pickup .news dd {
    display: block;
    overflow: visible;
    padding-right: 0;
    max-width: none;
    line-height: 1.5;
    white-space: normal;
  }
}
section#pickup .news a {
  display: block;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  section#pickup .news a {
    width: auto;
    padding-right: 20px;
  }
}
section#pickup .news a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  z-index: 1;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  background: url(../img/common/arrow_round.png) no-repeat center center;
  background-size: contain;
  -webkit-transition: background 0.3s linear;
  transition: background 0.3s linear;
}
@media screen and (max-width: 768px) {
  section#pickup .news a:after {
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
}

section#news {
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  section#news {
    padding-bottom: 20px;
  }
}
section#news h2 {
  margin-bottom: 5px;
}
section#news .btn {
  margin-right: 0;
  padding: 10px 30px 10px 10px;
  max-width: 170px;
  font-size: 1.3rem;
}
section#news .btn:after {
  margin-top: -8px;
  right: 15px;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 768px) {
  section#news .btn {
    display: table;
    width: auto;
    margin: 15px auto 0;
    padding-left: 15px;
    font-size: 1.1rem;
  }
  section#news .btn:after {
    right: 8px;
    margin-top: -6px;
    width: 12px;
    height: 12px;
  }
}
section#news .news_list {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  section#news .news_list {
    margin-top: 15px;
  }
}

@media screen and (min-width: 769px) {
  section#category li {
    margin-top: 0;
    height: auto;
  }
  section#category li img {
    position: static;
    max-width: 100%;
    min-height: 0;
  }
  section#category li a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section#category li span {
    padding: 20px 45px 20px 20px;
    font-size: 1.8rem;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
  }
  section#category li span:after {
    margin-top: -12px;
    width: 24.02px;
    height: 24.02px;
  }
}
@media screen and (max-width: 768px) {
  section#category li {
    margin-top: 10px;
    width: 100%;
    height: 100px;
  }
  section#category li:first-child {
    margin-top: 0;
  }
  section#category li span {
    font-size: 1.5rem;
  }
}

section#pb {
  position: relative;
  padding-bottom: 90px;
  min-height: 430px;
  text-align: center;
}
section#pb:before, section#pb:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
section#pb:before {
  background-image: url(../img/top/pb_img_l.png);
  background-position: left bottom;
  left: -110px;
  bottom: -50px;
  width: 395px;
  height: 348px;
}
section#pb:after {
  background-image: url(../img/top/pb_img_r.png);
  background-position: right top;
  right: 10px;
  top: -35px;
  width: 388px;
  height: 294px;
}
section#pb h2,
section#pb p,
section#pb a {
  position: relative;
  z-index: 2;
}
section#pb p {
  line-height: 2;
}
section#pb .btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto 0;
  max-width: 816px;
}
@media screen and (max-width: 1400px) {
  section#pb:before {
    width: 28%;
    height: 24vw;
    min-width: 285px;
    max-width: 395px;
    min-height: 290px;
    max-height: 348px;
  }
  section#pb:after {
    width: 28%;
    height: 21vw;
    min-width: 320px;
    min-height: 243px;
    max-width: 388px;
    max-height: 294px;
  }
}
@media screen and (max-width: 768px) {
  section#pb {
    padding-bottom: 50px;
    min-height: 0;
  }
  section#pb:before {
    left: -10%;
    bottom: -4%;
    width: 40%;
    height: 33vw;
    min-width: 0;
    min-height: 0;
    max-width: 193px;
    max-height: 253px;
  }
}
@media screen and (max-width: 768px) and (max-width: 430px) {
  section#pb:before {
    bottom: -5%;
  }
}
@media screen and (max-width: 768px) {
  section#pb:after {
    right: -15%;
    top: -8%;
    width: 40%;
    height: 33vw;
    min-width: 0;
    min-height: 0;
    max-width: 193px;
    max-height: 253px;
  }
  section#pb .btn-wrapper {
    display: block;
    margin: 20px auto 0;
    max-width: none;
  }
  section#pb .btn-wrapper .btn {
    margin-top: 10px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  section#pb .btn-wrapper .btn {
    max-width: 250px;
  }
}

@media screen and (max-width: 768px) {
  #lineup .lineup-slide {
    padding-bottom: 60px;
  }
}
#lineup .slick-slide {
  padding: 0 10px;
}
#lineup .slick-dots {
  z-index: 100;
  position: absolute;
  bottom: -40px;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #lineup .slick-dots {
    bottom: 7px;
  }
}
#lineup .slick-dots > li {
  display: inline-block;
}
#lineup .slick-dots > li > * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 12px;
  height: 12px;
  padding: 0;
  margin: 0 5px;
  border: 0;
  border-radius: 50%;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  background: none;
  background-color: #ccc;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #lineup .slick-dots > li > * {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
#lineup .slick-dots > li.slick-active > *, #lineup .slick-dots > li:hover > * {
  opacity: 1;
  background-color: #0d90ec;
}
#category .category_list {
  gap: 25px;
}

#gallery .more .btn {
  padding: 0 10px 0 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;
  max-width: 170px;
  font-size: 1.3rem;
  height: 40px;
}
#gallery .more .btn:after {
  right: 15px;
  top: 15px;
  width: 15px;
  height: 15px;
  top: 24px;
}