@charset "UTF-8";

/* -----------------------
　　　　　common
----------------------- */

:root {
    --black: #333;
    --white: #fff;
    --red: #ff0012;
    --txt: 1.3rem;
}

#contents {
    overflow: hidden;
}

#contents a {
    transition: all 0.3s;
}

#contents a:hover {
    opacity: 0.5;
}

#contents img {
    width: 100%;
    height: auto;
}

#contents p:not(.attention__txt) {
    text-align: center;
    font-size: var(--txt);
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.08em;
}

#contents .view_timer {
    display: none;
}

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

.header {
    margin-bottom: 100px;
}

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

.header__intro {
    margin-top: 40px;
}

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

.header__intro__link {
    text-decoration: underline;
    color: var(--red);
}

.header__intro__link::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    margin: 0 2px 0 1px;
    background: url(../img/window.svg) no-repeat;
    background-size: 10px;
}



/* -----------------------
　　　　main(common)
----------------------- */
main {
    width: 750px;
    margin: 0 auto;
}

.sec {
    margin-bottom: 100px;
}

.sec__ttl:not(.attention__ttl) {
    margin-bottom: 30px;
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
}

.sec__txt {
    margin-bottom: 40px;
}

.link__txt {
    display: block;
    text-align: center;
}

.__btn {
    display: block;
    width: 460px;
    margin: 40px auto 0;
    font-size: 1.6rem;
    font-weight: 600;
    color: #9ad9ff;
    line-height: 60px;
    letter-spacing: 0.08em;
    text-align: center;
    background-color: var(--red);
    border-radius: 4px;
}

.--flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

/* -----------------------
　　　　　.keyword
----------------------- */
/* 性別タブ */
.keyword__category__type {
    gap: 20px;
    width: 500px;
    margin: 0 auto 40px;
    text-align: center;
}

.type--list {
    width: calc(460px/3);
    padding: 10px 0;
    border-bottom: 2px solid #DDDDDD;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 0.08em;
    transition: 0.3s all;
}

.type--list:hover {
    cursor: pointer;
    opacity: 0.5;
}

.type--active.type--list {
    border-bottom: 2px solid var(--red);
}

/* キーワード一覧 */
.keyword__category__list .--flex {
    gap: 20px;
}

.keyword__category__list.--kids {
    width: 460px;
    margin: 0 auto;
}

.keyword__category__list .list__item {
    width: 100px;
}



.keyword__category__list .list__item {
    width: 100px;
}

.keyword__category__list .link__txt {
    padding-top: 6px;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.08em;
}

/* ボタン設定 */
.keyword__btn--small {
    justify-content: space-around;
    flex-wrap: nowrap !important;
    gap: 16px;
    width: 460px;
    margin: 0 auto;
}

.__btn.--small {
    width: calc(460px/2);
    margin-top: 16px;
    border: 2px solid var(--red);
    background-color: var(--white);
    font-size: 1.4rem;
    color: var(--black);
}

.__btn.--small em {
    font-style: normal;
    font-weight: 600;
    color: var(--red);
}

.__btn__txt br {
    display: none;
}

/* -----------------------
    　　　.label
----------------------- */

.label__list .--flex {
    gap: 15px;
}

.label .list__link {
    width: 160px;
    border: 1px #CCC solid;
}

.label .link__txt {
    padding: 20px 0;
    font-size: 1.1rem;
    letter-spacing: 0.08em;
}

.label .link__txt:has(br) {
    padding: 11px 0;
}

/* --------------------
	.feature
-------------------- */
.feature {
    width: 100%;
    margin: 0 auto 80px;
}

.slide__link {
    width: 225px !important;
    margin-right: 10px;
}

.slide__txt {
    margin-top: 10px;
    font-size: 1.1rem !important;
}

.slick-list {
    padding: 10px !important;
    overflow: visible;
}

/* -----------------------
　　　　.attention
----------------------- */
.attention {
    padding: 50px 75px;
    background-color: #EEEEEE;
    font-size: 1.3rem;
    letter-spacing: 0.08em;
}

.attention__ttl {
    margin-bottom: 15px;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.attention__list {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}

.attention__txt {
    margin-top: 10px;
}

/* --------------------
	.favo
-------------------- */
:root {
    --favo-point-color: #ff0012;
    --attention_txt-color: #aaa;
}

.favo {
    margin: 0 auto 100px;
}

.favo .flex {
    display: flex;
    gap: 30px;
}

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

.favo p {
    font-size: 1.2rem !important;
    text-align: left !important;
}

.favo a:not(.favo__txt__login) {
    display: inline;
    color: var(--attention_txt-color);
    text-decoration: underline;
}

.favo__ttl {
    margin-bottom: 40px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.06em;
}

.favo__ttl--sm {
    font-size: 1.4rem;
    letter-spacing: 0.06em;
}

.favo__ttl--lg {
    padding-bottom: 5px;
    border-bottom: var(--favo-point-color) 2px solid;
    font-size: 2.4rem;
    font-weight: 600;
    color: var(--favo-point-color);
    letter-spacing: 0.06em;
}

.favo__inner {
    margin-bottom: 50px;
}

.favo__detail {
    width: calc(100%/3);
}

.favo__detail__ttl {
    margin-bottom: 15px;
    font-size: 1.6rem;
    font-weight: 600;
    color: var(--favo-point-color);
}

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

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

.favo .txt--attention {
    color: var(--attention_txt-color);
}

.favo__txt {
    font-size: 1.1rem;
    line-height: 2;
    letter-spacing: 0.06em;
    text-align: center;
}

.favo__txt__login {
    color: var(--favo-point-color);
}