@charset "UTF-8";
@import url("https://use.typekit.net/foo5nao.css");
@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;
  }
}
@keyframes bar {
  0% {
    height: 1px;
    top: 0px;
  }
  10% {
    height: 1px;
  }
  40% {
    height: 100px;
  }
  80% {
    height: 100px;
  }
  100% {
    height: 1px;
    top: 100px;
  }
}
/* ------------------------------------------------------------------------------------------------------------------------ */
html, body {
  width: 100%;
  height: auto;
}
html {
  font-size: 62.5%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #EEEEEE;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  -webkit-text-size-adjust: 100%;
  background-color: #FFF;
  height: 100%;
  overflow: hidden;
  position: fixed;
  left: 0px;
  top: 0px;
}
body.loaded {
  position: static;
  overflow: scroll;
}
body.looking {
  overflow: hidden;
}
body.looking .sec {
  pointer-events: none;
}
a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:active, a.active {
  color: #333333;
}
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: 100vh;
  background-color: #D9B291;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 0px;
  bottom: 0px;
  z-index: 999999;
  transition: opacity 1s ease-in-out 0.5s;
}
#loader h2 {
  width: 614px;
  height: 115px;
  background-image: url(../images/logo_loading.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
#loader p {
  color: #FFF;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.2rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0em;
}
#loader .bar {
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.25);
  margin-bottom: 20px;
}
#loader .bar span {
  width: 0%;
  height: 100%;
  background-color: #FFF;
  display: block;
}
#loader.complete {
  opacity: 0;
}
nav.catbar {
  width: 100%;
  height: 55px;
  background-color: #FFF;
  border-bottom: solid 1px #000;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: -55px;
  left: 0px;
  z-index: 9999;
  transition: all 0.25s ease-in 0s;
}
nav.catbar.on {
  top: 0px;
}
nav.catbar .inner {
  width: 1000px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
nav.catbar .inner h3 {
  width: 140px;
  height: 26px;
  background-image: url(../images/logo_visual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
nav.catbar .inner ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
nav.catbar .inner ul li:not(:first-child) {
  margin: 0 0 0 30px;
}
nav.catbar .inner ul li a {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
  position: relative;
}
nav.catbar .inner ul li a::before {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_check.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: -3px;
  opacity: 0;
}
nav.catbar .inner ul li a:hover {
  color: #000;
}
nav.catbar .inner ul li a:hover::before {
  opacity: 1;
}
nav.catbar .inner .hum {
  display: none;
}
nav.catbar .detail {
  display: none;
}
main {
  width: 100%;
  padding: 0px;
  margin: 0;
  position: relative;
  box-sizing: border-box;
}
main #visual {
  width: 100%;
  position: relative;
}
main #visual .pc .title {
  width: 100%;
  height: 140px;
  background-color: rgba(255, 255, 255, 0.85);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0px;
  bottom: -70px;
  z-index: 10;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  clip-path: inset(0% 100% 0% 0%);
}
main #visual .pc .title h3 {
  width: 614px;
  height: 115px;
  background-image: url(../images/logo_visual.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2s;
  clip-path: inset(0% 100% 0% 0%);
}
main #visual .pc div ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #visual .pc div:nth-child(1) ul li {
  width: 25%;
  opacity: 0;
}
main #visual .pc div:nth-child(1) ul li:nth-child(1) {
  transition: all 0.5s ease-in 0s;
}
main #visual .pc div:nth-child(1) ul li:nth-child(2) {
  transition: all 0.5s ease-in 0.25s;
}
main #visual .pc div:nth-child(1) ul li:nth-child(3) {
  transition: all 0.5s ease-in 0.5s;
}
main #visual .pc div:nth-child(1) ul li:nth-child(4) {
  transition: all 0.5s ease-in 0.75s;
}
main #visual .pc div:nth-child(2) ul li {
  width: 20%;
  opacity: 0;
}
main #visual .pc div:nth-child(2) ul li:nth-child(1) {
  transition: all 0.5s ease-in 1s;
}
main #visual .pc div:nth-child(2) ul li:nth-child(2) {
  transition: all 0.5s ease-in 0.75s;
}
main #visual .pc div:nth-child(2) ul li:nth-child(3) {
  transition: all 0.5s ease-in 0.5s;
}
main #visual .pc div:nth-child(2) ul li:nth-child(4) {
  transition: all 0.5s ease-in 0.25s;
}
main #visual .pc div:nth-child(2) ul li:nth-child(5) {
  transition: all 0.5s ease-in 0s;
}
main #visual .sp {
  display: none;
}
main #visual div {
  width: 100%;
  position: relative;
}
main #visual div.banner {
  width: 140px;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% + 500px - 70px);
  z-index: 11;
  transition: all 0.25s ease-in 0s;
  opacity: 0;
  transition: all 0.5s ease-in 1.5s;
}
main #visual div.scroll {
  width: 18px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
  left: calc(50% - 9px);
  bottom: 0px;
  z-index: 5;
}
main #visual div.scroll p {
  width: 18px;
  height: 38px;
  background-image: url(../images/text_scroll.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
main #visual div.scroll .sbar {
  width: 1px;
  height: 100px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.5);
  overflow: hidden;
}
main #visual div.scroll .sbar span {
  width: 1px;
  height: 1px;
  background-color: #FFF;
  animation-name: bar;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  position: absolute;
  left: 0px;
  top: -100px;
}
main #visual.on .pc div ul li {
  opacity: 1;
}
main #visual.on div .title {
  clip-path: inset(0% 0% 0% 0%);
}
main #visual.on div .title h3 {
  clip-path: inset(0% 0% 0% 0%);
}
main #visual.on div.banner {
  opacity: 1;
}
main #index {
  width: 100%;
  height: 680px;
  padding: 115px 0 60px 0;
  background-color: #EEEEEE;
  position: relative;
  overflow: hidden;
}
main #index .bar {
  width: 965px;
  height: 2px;
  background-color: #FFF;
  position: absolute;
  left: calc(50% - 483px);
  bottom: 100px;
}
main #index .bar span {
  width: 1px;
  height: 2px;
  background-color: #000;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
