@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
main {
  font-feature-settings: "palt";
}

.ib {
  display: inline-block;
}

.fv {
  padding-top: 55px;
}
@media (min-width: 768px) {
  .fv {
    padding-top: 80px;
  }
}
.fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .fv-content {
    height: 70vh;
  }
}
.fv-content-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) {
  .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .fv-content-title-img {
    max-width: 100%;
  }
}
.fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .fv-content .scroll {
    bottom: 0;
  }
}
.fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}
.fv-content .fvswiper {
  height: 100%;
  position: relative;
}
.fv-content .fvswiper .swiper-slide {
  height: 100%;
  position: relative;
}
.fv-content .fvswiper .swiper-slide .img {
  position: relative;
  height: 100%;
  width: 100%;
}
.fv-content .fvswiper .swiper-slide .img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.fv-content .fvswiper .swiper-slide .title {
  position: absolute;
  bottom: 50px;
  left: 0;
  padding: 15px;
  padding-right: 30px;
  overflow: visible;
  z-index: 2;
}
@media (min-width: 768px) {
  .fv-content .fvswiper .swiper-slide .title {
    left: auto;
    bottom: auto;
    right: 0;
    top: 50px;
    padding: 15px 30px;
    padding-left: 50px;
    display: flex;
    flex-direction: row;
    gap: 15px;
    align-items: center;
  }
}
.fv-content .fvswiper .swiper-slide .title:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  clip-path: polygon(0 0, calc(100% - 30px) 0, 100% 100%, 0% 100%);
  top: 0;
  left: 0;
  z-index: 1;
}
@media (min-width: 768px) {
  .fv-content .fvswiper .swiper-slide .title:after {
    clip-path: polygon(30px 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.fv-content .fvswiper .swiper-slide .title .text {
  position: relative;
  z-index: 2;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
}
@media (min-width: 768px) {
  .fv-content .fvswiper .swiper-slide .title .text {
    font-size: 21px;
    text-align: right;
  }
}
.fv-content .fvswiper .swiper-slide .title-btn {
  position: absolute;
  bottom: -15px;
  left: 15px;
  background: #000;
  color: #fff;
  overflow: visible;
  padding: 5px 10px;
  z-index: 3;
  font-size: 12px;
  transition: all 0.4s ease;
}
@media (min-width: 768px) {
  .fv-content .fvswiper .swiper-slide .title-btn {
    font-size: 16px;
    background: #fff;
    border: 1px solid #000;
    position: relative;
    color: #000;
    bottom: auto;
    left: auto;
    padding: 15px 15px;
  }
}
.fv-content .fvswiper .swiper-slide .title-btn:hover {
  opacity: 0.6;
}
.fv-content .fvswiper .swiper-pagination {
  bottom: 10px;
}
.fv-content .fvswiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #999a9a;
  border: 1px solid #fff;
  opacity: 1;
}
.fv-content .fvswiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

.voice-main {
  position: relative;
  width: 100%;
}
.voice-main-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: 10px;
}
.voice-main-grid img {
  border-radius: 100%;
  position: relative;
  z-index: 2;
}
.voice-main-grid .img {
  position: relative;
  width: auto;
}
.voice-main-grid .img02 .img {
  position: relative;
}
.voice-main-grid .img02 .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: linear-gradient(228.92deg, rgba(0, 159, 241, 0.24) 0%, rgba(116, 225, 172, 0.24) 100%);
  transform: scale(1.5) translate(50%, -25%);
  border-radius: 100%;
}
.voice-main-grid .img03 .img {
  position: relative;
}
.voice-main-grid .img03 .img:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 140px;
  height: 140px;
  background: linear-gradient(228.92deg, rgba(0, 159, 241, 0.24) 0%, rgba(116, 225, 172, 0.24) 100%);
  transform: translate(75%, -60%);
  border-radius: 100%;
}
.voice-main-grid .img04 .caption {
  position: absolute;
  right: 5px;
  bottom: 5px;
}

