@charset "utf-8";

/* == reset == */
* {
  list-style: none;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
}
html {
  font-size: 62.5%;
}
img {
  width: 100%;
}
a {
  text-decoration: none;
}
.contentWrap {
  width: 100%;
  max-width: 750px;
  margin: auto;
}
body {
  margin-bottom: 20%;
  font-size: 10px;
}
.section {
  margin-top: 20px;
}

/*==.topBtn ==*/
.topBtn {
  display: flex;
  opacity: 1;
  position: fixed;
  right: 5%;
  bottom: 5%;
  transition: opacity .5s cubic-bezier(.39, .575, .565, 1);
}
.topBtn.nofixed {
  opacity: 0;
}
.topBtn a {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  width: 63px;
  height: 63px;
  padding-bottom: 13px;
  border-radius: 1000px;
  font-weight: bold;
  font-size: 1.5rem;
  text-decoration: none;
  text-align: center;
}
.topBtn a:before {
  content: "";
  display: block;
  position: absolute;
  top: 14.7px;
  width: 21px;
  height: 11px;
}

/* == mvtop section == */
.mainSection .mainTtl {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: 750px;
  line-height: 0;
}
.mainSection h1.mv {
  line-height: 0;
}

.mainSection {
  position: relative;
}
.mvFloatName {
  display: flex;
  position: absolute;
  bottom: 18px;
  left: 20px;
}
.mvFloatName img {
  display: inline-block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin-right: 16px;
  border-radius: 100%;
}
.mvFloatName p {
  display: flex;
  align-items: center;
  color: var(--base-color);
  font-size: 1.2rem;
}


/* == #section01 == */
.section .sectionInner {
  padding: 0 20px;
}
#section01 .subttl {
  font-size: 1.5rem;
}
#section01 .sectionInner > .ttl {
  padding-top: 1px;
  font-size: 2.5rem;
  line-height: 1.28;
  letter-spacing: -.1rem;
}
#section01 .hashList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}
#section01 .hashList .hash {
  margin-right: 11px;
  font-size: 1.1rem;
  letter-spacing: -.03rem;
}
#section01 .date {
  margin-top: 7px;
  font-size: 1.1rem;
  letter-spacing: .015rem;
  text-align: right;
}
#section01 .date p {
}
#section01 .date + .infotxt {
  margin-top: 13px;
  font-size: 1.5rem;
  line-height: 1.47;
}
#section01 .interviewBox {
  margin-top: 19px;
  padding: 20px;
  border-radius: 10px;
}
#section01 .interviewBox .photoBox {
  display: flex;
  align-items: center;
  width: 100%;
}
#section01 .interviewBox .photoBox .imgBox {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}
#section01 .interviewBox .photoBox .imgBox img {
  object-fit: cover;
  border-radius: 50%;
}
#section01 .interviewBox .photoBox .imgCap {
  font-family: Zen Old Mincho, serif;
  font-weight: 400;
  font-size: 1.5rem;
}
#section01 .interviewBox .interview {
  width: 100%;
}
#section01 .interviewBox .interview {
  margin-top: 8px;
}
#section01 .interviewBox .interview .txt {
  font-size: 1.5rem;
  line-height: 1.47;
}
#section01 .anchorBox {
  margin-top: 29px;
}
#section01 .anchorBox .ttl {
  font-size: 1.95rem;
}
#section01 .anchorBox .anchorTxt a {
  display: flex;
  margin-top: 16px;
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: -.009em;
  text-decoration: underline;
}
#section01 .anchorBox .anchorTxt a:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
#section01 .pickUpBox {
  position: relative;
  margin-top: 29px;
}
#section01 .pickUpBox::after {
  content: "";
  position: absolute;
  top: 143px;
  z-index: 0;
  width: 100%;
  height: 150%;
}

#section01 .pickUpBox .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
}
.section .pickUpBox .ttl::before, .section .pickUpBox .ttl::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
}
.section .pickUpBox .ttl::before {
  margin-right: 10px;
}
.section .pickUpBox .ttl::after {
  margin-left: 10px;
}

#section01 .pickUpBox .pickUpBoxInner {
  position: relative;
  z-index: 100;
  max-width: 750px;
  margin: 0 20px;
  margin-top: 10px;
}
#section01 .pickUpBox .pickUpBoxInner div {
  margin: 8px;
}
#section01 .pickUpBox figure {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section01 .pickUpBox figure img {
  width: 150px;
  margin: auto;
  margin-top: 20px;
  border-radius: 100%;
}
#section01 .pickUpBox figure figcaption {
  margin-top: 19px;
  font-weight: 600;
  font-size: 1.5rem;
  text-align: center;
}
#section01 .pickUpBox .txt {
  padding: 20px 25px 24px;
  font-size: 1.5rem;
}