main #index .comment {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  width: calc(100% - 240px);
  position: absolute;
  bottom: 40px;
  left: 120px;
  z-index: 1;
}
main #index .side-scroll-list {
  position: absolute;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main #index .side-scroll-list .side-scroll-item {
  width: 730px;
  padding: 0 85px;
  box-sizing: border-box;
}
main #index .side-scroll-list .side-scroll-item:not(:first-child) {
  border-left: solid 1px #000;
}
main #index .side-scroll-list .side-scroll-item a {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main #index .side-scroll-list .side-scroll-item a .title {
  width: 100%;
  padding: 0 0 0 35px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
main #index .side-scroll-list .side-scroll-item a .title p:nth-child(1) {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flexs-start;
  align-items: center;
}
main #index .side-scroll-list .side-scroll-item a .title p:nth-child(1) span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main #index .side-scroll-list .side-scroll-item a .title p:nth-child(1) span:nth-child(2) {
  margin: 0 0 0 30px;
}
main #index .side-scroll-list .side-scroll-item a .title p:nth-child(2) {
  color: #000;
  font-family: rollerscript-rough, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main #index .side-scroll-list .side-scroll-item a .photo {
  width: 100%;
  margin-bottom: 25px;
}
main #index .side-scroll-list .side-scroll-item a .text {
  width: 100%;
  padding: 0 15px;
}
main #index .side-scroll-list .side-scroll-item a .text dl {
  width: 100%;
  margin-bottom: 25px;
}
main #index .side-scroll-list .side-scroll-item a .text dl dt {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 4rem;
  letter-spacing: 0.065em;
  text-align: left;
  margin-bottom: 25px;
}
main #index .side-scroll-list .side-scroll-item a .text dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2.1rem;
  letter-spacing: 0em;
  text-align: left;
}
main #index .side-scroll-list .side-scroll-item a .text .btn {
  width: 145px;
  height: 35px;
}
main #index .side-scroll-list .side-scroll-item a .text .btn span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 100%;
  border: solid 1px #000;
  border-radius: 21px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main #index .side-scroll-list .side-scroll-item a:hover .text dl dt {
  text-decoration: underline;
}
main #index .side-scroll-list .side-scroll-item a:hover .text .btn span {
  background-color: #E6D9CF;
}
main .sec {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
main .sec.active::before {
  opacity: 1;
}
main .sec#sec1 {
  width: 100%;
  padding: 70px 0 90px 0;
}
main .sec#sec1 .inner {
  width: 965px;
  margin: 0 auto;
}
main .sec#sec1 .inner .title dl {
  margin-bottom: 25px;
}
main .sec#sec1 .inner .title dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
main .sec#sec1 .inner .title dl dt span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .sec#sec1 .inner .title dl dt span:nth-child(2) {
  margin: 0 0 0 30px;
}
main .sec#sec1 .inner .title dl dd {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec1 .inner .lead {
  margin-bottom: 45px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec1 .inner .lead h4 {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  padding: 0 0 5px 0;
  border-bottom: dotted 1px #000;
  display: inline-block;
}
main .sec#sec1 .inner .lead .text {
  margin: 0 0 0 40px;
}
main .sec#sec1 .inner .lead .text p {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec1 .inner .lead .text p:not(:last-child) {
  margin-bottom: 15px;
}
main .sec#sec1 .inner .lead .text p.notice {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7rem;
  letter-spacing: 0em;
}
main .sec#sec1 .inner ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec#sec1 .inner ul li:not(:first-child) {
  margin: 0 0 0 10px;
}
main .sec#sec2 {
  width: 100%;
  margin: 0 auto 75px auto;
}
main .sec#sec2 .inner {
  width: 795px;
  margin: 0 auto;
  position: relative;
}
main .sec#sec2 .inner .title {
  margin-bottom: 15px;
}
main .sec#sec2 .inner .title dl {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec2 .inner .title dl dt {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 5px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #000;
}
main .sec#sec2 .inner .title dl dd {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec2 .inner .address {
  text-align: left;
  margin-bottom: 25px;
}
main .sec#sec2 .inner .address dl dt {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec#sec2 .inner .address dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec2 .inner .address dl dd::before {
  content: "";
  width: 15px;
  height: 21px;
  background-image: url(../images/icon_pin.png);
  background-repeat: no-repeat;
  background-position: cente;
  background-size: contain;
}
main .sec#sec2 .inner .address dl dd span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 10px;
  display: inline-block;
}
main .sec#sec2 .inner .timeline {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 60px;
  background-image: url(../images/line.png);
  background-repeat: repeat-y;
  background-position: 82px 0px;
  background-size: 5px 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec2 .inner .timeline .line {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec2 .inner .timeline .line:not(:last-child) {
  margin-bottom: 80px;
}
main .sec#sec2 .inner .timeline .line h5 {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 3rem;
  letter-spacing: 0em;
  white-space: nowrap;
  width: 70px;
  padding: 10px 0 0 0;
}
main .sec#sec2 .inner .timeline .line .place {
  width: 30px;
  padding: 10px 0 0 0;
  margin: 0px;
}
main .sec#sec2 .inner .timeline .line .place span {
  color: #FFF;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 30px;
  height: 30px;
  background-color: #D9B291;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
}
main .sec#sec2 .inner .timeline .line .prof {
  width: 600px;
  margin: 0 0 0 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec2 .inner .timeline .line .prof .inprof {
  width: 210px;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set div {
  width: 45px;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set dl {
  margin: 0 0 0 15px;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dt {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 5px;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd span {
  white-space: nowrap;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd span:nth-child(1) {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd span:nth-child(2) {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .set:not(:last-child) {
  margin-bottom: 5px;
}
main .sec#sec2 .inner .timeline .line .prof .inprof .multi {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 45px;
  padding: 5px;
}
main .sec#sec2 .inner .timeline .line .prof .text {
  width: 360px;
  margin: 0 0 0 30px;
}
main .sec#sec2 .inner .timeline .line .prof .text span {
  font-weight: 600;
}
main .sec#sec2 .inner .timeline .line .prof .text p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.9rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec2 .inner .timeline .line .prof .text p:not(:last-child) {
  margin-bottom: 15px;
}
main .sec#sec2 .inner .notice {
  width: 100%;
  padding: 0 85px;
}
main .sec#sec2 .inner .notice p {
  color: #333333;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec2 .inner .notice p:not(:last-child) {
  margin-bottom: 20px;
}
main .sec#sec2 .inner .btn {
  width: 145px;
  height: 35px;
  border: solid 1px #707070;
  border-radius: 21px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
main .sec#sec2 .inner .btn span {
  color: #999999;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
main .sec#sec3 {
  width: 100%;
  margin: 0 auto 75px auto;
}
main .sec#sec3 .inner {
  width: 965px;
  margin: 0 auto;
}
main .sec#sec3 .inner .title dl {
  margin-bottom: 25px;
}
main .sec#sec3 .inner .title dl dt {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
}
main .sec#sec3 .inner .title dl dt span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  display: inline-block;
}
main .sec#sec3 .inner .title dl dt span:nth-child(2) {
  margin: 0 0 0 30px;
}
main .sec#sec3 .inner .title dl dd {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec3 .inner .topics {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
main .sec#sec3 .inner .topics .box {
  width: 460px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec3 .inner .topics .box::before {
  content: "";
  width: 100%;
  height: 45px;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  border-radius: 500px 500px 0 0;
  display: block;
  box-sizing: border-box;
}
main .sec#sec3 .inner .topics .box::after {
  content: "";
  width: 100%;
  height: 45px;
  border-right: solid 1px #000;
  border-bottom: solid 1px #000;
  border-left: solid 1px #000;
  border-radius: 0 0 500px 500px;
  display: block;
  box-sizing: border-box;
}
main .sec#sec3 .inner .topics .box .post {
  width: calc(100% - 60px);
  border-bottom: dotted 1px #000;
  margin-bottom: 10px;
  padding-bottom: 11px;
}
main .sec#sec3 .inner .topics .box .post a {
  text-align: left;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-stat;
}
main .sec#sec3 .inner .topics .box .post a.a_none {
  pointer-events: none;
}
main .sec#sec3 .inner .topics .box .post a dl dt {
  margin-bottom: 8px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec3 .inner .topics .box .post a dl dt div:nth-child(1) {
  color: #FFF;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 34px;
  height: 34px;
  background-color: #D9B291;
  border-radius: 17px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
main .sec#sec3 .inner .topics .box .post a dl dt div:nth-child(2) {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  margin: 0 0 0 10px;
}
main .sec#sec3 .inner .topics .box .post a dl dt div:nth-child(2) span {
  display: block;
  font-size: 17px;
}
main .sec#sec3 .inner .topics .box .post a dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main .sec#sec3 .inner .topics .box .post a .btn {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100px;
  height: 25px;
  margin: 0 0 0 auto;
  border: solid 1px #000;
  border-radius: 13px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec3 .inner .topics .box .post a:hover dl dd {
  text-decoration: underline;
}
main .sec#sec3 .inner .topics .box .post a:hover .btn {
  background-color: #E6D9CF;
}
main .sec#sec3 .inner .topics .box .accordion {
  width: calc(100% - 60px);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: none;
}
main .sec#sec3 .inner .topics .box .accordion .post {
  width: 100%;
}
main .sec#sec3 .inner .topics .box .more {
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec3 .inner .topics .box .more span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 10px;
}
main .sec#sec3 .inner .topics .box .more span::before {
  content: "MORE";
}
main .sec#sec3 .inner .topics .box .more::after {
  content: "";
  width: 20px;
  height: 11px;
  background-image: url(../images/arrow_more.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec3 .inner .topics .box .more.on span::before {
  content: "CLOSE";
}
main .sec#sec3 .inner .topics .box .more.on::after {
  transform: rotate(180deg);
}
main .sec#sec4 {
  width: 100%;
  padding: 50px 0 60px 0;
  margin: 0 auto;
  border-top: solid 1px #000;
}
main .sec#sec4 .inner {
  width: 1020px;
  margin: 0 auto;
}
main .sec#sec4 .inner .title {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  padding: 0;
  margin-bottom: 40px;
}
main .sec#sec4 .inner .posts {
  width: 100%;
  margin-bottom: 40px;
}
main .sec#sec4 .inner .posts ul.blogs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
main .sec#sec4 .inner .posts ul.blogs li {
  width: 25%;
  padding: 10px;
}
main .sec#sec4 .inner .posts ul.blogs li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec4 .inner .posts ul.blogs li a:hover {
  opacity: 0.7;
}
main .sec#sec4 .inner .posts ul.blogs li a .thumb {
  width: 100%;
  margin-bottom: 20px;
}
main .sec#sec4 .inner .posts ul.blogs li a .thumb img {
  border-radius: 20px;
}
main .sec#sec4 .inner .posts ul.blogs li a .shop {
  text-align: left;
}
main .sec#sec4 .inner .posts ul.blogs li a .data {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}
main .sec#sec4 .inner .posts ul.blogs li a .data .title {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec4 .inner .posts ul.blogs li a .data .title:not(:last-child) {
  margin-bottom: 10px;
}
main .sec#sec4 .inner .posts ul.blogs li a .data .brand {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec4 .inner .posts ul.blogs li a .data .brand:not(:last-child) {
  margin-bottom: 5px;
}
main .sec#sec4 .inner .posts ul.blogs li a .data .date {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
}
main .sec#sec4 .inner .posts ul.blogs li a .data .date:not(:last-child) {
  margin-bottom: 5px;
}
main .sec#sec4 .inner .more {
  width: calc(100% - 20px);
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
}
main .sec#sec4 .inner .more .btn {
  width: 145px;
}
main .sec#sec4 .inner .more .btn a {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  width: 100%;
  height: 35px;
  border: solid 1px #000;
  border-radius: 20px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec4 .inner .more .btn a:hover {
  background-color: #E6D9CF;
}
main .sec#sec5 {
  width: 100%;
  background-color: #EEEEEE;
  padding: 100px 0 85px 0;
}
main .sec#sec5 .inner {
  width: 960px;
  margin: 0 auto;
}
main .sec#sec5 .inner .title {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 45px;
}
main .sec#sec5 .inner .shops {
  width: 100%;
  margin-bottom: 90px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
