body,html {
    margin: 0;
    min-width: auto;
}

#contents-inner {
  width: 100%;
  background: #FFF;
}

div#contWarp {
  border: none;
  background: transparent;
  width: 100%;
}

div#main {
  padding: 0;
}

#pkz {
  max-width: 1200px;
  box-sizing: border-box;
  width: 100%;
  padding: 0 4px;
  position: relative;
  z-index: 20;
  margin: 12px auto;
}
#pkz p {
  color: #FFF;
}
#pkz p a {
  color: #FFF;
}

.hanshin90 {
    font-family: "Noto Sans JP", sans-serif;
}

.h90-mv {
    background: url(/img/special/tigers90th/mv.jpg) no-repeat center center / cover;
    box-sizing: border-box;
    height: 100vh;
    /*max-height: 1080px;*/
    position: relative;
    margin-top: -70px;
}

.h90-mv h1 {
    bottom: 60%;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 39vw;
}

.h90-mv h1::before {
    background: url(/img/special/tigers90th/title-shadow.png) no-repeat center center / contain;
    content: "";
    display: block;
    height: 100%;
    left: 50%;
    mix-blend-mode: multiply;
    opacity: 0;
    position: absolute;
    top: 0;
    transform: translateX(-50%) scale(1.163);
    transition: all .8s ease-in-out;
    visibility: hidden;
    width: 39vw;
}

.h90-mv h1 img {
    height: auto;
    opacity: 0;
    position: relative;
    transition: all .8s ease-in-out;
    visibility: hidden;
}

.h90-mv h1.is-visible::before,
.h90-mv h1.is-visible img {
    opacity: 1;
    visibility: visible;
}

.h90-mv__hanshin {
    left: 3%;
    position: absolute;
    top: 7%;
    width: 8.6vw;
}

.h90-mv__hanshin img,
.h90-mv__skya img {
    height: auto;
}

.h90-mv__skya {
    position: absolute;
    right: 3%;
    top: 6%;
    width: 9vw;
}

.h90-wrap {
    background: url(/img/special/tigers90th/bg.jpg) repeat-y top center / 100% auto;
    box-sizing: border-box;
    padding: 60px 48px 94px;
    width: 100%;
}

.h90-logo {
    display: none;
}

.h90-note {
	margin-bottom: 60px;
}

.h90-wrap ul {
    display: grid;
    gap: 70px 45px;
    grid-template-columns: repeat(auto-fit, minmax(224px, 1fr));
    list-style: none;
    margin: 100px auto 0;
    max-width: 1840px;
    padding: 0;
    width: 100%;
}

.h90-list {
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
    height: 310px;
    opacity: 0;
    padding: 20px 20px 0;
    position: relative;
    transition: all .6s ease-in-out;
}

.h90-list:hover {
    opacity: .8;
}

.h90-list__number {
    align-items: center;
    background: url(/img/special/tigers90th/ball.png) no-repeat top left / contain;
    color: #333;
    display: flex;
    font-size: 34px;
    font-weight: 900;
    height: 73px;
    justify-content: center;
    left: calc(50% + 9px);
    position: absolute;
    text-align: center;
    top: -34px;
    transform: translateX(-50%);
    width: 73px;
}

.h90-list__number span {
    margin: -15px 0 0 -12px;
}

.h90-list figure {
    background: #ccc;
    display: block;
    height: 145px;
    margin: 0;
    width: 100%;
}

.h90-list figure img {
    height: 100%;
    object-fit: contain;
    width: 100%;
}

.h90-list__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin: 15px 0 0;
}

.h90-list__button {
    background: #000;
    border-radius: 0 0 10px 10px;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    justify-content: center;
    left: 0;
    padding: 12px 0;
    position: absolute;
    width: 100%;
}

.h90-list__button span {
    align-items: center;
    display: flex;
    gap: 5px;
}

.h90-list__button span::before {
    background: url(/img/special/tigers90th/plus.png) no-repeat center center / contain;
    content: "";
    display: block;
    height: 18px;
    width: 18px;
}

.h90-modal__wrap {
    align-items: center;
    background: rgba(0,0,0,.85);
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: fixed;
    top: 0;
    transition: all .3s ease-in-out;
    visibility: visible;
    width: 100%;
    z-index: 100;
}

.h90-modal__wrap[aria-hidden="true"] {
    opacity: 0;
    transition: all .3s ease-in-out;
    visibility: hidden;
    z-index: -1;
}

.h90-modal {
    color: #fff;
    max-width: 840px;
    position: relative;
    transform: scale(1);
    transition: all .3s ease-in-out;
    width: 72%;
    z-index: 1;
}

.h90-modal__wrap[aria-hidden="true"] .h90-modal {
    transform: scale(.4);
    transition: all .3s ease-in-out;
}

.h90-modal__close {
    cursor: pointer;
    height: 40px;
    position: absolute;
    right: 0;
    top: -54px;
    width: 40px;
}

.h90-modal__close span {
    background: #fff;
    display: block;
    height: 2px;
    left: 0;
    position: absolute;
    top: 50%;
    width: 40px
}

.h90-modal__close span:first-of-type {
    transform: rotate(45deg) translateY(-50%);
}

.h90-modal__close span:nth-of-type(2) {
    transform: rotate(-45deg) translateY(-50%);
}

.h90-modal__inner {
    max-height: 70vh;
    overflow-y: auto;
}

.h90-modal__image {
    box-sizing: border-box;
    padding: 0 45px 0 18px;
    width: 100%;
}