/* == .section.contents == */
.section.contents {
  margin-top: 36px;
}
.section.contents + .section.contents {
  margin-top: 40px;
}
.section.contents .sectionTtl {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 18px 20px 17px;
  font-size: 20px;
  line-height: 1.38;
}
.section.contents .sectionTtl::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 16px;
}
.thumbScrollBox {
  overflow-x: scroll;
  overflow-y: hidden;
}
.thumbList .thumb {
  flex-grow: 1;
  flex-shrink: 0;
  width: 90px;
  line-height: 0;
}
.thumbList .thumb + .thumb {
  margin-left: 10px;
}
.thumb.selected {
  border: solid #000 3px;
  line-height: 0;
}
.thumbScrollBox::-webkit-scrollbar {
  height: 5px;
}
.photoSection .itemPhotoBox .thumbScrollBox::-webkit-scrollbar {
  display: none;
}
.thumbScrollBox::-webkit-scrollbar-thumb, .thumbScrollBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
}
.section.contents .imgBox {
  line-height: 0;
}
.section.contents figure .imgBox img {
  aspect-ratio: 13 / 9;
}
.section.contents .imgBox + .imgCap {
  margin-top: 15px;
  margin-right: 20px;
  margin-left: 20px;
  font-size: 1.12rem;
}
.section.contents .imgList {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
.section.contents .infotxt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.45;
  letter-spacing: .2px;
}
.section.contents .infotxt:last-child {
  padding-bottom: 30px;
}
.section.contents .infotxt p + p {
  margin-top: 1em;
}
.section.contents .infotxt .tAlignR {
  text-align: right;
}
.section.contents .txtLink01 {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 11px;
  margin-left: auto;
  font-size: 1.5rem;
}
.section.contents .txtLink01::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin-right: 0;
  margin-left: 6px;
}
.section.contents .menuBox {
  margin-top: 30px;
}
.section.contents .menuBox .ttl {
  display: flex;
  justify-content: left;
  align-items: center;
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 1.8rem;
}
.section.contents .menuList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 13px;
}
.section.contents .menuList li {
  width: 50%;
}
.section.contents .menuList figure {
  line-height: 0;
}
.section.contents .menuList li:nth-child(n+3) figure {
  margin-top: 17px;
}
.section.contents .menuList li:nth-child(2n+1) figure {
  padding-right: 10px;
}
.section.contents .menuList li:nth-child(2n) figure {
  padding-left: 10px;
}
.section.contents figcaption {
  margin-top: 10px;
  line-height: initial;
}
.section.contents figcaption p {
}
.section.contents .menuTtl {
  font-weight: 600;
  font-size: 1.5rem;
}
.section.contents .menuPrice {
  margin-top: 4px;
  font-weight: 600;
  font-size: 1.1rem;
  text-align: right;
}
.section.contents .accSwitch a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 14px;
  font-size: 1.5rem;
}
.section.contents .accSwitch a:before {
  content: "";
  display: block;
  transform: rotate(0deg);
  width: 28px;
  height: 28px;
  margin-right: 10px;
}
.section.contents .accSwitch a.close:before {
  transform: rotate(180deg);
}
.section.contents .interviewBox {
  max-width: 440px;
  margin: 26px auto 0;
  margin-top: 26px;
  padding: 0;
  background: none;
}
.section.contents .interviewBox .interviewBoxWrap {
  width: 100%;
}
.section.contents .interviewBox .ttl, .shareSection .ttl {
  display: flex;
  align-items: center;
  font-size: 2.1rem;
}
.shareSection .ttl {
  justify-content: center;
  margin-bottom: 20px;
  font-size: 1.5rem;
}
.section.contents .interviewBox .ttl::before, .section.contents .interviewBox .ttl::after, .shareSection .ttl::before, .shareSection .ttl::after {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
}
.section.contents .interviewBox .ttl::before, .shareSection .ttl::before {
  margin-right: 9px;
}
.section.contents .interviewBox .ttl::after, .shareSection .ttl::after {
  margin-left: 9px;
}
.section.contents .interviewBox .fukidashiBox {
  display: flex;
  max-height: 400px;
  margin-top: 11px;
  border-radius: 10px;
}
.section.contents .interviewBox .fukidashiBox .txt {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 21px;
  font-size: 1.3rem;
  line-height: 1.55;
}
.section.contents .interviewBox .fukidashiBox.andImage .txt {
  width: 50%;
}
.section.contents .interviewBox .fukidashiBox.andImage .img {
  aspect-ratio: 7/8;
}
.section.contents .interviewBox .fukidashiBox .img {
  width: 50%;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  background-position: center;
  background-size: cover;
}

