.oshi_all {
    width: 100%;
}

.oshi_all,
.oshi_all p {
    color: #333;
    font-size: 16px;
    font-feature-settings: "palt";
    letter-spacing: 0.05em;
}

h1.oshi_h1,
.oshi_intro,
.oshi_menu {
    width: 950px;
    margin: auto;
}

.oshi_intro {
    box-sizing: border-box;
    padding: 50px 0;
}

.oshi_intro p {
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;
}

.oshi_menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.oshi_menu a,
.oshi_menu a:hover {
    text-decoration: none;
}

.oshi_menu a:hover {
    opacity: 0.7;
}

.oshi_menu_box {
    display: flex;
    align-items: center;
    width: 300px;
    border: solid 1px #333;
    border-radius: 1em;
}

.oshi_menu_box:nth-child(n+4) {
    margin-top: 30px;
}

.oshi_menu_box img {
    width: 100px;
    border-radius: 1em 0 0 1em;
}

.oshi_menu_box p {
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    padding: 1em;
    text-align: center;
    font-size: 1.2em;
    line-height: 1.4em;
}

.oshi_popular {
    box-sizing: border-box;
    width: 100%;
    margin-top: 50px;
    padding: 40px;
    text-align: center;
    background: #FF4B87;
    border-radius: 50px 50px 0 0;
}

.oshi_popular_flex {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: 30px auto 0;
}

.oshi_popular_box {
    width: 250px;
}

.oshi_popular_box img {
    width: 100%;
}

.oshi_popular_box p {
    text-align: left;
    color: #fff;
    margin-top: 20px;
    line-height: 2em;
}

.oshi_popular_box p span.bold {
    font-size: 1.4em;
    font-weight: bold;
}

p>.bold:first-child {
    display: inline-block;
    height: 2.5em;
}

.oshi_popular_box p span.unit {
    display: inline-block;
    width: 4.5em;
}

.oshi_popular_box p span.first {
    margin-top: 30px;
}

.oshi_lineup {
    box-sizing: border-box;
    width: 100%;
    padding: 40px;
    text-align: center;
    text-align: center;
    background-image: url("/assets/img/lp/oshikatsu_goods/bg.png");
}

.oshi_lineup_cate {
    width: 950px;
    margin: 50px auto 0;
}

.oshi_lineup_cate h3 {
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em 1em;
    text-align: center;
    font-size: 1.6em;
    font-weight: bold;
    color: #fff;
    background: #FFAA00;
}

.oshi_lineup_box {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, 0.6);
}

.oshi_lineup_boxs {
    box-sizing: border-box;
    display: inline-flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.oshi_lineup_boxs:not(:first-child) {
    margin-top: 20px;
}

.oshi_lineup_boxs img {
    width: 300px;
}

.oshi_lineup_boxs div {
    width: 550px;
    text-align: left;
}

.oshi_lineup_boxs div p {
    line-height: 1.6em;
}

.oshi_lineup_boxs div h4 {
    margin-bottom: 0.5em;
}

.oshi_lineup_boxs div h4,
.oshi_lineup_boxs div span.price {
    font-size: 1.6em;
    font-weight: bold;
}

.oshi_lineup_boxs div span.price {
    display: inline-block;
}

.oshi_lineup_boxs div span.sample {
    box-sizing: border-box;
    display: inline-block;
    padding: 0.2em 0.5em;
    margin-top: 10px;
    background: #FF4B87;
    color: #fff;
}

.oshi_lineup_boxs div span.title {
    display: inline-block;
    font-size: 1.2em;
    font-weight: bold;
    margin: 1.5em 0 0.5em;
}

.oshi_lineup_boxs div span.link {
    display: inline-block;
    width: 100%;
    text-align: right;
}

.oshi_footer {
    box-sizing: border-box;
    width: 100%;
    padding: 40px 0;
    text-align: center;
    background: #FF4B87;
}

.oshi_footer_flex {
    display: flex;
    justify-content: space-between;
    width: 950px;
    margin: auto;
}

.oshi_footer_box {
    width: 250px;
}

.oshi_footer_box img {
    width: 100%;
}

.oshi_footer_box p {
    text-align: left;
    line-height: 1.6em;
    color: #fff;
}

.oshi_footer_box p:first-of-type {
    display: inline-block;
    font-size: 1.8em;
    font-weight: bold;
    margin: 30px 0 20px;
    text-align: center;
    line-height: 1.4em;
}

a.oshi_button1 {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 30px auto 0;
    padding: 0.5em;
    border: none;
    border-radius: 1000px;
    background-color: #ffe600;
    color: #FF4B87;
    font-weight: 600;
    font-size: 1.2em;
    text-decoration: none;
}

a.oshi_button1::after {
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    margin-left: 10px;
    border-top: 2px solid #FF4B87;
    border-right: 2px solid #FF4B87;
    content: '';
}

a.oshi_button1:hover {
    background-color: #efd600;
    text-decoration: none;
}

.topback {
    text-align: center;
    margin-top: 8em;
}

.topback a {
    font-size: 1.8em;
    padding: 10px 80px;
    border-radius: 5px;
    color: #fff;
    background: #285FD5;
    text-decoration: none;
}

.topback a:hover {
    opacity: 0.7;
    transition: 0.5s;
}