@charset "UTF-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-JYJ */
/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* flex */
.flex, .flexA, .flexB, .flexC {
  display: flex;
  flex-wrap: wrap;
}

.flexA {
  justify-content: space-around;
}

.flexB {
  justify-content: space-between;
}

.flexC {
  justify-content: center;
}

/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 150rem;
  max-width: calc(100% - 8rem);
}
.content02 {
  width: 130rem;
}
@media all and (max-width: 896px) {
  .content {
    margin: 0 1.5rem;
    width: auto !important;
    max-width: inherit !important;
  }
}

/*------------------------------------------------------------
	comAccessBox
------------------------------------------------------------*/
.comAccessBox {
  position: relative;
  z-index: 1;
  padding: 8rem 0 0;
}
@media all and (max-width: 896px) {
  .comAccessBox {
    padding: 5.6rem 1.5rem 0;
  }
}
.comAccessBox > .content {
  min-height: 146.3rem;
  padding: 9.6rem 2rem;
  max-width: 150rem;
  border-radius: 5rem;
  position: relative;
  background: linear-gradient(180deg, #F6F8F6 54.48%, rgba(246, 248, 246, 0.7) 64.63%, rgba(246, 248, 246, 0) 74.78%), url(../img/index/photo19.webp) no-repeat center bottom/100% auto;
}
@media all and (max-width: 896px) {
  .comAccessBox > .content {
    min-height: inherit;
    max-width: inherit;
    padding: 5.2rem 2rem 84.5vw;
    background: linear-gradient(180deg, #F6F8F6 71.35%, rgba(246, 248, 246, 0.7) 76.67%, rgba(246, 248, 246, 0) 81.99%), url(../img/index/photo19_sp.webp) no-repeat center bottom/100% auto;
  }
}
.comAccessBox .innerAcess {
  margin: 0 auto;
  max-width: 130rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .innerAcess {
    display: block;
    max-width: inherit;
  }
}
.comAccessBox .headLine01 {
  width: 40.2rem;
  padding-right: 2rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .headLine01 {
    width: auto;
    padding: 0;
    margin-bottom: 1.7rem;
  }
}
@media all and (min-width: 897px) and (max-width: 960px) {
  .comAccessBox .headLine01 {
    width: 32rem;
  }
}
.comAccessBox .innerBox {
  padding-top: 0.4rem;
  flex: 1;
}
.comAccessBox .textBox {
  margin-bottom: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0 5.1rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox {
    margin-bottom: 2rem;
    display: block;
  }
}
.comAccessBox .textBox .comBtnList {
  flex-shrink: 0;
  padding-top: 3.5rem;
  display: block;
  width: 32.7rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList {
    width: auto;
    margin: 0 auto;
    max-width: 32rem;
  }
}
.comAccessBox .textBox .comBtnList li {
  margin-bottom: 1.9rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList li {
    margin-bottom: 1rem;
  }
}
.comAccessBox .textBox .comBtnList li:last-child {
  margin-bottom: 0;
}
.comAccessBox .textBox .comBtnList a {
  padding: 0.6rem 3.5rem 0.6rem 2.9rem;
  font-size: 3.1rem;
  width: auto;
  text-align: center;
  justify-content: center;
  min-height: 7.5rem;
  background-size: 0.8rem auto;
  background-position: right 3rem center;
  box-shadow: 0 0 1.9436rem 0 rgba(0, 0, 0, 0.15);
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList a {
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.15);
  }
}
.comAccessBox .textBox .comBtnList a .icon {
  width: 3.9rem;
}
.comAccessBox .textBox .comBtnList a .text01 {
  padding: 0.5rem 2.8rem 0.6rem;
  top: -3.2rem;
  font-size: 1.8796rem;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .comAccessBox .textBox .comBtnList a .text01 {
    top: -2.7rem;
  }
}
.comAccessBox .textBox .comBtnList a .text01::after {
  width: 1.7rem;
  height: 0.8rem;
}
.comAccessBox .tableBox {
  flex: 1;
  padding: 3rem 5rem 3.5rem 4rem;
  background-color: #fff;
  border-radius: 2rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .tableBox {
    margin-bottom: 1.2rem;
    padding: 0.6rem 1.5rem 2rem;
    border-radius: 1.39rem;
  }
}
.comAccessBox .tabNotes {
  padding-top: 2rem;
  font-size: 12px;
  text-align: right;
  line-height: 1.67;
}
@media all and (max-width: 896px) {
  .comAccessBox .tabNotes {
    padding: 1.3rem 0 0;
    text-align: left;
    font-size: 1.2rem;
  }
}
.comAccessBox .tabNotes .txtSpan {
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: left;
  min-width: 270px;
  margin-right: -13px;
}
@media all and (max-width: 896px) {
  .comAccessBox .tabNotes .txtSpan {
    min-width: inherit;
    width: auto;
    margin-right: 0;
  }
}
.comAccessBox .tabNotes .green {
  color: #4EAB84;
}
.comAccessBox .map {
  border-radius: 2rem;
  overflow: hidden;
  margin: 0 -1.3rem 2rem 0;
  height: 34.7rem;
}
.comAccessBox .map iframe {
  width: 100%;
  height: 100%;
}
@media all and (max-width: 896px) {
  .comAccessBox .map {
    height: auto;
    aspect-ratio: 320/200;
    margin: 0 0 1rem;
  }
}
.comAccessBox .map img {
  width: 100%;
}
.comAccessBox .subList li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.42px;
}
@media all and (max-width: 896px) {
  .comAccessBox .subList li {
    margin-bottom: 0.5rem;
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
  }
}
.comAccessBox .subList li:last-child {
  margin-bottom: 0;
}
.comAccessBox .subList li img {
  width: 24px;
  margin-right: 10px;
  flex-shrink: 0;
}
@media all and (max-width: 896px) {
  .comAccessBox .subList li img {
    margin-top: -0.1rem;
    width: 2.4rem;
    margin-right: 1rem;
  }
}
.comAccessBox .timeTab {
  border-collapse: collapse;
  width: 100%;
}
.comAccessBox .timeTab th, .comAccessBox .timeTab td {
  text-align: center;
  vertical-align: middle;
  font-weight: 400;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th, .comAccessBox .timeTab td {
    font-size: 1.4rem;
  }
}
.comAccessBox .timeTab th:last-child, .comAccessBox .timeTab td:last-child {
  width: 5.3rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th:last-child, .comAccessBox .timeTab td:last-child {
    width: 3rem;
    padding-right: 0;
  }
}
.comAccessBox .timeTab th {
  padding: 1.5rem 0 1.1rem;
  font-size: min(1.3vw, 16px);
  border-bottom: 1px solid #E2E2E2;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th {
    font-size: 1.4rem;
  }
}
.comAccessBox .timeTab th:first-child {
  padding-left: min(1vw, 15px);
  width: min(10vw, 133px);
  text-align: left;
  font-size: min(1.6vw, 18px);
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab th:first-child {
    width: 9.3rem;
    padding-left: 0.5rem;
    font-size: 1.6rem;
  }
}
.comAccessBox .timeTab .list01 td {
  padding-top: 1.3rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab .list01 td {
    padding-top: 0.9rem;
  }
}
.comAccessBox .timeTab td {
  padding-top: 1.2rem;
  font-size: 11px;
  color: #4EAB84;
  font-weight: 700;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab td {
    padding-top: 0.4rem;
    font-size: 0.7rem;
  }
}
.comAccessBox .timeTab td:first-child {
  font-weight: 400;
  font-size: min(1.3vw, 16px);
  color: #525051;
  padding-left: min(1vw, 15px);
  text-align: left;
  letter-spacing: 0.12rem;
}
@media all and (max-width: 896px) {
  .comAccessBox .timeTab td:first-child {
    font-size: 1.4rem;
    letter-spacing: 0.042rem;
    padding-left: 0.3rem;
  }
}

