@charset "UTF-8";

/* --------------------
	設定
-------------------- */
:root {
    --txt--ls: 0.06em;
    --txt--color: #333;
    --txt--point: #B4751E;
    --txt--attention: #888;
    --bg--color: #EEE;
}

html{
     font-size: 62.5%; /* 16px × 0.625 = 10px に設定 */
}

a,
a:link,
a:visited,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

/* --------------------
	common
-------------------- */
#contents {
    width:1200px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    color: var(--txt--color);
    line-height: 1;
    letter-spacing: var(--txt--ls);
}

#contents h2:not(.favo__ttl) {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: var(--txt--ls);
    text-align: center;
}

#contents img:not(.favo img) {
    width: 100%;
}

#contents a,
#contents li {
    transition: all 0.3s;
}

#contents a:hover {
    opacity: 0.6;
}

.txt--attention {
    font-size: 11px;
    color: var(--txt--attention);
    letter-spacing: var(--txt--ls);
}

.txt--attention a {
    color: var(--txt--attention);
    text-decoration: underline;
}

.txt--attention li {
    line-height: 2;
}

.txt--attention li::before {
    content: "※";
}

.txt--bold {
    font-weight: 600;
}

.txt--lg {
    font-size: 18px;
}

.flex {
    display: flex;
    align-items: start;
    justify-content: center;
}

/* --------------------
	.header
-------------------- */

.header {
    width: 1200px;
    height: auto;
    margin: 0 auto 80px;
}


/* --------------------
	main
-------------------- */

/* .favo */
.favo {
    width: 1000px;
    margin: 0 auto 100px;
}

.favo .flex {
    gap: 50px;
}

.favo h2,
.favo h3 {
    text-align: center;
}

.favo p {
    line-height: 1.6;
}

.favo a {
    text-decoration: underline;
}

.favo__ttl {
    margin-bottom: 60px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: var(--txt--ls);
}

.favo__ttl--sm {
    font-size: 1.5rem;
    letter-spacing: var(--txt--ls);
}

.favo__ttl--lg {
    padding-bottom: 5px;
    border-bottom: var(--txt--point) 2px solid;
    font-size: 24px;
    font-weight: 600;
    color: var(--txt--point);
    letter-spacing: var(--txt--ls);
}

.favo__detail {
    width: calc(1000px/2);
}

.favo__detail__ttl {
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 600;
    color: var(--txt--point);
}

.favo__detail__ttl img {
    display: inline-block;
    width: 23px;
    height: auto;
    margin-right: 2px;
    vertical-align: text-bottom;
}

.favo__img {
    width: 100%;
    margin-bottom: 25px;
    border: 1px solid #727272;
}

/* .entryとlogin */
#entry a, .login a {
    color: #B4751E;
    display: block;
    border-radius: 4px;
    border: #B4751E solid 2px;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 54px;
    margin: 0 auto;
    text-align: center;
    width: 80%;
    max-width: 600px;
}

#entry a.completion {
    background-color: #ccc;
    border-color: #ccc;
    color: #666;
    pointer-events: none;
}

.login a{
    margin: 40px auto 100px;
}



/* .campaign */
.campaign {
    width: 100%;
    margin-bottom: 100px;
    padding: 60px 0;
    background-color: var(--bg--color);
}

.campaign section {
    width: 1000px;
    margin: 0 auto 45px;
}

.campaign section:last-of-type {
    margin-top: 55px;
    margin-bottom: 0;
}

.campaign section:first-of-type {
    margin-top: 40px;
}

.campaign p:not(.howto__list__attention, .dl__txt__desc) {
    text-align: center;
    line-height: 2;
}

.campaign__ttl {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
}

/* .campaign -- 開催時期 -- */
.campaign__period p em {
    font-weight: 700;
    color: var(--txt--attention);
}

/* .campaign --参加方法-- */
.campaign__howto__list--wrapper,
.howto__list__attention{
    width: 490px;
    margin: 0 auto;
}

.howto__list__attention:first-of-type{
    margin: 10px auto;
}

.campaign__howto__list {
    line-height: 2;

}

.campaign__howto__list::before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    margin: 0 6px 3px 0;
    vertical-align: middle;
}

.campaign__howto__list:nth-of-type(1)::before {
    background: url(../img/step--01.svg) no-repeat;
    background-size: contain;
}

.campaign__howto__list:nth-of-type(2)::before {
    background: url(../img/step--02.svg) no-repeat;
    background-size: contain;
}

.campaign__howto__list:nth-of-type(3)::before {
    background: url(../img/step--03.svg) no-repeat;
    background-size: contain;
}

/* .campaign --アプリダウンロード-- */
.campaign__app__catch {
    font-size: 16px;
    font-weight: 600;
    color: var(--txt--point);
    text-align: center;
    letter-spacing: var(--txt--ls);
}

.campaign__app__catch::after {
    content: "";
    display: block;
    background-image: url(../img/app__catch__underline.svg);
    width: 234px;
    height: 9px;
    margin: 8px auto 8px;
    transform: translateX(-2px);
}

.campaign__app__dl {
    width: 420px;
    margin: 30px auto 0;
}

.campaign__app__dl.flex {
    align-items: center;
}

.app__dl__qr {
    width: 100px;
    margin-right: 18px;
}

.dl__txt__desc {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 2;
    letter-spacing: var(--txt--ls);
}

/* .search */
.search {
    width: 1000px;
    margin: 0 auto;
}

.search section {
    margin-bottom: 100px;
}

.search__type {
    width: 840px;
    margin: 0 auto;
}

.search__type__btn.flex {
    justify-content: space-between;
}

.search__type__btn__list {
    width: 200px;
    height: 50px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.08em;
    background-color: var(--txt--color);
}

.search__type__btn__list:hover {
    background-color: var(--txt--point);
    opacity: 0.8;

    a{
        opacity: 1 !important;
    }
}

.btn__list__link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: #fff;
    text-decoration: none !important;
}


/* --------------------
	aside
-------------------- */
aside {
    padding: 60px 0;
    background-color: var(--bg--color);
    margin-bottom: 80px;
}

aside>div {
    width: 735px;
    margin: 0 auto 50px;
}

aside>div:last-of-type {
    margin-bottom: 0;
}

.aside__point p {
    text-align: center;
}

.aside__attention__list {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 2;
}

.aside__attention__list::before {
    content: "※";
}