.voice-content {
  background: rgba(92, 197, 124, 0.1);
  padding: 0 15px;
}
.voice-content-flex {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .voice-content-flex {
    flex-direction: row;
    gap: 30px;
  }
}
.voice-content-flex-left {
  width: 100%;
}
@media (min-width: 768px) {
  .voice-content-flex-left {
    width: calc(60% - 30px);
  }
}
.voice-content-flex-left video-js {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.voice-content-flex-right {
  width: 100%;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .voice-content-flex-right {
    width: 40%;
  }
}
.voice-content-flex-right-inner {
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: center;
}
.voice-content-flex-right-inner .title {
  font-size: 18px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .voice-content-flex-right-inner .title {
    font-size: 22px;
  }
}
.voice-content-flex-right-inner .voidetext {
  font-size: 12px;
  color: #232323;
  line-height: 2;
}
@media (min-width: 768px) {
  .voice-content-flex-right-inner .voidetext {
    font-size: 14px;
  }
}

.suumoaward-fv-content {
  width: 100%;
  position: relative;
  min-height: 300px;
}
@media (min-width: 768px) {
  .suumoaward-fv-content {
    aspect-ratio: 100/28;
  }
}
.suumoaward-fv-content-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/special01/fv.jpg");
}
.suumoaward-fv-content-img .caption {
  position: absolute;
  right: 25px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
}
.suumoaward-fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .suumoaward-fv-content-img {
    background-image: url("../img/special/special01/fv.jpg");
  }
}
.suumoaward-fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.suumoaward-fv-content .bottomline {
  position: absolute;
  width: 100%;
  height: 15px;
  bottom: 0;
  left: 0;
  z-index: 3;
}
.suumoaward-fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .suumoaward-fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.suumoaward-fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .suumoaward-fv-content-title-img {
    max-width: 100%;
  }
}
.suumoaward-fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .suumoaward-fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.suumoaward-fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .suumoaward-fv-content .scroll {
    bottom: 0;
  }
}
.suumoaward-fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}