main .sec#sec5 .inner .shops .shop {
  width: calc((100% - 40px) / 3);
  height: 205px;
  position: relative;
}
main .sec#sec5 .inner .shops .shop::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #E6D9CF;
  border-radius: 38px;
  position: absolute;
  left: 6px;
  top: 6px;
}
main .sec#sec5 .inner .shops .shop::after {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #E6D9CF;
  position: absolute;
  top: 60%;
  right: 6px;
  z-index: 3;
}
main .sec#sec5 .inner .shops .shop .inshop {
  width: calc(100% - 6px);
  height: 100%;
  padding: 45px;
  border: solid 1px #000;
  border-radius: 38px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
main .sec#sec5 .inner .shops .shop .inshop dl {
  text-align: left;
  margin-bottom: 10px;
}
main .sec#sec5 .inner .shops .shop .inshop dl dt {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
main .sec#sec5 .inner .shops .shop .inshop dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8rem;
  letter-spacing: 0em;
}
main .sec#sec5 .inner .shops .shop .inshop ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
main .sec#sec5 .inner .shops .shop .inshop ul li:not(:first-child) {
  margin: 0 0 0 20px;
}
main .sec#sec5 .inner .shops .shop .inshop ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec5 .inner .shops .shop .inshop ul li a span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
}
main .sec#sec5 .inner .shops .shop .inshop ul li a::before {
  content: "";
  width: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .sec#sec5 .inner .shops .shop .inshop ul li a:nth-child(1)::before {
  background-image: url(../images/icon_pin.png);
  height: 21px;
}
main .sec#sec5 .inner .shops .shop .inshop ul li a:nth-child(2)::before {
  background-image: url(../images/icon_insta.png);
  height: 15px;
}
main .sec#sec5 .inner .shops .shop .inshop ul li a:hover {
  opacity: 0.6;
}
main .sec#sec5 .inner .about {
  width: 100%;
  padding: 0 0 0 85px;
}
main .sec#sec5 .inner .about .text {
  text-align: left;
  margin-bottom: 55px;
}
main .sec#sec5 .inner .about .text p {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
main .sec#sec5 .inner .about .text p:not(:last-child) {
  margin-bottom: 40px;
}
main .sec#sec5 .inner .about .text .insta a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
main .sec#sec5 .inner .about .text .insta a span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
}
main .sec#sec5 .inner .about .text .insta a::before {
  content: "";
  background-image: url(../images/icon_insta.png);
  width: 15px;
  height: 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
}
main .sec#sec5 .inner .about .merit {
  width: 100%;
  padding: 30px;
  background-color: #FFF;
  border-radius: 38px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
