@charset "UTF-8";

.tac--sp {
    text-align: left;
}

@media screen and (max-width:750px){
    .tac--sp {
        text-align: center;
    }
}

/* スライダ */
.SpProductTitle__notice {
    display: inline-block;
    font-size: 14px;
}

.SpProductTitle__notice .SpProductTitle__notice--ndw {
    display: block;
}

.ProductTitle__notice {
    display: inline-block;
    font-size: 18px;
    line-height: 1.5;
}

.ProductTitle__notice.ProductTitle__notice--ndw {
    display: block;
}

.ProductCardSlider {
    position: relative;
}


.ProductCardInfo__meta--mtLarge{
    margin-top: 15px;
    margin-bottom: 5px;
    height: 30px;
}

.ProductCardInfo__meta--mbLarge{
    margin-bottom: 23px;
    height: 30px;
}

.ContentGrid__notice {
    font-size: 12px;
    display: block;
}

.ContentGrid__indent {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
}

/* 詳細 */

.ProductDetailContent *+.ContentGrid.ContentGrid--1 {
    padding-top: 0;
    padding-bottom: 15px;
}
.Caption.Caption--large {
    font-size: 15px;
}

.Caption.Caption--center {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Caption + img {
    margin-top: 5px;
}

.ProductDetailContent img + p {
    margin-top: 5px;
}

.Lead {
    margin-top: 20px;
    margin-bottom: 6px;
}

.ProductNotice {
    display: flex;
    justify-content: flex-start;
    font-family: "游ゴシック体","Yu Gothic",YuGothic,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','Helvetica Neue',Helvetica,Arial,'メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: .01em;
    margin: 30px 30px 0 30px;
    color: #777;
}

.ProductNotice.ProductNotice--inAc {
    margin: 10px 0 -15px;
    color: #777;
    flex-wrap: wrap;
}

.ProductNotice__text {
    width: 48%;
}

.ProductNotice__text.ProductNotice__text--inAc {
    width: 100%;
}

.ProductNotice__text + .ProductNotice__text {
    margin-left: 4%;
}

.ProductNotice__text.ProductNotice__text--inAc + .ProductNotice__text.ProductNotice__text--inAc {
    margin-left: 0;
}

.ProductNotice__textDesc {
    margin-inline-start: 0;
}

.ProductNotice__listItem {
    padding-left: 1em;
    text-indent: -1em;
}

.ProductNotice__listItem::before {
    content: "・";
    font-size: 1em;
}

.ProductNotice__link {
    color: #777;
    transition: 0.3s;
    margin-top: 1em;
    display: inline-block;
}

.ProductNotice__link:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.ProductNotice__note {
    padding-left: 1em;
    text-indent: -1em;
    display: block;
}

.ProductNotice__note::before {
    content: "※";
    font-size: 1em;
    padding-bottom: 0;
}

@media screen and (max-width:750px){
    .ProductNotice {
        flex-wrap: wrap;
        margin: 10px 0 -30px;
        font-size: 12px;
        line-height: 1.5;
    }
    .ProductNotice__text {
        width: 100%;
    }
    .ProductNotice__text + .ProductNotice__text,
    .ProductNotice__text.ProductNotice__text--inAc + .ProductNotice__text.ProductNotice__text--inAc {
        margin-left: 0;
    }
    .ProductNotice__text span:not(:last-child) {
        padding-bottom: 10px;
    }
}

.HalfwayBtn:not(:first-child) {
    margin: 0;
    margin-top: 15px;
}

.ua-desktop .HalfwayBtn:hover::after {
    opacity: 0;
}

.HalfwayBtn::after {
  content: none;
}

.HalfwayBtn.HalfwayBtn--notFunction {
    font-family: "A1 Mincho",Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    position: absolute;
    text-align: center;
    left: 51%;
    top: 80px;
    transform: translateX(-50%);
    display: block;
}

.HalfwayBtn.HalfwayBtn--notFunctionNdw {
    top: 40px;
}

.HalfwayBtn.HalfwayBtn--notFunction::before {
    width: calc(100% - 47px);
}

.HalfwayBtn__txt.HalfwayBtn__txt--notFunction {
    font-size: 25px;
}

@media screen and (max-width:750px){
    .HalfwayBtn.HalfwayBtn--notFunction {
        top: 20%;
        transform: translate(-50% , -50%);
        display: block;
        width: 220px;
    }

    .HalfwayBtn.HalfwayBtn--notFunctionNdw  {
        top: 12%;
    }

    .HalfwayBtn__txt.HalfwayBtn__txt--notFunction {
        font-size: 21px;
    }

    .HalfwayBtn.HalfwayBtn--notFunction::before {
        width: calc(100% - 45px);
    }
}