@charset "utf-8";

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 100%;
  font-family: 'YuGothic', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', arial, helvetica, sans-serif;
  /* margin: unset; */
}

body * {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h2,
h3,
p {
  margin: unset;
}

p {
  font-size: 16px;
}

.box {
  border: 4px solid #000;
  border-radius: 20px;
  background-color: #fff;
}

.fadeItem {
  opacity: 0;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.fadeItem.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

p.c-attention01 {
  position: relative;
  padding-left: 1.8rem;
  margin: unset;
  font-size: 14px !important;
  line-height: 1.6;
  color: #212121;
}

p.c-attention01:before {
  position: absolute;
  left: 0;
  content: "※";
}

/* cont1 */
.cont1bg {
  background: #fff;
}

/* cont2 */
.cont2bg {
  background: #e1ebf8;
}

/* cont3 */
.cont3bg {
  background: #fff;
}

.stage .item01 .box-s .content ul li:first-child::before {
  background-image: url(/system/files/winner/landing/bookmark/img/img_number02.png);
}

.stage .item01 .box-s .content ul li:nth-child(2)::before {
  background-image: url(/system/files/winner/landing/bookmark/img/img_number03.png);
}

.stage .item01 .box-s .content ul li:nth-child(3)::before {
  background-image: url(/system/files/winner/landing/bookmark/img/img_number04.png);
}

.stage .item01 .box-s .content ul li:nth-child(4)::before {
  background-image: url(/system/files/winner/landing/bookmark/img/img_number05.png);
}

/* cont-btn_bg */
.cont-btn_bg {
  background: #e1ebf8;
}

@media print,
screen and (min-width:768px) {
  body {
    min-width: unset;
  }

  .sp {
    display: none !important;
  }

  .section {
    width: 1300px;
    margin: 0 auto;
  }

  .inner {
    max-width: 1104px;
    margin: 0 auto;
  }

  .wrapper {
    min-width: 1300px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .wrapper.active {
    padding-top: 79px;
  }

  ul {
    list-style: none;
  }

  .flex {
    display: flex;
  }

  /* mv */
  .mv_bg {
    background: #a9cce0;
    width: 100%;
  }

  .mv_bg .section {
    width: inherit;
  }

  .mv .inner {
    width: 1300px;
    max-width: 1300px !important;
  }

  .mv .inner img {
    width: 100%;
  }

  @keyframes size_pc {
    from {
      width: 100%;
      height: 100%;
    }

    3% {
      width: 80%;
      height: 80%;
    }

    6% {
      width: 100%;
      height: 100%;
    }

    9% {
      width: 80%;
      height: 80%;
    }

    12% {
      width: 100%;
      height: 100%;
    }

    to {
      width: 100%;
      height: 100%;
    }
  }

  @keyframes size_bg_pc {
    from {
      width: 100%;
      height: 100%;
    }

    3% {
      width: 95%;
      height: 95%;
    }

    6% {
      width: 100%;
      height: 100%;
    }

    9% {
      width: 95%;
      height: 95%;
    }

    12% {
      width: 100%;
      height: 100%;
    }

    to {
      width: 100%;
      height: 100%;
    }
  }


  .top-btn-area {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1300px;
    z-index: 5;
  }

  .top-btn {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 2;
  }

  .top-btn a {
    display: block;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
  }


  /* cont1 */
  .cont1bg {
    width: 100%;
    min-width: 1300px;
    padding: 50px 0;
  }

  .cont1 {
    position: relative;
    background-size: cover;
  }

  .cont1 h2 {
    text-align: center;
  }

  .cont1 .anchor {
    justify-content: center;
    gap: 20px;
    padding-top: 40px;
  }

  .cont1 .anchor p {
    position: relative;
  }

  .cont1 .anchor p a {
    position: relative;
    display: block;
    z-index: 2;
  }

  .cont1 .anchor p a:hover {
    transform: translate(5px, 5px);
  }

  .cont1 .anchor p a:hover span {
    transform: translate(-5px, -5px);
  }

  /* cont2 */
  .cont2bg {
    background: #e1ebf8;
    width: 100%;
    min-width: 1300px;
  }

  .cont2 {
    position: relative;
    padding: 80px 0;
    /* height: 900px; */
  }

  .cont2 h2 {
    text-align: center;
  }

  .cont2 .box {
    margin-top: 40px;
    padding: 45px 36px 50px;
  }

  .cont2 .box>p {
    margin: unset;
  }

  .cont2 .box>p:first-child {
    /* margin-bottom: 10px; */
    font-size: 16px;
  }

  .cont2 .box>p:nth-child(2) {
    margin-top: 10px;
  }

  .cont2 .box>p:nth-child(2) {
    margin-top: 10px;
  }

  .cont2 .box>p:nth-child(4) {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
  }

  .cont2 .box>p:last-child {
    width: fit-content;
    margin-top: 20px;
    margin-left: auto;
  }


  /* cont3 */
  .cont3bg {
    width: 100%;
    min-width: 1300px;
  }

  .cont3 {
    position: relative;
    padding: 80px 0;
  }

  .cont3::before {
    content: '';
    position: absolute;
    top: -140px;
    left: 50%;
    transform: translateX(-50%);
    width: 3000px;
    height: 100%;
    background: url('/system/files/winner/landing/bookmark/img/cont3_bg01_pc.png') no-repeat;
    background-size: contain;
  }

  .cont3::after {
    content: '';
    position: absolute;
    top: 158px;
    left: 50%;
    transform: translateX(-50%);
    width: 3000px;
    height: 100%;
    background: url('/system/files/winner/landing/bookmark/img/cont3_bg02_pc.png') no-repeat;
  }

  .cont3>.inner {
    position: relative;
  }

  .cont3>.inner::before {
    content: '';
    position: absolute;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width: 3000px;
    height: 100%;
    background: url('/system/files/winner/landing/bookmark/img/cont3_bg03_pc.png') no-repeat;
    background-size: contain;
  }

  .cont3 h2 {
    text-align: center;
    z-index: 1;
  }

  .cont3 .boxArea {
    display: flex;
    gap: 32px;
    position: relative;
    margin-top: 40px;
    z-index: 1;
  }

  .cont3 .box {
    width: 50%;
    padding: 40px 84px 60px;
  }

  .cont3 .box p:nth-child(2) {
    margin-top: 15px;
  }

  .cont3 .box p:last-child {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
  }

  /* cont-btn */
  .cont-btn_bg {
    background: #e1ebf8;
    width: 100%;
    min-width: 1300px;
    /* height: 450px; */
  }

  .cont-btn {
    position: relative;
    height: 309px;
    background: url('/system/files/winner/landing/bookmark/img/btn_bg01_pc.png') center no-repeat;
    /* background-size: cover; */
    /* width: 100% !important; */
  }

  .cont-btn>.inner {
    padding-top: 52px;
  }

  .cont-btn::before {
    content: '';
    position: absolute;
    top: 79px;
    right: 100%;
    min-width: 1300px;
    height: 309px;
    background: url('/system/files/winner/landing/bookmark/img/btn_bg02_pc.png') center no-repeat;
  }

  .cont-btn::after {
    content: '';
    position: absolute;
    top: -78px;
    left: 100%;
    min-width: 1300px;
    height: 309px;
    background: url('/system/files/winner/landing/bookmark/img/btn_bg03_pc.png') center no-repeat;
    transform-origin: right center;
  }

  .cont-btn .btn-title {
    text-align: center;
  }

  .cont-btn .btn-area {
    display: flex;
    gap: 90px;
    justify-content: center;
    padding: 40px 0;
    text-align: center;
  }

  .cont-btn .btn-area>div>p {
    position: relative;
    margin-bottom: 10px;
  }

  .cont-btn .btn-area>div>a {
    position: relative;
    display: block;
    width: 414px;
    margin: 0 auto;
    z-index: 2;
  }

  .cont-btn .btn-area>div>a span {
    background: url('/system/files/winner/landing/bookmark/img/btn-clubtoto02_bg_pc.png') center/cover no-repeat;
    position: absolute;
    width: 414px;
    height: 74px;
    top: 5px;
    left: 5px;
    z-index: -1;
  }

  .cont-btn .btn-area>div>a:hover {
    transform: translate(5px, 5px);
  }

  .cont-btn .btn-area>div>a:hover span {
    transform: translate(-5px, -5px);
  }


  /* cont4 */
  .cont4bg {
    background: #e1ebf8;
    min-width: 1300px;
  }

  .cont4 {
    padding: 80px 0;
  }

  .cont4 h2 {
    text-align: center;
  }

  .cont4 .inner>p {
    width: fit-content;
    margin: 0 auto;
  }

  .cont4 .inner>p:nth-of-type(1) {
    margin-top: 35px;
    text-align: center;
  }

  .cont4 .inner>p:nth-of-type(2) {
    margin-top: 15px;
  }

  .cont4 .inner>.inner {
    max-width: 900px;
  }

  .stage {
    margin-top: 30px;
  }

  .stage .item {
    padding-top: 34px;
  }

  .slick-slide {
    margin: 0 30px;
  }

  .slick-list {
    overflow: hidden;
    margin: 0 -30px;
  }

  .stage .item .box-s {
    position: relative;
    border: 4px solid #000;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: unset;
    padding: 75px 35px 50px;
  }

  .stage .item .box-s .img {
    position: absolute;
    top: -34px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }

  .stage .item01 .box-s .content p:nth-child(2) {
    margin-top: 20px;
  }

  .stage .item01 .box-s .content ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    margin: unset;
    margin-top: 22px;
    padding-left: 40px;
  }

  .stage .item01 .box-s .content ul li {
    position: relative;
  }

  .stage .item01 .box-s .content ul li::before {
    content: '';
    width: 24px;
    height: 25px;
    position: absolute;
    top: -1px;
    left: -40px;
  }

  .stage .item01 .box-s .content p.c-attention01 {
    margin-top: 15px;
    color: #e51711;
  }

  .stage .item02 .box-s .content a {
    display: block;
    position: relative;
    margin-top: 20px;
    padding-right: 17px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    text-align: right;
  }

  .stage .item02 .box-s .content a::before {
    content: '';
    width: 9px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(/system/files/winner/landing/bookmark/img/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .stage .item02 .box-s .content p:nth-child(2),
  .stage .item02 .box-s .content p:nth-child(3) {
    margin-top: 20px;
  }

  .stage .item02 .box-s .content a:hover {
    text-decoration: underline;
  }

  .stage .item03 .box-s .content p:nth-child(2) {
    margin-top: 15px;
  }

  .stage .item03 .box-s .content p:nth-child(3) {
    margin-top: 20px;
  }

  .stage .item03 .box-s .content p:nth-child(3) img {
    margin: 0 auto;
  }

  .stage .item03 .box-s .content p:nth-child(4) {
    margin-top: 20px;
  }

  .stage .item03 .box-s .content p:nth-child(5) {
    margin-top: 15px;
  }

  .slick-dots {
    bottom: unset;
    margin-top: 15px;
  }

  .slick-dots li {
    margin: 0 10px;
  }

  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 30px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: -14px;
    content: '';
    width: 20px;
    height: 20px;
    /* margin: 5px 20px; */
    border: 3px solid #000;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e4e4e4;
  }

  .slick-dots li.slick-active button:before {
    background: #000;
  }

  .slick-prev,
  .slick-next {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    border: 4px solid #000;
    background: #fff;
    box-shadow: 0px 0px 0px 5px #fff;
    z-index: 1;
  }

  .slick-prev:before,
  .slick-next:before {
    content: '';
    position: absolute;
    opacity: unset;
    font-size: unset;
  }

  .slick-prev {
    left: -20px;
  }

  .slick-next {
    right: -20px;
  }

  .slick-prev:before {
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    margin: unset;
    border-right: 15px solid #000;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }

  .slick-next:before {
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    width: 0px;
    height: 0px;
    margin: unset;
    border-left: 15px solid #000;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: #fff;
  }

  /* cont5 */
  .cont5bg {
    background: #e1ebf8;
    width: 100%;
    min-width: 1300px;
  }

  .cont5 {
    position: relative;
    padding: 80px 0;
    /* height: 900px; */
  }

  .cont5 h2 {
    text-align: center;
  }

  .cont5 .accord01 {
    margin-top: 40px;
    margin-bottom: unset;
    border: 4px solid #000;
    border-radius: 20px;
    background-color: #fff;
    overflow: hidden;
  }

  .cont5 .accord01 .accord_ttl2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(50px - 2px);
    background: #000;
    cursor: pointer;
    margin: unset;
    border: unset;
    border-top: none;
    color: #fff;
    font-size: 20px;
  }

  .cont5 .accord01 .accord_body {
    padding: 25px 36px 50px;
    background: #fff;
    border-top: 0;
  }

  .cont5 .accord01 .accord_ttl2:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 13px;
    transform: translateY(-50%);
    margin-top: unset;
    background: unset;
    width: 0px;
    height: 0px;
    border-top: 16px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  .cont5 .accord01 .accord_ttl2.open:before {
    transform: translateY(-50%) rotate(180deg);
  }

  .cont5 .item01 {
    padding-bottom: 40px;
    border-bottom: 4px solid #e1f1fa;
  }

  .cont5 .item02 {
    padding-top: 35px;
  }

  .cont5 h3 {
    text-align: left;
    font-size: 19px;
  }

  .cont5 p {
    text-align: left;
    margin-top: 15px;
    font-size: 16px;
  }
}


@media screen and (max-width:767px) {
  .pc {
    display: none !important;
  }

  ul {
    list-style: none;
  }

  .inner {
    width: 100%;
    padding: 0 5.333333vw;
  }

  .mv .inner {
    padding: 0;
  }

  .mv .inner img {
    width: 100%;
  }

  .flex {
    display: flex;
    flex-wrap: wrap;
  }

  p.c-attention01 {
    font-size: 12px !important;
  }

  .box {
    border-width: 0.8vw;
    border-radius: 2.66667vw;
  }

  @keyframes size_sp {
    from {
      width: 20vw;
    }

    3% {
      width: 16vw;
    }

    6% {
      width: 20vw;
    }

    9% {
      width: 16vw;
    }

    12% {
      width: 20vw;
    }

    to {
      width: 20vw;
    }
  }

  .top-btn {
    position: fixed;
    bottom: 2.5vw;
    right: 2.5vw;
    z-index: 5;
  }

  .top-btn a {
    display: block;
    width: 10vw;
    opacity: 0;
    transition: 0.2s;
    pointer-events: none;
  }

  /* cont1 */
  .cont1 {
    padding: 6.66667vw 0;
  }

  .cont1 h2 {
    width: 15.2vw;
    margin: 0 auto;
  }

  .cont1 .anchor {
    gap: 2.66667vw;
    width: 65.33333vw;
    padding-top: 4vw;
    margin: 0 auto;
  }

  .cont1 .anchor p a {
    position: relative;
  }

  /* cont2 */
  .cont2 {
    position: relative;
    padding: 9.33333vw 0;
  }

  .cont2 .inner {
    padding: 0 5.33333vw;
  }

  .cont2 h2 {
    width: 63.2vw;
    margin: 0 auto;
  }

  .cont2 .box {
    padding: 6vw 4vw;
    margin-top: 6.66667vw;
  }

  .cont2 .box>p:nth-child(4) {
    width: 43.46667vw;
    margin: 0 auto;
    margin-top: 6vw;
  }

  .cont2 .box>p:nth-child(5) {
    margin-top: 4vw;
  }

  .cont2 .box>p:nth-child(6).c-attention01 {
    width: fit-content;
    margin-top: 2vw;
    margin-left: auto;
  }

  /* cont3 */
  .cont3 {
    position: relative;
    background: url('/system/files/winner/landing/bookmark/img/cont3_bg01_sp.png') no-repeat;
    background-size: 100%;
    padding: 9.33333vw 0;
  }

  .cont3 h2 {
    width: 60.66667vw;
    margin: 0 auto;
  }

  .cont3 .boxArea {
    padding-top: 6.66667vw;
  }

  .cont3 .box {
    padding: 8vw 4vw 6.66667vw;
  }

  .cont3 .box:nth-child(2) {
    margin-top: 5.33333vw;
  }

  .cont3 .box>p:nth-child(1) {
    width: 69.06667vw;
    margin: 0 auto;
  }

  .cont3 .box>p:nth-child(2) {
    margin-top: 4vw;
  }

  .cont3 .box>p:nth-child(2) img {
    width: 100%;
  }

  .cont3 .box>p:last-child {
    margin-top: 2.66667vw;
    text-align: center;
  }

  /* cont-btn */
  .cont-btn_bg02 {
    padding-bottom: 4.66667vw;
  }

  .cont-btn {
    background: url('/system/files/winner/landing/bookmark/img/btn_bg01_sp.png') no-repeat center;
    background-size: 100%;
    height: 79.2vw;
  }

  .cont-btn .inner {
    padding-top: 12vw;
  }

  .cont-btn02 .inner {
    padding-top: 12vw;
  }

  .cont-btn .btn-area {
    padding: 3.33333vw 0;
    text-align: center;
  }

  .cont-btn .btn-area>div:first-child>p {
    width: 25.73333vw;
    margin: 0 auto;
  }

  .cont-btn .btn-area>div:last-child>p {
    width: 59.73333vw;
    margin: 0 auto;
    margin-top: 5.33333vw;
  }

  .cont-btn .btn-area>div>a {
    position: relative;
    display: block;
    margin: 2.66667vw auto 0;
    width: 76.4vw;
    z-index: 2;
  }

  .cont-btn .btn-area>div>a:hover {
    transform: translate(0.75vw, 0.75vw);
  }

  .cont-btn .btn-area>div>a:hover span {
    transform: translate(-0.75vw, -0.75vw);
  }

  .cont-btn .btn-title {
    width: 60.8vw;
    text-align: center;
    margin: 0 auto;
  }

  /* cont4 */
  .cont4 {
    background: #e1ebf8;
    padding: 9.33333vw 0;
  }

  .cont4 .inner>p:nth-of-type(1) {
    margin-top: 5.33333vw;
    text-align: center;
  }

  .cont4 .inner>p.c-attention01 {
    margin-top: 2vw;
  }

  .cont4 .inner>.inner {
    width: unset;
    padding: unset;
  }

  .stage {
    padding-top: 4.66667vw;
  }

  .stage .item {
    padding-top: 7vw;
  }

  .stage .item .box-s {
    position: relative;
    border: 0.8vw solid #000;
    border-radius: 2.66667vw;
    background-color: #fff;
    box-shadow: unset;
    padding: 12vw 4vw 6vw;
  }

  .stage .item01 .box-s .content p.c-attention01 {
    margin-top: 2.66667vw;
    color: #e51711;
  }

  .stage .item01 .box-s .content>p:nth-child(2) {
    margin-top: 4vw;
  }

  .stage .item02 .box-s .content>p:nth-child(3) {
    margin-top: 4vw;
  }

  .stage .item03 .box-s .content>p:nth-child(2) {
    margin-top: 4vw;
  }

  .stage .item03 .box-s .content>p:nth-child(4) {
    margin-top: 4vw;
  }

  .stage .item02 .box-s .content a {
    display: block;
    position: relative;
    margin-top: 2vw;
    padding-right: 3.33333vw;
    font-size: 12px !important;
    color: #000;
    text-decoration: none;
    text-align: right;
  }

  .stage .item02 .box-s .content a::before {
    content: '';
    width: 2.26667vw;
    height: 1.46667vw;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(/system/files/winner/landing/bookmark/img/icon_arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .stage .item01 .box-s .content ul {
    padding-left: 8.66667vw;
    margin-top: 4vw;
  }

  .stage .item01 .box-s .content ul li {
    position: relative;
    font-size: 16px !important;
  }

  .stage .item01 .box-s .content ul li:not(:first-child) {
    margin-top: 2vw;
  }

  .stage .item01 .box-s .content ul li::before {
    content: '';
    width: 6.66667vw;
    height: 6.66667vw;
    position: absolute;
    top: 0;
    left: -9vw;
    background-size: cover;
  }

  .slick-slide {
    margin: 0 4vw;
  }

  .slick-list {
    overflow: hidden;
    margin: 0 -4vw;
  }

  .slick-dots {
    bottom: unset;
    margin-top: 4vw;
  }

  .slick-dots li {
    margin: 0 3.33333vw;
  }

  .slick-dots li button:before {
    position: absolute;
    top: 0;
    content: '';
    width: 4.4vw !important;
    height: 4.4vw;
    border: 0.53333vw solid #000;
    background: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #e4e4e4;
  }

  .slick-dots li.slick-active button:before {
    background: #000;
  }

  .slick-prev,
  .slick-next {
    top: calc(50% + 4.66667vw);
    width: 8.8vw;
    height: 8.8vw;
    border-radius: 50%;
    border: 0.8vw solid #000;
    background: #fff;
    box-shadow: 0 0 0 0.8vw #fff;
    z-index: 1;
  }

  .slick-prev:before,
  .slick-next:before {
    content: '';
    position: absolute;
    opacity: unset;
    font-size: unset;
  }

  .slick-prev {
    left: -4vw;
  }

  .slick-next {
    right: -4vw;
  }

  .slick-prev:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    margin: unset;
    border-right: 11px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .slick-next:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0px;
    height: 0px;
    margin: unset;
    border-left: 11px solid #000;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
  }

  .slick-prev:hover,
  .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    background: #fff;
  }

  .stage .item .box-s .img {
    position: absolute;
    top: -7.6vw;
    left: 50%;
    transform: translateX(-50%);
    width: 67.2vw;
    z-index: 1;
  }

  .stage .item .box-s .img img {
    margin: 0 auto;
  }

  /* cont5 */
  .cont5bg {
    background: #e1ebf8;
    width: 100%;
  }

  .cont5 {
    position: relative;
    padding: 9.33333vw 0;
  }

  .cont5 .inner>h2 {
    width: 63.6vw;
    margin: 0 auto;
  }

  .cont5 .accord01 {
    margin-top: 6.66667vw;
    margin-bottom: unset;
    border: 0.8vw solid #000;
    border-radius: 2.26667vw;
    background-color: #fff;
    overflow: unset;
  }

  .cont5 .accord01 .accord_ttl2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10.66667vw;
    background: #000;
    cursor: pointer;
    margin: unset;
    border: unset;
    border-top: none;
    color: #fff;
    font-size: 14px !important;
  }

  .cont5 .accord01 .accord_body {
    padding: 5.33333vw 4vw 6.66667vw;
    background: #fff;
    border-top: 0;
    border-radius: 0 0 2.26667vw 2.26667vw;
  }

  .cont5 .accord01 .accord_ttl2:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3vw;
    transform: translateY(-50%);
    margin-top: unset;
    background: unset;
    width: 0px;
    height: 0px;
    border-top: 8px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
  }

  .cont5 .accord01 .accord_ttl2.open:before {
    transform: translateY(-50%) rotate(180deg);
  }

  .cont5 .item01 {
    padding-bottom: 5.33333vw;
    border-bottom: 0.8vw solid #e1f1fa;
  }

  .cont5 .item02 .c-attention01 {
    font-size: 12px !important;
  }

  .cont5 .item02 {
    padding-top: 4.66667vw;
  }

  .cont5 h3 {
    text-align: left;
    font-size: 14px !important;
  }

  .cont5 p {
    text-align: left;
    margin-top: 2.93333vw;
    font-size: 16px !important;
  }
}

/* footer
--------------------------------*/
.footer {
  width: 100%;
  min-width: 1300px;
  border-top: 1px solid #656363;
  background-color: #fff;
}

.footer-inner {
  margin: 0 auto;
}

.footer-list {
  font-size: 0;
}

.footer-list>li {
  display: inline-block;
}

.footer-about {
  border-top: 1px solid #e6e6e6;
  text-align: center;
}

.footer-about>dl {
  font-size: 1.4rem;
}

.footer-about>dl>dt {
  color: #c00;
  font-weight: 700;
}

.footer>p.coptyright {
  padding: 15px 0;
  font-size: 1.3rem;
  color: #fff;
  background-color: #000;
  text-align: center;
}

@media screen and (min-width: 768px) {

  /* footer */
  .footer-inner {
    max-width: 1104px;
    width: 92%;
  }

  .footer-list {
    margin: 32px 0;
    padding: 0 5.88235%;
  }

  .footer-list>li {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }

  .footer-list>li:first-child {
    padding-right: 2.1%;
    width: 48.3%;
  }

  .footer-list>li:nth-child(2) {
    padding-left: 2%;
    padding-right: 3%;
    width: 19.5%;
    border-left: 1px solid #ccc;
  }

  .footer-list>li:nth-child(3) {
    padding-left: 2.4%;
    width: 22.3%;
    border-left: 1px solid #ccc;
  }

  .footer-about>dl {
    margin: 0 auto;
    padding: 20px 0 24px;
    width: 100%;
    line-height: 1.8;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {

  /* footer */
  .footer {
    min-width: 0;
  }

  .footer-inner {
    width: 90%;
  }

  .footer-list {
    margin: 4.09165% 0;
    display: flex;
    flex-wrap: wrap-reverse;
  }

  .footer-list>li:first-child {
    width: 100%;
    margin-top: 2.666667vw;
  }

  .footer-list>li:nth-child(2) {
    width: 50%;
  }

  .footer-list>li:nth-child(3) {
    width: 50%;
  }

  .footer-about>dl {
    font-size: 3.2vw;
    padding: 2.66667% 0 3.2%;
    line-height: 1.6;
  }

  .footer-about>dl>dd {
    margin-top: 8px;
    font-weight: 700;
  }

  .footer-about>dl>dd span {
    text-decoration: underline;
  }

  .footer>p.coptyright {
    font-size: 2.666667vw;
  }
}