@charset "UTF-8";
/* ==========================================
font
========================================== */
/* ==========================================
color
========================================== */
/* ----- break point ----- */
/* ==========================================
fv
========================================== */
@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/* ==========================================
top
========================================== */
@keyframes flowerRotate {
  0% {
    transform: translateY(-50%) rotate(0);
  }
  50% {
    transform: translateY(-50%) rotate(360deg);
  }
  100% {
    transform: translateY(-50%) rotate(0);
  }
}
/* ==========================================
  tag
  ========================================== */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* ==========================================
logo
========================================== */
@keyframes logoSizeBig {
  from {
    max-width: 98px;
  }
  to {
    max-width: 140px;
  }
}
@keyframes logoSizeBig02 {
  from {
    max-width: 85px;
  }
  to {
    max-width: 100px;
  }
}
@keyframes logoSizeSmall {
  from {
    max-width: 140px;
  }
  to {
    max-width: 98px;
  }
}
@keyframes logoSizeSmall02 {
  from {
    max-width: 100px;
  }
  to {
    max-width: 85px;
  }
}
@keyframes hotspotImage {
  0% {
    transform: translateX(0);
  }
  20% {
    transform: translateX(2%);
  }
  50% {
    transform: translateX(0);
  }
  70% {
    transform: translateX(-2%);
  }
}
@keyframes cardPopup {
  0%, 100% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  30% {
    transform: rotate(0deg);
  }
}
@keyframes cardPopup02 {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-3%);
  }
  28% {
    transform: translateX(3%);
  }
  29.5% {
    transform: translateX(0);
  }
}
@keyframes newBganime {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-10%);
  }
  50% {
    transform: translateX(10%);
  }
  75% {
    transform: translateX(0);
  }
}
/*----------------------------------------------------
sns関連
----------------------------------------------------*/
.c-block-elabel-sns {
  position: relative;
}

.c-block-elabel-sns-stlype {
  background-image: linear-gradient(-45deg, #ffc107 25%, #ffffff 25%, #ffffff 50%, #ffc107 50%, #ffc107 75%, #ffffff 75%, #ffffff);
  background-size: 45px 45px;
  background-repeat: repeat;
  height: 50px;
}

.c-block-elabel-sns-head {
  font-size: 2.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  text-align: center;
  color: #333;
  padding-left: calc(100px + 3rem);
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-head {
    font-size: 1.6rem;
    padding-left: 90px;
  }
}
.c-block-elabel-sns-head span {
  font-size: 3.2rem;
  -webkit-text-stroke-width: 1.3px;
  -webkit-text-stroke-color: #333;
  color: white;
  letter-spacing: 0.25em;
  font-style: italic;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-head span {
    font-size: 2rem;
    -webkit-text-stroke-width: 1px;
  }
}

.c-block-elabel-sns-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  left: 3rem;
  background-color: #ffc107;
}
.c-block-elabel-sns-icon.--insta {
  background: linear-gradient(to right, rgba(247, 207, 0, 0.7), rgba(246, 37, 2, 0.7) 45%, rgba(182, 47, 82, 0.7) 75%, rgba(113, 58, 166, 0.7));
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-icon {
    width: 80px;
    height: 80px;
    left: 10px;
  }
}
.c-block-elabel-sns-icon svg {
  width: 75px;
  height: 75px;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-sns-icon svg {
    width: 50px;
    height: 50px;
  }
}

/*=================================
FLOW
=================================*/
.c-block-elabel-flow-list {
  margin: 0 auto 0 6em;
  padding-top: 0.5rem;
  padding-left: 20px;
  border-left: 6px solid #FFC837;
  box-sizing: border-box;
}
.c-block-elabel-flow-list li {
  list-style: none !important;
  margin-top: 1rem;
}

