@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap");
@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
main,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    color: #000;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    height: 100%;
    -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.3;
}

ol,
ul {
    list-style: none;
}

strong,
address,
em,
cite {
    font-style: normal;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all 0.2s ease-out 0s;
}

a:hover {
    opacity: 0.6;
    text-decoration: none;
}

img {
    border: none;
    vertical-align: bottom;
    height: auto;
    max-width: 100%;
}

.roboto {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    letter-spacing: 0.2rem;
}

.object-fit-img {
    object-fit: cover;
    font-family: "object-fit: cover;";
}

::selection {
    background: #dd441c;
    color: #fff;
}

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

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}

.alignright {
    float: right;
}

.alignleft {
    float: left;
}

.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    border-radius: 3px;
}

.wp-caption img {
    margin: 0;
    padding: 0;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 0 4px 5px;
    margin: 0;
}

@media screen and (min-width: 769px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

.container {
    height: 100%;
}

.inner {
    margin: 0 auto;
    max-width: 940px;
    padding: 0 20px;
}

.block {
    padding: 80px 0;
}

.block__title {
    font-size: 3.6rem;
    margin-bottom: 40px;
    text-align: center;
}

.breadcrumbs {
    background: #f1f1f1;
    border-top: 1px solid #dedede;
    color: #adadad;
    font-size: 1.3rem;
    padding: 10px 20px;
}

.breadcrumbs a {
    color: #000;
}

@media screen and (min-width: 769px) {
    .block {
        padding-bottom: 160px;
        padding-top: 160px;
    }
}

.btn {
    border: 1px solid #000;
    box-sizing: border-box;
    display: block;
    font-size: 1.6rem;
    line-height: 60px;
    margin-top: 40px;
    text-align: center;
    width: 100%;
}

.btn:hover {
    background: #000;
    color: #fff;
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .btn {
        margin: 70px auto 0;
        max-width: 340px;
    }
}

.header {
    position: relative;
}

.header-inner {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
}

.header-inner__logo {
    position: relative;
    z-index: 5;
}

.header-inner__svgLogo--front {
    fill: #fff;
}

.header-link {
    position: absolute;
    right: 80px;
    top: 25px;
    z-index: 5;
}

.header-link__svg--front {
    fill: #fff;
}

.header--front {
    height: 100%;
}

.header--front .header-inner {
    position: absolute;
    left: 0;
    top: 0;
}

.header .spmenu {
    display: block;
    height: 30px;
    width: 40px;
    position: absolute;
    right: 20px;
    top: 25px;
    z-index: 5;
}

.header .spmenu__line {
    background: #000;
    display: block;
    height: 2px;
    margin: -2px 0 0 -20px;
    transition: 0.2s;
    width: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
}

.header .spmenu__line::before,
.header .spmenu__line::after {
    background: #000;
    content: "";
    display: block;
    height: 2px;
    transition: 0.3s;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
}

.header .spmenu__line::before {
    margin-top: -10px;
}

.header .spmenu__line::after {
    margin-top: 8px;
}

.header .spmenu--front__line {
    background: #fff;
}

.header .spmenu--front__line::before,
.header .spmenu--front__line::after {
    background: #fff;
}

.header .spmenu__line--close {
    background: transparent;
}

.header .spmenu__line--close::before,
.header .spmenu__line--close::after {
    margin-top: 0;
}

.header .spmenu__line--close::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header .spmenu__line--close::after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.header__image {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

.header--open .header-inner__svgLogo,
.header--open .header-link__svg {
    fill: #fff;
}

.header--open .spmenu__line--close::before,
.header--open .spmenu__line--close::after {
    background: #fff;
}

.gnav {
    background: rgba(191, 41, 7, 0.95);
    display: none;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.gnav-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    width: 100%;
    text-align: center;
}

.gnav-list__item {
    color: #fff;
    font-size: 2.4rem;
}

.gnav-list__item a {
    display: block;
    padding: 10px;
}

.gnav-list__item--sns {
    padding-top: 15px;
}

.gnav-list__item--sns a {
    display: inline-block;
    margin: 0 5px;
    padding: 0;
}

.gnav__icon {
    fill: #fff;
}

.footer {
    padding: 10px 0;
}

.footer-sns {
    margin-bottom: 30px;
    text-align: center;
}

.footer-sns a {
    display: inline-block;
}

.footer-sns__icon {
    fill: #838383;
}

.footer-copy {
    text-align: center;
}

.footer-copy__logo {
    fill: #838383;
}

.footer-copy small {
    color: #838383;
    font-size: 1.2rem;
}

@media screen and (min-width: 769px) {
    .footer-inner {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer-sns {
        margin-bottom: 0;
    }
    .footer-sns a {
        margin-left: 5px;
    }
    .footer-copy {
        order: -1;
        text-align: left;
    }
}

.front .news-list {
    display: flex;
    flex-wrap: wrap;
}

.front .news-list__item {
    width: 50%;
}

.front .news-list__link {
    display: block;
    position: relative;
}

.front .news-list__link:hover {
    opacity: 1;
}

.front .news-list__link:hover .news-list__meta {
    opacity: 0;
}

.front .news-list__icatch img {
    height: 100%;
    width: 100%;
}

.front .news-list__meta {
    background: rgba(255, 255, 255, 0.9);
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    opacity: 0;
    text-align: center;
    transition: all 0.2s ease-out 0s;
    padding: 10px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.front .news-list__title {
    font-size: 3.2rem;
}

.front .news-list__date {
    color: #4e4e4e;
    font-size: 2rem;
}

@media screen and (min-width: 769px) {
    .front .news-list__item {
        width: 33.333%;
    }
    .front .news-list__link:hover .news-list__meta {
        opacity: 1;
    }
}

.front .bg {
    overflow: hidden;
    height: 380px;
    width: 100%;
}

.front .bg1 {
    background: url(../img/front/bg11.jpg) center center no-repeat;
    background-size: cover;
    height: 300%;
}

.front .bg2 {
    background: url(../img/front/bg2.jpg) center center no-repeat;
    background-size: cover;
    height: 300%;
}

.front .mixtape-list__item+li {
    margin-top: 30px;
}

.front .mixtape-list__link {
    display: block;
}

.front .mixtape-list__icatch img {
    height: auto;
    width: 100%;
}

.front .mixtape-list__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 10px 0;
}

@media screen and (min-width: 769px) {
    .front .mixtape-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .front .mixtape-list__item {
        margin-bottom: 30px;
        width: 48.936%;
    }
    .front .mixtape-list__item+li {
        margin-top: 0;
    }
}

.front .about__title {
    margin-bottom: 10px;
}

.front .about-inner__tab {
    margin-bottom: 30px;
    text-align: center;
}

.front .about-inner__tab a {
    color: #afafaf;
    font-size: 1.6rem;
    text-decoration: underline;
}

.front .about-inner__tab a.is-active {
    color: #000;
    text-decoration: none;
}

.front .about-inner__panel {
    display: none;
}

.front .about-inner__panel.is-show {
    display: block;
}

.front .about-inner__panel p {
    line-height: 2;
}

.front .about-inner__panel p+p {
    margin-top: 20px;
}

@media screen and (min-width: 769px) {
    .front .about__title {
        margin-bottom: 30px;
    }
    .front .about-inner {
        display: flex;
    }
    .front .about-inner__tab {
        display: none;
    }
    .front .about-inner__panel {
        box-sizing: border-box;
        display: block;
        width: 50%;
    }
    .front .about-inner__jp {
        border-right: 1px solid #000;
        padding-right: 10%;
    }
    .front .about-inner__en {
        padding-left: 10%;
    }
}

.front .aside {
    margin-top: 40px;
}

.front .aside__title {
    font-size: 2.2rem;
    margin-bottom: 20px;
    text-align: center;
}

.front .brand-list {
    display: flex;
    flex-wrap: wrap;
}

.front .brand-list__item {
    width: 25%;
}

.front .brand-list__item a {
    display: block;
    padding: 10px;
}

.front .brand-list__item a img {
    height: 100%;
    width: 100%;
}

.front .feed-item+div {
    margin-top: 60px;
}

.front .feed-item__title {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
}

.front .feed-item__title--sendai {
    color: #19743e;
}

.front .feed-item__title--kyoto {
    color: #5b174c;
}

.front .feed-item__sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.front .feed-item__sns div {
    margin-bottom: 0.87%;
    width: 49.565%;
}

.front .feed-item__sns div a {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 0;
    padding-bottom: 100%;
}

.front .feed-item__sns div a span {
    display: none;
}

@media screen and (min-width: 769px) {
    .front .aside {
        margin-top: 80px;
    }
    .front .brand-list__item {
        width: 10%;
    }
    .front .feed {
        display: flex;
        justify-content: space-between;
    }
    .front .feed-item {
        width: 48.936%;
    }
    .front .feed-item+div {
        margin-top: 0;
    }
    .front .feed-item__sns div {
        margin-bottom: 0.4355%;
        width: 33.043%;
    }
}

.page {
    margin-bottom: 70px;
}

.page__title {
    font-size: 3.6rem;
    margin: 60px 0 20px;
    text-align: center;
}

.page .about::before {
    background: url(../img/about/main.jpg) center center no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 320px;
    margin-bottom: 60px;
    width: 100%;
}

.page .about-info {
    margin-bottom: 60px;
}

.page .about-info__jp {
    margin-bottom: 30px;
}

.page .about-info__jp p+p {
    margin-top: 30px;
}

.page .about-shop--sendai {
    margin-bottom: 60px;
}

.page .about-shop--sendai dt {
    color: #19743e;
}

.page .about-shop--kyoto dt {
    color: #5b174c;
}

.page .about-shop__image {
    margin-bottom: 20px;
}

.page .about-shop__info dt {
    font-size: 2.2rem;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.2;
    margin-bottom: 10px;
}

.page .about-shop__info dt span {
    display: block;
    font-size: 1.8rem;
}

.page .about-shop__info dd {
    letter-spacing: 0;
}

.page .about-shop__info dd .map {
    border: 1px solid #000;
    border-radius: 40px;
    display: inline-block;
    margin-left: 1em;
    padding: 0 10px;
}

.page .about-shop__info dd .link {
    text-decoration: underline;
}

@media screen and (min-width: 769px) {
    .page {
        margin-bottom: 140px;
    }
    .page .about::before {
        height: 640px;
        margin-bottom: 120px;
    }
    .page .about-info {
        display: flex;
        justify-content: space-between;
        margin-bottom: 120px;
    }
    .page .about-info__jp {
        border-right: 1px solid #000;
        box-sizing: border-box;
        padding-right: 7.446%;
        width: 50%;
    }
    .page .about-info__en {
        box-sizing: border-box;
        padding-left: 7.446%;
        width: 50%;
    }
    .page .about-info__en p {
        line-height: 2;
        letter-spacing: 0;
    }
    .page .about-shop {
        position: relative;
    }
    .page .about-shop--sendai {
        margin-bottom: 120px;
    }
    .page .about-shop--sendai .about-shop__image {
        padding-right: 25.531%;
    }
    .page .about-shop--sendai .about-shop__info {
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .page .about-shop--kyoto .about-shop__image {
        padding-left: 25.531%;
    }
    .page .about-shop--kyoto .about-shop__info {
        position: absolute;
        bottom: -80px;
        left: 0;
    }
    .page .about-shop__image {
        margin-bottom: 0;
    }
    .page .about-shop__info {
        background: rgba(255, 255, 255, 0.95);
        box-sizing: border-box;
        padding: 40px;
        width: 34.042%;
    }
}

.post-main {
    margin-bottom: 60px;
}

.post-main .pagenation {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #dedede;
    margin-top: 40px;
    padding-top: 20px;
}

.post-main .pagenation a {
    font-size: 1.6rem;
    font-weight: 500;
}

.post-item+article {
    margin-top: 40px;
}

.post-item__link {
    display: block;
}

.post-item__title {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 10px 0;
}

.post-item__date {
    color: #4e4e4e;
    font-size: 1.5rem;
}

.post .single-meta {
    border-bottom: 1px solid #dedede;
    margin-bottom: 40px;
    padding-bottom: 20px;
}

.post .single-meta__title {
    font-size: 2.8rem;
    font-weight: 500;
}

.post .single-meta__author {
    color: #4e4e4e;
    margin-bottom: 30px;
}

.post .single-meta__date {
    color: #4e4e4e;
}

.post .single-meta__sns {
    display: inline-block;
}

.post .single-meta__sns--twitter {
    margin-left: 20px;
}

.post .single-meta__sns--facebook {
    margin-left: 10px;
}

.post .single-meta__sns img {
    vertical-align: top;
}

.post .single-entry h3 {
    border-bottom: 3px solid #000;
    border-top: 3px solid #000;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
    padding: 15px 0;
}

.post .single-entry p {
    font-size: 1.5rem;
}

.post .single-entry p a {
    color: #19743e;
    text-decoration: underline;
}

.post .single-entry p,
.post .single-entry figure {
    margin-bottom: 30px;
}

.post .single-entry iframe {
    width: 100%;
}

.post .sidebar-block+div {
    margin-top: 30px;
}

.post .sidebar-block__title {
    border-bottom: 1px solid #000;
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

.post .sidebar-block .search {
    position: relative;
}

.post .sidebar-block .search__text {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #7a7a7a;
    border-radius: 30px;
    box-sizing: border-box;
    font-size: 1.4rem;
    padding: 8px 16px;
    width: 100%;
}

.post .sidebar-block .search__text::placeholder {
    color: #adadad;
    font-family: "Roboto", sans-serif;
    font-size: 1.6rem;
}

.post .sidebar-block .search__submit {
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/share/i_search.svg) left top no-repeat;
    background-size: 23px;
    border: none;
    border-radius: 0;
    overflow: hidden;
    text-indent: -9999px;
    height: 23px;
    width: 23px;
    position: absolute;
    right: 16px;
    top: 6px;
}

.post .sidebar-block .tag-cloud-link {
    background: #f1f1f1;
    color: #040000;
    display: inline-block;
    font-size: 1.5rem !important;
    padding: 0 6px;
    margin: 0 1px 5px 0;
}

.post .sidebar-block .tag-cloud-link::before {
    content: "#";
    display: inline-block;
}

.post .sidebar-block .screen-reader-text {
    display: none;
}

.post .sidebar-block select {
    -webkit-appearance: none;
    appearance: none;
    background: url(../img/share/i_arrow.svg) right 10px center no-repeat;
    background-size: 18px 11px;
    border: 1px solid #000;
    border-radius: 0;
    box-sizing: border-box;
    color: #adadad;
    height: 30px;
    padding: 0 10px;
    width: 100%;
}

@media screen and (min-width: 769px) {
    .post-inner {
        display: flex;
        justify-content: space-between;
    }
    .post-main {
        margin-bottom: 0;
        width: 74.468%;
    }
    .post .sidebar {
        width: 23.404%;
    }
    .post .sidebar-block+div {
        margin-top: 60px;
    }
    .post .sidebar-block__title {
        border-bottom: 1px solid #000;
        font-size: 1.8rem;
        font-weight: 500;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }
}

.page .mixtape-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page .mixtape-list__item {
    margin-bottom: 8%;
    width: 48%;
}

.page .mixtape-list__link {
    display: block;
}

.page .mixtape-list__title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-top: 10px;
}

.page .mixtape-content {
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 20px;
    position: relative;
}

.page .mixtape-content__image {
    margin-bottom: 30px;
}

.page .mixtape-content-meta__title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 10px;
}

.page .mixtape-content-meta p+p {
    margin-top: 20px;
}

.page .mixtape-content-meta p strong {
    font-size: 2.4rem;
    font-weight: 500;
}

.page .mixtape-content-meta p a {
    color: #19743e;
}

.page .mixtape-iframe {
    margin-top: 60px;
}

@media screen and (min-width: 769px) {
    .page .mixtape-list {
        justify-content: flex-start;
    }
    .page .mixtape-list__item {
        margin-bottom: 4.254%;
        width: 31.914%;
    }
    .page .mixtape-list__item:nth-child(3n - 1) {
        margin-left: 2.127%;
        margin-right: 2.127%;
    }
}

@media screen and (min-width: 1000px) {
    .page .mixtape-content__image {
        margin-bottom: 0;
        padding-right: 32.142%;
    }
    .page .mixtape-content-meta {
        background: rgba(255, 255, 255, 0.95);
        box-sizing: border-box;
        padding: 80px;
        transform: translateY(20%);
        width: 43.571%;
        position: absolute;
        bottom: 0;
        right: 0;
    }
    .page .mixtape-iframe {
        margin-top: 120px;
    }
}