@charset "UTF-8";
/* CSS Document */

.gift-area {
    color: #303030;
}

.text-hanway {
    letter-spacing: 0.1em;
    margin-top: 0px;
}
.text-red {
    color: #B30010;
}

.brpc {
    display: none;
}

.read-area {
    padding-top: 68px;
}

.read-area h4 {
	font-family: 'mplus-1p-regular';
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 0.1em;
	font-weight: normal;
    padding-bottom: 28px;
}

.read-area p {
    font-size: 15px;
    line-height: 32px;
    margin-top: 36px;
}

.img-wrap {
    margin-top: 40px;
}

.img-wrap img {
    max-width: 760px;
}

.gift-area ul {
    margin-top: 45px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    list-style-type: none;
    font-size: 14px;
    line-height: 26px;
}

.gift-area li {
    padding-top: 33px;
  padding-left: 1em;    /* 全体を右に1文字分ずらす */
  text-indent: -1em;    /* 1行目を1文字分左に戻す */
}





/* =========================================
   PORTRAIT：〜480px
========================================= */
@media screen and (max-width: 480px) {

.brpc {
    display: block;
}

.brsp {
    display: none;
}

.img-wrap {
  height: 320px;        /* ←高さだけ指定 */
  overflow: hidden;     /* ←はみ出しを隠す（重要） */
}

.img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* ←縦基準でトリミング */
}

.gift-area ul {
    margin-top: 45px;
    padding-right: 0px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
    list-style-type: none;
    font-size: 13px;
    line-height: 24px;
}
}


/* =========================================
   LANDSCAPE：481px〜736px
========================================= */
@media screen and (min-width:481px) and (max-width:736px) {

.img-wrap img {
  max-height: 80vh;
}

}

/* =========================================
   PC：737px〜
========================================= */
@media screen and (min-width: 737px) {

.read-area {
    padding-top: 100px;
}

.read-area h4 {
    font-size: 24px;
    letter-spacing: 0.2em;
    padding-bottom: 0px;
}

.read-area p {
    font-size: 16px;
    line-height: 32px;
    margin-top: 70px;
    padding-bottom: 36px;
}

.gift-area ul {
    width: 560px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 55px;
    padding-bottom: 20px;
}

}
