@charset "utf-8";

/*
  File Name   : top.css
  Description : コンテンツエリア関係 他
*/

/* hover scale
============================================================ */
.section-top-kv img,
.top-section-wrap img {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-top-kv a:hover .img-block img,
.top-section-wrap a:hover .img-block img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  opacity: .65;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-top-kv img,
  .top-section-wrap img {
    -webkit-transition: none;
    transition: none;
  }
  .section-top-kv a:hover .img-block img,
  .top-section-wrap a:hover .img-block img {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
  }
}

/* top-section-wrap
============================================================ */
.top-section-wrap {
  position: relative;
}

/* section-top-kv
============================================================ */
.section-top-kv {
  position: relative;
  padding: 0 0 65px;
  margin: 0 0 80px;
}
.section-top-kv:before {
  content: "";
  width: 1920px;
  height: 480px;
  background-color: #02cade;
  position: absolute;
  top: 100px;
  z-index: -1;
}
.section-top-kv-inner {
  opacity: 0;
  position: relative;
}
.section-top-kv-inner .title-img {
  position: absolute;
  bottom: -54px;
  left: calc(50% - 646px);
}
.section-top-kv-inner .title-img img {
  width: 322px;
  height: auto;
}
.kv-slide-wrap {
  width: 1700px;
  position: relative;
  left: calc(50% - 550px);
}
.section-top-kv .slick-list {
  background-color: #fff;
}
.section-top-kv .kv-slide-wrap .kv-slide-item {
  width: 340px;
  box-sizing: border-box;
  background-color: #fff;
  border-right: solid 1px #e6e6e6;
}
.section-top-kv .kv-slide-wrap .kv-slide-item a {
  display: block;
}
.section-top-kv .kv-slide-item a:hover {
  text-decoration: none;
  box-shadow: 0 2px 2px 0 rgba(0,0,0,.1), 0 2px 6px 0 rgba(0,0,0,.11);
}
.section-top-kv .kv-slide-wrap .img-block {
  overflow: hidden;
  background-color: #333;
}
.section-top-kv .kv-slide-wrap .img-block img {
  width: 100%;
  height: auto;
}
.section-top-kv .kv-slide-wrap .disc-block {
  height: 210px;
  padding: 30px 30px 30px;
  box-sizing: border-box;
  background-color: #fdfdfd;
}
.section-top-kv .kv-slide-wrap .kv-slide-item:first-child .disc-block {
  height: 212px;
}
.section-top-kv .kv-slide-wrap a:hover .disc-block {
  background-color: #fff;
}
.section-top-kv .kv-slide-wrap .disc-block .day {
  margin: 0 0 8px;
}
.section-top-kv .kv-slide-wrap .disc-block .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