/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 20rem;
}
.comBtn p {
  margin-bottom: 0.8rem;
  padding: 0.4rem;
  text-align: center;
  border-radius: 2rem;
  color: #FFF;
  background: #4EAB84;
  font-size: 1.2rem;
  font-size: clamp(10px, 0.75vw, 1.2rem);
  font-weight: 700;
}
.comBtn a {
  padding-right: 3rem;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  font-family: "Noto Sans JP";
  font-size: 1.7667rem;
  font-weight: 700;
  background: url(../img/common/arrow03.webp) no-repeat center right/2.2rem;
}
@media (hover: hover) {
  .comBtn a:hover {
    background-image: url(../img/common/arrow04.webp);
  }
}
@media all and (max-width: 896px) {
  .comBtn {
    min-width: 15rem;
  }
  .comBtn p {
    margin-bottom: 0.1rem;
    padding: 0.3rem 0.5rem 0.5rem;
    font-size: 1.2rem;
    line-height: 1;
  }
  .comBtn a {
    padding-right: 1.6rem;
    font-size: 1.4rem;
    background-size: 1.3rem;
  }
}

/*------------------------------------------------------------
	comBtnList
------------------------------------------------------------*/
.comBtnList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.1rem;
}
.comBtnList a {
  padding: 0.6rem 3.5rem 0.6rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  min-height: 4.8rem;
  display: flex;
  gap: 1.2rem;
  align-items: center;
  color: #fff;
  background: #E2765C url(../img/common/arrow02.webp) no-repeat center right 1.7rem/0.4rem;
  position: relative;
  border-radius: 11rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
}
.comBtnList a .icon {
  width: 2.3rem;
}
.comBtnList a img {
  width: 100%;
  display: block;
  transition: opacity 0.3s;
}
.comBtnList a .text {
  flex: 1;
}
.comBtnList a .text01 {
  margin: 0 auto;
  padding: 0.3rem 1.6rem;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  top: -1.9rem;
  color: #FFF;
  font-size: 1.3636rem;
  font-weight: 700;
  border-radius: 6.7348rem;
  background: #4EAB84;
  text-align: center;
  letter-spacing: 0;
}
.comBtnList a .text01::after {
  width: 1rem;
  height: 0.6rem;
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  transform: translateX(-50%);
  background-color: inherit;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.comBtnList a .text2 {
  padding-right: 1.7rem;
}
@media (hover: hover) {
  .comBtnList a:not(.tel a):hover {
    color: #E2765C;
    background-image: url(../img/common/arrow01.webp);
    background-color: #fff;
  }
  .comBtnList a:not(.tel a):hover .icon img {
    opacity: 0;
    visibility: hidden;
  }
  .comBtnList a:not(.tel a):hover .icon {
    background: url(../img/common/icon02.webp) no-repeat center center/100%;
  }
}
.comBtnList .tel {
  transition: 0.3s;
  cursor: pointer;
}
@media all and (min-width: 897px) {
  .comBtnList .tel {
    border-radius: 11rem;
    background-color: #fff;
  }
  .comBtnList .tel:hover {
    background-color: #E2765C;
  }
  .comBtnList .tel:hover a {
    color: #fff;
    background-color: transparent;
  }
  .comBtnList .tel:hover a .icon {
    background: url(../img/common/icon01_white.webp) no-repeat center;
    background-size: 100% auto;
  }
  .comBtnList .tel:hover a .icon img {
    visibility: hidden;
  }
}
.comBtnList .tel a {
  padding-right: 2.3rem;
  color: #E2765C;
  font-size: 2rem;
  letter-spacing: 0.05em;
  background: #fff;
  gap: 0.6rem;
}

@media all and (max-width: 896px) {
  .comBtnList2 {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    margin: 0;
    gap: 0;
    border-radius: 2rem 2rem 0 0;
    overflow-x: clip;
    box-shadow: 0 0 1.9436rem 0 rgba(0, 0, 0, 0.1);
  }
  .comBtnList2 li {
    width: 50%;
  }
  .comBtnList2 a {
    width: auto;
    border-radius: 0;
    padding: 1rem 1rem 1.2rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
    position: relative;
    background-image: none;
    min-height: 5rem;
    border-radius: 0 2rem 0 0;
    box-shadow: none;
  }
  .comBtnList2 a .icon {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2.5rem;
    left: 1.8rem;
  }
  .comBtnList2 a .text {
    padding-left: 1rem;
  }
  .comBtnList2 a .text01 {
    display: none;
  }
  .comBtnList2 .tel a {
    color: #FFF;
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.085rem;
    border-radius: 2rem 0 0 0;
    background-color: #4EAB84;
  }
  .comBtnList2 .tel a .text {
    padding-left: 2rem;
  }
}

/*------------------------------------------------------------
	headLine
------------------------------------------------------------*/
.headLine01 {
  margin-bottom: 3.2rem;
  font-size: clamp(24px, 2.1875vw, 3.5rem);
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  text-align: center;
}
.headLine01 span {
  font-size: clamp(32px, 2.8125vw, 4.5rem);
}
.headLine01 small {
  margin-top: 0.7rem;
  display: block;
  text-align: center;
  font-size: clamp(18px, 1.5vw, 2.4rem);
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.04em;
}
@media all and (max-width: 896px) {
  .headLine01 {
    margin-bottom: 2.2rem;
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    line-height: 1.666;
  }
  .headLine01 span {
    font-size: 2.5rem;
    line-height: 1.2;
    letter-spacing: 0.1em;
  }
  .headLine01 small {
    margin: 1.3rem 1rem 0;
    padding-left: 8rem;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    text-align: left;
    text-indent: -8rem;
    line-height: 1.5;
  }
}
.headLine02 {
  margin: 0 0 2.9rem -2.5rem;
  font-family: "Noto Serif JP", serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
  .headLine02 {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.666;
    letter-spacing: 0.24rem;
  }
}
.headLine03 {
  margin-bottom: 10.6rem;
  text-align: center;
  color: #525051;
  font-family: "Noto Serif JP", serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.142;
}
.headLine03 small {
  margin-top: 1.7rem;
  font-size: 18px;
  display: block;
}
@media all and (max-width: 896px) {
  .headLine03 {
    margin-bottom: 2.8rem;
    font-size: 2.8rem;
  }
  .headLine03 small {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
}

/*------------------------------------------------------------
	comText
------------------------------------------------------------*/
.comText {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  font-feature-settings: normal;
}
@media all and (max-width: 896px) {
  .comText {
    font-size: 1.4rem;
    text-align: left;
  }
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
.comBox {
  padding: 10rem 0 11rem;
  min-height: 70.5rem;
  position: relative;
  color: #FFF;
  background-color: #E2765C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comBox .photoBox {
  position: absolute;
  right: 0;
  top: 0;
  width: calc(50% + 46.3rem);
  height: 100%;
  z-index: 1;
  text-align: right;
}
.comBox .photoBox::before {
  width: 71%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, rgba(226, 118, 92, 0) 0, #E2765C 60.25%);
}
.comBox .photoBox02::before {
  width: 52%;
}
.comBox .photoBox img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comBox .textBox {
  position: relative;
  z-index: 2;
}
.comBox .textBox p {
  max-width: 460px;
  line-height: 2;
}
.comBox .textBox p .big {
  line-height: 1.5;
  font-size: 18px;
}
@media (min-width: 897px) and (max-width: 960px) {
  .comBox .textBox p .big {
    font-size: 16px;
  }
}
.comBox .textBox .tips {
  margin: 0.7rem 2.6rem 0;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 2.666;
}
.comBox .comBtnList {
  margin: 6.7rem 0.4rem 0;
  gap: 2rem;
}
.comBox .comBtnList a {
  padding: 0.5rem 3rem;
  min-width: 32.647rem;
  height: 7.5rem;
  font-size: 3.1097rem;
  gap: 1.5rem;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
}
.comBox .comBtnList a .icon {
  width: 3.9rem;
}
.comBox .comBtnList a .text01 {
  padding: 0.4rem 2.8rem 0.5rem;
  top: -3.2rem;
  font-size: 1.8796rem;
}
.comBox .comBtnList a .text01::after {
  width: 1.7rem;
  height: 0.8rem;
}
.comBox .comBtnList .web a {
  position: relative;
  z-index: 1;
  background: radial-gradient(160.27% 185.58% at -53% 68.67%, #4EAB84 71.6%, #C4E3D6 100%);
}
.comBox .comBtnList .web a::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  z-index: -1;
  border-radius: inherit;
  background: url(../img/common/arrow02.webp) no-repeat right 3rem center/0.8rem;
  transition: background 0.3s;
}
.comBox .comBtnList .web a .text {
  padding-right: 2.2rem;
  text-align: center;
}
@media (hover: hover) {
  .comBox .comBtnList .web a:hover {
    background: #fff;
  }
  .comBox .comBtnList .web a:hover::before {
    background-image: url(../img/common/arrow01.webp);
  }
}
.comBox .comBtnList .tel a {
  padding: 0.5rem 3rem;
  color: #525051;
  box-sizing: border-box;
  border: 1px solid #fff;
}
@media (hover: hover) {
  .comBox .comBtnList .tel:hover a {
    color: #fff;
  }
}
@media all and (min-width: 897px) {
  .comBox02 .content {
    width: 135rem;
  }
  .comBox02 .headLine02 {
    margin-left: 0;
  }
}
@media all and (max-width: 896px) {
  .comBox {
    padding: 8rem 0 0;
    flex-direction: column-reverse;
  }
  .comBox .headLine02 {
    margin: 0 0 2rem;
  }
  .comBox .photoBox {
    margin-top: -3.5rem;
    width: 100%;
    position: inherit;
    aspect-ratio: 39/28;
  }
  .comBox .photoBox::before {
    width: 100%;
    background: linear-gradient(0deg, rgba(226, 118, 92, 0) 67.5%, rgba(226, 118, 92, 0.5) 83.75%, #E2765C 100%);
  }
  .comBox .photoBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .comBox .textBox p {
    max-width: inherit;
  }
  .comBox .textBox p .big {
    font-size: 1.4rem;
  }
  .comBox .comBtnList {
    margin-top: 4.6rem;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .comBox .comBtnList a {
    min-width: 32rem;
  }
  .comBox .comBtnList a .text01 {
    padding-bottom: 0.6rem;
    top: -2.5rem;
  }
}

/*------------------------------------------------------------
	pop
------------------------------------------------------------*/
.mfp-bg {
  background: rgba(82, 80, 81, 0.5);
  background-blend-mode: multiply;
}

.mfp-container {
  padding: 1px 1.5rem;
  overflow-y: auto;
}

.popBox {
  margin: 10rem auto;
  padding: 4.9rem 5rem;
  width: 800px;
  max-width: calc(100% - 3rem);
  position: relative;
  z-index: 2;
  border-radius: 2rem;
  background: #FFF;
}
.popBox .closeBtn {
  width: 7rem;
  height: 7rem;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% + 3.2rem);
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .popBox .closeBtn:hover {
    opacity: 0.5;
  }
}
.popBox .topTag {
  position: absolute;
  left: 1.7rem;
  top: 0;
  padding: 0.7rem 2rem;
  width: -moz-fit-content;
  width: fit-content;
  color: #FFF;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 3rem;
  transform: translateY(-50%);
  background: #4EAB84;
}
.popBox .heading {
  margin-bottom: 2.1rem;
  text-align: center;
  color: #4EAB84;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.777;
}
.popBox p {
  line-height: 2;
  color: #000;
}
@media all and (max-width: 896px) {
  .popBox {
    padding: 5rem 2rem;
    width: auto;
    max-width: inherit;
  }
  .popBox .closeBtn {
    width: 4.9rem;
    top: calc(100% + 0.3rem);
  }
  .popBox .topTag {
    padding: 0.2rem 2rem;
    font-size: 1.4rem;
    left: 1rem;
  }
  .popBox .heading {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.777;
    text-align: left;
  }
}

/*------------------------------------------------------------
	fadeInUp
------------------------------------------------------------*/
.fadeInUp {
  opacity: 0;
  transform: translate(0, 50px);
  transition: transform ease-in-out 0.8s, opacity ease-in-out 0.8s;
}

.fadeInUp.on {
  opacity: 1;
  transform: translate(0, 0);
}

.dely02 {
  transition-delay: 0.5s;
}/*# sourceMappingURL=common.css.map */