
body {
    font-family: 'Noto Sans JP', sans-serif;
}
#contentsWrapper {
    width: 960px;
    margin: 0 auto;
    font-size: 16px;
}
.mv-area {
    margin-bottom: 33px;
}
.about .tl {
    text-align: center;
    color: #0071BE;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 15px;
}
.about p {
    margin-bottom: 23px;
}
.about p.link {
    text-align: right;
    position: relative;
    padding-right: 13px;
}
.about .link a {
    text-decoration: none;
    color: #000;
} 
.about p.link::before {
    content: "";
    margin: auto;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #0071BE;
    border-right: 2px solid #0071BE;
    transform: rotate(45deg);
}
.title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.gift-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}
.gift-content {
    width: 32%;
    background: #F2EBE1;
    text-align: center;
    border-radius: 10px;
    padding-bottom: 22px;
}
.gift-content img {
    width: 100%;
}
.gift-content p { 
    margin-top: 21px;
}
.gift-content .gift-content-name {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #0071BE;
    text-align: center;
    margin: 0;
    padding: 15px 0;
    border-radius: 10px 10px 0 0;
}
.gift-content table {
    width: 90%;
    margin: 25px auto 0;
    border-spacing: 0;
    font-size: 13.5px;
    font-weight: bold;
    border-top: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
}
#contentsWrapper .gift-content table tr {
    border-bottom:1px solid #D9D9D9 ;
}
#contentsWrapper .gift-content table tr.item {
    border-bottom: 0;
}
#contentsWrapper .gift-content table tr.item td:first-of-type {
    border-right: 1px solid #fff;
}
.gift-content table td {
    padding: 8px 0;
}
.gift-content table tr td {
    text-align: center;
}
#contentsWrapper .gift-content table tr.item td {
    color: #fff;
    background: #000;
    width: 50%;
    font-weight: bold;
}
.gift-content table tr td:first-of-type {
    color: #fff;
    background: #0071BE;
}
.gift-content table tr td:last-of-type {
    color: #000;
    background: #fff;
    font-weight: normal;
}
.gift-content .btn {
    margin:15px 0 0 0;
}
.gift-content .btn a {
    display: inline-block;
    position: relative;
    width: 75%;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 15px 0;
    border-radius: 25px;
}
.gift-content .btn a:hover {
    opacity: 0.8;
}
.gift-content .btn.pink a {
    background: #D1697B;
}
.gift-content .btn.brown a {
    background: #A5621A;
}
.gift-content .btn a::after {
    display: inline-block;
    position: absolute;
    content: "";
    background: url(/satofull/image/icon.png) no-repeat 0 0 / 10px 10px;
    width: 10px;
    height: 10px;
    top: calc(50% - 6px);
    right: 7%;
}
.ac-wrap {
    display: none;
    margin-bottom: 50px;
    line-height: 1.6;
}
.ac-trigger {
    cursor: pointer;
    position: relative;
}
.about .ac-trigger:before, .about .ac-trigger:after {
    content: "";
    display: block;
    position: absolute;
    right: 396px;
    top: 14%;
    width: 2px;
    height: 16px;
    background-color: #0071BE;
    transition: .3s ease-out;
}
.about .ac-trigger:after, .about .ac-trigger.is-open:before {
    transform: rotate(90deg);
}
@media screen and (max-width:767px) {
#contentsWrapper,
#contentsWrapper img {
    width: 100%;
}
.about {
    margin: 0 20px;
}
.about .tl {
    font-size: 18px;
}
.title {
    font-size: 24px;
    margin-bottom: 30px;
}
.gift-wrap {
    display: block;
    margin: 0 20px;
}
.gift-content {
    width: 100%;
}
.gift-content + .gift-content {
    margin-top: 50px;
}
.about .ac-trigger:before, .about .ac-trigger:after {
    right: 24%;
}
}