@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&family=Sawarabi+Mincho&family=Reddit+Mono&display=swap);
.l-wrapper {
  padding-top: 0;
}

.p-first-view {
  align-items: center;
  display: flex;
  height: 100dvh;
  justify-content: center;
  padding-right: 240px;
  position: relative;
  width: 100%;
  z-index: 2;
}
.p-first-view__copy {
  color: #fff;
  font-size: 4rem;
  font-family: "Sawarabi Mincho";
}
.p-first-view__lead {
  color: #fff;
  font-size: 1.5rem;
  line-height: 2em;
  margin-top: 40px;
}
.p-first-view__infographic {
  display: flex;
  margin-top: 40px;
}
.p-first-view__infographic .p-first-view-infographic {
  align-items: center;
  background-color: #fff;
  border-radius: 24px;
  display: flex;
  margin-left: 24px;
  padding: 20px 32px 20px 8px;
}
.p-first-view__infographic .p-first-view-infographic:first-child {
  margin-left: 0;
}
.p-first-view__infographic .p-first-view-infographic figure {
  flex-shrink: 0;
  width: 80px;
}
.p-first-view__infographic .p-first-view-infographic figure img {
  width: 100%;
}
.p-first-view__infographic .p-first-view-infographic__contents {
  padding-left: 8px;
}
.p-first-view__infographic .p-first-view-infographic__contents__hd {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.p-first-view__infographic .p-first-view-infographic__contents p {
  color: #56D23E;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  margin-top: 0.4em;
  margin-bottom: -0.4em;
}
.p-first-view__infographic .p-first-view-infographic__contents p span {
  font-size: 3.5rem;
  font-family: "Reddit Mono", monospace;
  font-weight: 700;
}
.p-first-view__infographic .p-first-view-infographic.--beginner p {
  line-height: 1.3em;
  margin-top: 0.5em;
  margin-bottom: 0;
}
.p-first-view__scroll {
  height: 80px;
  bottom: 24px;
  left: 64px;
  opacity: 1;
  position: fixed;
}
.p-first-view__scroll span {
  bottom: 100%;
  color: #fff;
  display: block;
  font-size: 1rem;
  right: 50%;
  line-height: 1;
  position: absolute;
  transform: translate(0%, 0%) rotate(90deg);
  transform-origin: 100% 50%;
  white-space: nowrap;
}
.p-first-view__scroll::after {
  animation: scroll_bar 1s linear 0s infinite;
  background: linear-gradient(to bottom, transparent 0%, #fff 10%, #fff 70%, transparent 100%);
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 1px;
}
@keyframes scroll_bar {
  0% {
    opacity: 0;
    top: 0;
    height: 50%;
  }
  20% {
    opacity: 1;
    top: 0;
    height: 50%;
  }
  100% {
    opacity: 0;
    top: 100%;
    height: 200%;
  }
}

.c-top-section-items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.c-top-section-items__item {
  align-items: center;
  background-color: rgba(177, 159, 129, 0.05);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  margin-right: 3.125%;
  margin-top: 3.125%;
  padding: 4.375% 4.375% 5%;
  width: 48.4375%;
}
.c-top-section-items__item:nth-child(2n) {
  margin-right: 0;
}
.c-top-section-items__item figure img {
  height: 80px;
  width: 80px;
}
.c-top-section-items__item__hd {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  margin-top: 1.6em;
}
.c-top-section-items__item ul {
  font-size: 1rem;
  list-style: none;
  margin-top: 2em;
}
.c-top-section-items__item ul li {
  color: #fff;
  line-height: 1.5em;
  margin-top: 1em;
  padding-left: 2.5em;
  position: relative;
}
.c-top-section-items__item ul li::after {
  background: url(../images/common/icon-check-01.svg) 0% 0% no-repeat;
  background-size: 100% 100%;
  content: "";
  display: block;
  height: 1.5em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.5em;
}
.c-top-section-items__item ul li:first-child {
  margin-top: 0;
}
.c-top-section-items__item p {
  color: #fff;
  font-size: 1rem;
  line-height: 2em;
  margin-top: 2em;
}

.p-top-section-01 {
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.p-top-section-01__header {
  text-align: center;
}
.p-top-section-01__header__title {
  color: #fff;
  font-size: 2.5rem;
  font-weight: 900;
  text-align: center;
}
.p-top-section-01__header p {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2em;
  margin-top: 80px;
}

.p-top-introduction {
  margin-top: 50dvh;
  padding-bottom: 120px;
  position: relative;
  z-index: 2;
}
.p-top-introduction__hd {
  color: #fff;
  font-size: 1.25rem;
  line-height: 2em;
  text-align: center;
}
.p-top-introduction__items {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.p-top-introduction__items__item {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: column;
  margin-right: 2.9585798817%;
  margin-top: 2.9585798817%;
  padding: 4.1420118343% 4.7337278107% 3.550295858%;
  width: 30.7692307692%;
}
.p-top-introduction__items__item:nth-child(3) {
  margin-right: 0;
}
.p-top-introduction__items__item:nth-child(5) {
  margin-right: 0;
  width: 64.4970414201%;
}
.p-top-introduction__items__item figure img {
  height: 80px;
  width: 80px;
}
.p-top-introduction__items__item__hd {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 1.7777777778em;
}
.p-top-introduction__items__item p {
  color: #fff;
  font-size: 1rem;
  line-height: 2em;
  margin-bottom: 2em;
  margin-top: 2em;
}
.p-top-introduction__items__item .c-btn-01 {
  margin-top: auto;
  width: 94.4444444444%;
}

.p-top-about-me {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.p-top-about-me__hd {
  color: #fff;
  font-size: 2rem;
  font-family: "Sawarabi Mincho";
}
.p-top-about-me__photo {
  aspect-ratio: 1/1;
  animation: pulseShadow 5s infinite linear;
  border-radius: 100vh;
  color: #fff;
  margin-top: 64px;
  position: relative;
  width: 320px;
}
@keyframes pulseShadow {
  0% {
    box-shadow: 0 0 12px 2px #feda75;
  }
  25% {
    box-shadow: 0 0 12px 2px #fa7e1e;
  }
  50% {
    box-shadow: 0 0 12px 2px #d62976;
  }
  75% {
    box-shadow: 0 0 12px 2px #962fbf;
  }
  100% {
    box-shadow: 0 0 12px 2px #feda75;
  }
}
.p-top-about-me__photo figure {
  border-radius: 100vh;
  height: 100%;
  overflow: hidden;
  width: 100%;
}
.p-top-about-me__photo__hover {
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 100vh;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}
.p-top-about-me__photo__abc {
  font-size: 0.625rem;
  letter-spacing: 0.4em;
}
.p-top-about-me__photo__name {
  font-size: 2rem;
  font-weight: 500;
}
.p-top-about-me__photo__location {
  font-size: 0.875rem;
  margin-top: 0.5714285714em;
}
.p-top-about-me__photo .c-btn-02 {
  margin-top: 24px;
}
.p-top-about-me__photo:hover figure {
  filter: blur(6px);
}
.p-top-about-me__photo:hover .p-top-about-me__photo__hover {
  opacity: 1;
}
.c-top-flow-slider__items {
  counter-reset: flow-item;
  display: flex;
  flex-wrap: nowrap;
  margin-left: -12px;
  margin-right: -12px;
  margin-top: 80px;
}
.c-top-flow-slider__items.slick-initialized {
  margin-bottom: 0;
  display: block;
}
.c-top-flow-slider__items__item {
  counter-increment: flow-item;
  flex-shrink: 0;
  margin-left: 12px;
  margin-right: 12px;
  padding: 40px 80px 48px 40px;
  position: relative;
  width: 424px;
}
.c-top-flow-slider__items__item::after {
  background-color: #F9F9F9;
  clip-path: polygon(0% 0%, 81.1320754717% 0%, 100% 50%, 81.1320754717% 100%, 0% 100%);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-top-flow-slider__items__item:last-child::after {
  clip-path: none;
}
.c-top-flow-slider__items__item__title {
  align-items: center;
  display: flex;
  font-weight: 700;
}
.c-top-flow-slider__items__item__title .--num {
  background-color: #0B9B6A;
  box-shadow: inset 0 0 0 1px #0D7451;
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  flex-shrink: 0;
  line-height: 1.6666666667em;
  margin-right: 0.6666666667em;
  text-align: center;
  width: 1.6666666667em;
}
.c-top-flow-slider__items__item__title .--title {
  font-size: 1.25rem;
}
.c-top-flow-slider__items__item__title .--title span {
  font-size: 1rem;
}
.c-top-flow-slider__items__item p {
  font-size: 1rem;
  line-height: 2em;
  margin-top: 1.5em;
}
.c-top-flow-slider__items__item .--num::before {
  content: counter(flow-item);
}
.c-top-flow-slider .slick-track {
  display: flex;
}
.c-top-flow-slider .slick-slide {
  height: auto;
}
.c-top-flow-slider .u-slick-wrap {
  position: relative;
  padding-bottom: 88px;
}
.c-top-flow-slider .u-slick-wrap .slick-list {
  overflow: visible;
}
.c-top-flow-slider .u-slick-wrap .slick-btn-prev {
  bottom: 0;
  right: 88px;
  top: auto;
  transform: translate(0%, 0%) scale(-1, 1);
}
.c-top-flow-slider .u-slick-wrap .slick-btn-next {
  bottom: 0;
  right: 0;
  top: auto;
  transform: translate(0%, 0%);
}
.c-top-flow-slider .u-slick-wrap .slick-dots {
  bottom: 30px;
  right: 192px;
  position: absolute;
  width: 400px;
}

.p-top-posts {
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  z-index: 2;
}
.p-top-posts__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-top-posts__header__hd {
  color: #fff;
  font-size: 1.75rem;
  font-weight: 700;
  line-height: 1.7142857143em;
}
.p-top-posts__header__btn-more {
  flex-shrink: 0;
  margin-left: 24px;
}
.p-top-posts__items {
  display: flex;
  margin-bottom: -88px;
  margin-left: -32px;
  margin-right: -32px;
  margin-top: 40px;
}
.p-top-posts__items.slick-initialized {
  margin-bottom: 0;
  display: block;
}
.p-top-posts__items .slick-track {
  display: flex !important;
}
.p-top-posts__items .slick-slide {
  height: auto !important;
}
.p-top-posts__items .slick-slide > div {
  height: 100%;
}
.p-top-posts__items__item {
  border-radius: 16px;
  margin-left: 32px;
  margin-right: 32px;
}
.p-top-posts__items__item figure {
  border-radius: 8px;
}
.p-top-posts .u-slick-wrap {
  position: relative;
  padding-bottom: 104px;
}
.p-top-posts .u-slick-wrap .slick-list {
  overflow: visible;
}
.p-top-posts .u-slick-wrap .slick-btn-prev {
  bottom: 0;
  right: 88px;
  top: auto;
  transform: translate(0%, 0%) scale(-1, 1);
}
.p-top-posts .u-slick-wrap .slick-btn-next {
  bottom: 0;
  right: 0;
  top: auto;
  transform: translate(0%, 0%);
}
.p-top-posts .u-slick-wrap .slick-dots {
  bottom: 30px;
  right: 192px;
  position: absolute;
  width: 400px;
}
.p-top-posts__btn-more {
  display: none;
}

.p-top-moso-camp {
  padding: 120px 24px;
  position: relative;
  z-index: 2;
  width: 100%;
}
.p-top-moso-camp > div {
  background: #fff;
  border-radius: 20px;
  margin: 0 auto;
  max-width: 800px;
  padding: 40px;
  width: 100%;
}
.p-top-moso-camp__distribution {
  display: flex;
}
.p-top-moso-camp__distribution dt {
  flex-shrink: 0;
  width: 160px;
}
.p-top-moso-camp__distribution dt img {
  height: auto;
  width: 100%;
}
.p-top-moso-camp__distribution dd {
  padding-left: 32px;
  width: 100%;
}
.p-top-moso-camp__distribution ul {
  display: flex;
  list-style: none;
  margin-top: 24px;
}
.p-top-moso-camp__distribution ul li {
  margin-right: 24px;
}
.p-top-moso-camp__distribution ul li:last-child {
  margin-right: 0;
}
.p-top-moso-camp__txt-01 {
  font-size: 1rem;
  line-height: 2em;
}
.p-top-moso-camp__txt-02 {
  font-size: 1.25rem;
  margin-top: 1.2em;
  text-align: center;
}
.p-top-moso-camp__txt-02 span {
  border-bottom: 1px solid #B4B4B4;
  border-top: 1px solid #B4B4B4;
  display: inline-block;
  padding: 0.4em 0;
}
@media screen and (max-width: 1480px){
  .p-first-view {
    justify-content: flex-start;
    padding-left: 104px;
    padding-right: 0;
  }
}
@media screen and (max-width: 1360px){
  .p-first-view {
    padding-left: 7.6470588235vw;
  }
  .p-first-view__copy {
    font-size: 4.7058823529vw;
  }
  .p-first-view__lead {
    font-size: 1.7647058824vw;
    margin-top: 2.9411764706vw;
  }
  .p-first-view__infographic {
    margin-top: 2.9411764706vw;
  }
  .p-first-view__infographic .p-first-view-infographic {
    border-radius: 1.7647058824vw;
    margin-left: 1.7647058824vw;
    padding: 1.4705882353vw 2.3529411765vw 1.4705882353vw 0.5882352941vw;
  }
  .p-first-view__infographic .p-first-view-infographic figure {
    width: 5.8823529412vw;
  }
  .p-first-view__infographic .p-first-view-infographic__contents {
    padding-left: 0.5882352941vw;
  }
  .p-first-view__infographic .p-first-view-infographic__contents__hd {
    font-size: 1.1764705882vw;
  }
  .p-first-view__infographic .p-first-view-infographic__contents p {
    font-size: 1.4705882353vw;
  }
  .p-first-view__infographic .p-first-view-infographic__contents p span {
    font-size: 4.1176470588vw;
  }
}
@media screen and (max-width: 1352px){
  .p-top-introduction__items__item:nth-child(5) {
    width: 46%;
  }
  .p-top-introduction__items__item {
    margin-right: 4%;
    margin-top: 4%;
    width: 48%;
  }
  .p-top-introduction__items__item:nth-child(3) {
    margin-right: 4%;
  }
  .p-top-introduction__items__item:nth-child(5) {
    margin-right: 0;
    width: 100%;
  }
  .p-top-introduction__items__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px){
  .p-top-posts__items {
    margin-left: -2.5vw;
    margin-right: -2.5vw;
  }
  .p-top-posts__items__item {
    margin-left: 2.5vw;
    margin-right: 2.5vw;
  }
}
@media screen and (max-width: 1272px){ /**/
}
@media screen and (max-width: 767px){ /**/
  .p-first-view {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
  }
  .p-first-view__copy {
    font-size: min(2.4rem, 7.4666666667vw);
  }
  .p-first-view__lead {
    font-size: 0.9rem;
    margin-top: 0.5rem;
  }
  .p-first-view__infographic {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .p-first-view__infographic .p-first-view-infographic {
    border-radius: 0.9rem;
    margin-left: 0;
    margin-right: 0.9rem;
    margin-top: 0.9rem;
    padding: 0.75rem 1.2rem 0.75rem 0.3rem;
  }
  .p-first-view__infographic .p-first-view-infographic figure {
    width: 3rem;
  }
  .p-first-view__infographic .p-first-view-infographic__contents {
    padding-left: 0.3rem;
  }
  .p-first-view__infographic .p-first-view-infographic__contents__hd {
    font-size: 0.6rem;
  }
  .p-first-view__infographic .p-first-view-infographic__contents p {
    font-size: 0.75rem;
  }
  .p-first-view__infographic .p-first-view-infographic__contents p span {
    font-size: 2.1rem;
  }
  .p-first-view__scroll {
    height: 17.0666666667vw;
    bottom: 24px;
    left: 24px;
  }
  .p-first-view__scroll span {
    font-size: 3.4133333333vw;
  }
  .c-top-section-items {
    flex-direction: column;
  }
  .c-top-section-items__item {
    margin-right: 0;
    margin-top: 6.4vw;
    padding: 2.1rem 2.1rem 2.4rem;
    width: 100%;
  }
  .c-top-section-items__item__hd {
    font-size: 1rem;
  }
  .c-top-section-items__item ul {
    font-size: 0.875rem;
  }
  .c-top-section-items__item p {
    font-size: 0.875rem;
  }
  .p-top-section-01 {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .p-top-section-01__header__title {
    font-size: 1.5rem;
  }
  .p-top-section-01__header p {
    font-size: 0.875rem;
    margin-top: 40px;
  }
  .p-top-introduction {
    padding-bottom: 64px;
  }
  .p-top-introduction__hd {
    font-size: 0.875rem;
    text-align: left;
  }
  .p-top-introduction__items {
    margin-top: 0;
  }
  .p-top-introduction__items__item:nth-child(5) {
    width: 100%;
  }
  .p-top-introduction__items__item {
    padding: 24px;
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }
  .p-top-introduction__items__item:nth-child(3) {
    margin-right: 0;
  }
  .p-top-introduction__items__item__hd {
    font-size: 1rem;
  }
  .p-top-introduction__items__item p {
    font-size: 0.875rem;
  }
  .p-top-about-me {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .p-top-about-me__hd {
    font-size: 1.375rem;
  }
  .p-top-about-me__photo {
    max-width: 240px;
    width: 100%;
  }
  .c-top-flow-slider {
    width: auto;
  }
  .c-top-flow-slider__items {
    margin-top: 40px;
  }
  .c-top-flow-slider__items__item {
    padding: 2rem 4rem 2.4rem 2rem;
    width: 87.2vw;
  }
  .c-top-flow-slider__items__item:last-child {
    padding-right: 2rem;
  }
  .c-top-flow-slider__items__item__title .--num {
    font-size: 1rem;
  }
  .c-top-flow-slider__items__item__title .--title {
    font-size: 1rem;
  }
  .c-top-flow-slider__items__item__title .--title span {
    font-size: 0.875rem;
  }
  .c-top-flow-slider__items__item p {
    font-size: 0.875rem;
  }
  .c-top-flow-slider .u-slick-wrap {
    padding-bottom: 0;
  }
  .p-top-posts {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .p-top-posts__header__hd {
    font-size: 1.5rem;
    line-height: 1.5em;
  }
  .p-top-posts__header__btn-more {
    display: none;
  }
  .p-top-posts__items {
    margin-bottom: -80px;
    margin-top: 24px;
  }
  .p-top-posts .u-slick-wrap {
    padding-bottom: 80px;
  }
  .p-top-posts .u-slick-wrap .slick-btn-prev {
    right: 80px;
  }
  .p-top-posts .u-slick-wrap .slick-dots {
    right: 168px;
    width: calc(100% - 168px);
  }
  .p-top-posts__btn-more {
    display: block;
    margin-top: 24px;
    text-align: center;
  }
  .p-top-moso-camp {
    padding: 40px 24px;
  }
  .p-top-moso-camp > div {
    border-radius: 16px;
    padding: 24px;
  }
  .p-top-moso-camp__distribution {
    flex-direction: column;
  }
  .p-top-moso-camp__distribution dt {
    text-align: center;
    width: 100%;
  }
  .p-top-moso-camp__distribution dt img {
    width: 120px;
  }
  .p-top-moso-camp__distribution dd {
    padding-left: 0;
  }
  .p-top-moso-camp__distribution ul {
    justify-content: space-around;
  }
  .p-top-moso-camp__distribution ul li {
    margin-right: 0;
  }
  .p-top-moso-camp__txt-01 {
    font-size: 0.875rem;
    margin-top: 24px;
  }
  .p-top-moso-camp__txt-02 {
    font-size: 0.875rem;
    margin-top: 24px;
  }
  .p-top-moso-camp__txt-02 span {
    text-align: center;
    width: 100%;
  }
}
/*# sourceMappingURL=../../../../../../map/wp-content/themes/560designs/assets/css/top.css.map */
