/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    color: #eee;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input, select {
    vertical-align: middle;
}

/*====================
スマホを基本設計に
 - 〜480px：スマートフォン
 - 481px〜959px：タブレット
 - 960px〜：PC
====================*/

/* スマホファースト */

body {
    font-family: "游ゴシック", "ヒラギノ角ゴ ProN", sans-serif;
    background-color: #F2F2F6;
    color: #363636;
}

li {
    list-style: none;
}

.link-pink {
    color: #F342A1;
    text-decoration: underline;
}

header {
    position: relative;
}

#scroll-arrow {
    display: none;
}

header img {
    width: 100%;
}

.header-contents {
    width: 80%;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header-contents h2 {
    color: #F342A1;
    margin-bottom: 5px;
}

.header-contents img {
    width: 85%;
    margin-bottom: 5px;
}

.header-contents p {
    text-align: left;
    font-size: 11px;
    line-height: 14px;
    letter-spacing: 0.02em;
}

.header-contents br {
    display: none;
}

main {
    margin-top: 20px;
}

section {
    width: 80%;
    margin: 0 auto 50px;
}

.section-heading {
    margin-bottom: 20px;
    text-align: center;
}

.section-heading h1 {
    font-size: 1.3em;
    color: #592F72;
    margin-bottom: 10px;
}

.section-heading p {
    font-size: 0.9em;
    color: #333;
}

.section-description,
.section-article {
    padding: 25px 30px;
    background-color: #fff;
    border-radius: 30px;
}

.section-description h2 {
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 10px;
    color: #F342A1;
}

.section-description-p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-align: justify;
}

/* タブレット版とPC版 */
.article {
    width: 100%;
    margin-bottom: 25px;
}

.article-catch {
    position: relative;
}

.article-img {
    width: 100%;
    height: auto;
    border: solid #eee 2px;
}

.article-date {
    position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60%;
    height: 25px;
    font-size: 0.8em;
    line-height: 25px;
    color: #fff;
    text-align: center;
    background-color: #F342A1;
    border-radius: 30px;
}

.article-title {
    margin-top: 20px;
    color: #363636;
    line-height: 1.3em;
}

.article p {
    margin-top: 10px;
    font-size: 0.8em;
    color: #363636;
    line-height: 1.3em;
    letter-spacing: 0.01em;
}

.article-tags {
    display: flex;
    margin-top: 10px;
}

.article-tags .tag::before {
    content: '●';
    color: #F342A1;
}

.article-tags .tag {
    display: inline-block;
    font-size: 0.07em;
    color: #363636;
    border: #363636 1px solid;
    border-radius: 30px;
    padding: 4px 6px 4px 4px;
    margin-right: 5px;
}

.article-more {
    position: relative;
    height: 80px;
}

.article-more .button {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 70%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
    background-color: #592F72;
}

.event-box {
    /* padding-bottom: 30px; */
    border-bottom: solid 1px #DEDEDE;
}

.event-box-date {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #592F72;
}

.event-box h2 {
    text-align: left;
}

.event-box-img {
    width: 100%;
    margin-bottom: 10px;
}

.event-box-img img {
    width: 100%;
}

.event-box-a {
    display: inline-block;
    margin-top: 30px;
    font-weight: bold;
    color: #F342A1;
    text-decoration: underline;
}

footer {
    height: 100px;
    text-align: center;
}

footer p {
    font-size: 0.8em;
    line-height: 1.3em;
}


@media screen and (min-width: 481px) {
    /* タブレット用 */

    .header-contents {
        text-align: left;
        top: 40%;
    }

    .header-contents h2 {
        font-size: 2em;
        margin-bottom: 15px;
    }

    .header-contents img {
        width: 60%;
        max-width: 750px;
        margin-bottom: 25px;
    }

    .header-contents p {
        font-size: 15px;
        line-height: 28px;
        letter-spacing: 0.01em;
    }

    .header-contents br {
        display: none;
    }

    main {
        margin-top: 80px;
    }

    section {
        width: 70%;
        margin-bottom: 100px;
    }

    .section-heading {
        margin-bottom: 50px;
        text-align: center;
    }

    .section-heading h1 {
        letter-spacing: 0.02em;
        font-size: 2em;
        margin-bottom: 15px;
    }

    .section-heading p {
        font-size: 1.2em;
    }

    .section-description {
        padding: 40px;
    }

    .section-description h2 {
        font-size: 1.3em;
        margin-bottom: 20px;
    }

    .section-description h2 br {
        display: none;
    }

    .article-box {
        width:100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .article {
        width: 45%;
        margin: 25px 10px 0 10px;
    }

    .article-catch {
        position: relative;
    }

    .article-img {
        width: 100%;
    }

    .article-date {
        position: absolute;
        bottom: -8px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        width: 60%;
        height: 25px;
        font-size: 0.8em;
        line-height: 25px;
        color: #fff;
        text-align: center;
        background-color: #F342A1;
        border-radius: 30px;
    }
    
    .article-tags {
        display: flex;
        margin-top: 25px;
    }
    
    .article-tags li::before {
        content: '●';
        color: #F342A1;
    }

    .article-more .button {
        height: 40px;
        line-height: 40px;
        width: 200px;
    }
}

@media screen and (min-width: 960px) {
    /* PC用 */
    .header-contents {
        top: 35%;
    }

    .header-contents h2 {
        letter-spacing: 0.03em;
    }

    .header-contents p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 0.02em;
    }

    .header-contents br {
        display: inline;
    }

    #scroll-arrow {
        position: absolute;
        top: 65%;
        left: 50%;
        z-index: 2;
        display: inline-block;
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
        text-decoration: none;
        color: #F342A1;
    }

    #scroll-arrow {
        padding-top: 70px;
    }

    #scroll-arrow span {
        position: absolute;
        top: 0;
        left: 50%;
        width: 24px;
        height: 24px;
        margin-left: -12px;
        border-left: 1px solid #F342A1;
        border-bottom: 1px solid #F342A1;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-animation: sdb 1.5s infinite;
        animation: sdb 1.5s infinite;
        box-sizing: border-box;
    }

    @-webkit-keyframes sdb {
        0% {
          -webkit-transform: rotate(-45deg) translate(0, 0);
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
        100% {
          -webkit-transform: rotate(-45deg) translate(-20px, 20px);
          opacity: 0;
        }
      }
      @keyframes sdb {
        0% {
          transform: rotate(-45deg) translate(0, 0);
          opacity: 0;
        }
        50% {
          opacity: 1;
        }
        100% {
          transform: rotate(-45deg) translate(-20px, 20px);
          opacity: 0;
        }
      }

    section {
        width: 60%;
        margin-bottom: 160px;
    }

    .section-heading h1 {
        font-size: 2.5em;
    }

    .section-description h2 {
        font-size: 1.6em;
    }

    .section-description-p {
        font-size: 1em;
        line-height: 1.4em;
    }
    
    .article-box {
        justify-content: space-between;
    }

    .event-box-img {
        width: 95%;
        margin: 0 auto 20px auto;
    }

    .event-box-text {
        width: 95%;
        margin: auto;
    }

    footer br {
        display: none;
    }
}