.h90-modal__image.is-portrait {
    margin: 0 auto;
    width: 640px;
}

.h90-modal__image figure {
    display: block;
    width: 100%;
}

.h90-modal__image span {
    display: block;
    font-size: 13px;
    margin-top: 9px;
    text-align: right;
}

.h90-modal__content {
    display: flex;
    gap: 40px;
    margin-top: 42px;
    padding-right: 45px;
}

.h90-modal__title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
}

.h90-modal__content-inner {
    padding-left: 18px;
}

.h90-modal__text {
    font-size: 18px;
    line-height: 1.67;
}

.h90-modal__number {
    color: #fff;
    flex-shrink: 1;
    font-size: 160px;
    font-weight: 900;
    line-height: 1;
    opacity: .2;
    padding-right: 10px;
}

.h90-modal__nav {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding: 0 18px;
}

.h90-modal__nav button {
    background: rgba(0,0,0,.8);
    border: 1px solid #fff;
    border-radius: 10px;
    color: #fff;
    padding: 10px 40px;
}

.h90-modal__nav button:disabled {
    visibility: hidden;
}

/* モーダルスクロールバー */
.simplebar-track {
    background: rgba(0,0,0,.4);
    border-radius: 10px;
}

.simplebar-track .simplebar-scrollbar.simplebar-visible::before{
    opacity:1;
}

.simplebar-track .simplebar-scrollbar::before{
    background: #aaa;
}

.h90-credit {
    font-size: 16px;
    margin-top: 87px;
    text-align: center;
}

.h90-banner {
    padding: 84px 48px 40px;
}

.h90-banner h2 {
    font-size: 24px;
    font-weight: normal;
    text-align: center;
}

.h90-banner ul {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(4, 1fr);
    margin: 40px auto 0;
    max-width: 1000px;
    width: 100%;
}

.h90-banner ul li {
    max-width: 308px;
}

.h90-banner ul img {
    height: auto;
    max-width: 308px;
    width: 100%;
}

.h90-banner ul + .l-section-howto {
	margin-top: 4em;
}

.l-section-howto h2 {
	font-size: 24px;
	font-weight: normal;
	text-align: center;
}

.l-section-howto ul {
    display: grid;
    gap: 36px;
    grid-template-columns: repeat(5, 1fr);
    margin: 40px auto 0;
    max-width: 1000px;
    width: 100%;
}


@media screen and (max-width: 767px) {
    .h90-mv {
        background: url(/img/special/tigers90th/mv-sp.jpg) no-repeat center center / cover;
        max-height: 700px;
        margin-top: 0;
    }

    .h90-mv h1,
    .h90-mv h1::before {
        width: 82vw;
    }

    .h90-mv__hanshin,
    .h90-mv__skya {
        display: none;
    }

    .h90-wrap {
        background-image: url(/img/special/tigers90th/bg-sp.jpg);
        padding: 21px 16px 31px;
    }

    .h90-logo {
        display: block;
		text-align: center;
    }
	
	.h90-logo a {
		display: block;
        margin: 0 auto;
		width: 84px;
	}

    .h90-logo img {
        width: 100%;
		height: auto;
    }
	
	.h90-note {
		margin: 2em 0;
	}

    .h90-wrap ul {
        gap: 40px 18px;
        grid-template-columns: repeat(2, 1fr);
        margin-top: 38px;
    }

    .h90-list {
        border-radius: 5px;
        height: 186px;
        padding: 12px 12px 0;
    }

    .h90-list figure {
        height: 87px;
    }

    .h90-list__title {
        font-size: 3.375vw;
        margin-top: 8px;
    }

    .h90-list__button {
        border-radius: 0 0 5px 5px;
        font-size: 2.3625vw;
        padding: 10px 0;
    }

    .h90-list__button span {
        gap: 3px;
    }

    .h90-list__button span::before {
        height: 14px;
        width: 14px;
    }

    .h90-list__number {
        font-size: 5.5vw;
        height: 43px;
        left: calc(50% + 7px);
        top: -30px;
        width: 43px;
    }

    .h90-list__number span {
        margin: -8px 0 0 -6px;
    }

    .h90-modal {
        width: calc(100% - 40px);
    }

    .h90-modal__close {
        right: -10px;
        top: -38px;
        transform: scale(.5);
    }

    .h90-modal__inner {
        padding-right: 14px;
    }

    .h90-modal__image {
        padding: 0;
    }

    .h90-modal__image span {
        font-size: 2.5vw;
    }

    .h90-modal__content {
        display: block;
        margin-top: 26px;
    }

    .h90-modal__content-inner {
        padding-left: 0;
    }

    .h90-modal__title {
        font-size: 6.5625vw;
        margin-bottom: 15px;
    }

    .h90-modal__text {
        font-size: 3.75vw;
    }

    .h90-modal__number {
        font-size: 25vw;
        margin-top: 21px;
        text-align: right;
    }

    .h90-modal__image.is-portrait {
        width: 100%;
    }

    .h90-modal__nav {
        padding: 0;
    }

    .h90-credit {
        font-size: 3.44vw;
        line-height: 1.6;
        margin-top: 30px;
    }

    .h90-banner {
        padding: 31px 16px 36px;
    }

    .h90-banner h2 {
        font-size: 3.75vw;
    }

    .h90-banner ul,
	.l-section-howto ul {
        align-items: center;
		flex-direction: column;
		grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        margin-top: 25px;
    }

    .h90-banner ul img {
        max-width: 380px;
        width: 100%;
    }
}
