@charset "UTF-8";
@keyframes bar-anime {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 50px;
  }
  100% {
    height: 40px;
    top: 50px;
  }
}
@keyframes bar-anime-sp {
  0% {
    height: 40px;
    top: -40px;
  }
  75% {
    height: 40px;
    top: 40px;
  }
  100% {
    height: 40px;
    top: 40px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}

html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #232815;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #E7B3C9;
  height: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
}
body.looking {
  overflow: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:active, a.active {
  color: #707070;
}

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

i {
  font-style: normal;
}

form, section, p, div, ul, li, dl, dt, dd, a, span, input, textarea {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  list-style: none;
}

br.brsp {
  display: none;
}

br.brpc {
  display: block;
}

/* ---------------------------------------------------------page--------------------------------------------------------- */
#loader {
  width: 100%;
  height: calc(var(--vh) * 100);
  min-height: 100%;
  background-color: #E7B3C9;
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 99999;
  transition: opacity 0.25s ease-in-out 0s;
}
#loader .logo {
  width: 200px;
  height: 198px;
  background-image: url(../images/main_logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  position: absolute;
  top: calc(50% - 99px);
  left: calc(50% - 100px);
}
#loader .bar {
  width: 100%;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 5;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #000;
  opacity: 1;
  display: block;
}