.c-block-elabel-flow-term {
  text-align: right;
  font-weight: 700;
  font-size: 1.6rem;
  width: 5em;
  display: inline-block;
  margin-left: -8em;
  padding: 0 0 5px;
  margin-top: 15px;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
}
.c-block-elabel-flow-term .c-block-elabel-flow-term__after {
  position: absolute;
  right: -35px;
  top: 0;
  background: #FFC837;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}

.c-block-elabel-flow_box {
  display: inline-block;
  width: 100%;
  margin-left: 2.5em;
  padding: 15px 10px 15px 10px;
  vertical-align: middle;
  background: #f4f4f4;
  box-sizing: border-box;
  border-radius: 6px;
}

.c-block-elabel-flow_title {
  font-weight: 700;
  font-size: 1.8rem;
}

/*----------------------------------------------------
card
----------------------------------------------------*/
.c-block-elabel-card.--card1 .c-block-elabel-card-img {
  height: 350px;
  width: 100%;
  box-shadow: 10px 20px 10px -6px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-card.--card1 .c-block-elabel-card-img {
    height: 280px;
  }
}
.c-block-elabel-card.--card1 .c-block-elabel-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-num {
  position: absolute;
  left: 10px;
  font-size: 10rem;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  bottom: -36px;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-contents {
  width: 100%;
  padding: 10px 20px;
  margin: 10px auto;
  text-align: left;
  background-color: #8cb54f;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-head {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  border-bottom: 1px solid #f8f8f8;
}
.c-block-elabel-card.--card1 .c-block-elabel-card-text {
  margin-top: 10px;
}

.c-block-elabel-card.--card2 .c-block-elabel-card-img {
  height: 350px;
  width: 100%;
  border-radius: 20px 20px 0 0;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-card.--card2 .c-block-elabel-card-img {
    height: 280px;
  }
}
.c-block-elabel-card.--card2 .c-block-elabel-card-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 20px 20px 0 0;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-num {
  position: absolute;
  left: 10px;
  font-size: 10rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  top: -34px;
  line-height: normal;
  letter-spacing: normal;
  color: white;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-contents {
  width: 100%;
  margin: 10px auto;
  text-align: left;
  padding: 30px 20px 30px;
  border-radius: 0 0 20px 20px;
  position: relative;
  top: -30px;
  box-shadow: 10px 20px 10px -6px rgba(0, 0, 0, 0.1);
  background-color: #d04e15;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-card.--card2 .c-block-elabel-card-contents {
    padding: 20px 20px 30px;
  }
}
.c-block-elabel-card.--card2 .c-block-elabel-card-contents__before {
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #d04e15;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-head {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 1.8px;
  letter-spacing: 200%;
  border-bottom: 1px solid #8cb54f;
}
.c-block-elabel-card.--card2 .c-block-elabel-card-text {
  margin-top: 10px;
}

/*=================================
見出し
=================================*/
.c-block-elabel-head.--head1 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #333;
  background: #fff;
  margin-bottom: 2rem;
}
.c-block-elabel-head.--head1 mark {
  background-color: rgba(255, 200, 55, 0.5215686275);
  padding: 5px 10px;
}
.c-block-elabel-head.--head1 .before, .c-block-elabel-head.--head1:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-width: 14px 12px 0 12px;
  border-style: solid;
  left: 3em;
}
.c-block-elabel-head.--head1 .before {
  bottom: -14px;
  border-color: #333 transparent transparent transparent;
}
.c-block-elabel-head.--head1:after {
  bottom: -10px;
  border-color: #FFF transparent transparent transparent;
}

.c-block-elabel-head.--head2 {
  position: relative;
  padding: 1.5rem 2rem;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  border-radius: 0 0 0 20px;
  margin-bottom: 2rem;
  background-color: #fff;
}
.c-block-elabel-head.--head2.--right {
  border-left: none;
  border-right: 3px solid #333;
  border-radius: 0 0 20px 0;
}
.c-block-elabel-head.--head2 mark {
  background-color: rgba(255, 200, 55, 0.5215686275);
  padding: 5px 10px;
}
.c-block-elabel-head.--head2 .before, .c-block-elabel-head.--head2:after {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
}
.c-block-elabel-head.--head2 .before {
  right: 50px;
  bottom: -21px;
  border-width: 21px 21px 0 0;
  border-color: #333 transparent transparent transparent;
}
.c-block-elabel-head.--head2:after {
  right: 54px;
  bottom: -13px;
  border-width: 14px 14px 0 0;
  border-color: #fff transparent transparent transparent;
}

