@charset "shift_jis";
/* CSS Document */
/*==============================================
スタイルリセット
================================================*/

/* デフォルトの余白リセット */
footer .footer-inner, header .header, header .information, main, main#wrapper, nav .category_nav {
    margin: 0;
    padding: 0;
    max-width: none;
}
article#contents {
    padding-bottom: 0;
}
footer {
    position: relative;
    z-index: 1000;
    border-top: 3px solid #222;
}
footer .footer-inner {
    padding: 30px 0 !important;
}

footer .bottom {
    margin-top: 0 !important;
}


/*==============================================
スタイルリセット その2
================================================*/

#mothersday-message *,
#mothersday-message *::before,
#mothersday-message *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body,
#mothersday-message h1,
#mothersday-message h2,
#mothersday-message h3,
#mothersday-message h4,
#mothersday-message h5,
#mothersday-message h6,
#mothersday-message ul,
#mothersday-message ol,
#mothersday-message dl,
#mothersday-message li,
#mothersday-message dt,
#mothersday-message dd,
#mothersday-message p,
#mothersday-message div,
#mothersday-message span,
#mothersday-message img,
#mothersday-message a,
#mothersday-message table,
#mothersday-message tr,
#mothersday-message th,
#mothersday-message td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

#mothersday-message header,
#mothersday-message footer,
#mothersday-message nav,
#mothersday-message section,
#mothersday-message article,
#mothersday-message main,
#mothersday-message aside,
#mothersday-message figure,
#mothersday-message figcaption {
    display: block;
}

#mothersday-message ol,
#mothersday-message ul,
#mothersday-message li {
    list-style: none;
    list-style-type: none;
}

#mothersday-message img {
    width: 100%;
    height: auto;
    display: block;
}

#mothersday-message a {
    color: inherit;
    text-decoration: none;
    transition: 0.2s;
}

#mothersday-message a:hover {
    opacity: 0.5;
}

#mothersday-message .no,
#mothersday-message .pc_none{
    display: none !important;
}


/* ここから追加
================================ */
/* ベース */
#mothersday-message {
    width: 100%;
    margin: 0 auto;
    font-size: 22px;
    font-family: "Noto Sans JP","Jost", sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    line-height: 1.2;
    color: #000;
    background-color: #fff;
}

#mothersday-message div.inner_content{
    width: 1200px;
    margin: 0 auto;
}

#mothersday-message img {
    width: 100%;
}

#mothersday-message section{
    padding: 30px 0;
}

#mothersday-message section.title,
#mothersday-message section.fotter {
    padding: 0 0;
}

#mothersday-message section:nth-last-child(2){
    padding-bottom: 50px;
}

/*価格プロ 税込削除*/
#mothersday-message div.prices span > span > span {
    display: none;
}

/* 共通 見出し
================================ */
#mothersday-message h1 {
    font-size: 0;
}

#mothersday-message h2 {
    font-size: 40px;
    text-align: center;
    color: #2d2d2d;
    padding:15px 0;
}

/*見出し画像の時*/
#mothersday-message h2.h_img{
    padding:0 0;
    font-size:0;
    width: 900px;
    margin: 0 auto;
}

#mothersday-message h3 {
    font-size: 38px;
    text-align: center;
    color: #2d2d2d;
    padding:2% 0;
}

#mothersday-message h4{
    font-size: 0;
}


#mothersday-message p{
    color: #2d2d2d;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    padding:2% 0;
}

/* 共通 カラム
================================ */
#mothersday-message ul[class^="col_"]{
    display: flex;
    flex-wrap: wrap;
    gap: 11px 1%;
}

#mothersday-message ul.col_1 > li{
    width:100%;
}

#mothersday-message ul.col_2 > li{
    width: calc(calc(100% - 1%) / 2);
    position: relative;
}

#mothersday-message ul.col_3 > li{
    width: calc(calc(100% - 2%) / 3);
}

#mothersday-message ul.col_4 > li{
    width: calc(calc(100% - 3%) / 4);
}

#mothersday-message ul.col_5 > li{
    width: calc(calc(100% - 4%) / 5);
}

/* section mothers_message
================================ */
#mothersday-message section.mothers_message ul li{
    transition: 0.2s;
}

#mothersday-message section.mothers_message ul li a.download_btn{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 100px;
    background-color: #222;
    color: #fff;
    font-size: 20px;
    margin: 10px 0 20px 0;
}

#mothersday-message section.mothers_message ul li a.download_btn:hover{
    color: #fff !important;
}

#mothersday-message section.mothers_message ul li a.download_btn::after {
    position: absolute;
    font-family: 'Material Icons';
    content: 'download';
    transform: translate(50%, -50%);
    top: 50%;
    right: 7%;
    font-size: 25px;
    font-weight: bold;
}