.pc {
    display: none;
}

.lp_wrap {
    width: 100%;
    margin: 0 auto;
}

.lp_wrap h1 {
    color: #000;
    font-size: 20px;
    font-family: sans-serif;
    text-align: center;
    line-height: 140%;
}
.lp_wrap h2 {
    font-size: 18px;
    font-family: serif;
    text-align: center;
}
.lp_wrap h3 {
    font-size: 12px;
}
.lp_wrap p {
    color: #000;
}
.coin_yen {
    width: 100% !important;
    line-height: 170% !important;
}



/* BACKGROUND */
.main_bg {
    width: 100%;
    min-height: 350px;
    margin: -18px 0 0;
    padding: 0px 0 0;
    background: url(/sp/shohei_ohtani/img/shohei_back.webp) no-repeat;
    background-size: 170%;
    background-position: top 15% center;
    position: relative;
}
.main_bg p img {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.main_bg_wrap {
    width: 100%;
    position: relative;
}
.main_bg_wrap .main_tit {
    width: 35%;
    padding: 2% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.main_bg_wrap .main_ounce {
    width: 22%;
    padding: 62% 0 0;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.intro_video {
    width: 100%;
    margin: -20px auto 0;
    position: relative;
    z-index: 2;
}
.intro_video iframe {
    width: 100%;
    height: 232px;
}



.tab{
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.tab li {
    width: 50%;
}
.tab li a {
    display: block;
    background:#ddd;
    margin:0 2px;
    padding:10px 20px;
}

.tab li.active a {
    background:#fff;
    opacity: 1;
}

.th2_row {
    display: none;
    opacity: 0;
    background: #fff;
    padding:50px 20px;
}


.th2_row.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: .5s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime{
    from {
    opacity: 0;
    }
    to {
    opacity: 1;
    }
}

.intro_table {
    margin: 20px 0 0;
}
.th2_row ul {
    width: 100%;
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
}
.th2_row ul li {
    width: 24%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-content: center;
    align-items: center;
    border-radius: 6px
}
.th2_row ul li p {
    margin: 0 auto;
    padding: 5px;
    color: #fff;
    font-size: 12px;
    line-height: 160%;
    text-align: center;
}

.left_blue ul li:nth-child(2n+1) {
    background-color: #043697;
}
.left_blue ul li:nth-child(2n) {
    background-color: #0245c5;
}
.right_red ul li:nth-child(2n+1) {
    background-color: #c30f02;
}
.right_red ul li:nth-child(2n) {
    background-color: #e51c14;
}
.tab li a {
    padding: 20px 20px 40px;
    position: relative;
    opacity: 0.7;
}
.tab li a h3 {
    color: #000;
    line-height: 140%;
}
.tab li a img {
    width: 45%;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.img_show {
    width: 320px;
    margin: 0 auto 60px;
}
.swiperThumbnail .swiper-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 !important;
    transform: translate3d(0px, 0px, 0px) !important;
}
.swiperThumbnail .swiper-wrapper .swiper-slide {
    width: 50px !important;
    height: 50px;
    margin: 4px 6px;
    position: relative;
}
.swiperThumbnail .swiper-wrapper .swiper-slide img {
    width: 50px;
    height: 50px;
}
.swiperThumbnail .swiper-slide-thumb-active::after {
    content: '';
    width: 54px;
    height: 54px;
    border: 1px solid #ff815c;
    border-radius: 2px;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 1;
}

.coin_full {
    width: 300px;
    margin: 0 auto;
}
.coin_full img {
    width: 100%;
    margin: 0 0 40px 0;
}

.bottom_video {
    width: 100%;
    margin: 60px auto 20px;
}
.bottom_video iframe {
    width: 100%;
    height: 232px;
}

.coin_table {
    width: 100%;
    margin: 0 auto 60px;
}
.coin_table_wrap {
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.06);
}
.coin_table_wrap .two_row {
    padding: 8% 5%;
}
.coin_table_wrap ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.coin_table_wrap ul li.table_left {
    width: 34%;
}
.coin_table_wrap ul li.table_right {
    width: 63%;
}
.coin_table_wrap ul li.table_right a {
    font-size: 14px;
    color: #055ad9;
    text-decoration: underline;
}
.coin_table .tag {
    font-size: 10px;
    color: #fff;
    line-height: 3rem;
    padding: 3px 10px;
    border-radius: 4px;
    display: inline;

}
.coin_table .blue-tag {
    background-color: #213b9a;
}
.coin_table .red-tag {
    background-color: #e4382c;
}
.coin_table_wrap .row_1 {
    border-bottom: 1px solid #ccc;
}
.coin_table .note {
    width: 96%;
    margin: 20px auto 0;
    font-size: 12px;
    line-height: 190%;
}