.special {
  padding: 50px 0;
}
@media (min-width: 768px) {
  .special {
    padding-bottom: 70px;
  }
}
.special .bold {
  font-weight: 500;
}
.special .title_interview {
  margin: 70px 15px 50px;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  width: 100%;
}
.special .title_interview::after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  height: 1px;
  width: calc(100% - 7em);
  background-color: #000000;
}
.special-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 1.5;
  gap: 15px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-title {
    font-size: 33px;
  }
}
.special-title .small {
  font-size: 0.75em;
}
.special-title .eng {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: 15px;
  width: 70%;
  max-width: 380px;
}
.special-content-title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .special-content-title {
    line-height: 1.8;
    padding: 0;
  }
}
.special-content-title .text {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: clamp(1rem, 0.578rem + 1.88vw, 1.75rem);
  letter-spacing: 0.1em;
}
.special-content-title .strong {
  padding-top: 0.5em;
  font-size: clamp(1.25rem, 0.688rem + 2.5vw, 2.25rem);
}
@media (min-width: 768px) {
  .special-content-title .strong {
    padding-top: 0;
  }
}
.special .time {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 12px;
  padding: 5px 0;
  display: inline-block;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .special .time {
    font-size: 14px;
  }
}
.special-new-col {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .special-new-col {
    width: calc((100% - 60px) / 3);
  }
}
.special-new-col .date {
  display: flex;
  flex-direction: row;
  gap: 15px;
  align-items: center;
}
.special-new-col .date-text {
  font-size: 10px;
}
.special-new-col .date-category {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 4px 8px;
  font-size: 10px;
  line-height: 1;
}
.special-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 20px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-list {
    margin-top: 30px;
  }
}
.special-list-col {
  width: 100%;
  background: #fff;
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
@media (min-width: 768px) {
  .special-list-col {
    flex-direction: column;
  }
}
.special-list-col .img {
  position: relative;
  overflow: hidden;
}
.special-list-col .img .new {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  background: #f00;
  color: #fff;
  padding: 3px 5px;
}
@media (min-width: 768px) {
  .special-list-col .img .new {
    font-size: 16px;
  }
}
.special-list-col .img img {
  transition: all 0.4s ease;
}
.special-list-col .summary-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 13px;
}
.special-list-col .summary-flex .stitle {
  background: #232323;
  color: #fff;
  flex-shrink: 1;
  text-align: center;
  padding: 5px 15px;
}
.special-list-col .summary-flex .stext {
  flex-grow: 1;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
}
.special-list-col .summary-flex .stext.color-blue {
  background: #83dbea;
}
.special-list-col .summary-flex .stext.color-green {
  background: #86ea8d;
}
.special-list-col .summary-flex .stext.color-yellow {
  background: #f4f4a2;
}
.special-list-col .title {
  font-size: 15px;
  padding-bottom: 10px;
  text-align: center;
  /*text-decoration: underline;*/
  padding-top: 10px;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 95px;
}
.special-list-col .title .ib {
  /*text-decoration: underline;*/
}
.special-list-col .title .vol {
  padding: 10px 15px;
  border-right: 1px solid #000000;
  height: 100%;
  display: flex;
  align-items: center;
}
.special-list-col .title .small {
  font-size: 12px;
  flex-grow: 1;
}
.special-list-col:hover .img img {
  transform: scale(1.2);
}
.special-text {
  padding: 30px 15px;
  font-size: 10px;
  color: #666;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .special-text {
    padding: 60px 15px;
  }
}
.special-content {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 30px 0;
}
@media (min-width: 768px) {
  .special-content {
    padding: 50px 15px;
    gap: 50px;
  }
}
.special-content.voice-ptnone {
  padding-top: 0;
}
.special-content .linktext {
  color: #00a0e9;
  transition: all 0.4s ease;
}
.special-content .linktext:hover {
  opacity: 0.6;
}
.special-content .text {
  font-size: 14px;
  line-height: 1.8;
  color: #515151;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-content .text {
    font-size: 16px;
    line-height: 2.1;
    max-width: 660px;
    margin: 0 auto;
    padding: 0;
  }
}
.special-content .text.black {
  color: #232323;
  text-align: center;
  line-height: 2;
  font-size: 16px;
}
@media (min-width: 768px) {
  .special-content .text.black {
    font-size: 20px;
  }
}
.special-content .text-detail {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-content .text-detail {
    font-size: 14px;
  }
}
.special-content .grdbg {
  background: linear-gradient(90deg, rgba(58, 162, 240, 0.1) 0%, rgba(149, 228, 182, 0.1) 100%);
  border-radius: 15px;
  padding: 15px;
}
@media (min-width: 768px) {
  .special-content .grdbg {
    padding: 30px 15px;
  }
}
.special-content .img {
  position: relative;
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .special-content .img {
    padding: 0;
  }
}
.special-content .img-relative {
  position: relative;
}
.special-content .img-relative .cap {
  color: #fff;
  font-size: 10px;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
.special-content .img .caption.inner {
  position: absolute;
  color: #fff;
  bottom: 5px;
  right: 5px;
}
.special-content .imgtext {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .special-content .imgtext {
    gap: 30px;
    flex-direction: row;
    align-items: center;
  }
  .special-content .imgtext .img,
  .special-content .imgtext .text {
    width: calc((100% - 30px) / 2);
  }
}
.special-content .flex2 {
  display: flex;
  gap: 15px;
  flex-direction: column;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .special-content .flex2 {
    margin-top: 30px;
    gap: 30px;
    flex-direction: column;
  }
}
.special-content .flex2 .col {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
.special-content .flex2 .col-flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px;
  background: linear-gradient(135deg, #FFF9CE 0%, #FFFAF0 20%, #FFFAF0 85%, #FFF9CE 100%);
}
@media (min-width: 768px) {
  .special-content .flex2 .col-flex {
    flex-direction: row-reverse;
    justify-content: center;
    gap: 30px;
  }
}
.special-content .flex2 .col-flex-text {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .special-content .flex2 .col-flex-text {
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
  }
}
.special-content .flex2 .col-flex-text .text-detail {
  padding: 10px 0;
}
.special-content .flex2 .col-flex .img {
  width: 100%;
}
@media (min-width: 768px) {
  .special-content .flex2 .col-flex .img {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.special-content .caption {
  color: #515151;
  text-align: left;
}
.special-content .banner {
  display: block;
  border: 1px solid #c1c5c8;
  max-width: 500px;
  text-align: center;
  margin: 0 15px;
}
.special-content .banner img {
  width: 70%;
  padding: 15px;
}
.special-content .banner-wrap {
  text-align: center;
}
.special-content .banner-bottom {
  text-align: right;
  color: #fff;
  background: #c1c5c8;
}
@media (min-width: 768px) {
  .special-content .banner {
    margin: 0 auto;
  }
}
.special-content .heim {
  margin: 0 auto;
  transition: all 0.4s ease;
  padding: 0 15px;
}
.special-content .heim:hover {
  opacity: 0.6;
}
.special-content .heim a {
  display: block;
}
.special-content .heim-title {
  display: flex;
  justify-content: center;
  padding-bottom: 5px;
  text-align: center;
  font-size: clamp(1.125rem, 0.773rem + 1.56vw, 1.75rem);
  font-weight: bold;
  gap: 15px;
  color: #4a4a4a;
}
.special-content .heim-title::before {
  content: "";
  width: 2px;
  height: 2.5em;
  background-color: #4a4a4a;
  transform: rotate(-25deg);
}
@media (min-width: 768px) {
  .special-content .heim-title::before {
    height: 1.5em;
  }
}
.special-content .heim-title::after {
  content: "";
  width: 2px;
  height: 2.5em;
  background-color: #4a4a4a;
  transform: rotate(25deg);
}
@media (min-width: 768px) {
  .special-content .heim-title::after {
    height: 1.5em;
  }
}
.special-content .heim-text {
  text-align: center;
  line-height: 1.8;
  font-size: 16px;
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .special-content .heim-text {
    font-size: 20px;
  }
}
.special-content .heim-btn {
  display: flex;
  flex-direction: column-reverse;
  max-width: 660px;
  margin: 0 auto;
}
.special-content .heim-btn .blue {
  background: #00ceff;
}
@media (min-width: 768px) {
  .special-content .heim-btn {
    flex-direction: row;
  }
}
.special-content .heim-btn2 {
  display: flex;
  flex-direction: column-reverse;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .special-content .heim-btn2 {
    flex-direction: row;
  }
}
.special-content .heim-btn2 .img {
  width: 100%;
}
@media (min-width: 768px) {
  .special-content .heim-btn2 .img:not(.txt) {
    flex: 3;
  }
}
.special-content .heim-btn2 .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像の歪みを防ぐ */
  display: block;
}
.special-content .heim-btn2 .txt {
  display: flex;
  align-items: center;
  justify-content: center;
}
.special-content .heim-btn2 .txt img {
  padding: 20px;
  width: auto;
}
@media (min-width: 768px) {
  .special-content .heim-btn2 .txt img {
    max-height: 230px;
  }
}
@media (min-width: 768px) {
  .special-content .heim-btn2 .txt {
    flex: 7;
  }
}
@media (min-width: 768px) {
  .special-content .heim-btn2 .txt {
    flex: 7;
  }
}
.special-content .heim-btn2 .green {
  background: #6fb72d;
}
.special-content .heim .img {
  position: relative;
  padding: 0;
}
.special-content .heim .img .cap {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  font-size: 10px;
  text-shadow: 0 0 3px rgb(0, 0, 0);
}
.special-content .bg01 {
  background: url("../img/special/special01/img03.jpg") no-repeat center center;
  background-size: cover;
}
.special-content .bg02 {
  background: url("../img/special/special01/img04.jpg") no-repeat center center;
  background-size: cover;
}
.special-content .bg01,
.special-content .bg02 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
}
@media (min-width: 768px) {
  .special-content .bg01,
  .special-content .bg02 {
    padding: 40px 15px;
    max-width: 970px;
  }
}
.special-content .comment {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (min-width: 768px) {
  .special-content .comment {
    gap: 30px;
  }
}
.special-content .comment hr {
  position: relative;
  height: 10px;
  display: flex;
  flex-direction: column;
  gap: 3px;
  width: 100%;
}
.special-content .comment hr:before, .special-content .comment hr:after {
  content: "";
  height: 3px;
  width: 100%;
  background: linear-gradient(45deg, #3aa2f0 0%, #95e4b6 100%);
}
.special-content .comment-title {
  font-size: 24px;
  text-align: center;
}
@media (min-width: 768px) {
  .special-content .comment-title {
    font-size: 32px;
  }
}
.special-content .comment-copy {
  font-size: 16px;
  text-align: center;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-content .comment-copy {
    font-size: 18px;
  }
}
.special-content-subtitle {
  font-size: 18px;
  padding: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .special-content-subtitle {
    padding: 30px 0;
    font-size: 22px;
  }
}
.special-content-heimsuite {
  display: flex;
  flex-direction: column;
  max-width: 800px;
  margin: 0 auto;
  gap: 5px;
}
.special-content-heimsuite .text {
  max-width: none;
}
.special-content-heimsuite .sup {
  font-size: 10px;
}
.special-content-heimsuite .caption {
  padding: 0 15px 15px;
}
.special-frame {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.special-frame .subtitle {
  font-size: 18px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-frame .subtitle {
    font-size: 32px;
  }
}
.special-frame .text {
  font-size: 16px;
  padding: 0 15px;
  text-align: center;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .special-frame .text {
    font-size: 18px;
  }
}
.special-frame hr {
  position: relative;
  height: 10px;
  width: 100%;
  background: linear-gradient(45deg, #3aa2f0 0%, #95e4b6 100%);
}

.uzumasa {
  padding-bottom: 50px;
}
.uzumasa-link {
  text-align: center;
  font-size: 15px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .uzumasa-link {
    font-size: 19px;
  }
}
.uzumasa-link-btn {
  text-decoration: underline;
  color: #2d80c5;
}

.h3-subtitle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: 1.5;
  gap: 10px;
  padding: 0 15px;
  margin-top: 40px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .h3-subtitle {
    font-size: 28px;
    margin-top: 70px;
  }
}
.h3-subtitle:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
}

.ranking {
  background: #f4f3ea;
  padding: 30px 15px;
}
@media (min-width: 768px) {
  .ranking {
    padding: 50px 15px;
  }
}
.ranking .h3-subtitle {
  color: #a5802f;
  margin: 0 auto;
}
.ranking .h3-subtitle:after {
  background: #a5802f;
}
.ranking-area {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 15px 0 30px;
}
@media (min-width: 768px) {
  .ranking-area {
    width: 100%;
    padding: 50px 0;
  }
}
.ranking-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media (min-width: 768px) {
  .ranking-list {
    max-width: 176px;
  }
}
.ranking-list-col {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
}
.ranking-list-col .flex {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .ranking-list-col .flex {
    flex-grow: 1;
  }
}
.ranking-list-col .flex:hover .img img {
  transform: scale(1.2);
}
.ranking-list-col .flex-col {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
@media (min-width: 768px) {
  .ranking-list-col .flex-col {
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
  }
}
.ranking-list-col .flex-col .img {
  width: calc(45% - 10px);
  min-width: calc(45% - 10px);
  overflow: hidden;
}
@media (min-width: 768px) {
  .ranking-list-col .flex-col .img {
    width: 100%;
  }
}
.ranking-list-col .flex-col .img img {
  transition: all 0.4s ease;
}
.ranking-list-col .flex-col .detail {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .ranking-list-col .flex-col .detail {
    flex-grow: 1;
    justify-content: space-between;
  }
}
.ranking-list-col .flex-col .detail .text {
  font-size: 10px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .ranking-list-col .flex-col .detail .text {
    font-size: 10px;
  }
}
.ranking-list-col .flex-col .detail .date-category {
  border: 1px solid #000;
  border-radius: 25px;
  padding: 4px 8px;
  font-size: 10px;
  background: #fff;
  line-height: 1;
}

.category {
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .category {
    padding-bottom: 70px;
  }
}
.category .h3-subtitle {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .category .h3-subtitle {
    padding-bottom: 20px;
  }
}
.category-list {
  padding-bottom: 10px;
}
@media (min-width: 768px) {
  .category-list {
    margin-top: 10px;
    padding-bottom: 30px;
  }
}
.category-list-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  padding: 0 15px;
  padding-bottom: px;
}
@media (min-width: 768px) {
  .category-list-flex {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}
.category-list-flex .caption {
  width: 100%;
}
.category-list-flex-col {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (min-width: 768px) {
  .category-list-flex-col {
    gap: 0;
    flex-direction: column;
    width: calc((100% - 60px) / 3);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.35);
  }
}
.category-list-flex-col .flexrow {
  width: calc(60% - 15px);
  align-self: stretch;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .category-list-flex-col .flexrow {
    width: 100%;
  }
}
.category-list-flex-col .img {
  position: relative;
  overflow: hidden;
  width: 40%;
  align-self: center;
  height: 100%;
}
.category-list-flex-col .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .category-list-flex-col .img {
    width: 100%;
  }
}
.category-list-flex-col .img img {
  transition: all 0.4s ease;
}
.category-list-flex-col .summary-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  font-size: 12px;
}
.category-list-flex-col .summary-flex .stitle {
  background: #232323;
  color: #fff;
  flex-shrink: 1;
  text-align: center;
  padding: 5px 15px;
  white-space: nowrap;
  display: flex;
  align-items: center;
}
.category-list-flex-col .summary-flex .stext {
  flex-grow: 1;
  text-align: center;
  padding: 5px 10px;
  font-weight: bold;
}
.category-list-flex-col .summary-flex .stext.color-blue {
  background: #83dbea;
}
.category-list-flex-col .summary-flex .stext.color-green {
  background: #86ea8d;
}
.category-list-flex-col .summary-flex .stext.color-yellow {
  background: #f4f4a2;
}
.category-list-flex-col .title {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
@media (min-width: 768px) {
  .category-list-flex-col .title {
    min-height: 95px;
    padding: 10px 0;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-grow: 1;
  }
}
.category-list-flex-col .title .vol {
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .category-list-flex-col .title .vol {
    padding: 10px 15px;
    border-right: 1px solid #000000;
    height: 100%;
    display: flex;
    align-items: center;
  }
}
.category-list-flex-col .title .small {
  font-size: 12px;
}
@media (min-width: 768px) {
  .category-list-flex-col .title .small {
    flex-grow: 1;
  }
}
.category-list-flex-col:hover .img img {
  transform: scale(1.2);
}
.category-block {
  width: 100%;
}
.category-block-acd {
  padding: 0 15px;
}
.category-block-acd .acd {
  display: flex;
  gap: 15px;
  flex-direction: row;
}
@media (min-width: 768px) {
  .category-block-acd .acd {
    border: none;
    padding: 0;
  }
}
.category-block-acd .acd-img {
  display: none;
  overflow: hidden;
}
@media (min-width: 768px) {
  .category-block-acd .acd-img {
    border-radius: 8px;
    display: block;
  }
}
.category-block-acd .acd-border {
  border-bottom: 1px solid #000;
  padding: 15px 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 15px;
}
@media (min-width: 768px) {
  .category-block-acd .acd-border {
    width: calc(100% - 198px);
  }
}
.category-block-acd .acd-title {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}
.category-block-acd .acd-title-title {
  font-size: 18px;
  font-weight: bold;
}
@media (min-width: 768px) {
  .category-block-acd .acd-title-title {
    font-size: 24px;
  }
}
.category-block-acd .acd-title-text {
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .category-block-acd .acd-title-text {
    font-size: 16px;
  }
}
.category-block-acd .acd-btn {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  align-self: center;
}
.category-block-acd .acd-btn:before, .category-block-acd .acd-btn:after {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  top: 50%;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}
.category-block-acd .acd-btn:after {
  transform: rotate(90deg);
}
.category-block.active .acd-btn:after {
  transform: rotate(0);
}

@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}/*# sourceMappingURL=special03.css.map */