@charset "UTF-8";
.only_pc {
  display: inline-block;
}

.only_sp {
  display: none;
}

.media_pc {
  display: inline-block;
}

.media_sp {
  display: none;
}

/*スマホ*/
@media screen and (max-width: 896px) {
  .only_pc {
    display: none;
  }

  .only_sp {
    display: inline-block;
  }

  .media_pc {
    display: none;
  }

  .media_sp {
    display: inline-block;
  }
}
body {
  width: 100%;
}

.wrapper {
  background: #fff;
}

.area-container {
  background: #fff;
}

/*
    .area-wrapper
=========================================*/
.area-wrapper {
  line-height: 1.8;
  text-align: center;
  color: #000;
  background: #fff;
  font-size: 14px;
  font-family: "Inter", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "メイリオ", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}
.area-wrapper a {
  color: #000;
  text-decoration: none;
}
.area-wrapper a:hover {
  opacity: 0.7 !important;
  transition: all 0.6s ease;
}
.area-wrapper .bodyWrap {
  position: relative;
  z-index: 1;
  padding: 0;
}

a:focus,
*:focus {
  outline: none;
}

/*
    area-header
=========================================*/
.area-header {
  padding: 0;
  background: #fff;
}
.area-header .mainvisual img {
  width: 100%;
}
.area-header .header-text {
  font-size: 20px;
  font-weight: 600;
}
.area-header p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 896px) {
  .area-header {
    width: auto;
  }
  .area-header .mainvisual {
    width: auto;
  }
  .area-header .header-text {
    padding: 30px 35px;
    text-align: left;
    font-size: 16px;
    font-weight: 500;
  }
  .area-header p {
    padding: 0px 35px;
    text-align: left;
    font-size: 13px;
    line-height: 2;
  }
  .area-header p br {
    display: none;
  }
}

/*
    area-body
=========================================*/
.area-body {
  margin: 0 auto;
  padding: 80px 0 0;
  font-weight: normal;
  background: #fff;
  overflow: hidden;
}
.area-body section {
  padding: 0 0 150px;
}
.area-body section .wrap {
  width: 1120px;
  margin: 0 auto;
  border-top: 1px solid #ccc;
}
.area-body section .sec-title {
  margin: 60px 0 0;
  color: #333333;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
}
.area-body section .sec-title .no {
  font-weight: 400;
  font-size: 70px;
  color: #cc0000;
}
.area-body section .sec-title .no span {
  font-size: 50px;
  position: relative;
  top: -0.8rem;
}
.area-body section .sec-info {
  color: #333333;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 50px;
}
.area-body section .sec-text {
  width: 720px;
  margin: 0 auto 80px;
  padding: 35px;
  background: #f6f6f6;
  font-size: 15px;
  text-align: left;
  box-sizing: border-box;
}
.area-body section .sec-text p {
  margin-bottom: 1rem;
}
.area-body section .sec-text p:last-child {
  margin-bottom: 0;
}
.area-body section .sec-slider li {
  margin: 0 5px;
}
.area-body section .two-slider {
  margin: 0 -5px;
}
.area-body section .two-slider li {
  margin: 0 5px;
}
.area-body section .elem-btn a {
  width: 350px;
  margin: 80px auto 0;
  padding: 20px 0;
  background: #cc0000;
  color: #fff;
  display: block;
  position: relative;
}
.area-body section .elem-btn a .dli-chevron-right {
  position: absolute;
  top: 44%;
  right: 20px;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 0.8em;
  height: 0.8em;
  border: 0.2em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
}

.sec-img {
  max-width: 60%;
  vertical-align: bottom;
  margin: 20px auto;
}


@media screen and (max-width: 896px) {
  .area-body {
    min-width: auto;
    padding: 60px 0 0;
  }
  .area-body section {
    padding: 0 0 80px;
  }
  .area-body section .wrap {
    width: auto;
  }
  .area-body section .sec-title {
    text-align: left;
    margin: 30px 35px 0;
    font-size: 25px;
  }
  .area-body section .sec-title .no {
    font-weight: 400;
    font-size: 38px;
  }
  .area-body section .sec-title .no span {
    font-size: 30px;
    position: relative;
    top: -0.3rem;
  }
  .area-body section .sec-img {
    margin: 20px;
    max-width: 100%;
  }
  .area-body section .sec-info {
    text-align: left;
    font-size: 17px;
    margin: 0 35px 25px;
  }
  .area-body section .sec-text {
    width: auto;
    margin: 0 35px 40px;
    padding: 25px;
    font-size: 12px;
  }
  .area-body section .sec-text p br {
    display: none;
  }
  .area-body section .sec-slider li {
    margin: 0 2.5px;
  }
  .area-body section .two-slider {
    margin: 0 -2.5px;
  }
  .area-body section .two-slider li {
    margin: 0 2.5px;
  }
  .area-body section .elem-btn a {
    font-size: 13px;
    width: auto;
    margin: 40px 35px 0;
    padding: 12px 0;
    display: block;
    position: relative;
  }
  .area-body section .elem-btn a .dli-chevron-right {
    position: absolute;
    top: 42%;
    right: 15px;
    width: 0.6em;
    height: 0.6em;
    border: 0.2em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
  }
}

section.img-info {
  width: 800px;
  margin: 100px auto;
  padding-top: 100px;
  border-top: 1px solid #ccc;
}

section.img-info p {
  font-size: 16px;
  width: 800px;
  margin: 0 auto;
  padding: 50px 124px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inview {
  opacity: 0;
}

.image-fade {
  opacity: 0;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
}

.up {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both 1 normal;
}

.up1 {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.5s both 1 normal;
}

.up2 {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s both 1 normal;
}

.up3 {
  -webkit-animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both 1 normal;
  animation: VisualImage 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1.5s both 1 normal;
}

.is-show {
  opacity: 1;
  -webkit-clip-path: inset(0 round 10px);
  clip-path: inset(0 round 10px);
  transition: opacity 1s ease 0s, -webkit-clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s;
  transition: opacity 1s ease 0s, clip-path 0.6s ease 0s, -webkit-clip-path 0.6s ease 0s;
}

.fade {
  opacity: 0;
}

.fadeup {
  transition: opacity 1s cubic-bezier(0.25, 0.1, 0.25, 1);
  opacity: 1;
}

.imagefade {
  opacity: 0;
}

.imageup {
  webkit-transition: opacity 0.8s;
  transition: opacity 0.8s;
  opacity: 1;
}

.vote-btn {
  display: inline-block;
  background-color: #e9e5dd;
  color: #fff;
  padding: 14px 100px;
  text-decoration: none;
  font-size: 16px;
  margin: 0 0 40px;
  text-align: center;
  transition: background-color 0.3s ease;
  font-family: "IBM Plex Sans JP", sans-serif;
}

.vote-btn:hover {
  text-decoration: none;
  background-color: #333; 
  color: #e9e5dd;
}

#vote {
  text-align: center;
  margin-top: 60px;
}

@media screen and (max-width: 896px) {
  section.img-info {
    width: auto;
    margin: 50px 25px;
    padding-top: 50px;
  }
  section.img-info p {
    font-size: 12px;
    width: auto;
    margin: 0 auto;
    padding: 20px 20px 30px;
  }

  .vote-btn { 
    width: 70%; 
    font-size: 14px; 
  }

  a.vote-btn {
    padding: 12px 24px;
    font-size: 16px;
  }     
}

/*VisualImage*/
@-webkit-keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes VisualImage {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.VisualImage {
  -webkit-animation-name: VisualImage;
  animation-name: VisualImage;
}