/* kodomoen */
@-webkit-keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes floating-x {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-2%);
  }
  100% {
    transform: translateX(0);
  }
}
@-webkit-keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-1%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa-soft {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -8px);
  }
  50% {
    transform: translate(-2px, -14px);
  }
  80% {
    transform: translate(2px, -6px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@-webkit-keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
@keyframes line-slide02 {
  0% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
  50% {
    background-size: 0px 1px;
    background-position: bottom right;
  }
  50.01% {
    background-size: 0px 1px;
    background-position: bottom left;
  }
  100% {
    background-size: 100% 1px;
    background-position: bottom left;
  }
}
/* collaboration */
/* ------------------------------------ */
.collaboration {
  height: auto;
}
.collaboration main {
  padding-bottom: 0;
}
.collaboration .sec-wrapper {
  position: relative;
}
.collaboration .sec-wrapper .main_width {
  max-width: 1024px;
}
.collaboration .fv_block {
  position: relative;
  padding-bottom: 200px;
  top: 182px;
}
@media screen and (max-width: 767px) {
  .collaboration .fv_block {
    padding-bottom: 150px;
    top: 100px;
  }
}
.collaboration .fv_lead {
  padding-bottom: 100px;
  padding: 100px;
  background: #FFF;
  border-radius: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .collaboration .fv_lead {
    padding-bottom: 50px;
    padding: 25px;
  }
}
.collaboration .fv_lead p {
  margin-bottom: 1em;
  font-size: 2rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .collaboration .fv_lead p {
    font-size: 1.6rem;
    letter-spacing: 0.06em;
  }
}
.collaboration .fv_lead p span {
  color: #00989F;
}
.collaboration .sec {
  position: relative;
  padding: 100px 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .collaboration .sec {
    padding: 50px 0;
  }
}
.collaboration .sec.green {
  background: url(../img/common/noise-blue.png) repeat 0 0;
}
.collaboration .sec.white {
  background: #FFF;
}
.collaboration .sec.white .itembox {
  background: url(../img/common/noise-blue.png) repeat 0 0 !important;
}
.collaboration .sec.atelier {
  position: relative;
}
.collaboration .sec.atelier::after {
  position: absolute;
  content: "";
  width: 380px;
  height: 380px;
  background: url(../img/common/deco-01.png) no-repeat 0 0/contain;
  bottom: -190px;
  right: 12.4%;
  z-index: 1;
}
@media screen and (max-width: 1370px) {
  .collaboration .sec.atelier::after {
    width: 240px;
    height: 240px;
    bottom: -120px;
    right: 10%;
  }
}
@media screen and (max-width: 1180px) {
  .collaboration .sec.atelier::after {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .collaboration .sec.atelier::after {
    width: 122px;
    height: 122px;
    bottom: -61px;
  }
}
.collaboration .sec.atelier .itembox::before {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-02.png) no-repeat 0 0/contain;
  top: -194px;
  left: -115px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .collaboration .sec.atelier .itembox::before {
    width: 115px;
    height: 122px;
    top: -90px;
    left: -56px;
  }
}
.collaboration .sec.dining {
  position: relative;
  padding: 100px 0;
}
@media screen and (max-width: 767px) {
  .collaboration .sec.dining {
    padding: 50px 0;
  }
}
.collaboration .sec.dining .itembox::after {
  position: absolute;
  content: "";
  width: 230px;
  height: 244px;
  background: url(../img/common/deco-03-01.png) no-repeat 0 0/contain;
  bottom: -50px;
  right: -90px;
}
@media screen and (max-width: 767px) {
  .collaboration .sec.dining .itembox::after {
    width: 115px;
    height: 122px;
    bottom: -25px;
    right: -3%;
  }
}
.collaboration .sec .itembox {
  position: relative;
  padding: 50px;
  background: #FFF;
  border-radius: 20px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox {
    padding: 25px;
  }
}
.collaboration .sec .itembox .item_head {
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox .item_head {
    margin-bottom: 25px;
    flex-direction: column;
    gap: 20px 0;
  }
}
.collaboration .sec .itembox .item_head .item_ttl {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox .item_head .item_ttl {
    flex-direction: column;
    gap: 10px 0;
  }
}
.collaboration .sec .itembox .item_head .item_ttl .en {
  transform: translateY(5px);
}
.collaboration .sec .itembox .item_head .item_ttl h2 {
  color: #00989F;
  font-size: 3.2rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox .item_head .item_ttl h2 {
    font-size: 2rem;
    letter-spacing: 0.06em;
  }
}
.collaboration .sec .itembox .item_head .item_link {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0 10px;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox .item_head .item_link {
    width: 100%;
  }
}
.collaboration .sec .itembox .item_head .item_link a {
  position: relative;
  color: #1C1C1C !important;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
  padding-bottom: 3px;
  background-image: linear-gradient(#FFF, #FFF);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100% 1px;
  transition: background-size 0.3s;
  background-image: linear-gradient(#00989F, #00989F);
}
.collaboration .sec .itembox .item_head .item_link a.external span {
  color: #1C1C1C !important;
  padding-right: 15px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1;
}
.collaboration .sec .itembox .item_head .item_link a:hover {
  -webkit-animation: line-slide02 0.8s ease forwards;
          animation: line-slide02 0.8s ease forwards;
}
.collaboration .sec .itembox .item_head .item_link .arrow {
  width: 27px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.collaboration .sec .itembox .item_body {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox .item_body {
    flex-direction: column;
    gap: 20px 0;
  }
}
.collaboration .sec .itembox .item_body figure {
  width: 34.6%;
  max-width: 320px;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox .item_body figure {
    width: 100%;
    max-width: auto;
    max-width: inherit;
  }
}
.collaboration .sec .itembox .item_body p {
  width: 59.9%;
  font-weight: 400;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .collaboration .sec .itembox .item_body p {
    width: 100%;
    max-width: auto;
    max-width: inherit;
  }
}
.collaboration .crumb,
.collaboration #footer .f_top {
  background: url(../img/common/noise-blue.png) repeat 0 0;
}
/*# sourceMappingURL=collaboration.css.map */