@charset "UTF-8";
.l-header-mark {
    display: none;
}

.b0-header-mark {
    width: 100px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 700;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 2000;
}

.is-black .b0-header-mark {
    color: #FFF;
}

@media (max-width: 1023px) {
    .b0-header-mark {
        width: 80px;
        right: 10px;
        top: 10px;
    }
}

.b0-container {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    letter-spacing: .1em;
}

.b0-container-2 {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    letter-spacing: .1em;
}

.b0-container-3 {
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -moz-font-feature-settings: "palt";
    -ms-font-feature-settings: "palt";
    letter-spacing: .1em;
}

.b0-logo {
    padding-top: 40px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .b0-logo {
        padding-top: 20px;
        margin-bottom: 50px;
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%);
    }
    .b0-logo img {
        width: 240px;
    }
}

.b0-nav {
    display: table;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 100;
    padding-top: 40px;
}

@media (max-width: 767px) {
    .b0-nav {
        display: block;
        padding-top: 0px;
        border-top: 1px solid #efefef;
        margin-bottom: 30px;
        width: calc(100% + 40px);
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
        z-index: 120;
    }
}

.b0-nav-top {
    padding-bottom: 5px;
}

.b0-nav__item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .b0-nav__item {
        display: block;
    }
}

.b0-nav__item a {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 600;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    text-align: center;
    padding: 40px 0px 10px;
    margin: 0 20px;
    position: relative;
}

@media (min-width: 767px) {
    .b0-nav__item a::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 2px;
        background: #333;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
}

@media (max-width: 1023px) {
    .b0-nav__item a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5;
        margin: 15px;
    }
}

@media (max-width: 767px) {
    .b0-nav__item a {
        padding: 10px 0px 7px;
        margin: 0px;
        width: 50%;
        float: left;
        font-size: 11px;
        font-size: 1.1rem;
        line-height: 1.5;
        border-bottom: 1px solid #efefef;
        border-left: 1px solid #efefef;
        background: #fafafa;
    }
}

@media (max-width: 767px) {
    .b0-nav__item--top a {
        width: 100%;
    }
}

.b0-nav__item--morning a.is-current {
    color: #17a981;
}

.b0-nav__item--morning a::after {
    content: '';
    background: #17a981;
}

.b0-nav__item--afternoon a.is-current {
    color: #f5a21b;
}

.b0-nav__item--afternoon a::after {
    content: '';
    background: #f5a21b;
}

.b0-nav__item--evening a.is-current {
    color: #696aaf;
}

.b0-nav__item--evening a::after {
    content: '';
    background: #696aaf;
}

.b0-nav__item--midnight a.is-current {
    color: #b8539b;
}

.b0-nav__item--midnight a::after {
    content: '';
    background: #b8539b;
}

.b0-nav__item--e_morning a.is-current {
    color: #ECCD73;
}

.b0-nav__item--e_morning a::after {
    content: '';
    background: #ECCD73;
}

.b0-nav__item--night a.is-current {
    color: #3E6C94;
}

.b0-nav__item--night a::after {
    content: '';
    background: #3E6C94;
}

.b0-nav__item a:hover::after {
    width: 100%;
}

.b0-nav__item a.is-current::after {
    width: 100%;
}

@media (max-width: 767px) {
    .b0-nav__item a.is-current::after {
        width: 0;
    }
}

.b0-button a {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 700;
    letter-spacing: .1em;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    padding-bottom: 10px;
    color: #333;
}

@media (min-width: 767px) {
    .b0-button a:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background: #333;
        transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
    }
}

.b0-button a.is-none {
    color: #b8b8b8;
}

.b0-button a:hover {
    color: #333;
}

.b0-button a:hover::after {
    width: 100%;
}

.b0-button a.is-current::after {
    width: 100%;
}

.b0-wrapper {
    position: relative;
}

.b0-detail {
    border-top: 1px solid #efefef;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .b0-detail {
        border-top: none;
    }
}

.b0-detail__ttl {
    display: table;
    margin: 0 auto;
    padding: 130px 0 70px;
    clear: both;
}

@media (max-width: 1023px) {
    .b0-detail__ttl {
        padding: 100px 0px 40px;
    }
}

@media (max-width: 767px) {
    .b0-detail__ttl {
        padding: 70px 0px 30px;
        display: block;
        text-align: center;
    }
}

@media (max-width: 767px) {
    .b0-detail__ttl img {
        padding: 0 30px;
    }
}

.b0-detail_tab {
    text-align: center;
    margin-bottom: 110px;
}

.b0-detail_tab span {
    padding: 0 30px;
}

@media (max-width: 767px) {
    .b0-detail_tab span {
        padding: 0 10px;
    }
}

@media (max-width: 1023px) {
    .b0-detail_tab {
        margin-bottom: 60px;
    }
}

@media (max-width: 767px) {
    .b0-detail_tab {
        margin-bottom: 30px;
    }
}

.b0-dtail__category a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
}

@media (max-width: 767px) {
    .b0-dtail__category a {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1;
    }
}

.b0-dtail__category:nth-child(2) {
    border-left: 1px solid #333;
}

.b0-detail__category-img {
    margin-top: 160px;
    -webkit-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    transform: translateX(-20%);
}

