@charset "UTF-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");

body {

  font-size: 14px;
  font-size: clamp(14px, 1.3333333333vw, 16px);
  font-family: "Noto Serif JP", serif;
  padding-bottom: 0;
  width: 100%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .only-pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}

html {
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  /*  margin: 0;*/
  line-height: 1.4;
}

img {
  width: 100%;
  vertical-align: middle;
}

main {
  width: 100%;
  overflow-x: hidden;
}

a:hover {
  opacity: 0.8;
}





.logo {
  z-index: 2;
  width: 127px;
  margin: 0;
}

@media screen and (max-width: 855px) {
  .logo {
    width: 90px;
  }
}


/*FV*/

.fix-top {
  width: 100%;
  z-index: 99;
  position: absolute;
  top: 0;
}



.navy {
  background-color: #FFFFFF;
  padding: 1em 10px;
  box-shadow: 0px 11px 15px -10px rgba(0, 0, 0, 0.16);
  position: relative;
}


/*
.breadcrumb {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  font-weight: 600;
  color: #DB0829;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .breadcrumb {
    top: 10px;
    right: 10px;
    margin-top: 36px;
    z-index: 10;
  }
}

.breadcrumb a {
  color: #DB0829;
  text-decoration: underline;
  border-color: #DB0829;
}

.breadcrumb li:not(:last-of-type)::after {
  content: "›";
  margin: 0 0.6em;

  color: #DB0829;

}
*/

.anniv_wrap {
  display: block;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #707070;
  /*/////////////////////////////////////////
          ナビ
  /////////////////////////////////////////*/
  /*/////////////////////////////////////////
          ファーストビュー
  /////////////////////////////////////////*/
  /*/////////////////////////////////////////
          ページ内ナビ
  /////////////////////////////////////////*/
  /*/////////////////////////////////////////
          メイン
  /////////////////////////////////////////*/
}

.anniv_wrap * {
  box-sizing: border-box;
}

.anniv_wrap ul {
  list-style: none;
}

.anniv_wrap ul li {
  text-decoration: none;
}

.anniv_wrap a {
  color: inherit;
  text-decoration: none;
}

.anniv_wrap p,
.anniv_wrap ul,
.anniv_wrap ul li {
  margin: 0;
  padding: 0;
}

.anniv_wrap p {
  line-height: 1.4;
}

.anniv_wrap img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

.anniv_wrap span.tax {
  font-size: 0.8rem;
}

.anniv_wrap span.item--tsite {
  font-weight: 600;
  display: block;
  font-size: 0.7rem;
}

.anniv_wrap main {
  margin: 120px 0 0;
}

@media screen and (max-width: 765px) {
  .anniv_wrap main {
    margin: 80px 0 0;
  }
}

@media screen and (max-width: 765px) {
  .anniv_wrap main.main__top {
    margin-top: 160px;
  }
}

.anniv_wrap .con {
  position: relative;
}

.anniv_wrap .con--list ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list ul {
    max-width: 100%;
  }
}

.anniv_wrap .con--list__point ul.con--list__point-floor2f {
  margin-top: 20px;
}

.anniv_wrap .con--list__point .item {
  width: 30%;
}

@media screen and (max-width: 1000px) {
  .anniv_wrap .con--list__point .item {
    width: 49%;
  }
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__point .item {
    width: 95%;
  }
}

.anniv_wrap .con--list__point .item a {
  width: 100%;
  height: 100%;
  padding: 1rem;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__point .item a {
    padding: 0.5rem;
  }
}

.txt_flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__wl li {
    width: 100%;
    margin: 8px auto;
  }
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--list__spx100 .item {
    width: 90%;
    margin: 8px auto;
  }
}

.anniv_wrap .con--ttlarea-dec {
  z-index: 1;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  margin-bottom: 12px;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--ttlarea-dec {
    max-width: 160px;
  }
}

.anniv_wrap .con--ttlarea-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .con--ttlarea-ttl {
    width: 80%;
  }
}

.anniv_wrap .con--ttlarea-ttl img {
  display: inline-block;
  width: auto;
}

.anniv_wrap .con--mainarea {
  position: relative;
  z-index: 1;
  padding-top: 32px;
}

.anniv_wrap .item {
  position: relative;
  width: 490%;
  max-width: 400px;
  margin: 8px;
  box-shadow: 0 0 4px #d9d9d9;
  cursor: pointer;
  transition: 0.5s;
  background: #fff;
  border: #50253F solid 1px;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item {
    width: 47%;
    margin: 8px 2px;
  }
}

.anniv_wrap .item::before {
  content: "";
  position: absolute;
  border-top: 20px solid transparent;
  border-right: 20px solid #1d1c1c;
  right: 2%;
  bottom: 2%;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item::before {
    border-top: 16px solid transparent;
    border-right: 16px solid #1d1c1c;
  }
}

.anniv_wrap .item__card-floor {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  background: #1d1c1c;
  cursor: auto;
  z-index: 1;
}

.anniv_wrap .item__card-floor::before {
  content: none;
}

.anniv_wrap .item__card-floor::after {
  content: "";
  position: absolute;
  width: 130px;
  height: 130px;
  background: #DB0829;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item__card-floor::after {
    width: 90px;
    height: 90px;
  }
}

.anniv_wrap .item__card-floor p {
  color: #fff;
  font-size: 2rem;
}

.anniv_wrap .item:hover {
  box-shadow: none;
}

.anniv_wrap .item:hover::before {
  border-top: 20px solid transparent;
  border-right: 20px solid #038F3A;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item:hover::before {
    border-top: 16px solid transparent;
    border-right: 16px solid #038F3A;
  }
}

.anniv_wrap .item:hover img {
  transform: scale(1.15);
}

.anniv_wrap .item:hover .item--ttl {
  color: #DB0829;
}

.anniv_wrap .item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 2.5rem;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item a {
    padding: 1.5rem 1rem;
  }
}

.anniv_wrap .item--ttl {
  position: relative;
  margin: 8px 0;
  font-weight: 500;
  font-size: 0.9rem;
}

.anniv_wrap .item--ttl__wl {
  float: left;
  margin: 12px 0;
  margin-left: 8px;
}

.anniv_wrap .item--img {
  max-width: 400px;
  margin-bottom: 12px;
  overflow: hidden;
}

.anniv_wrap .item--img img {
  width: 100%;
  transition: 0.5s;
  transform-origin: center;
}

.anniv_wrap .item--img__event {
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item--img__event {
    height: 160px;
    max-width: 100%;
  }
}

.anniv_wrap .item--img__event img {
  margin: auto;
  width: auto;
  height: auto;
  max-width: 400px;
  max-height: 240px;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item--img__event img {
    max-height: 100%;
    height: auto;
  }
}

.anniv_wrap .item--txtarea {
  position: relative;
}

.anniv_wrap .item--txt {
  font-size: 0.85rem;
}

.anniv_wrap .item--price {
  text-align: right;
}

.anniv_wrap .item--logo {
  width: 80%;
  max-width: 150px;
  overflow: hidden;
}

.anniv_wrap .item--logo img {
  width: 100%;
  transition: 0.5s;
  transform-origin: center;
}

.anniv_wrap .item--floor-tenpo {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.anniv_wrap .item--floor-tenpo p {
  font-size: 0.8rem;
  line-height: 1.2;
}

.anniv_wrap .item--tenpoinfo .item--tenponame {
  text-align: center;
}

.anniv_wrap .item--tenpoinfo .item--tenponame-txt {
  margin-top: 8px;
  font-size: 0.9rem;
  font-weight: 500;
}

@media screen and (max-width: 765px) {
  .anniv_wrap .item--tenpoinfo .item--tenponame-txt {
    font-size: 0.7rem;
  }
}

.anniv_wrap .item--tenpoinfo .item--tenponame-ctg {
  margin-top: 12px;
  font-size: 0.6rem;
}

.anniv_wrap .item--tenponame-floor {
  padding: 2px 24px;
  background: #038F3A;
  color: #fff;
  font-size: 0.8em;
  border-radius: 50px;
  width: fit-content;
  margin: auto;
}

/*アニメーション*/
.anime-r {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateX(30px);
}

.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s;
  transform: translateX(-30px);
}

.anime-b {
  opacity: 0;
  transform: translateY(80px) scale(0.7);
  transition: all 0.8s;
}

.active {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/*左右のアニメーション*/
.slideAnimeLeftRight {
  animation: slideTextX100 1s forwards;
}

.slideAnimeRightLeft {
  animation: slideTextX-100 1s forwards;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.global-footer,
.wrapper {
  position: relative;
}

/*# sourceMappingURL=2023anniversary.css.map */

.con--fv__point {
  text-align: center;
}

.con--fv {
  background-color: #DBEAC0;

  background-position: 0 0, 12.5px 25px;
  background-size: 25px 50px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  /*  padding: 8em 0px 4em 0px;*/

}

.fv-bk-wrap {
  margin: 0 auto;
  position: relative;
  padding: 8em 0px 4em 0px;
}

.fv-bk-left {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 47%;
  height: auto;
  z-index: -1;
}


.fv-bk-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: auto;
  z-index: -1;
}

.circle-left {
  position: absolute;
  left: 2%;
  top: 15%;
  width: 15%;
  height: auto;
  z-index: -1;
}


.circle-right {
  position: absolute;
  right: 2%;
  bottom: 0%;
  width: 16%;
  height: auto;
  z-index: -1;
}



@media screen and (max-width: 765px) {
  .fv-bk-left {
    width: 65%;
    height: auto;
  }

  .fv-bk-right {
    width: 100%;
    height: auto;
  }

  .circle-left {
    display: none;
  }

  .circle-right {
    width: 35%;
    height: auto;
  }

  .fv-bk-wrap {
    padding: 8em 0px 8em 0px;
  }

}








.fv-under {
  background-image: url("../img/fv-under.png");
  background-size: contain;
  background-position: center;
  background-repeat: repeat-x;
  padding-bottom: 2%;

}


.con-all-bk {
  background-color: #DBEAC0;
  border-radius: 200px 200px 0 0;
  box-shadow: 0px -11px 0px 0px rgba(224, 190, 119, 1);
  padding-bottom: 1em;
}

.adastria-mv {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  padding: 5em 10px 3em 10px;
}

@media screen and (max-width: 1140px) {
  .adastria-mv {
    width: 80%;
  }
}




@media screen and (max-width: 765px) {
  .adastria-mv {
    width: 76%;
  }

  .con-all-bk {
    border-radius: 70px 70px 0 0;
  }

  .fv-under {
    padding-bottom: 5%;
  }


}

/*
.con--ttlarea-ttl {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  display: inline-block;
  opacity: 0;
}
*/

.youmeshop_list {
  padding: 5% 0 0;
  background-repeat: no-repeat;
}

.con_wrap {
  background-color: #ffffff;
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  background-position: 0 0, 12.5px 25px;
  background-size: 25px 50px;
  border: #EAD3A2 solid 3px;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 7%;
  border-radius: 40px;
  padding: 2% 0 5% 0;
  position: relative;
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .con_wrap {
    padding: 15% 0;
    border-radius: 20px;
    border: #EAD3A2 solid 5px;
  }
}


.kinitsu-ttl {
  padding: 0 10px;
  text-align: center;
  margin-top: -3%;
}

.kinitsu-ttl p {
  display: inline-block;
  border-bottom: solid 7px #EAD3A2;
  color: #038F3A;
  font-size: 1.8em;
  font-weight: bold;
}

.sub-ttl-icon {
  max-width: 50px;
  margin: 0 auto;
  width: 100%;
}


.balloon2 {
  position: relative;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 80%;
  max-width: 500px;
  margin: auto;
  background: #302c22;
  border: solid 3px #ffffff;
  box-sizing: border-box;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

@media screen and (max-width: 767px) {
  .balloon2 {
    width: 90%;
  }
}

.balloon2:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #302c22;
  z-index: 2;
}

.balloon2:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #ffffff;
  z-index: 1;
}

.balloon2 p {
  text-align: center;
  font-size: 2em;
  font-weight: 800;
  color: #44ac52;
}

@media screen and (max-width: 767px) {
  .balloon2 p {
    font-size: 1.5em;
  }
}

footer {
  font-size: 0.8em;
  text-align: center;
  padding: 10px;
  background: #eeeeee;
}

.youmeca_ttl {
  max-width: 1100px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@media screen and (max-width: 767px) {
  .youmeca_ttl {
    max-width: 500px;
    width: 95%;
  }
}

@media screen and (max-width: 490px) {
  .youmeca_ttl {
    width: 95%;
  }
}


/*************吹き出し**************/

.balloon-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
  width: 100%;
  box-sizing: border-box;
  background: none;
}

.balloon-line {
  display: inline-block;
  width: 44px;
  height: 0;
  border-top: 2px solid #6D4222;
}

.balloon-line.left {
  transform: rotate(53deg);
  margin-right: 5px;
}

.balloon-line.right {
  transform: rotate(-53deg);
  margin-left: 5px;
}

.balloon-text {
  font-size: 2.2rem;
  font-weight: bold;
  color: #6D4222;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0.06em;
}

@media (max-width: 767px) {
  .balloon-banner {
    padding: 10px 0;
  }

  .balloon-line {
    width: 31px;
    border-top-width: 3px;
  }

  .balloon-line.left,
  .balloon-line.right {
    margin: 0 6px;
  }

  .balloon-text {
    font-size: 1.1rem;
    white-space: normal;
    line-height: 1.4;
  }
}

/*************吹き出し　end**************/










.youmecard_ttlsub {
  position: relative;
  max-width: 500px;
  width: 70%;
  margin: 40px auto 20px;
  position: relative;
  z-index: 10;
  animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.point--nav {
  position: relative;
  width: 100%;
  padding: 20px 0;
  margin: 5% auto 3%;
  z-index: 10;
}

.point--nav ul {
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 2em 1em;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .point--nav {
    margin: 5% auto 11%;
  }


  .point--nav ul {
    width: 95%;
    gap: 1.5em 0.8em;
  }
}

.point--nav ul li {
  position: relative;
  margin-bottom: 0.5em;
}

/*
.point--nav ul li a::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 14px solid #DB0829;
}

@media screen and (max-width: 767px) {
  .point--nav ul li a::before {
    top: 14px;
    right: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 10px solid #DB0829;
  }
}
*/

.point--nav ul li a {
  display: inline-block;
  position: relative;
  color: #038F3A;
  font-size: 1.2em;
  font-weight: 800;
  box-shadow: 5px 5px 0px 0px #EFDB95;
  border: #50253F solid 2px;
  border-radius: 100px;
  background-color: #FFFBF2;
  padding: 10px 40px;
}

@media screen and (max-width: 767px) {
  .point--nav ul li a {
    font-size: 1.2em;
    padding: 5px 30px;
    border: #50253F solid 2px;
  }
}

.point--nav ul li a:hover {
  opacity: 0.9;
}

.point_date {
  background-color: #EAD3A2;
  border-radius: 10px;
  color: #1d1c1c;
  font-weight: 800;
  text-align: center;
  font-size: 1.2em;
  padding: 10px 5px;
}

.point_date span {
  display: inline-block;
  font-size: 0.8em;
}

.text_flex {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin: 5px auto 20px;
}

.topbtn {
  z-index: 999;
}

.topbtn {
  display: inline-block;
  padding-top: 0;
  position: fixed;
  bottom: 16px;
  right: 15px;
}

.topbtn a {
  font-weight: 500;
  color: #038F3A;
  font-size: 1.3em;
  text-shadow: 1px 1px 2px #333333;
}

.topbtn::before {
  animation: scroll 3.5s infinite;
  border: solid #038F3A;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(135deg);
  width: 20px;
  height: 20px;
}

@keyframes scroll {
  0% {
    transform: rotate(135deg) translate(0, 0);
  }

  80% {
    transform: rotate(135deg) translate(-20px, 20px);
  }

  0%,
  80%,
  100% {
    opacity: 0;
  }

  40% {
    opacity: 1;
  }
}

.border-multi {
  position: relative;
  border: 5px solid #ffffff;
  border-radius: 40px;
  padding: 40px 20px;
  z-index: 2;
  max-width: 900px;
  width: 90%;
  margin: 0 auto 5%;
}

@media screen and (max-width: 767px) {
  .border-multi {
    padding: 40px 10px;
    width: 80%;
    border: 3px solid #ffffff;
    border-radius: 20px;
    margin: 22% auto 15%;
  }
}

.border-multi::before {
  content: "";
  position: absolute;
  top: -18px;
  left: -18px;
  right: -18px;
  bottom: -18px;
  border: 5px solid #00e152;
  border-radius: 54px;
  z-index: 1;
  pointer-events: none;
  box-shadow: 0 4px 20px rgba(255, 255, 255, 0.555);
}

@media screen and (max-width: 767px) {
  .border-multi::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    border: 3px solid #00e152;
    border-radius: 24px;
  }
}

.attention {
  color: #1D1C1C;
  max-width: 1200px;
  width: 95%;
  margin: 0 auto 5%;
}

.pointday_txt {
  font-size: 0.8em;
  text-align: center;
  margin: 0.8em auto 0;
}

.youmeca_sub-ttl {
  position: relative;
  color: #343434;
  font-weight: 600;
  text-align: center;
  margin: -2em auto 0;
  z-index: 20;
}

@media screen and (max-width: 767px) {
  .youmeca_sub-ttl {
    margin: -2em auto 0;
  }
}


.top-bana {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  margin: 3em auto;
}

.l-top-bana {
  max-width: 370px;
}

@media screen and (max-width: 767px) {
  .l-top-bana {
    max-width: 350px;
    width: 80%;
  }
}

.r-top-bana {
  max-width: 550px;
}

@media screen and (max-width: 767px) {
  .r-top-bana {
    width: 90%;
  }
}

.point-img {
  font-size: 1.5em;
  font-weight: 800;
  text-align: center;
  margin: auto;
  color: #1d1c1c;
}

.point-img.red {
  color: #DB0829;
}



.point-img span {
  font-size: 0.9em;
}


.star-con-acc {
  position: absolute;
  width: 100px;
  top: 5%;
  right: 5%;
}

.star-con-acc2 {
  position: absolute;
  width: 100px;
  top: 5%;
  left: 5%;
  transform: scale(-1, 1);
}

@media screen and (max-width: 768px) {
  .star-con-acc {
    width: 50px;
    top: 1%;
    right: 2%;
  }

  .star-con-acc2 {
    width: 50px;
    top: 1%;
    left: 2%;
  }
}

/*****************other btn***********************/
#other-btn {
  /*	    margin-top: -10em;*/
  padding-bottom: 5em;
}


.other_link {
  display: contents;
}


.other_btn {
  max-width: 335px;
  margin: 0 auto;

  border-radius: 50px;
  box-shadow: 5px 5px 0px 0px rgba(239, 222, 183, 1);
  padding: 0.2% 0.2%;
  margin-top: 2em;
  border: solid 3px #fff;
}

.other_btn p {
  text-align: center;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  position: relative;
}

.other_btn:hover {
  box-shadow: none;
  transition: all .3s;
}



.other_btn p::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
  /*アニメーションの指定*/
  transition: all .3s;
}


.other_btn p:hover::after {
  right: 10px;
}


.deep_green {
  background-color: #236E00;
}

.dark_green {
  background-color: #AFB75B;
}

.light_green {
  background-color: #A5B40D;
}

.pink_top {
  background-color: #ED7582;
}

@media screen and (max-width:767px) {
  #other-btn {
    margin-top: 0;
  }

  .other_btn {
    width: 80%;
  }
}

/*****************other btn END***********************/