.c-block-elabel-head.--head3 {
  position: relative;
  padding: 1.5rem 2rem;
  background: #8cb54f;
  border-radius: 2px;
  margin-bottom: 2rem;
  border-radius: 5px;
}
.c-block-elabel-head.--head3 .after {
  position: absolute;
  content: "";
  top: 100%;
  left: 3em;
  border: 12px solid transparent;
  border-top: 14px solid #8cb54f;
  width: 0;
  height: 0;
}

.c-block-elabel-head.--head4 {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  border: 2px solid #333;
  border-radius: 5px;
  margin-top: 5rem;
  margin-bottom: 2rem;
}
.c-block-elabel-head.--head4 .before,
.c-block-elabel-head.--head4 .after {
  position: absolute;
  content: "";
}
.c-block-elabel-head.--head4 .before {
  top: -45px;
  left: calc(50% - 45px);
  width: 90px;
  height: 90px;
  border: 2px solid #333;
  border-radius: 50%;
  background: #fff;
}
.c-block-elabel-head.--head4 .after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 5px;
}
.c-block-elabel-head.--head4 .text {
  display: block;
  position: relative;
  z-index: 6;
}
.c-block-elabel-head.--head4 .icon {
  font-size: 30px;
  font-size: 3rem;
  line-height: 60px;
  position: absolute;
  z-index: 6;
  top: -40px;
  left: calc(50% - 45px);
  width: 90px;
  height: 65px;
  text-align: center;
}
.c-block-elabel-head.--head4 .icon.--flex {
  display: flex;
  flex-direction: column;
  align-items: center;
  top: -60px;
}
.c-block-elabel-head.--head4 .icon.--flex .text {
  font-size: 10px;
  font-weight: 700;
  height: 22px;
}
.c-block-elabel-head.--head4 .icon.--flex .num {
  letter-spacing: normal;
}

.c-block-elabel-head.--head5 {
  padding: 1rem 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  color: #fff;
  background-image: -webkit-linear-gradient(315deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
  background-image: linear-gradient(135deg, #704308 0%, #ffce08 40%, #e1ce08 60%, #704308 100%);
}

.c-block-elabel-head.--head6 {
  background: #8cb54f;
  box-shadow: 0px 0px 0px 5px #8cb54f;
  border: dashed 1px #fff;
  padding: 0.2em 0.5em;
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: calc(100% - 10px);
  margin-left: auto;
  margin-right: auto;
}

.c-block-elabel-head.--simple-bottom {
  padding: 0.8rem 0 1rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  background-image: linear-gradient(90deg, #d04e15 0 25%, #dedede 25%);
  background-repeat: no-repeat;
  background-size: 100% 4px;
  background-position: bottom;
}
.c-block-elabel-head.--simple-bottom mark {
  background-color: rgba(255, 200, 55, 0.5215686275);
  padding: 5px 10px;
}
@media only screen and (max-width: 768px) {
  .c-block-elabel-head.--simple-bottom {
    padding: 0.8rem 0 1rem;
  }
}

.c-block-elabel-head.--head7 {
  position: relative;
  padding: 1em 2em;
  text-align: left;
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 2px solid rgba(0, 0, 0, 0.9);
  background-color: #fff;
}
.c-block-elabel-head.--head7 .before-first,
.c-block-elabel-head.--head7 .before-second,
.c-block-elabel-head.--head7 .after-first,
.c-block-elabel-head.--head7 .after-second {
  position: absolute;
  content: "";
  width: 40px;
  height: 30px;
}
.c-block-elabel-head.--head7 .after-first {
  top: -3px;
  left: -3px;
  border-top: 3px solid #000;
  border-left: 3px solid #000;
}
.c-block-elabel-head.--head7 .after-second {
  top: -3px;
  right: -3px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.c-block-elabel-head.--head7 .before-first {
  right: -3px;
  bottom: -3px;
  border-right: 3px solid #000;
  border-bottom: 3px solid #000;
}
.c-block-elabel-head.--head7 .before-second {
  left: -3px;
  bottom: -3px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
}/*# sourceMappingURL=editor-style.css.map */