iframe {
  width: 100%;
  height: 560px;
}

@media screen and (max-width: 428px) {
  iframe {
    height: 200px;
  }
}
.breadCrumb {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
}

@media screen and (max-width: 428px) {
  .breadCrumb {
    display: none;
  }
}
.breadCrumb__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.breadCrumbItem__link {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-size: 14px;
  color: #272727;
}

.breadCrumbItem__link--gray {
  color: #afafaf;
}

.breadArrow {
  left: 3px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
  transform: rotate(45deg);
}

.breadArrow--brack {
  border-top: 1px solid #272727;
  border-right: 1px solid #272727;
}

.concept {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 428px) {
  .concept {
    display: none;
  }
}
.conceptTitleContainer {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 36px;
  margin-bottom: 36px;
}

.conceptTitleContainer__item {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 24px;
}

.conceptTitleContainer__item h1 {
  font-family: "EB Garamond", serif;
  font-size: 40px;
}

.conceptTitleContainer__item span {
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

.line {
  width: 1px;
  height: 40px;
  background-color: #272727;
}

.tags {
  width: 100%;
  height: 72px;
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
}

@media screen and (max-width: 428px) {
  .tags {
    display: block;
    overflow-x: scroll;
    line-height: 72px;
    justify-content: flex-start;
  }
}
.tagsContainer {
  max-width: 1000px;
  width: 100%;
  display: flex;
  gap: 16px;
  margin: 0 auto;
}

@media screen and (max-width: 428px) {
  .tagsContainer {
    max-width: none;
    width: -moz-max-content;
    width: max-content;
    padding: 0 27px;
    margin: 0px;
  }
}
.tagsContainer a {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  /*font-weight: 100;*/
}

.tagsContainer a:hover {
  opacity: 0.5;
}

.tagsContainer a.active {
  color: #00437c;
}

.mediaContents {
  max-width: 1000px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 40px;
  align-items: flex-start;
}

@media screen and (max-width: 428px) {
  .mediaContents {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.list {
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 428px) {
  .list {
    padding: 0 27px;
  }
}
.list h2 {
  font-size: 20px;
  letter-spacing: 0.08rem;
  margin-bottom: 24px;
}

@media screen and (max-width: 428px) {
  .list h2 {
    line-height: 1.75;
  }
}
.listItem {
  width: 100%;
  display: flex;
  gap: 20px;
  padding-bottom: 24px;
  margin-bottom: 25px;
  border-bottom: 1px solid #afafaf;
}

.listItem .thumbnail {
  width: 140px;
  height: 140px;
  background-size: cover;
}

.listItemInfo {
  width: 440px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media screen and (max-width: 428px) {
  .listItemInfo {
    width: 161px;
  }
}
.listItemInfo__title time {
  font-weight: lighter;
  letter-spacing: 0.08rem;
}

.listItemInfo__title h1 {
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.08rem;
  line-height: 1.75;
}
@media screen and (max-width: 428px) {
  .listItemInfo__title h1 {
    font-size: 14px;
    line-height: 1.25;
  }
}

.listItemInfo__tag {
  width: 100%;
}

.listItemInfo__tag span {
  font-size: 14px;
  letter-spacing: 0.08rem;
  color: #848484;
}

aside {
  position: relative;
  width: 320px;
}

@media screen and (max-width: 428px) {
  aside {
    position: relative;
    width: 100%;
  }
  aside .stick {
    position: static !important;
    top: inherit !important;
  }
}
.recommend {
  width: 320px;
  padding: 20px 20px 40px 20px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 428px) {
  .recommend {
    margin-top: 80px;
    width: 100%;
    padding: 20px 0px 40px 0px;
  }
}
.recommendContainer {
  width: 100%;
}

.recommendContainer h1 {
  font-size: 20px;
  letter-spacing: 0.08rem;
  margin: 0;
}

@media screen and (max-width: 428px) {
  .recommendContainer h1 {
    padding: 0 27px;
  }
}
.recommendContainer__item {
  width: 100%;
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 428px) {
  .recommendContainer__item {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 0px;
    row-gap: 40px;
  }
}
.recommendContainer__item .imgbox {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 428px) {
  .recommendContainer__item .imgbox {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
}
.recommendContainer__item .imgbox a {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.recommendContainer__item a div {
  display: flex;
}

.recommendContainer__item a div:last-child {
  margin-top: 10px;
}

@media screen and (max-width: 428px) {
  .recommendContainer__item a div {
    flex-direction: column;
  }
}
.contentbox {
  justify-content: flex-start;
  gap: 16px;
}

@media screen and (max-width: 428px) {
  .contentbox {
    flex-direction: column;
  }
}
.textbox {
  width: 164px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* border: 1px solid red; */
}

@media screen and (max-width: 428px) {
  .textbox {
    width: 100%;
    padding: 0 20px;
  }
}
.textbox a {
  font-size: 14px;
  color: #848484;
}

.imgbox a img {
  width: 100px;
  height: 100px;
}

@media screen and (max-width: 428px) {
  .imgbox a img {
    width: 100%;
    height: 100%;
  }
}
.recommendContainer__item a div h1 {
  font-size: 16px;
  letter-spacing: 0.08rem;
  margin-left: 16px;
  line-height: 24px;
}
@media screen and (max-width: 428px) {
  .recommendContainer__item a div h1 {
    font-size: 14px;
  }
}

@media screen and (max-width: 428px) {
  .recommendContainer__item a div h1 {
    margin-top: 20px;
    margin-left: 0px;
    padding: 0 20px;
  }
}
.recommendContainer__item a div time {
  width: 100px;
  display: block;
  font-weight: lighter;
  letter-spacing: 0.08rem;
}

@media screen and (max-width: 428px) {
  .recommendContainer__item a div time {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.recommendContainer__item a div .listItemInfo__tag {
  margin-left: 16px;
  width: 164px;
}

@media screen and (max-width: 428px) {
  .recommendContainer__item a div .listItemInfo__tag {
    margin-left: 0px;
    margin-top: 20px;
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
.recommendSns {
  width: 320px;
  padding: 60px 0px 90px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #00437c;
}

@media screen and (max-width: 428px) {
  .recommendSns {
    display: none;
  }
}
.recommendSns img {
  width: 165px;
}

.recommendSnsContainer {
  width: 104px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  row-gap: 40px;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

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

/* detail */
.mediadetail {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 428px) {
  .mediadetail {
    max-width: none;
    flex-direction: column;
    justify-content: flex-start;
  }
}
.mediadetailContainer {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer {
    width: 100%;
  }
}
.mediadetailContainer img {
  max-width: 500px;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer img {
    max-width: 414px;
  }
}
.mediadetailContainer__dayTag {
  width: 100%;
  margin-top: 40px;
  display: flex;
  gap: 30px;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer__dayTag {
    padding: 0 27px;
    gap: 20px;
    flex-direction: column;
  }
}
.mediadetailContainer__dayTag time {
  font-weight: lighter;
  letter-spacing: 0.08rem;
}

.mediadetailContainer__dayTag a {
  letter-spacing: 0.08rem;
  color: #848484;
}

.mediadetailContainer__title {
  width: 100%;
  margin-top: 24px;
}

.mediadetailContainer__title--sp {
  display: none;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer__title--pc {
    display: none;
  }
  .mediadetailContainer__title--sp {
    display: block;
    margin-top: 0px;
  }
}
.mediadetailContainer__title h1 {
  margin: 0;
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0.08rem;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 428px) {
  .mediadetailContainer__title h1 {
    font-size: 18px;
    line-height: 1.25;
  }
}

.mediadetailContainer__headline {
  width: 100%;
  margin-top: 40px;
  padding: 24px 40px 40px 40px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer__headline {
    padding: 24px 27px 40px 27px;
  }
}
.mediadetailContainer__headline h2 {
  margin: 0;
  font-size: 20px;
}

.mediadetailContainerHeadline__list {
  width: 100%;
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mediadetailContainerHeadline__list a {
  text-decoration: underline;
}

.mediadetailContainer__childHeadline {
  width: 100%;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer__childHeadline {
    margin-top: 40px;
  }
}
.mediadetailContainerChildHeadline__title {
  width: 100%;
}

@media screen and (max-width: 428px) {
  .mediadetailContainerChildHeadline__title {
    padding: 0 27px;
  }
}
.mediadetailContainerChildHeadline__title h2 {
  font-size: 20px;
  margin: 0;
}

.mediadetailContainerChildHeadline__contents {
  width: 100%;
  margin-top: 16px;
  line-height: 1.75;
  letter-spacing: 0.08rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}
@media screen and (max-width: 428px) {
  .mediadetailContainerChildHeadline__contents {
    line-height: 1.25;
  }
}

@media screen and (max-width: 428px) {
  .mediadetailContainerChildHeadline__contents {
    padding: 0 27px;
  }
}
.mediadetailContainer__childHeadline img {
  max-width: 500px;
  margin-top: 40px;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer__childHeadline img {
    width: 100%;
    height: 100%;
  }
}
.mediadetailContainer__shop {
  width: 100%;
  margin-top: 80px;
  padding: 24px 40px 40px 40px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer__shop {
    padding: 24px 27px 40px 27px;
  }
}
.mediadetailContainer__shop h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.08rem;
}

.mediadetailContainerShop__info {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 428px) {
  .mediadetailContainerShop__info {
    flex-direction: column;
  }
}
.mediadetailContainerShopInfo__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mediadetailContainerShopInfo__item p {
  letter-spacing: 0.08rem;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
}

.mediadetailContainerShopInfo__item p a {
  text-decoration: underline;
  color: #00437c;
}

.mediadetailContainerShopInfo__map {
  max-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 20px;
}

@media screen and (max-width: 428px) {
  .mediadetailContainerShopInfo__map {
    margin-top: 32px;
    max-width: none;
    width: 100%;
    height: 327px;
  }
  .mediadetailContainerShopInfo__map iframe {
    width: 100%;
    height: 100% !important;
  }
}
.mediadetailContainerShopInfo__map a {
  text-decoration: underline;
  color: #00437c;
}

.mediadetailContainer__share {
  width: 100%;
  margin-top: 40px;
  padding: 24px 40px 40px 40px;
  background-color: #f7f7f7;
}

@media screen and (max-width: 428px) {
  .mediadetailContainer__share {
    padding: 24px 27px 40px 27px;
    background-color: transparent;
  }
}
.mediadetailContainer__share h1 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.08rem;
}

.mediadetailContainerShare__info {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
}

.mediadetailContainerShareInfo--sp {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 428px) {
  .mediadetailContainerShare__info {
    gap: 20px;
    flex-direction: column;
  }
  .mediadetailContainerShareInfo--sp {
    gap: 20px;
  }
}
.mediadetailContainerShare__info img {
  width: 160px;
  height: 160px;
}

@media screen and (max-width: 428px) {
  .mediadetailContainerShare__info img {
    width: 140px;
    height: 140px;
  }
}
.mediadetailContainerShareInfo__item {
  width: 100%;
}

.mediadetailContainerShareInfo__item h3 {
  margin: 0;
  font-size: 20px;
  letter-spacing: 0.08rem;
  line-height: 1.75;
}
@media screen and (max-width: 428px) {
  .mediadetailContainerShareInfo__item h3 {
    line-height: 1.25;
  }
}

.mediadetailContainerShareInfoItem__sns {
  width: 176px;
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  justify-content: start;
  gap: 30px;
}

.mediadetailContainerShareInfoItem__sns--sp {
  display: none;
}

@media screen and (max-width: 428px) {
  .mediadetailContainerShareInfoItem__sns--pc {
    display: none;
  }
  .mediadetailContainerShareInfoItem__sns--sp {
    display: flex;
    width: 196px;
    margin: auto;
    margin-top: 40px;
    justify-content: center;
  }
}
.mediadetailContainerShareInfoItem__sns a img {
  width: 32px;
  height: 32px;
}

.mediadetailContainerShare__copy {
  padding-left: 200px;
  font-size: 16px;
}
@media screen and (max-width: 428px) {
  .mediadetailContainerShare__copy {
    font-size: 14px;
  }
}

.mediadetailContainerShare__copy a {
  color: #00437c;
  border-bottom: 1px solid #00437c;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 428px) {
  .mediadetailContainerShare__copy {
    padding-left: 0px;
    font-size: 16px;
    background: #00437c;
    text-align: center;
    width: 100%;
    margin-top: 40px;
  }
  .mediadetailContainerShare__copy a {
    color: #fff;
    border-bottom: none;
    line-height: 80px;
  }
}
.pagination {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  margin-top: 80px;
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #afafaf;
  border-bottom: 1px solid #afafaf;
}

@media (max-width: 428px) {
  .pagination {
    display: block;
    padding: 0px;
    border: none;
  }
  .pagination a {
    width: 360px;
    margin: 0px auto;
    justify-content: center;
    display: flex;
    border: 1px #272727 solid;
    line-height: 60px;
    margin-bottom: 20px;
  }
}
.pagination .pagination__link {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-family: "EB Garamond", serif;
}

.pagination .arrowLeft {
  width: 25px;
  height: 6px;
  border-left: solid 1px #272727;
  border-bottom: solid 1px #272727;
  transform: skew(-45deg);
  margin-right: 16px;
}

.pagination .arrowRight {
  width: 25px;
  height: 6px;
  border-right: solid 1px #272727;
  border-bottom: solid 1px #272727;
  transform: skew(45deg);
  margin-left: 16px;
}

.br__spStyle {
  display: none;
}

@media screen and (max-width: 428px) {
  .br__spStyle {
    display: block;
  }
}/*# sourceMappingURL=media.css.map */