@charset "UTF-8";
* {
    box-sizing: border-box;
    font-family: 游ゴシック体, "Yu Gothic", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, sans-serif;
}
img {
    max-width: 100%;
}
.c-giftTtl01 {
    font-size: calc(18 / 375 * 100vw);
    text-align: center;
    margin-bottom: calc(15 / 375 * 100vw);
    font-weight: bold;
    font-family: auto;
    font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.05em;
}
@media (min-width: 768px) {
    .c-giftTtl01 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    
}

/*---------------------- MV部分 ----------------------*/
.support-index__header {
    margin: 0 auto calc(40 / 375 * 100vw);
    justify-content: left;
}
.support-index__header.gift {
    background: url(../img/gift/bg_ttl-sp.jpg) center center no-repeat;
    background-size: cover;
}
.support-index__header__inner {
    padding-right: 70px;
    width: 100%;
}
.support-index__header__h1 {
    display: flex;
    justify-content: end;
}
.support-index__header__h1 > span {
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
}

@media (min-width: 768px) {
    .support-index__header {
        margin: 0 auto 90px;  
    }
    .support-index__header.gift {
        background: url(../img/gift/bg_ttl-pc.jpg) center center no-repeat;
        background-size: cover;
    }
    .support-index__header__inner {
        padding-right: 275px;
    }
}

/*---------------------- 導入部分 ----------------------*/
.giftSentence {
    margin-bottom: calc(75 / 375 * 100vw);
}
.giftSentence__inner {
    padding: 0 calc(20 / 375 * 100vw);
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    letter-spacing: inherit;
}
@media (min-width: 768px) {
    .giftSentence {
        margin-bottom: 90px;
    }
    .giftSentence__inner {
        padding: 0 60px;
        font-size: 14px;
        line-height: 2.3;
        max-width: 1020px;
        margin: 0 auto;
    }
}

/*---------------------- 特徴部分 ----------------------*/
.giftPoint {
    margin-bottom: calc(150 / 375 * 100vw);
}
.giftPoint__inner {
    padding: 0 calc(20 / 375 * 100vw);
}
.giftPoint__box:not(:last-child) {
    margin-bottom: calc(80 / 375 * 100vw);
}
.giftPoint__box--txt {
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(28 / 375 * 100vw);
    margin-bottom: calc(15 / 375 * 100vw);
    letter-spacing: inherit;
}
.giftPoint__box--special {
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    padding: calc(25 / 375 * 100vw) 0;
    margin-bottom: calc(35 / 375 * 100vw);
}
.giftPoint__box--specialTtl {
    font-size: calc(14 / 375 * 100vw);
    font-weight: bold;
    text-align: center;
    margin-bottom: calc(25 / 375 * 100vw);
}
.giftPoint__box--specialTxt {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
    line-height: 2;
}
.giftPoint__box--specialDate {
    display: flex;
    margin: 0 calc(-15 / 375 * 100vw) calc(15 / 375 * 100vw);
    position: relative;
    justify-content: center;
}
.giftPoint__box--specialDate:before {
    content: "";
    display: inline-block;
    width: calc(20 / 375 * 100vw);
    height: calc(1 / 375 * 100vw);
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 45.5%;
}
.giftPoint__box--specialDate p {
    padding: 0 calc(15 / 375 * 100vw);
}
.giftPoint__box--specialReception {
    font-size: calc(12 / 375 * 100vw);
    text-align: center;
}
@media (min-width: 768px) {
    .giftPoint {
        margin-bottom: 190px;
    }
    .giftPoint {
        margin-bottom: auto 200px;
    }
    .giftPoint__inner {
        padding: 0 60px;
        max-width: 1020px;
        margin: 0 auto;
    }
    .giftPoint__box:not(:last-child) {
        margin-bottom: 100px;
    }
    .giftPoint__box--txt {
        font-size: 14px;
        line-height: 2.3;
        margin-bottom: 35px;
        letter-spacing: 0;
        text-align: center;
    }
    .giftPoint__box--img-message {
        text-align: center;
    }
    .giftPoint__box--img-message img {
        width: 500px;
    }
    .giftPoint__box--special {
        padding: 45px 0;
        margin-bottom: 50px;
    }
    .giftPoint__box--specialTtl {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .giftPoint__box--specialTxt {
        font-size: 14px;
        margin-bottom: 25px;
        text-align: center;
    }
    .giftPoint__box--specialDate {
        margin: 0 -15px 15px;
    }
    .giftPoint__box--specialDate:before {
        content: "";
        display: inline-block;
        width: 20px;
        height: 1px;
        right: 47.5%;
    }
    .giftPoint__box--specialDate p {
        padding: 0 15px;
        font-size: 14px;
    }
    .giftPoint__box--specialReception {
        font-size: 14px;
    }
}
@media (min-width: 768px) {
    .giftPoint__box--specialDate:before {
        right: 47.9%;
    }
}


/*---------------------- ギフトラインナップ部分 ----------------------*/
.giftLineup {
    margin-bottom: calc(150 / 375 * 100vw);
}
.giftLineup__inner {
    padding: 0 calc(20 / 375 * 100vw);
}
.giftLineup__ttl {
    font-size: calc(18 / 375 * 100vw);
    margin-bottom: calc(40 / 375 * 100vw);
    font-weight: 400;
}
.giftLineup__ttl > span {
    font-family: "Renner*", a-otf-gothic-bbb-pr6n, sans-serif;
}
.giftLineup__link {
    margin-bottom: calc(80 / 375 * 100vw);
}
.giftLineup__link li {
    border-bottom: .1rem solid #333333;
}
.giftLineup__link li a {
    font-size: calc(14 / 375 * 100vw);
    position: relative;
    padding: calc(10 / 375 * 100vw) 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: calc(5 / 375 * 100vw);
}
.giftLineup__link li a .icon-arrow {
    transform: rotate(90deg);
    width: calc(5 / 375 * 100vw);
    height: calc(5 / 375 * 100vw);
}
.giftLineup__ul {
    display: flex;
    flex-wrap: wrap;
    margin: calc(-15 / 375 * 100vw) calc(-7.5 / 375 * 100vw) 0;
}
.giftLineup__li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
    padding: 0 calc(7.5 / 375 * 100vw);
    margin-top: calc(15 / 375 * 100vw);
}