main .sec#sec5 .inner .about .merit dl {
  text-align: left;
  width: 245px;
  padding: 15px 0;
}
main .sec#sec5 .inner .about .merit dl:not(:first-child) {
  width: 270px;
  padding: 15px 0 15px 25px;
  margin: 0 0 0 25px;
  border-left: solid 1px #000;
}
main .sec#sec5 .inner .about .merit dl dt {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
  padding: 0 5px 5px 5px;
  margin: 0 0 20px 0;
  border-bottom: dotted 1px #000;
  display: inline-block;
}
main .sec#sec5 .inner .about .merit dl dd {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  letter-spacing: 0em;
}
.credit {
  width: 100%;
}
.credit:not(:last-child) {
  margin-bottom: 10px;
}
.credit dl.items__credit {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.credit dl.items__credit dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.credit dl.items__credit dt strong {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  white-space: nowrap;
  display: inline-block;
}
.credit dl.items__credit dt strong:not(:first-child) {
  margin: 0 0 0 5px;
}
.credit dl.items__credit dt > span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  padding: 0 0 0 10px;
}
.credit dl.items__credit dd {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 10px;
}
.credit dl.items__credit dd a {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
  border: solid 1px #000;
  border-radius: 20px;
  padding: 1px 3px;
  transition: all 0.25s ease-in 0s;
}
.credit dl.items__credit dd a.linelink {
  display: none;
}
.credit dl.items__credit dd a.items__a:not([href]) {
  display: none;
}
.credit dl.items__credit dd a.items__a:not([href]) + .linelink {
  display: inline-block;
}
.credit dl.items__credit dd a.snap:not(:first-child) {
  margin: 0 0 0 10px;
}
.credit dl.items__credit dd a:hover {
  color: #333333;
  border: solid 1px #333333;
}
.credit dl.items__credit dd span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0em;
}
footer {
  width: 100%;
  padding: 45px 0 80px 0;
  margin: 0 auto;
  position: relative;
}
footer .inner {
  width: 100%;
}
footer .inner .banner {
  width: 1000px;
  margin: 0 auto 35px auto;
}
footer .inner .banner div {
  width: 464px;
}
footer .inner .banner div a {
  display: block;
  transition: all 0.25s ease-in 0s;
}
footer .inner .banner div a:hover {
  opacity: 0.7;
}
footer .inner .sns {
  width: 1000px;
  margin: 0 auto 35px auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .sns p {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
footer .inner .sns ul {
  margin: 0 0 0 85px;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
footer .inner .sns ul li:not(:first-child) {
  margin: 0 0 0 50px;
}
footer .inner .sns ul li a {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  transition: all 0.25s ease-in 0s;
}
footer .inner .sns ul li a span {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  margin: 0 0 0 5px;
}
footer .inner .sns ul li a::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
}
footer .inner .sns ul li a:hover {
  opacity: 0.7;
}
footer .inner .sns ul li:nth-child(1) a::before {
  background-image: url(../images/icon_line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 16px;
}
footer .inner .sns ul li:nth-child(2) a::before {
  background-image: url(../images/icon_fb.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
}
footer .inner .sns ul li:nth-child(3) a::before {
  background-image: url(../images/icon_line.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 17px 17px;
}
footer .inner .combo {
  width: 100%;
  padding: 25px 0 0 0;
  margin-bottom: 35px;
  border-top: solid 1px #000;
}
footer .inner .combo .link {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
}
footer .inner .combo .link .logo {
  width: 169px;
  padding: 10px 0 0 0;
}
footer .inner .combo .link .logo a {
  width: 100%;
  height: 12px;
  background-image: url(../images/logo_bcstore.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  text-align: left;
  text-indent: 999%;
  white-space: nowrap;
  display: block;
  overflow: hidden;
}
footer .inner .combo .link .line {
  padding: 0 0 0 35px;
  margin: 0 0 0 35px;
  border-left: solid 1px #000;
}
footer .inner .combo .link .line ul {
  padding: 10px 0;
}
footer .inner .combo .link .line ul li {
  text-align: left;
}
footer .inner .combo .link .line ul li:not(:last-child) {
  margin-bottom: 10px;
}
footer .inner .combo .link .line ul li a {
  color: #000;
  font-family: fot-tsukumin-pr6n, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
  transition: all 0.25s ease-in 0s;
}
footer .inner .combo .link .line ul li a:hover {
  color: #999999;
}
footer .inner .cp {
  text-align: right;
  width: 1000px;
  margin: 0 auto;
}
footer .inner .cp p {
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
/* ----------------------------------------------- Media Queries Smartphone ----------------------------------------------- */
@media screen and (max-width: 768px) {
  @keyframes bar {
    0% {
      height: 1px;
      top: -90px;
    }
    10% {
      height: 1px;
    }
    40% {
      height: 90px;
    }
    80% {
      height: 90px;
    }
    100% {
      height: 1px;
      top: 90px;
    }
  }
  br.brsp {
    display: block;
  }
  br.brpc {
    display: none;
  }
  html {
    font-size: 2.6666666667vw;
    height: -webkit-fill-available;
  }
  body {
    min-height: 100vh;
    min-height: -webkit-fill-available;
  }
  #loader {
    padding: 135px 0 0 0;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    left: 0px;
    bottom: 0px;
    z-index: 999999;
    transition: opacity 1s ease-in-out 0.5s;
  }
  #loader h2 {
    width: 300px;
    height: 56px;
    margin-bottom: 10px;
  }
  #loader p {
    color: #FFF;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: 0em;
  }
  #loader .bar {
    width: 100%;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.25);
    margin-bottom: 40px;
  }
  #loader .bar span {
    width: 0%;
    height: 100%;
    background-color: #FFF;
    display: block;
  }
  #loader.complete {
    opacity: 0;
  }
  nav.catbar .inner {
    width: calc(100% - 40px);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  nav.catbar .inner h3 {
    width: 135px;
    height: 25px;
  }
  nav.catbar .inner ul {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }
  nav.catbar .inner ul li {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  nav.catbar .inner ul li:not(:first-child) {
    margin: 0 0 0 30px;
  }
  nav.catbar .inner ul li span {
    display: inline-block;
    position: relative;
  }
  nav.catbar .inner ul li span::before {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/icon_check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 0px;
    top: -3px;
    opacity: 0;
  }
  nav.catbar .inner ul li:hover {
    color: #000;
  }
  nav.catbar .inner ul li:hover span::before {
    opacity: 1;
  }
  nav.catbar .inner .hum {
    width: 25px;
    height: 25px;
    position: relative;
    display: block;
  }
  nav.catbar .inner .hum span {
    width: 100%;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0px;
    transition: all 0.1s ease-in;
  }
  nav.catbar .inner .hum span:nth-child(1) {
    top: 5px;
    transform-origin: center center;
  }
  nav.catbar .inner .hum span:nth-child(2) {
    bottom: 5px;
    transform-origin: center center;
  }
  nav.catbar .detail {
    width: 100%;
    height: calc(100vh - 55px);
    background-color: #FFF;
    padding: 45px 0 0 0;
    position: absolute;
    left: 0px;
    top: 56px;
    transition: all 0.25s ease-in 0s;
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    display: block;
  }
  nav.catbar .detail.on {
    clip-path: inset(0% 0 0 0);
    pointer-events: auto;
  }
  nav.catbar .detail .indetail {
    width: calc(100% - 80px);
    margin: 0 auto 45px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  nav.catbar .detail .indetail dl {
    text-align: left;
  }
  nav.catbar .detail .indetail dl:not(:last-child) {
    margin-bottom: 30px;
  }
  nav.catbar .detail .indetail dl dt {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
    position: relative;
  }
  nav.catbar .detail .indetail dl dt::before {
    content: "";
    width: 12px;
    height: 13px;
    background-image: url(../images/icon_check.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    left: 2px;
    top: -3px;
  }
  nav.catbar .detail .indetail dl dd {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: 0em;
    padding: 0 0 0 2rem;
  }
  nav.catbar .detail .indetail dl dd:not(:last-child) {
    margin-bottom: 5px;
  }
  nav.catbar .detail .logo {
    width: 100%;
    padding: 45px 0 0 0;
    margin: 0 auto;
    border-top: solid 1px #000;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  nav.catbar .detail .logo a {
    width: 160px;
    height: 11px;
    background-image: url(../images/logo_bcstore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    display: block;
  }
  nav.catbar.active .inner .hum span:nth-child(1) {
    transform: rotate(45deg);
    top: 11px;
  }
  nav.catbar.active .inner .hum span:nth-child(2) {
    transform: rotate(-45deg);
    bottom: 12px;
  }
  nav.catbar.active .detail {
    clip-path: inset(0 0 0 0);
    pointer-events: auto;
  }
  main {
    width: 100%;
    padding: 0px;
    margin: 0;
    position: relative;
    box-sizing: border-box;
  }
  main #visual {
    width: 100%;
    position: relative;
  }
  main #visual .pc {
    display: none;
  }
  main #visual .sp {
    display: block;
  }
  main #visual .sp .title {
    width: 100%;
    height: 76px;
    background-color: rgba(255, 255, 255, 0.85);
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0px;
    top: 125px;
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
    clip-path: inset(0% 100% 0% 0%);
  }
  main #visual .sp .title h3 {
    width: 300px;
    height: 56px;
    background-image: url(../images/logo_visual.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1) 2s;
    clip-path: inset(0% 100% 0% 0%);
  }
  main #visual .sp div ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #visual .sp div:nth-child(1) ul li {
    width: 33.3333333333%;
    opacity: 0;
  }
  main #visual .sp div:nth-child(1) ul li:nth-child(1) {
    transition: all 0.5s ease-in 0s;
  }
  main #visual .sp div:nth-child(1) ul li:nth-child(2) {
    transition: all 0.5s ease-in 0.25s;
  }
  main #visual .sp div:nth-child(1) ul li:nth-child(3) {
    transition: all 0.5s ease-in 0.5s;
  }
  main #visual .sp div:nth-child(2) ul li {
    width: 50%;
    opacity: 0;
  }
  main #visual .sp div:nth-child(2) ul li:nth-child(1) {
    transition: all 0.5s ease-in 0.5s;
  }
  main #visual .sp div:nth-child(2) ul li:nth-child(2) {
    transition: all 0.5s ease-in 0.25s;
  }
  main #visual .sp div:nth-child(3) ul li {
    width: 33.3333333333%;
    opacity: 0;
  }
  main #visual .sp div:nth-child(3) ul li:nth-child(1) {
    transition: all 0.5s ease-in 0s;
  }
  main #visual .sp div:nth-child(3) ul li:nth-child(2) {
    transition: all 0.5s ease-in 0.25s;
  }
  main #visual .sp div:nth-child(3) ul li:nth-child(3) {
    transition: all 0.5s ease-in 0.5s;
  }
  main #visual div {
    width: 100%;
    position: relative;
  }
  main #visual div.banner {
    width: 80px;
    top: calc(50% + 140px);
    right: 15px;
    left: auto;
  }
  main #visual div.scroll {
    width: 12px;
    left: calc(50% - 6px);
  }
  main #visual div.scroll p {
    width: 12px;
    height: 25px;
    margin-bottom: 10px;
  }
  main #visual div.scroll .sbar {
    width: 1px;
    height: 90px;
  }
  main #visual div.scroll .sbar span {
    top: -90px;
  }
  main #visual.on .sp div ul li {
    opacity: 1;
  }
  main #visual.on div .title {
    clip-path: inset(0% 0% 0% 0%);
  }
  main #visual.on div .title h3 {
    clip-path: inset(0% 0% 0% 0%);
  }
  main #visual.on div.banner {
    opacity: 1;
  }
  main #index {
    width: 100%;
    height: 140vw;
    padding: 115px 0 60px 0;
    background-color: #EEEEEE;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
  }
  main #index .bar {
    width: calc(100% - 40px);
    height: 2px;
    background-color: #FFF;
    position: absolute;
    left: 20px;
    bottom: 120px;
  }
  main #index .bar span {
    width: 1px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  main #index .comment {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0em;
    width: calc(100% - 40px);
    position: absolute;
    bottom: 60px;
    left: 20px;
    z-index: 1;
  }
  main #index .side-scroll-list {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  main #index .side-scroll-list .side-scroll-item {
    width: 100vw;
    padding: 0 20px;
  }
  main #index .side-scroll-list .side-scroll-item a {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main #index .side-scroll-list .side-scroll-item a .title {
    width: 100%;
    padding: 0 0 0 35px;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  main #index .side-scroll-list .side-scroll-item a .title p:nth-child(1) {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flexs-start;
    align-items: center;
  }
  main #index .side-scroll-list .side-scroll-item a .title p:nth-child(1) span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main #index .side-scroll-list .side-scroll-item a .title p:nth-child(1) span:nth-child(2) {
    margin: 0 0 0 30px;
  }
  main #index .side-scroll-list .side-scroll-item a .title p:nth-child(2) {
    color: #000;
    font-family: rollerscript-rough, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main #index .side-scroll-list .side-scroll-item a .photo {
    width: 100%;
    margin-bottom: 10px;
  }
  main #index .side-scroll-list .side-scroll-item a .text {
    width: 100%;
    padding: 0px;
  }
  main #index .side-scroll-list .side-scroll-item a .text dl {
    width: 100%;
    margin-bottom: 25px;
  }
  main #index .side-scroll-list .side-scroll-item a .text dl dt {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 4rem;
    letter-spacing: 0.065em;
    text-align: left;
    margin-bottom: 25px;
  }
  main #index .side-scroll-list .side-scroll-item a .text dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 2.1rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main #index .side-scroll-list .side-scroll-item a .text .btn {
    width: 115px;
    height: 30px;
  }
  main #index .side-scroll-list .side-scroll-item a .text .btn span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    border-radius: 15px;
  }
  main #index .side-scroll-list .side-scroll-item a:hover .text dl dt {
    text-decoration: underline;
  }
  main #index .side-scroll-list .side-scroll-item a:hover .text .btn span {
    background-color: #E6D9CF;
  }
  main .sec {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }
  main .sec.active::before {
    opacity: 1;
  }
  main .sec#sec1 {
    width: 100%;
    padding: 60px 0;
  }
  main .sec#sec1 .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec#sec1 .inner .title {
    width: 100%;
  }
  main .sec#sec1 .inner .title dl {
    width: 100%;
    margin-bottom: 25px;
  }
  main .sec#sec1 .inner .title dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }
  main .sec#sec1 .inner .title dl dt span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner .title dl dt span:nth-child(2) {
    margin: 0 0 0 30px;
  }
  main .sec#sec1 .inner .title dl dd {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#sec1 .inner .lead {
    margin-bottom: 45px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec1 .inner .lead h4 {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 15px;
  }
  main .sec#sec1 .inner .lead .text {
    margin: 0px;
  }
  main .sec#sec1 .inner .lead .text p {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#sec1 .inner .lead .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main .sec#sec1 .inner .lead .text p.notice {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
    letter-spacing: 0em;
  }
  main .sec#sec1 .inner ul {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec1 .inner ul li {
    width: 100%;
  }
  main .sec#sec1 .inner ul li:not(:first-child) {
    margin: 0px;
  }
  main .sec#sec1 .inner ul li:not(:last-child) {
    margin: 0 0 10px 0;
  }
  main .sec#sec2 {
    width: 100%;
    margin: 0 auto 75px auto;
  }
  main .sec#sec2 .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
  }
  main .sec#sec2 .inner .title {
    margin-bottom: 15px;
  }
  main .sec#sec2 .inner .title dl {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 .inner .title dl dt {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 5px 0;
    margin-bottom: 15px;
    border-bottom: solid 1px #000;
  }
  main .sec#sec2 .inner .title dl dd {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec2 .inner .address {
    text-align: left;
    margin-bottom: 25px;
  }
  main .sec#sec2 .inner .address dl dt {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .sec#sec2 .inner .address dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec2 .inner .address dl dd::before {
    content: "";
    width: 15px;
    height: 21px;
    background-image: url(../images/icon_pin.png);
    background-repeat: no-repeat;
    background-position: cente;
    background-size: contain;
  }
  main .sec#sec2 .inner .address dl dd span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin: 2px 0 0 10px;
    display: inline-block;
  }
  main .sec#sec2 .inner .timeline {
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
    background-image: url(../images/line.png);
    background-repeat: repeat-y;
    background-position: 82px 0px;
    background-size: 5px 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 .inner .timeline .line {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 .inner .timeline .line:not(:last-child) {
    margin-bottom: 50px;
  }
  main .sec#sec2 .inner .timeline .line h5 {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.6rem;
    letter-spacing: 0em;
    white-space: nowrap;
    width: 70px;
    padding: 10px 0 0 0;
  }
  main .sec#sec2 .inner .timeline .line .place {
    width: 40px;
    padding: 5px 0 0 0;
    margin: 0px;
  }
  main .sec#sec2 .inner .timeline .line .place span {
    color: #FFF;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 40px;
    height: 40px;
    background-color: #D9B291;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
  }
  main .sec#sec2 .inner .timeline .line .prof {
    width: calc(100% - 110px);
    margin: 0 0 0 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof {
    width: 100%;
    margin-bottom: 20px;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set div {
    width: 45px;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set dl {
    margin: 0 0 0 15px;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dt {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-end;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd span {
    white-space: nowrap;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd span:nth-child(1) {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set dl dd span:nth-child(2) {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.05em;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .set:not(:last-child) {
    margin-bottom: 5px;
  }
  main .sec#sec2 .inner .timeline .line .prof .inprof .multi {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 45px;
    padding: 5px;
  }
  main .sec#sec2 .inner .timeline .line .prof .text {
    width: 100%;
    margin: 0px;
  }
  main .sec#sec2 .inner .timeline .line .prof .text p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  main .sec#sec2 .inner .timeline .line .prof .text p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#sec2 .inner .notice {
    width: 100%;
    padding: 0px;
  }
  main .sec#sec2 .inner .notice:not(:last-child) {
    margin-bottom: 25px;
  }
  main .sec#sec2 .inner .notice p {
    color: #333333;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#sec2 .inner .notice p:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#sec2 .inner .btn {
    width: 120px;
    height: 35px;
    margin-left: auto;
    border-radius: 20px;
    position: relative;
    right: auto;
    bottom: auto;
  }
  main .sec#sec2 .inner .btn span {
    color: #999999;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  main .sec#sec3 {
    width: 100%;
    margin: 0 auto 55px auto;
  }
  main .sec#sec3 .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec#sec3 .inner .title dl {
    margin-bottom: 25px;
  }
  main .sec#sec3 .inner .title dl dt {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }
  main .sec#sec3 .inner .title dl dt span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    display: inline-block;
  }
  main .sec#sec3 .inner .title dl dt span:nth-child(2) {
    margin: 0 0 0 30px;
  }
  main .sec#sec3 .inner .title dl dd {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
  }
  main .sec#sec3 .inner .topics {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec3 .inner .topics .box {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec3 .inner .topics .box:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#sec3 .inner .topics .box::before {
    border-radius: 600px 600px 0 0;
  }
  main .sec#sec3 .inner .topics .box::after {
    border-radius: 0 0 600px 600px;
    position: relative;
    top: -20px;
    pointer-events: none;
  }
  main .sec#sec3 .inner .topics .box .post {
    width: calc(100% - 20px);
  }
  main .sec#sec3 .inner .topics .box .post:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #000;
  }
  main .sec#sec3 .inner .topics .box .post a {
    text-align: left;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-stat;
  }
  main .sec#sec3 .inner .topics .box .post a dl {
    margin-bottom: 10px;
  }
  main .sec#sec3 .inner .topics .box .post a dl dt {
    margin-bottom: 9px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec3 .inner .topics .box .post a dl dt div:nth-child(1) {
    color: #FFF;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 34px;
    height: 34px;
    background-color: #D9B291;
    border-radius: 17px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  main .sec#sec3 .inner .topics .box .post a dl dt div:nth-child(2) {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.9rem;
    letter-spacing: 0em;
    margin: 0 0 0 10px;
  }
  main .sec#sec3 .inner .topics .box .post a dl dt div:nth-child(2) span {
    display: block;
    font-size: 16px;
  }
  main .sec#sec3 .inner .topics .box .post a dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  main .sec#sec3 .inner .topics .box .post a .btn {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100px;
    height: 25px;
    margin: 0 0 0 auto;
    border-radius: 15px;
  }
  main .sec#sec3 .inner .topics .box .post a:hover dl dd {
    text-decoration: underline;
  }
  main .sec#sec3 .inner .topics .box .post a:hover .btn {
    background-color: #E6D9CF;
  }
  main .sec#sec3 .inner .topics .box .accordion {
    width: calc(100% - 20px);
    margin-bottom: 20px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }
  main .sec#sec3 .inner .topics .box .accordion .post {
    width: 100%;
  }
  main .sec#sec3 .inner .topics .box .more {
    padding: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  main .sec#sec3 .inner .topics .box .more span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 5px;
  }
  main .sec#sec3 .inner .topics .box .more span::before {
    content: "MORE";
  }
  main .sec#sec4 {
    width: 100%;
    padding: 60px 0 60px 0;
    margin: 0 auto;
    border-top: solid 1px #000;
  }
  main .sec#sec4 .inner {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  main .sec#sec4 .inner .title {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    padding: 0;
  }
  main .sec#sec4 .inner .posts {
    width: 100%;
    margin-bottom: 20px;
  }
  main .sec#sec4 .inner .posts ul.blogs {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec4 .inner .posts ul.blogs li {
    width: 50%;
    padding: 10px;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .thumb {
    margin-bottom: 10px;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .data {
    width: 100%;
    padding: 0px;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .data .title {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8rem;
    letter-spacing: 0em;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .data .title:not(:last-child) {
    margin-bottom: 10px;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .data .brand {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0em;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .data .brand:not(:last-child) {
    margin-bottom: 0px;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .data .date {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    letter-spacing: 0em;
  }
  main .sec#sec4 .inner .posts ul.blogs li a .data .date:not(:last-child) {
    margin-bottom: 0px;
  }
  main .sec#sec4 .inner .more {
    width: calc(100% - 20px);
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
  }
  main .sec#sec4 .inner .more .btn {
    width: 115px;
    height: 30px;
  }
  main .sec#sec4 .inner .more .btn a {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    width: 100%;
    height: 35px;
  }
  main .sec#sec5 {
    padding: 60px 0 60px 0;
  }
  main .sec#sec5 .inner {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  main .sec#sec5 .inner .title {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 2rem;
    font-weight: 400;
    line-height: 3rem;
    letter-spacing: 0em;
    text-align: left;
    margin-bottom: 30px;
  }
  main .sec#sec5 .inner .shops {
    width: 100%;
    margin-bottom: 60px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec5 .inner .shops .shop {
    width: 100%;
    height: 205px;
    position: relative;
  }
  main .sec#sec5 .inner .shops .shop:not(:last-child) {
    margin-bottom: 20px;
  }
  main .sec#sec5 .inner .shops .shop::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #E6D9CF;
    border-radius: 38px;
    position: absolute;
    left: 6px;
    top: 6px;
  }
  main .sec#sec5 .inner .shops .shop::after {
    content: "";
    width: 1px;
    height: 30px;
    background-color: #E6D9CF;
    position: absolute;
    top: 60%;
    right: 6px;
    z-index: 3;
  }
  main .sec#sec5 .inner .shops .shop .inshop {
    width: calc(100% - 6px);
    padding: 30px;
    border-radius: 38px;
  }
  main .sec#sec5 .inner .about {
    width: 100%;
    padding: 0px;
  }
  main .sec#sec5 .inner .about .text {
    text-align: left;
    margin-bottom: 40px;
  }
  main .sec#sec5 .inner .about .text p {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
  }
  main .sec#sec5 .inner .about .text p:not(:last-child) {
    margin-bottom: 30px;
  }
  main .sec#sec5 .inner .about .text .insta a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  main .sec#sec5 .inner .about .text .insta a span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 0 0 10px;
  }
  main .sec#sec5 .inner .about .text .insta a::before {
    width: 20px;
    height: 20px;
  }
  main .sec#sec5 .inner .about .merit {
    padding: 35px 15px;
    border-radius: 30px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  main .sec#sec5 .inner .about .merit dl {
    text-align: left;
    width: 100%;
    padding: 0px;
  }
  main .sec#sec5 .inner .about .merit dl:not(:first-child) {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border-left: none;
  }
  main .sec#sec5 .inner .about .merit dl:not(:last-child) {
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: solid 1px #000;
  }
  main .sec#sec5 .inner .about .merit dl dt {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 2.2rem;
    letter-spacing: 0em;
    padding: 0 5px 0px 5px;
    margin: 0 0 15px 0;
  }
  main .sec#sec5 .inner .about .merit dl dd {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 2rem;
    letter-spacing: 0em;
  }
  .credit {
    width: 100%;
  }
  .credit:not(:last-child) {
    margin-bottom: 10px;
  }
  .credit dl.items__credit {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .credit dl.items__credit dt {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
  .credit dl.items__credit dt strong {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    white-space: nowrap;
    display: inline-block;
  }
  .credit dl.items__credit dt strong:not(:first-child) {
    margin: 0 0 0 5px;
  }
  .credit dl.items__credit dt > span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    padding: 0 0 0 10px;
  }
  .credit dl.items__credit dd {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 10px;
  }
  .credit dl.items__credit dd a {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    border: solid 1px #000;
    border-radius: 20px;
    padding: 1px 3px;
    transition: all 0.25s ease-in 0s;
  }
  .credit dl.items__credit dd a.linelink {
    display: none;
  }
  .credit dl.items__credit dd a.items__a:not([href]) {
    display: none;
  }
  .credit dl.items__credit dd a.items__a:not([href]) + .linelink {
    display: inline-block;
  }
  .credit dl.items__credit dd a.snap:not(:first-child) {
    margin: 0 0 0 10px;
  }
  .credit dl.items__credit dd a:hover {
    color: #333333;
    border: solid 1px #333333;
  }
  .credit dl.items__credit dd span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer {
    width: 100%;
    padding: 35px 0 70px 0;
    margin: 0 auto;
    position: relative;
  }
  footer .inner {
    width: 100%;
  }
  footer .inner .banner {
    width: calc(100% - 40px);
    margin: 0 auto 20px auto;
  }
  footer .inner .banner div {
    width: 100%;
  }
  footer .inner .banner div a:hover {
    opacity: 1;
  }
  footer .inner .sns {
    width: calc(100% - 40px);
    margin: 0 auto 35px auto;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .inner .sns p {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 10px;
  }
  footer .inner .sns ul {
    width: 100%;
    margin: 0px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  footer .inner .sns ul li:not(:first-child) {
    margin: 0px;
  }
  footer .inner .sns ul li a {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    transition: all 0.25s ease-in 0s;
  }
  footer .inner .sns ul li a span {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
    margin: 0 0 0 5px;
  }
  footer .inner .sns ul li a:hover {
    opacity: 1;
  }
  footer .inner .combo {
    width: 100%;
    padding: 25px 0 0 0;
    margin-bottom: 35px;
    border-top: solid 1px #000;
  }
  footer .inner .combo .link {
    width: calc(100% - 40px);
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
  }
  footer .inner .combo .link .logo {
    width: 100%;
    padding: 0px;
    margin: 0 0 20px 0;
  }
  footer .inner .combo .link .logo a {
    width: 169px;
    height: 12px;
    background-image: url(../images/logo_bcstore.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: left;
    text-indent: 999%;
    white-space: nowrap;
    display: block;
    overflow: hidden;
  }
  footer .inner .combo .link .line {
    width: 50%;
    padding: 0 0 0 35px;
    margin: 0px;
    border-left: solid 1px #000;
  }
  footer .inner .combo .link .line:nth-child(2) {
    padding: 0 35px 0 0;
    border-left: none;
  }
  footer .inner .combo .link .line ul {
    padding: 10px 0;
  }
  footer .inner .combo .link .line ul li {
    text-align: left;
  }
  footer .inner .combo .link .line ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  footer .inner .combo .link .line ul li a {
    color: #000;
    font-family: fot-tsukumin-pr6n, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
  footer .inner .combo .link .line ul li a:hover {
    color: #000;
  }
  footer .inner .cp {
    text-align: center;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  footer .inner .cp p {
    color: #000;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0em;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 3.125vw;
  }
}
/*# sourceMappingURL=style.css.map */