header {
  width: 100%;
  padding: 60px;
  box-sizing: border-box;
  background-image: url(../images/visual_pc.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
header .inner {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
header .inner.on .title h1 {
  opacity: 1;
}
header .inner.on .visual {
  opacity: 1;
}
header .inner .title {
  width: calc((100% - 92px) / 2);
  position: relative;
}
header .inner .title h1 {
  width: 64%;
  opacity: 0;
  transition: all 0.5s ease-in 0s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
header .inner .visual {
  width: calc((100% - 92px) / 2);
  position: relative;
}
header .logo {
  width: 100px;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 2;
}

/* common credits------ */
.credits > div {
  width: 100%;
}
.credits > div:not(:last-child) {
  margin-bottom: 10px;
}
.credits > div.item-d-none dl dt {
  width: auto;
}
.credits > div.item-d-none dl dd {
  width: auto;
}
.credits > div.item-d-none dl dd a {
  display: none;
}
.credits > div.item-d-none dl dd span {
  color: #000;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 4px 0;
  display: inline-block;
}
.credits > div dl {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credits > div dl dt {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.credits > div dl dt strong {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
}
.credits > div dl dt strong:not(:first-child) {
  margin-left: 5px;
}
.credits > div dl dt span {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 5px;
}
.credits > div dl dt span:nth-child(2)::after {
  content: "(TAX IN)";
  margin-left: 5px;
  display: inline-block;
}
.credits > div dl dd {
  width: 60px;
  margin-left: 20px;
}
.credits > div dl dd a {
  color: #000;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0em;
  padding: 1px 9px;
  border: solid 1px #000;
  display: block;
  transition: all 0.25s ease-in 0s;
}
.credits > div dl dd a:hover {
  opacity: 0.7;
}
.credits > div dl dd span {
  display: none;
}

/*--------- SLICK -----------*/
.slick-prev, .slick-next {
  bottom: -30px;
  top: auto;
  width: 14px;
  height: 14px;
}

.slick-prev {
  left: 0;
}

.slick-next {
  left: 12px;
}

.slick-prev::before {
  content: "　";
  background: url(../images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.slick-next::before {
  content: "　";
  background: url(../images/arrow2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
}

.slick-dots {
  display: block !important; /* ドットを強制的に表示 */
  position: absolute; /* スライダー内で配置調整 */
  bottom: -20px; /* 必要に応じて位置を調整 */
  right: 0;
  list-style: none;
  text-align: center;
  width: auto; /* 横幅をスライダーに合わせる */
}

.slick-dots li {
  width: 10px;
  height: 10px;
}

.slick-dots li button {
  width: 10px;
  height: 10px;
}

.slick-dots li button:before {
  width: 10px;
  height: 10px;
  content: " ";
  background-color: #E7B3C9;
  border: dotted 1px #232815;
  /*font-size: 40px;  ドットのサイズ */
  /*color: $col4;  ドットの色 */
  opacity: 1; /* 透明度を100%に */
}

.slick-dots li.slick-active button:before {
  background-color: #232815;
  color: #232815; /* アクティブなドットの色 */
  border: solid 1px #232815;
  opacity: 1;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

/* -------------------- */
main {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}
main #sec3 {
  padding: 100px 0 200px;
}
main .sec {
  width: 100%;
  padding: 0px;
  text-align: left;
}
main .sec#lead {
  width: 100%;
  max-width: 750px;
  margin: 100px auto 160px;
  color: #232815;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#lead.on .lead_text {
  opacity: 1;
}
main .sec#lead .lead_text {
  opacity: 0;
  transition: all 0.5s ease-in 0s;
}
main .sec#lead .lead_text:not(:last-child) {
  padding-bottom: 20px;
}
main .sec#lead .staff {
  color: #232815;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
  padding: 10px 0 0;
}
main .sec .insec {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 0 0 100px;
}
main .sec .insec p {
  color: #232815;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0em;
}
main .sec .insec p:not(:last-child) {
  padding-bottom: 20px;
}
main .sec .insec .photo {
  position: relative;
  width: 550px;
  margin: 0 auto 100px;
}
main .sec .insec .photo .photoset {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}
main .sec .insec .text {
  width: 100%;
  margin: 0 auto;
}
main .sec .bts {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec .bts.type1 {
  width: 100%;
}
main .sec .bts.type1 > div {
  width: 48%;
}
main .sec .bts.type2 {
  width: 100%;
  justify-content: flex-end;
  align-items: center;
}
main .sec .bts.type2 > div:nth-child(1) {
  width: 46%;
  padding-right: 150px;
}
main .sec .bts.type2 > div:nth-child(2) {
  width: 34%;
}
main .sec .bts.type3 {
  width: 100%;
  padding-right: 100px;
  align-items: flex-start;
}
main .sec .bts.type3 > div:nth-child(1) {
  width: 22%;
}
main .sec .bts.type3 > div:nth-child(2) {
  width: 33%;
  margin-top: 50px;
}
main .sec .bts.type3 > div:nth-child(3) {
  width: 22%;
  margin-top: 100px;
}
main .sec .bts.type4 {
  width: 100%;
  align-items: flex-start;
}
main .sec .bts.type4 > div:nth-child(1) {
  width: 40%;
}
main .sec .bts.type4 > div:nth-child(2) {
  width: 30%;
  margin-top: 100px;
}
main .sec .bts.type5 {
  width: 100%;
  justify-content: center;
  align-items: flex-start;
}
main .sec .bts.type5 > div:nth-child(1) {
  width: 22%;
  margin-top: 100px;
}
main .sec .bts.type5 > div:nth-child(2) {
  width: 22%;
  margin-top: 200px;
  margin-left: 120px;
}
main .sec .snap {
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px;
  border-top: dotted 1px #232815;
}
main .sec .snap .title {
  width: 100%;
  margin: 0 auto 75px;
}
main .sec .snap .title h4 {
  height: auto;
  width: 235px;
  text-align: left;
}
main .sec .snap .photo {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 30px 8px;
}
main .sec .snap .photo .photo_set {
  width: calc((100% - 16px) / 3);
}
main .sec .snap .photo .photo_set dt {
  position: relative;
}
main .sec .snap .photo .photo_set dd {
  padding-top: 8px;
  color: #232815;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
}
main .sec .info {
  width: 100%;
  margin: 0 auto;
  padding: 100px 40px;
  border-top: dotted 1px #232815;
}
main .sec .info .title {
  width: 100%;
  margin: 0 auto 100px;
}
main .sec .info .title h4 {
  height: auto;
  width: 519px;
  text-align: left;
}
main .sec .info .info_detail h5 {
  color: #232815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 4.6rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.04em;
  padding-bottom: 50px;
}
main .sec .info .info_detail h5 span {
  color: #232815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0em;
  display: block;
}
main .sec .info .info_detail .date {
  color: #232815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  padding-bottom: 40px;
}
main .sec .info .info_detail .date span {
  font-size: 1.6rem;
  padding-left: 3px;
}
main .sec .info .info_detail .shop {
  width: 50%;
  padding-bottom: 30px;
}
main .sec .info .info_detail .shop dl {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .info .info_detail .shop dl:not(:last-child) {
  padding-bottom: 10px;
}
main .sec .info .info_detail .shop dl dt {
  width: 9rem;
  color: #232815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .info .info_detail .shop dl dd {
  color: #232815;
  font-family: "dnp-shuei-gothic-gin-std", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .info .btns {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec .info .btns .btn {
  margin-left: 0px;
  line-height: 1;
}
main .sec .info .btns .btn:nth-child(2) {
  margin-left: 5px;
}
main .sec .info .btns .btn a {
  width: 100%;
  display: inline-block;
  padding: 0;
  background-color: #232815;
  color: #E7B3C9;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec .info .btns .btn a:hover {
  transition: all 0.25s ease-in 0s;
  opacity: 0.5;
}

footer {
  text-align: left;
  width: 100%;
  padding: 50px 0 0;
  border-top: dotted 1px #232815;
  position: relative;
}
footer .pgtop {
  position: absolute;
  right: 20px;
  bottom: 45px;
  z-index: 1;
  transition: all 0.25s ease-in 0s;
  cursor: pointer;
}
footer .pgtop:hover {
  opacity: 0.7;
}
footer .pgtop p {
  color: #232815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer .infoot {
  width: 100%;
  padding: 0;
}
footer .infoot .inin {
  width: calc(100% - 60px);
  margin: 0 auto 80px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .infoot .inin .set:nth-child(2) {
  margin-left: 100px;
}
footer .infoot .inin .set ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
footer .infoot .inin .set ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .infoot .inin .set ul li a {
  color: #232815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .infoot .inin .set ul li a:hover {
  opacity: 0.7;
}
footer .infoot .cp {
  width: calc(100% - 60px);
  margin: 0 auto;
  padding-bottom: 80px;
  color: #232815;
  font-family: "helvetica-lt-pro", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}

/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  #loader .logo {
    width: 120px;
    height: 118px;
    top: calc(50% - 59px);
    left: calc(50% - 60px);
  }
  header {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
    background-image: url(../images/visual_sp.jpg);
    background-repeat: no-repeat;
    background-position: top;
    background-size: contain;
  }
  header .inner {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  header .inner .title {
    width: 73%;
    position: relative;
    margin: 0 auto;
    padding: 60px 0 50px;
  }
  header .inner .title h1 {
    width: 100%;
    position: static;
    top: auto;
    left: auto;
    transform: none;
  }
  header .inner .visual {
    width: 100%;
    position: relative;
  }
  header .logo {
    width: 70px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 2;
  }
  /* common credits------ */
  .credits > div {
    width: 100%;
  }
  .credits > div:not(:last-child) {
    margin-bottom: 10px;
  }
  .credits > div.item-d-none dl dt {
    width: auto;
  }
  .credits > div.item-d-none dl dd {
    width: auto;
  }
  .credits > div.item-d-none dl dd a {
    display: none;
  }
  .credits > div.item-d-none dl dd span {
    color: #000;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 4px 0;
    display: inline-block;
  }
  .credits > div dl {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credits > div dl dt {
    text-align: left;
    width: calc(100% - 50px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .credits > div dl dt strong {
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
  }
  .credits > div dl dt strong:nth-child(1) {
    margin: 0 0 5px 0;
  }
  .credits > div dl dt strong:nth-child(2) {
    margin: 0px;
  }
  .credits > div dl dt strong span:first-child {
    margin: 0px;
  }
  .credits > div dl dt span {
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-left: 5px;
  }
  .credits > div dl dd {
    width: 50px;
    margin-left: 20px;
  }
  .credits > div dl dd a {
    color: #000;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0em;
    padding: 1px 9px;
    border: solid 1px #000;
    display: block;
    transition: all 0.25s ease-in 0s;
  }
  .credits > div dl dd a:hover {
    opacity: 0.7;
  }
  .credits > div dl dd span {
    display: none;
  }
  /* -------------------- */
  main {
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  main #sec3 {
    padding: 60px 0 80px;
  }
  main .sec {
    width: 100%;
    padding: 0px;
  }
  main .sec#lead {
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 30px 0;
  }
  main .sec#lead .staff {
    padding: 5px 0 0;
  }
  main .sec .insec {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 0 60px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .insec p {
    color: #232815;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0em;
  }
  main .sec .insec .photo {
    position: relative;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto 60px;
  }
  main .sec .insec .photo .photoset {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
  }
  main .sec .insec .text {
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
  }
  main .sec .bts {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 50px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
  }
  main .sec .bts.type1 {
    width: 100%;
  }
  main .sec .bts.type1 > div {
    width: 80%;
  }
  main .sec .bts.type2 {
    width: 100%;
    justify-content: center;
    align-items: center;
  }
  main .sec .bts.type2 > div:nth-child(1) {
    width: 70%;
    padding-right: 0;
    margin-bottom: 50px;
  }
  main .sec .bts.type2 > div:nth-child(2) {
    width: 50%;
    margin-left: 120px;
  }
  main .sec .bts.type3 {
    width: 100%;
    padding-right: 0;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: -130px;
  }
  main .sec .bts.type3 > div:nth-child(1) {
    width: 50%;
  }
  main .sec .bts.type3 > div:nth-child(2) {
    width: 80%;
    margin-top: 30px;
    margin-left: 30px;
  }
  main .sec .bts.type3 > div:nth-child(3) {
    width: 50%;
    margin-top: 50px;
    margin-left: 60px;
  }
  main .sec .bts.type4 {
    width: 100%;
    align-items: flex-start;
  }
  main .sec .bts.type4 > div:nth-child(1) {
    width: 80%;
    margin-right: 40px;
  }
  main .sec .bts.type4 > div:nth-child(2) {
    width: 66%;
    margin-top: -20px;
    margin-left: 100px;
  }
  main .sec .bts.type5 {
    width: 100%;
    justify-content: center;
    align-items: flex-start;
  }
  main .sec .bts.type5 > div:nth-child(1) {
    width: 40%;
    margin-top: 0;
  }
  main .sec .bts.type5 > div:nth-child(2) {
    width: 40%;
    margin-top: 80px;
    margin-left: 20px;
  }
  main .sec .snap {
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px;
  }
  main .sec .snap .title {
    width: 100%;
    margin: 0 auto 40px;
  }
  main .sec .snap .title h4 {
    height: auto;
    width: 180px;
    text-align: left;
  }
  main .sec .snap .photo {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px 4px;
  }
  main .sec .snap .photo .photo_set {
    width: calc((100% - 4px) / 2);
  }
  main .sec .snap .photo .photo_set dt {
    position: relative;
  }
  main .sec .snap .photo .photo_set dd {
    padding-top: 6px;
    color: #232815;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1.2;
    letter-spacing: 0em;
  }
  main .sec .snap .photo .photo_set dd span {
    display: none;
  }
  main .sec .info {
    width: 100%;
    margin: 0 auto;
    padding: 60px 10px;
    border-top: dotted 1px #232815;
  }
  main .sec .info .title {
    width: 100%;
    margin: 0 auto 30px;
  }
  main .sec .info .title h4 {
    height: auto;
    width: 320px;
    text-align: left;
  }
  main .sec .info .info_detail h5 {
    color: #232815;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.04em;
    padding-bottom: 20px;
  }
  main .sec .info .info_detail h5 span {
    color: #232815;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0em;
    display: block;
  }
  main .sec .info .info_detail .date {
    color: #232815;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.02em;
    padding-bottom: 25px;
  }
  main .sec .info .info_detail .date span {
    font-size: 1.4rem;
    padding-left: 3px;
  }
  main .sec .info .info_detail .shop {
    width: 100%;
    padding-bottom: 20px;
  }
  main .sec .info .info_detail .shop dl {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .info .info_detail .shop dl:not(:last-child) {
    padding-bottom: 8px;
  }
  main .sec .info .info_detail .shop dl dt {
    width: 9rem;
    color: #232815;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec .info .info_detail .shop dl dd {
    width: calc(100% - 9rem);
    color: #232815;
    font-family: "dnp-shuei-gothic-gin-std", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0em;
  }
  main .sec .info .btns {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec .info .btns .btn {
    margin-left: 0px;
    line-height: 1;
  }
  main .sec .info .btns .btn:nth-child(2) {
    margin-left: 10px;
  }
  footer {
    padding: 30px 0 20px 0;
  }
  footer .pgtop {
    bottom: 20px;
    right: 10px;
  }
  footer .pgtop p {
    color: #232815;
    font-family: "helvetica-lt-pro", sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .infoot {
    width: 100%;
    padding: 0;
  }
  footer .infoot .inin {
    width: calc(100% - 40px);
    margin: 0 auto 30px auto;
  }
  footer .infoot .inin .set {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  footer .infoot .inin .set:nth-child(1) {
    margin-bottom: 20px;
  }
  footer .infoot .inin .set:nth-child(2) {
    margin-left: 0px;
  }
  footer .infoot .inin .set ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .infoot .inin .set ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .infoot .inin .set ul li a {
    transition: all 0.25s ease-in 0s;
  }
  footer .infoot .inin .set ul li a:hover {
    opacity: 0.7;
  }
  footer .infoot .cp {
    width: calc(100% - 40px);
    padding: 0;
  }
  footer .infoot .cp p {
    font-size: 1.1rem;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */