@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&family=Zen+Old+Mincho:wght@400;700&display=swap);.o-container {
  margin: 0 auto;
  padding: 0 6.1538461538%;
}

.o-layout {
  font-family: "Noto Sans JP", sans-serif;
}
.o-layout *,
.o-layout *::before,
.o-layout *::after {
  box-sizing: border-box;
}
.o-layout ul li {
  list-style: none;
}
.o-layout a {
  text-decoration: none;
}
.o-layout img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

.o-wrapper {
  position: relative;
}

.c-about {
  text-align: center;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  transition: all 0.4s ease;
}
.c-about.is-entry {
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.c-about__inner {
  padding: 0 8.2051282051% 22.5641025641vw;
}
.c-about__inner::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #333, #333 6px, transparent 6px);
  background-size: 10px 2px;
  background-position: left top;
  background-repeat: repeat-x;
}
.c-about__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 27.6923076923vw 0 0;
  font-size: 1.375rem;
  row-gap: 3.5897435897vw;
}
.c-about__text {
  line-height: 2.1;
  letter-spacing: 0.08em;
  font-family: "Zen Old Mincho", serif;
  font-size: 0.9375rem;
  margin-top: 9.2307692308vw;
}
.c-about__anchor-box {
  position: relative;
  margin: 16.4102564103vw 3.2679738562% 0;
  border: 3px solid #000000;
  padding: 8.7179487179vw 3.2679738562% 16.4102564103vw;
  background-image: url("/whisky/tothebar2023/assets/img/frame_top.svg"), url("/whisky/tothebar2023/assets/img/frame_bottom.svg");
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100%, 100%;
}
.c-about__anchor-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  margin: 0;
  row-gap: 5.641025641vw;
  font-size: 1rem;
}
.c-about__anchor-title-lead {
  font-size: 0.9375rem;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 0.7692307692vw 2.0512820513vw;
}
.c-about__anchor-title-lead img {
  width: 100%;
}
.c-about__anchor-box-lead {
  position: absolute;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
  top: -12.4183006536%;
  left: -11.1111111111%;
  width: 28.2051282051vw;
}
.c-about__anchor-box-lead img {
  width: 100%;
}
.c-about__anchor-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 6.6666666667vw 0 0;
  row-gap: 3.5897435897vw;
  padding: 0;
}

.c-accordion {
  margin: 0 9.2307692308%;
  border-bottom: 1px solid #000000;
}
.c-accordion:first-of-type {
  border-top: 1px solid #000000;
}
.c-accordion__title {
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.625rem;
  margin: 8.2051282051vw 0 10.2564102564vw;
}
.c-accordion__title-icon {
  font-family: "Noto Sans JP", sans-serif;
  color: #ffffff;
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 0.875rem;
  padding: 2.4691358025% 7.4074074074%;
  flex-direction: column;
  margin-bottom: 4.9382716049%;
  letter-spacing: 0.04em;
}
.c-accordion__button {
  font-family: "Noto Sans JP", sans-serif;
  margin-left: auto;
  border: none;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  font-size: 0.875rem;
  background-color: transparent;
  color: #000000;
}
.c-accordion__button--bottom {
  margin-top: 7.4074074074%;
}
.c-accordion__body {
  padding: 0 0 7.4074074074%;
}
.c-accordion__body[aria-hidden=true] {
  display: none;
}
.c-accordion__text {
  margin: 0;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.08em;
}

