/* 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-content {
  width: 100%;
  height: 50vh;
  position: relative;
}
@media (min-width: 768px) {
  .fv-content {
    height: 100vh;
  }
}
.fv-content-img {
  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;
  right: 25px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
}
.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;
}

.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 {
  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;
}
.special .bold {
  font-weight: 500;
}
.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;
  font-size: 24px;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-content-title {
    padding: 0;
    font-size: 33px;
  }
}
.special-content-title .text {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.special-content-title .small {
  font-size: 0.75em;
  text-align: center;
}
.special .time {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  padding: 5px 0;
  display: inline-block;
  align-self: flex-start;
}
@media (min-width: 768px) {
  .special .time {
    font-size: 14px;
  }
}
.special-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-list {
    margin-top: 50px;
  }
}
.special-list-col {
  width: 100%;
}
@media (min-width: 768px) {
  .special-list-col {
    width: calc((100% - 30px) / 2);
  }
}
.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 .title {
  font-size: 15px;
  padding-bottom: 3px;
  text-align: center;
  text-decoration: underline;
  padding-top: 10px;
  line-height: 1.5;
}
.special-list-col .title .ib {
  text-decoration: underline;
}
.special-list-col .title .small {
  font-size: 12px;
}
.special-list-col:hover .img img {
  transform: scale(1.2);
}
.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 .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;
    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;
}
@media (min-width: 768px) {
  .special-content .img {
    padding: 0;
    max-width: 660px;
    margin: 0 auto;
  }
}
.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;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .special-content .flex2 .col-flex {
    flex-direction: row-reverse;
  }
}
.special-content .flex2 .col-flex-text {
  gap: 15px;
  display: flex;
  flex-direction: column;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .special-content .flex2 .col-flex-text {
    width: 50%;
  }
}
.special-content .flex2 .col-flex-text .text-detail {
  border-top: 1px solid #232323;
  padding: 15px 0;
}
.special-content .flex2 .col-flex .img {
  width: 100%;
}
@media (min-width: 768px) {
  .special-content .flex2 .col-flex .img {
    width: 50%;
  }
}
.special-content .caption {
  color: #515151;
}
.special-content .banner {
  border: 1px solid #c1c5c8;
  max-width: 500px;
  text-align: center;
  margin: 0 auto;
  margin: 0 15px;
}
.special-content .banner img {
  width: 70%;
  padding: 15px;
}
.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-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 .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;
}
@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%);
}

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