.section.contents .infoBox h3 + div {
  margin-top: 16px;
}

.section.contents .infoBox > .ttl {
  display: flex;
  align-items: center;
  font-family: Zen Old Mincho,serif;
  font-size: 1.93rem;
}

.section.contents .infoBox .imgBox {
  width: 100%;
}

.section.contents .infoBox {
  margin-top: 30px;
}
.section.contents .infoBox .infoItem {
  padding: 20px;
}
.section.contents .infoBox .infoItem .ttl {
  font-weight: 600;
  font-size: 1.5rem;
  letter-spacing: .5px;
}
.section.contents .infoBox .infoItem > *:not(h4,a)::before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
.section.contents .infoBox .infoItem .time {
  display: flex;
  margin-top: 13px;
}
.section.contents .infoBox .infoItem .time a {
  text-decoration: underline;
}
.section.contents .infoBox .infoItem .time::before {
  margin-right: 4px;
}
.section.contents .infoBox .infoItem .time table {
  margin-top: -2px;
  font-size: 1.3rem;
}
.section.contents .infoBox .infoItem .time table tr {
  height: 10px;
}
.section.contents .infoBox .infoItem .time table td:nth-child(1) {
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
}
.section.contents .infoBox .infoItem .time table td:nth-child(2) {
  letter-spacing: .7px;
}
.section.contents .infoBox .infoItem .tel {
  display: flex;
  align-items: center;
  margin-top: 14px;
}
.section.contents .infoBox .infoItem .tel a {
  font-size: 1.3rem;
  text-decoration: underline;
}
.section.contents .infoBox .infoItem .address {
  display: flex;
  margin-top: 16px;
  font-style: inherit;
  font-size: 1.3rem;
}
.section.contents .infoBox .infoItem .payment, .section.contents .infoBox .infoItem .seats {
  display: flex;
  margin-top: 13px;
  font-size: 1.3rem;
}
section.contents .infoBox .storeLink {
  display: flex;
  justify-content: right;
  align-items: center;
  margin-top: 11px;
  margin-left: auto;
  font-size: 1.5rem;
}
section.contents .infoBox .storeLink::after {
  content: "";
  display: block;
  width: 7px;
  height: 13px;
  margin-right: 0;
  margin-left: 6px;
}
.caution {
  margin: 39px 20px 40px;
  font-size: 1.1rem;
}

/* == album == */
.itemScrollPhotoBox {
  width: 100%;
  margin-bottom: 77px;
  padding-bottom: 40px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.itemScrollPhotoBox .scrollBox {
  display: flex;
  flex-wrap: wrap;
  width: 870px;
}
.itemScrollPhotoBox .imgBox {
  width: 205px;
  height: 205px;
  font-size: 0;
}
.itemScrollPhotoBox .scrollBox .col {
  display: flex;;
}
.itemScrollPhotoBox .scrollBox .col .mainImg {
  width: 426px;
  height: 426px;
  margin-right: 15px;
  margin-bottom: 15px;
  font-size: 0;
}
.itemScrollPhotoBox .scrollBox .col .imgBoxList {
  display: flex;
  flex-wrap: wrap;
  width: 426px;
  height: 426px;
}
/* .itemScrollPhotoBox .scrollBox .col .imgBox {
} */
.itemScrollPhotoBox .imgBox + .imgBox {
  margin-left: 15px;
}
.itemScrollPhotoBox .scrollBox .col .imgBox:nth-child(n+3) {
  margin-top: 15px;
}
.itemScrollPhotoBox .scrollBox .col .imgBox:nth-child(3) {
  margin-left: 0;
}
.itemScrollPhotoBox::-webkit-scrollbar {
  height: 5px;
}
.photoSection .itemPhotoBox .thumbScrollBox::-webkit-scrollbar {
  display: none;
}
.itemScrollPhotoBox::-webkit-scrollbar-thumb, .thumbScrollBox::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--font-color);
}
@media screen and (max-width: 750px) {
  .itemScrollPhotoBox {
    margin-bottom: 10.25641025vw;
    padding-bottom: 5.3333333vw;
  }
  .itemScrollPhotoBox .scrollBox {
    width: 116vw;
  }
  .itemScrollPhotoBox .imgBox {
    width: 27.3vw;
    height: 27.3vw;
  }
  .itemScrollPhotoBox .scrollBox .col .mainImg {
    width: 56.92307vw;
    height: 56.92307vw;
    margin-right: 2.05128vw;
    margin-bottom: 2.05128vw;
  }
  .itemScrollPhotoBox .scrollBox .col .imgBoxList {
    width: 56.92307vw;
    height: 56.92307vw;
  }
  .itemScrollPhotoBox .imgBox + .imgBox {
    margin-left: 2.05128vw;
  }
  .itemScrollPhotoBox .scrollBox .col .imgBox:nth-child(n+3) {
    margin-top: 2.05128vw;
  }
  .itemScrollPhotoBox::-webkit-scrollbar, .photoSection .itemPhotoBox .thumbScrollBox::-webkit-scrollbar {
    height: .666666vw;
  }
}