.giftLineup__img {
    margin-bottom: calc(10 / 375 * 100vw);
}
.giftLineup__name {
    font-size: calc(12 / 375 * 100vw);
    margin-bottom: calc(30 / 375 * 100vw);
}
.giftLineup__price {
    text-align: right;
    font-size: calc(10 / 375 * 100vw);
}
.giftLineup__price span {
    font-family: 'Outfit', sans-serif;
    font-size: calc(16 / 375 * 100vw);
}
.giftLineup__price  .giftLineup__price--annotation {
    font-size: calc(10 / 375 * 100vw);
    transform: scale(.7);
    display: inline-block;
    transform-origin: right;
}
@media (min-width: 768px) {
    .giftLineup {
        margin-bottom: 150px;
    }
    .giftLineup__inner {
        padding: 0 60px;
        max-width: 1020px;
        margin: 0 auto;
    }
    .giftLineup__ttl {
        font-size: 26px;
        margin-bottom: 100px;
    }
    .giftLineup__link {
        display: none;
    }
    .giftLineup__Subttl {
        margin-bottom: 70px;
    }
    .giftLineup__ul {
        margin: -100px -17.5px 0;
    }
    .giftLineup__li {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
        padding: 0 17.5px;
        margin-top: 100px;
    }
    .giftLineup__li-set {
        -ms-flex-preferred-size: 33.3333%;
        flex-basis: 33.3333%;
        max-width: 33.3333%;
    }
    .giftLineup__img {
        margin-bottom: 15px;
    }
    .giftLineup__name {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .giftLineup__price {
        text-align: right;
        font-size: 16px;
    }
    .giftLineup__price span {
        font-family: 'Outfit', sans-serif;
        font-size: 24px;
    }
    .giftLineup__price  .giftLineup__price--annotation {
        font-size: calc(10 / 1280 * 100vw);
        transform: scale(.8);
        display: inline-block;
        transform-origin: right;
    }
}

/*---------------------- ヘアアイテム部分 ----------------------*/
.giftHair {
    margin-bottom: calc(150 / 375 * 100vw);
}
.giftHair__inner {
    padding: 0 calc(20 / 375 * 100vw);
}
@media (min-width: 768px) {
    .giftHair {
        margin-bottom: 150px;
    }
    .giftHair__inner {
        padding: 0 60px;
        max-width: 1020px;
        margin: 0 auto;
    }
    .giftHair__ttl {
        margin-bottom: 70px;
    }
}