@charset "UTF-8";

.hideItem {
        display: none !important;
}

#html-block-id-131 .product-item-image,
#html-block-id-132 .product-item-image {
    height: 320px;
}

#html-block-id-178 img {
    vertical-align: bottom;
}

.half-size .intax {
    font-size: 40px !important;
    font-weight: bold !important;
}

.half-size .intax span {
    font-size: 24px !important;
    display: inline-block;
    transform: translate(0, -2px);
}

.full-size .intax {
    font-size: 52.5px !important;
}

.full-size .intax span {
    font-size: 31.5px !important;
    display: inline-block;
    transform: translate(0, -2px);
}

.martop0.html-block:not(:nth-of-type(1)) .html-content-image{
    margin-top: 0;
}

.item-price .sale-price-wrapper .base-price{
    display: block;
    font-size: 23px;
    text-align: left;
    width: 100%;
}

.product-item-block .item-type span.new.PS5:nth-child(1) {
    border: 1px solid #000;
    border-right: none;
}

.product-item-block .item-type span.PS5:nth-child(2){
    outline-offset: 0;
}

.product-item-block .item-type span.Switch2:nth-child(2) {
    background: #e52616;
}

/* リポストキャンペーン manner */
#repost_campaign {
    padding: 0 20px 20px;
    background-color: white;
}

.manner {
    padding-top: 40px;
}

.manner>dt {
    height: 50px;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
    letter-spacing: -0.03em;
    padding: 0 20px;
    background: #eee;
}

.manner>dd {
    font-size: 18px;
    padding-top: 30px;
}

.manner>dd .app {
    padding: 40px 0;
    margin-top: 40px;
    background-color: #eee;
}

.manner>dd .app b {
    text-align: center;
}

.manner>dd .app b span {
    display: inline-block;
    color: #fff;
    font-size: calc(20 / 24 * 1em);
    background: #4472fb;
    padding: calc(4 / 20 * 1em) calc(10 / 20 * 1em);
    margin-right: calc(10 / 20 * 1em);
}

.manner>dd .app ul {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.manner>dd .step {
    list-style: none;
    padding-bottom: 40px;
}

.manner>dd .step li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px;
}

.manner>dd .step li:nth-of-type(2) p {
    display: flex;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    width: calc(100% - 152px);
}

.manner>dd .step li:nth-of-type(2) p span {
    display: block;
    width: 100%;
    margin-top: 0;
}

.manner>dd .step li+li {
    padding: 30px 0 20px;
    border-top: 1px solid #ddd;
}

.manner>dd .step li+li::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    border-style: solid;
    border-width: 1px;
    border-top-color: #ddd;
    border-right-color: #ddd;
    border-left-color: transparent;
    border-bottom-color: transparent;
    background: #fff;
    transform: translate(-50%, -52.5%) rotate(133deg);
}

.manner>dd .step li b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 152px;
    font-size: 68px;
    line-height: 1;
    text-align: center;
    padding: 13px 0 10px;
}

.manner>dd .step li b span {
    display: block;
    width: 100%;
    font-size: calc(20 / 68 * 1em);
}

.manner>dd .step li p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 476px);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 29px;
}

.manner>dd .step li p span {
    margin-top: -3em;
}

.manner>dd .step li .twitter_btn,
.manner>dd .step li .repost_btn {
    display: flex;
    align-items: center;
    width: 324px;
}

.manner>dd .step li .twitter_btn a,
.manner>dd .step li .repost_btn a {
    position: relative;
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    margin: 0 auto;
    border-radius: 5px;
    color: #fff;
}

.manner>dd .step li .twitter_btn a {
    background-color: #20a1f1;
}

.manner>dd .step li .repost_btn a {
    background-color: #000;
}

.manner>dd .step li .image {
    display: block;
    width: 100%;
    text-align: center;
}

.manner .repostAccordion_title {
    text-align: center;
}

.manner .repostAccordion_title p {
    width: 100%;
    margin-bottom: 0;
    font-weight: bold;
}

.manner .repostAccordion_title p:nth-of-type(1) {
    font-size: 22px;
}

.manner .repostAccordion_title p:nth-of-type(2) {
    font-size: 36px;
}

.accordion {
    border: none;
    margin-bottom: 40px;
}

.accordion dt {
    border: 1px solid #ccc;
    cursor: pointer;
    display: block;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

.accordion dt.active {
    background: #eee;
}

.accordion dt::after {
    bottom: 0;
    display: block;
    content: '＋';
    margin: auto;
    top: 0;
    padding: 10px 0;
    position: absolute;
    right: 20px;
}

.accordion dt.active::after {
    content: '−';
}

.accordion dd {
    border: 1px solid #fff;
    display: none;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 20px;
    padding: 10px;
}

.accordion a {
    display: inline;
    color: -webkit-link;
    text-decoration: underline;
}