@media (max-width: 767px) {
    .b0-detail__category-img {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        margin-top: 30px;
    }
}

.b0-detail_inner {
    background: #fff;
    padding: 60px;
    margin-top: 60px;
}

@media (max-width: 1023px) {
    .b0-detail_inner {
        padding: 40px;
        margin-top: 40px;
    }
}

.b0-detail__tag {
    background: #333;
    padding: 5px 12px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

.b0-detail__heading {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1.3;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    font-weight: 500;
    margin: 20px 0 40px;
}

@media (max-width: 1023px) {
    .b0-detail__heading {
        font-size: 20px;
        font-size: 2rem;
        line-height: 1.5;
        margin: 20px 0 30px;
    }
}

.b0-detail__vis {
    position: relative;
}

.b0-detail__lead {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 20px 0 0px;
}

@media (max-width: 1023px) {
    .b0-detail__lead {
        font-size: 13px;
        font-size: 1.3rem;
        line-height: 1.8;
    }
}

@media (max-width: 1023px) {
    .b0-detail__lead {
        margin: 0px;
    }
}

.b0-bg {
    position: absolute;
    width: 95%;
    height: 400px;
    left: 0;
    top: 90px;
    z-index: -1;
}

.b0-bg--morning {
    background: #17a981;
}

.b0-bg--afternoon {
    background: #f5a21b;
}

.b0-bg--evening {
    background: #696aaf;
}

.b0-bg--midnight {
    background: #b8539b;
}

.b0-bg--e_morning {
    background: #ECCD73;
}

.b0-bg--night {
    background: #3E6C94;
}

@media (max-width: 1023px) {
    .b0-bg {
        width: 100%;
        height: 420px;
    }
}

@media (max-width: 767px) {
    .b0-bg {
        width: 80%;
        height: 650px;
    }
}

.b1-contents__img a:hover .b0-overlay,
.b1-contents__img--2 a:hover .b0-overlay {
    opacity: 0;
}

.b1-contents__img a:hover .b0-overlay-tx,
.b1-contents__img--2 a:hover .b0-overlay-tx {
    opacity: 0;
}

.b0-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    background: #333;
    opacity: 0.3;
    transition: all 0.3s ease;
}

.b0-overlay.overlay_img {
    opacity: 0;
}

.b0-overlay-tx {
    opacity: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    letter-spacing: .1em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    font-weight: 700;
    text-align: center;
    color: #fff;
    z-index: 100;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-family: 'Futura W01 book';
    white-space: nowrap;
}

.is-ie .b0-overlay-tx {
    letter-spacing: 0em;
    font-size: 12px;
    font-size: 1.2rem;
}

@media (max-width: 1023px) {
    .is-ie .b0-overlay-tx {
        letter-spacing: 0em;
        font-size: 10px;
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .b0-overlay-tx {
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.8;
    }
}

.b0-overlay-tx span {
    display: block;
    font-size: 10px;
    font-size: 1rem;
    padding-bottom: 10px;
}

.m-auto {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.b0-color-green {
    color: #17a981;
}

.b0-color-orange {
    color: #F5A21B;
}

.b0-color-violet {
    color: #451c83;
}

.b0-color-redviolet {
    color: #B8539B;
}

.b0-color-yellow {
    color: #f3b500;
}

.b0-color-regreen {
    color: #8bbe00;
}

.b0-color-blue {
    color: #3e6c94;
}

.b0-color-purple {
    color: #793ebb;
}

.b0-contents__button-wrap {
    padding-bottom: 80px;
}

.b0-contents__button {
    position: relative;
    z-index: 10000;
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 80px;
    text-align: center;
    background: #FFF;
    color: #333;
    border: 1px solid #CCC;
    cursor: pointer;
}

.b0-contents__button:hover {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}

@media (min-width: 767px) {
    .b0-contents__button {
        transition: all .2s;
    }
}

.b0-shoplist {
    position: relative;
    z-index: 1000;
    padding-bottom: 60px;
}

.b0-shoplist__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.4;
    font-family: "gilroy", Helvetica, Arial, "YuGothic", "Yu Gothic", "游ゴシック体", "游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: 600;
    text-align: center;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .b0-shoplist__heading {
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.4;
        padding-bottom: 40px;
    }
}

.b0-shoplist__heading-s {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 8px;
}

.b0-shoplist__list {
    padding-bottom: 40px;
}

.b0-shoplist__list-item {
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1.8;
    letter-spacing: 0;
}

.b0-profile-wrap {
    padding-bottom: 80px;
}

@media (max-width: 767px) {
    .b0-profile-wrap {
        padding-bottom: 30px;
    }
}

.b0-limited {
    color: #fff;
    background: #e61673;
    display: inline-block;
    padding: 10px 20px;
    margin-bottom: 30px;
    z-index: 1000;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.8;
    font-weight: 600;
}

@media (max-width: 767px) {
    .b0-limited {
        padding: 5px 10px;
        font-size: 10px;
        font-size: 1rem;
        line-height: 1.8;
    }
}

.b0-limited--2 {
    margin-top: 20px;
    margin-bottom: 0px;
    width: 120px;
    display: block;
}

@media (max-width: 767px) {
    .b0-limited--2 {
        width: 90px;
    }
}

.b0-header-mark__item {
    position: absolute;
}