/* == shareSection == */
.shareSection {
  padding: 20px 0;
}
.shareSection .shareList {
  display: flex;
  justify-content: space-between;
  width: 72%;
  margin: 0 auto;
}
.shareSection .shareList li {
  width: 40px;
  line-height: 0;
}

/* == section.author == */
.section.author {
  margin-top: 0;
  padding-top: 40px;
}
.section.author .sectionTtl {
  display: flex;
  align-items: center;
  margin: 0 20px 0;
  color: var(--font-color);
  font-family: Zen Old Mincho, serif;
  font-weight: 600;
  font-size: 2rem;
}
.section.author .sectionTtl:nth-of-type(2) {
  margin-top: 41px;
}

.section.author .sectionTtl:first-of-type::before, .section.author .sectionTtl:nth-of-type(2)::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
}
.section.author .sectionTtl:first-of-type::before {
  margin-right: 10px;
}
.section.author .sectionTtl:nth-of-type(2)::before {
  margin-right: 15px;
}
.section.author .sectionInner {
  margin-top: 24px;
}
.section.author .sectionInner:last-child .txt:last-child {
  padding-bottom: 40px;
}

.section.author .txt {
  margin-top: 20px;
  font-size: 1.5rem;
}
.section.author .listMemo {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 20px;
}

/* == featurelist == */
.featureList {
  margin: 20px auto 77px;
}

.featureList > li {
  border-top: 1px solid rgba(0, 0, 0, .2);
}
.featureList > li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}
.featureList .info {
  padding-bottom: 48px;
}
.featureList .info .ttl {
  margin-top: 0;
}
.featureList .info .txt {
  margin-top: 19px;
  font-size: 1.1rem;
}
.featureList .col2 {
  display: flex;
  justify-content: space-between;
  margin: 24px 0 21px;
}
.featureList .col2 .imgBox {
  flex-shrink: 0;
  width: 140px;
  margin-right: 12px;
}
.featureList .col2 .txtBox {
  width: 100%;
}
.featureList .col2 .txtBox .date p {
  color: #a8a8a8;
  font-size: 1.15rem;
}
.featureList .col2 .txtBox .hashList {
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.featureList .col2 .txtBox .hash {
  margin-right: 11px;
  font-size: 1.12rem;
}
.featureList .col2 .txtBox .ttl {
  margin-top: 9px;
  color: #333;
  font-weight: 300;
  font-size: 1.3rem;
  text-decoration: underline;
}
@media (min-width: 555px) {
  .featureList .col2 .imgBox {
    flex-shrink: 0;
    width: 50%;
  }
}

/* == components == */
.listMemo > li > * {
  text-indent: 0;
}
.listMemo ul {
  margin-bottom: 0;
  padding-left: 1.5em;
}
.listMemo > li {
  padding-left: 1em;
  text-indent: -1em;
}
.lightbox {
  position: fixed;
  top: 50%!important;
  left: 50%!important;
  transform: translate(-50%,-50%);
}
.lightbox .lb-image {
  /* height: auto!important; */
  min-width: 300px;
}
.linkIconIG span {
  position: relative;
  padding-left: 45px;
  line-height: 45px;
  text-decoration: underline;
}

.storeLink.linkIconIG span {
  position: relative;
  padding-left: 38px;
  line-height: normal;
  text-decoration: underline;
}

.linkIconIG > span::before {
  content: "";
  display: block;
  position: absolute;
  top: -.175em;
  left: 0;
  width: 29px;
  height: 29px;
  background: url(../images/common_ico_instagram_01.png) 0 0 no-repeat;
  background-size: auto 100%;
}
@media screen and (max-width: 750px) {
  .lightbox .lb-image {
    min-width: 70vw;
    max-width: 70vw;
    min-height: 70vw;
    max-height: 70vw;
  }
}

.infotxt a {
  text-decoration: underline;
  word-wrap: break-word;
}