/* slick custam */
.section-top-kv .slick-counter {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 40px;
  left: calc(50% + 446px);
}
.section-top-kv .slick-prev,
.section-top-kv .slick-next {
  top: auto;
  bottom: -100px;
  width: 44px;
  height: 44px;
  z-index: 2;
}
.section-top-kv .slick-prev {
  left: 926px;
}
.section-top-kv .slick-next {
  right: auto;
  left: 1058px;
}
.section-top-kv .slick-prev:before,
.section-top-kv .slick-next:before {
  content: "";
  position: absolute;
  bottom: 18px;
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-top-kv .slick-prev:before {
  border-top: none;
  border-right: none;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.section-top-kv .slick-prev:hover:before,
.section-top-kv .slick-next:hover:before {
  border-color: #00b8cd;
}
.section-top-kv .slick-prev:after,
.section-top-kv .slick-next:after {
  content: "";
  width: 42px;
  height: 42px;
  border: solid 1px #fff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-top-kv .slick-prev:hover:after,
.section-top-kv .slick-next:hover:after {
  background: #fff;
}
.section-top-kv button:hover {
  opacity: 1;
}
.section-top-kv .slick-current a .img-block img {
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
  opacity: .65;
}
.section-top-kv .slick-current a .disc-block {
  height: 211px;
  border-bottom: none;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-top-kv {
    position: relative;
    padding: 0 0 16.575vw 0;
    margin: 0 0 0;
    background-color: #00b8cd;
  }
  .section-top-kv:before {
    content: "";
    width: 100%;
    height: 17.956vw;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 0;
  }
  .section-top-kv-inner .title-img {
    position: absolute;
    bottom: -14.298vw;
    left: -5px;
  }
  .section-top-kv-inner .title-img img {
    width: 49.6vw;
    height: auto;
  }
  .kv-slide-wrap {
    width: calc(100% - 16vw);
    position: relative;
    left: auto;
    float: right;
    background-color: #fdfdfd;
  }
  .section-top-kv .kv-slide-wrap .kv-slide-item {
    width: calc(100% - 16vw);
    border-right: none;
    background-color: #fdfdfd;
  }
  .section-top-kv .kv-slide-wrap .kv-slide-item a {
    display: block;
  }
  .section-top-kv .kv-slide-item a:hover {
    box-shadow: none;
  }
  .section-top-kv .kv-slide-wrap .img-block {
    background: none;
  }
  .section-top-kv .kv-slide-wrap .disc-block {
    height: auto;
    padding: 5.333vw 5.333vw 5.333vw 5.333vw;
  }
  .section-top-kv .kv-slide-wrap .kv-slide-item:first-child .disc-block {
    height: auto;
  }
  .section-top-kv .kv-slide-wrap a:hover .disc-block {
    background-color: #fdfdfd;
  }
  .section-top-kv .kv-slide-wrap .disc-block .day {
    font-size: 1.667vw;
    margin: 0 0 8px;
  }
  .section-top-kv .kv-slide-wrap .disc-block .title {
    font-size: 2vw;
    margin: 0 0 10px;
  }

  /* slick custam */
  .section-top-kv .slick-counter {
    font-size: 2.933vw;
    text-align: center;
    width: 60px;
    position: absolute;
    top: auto;
    bottom: -10.718vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
  }
  .section-top-kv .slick-prev,
  .section-top-kv .slick-next {
    top: auto;
    bottom: -15.333vw;
    width: 6.933vw;
    height: 6.933vw;
    z-index: 2;
    margin-left: calc(-8vw - 2.933vw);
  }
  .section-top-kv .slick-prev {
    left: calc(50% - 9.067vw);
  }
  .section-top-kv .slick-next {
    right: auto;
    left: calc(50% + 9.067vw);
  }
  .section-top-kv .slick-prev:before,
  .section-top-kv .slick-next:before {
    content: "";
    position: absolute;
    bottom: 3.2vw;
    right: 3.2vw;
    width: 1.067vw;
    height: 1.067vw;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: none;
    transition: none;
  }
  .section-top-kv .slick-prev:before {
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .section-top-kv .slick-prev:hover:before,
  .section-top-kv .slick-next:hover:before {
    border-color: #fff;
  }
  .section-top-kv .slick-prev:after,
  .section-top-kv .slick-next:after {
    content: "";
    width: 5.867vw;
    height: 5.867vw;
    border: solid 1px #fff;
    background: #00b8cd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: none;
    transition: none;
  }
  .section-top-kv .slick-prev:hover:after,
  .section-top-kv .slick-next:hover:after {
    background: #00b8cd;
  }
  .section-top-kv button:hover {
    opacity: 1;
  }
  .section-top-kv .slick-current a .img-block img {
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    opacity: 1;
  }
  .section-top-kv .slick-current a .disc-block {
    height: auto;
  }
  .section-top-kv .slick-slide {
    margin: 0 0;
  }
}

@media screen and (max-width: 896px) {
  .section-top-kv .kv-slide-wrap .disc-block .day {
    font-size: 2.667vw;
  }
  .section-top-kv .kv-slide-wrap .disc-block .title {
    font-size: 3.733vw;
  }
}

/* section-news_info
============================================================ */
.section-news_info {
  width: 1100px;
  margin: 0 auto 0;
  position: relative;
}
.section-news_info:after {
  content: "";
  position: absolute;
  top: 0;
  left: 770px;
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
}
.section-news_info > * {
  width: 720px !important;
  margin: 0 0 0 !important;
}
.section-news_info .title-wrap .title {
  margin: 0 0 32px;
}
.section-news_info .title-wrap .lang-en {
  font-size: 30px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  margin-right: 12px;
}
.section-news_info .title-wrap .lang-jp {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
}
.section-news_info .news-wrap {
  margin: 0 0 76px;
}
.section-news_info .news-wrap li {
  width: 340px;
  margin: 0 40px 40px 0;
}
.section-news_info .news-wrap li:nth-child(2n) {
  margin-right: 0;
}
.section-news_info .news-wrap li a {
  display: block;
}
.section-news_info li a:hover {
  text-decoration: none;
}
.section-news_info .news-wrap .img-block {
  overflow: hidden;
  background-color: #333;
}
.section-news_info .news-wrap .img-block img {
  width: 100%;
  height: auto;
}
.section-news_info .news-wrap .disc-block {
  margin: 22px 0 0;
}
.section-news_info .news-wrap .disc-block .day {
  margin: 0 0 8px;
}
.section-news_info .news-wrap .disc-block .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}
.section-news_info .com-fullwrap-btn {
  margin: 20px 0 0;
}

/* info */
.section-news_info .info-wrap {
  margin: 0 0 80px;
}
.section-news_info .info-wrap li {
  display: block;
  width: 720px;
  margin: 0 0 0;
  border-top: solid 1px #e6e6e6;
}
.section-news_info .info-wrap li:last-child {
  margin-bottom: 0;
}
.section-news_info .info-wrap li a {
  display: flex;
  width: 100%;
  padding: 40px 0 40px;
}
.section-news_info .info-wrap li .img-block {
  width: 220px;
  margin-right: 30px;
  overflow: hidden;
  background-color: #333;
}
.section-news_info .info-wrap li img {
  width: 220px;
  height: auto;
}
.section-news_info .info-wrap .disc-block {
  width: 475px;
}
.section-news_info .info-wrap .disc-block .day {
  font-weight: normal;
  margin: -4px 0 6px;
}
.section-news_info .info-wrap .disc-block .title {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-news_info {
    width: 100%;
    padding: 30px 15px 0;
    box-sizing: border-box;
  }
  .section-news_info:after {
    display: none;
  }
  .section-news_info > * {
    width: 100% !important;
  }
  .section-news_info .title-wrap .title {
    margin: 0 0 32px;
  }
  .section-news_info .title-wrap .lang-en,
  .section-news_info .title-wrap .lang-jp {
    display: block;
    text-align: center;
  }
  .section-news_info .title-wrap .lang-en {
    font-size: 15px;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .section-news_info .title-wrap .lang-jp {
    font-size: 10px;
  }
  .section-news_info .news-wrap {
    margin: 0 0 28px;
  }
  .section-news_info .news-wrap li {
    width: calc(50% - 6px);
    margin: 0 0 20px 0;
  }
  .section-news_info .news-wrap li:nth-child(1n) {
    margin-right: 6px;
  }
  .section-news_info .news-wrap li:nth-child(2n) {
    margin-right: 0;
    margin-left: 6px;
  }
  .section-news_info .news-wrap li:nth-child(n + 3) {
    display: none;
  }
  .section-news_info .news-wrap .img-block {
    overflow: hidden;
    background-color: #333;
  }
  .section-news_info .news-wrap .img-block img {
    width: 100%;
    height: auto;
  }
  .section-news_info .news-wrap .disc-block {
    margin: 15px 0 0;
  }
  .section-news_info .news-wrap .disc-block .day {
    font-size: 10px;
    margin: 0 0 5px;
  }
  .section-news_info .news-wrap .disc-block .title {
    font-size: 14px;
    margin: 0 0 4px;
  }
  .section-news_info .com-fullwrap-btn {
    margin: 0 0 0;
  }

  /* info */
  .section-news_info .info-wrap {
    margin: 0 0 80px;
  }
  .section-news_info .info-wrap ul {
    padding-bottom: 5px;
  }
  .section-news_info .info-wrap li {
    display: inline-block;
    width: calc(50% - 6px);
    margin: 0 0 20px 0;
    border-top: none;
  }
  .section-news_info .info-wrap li:nth-child(1n) {
    margin-right: 6px;
  }
  .section-news_info .info-wrap li:nth-child(2n) {
    margin-right: 0;
    margin-left: 6px;
  }
  .section-news_info .info-wrap li:last-child {
    margin-bottom: 0;
  }
  .section-news_info .info-wrap li:nth-child(n + 5) {
    display: none;
  }
  .section-news_info .info-wrap li a {
    display: block;
    width: 100%;
    padding: 0 0 0;
  }
  .section-news_info .info-wrap li .img-block {
    width: 100%;
    margin-right: 0;
    margin: 0 0 10px;
  }
  .section-news_info .info-wrap li img {
    width: 100%;
  }
  .section-news_info .info-wrap .disc-block {
    width: 100%;
  }
  .section-news_info .info-wrap .disc-block .day {
    font-size: 10px;
    margin: 0 0 5px;
  }
  .section-news_info .info-wrap .disc-block .title {
    font-size: 14px;
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 896px) {
  .section-news_info .news-wrap li {
    width: 100%;
    margin: 0 0 27px 0;
  }
  .section-news_info .news-wrap li:nth-child(1n) {
    margin-right: 0;
  }
  .section-news_info .news-wrap li:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
  }
}

/* section-advantage
============================================================ */
.section-advantage {
  padding: 0 0 75px;
  background-color: #f1f4f9;
}
.section-advantage > * {
  position: relative;
}
.section-advantage .title-wrap {
  position: absolute;
  top: 130px;
  left: 0;
  z-index: 2;
}
.section-advantage .title-wrap img {
  width: 435px;
  height: auto;
}
.section-advantage .title-wrap .title {
  position: relative;
  margin: 0 0 32px;
}
.section-advantage .title-wrap .text {
  font-size: 22px;
  font-weight: bold;
  color: #00b8cd;
  line-height: 1.8;
  padding-top: 18px;
  position: relative;
}
.section-advantage .title-wrap .text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 1px;
  background-color: #00b8cd;
}
.section-advantage .img-block {
  position: relative;
  top: 0;
  left: calc(50% - 265px);
  z-index: 1;
}
.section-advantage .img-block:before {
  content: "";
  width: 980px;
  height: 200px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: -1;
}
.section-advantage .img-block img {
  width: calc(50% + 265px);
  height: auto;
}
.section-advantage .disc-wrap {
  padding-left: 282px;
  box-sizing: border-box;
}
.section-advantage .disc-block {
  margin: 30px 0 0;
}
.section-advantage .disc-wrap .title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 13px;
}
.section-advantage .disc-wrap .com-text-link-btn {
  margin: 16px 0 0;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-advantage {
    padding: 0 0 43px;
  }
  .section-advantage .title-wrap {
    position: static;
    text-align: center;
  }
  .section-advantage .title-wrap img {
    width: 233px;
    position: relative;
    top: -35px;
  }
  .section-advantage .title-wrap .title {
    position: relative;
    margin: 0 0 -20px;
  }
  .section-advantage .title-wrap .text {
    font-size: 11px;
    padding-top: 9px;
    position: relative;
    margin: 0 0 20px;
  }
  .section-advantage .title-wrap .text:before {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 15px;
  }
  .section-advantage .img-block {
    left: 0;
  }
  .section-advantage .img-block:before {
    display: none;
  }
  .section-advantage .img-block img {
    width: calc(100% - 15px);
    position: relative;
    left: 15px;
  }
  .section-advantage .disc-wrap {
    padding-left: 0;
    box-sizing: border-box;
  }
  .section-advantage .disc-block {
    margin: 18px 0 0;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .section-advantage .disc-wrap .title {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin: 0 0 5px;
  }
  .section-advantage .disc-wrap .title br {
    display: none;
  }
  .section-advantage .disc-wrap .com-text-link-btn {
    margin: 16px 0 0;
    text-align: center;
  }
}

/* section-other
============================================================ */
.section-other li {
  width: calc(100% / 3);
  position: relative;
  color: #fff;
  text-align: center;
}
.section-other li img {
  width: 100%;
  height: auto;
}
.section-other .disc-wrap {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section-other .img-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .4);
}
.section-other .title > * {
  display: block;
}
.section-other .title .lang-en {
  font-size: 30px;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 2px;
  margin: 0 0 14px;
}
.section-other .title .lang-jp {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
.section-other .text {
  font-size: 1em;
}
.section-other .btn-block {
  margin: 26px 0 0;
}
.section-other .btn-block a {
  display: block;
  width: 220px;
  margin: 0 auto;
  border: solid 1px #fff;
  border-radius: 50px;
  padding: 10px 15px;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.section-other .btn-block a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.section-other .btn-block a:hover {
  background-color: #fff;
  color: #00b8cd;
  text-decoration: none;
}
.section-other .btn-block a:hover:after {
  border-color: #00b8cd;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-other li {
    width: 100%;
  }
  .section-other .title > * {
    display: block;
  }
  .section-other .title .lang-en {
    font-size: 18px;
    margin: 0 0 10px;
  }
  .section-other .title .lang-jp {
    font-size: 12px;
    margin: 0 0 12px;
  }
  .section-other .text {
    font-size: 11px;
  }
  .section-other .btn-block {
    margin: 16px 0 0;
  }
  .section-other .btn-block a {
    width: 185px;
    padding: 12px 15px;
    font-size: 12px;
    -webkit-transition: none;
    transition: none;
    background: rgba(0, 0, 0, .4);
  }
  .section-other .btn-block a:after {
    right: 10px;
    margin-top: 0;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transition: none;
    transition: none;
  }
  .section-other .btn-block a:hover {
    background: rgba(0, 0, 0, .4);
    color: #fff;
    text-decoration: none;
  }
  .section-other .btn-block a:hover:after {
    border-color: #fff;
  }
}

/* section-links
============================================================ */
.section-links {
  position: absolute;
  top: 0;
  left: calc(50% + 270px);
  width: 280px;
}
.section-links .item-wrap {
  width: 280px;
  position: relative;
  margin: 0 0 20px;
}
.section-links .item-wrap:last-child {
  margin: 0 0 0;
}
.section-links .item-wrap a:hover {
  text-decoration: none;
}
.section-links .item-wrap img {
  width: 100%;
  height: auto;
}
.section-links .img-block {
  position: relative;
  overflow: hidden;
  background-color: #333;
}
.section-links .links-list-wrap .img-block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,eeeeee+70,000000+100&0+0,0.73+100 */
  background: -moz-linear-gradient(top,  rgba(238,238,238,0) 0%, rgba(238,238,238,0.51) 70%, rgba(0,0,0,0.73) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.51) 70%,rgba(0,0,0,0.73) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(238,238,238,0) 0%,rgba(238,238,238,0.51) 70%,rgba(0,0,0,0.73) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeeeee', endColorstr='#ba000000',GradientType=0 ); /* IE6-9 */
}
.section-links .links-list-wrap .img-block:before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  margin-top: 0;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  -webkit-transition: none;
  transition: none;
}
.section-links .links-list-wrap .item-wrap .disc-block {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.section-links .links-list-wrap .item-wrap .disc-block .text {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}
.section-links .shop-list-wrap-title {
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 18px 20px;
  box-sizing: border-box;
  width: 280px;
  background-color: #00b8cd;
  margin: 30px 0 20px;
}
.section-links .shop-list-wrap .disc-block {
  margin: 8px 0 0;
}
.section-links .shop-list-wrap .disc-block .text {
  font-size: 14px;
  color: #00b8cd;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-links {
    position: static;
    width: 600px;
    margin: 0 auto;
    padding: 49px 15px 20px;
    box-sizing: border-box;
  }
  .section-links .links-list-wrap,
  .section-links .shop-list-wrap {
    padding: 0 20px 0;
    box-sizing: border-box;
  }
  .section-links .item-wrap {
    width: 100%;
    margin: 0 0 20px;
  }
  .section-links .item-wrap:last-child {
    margin: 0 0 0;
  }
  .section-links .item-wrap a:hover {
    text-decoration: none;
  }
  .section-links .links-list-wrap .item-wrap .disc-block {
    bottom: 20px;
    left: 20px;
  }
  .section-links .links-list-wrap .item-wrap .disc-block .text {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
  }
  .section-links .shop-list-wrap-title {
    font-size: 14px;
    text-align: center;
    padding: 13px 20px;
    width: 100%;
    margin: 44px 0 16px;
  }
  .section-links .shop-list-wrap .disc-block {
    margin: 8px 0 0;
  }
  .section-links .shop-list-wrap .disc-block .text {
    font-size: 12px;
    text-align: center;
  }

  .section-links .links-list-wrap .slick-prev:before,
  .section-links .links-list-wrap .slick-next:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -1px;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 5;
    -webkit-transition: none;
    transition: none;
  }
  .section-links .links-list-wrap .slick-prev:before {
    left: 8px;
    right: auto;
    border-top: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }
  .section-links .links-list-wrap .slick-prev:after,
  .section-links .links-list-wrap .slick-next:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 22px;
    height: 22px;
    background: #00b8cd;
    border-radius: 50px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 4;
    -webkit-transition: none;
    transition: none;
  }
  .section-links .links-list-wrap .slick-prev,
  .section-links .links-list-wrap .slick-next {
    width: 23px;
    height: 24px;
  }
  .section-links .links-list-wrap .slick-prev {
    right: -12px;
    left: -5px;
  }
  .section-links .links-list-wrap .slick-next {
    right: -5px;
  }

  .section-links .shop-list-wrap .slick-prev:before,
  .section-links .shop-list-wrap .slick-next:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -1px;
    width: 6px;
    height: 6px;
    border-top: 2px solid #00b8cd;
    border-right: 2px solid #00b8cd;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    z-index: 5;
    -webkit-transition: none;
    transition: none;
  }
  .section-links .shop-list-wrap .slick-prev:before {
    left: 10px;
    right: auto;
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #00b8cd;
    border-left: 2px solid #00b8cd;
  }
  .section-links .shop-list-wrap .slick-prev,
  .section-links .shop-list-wrap .slick-next {
    margin-top: -13px;
  }
  .section-links .shop-list-wrap .slick-prev {
    right: auto;
    left: -10px;
  }
  .section-links .shop-list-wrap .slick-next {
    right: -10px;
  }
}
@media screen and (max-width: 896px) {
  .section-links {
    width: 100%;
    margin: auto;
  }
}