.c-bar {
  position: relative;
  background-color: #000000;
  padding: 23.0769230769vw 6.1538461538vw 20.5128205128vw;
  margin-top: 10.2564102564vw;
  opacity: 0;
  transition: opacity 1s ease;
}
.c-bar.is-entry {
  opacity: 1;
}
.c-bar__line {
  width: 2px;
  height: 20.5128205128vw;
  background-color: #000000;
  overflow: hidden;
  position: absolute;
  top: -10.2564102564vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-bar__line::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 55px;
  background-color: #E2E2E2;
  -webkit-animation: scrolldown 1.8s ease-in-out infinite;
          animation: scrolldown 1.8s ease-in-out infinite;
}
@-webkit-keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
@keyframes scrolldown {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(200%);
            transform: translateY(200%);
  }
}
.c-bar__text {
  color: #ffffff;
  font-weight: bold;
  font-size: 1rem;
  margin-top: 5.1282051282vw;
}
.c-bar__title {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.c-bar__box {
  aspect-ratio: 342/500;
  margin: 9.2307692308vw auto 0;
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9375rem;
  line-height: 1;
  border: 2px solid #000000;
  position: relative;
  padding: 6.6666666667vw 4.1025641026vw 6.6666666667vw 4.1025641026vw;
  letter-spacing: 0.03em;
}
.c-button::before {
  content: "";
  display: block;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
  border-radius: 50%;
  border: 2px solid #ffffff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.c-button__text {
  padding-left: 1em;
}
.c-button__icon {
  margin-left: 10px;
}

.c-campaign {
  padding: 14.358974359vw 0 18.4615384615vw;
}
.c-campaign__inner {
  position: relative;
  opacity: 0;
  transition: opacity 0.5s;
}
.is-entry .c-campaign__inner {
  opacity: 1;
}
.c-campaign__title {
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1rem;
  row-gap: 4.1025641026vw;
  margin: 0;
}
.c-campaign__title-lead {
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  padding: 1.0256410256vw 2.0512820513vw;
}
.c-campaign__title-text {
  margin-top: 1.5384615385vw;
}
.c-campaign__box {
  background-color: #000000;
  color: #ffffff;
  font-weight: bold;
  padding: 9.3567251462% 9.3567251462% 11.1111111111%;
  margin: 8.7179487179vw auto 0;
}
.c-campaign__box-title {
  text-align: center;
  margin: 0;
  margin-bottom: 7.1942446043%;
  font-size: 1rem;
  line-height: 1.7;
}
.c-campaign__float-image01, .c-campaign__float-image02 {
  position: absolute;
}
.c-campaign__float-image01 {
  width: 20%;
  top: 260px;
  left: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
  opacity: 0;
  transition: all 1s ease 1s;
}
.is-entry .c-campaign__float-image01 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.c-campaign__float-image02 {
  width: 18.6206896552%;
  top: 110px;
  right: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  opacity: 0;
  transition: all 1s ease 1s;
}
.is-entry .c-campaign__float-image02 {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
.c-campaign__box-list {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  margin: 0;
  padding: 0;
  line-height: 1.5;
}
.c-campaign__box-list:first-of-type {
  background-image: linear-gradient(to right, #ffffff, #ffffff 4px, transparent 4px, transparent 6px);
  background-size: 10px 1px;
  background-position: left top;
  background-repeat: repeat-x;
  padding-top: 24px;
}
.c-campaign__lists {
  margin-top: 11.6959064327%;
}
.c-campaign__list {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  font-weight: bold;
  -webkit-column-gap: 4.3209876543%;
          column-gap: 4.3209876543%;
}
.c-campaign__list + .c-campaign__list {
  margin-top: 7.4074074074%;
}
.c-campaign__list-title {
  border: 2px solid #000000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.875rem;
  flex: 0 0 auto;
  min-width: 7.5714285714em;
  padding: 2.0512820513vw 0;
}
.c-campaign__list-text {
  margin: 0;
  font-size: 1.125rem;
}
.c-campaign__list-small-text {
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.c-campaign__button {
  margin: 12.962962963% auto 0;
  width: 62.962962963%;
}

.c-kv {
  position: relative;
}
.c-kv__inner {
  position: relative;
  padding: 0 4.6153846154vw;
  margin: 0 auto;
}
.c-kv__lead {
  display: block;
  text-align: center;
  opacity: 0;
  transition: all 1s ease 1s;
  width: 58.4615384615vw;
  margin: 0 auto;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  grid-row: 2/3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
.c-kv__lead img {
  width: 100%;
}
.is-entry .c-kv__lead {
  opacity: 1;
}
.c-kv__title {
  display: block;
  margin-left: auto;
  opacity: 0;
  margin-top: auto;
  transition: all 1s ease 2s;
  width: 60.5128205128vw;
  -webkit-transform: rotate(-3deg) translateY(20px);
          transform: rotate(-3deg) translateY(20px);
}
.c-kv__title img {
  width: 100%;
}
.is-entry .c-kv__title {
  opacity: 1;
  -webkit-transform: rotate(0) translateY(0);
          transform: rotate(0) translateY(0);
}
.c-kv__image {
  margin-top: 22.0512820513vw;
  -ms-grid-row: 3;
  -ms-grid-row-span: 2;
  grid-row: 3/5;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
  opacity: 0;
  transition: opacity 1s ease;
}
.is-entry .c-kv__image {
  opacity: 1;
}
.c-kv__scroll {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 8px;
  opacity: 0;
  left: 8.2051282051vw;
  bottom: 0;
  transition: opacity 0.5s ease 4s;
}
.is-entry .c-kv__scroll {
  opacity: 1;
}
.c-kv__scroll-line {
  width: 1px;
  height: 20.5128205128vw;
  background-color: #000000;
  position: relative;
  flex: 0 0 auto;
}
.c-kv__scroll-line::before {
  position: absolute;
  top: -4px;
  left: -4px;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #000000;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #000000;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  -webkit-animation: scroll-circle-sp 2.2s ease-out infinite;
          animation: scroll-circle-sp 2.2s ease-out infinite;
}

@-webkit-keyframes scroll-circle-sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(20.5128205128vw);
            transform: translateY(20.5128205128vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25.641025641vw);
            transform: translateY(25.641025641vw);
    opacity: 0;
  }
}

@keyframes scroll-circle-sp {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(20.5128205128vw);
            transform: translateY(20.5128205128vw);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(25.641025641vw);
            transform: translateY(25.641025641vw);
    opacity: 0;
  }
}
@-webkit-keyframes scroll-circle-pc {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
    opacity: 0;
  }
}
@keyframes scroll-circle-pc {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  60% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(90px);
            transform: translateY(90px);
    opacity: 0;
  }
}
.c-lead {
  font-family: "Zen Old Mincho", serif;
  padding: 10.2564102564vw 0 32.8205128205vw;
}
.c-lead__inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
}
.c-lead__text-area {
  transition: all 1s ease;
  opacity: 0;
  -webkit-transform: translate(0, 10px);
          transform: translate(0, 10px);
}
.is-entry .c-lead__text-area {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}
.c-lead__text {
  line-height: 2.1;
  font-size: 1.0625rem;
  margin: 0;
}
.c-lead__text + .c-lead__text {
  margin-top: 13.8888888889%;
}
.c-lead__image-box {
  margin-top: 21.0526315789%;
  width: 77.1929824561%;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  transition: all 1s ease;
  opacity: 0;
}
.is-entry .c-lead__image-box {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.c-profile {
  background-color: #ECECEC;
  padding: 30.7692307692vw 0 30.7692307692%;
}
.c-profile__inner {
  padding: 0;
}
.c-profile__profile {
  position: relative;
  padding-bottom: 72px;
}
.c-profile__title {
  mix-blend-mode: difference;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  font-family: "Zen Old Mincho", serif;
  margin: 0;
  font-size: 1.3125rem;
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 1s ease 1.5s;
  z-index: 2;
}
.is-entry .c-profile__title {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-profile__title-image {
  width: 46.6666666667vw;
  padding-top: 10px;
  order: 1;
}
.c-profile__title-image img {
  width: 100%;
}
.c-profile__photo {
  opacity: 0;
  -webkit-transform: translateX(-10px);
          transform: translateX(-10px);
  transition: all 1s ease 0.5s;
  z-index: 2;
}
.is-entry .c-profile__photo {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.c-profile__box {
  background-color: #000000;
  color: #ffffff;
  margin-left: auto;
  padding: 4.6153846154vw 12.3456790123% 18.4615384615vw;
  opacity: 0;
  transition: opacity 1s ease;
  position: relative;
  z-index: 1;
}
.is-entry .c-profile__box {
  opacity: 1;
}
.c-profile__box-title, .c-profile__text, .c-profile__small-text {
  margin: 0;
}
.c-profile__text {
  font-size: 0.9375rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
}
.c-profile__text:first-of-type {
  margin-top: 5.641025641vw;
}
.c-profile__text + .c-profile__text {
  margin-top: 7.1794871795vw;
}
.c-profile__small-text {
  font-size: 0.8125rem;
  margin: 8.7179487179vw 0 6.1538461538vw;
  font-weight: bold;
}
.c-profile__xsmall-text {
  font-size: 0.6875rem;
}

.c-scroll-text {
  width: 100%;
  height: 66px;
  background: url("/whisky/tothebar2023/assets/img/scroll_text.png") repeat-x left center;
  background-size: 1932px;
  -webkit-animation: scroll-text 30s linear infinite;
          animation: scroll-text 30s linear infinite;
  opacity: 0;
  transition: opacity 0.5s;
}
.c-scroll-text.is-entry {
  opacity: 1;
}

@-webkit-keyframes scroll-text {
  100% {
    background-position: -1932px 0;
  }
}

@keyframes scroll-text {
  100% {
    background-position: -1932px 0;
  }
}
.u-hidden {
  display: none !important;
}
@media print, screen and (min-width: 768px) {
  .o-container {
    max-width: 960px;
    padding: 0 30px;
  }
  .o-container--large {
    max-width: 1160px;
  }
  .o-layout {
    min-width: 960px;
  }
  .c-about__inner::before {
    height: 2px;
  }
  .c-about__inner {
    padding: 0 0 144px;
  }
  .c-about__title {
    -webkit-column-gap: 6px;
            column-gap: 6px;
    flex-direction: row;
    margin: 160px 0 0;
  }
  .c-about__title span {
    vertical-align: bottom;
  }
  .c-about__text {
    margin-top: 56px;
    font-size: 1rem;
  }
  .c-about__anchor-box {
    margin: 56px auto 0;
    padding: 20px 0 24px;
    width: 582px;
  }
  .c-about__anchor-title {
    row-gap: 4px;
    font-size: 1rem;
  }
  .c-about__anchor-title-lead {
    padding: 2px 8px;
    font-size: 0.875rem;
    display: inline-block;
    margin-bottom: 12px;
  }
  .c-about__anchor-box-lead {
    top: -45px;
    left: -32px;
    width: 114px;
  }
  .c-about__anchor-list {
    flex-direction: row;
    -webkit-column-gap: 24px;
            column-gap: 24px;
    margin-top: 16px;
  }
  .c-about__anchor-item {
    width: 224px;
  }
  .c-accordion {
    width: 680px;
    margin: 0 auto;
  }
  .c-accordion__title {
    flex-direction: row;
    font-size: 1.375rem;
    padding: 30px 20px 32px;
    margin: 0;
  }
  .c-accordion__title-icon {
    flex-direction: row;
    font-size: 0.9375rem;
    padding: 10px 30px;
    margin-right: 16px;
    margin-bottom: 0;
  }
  .c-accordion__button--bottom {
    margin: 48px auto 0;
  }
  .c-accordion__button:hover {
    color: #ED392F;
  }
  .c-accordion__body {
    padding-bottom: 30px;
  }
  .c-accordion__text-box {
    display: flex;
    flex-direction: row;
    -webkit-column-gap: 48px;
            column-gap: 48px;
    padding: 0 20px;
  }
  .c-accordion__text {
    flex: 1 0 0;
  }
  .c-bar {
    margin-top: 55px;
    padding: 72px 50px 120px;
  }
  .c-bar__line {
    width: 2px;
    height: 105px;
    top: -55px;
  }
  .c-bar__text {
    font-size: 1.125rem;
    margin-top: 16px;
  }
  .c-bar__box {
    max-width: 1160px;
    aspect-ratio: 1160/510;
    margin-top: 48px;
  }
  .c-button {
    font-size: 1rem;
    padding: 26px 4px;
  }
  .c-button--blank {
    padding: 34px 4px;
  }
  .c-button:hover {
    background-color: #ED392F;
    border: 2px solid #ED392F;
  }
  .c-campaign {
    padding: 85px 0 80px;
  }
  .c-campaign__title {
    font-size: 1.25rem;
    row-gap: 14px;
  }
  .c-campaign__title-lead {
    padding: 2px 16px;
    font-size: 1rem;
    display: inline-block;
    margin-bottom: 12px;
  }
  .c-campaign__title-text {
    margin-top: 0;
  }
  .c-campaign__box {
    width: 454px;
    padding: 40px 56px 48px;
    margin: 44px auto 0;
  }
  .c-campaign__box-title {
    margin-bottom: 24px;
  }
  .c-campaign__lists {
    max-width: 424px;
    margin: 0 auto;
  }
  .c-campaign__list {
    -webkit-column-gap: 16px;
            column-gap: 16px;
    margin: 48px auto 0;
  }
  .c-campaign__list + .c-campaign__list {
    margin-top: 24px;
  }
  .c-campaign__list-title {
    min-width: 7.5714285714em;
    padding: 8px;
  }
  .c-campaign__list-text {
    line-height: 1.5;
  }
  .c-campaign__button {
    width: 252px;
    margin: 56px auto 0;
  }
  .c-kv {
    padding: 78px 0 62px;
  }
  .c-kv__inner {
    max-width: 1027px;
    padding: 0 20px 0 30px;
  }
  .c-kv__lead {
    width: 306px;
    position: relative;
    left: -26px;
  }
  .c-kv__title {
    position: absolute;
    width: 305px;
    right: 20px;
    bottom: 45px;
  }
  .c-kv__image {
    margin-top: 50px;
  }
  .c-kv__scroll {
    right: 20px;
    left: auto;
    bottom: 0px;
  }
  .c-kv__scroll-line {
    height: 90px;
  }
  .c-kv__scroll-line::before {
    -webkit-animation: scroll-circle-pc 2.2s ease-out infinite;
            animation: scroll-circle-pc 2.2s ease-out infinite;
  }
  .c-lead {
    padding: 32px 0 160px;
  }
  .c-lead__inner {
    flex-direction: row;
    -webkit-column-gap: 134px;
            column-gap: 134px;
  }
  .c-lead__text-area {
    -webkit-transform: translate(-30px, 0);
            transform: translate(-30px, 0);
  }
  .c-lead__text {
    line-height: 2.3;
  }
  .c-lead__text + .c-lead__text {
    margin-top: 40px;
  }
  .c-lead__image-box {
    width: 426px;
    margin: 0;
  }
  .c-profile {
    padding: 144px 0px;
  }
  .c-profile__inner {
    max-width: 982px;
  }
  .c-profile__title {
    position: absolute;
    row-gap: 10px;
    top: 28px;
    font-size: 1.25rem;
  }
  .c-profile__title-image {
    width: 380px;
  }
  .c-profile__photo {
    position: absolute;
    top: 152px;
    width: 67.1794871795%;
  }
  .c-profile__box {
    padding: 144px 96px 128px 200px;
    width: 754px;
  }
  .c-profile__box-inner {
    width: 458px;
  }
  .c-profile__text {
    font-size: 0.875rem;
  }
  .c-profile__text + .c-profile__text {
    margin-top: 1em;
  }
  .c-profile__small-text {
    margin: 32px 0 24px;
  }
  .u-hidden\@pc {
    display: none !important;
  }
}
@media screen and (max-width: 767.98px) {
  .o-layout {
    font-size: 4.1025641026vw;
  }
  .c-accordion__button:not(.c-accordion__button--bottom)[aria-expanded=true] {
    display: none;
  }
  .c-accordion__text + .c-accordion__text {
    margin-top: 10%;
  }
  .c-campaign__float-image01, .c-campaign__float-image02 {
    display: none;
  }
  .c-kv {
    min-height: calc(100svh - 80px);
    padding: 0 0 15.3846153846vw;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .c-kv__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: 25.641025641vw auto auto auto 29.1428571429%;
    grid-template-rows: 25.641025641vw auto auto auto 29.1428571429%;
  }
  .c-kv__title {
    -ms-grid-row: 4;
    -ms-grid-row-span: 2;
    grid-row: 4/6;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
  }
  .c-profile__profile {
    display: flex;
    flex-direction: column;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 6.1538461538% 10.2564102564% 1fr;
    grid-template-columns: 6.1538461538% 10.2564102564% 1fr;
    -ms-grid-rows: auto auto auto 1fr;
    grid-template-rows: auto auto auto 1fr;
  }
  .c-profile__profile::before {
    content: "";
    display: block;
    background-color: #000000;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
  }
  .c-profile__title {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
    position: relative;
    padding-top: 9.2307692308vw;
  }
  .c-profile__photo {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    position: relative;
    width: 67.1794871795vw;
  }
  .c-profile__box {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }
  .u-hidden\@sp {
    display: none !important;
  }
}
@media screen and (max-height: 700px) and (max-width: 767.98px) {
  .c-kv__inner {
    -ms-grid-rows: 6.63507109vh auto auto auto 29.1428571429%;
    grid-template-rows: 6.63507109vh auto auto auto 29.1428571429%;
  }
}
@media screen and (max-height: 800px) and (max-width: 767.98px) {
  .c-kv__image {
    margin-top: 10.75%;
  }
  .c-kv__scroll {
    bottom: calc(100% - 100svh + 80px);
  }
}
@media screen and (max-height: 865px) and (min-width: 768px) {
  .c-kv__scroll {
    bottom: calc(100% - 100svh + 100px);
  }
}