/* section-bottom
============================================================ */
.section-bottom {
  padding: 80px 0 0;
}
.section-bottom li {
  width: 530px;
  margin: 0 40px 0 0;
}
.section-bottom li:last-child {
  margin: 0 0 0 0;
}
.section-bottom .img-wrap img {
  width: 100%;
  height: auto;
}
.section-bottom .disc-wrap {
  margin: 20px 0 0;
}
.section-bottom .disc-wrap .title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  margin: 0 0 15px;
}
.section-bottom .disc-wrap .text {
  margin: 0 0 15px;
}

/* sp
------------------------------------------------------------ */
@media screen and (max-width: 1101px) {
  .section-bottom {
    padding: 23px 15px 0;
  }
  .section-bottom li {
    width: 100%;
    margin: 0 40px 30px 0;
  }
  .section-bottom li:last-child {
    margin: 0 0 0 0;
  }
  .section-bottom .img-wrap {
    text-align: center;
  }
  .section-bottom .img-wrap img {
    max-width: 600px;
  }
  .section-bottom .disc-wrap {
    margin: 16px 0 0;
  }
  .section-bottom .disc-wrap .title {
    font-size: 14px;
    margin: 0 0 4px;
    text-align: center;
  }
  .section-bottom .disc-wrap .text {
    text-align: center;
    margin: 0 0 7px;
  }
  .section-bottom .disc-wrap .com-text-link-btn {
    text-align: center;
  }
}

@media screen and (max-width: 896px) {
  .section-bottom .disc-wrap .text {
    text-align: left;
  }
}