@charset "UTF-8";
.firstvisual {
  margin: 0 auto;
  padding: 0 min(3vw, 40px);
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.firstvisual * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .firstvisual {
    padding: 0;
  }
}
.firstvisual__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

.page-nav {
  margin: 30px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-nav a {
  color: #1D2767;
}
.page-nav li {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  color: #1D2767;
  display: contents;
}
.page-nav li:last-child a {
  border-right: solid 1px #1D2767;
}
.page-nav li a {
  border-left: solid 1px #1D2767;
  padding: 0 10px;
  width: min( 33%, 310px );
  display: block;
}
.page-nav li a::after {
  content: "";
  margin: 12px auto 0;
  background: url(../images/pagenav-icon_arrow.png) no-repeat 0 0;
  background-size: contain;
  width: 23px;
  height: 14px;
  display: block;
}
.page-nav li img {
  margin: 0 auto 10px;
  max-width: 100%;
  width: 55px;
  height: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .page-nav li:first-child a {
    border-left: none;
  }
  .page-nav li:last-child a {
    border-right: none;
  }
}

.picup {
  margin: 70px auto 0;
  padding: 0 min(3vw, 40px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .picup {
    padding: 0 20px;
  }
}
.picup__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.picup h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.04em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  color: #1D2767;
}
.picup h2:before {
  content: "";
  background: url(../images/picup_h2_icon.png) no-repeat center center;
  background-size: contain;
  width: 38px;
  height: 37px;
  display: block;
}
.picup h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.picup ul {
  margin: 50px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 15px;
}
.picup ul li {
  width: calc((100% - 30px) / 3);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
}
.picup ul li a {
  color: #222222;
}
.picup ul li img {
  border-radius: 10px;
  margin: 0 auto 15px;
  max-width: 100%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .picup ul li {
    width: calc((100% - 15px) / 2);
  }
}

.event {
  margin: 100px auto 0;
  padding: 0 min(3vw, 40px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .event {
    padding: 0 20px;
  }
}
.event__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.event h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
.event h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.event h2::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.event ul {
  margin: 50px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px 15px;
}
.event ul li {
  width: calc((100% - 30px) / 3);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
}
.event ul li a {
  color: #222222;
}
.event ul li img {
  border-radius: 10px;
  margin: 0 auto 15px;
  max-width: 100%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .event ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .event ul li {
    width: 100%;
  }
}

.special {
  margin: 100px auto 0;
  padding: 0 min(3vw, 40px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .special {
    padding: 0 20px;
  }
}
.special__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.special h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
.special h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.special h2::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.special ul {
  margin: 50px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 15px;
}
.special ul li {
  width: calc((100% - 45px) / 2);
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
  text-align: center;
}
.special ul li a {
  color: #222222;
}
.special ul li img {
  border-radius: 10px;
  margin: 0 auto 15px;
  max-width: 100%;
  width: 100%;
  display: block;
}
@media only screen and (max-width: 767px) {
  .special ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .special ul li {
    width: 100%;
  }
}

.faq {
  margin: 130px auto 0;
  padding: 0 min(3vw, 40px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .faq {
    padding: 0 20px;
  }
}
.faq__wrap {
  background: #E2E4F0;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px 60px;
  max-width: 1040px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .faq__wrap {
    padding: 40px 20px;
  }
}
.faq h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
.faq h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.faq h2::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.faq__button.top_btn {
  margin: 30px auto 0;
  text-align: center;
}
.faq__button.top_btn .top_btn_link {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .faq__button.top_btn {
    padding: 0 8%;
  }
  .faq__button.top_btn .top_btn_link {
    padding: 20px 40px;
    font-size: 16px;
  }
}
.faq__section {
  margin: 50px auto 0;
  counter-reset: number 0;
}
.faq__details {
  background: #fff;
  border-radius: 10px;
  padding: 25px;
  cursor: pointer;
}
.faq__details + .faq__details {
  margin-top: 15px;
}
.faq__details > * {
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
  overflow: hidden;
}
.faq__details h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.56;
  color: #1D2767;
}
.faq__details h3:before {
  counter-increment: number 1;
  content: "Q" counter(number);
  width: 31px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #deb954;
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
}
.faq__details h3::after {
  content: "＋";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
.faq__details.open h3::after {
  content: "ー";
}
.faq__answer {
  padding: 1em 35px 0;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.56;
  display: none;
  position: relative;
  overflow: hidden;
}
.faq__answer ul {
  padding-left: 1em;
}
.faq__answer ul li {
  list-style-type: disc;
  white-space: wrap;
  word-break: break-all;
  word-wrap: break-word;
}
.faq__answer > * + *,
.faq__answer li + li {
  margin-top: 1em;
}

.ec-link {
  background: #1D2767;
  margin: 80px auto 0;
  padding: 45px min(3vw, 40px);
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ec-link {
    padding: 20px;
  }
}
.ec-link__wrap {
  margin: 0 auto;
  max-width: 860px;
  width: 100%;
}
.ec-link_ttl {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  color: #fff;
  text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.6);
}
.ec-link a {
  color: #fff;
}
.ec-link_list {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.ec-link_list_item {
  width: 49.5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #bbb;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .ec-link_list_item {
    width: 100%;
  }
}
.ec-link_list_item:nth-child(n+3) {
  margin-top: 1%;
}
@media only screen and (max-width: 767px) {
  .ec-link_list_item:nth-child(n+2) {
    margin-top: 10px;
  }
}
.ec-link_list_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 80px;
  position: relative;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.ec-link_list_item a:hover {
  opacity: 0.7;
}
.ec-link_list_item a:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 11px;
  background: url("/aminovital/shared_file/images/products/ico/icon_window.svg") no-repeat center center/contain;
  position: absolute;
  bottom: 9px;
  right: 9px;
}
.ec-link_list_item01 a img {
  width: 22.1%;
  max-width: 100px;
}
.ec-link_list_item02 a img {
  width: 29.3%;
  max-width: 133px;
}
.ec-link_list_item03 a img {
  width: 32%;
  max-width: 145px;
}
.ec-link_list_item04 a img {
  width: 54%;
  max-width: 245px;
}
.ec-link .read-text,
.ec-link .link-text {
  margin-top: 8px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt" on;
          font-feature-settings: "palt" on;
  text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.6);
}
.ec-link .read-text {
  margin-top: 20px;
  text-align: center;
}

.introduction {
  margin: 0 auto;
  padding: 100px min(3vw, 40px);
  background: #E2E4F0;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .introduction {
    padding: 0 20px;
  }
}
.introduction__wrap {
  background: #E2E4F0;
  border-radius: 20px;
  margin: 0 auto;
  padding: 50px 60px;
  max-width: 1240px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .introduction__wrap {
    padding: 50px 0;
  }
}
.introduction h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
.introduction h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.introduction h2::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.introduction__items picture {
  margin: 30px auto 0;
  width: 100%;
  text-align: center;
  display: block;
}
.introduction__items picture img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.introduction__items .top_btn {
  margin-top: 7px;
}
.introduction__items .top_btn .top_btn_link {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .introduction__items h2 {
    width: 12em;
  }
  .introduction__items .top_btn {
    padding: 0 8% 0 8%;
  }
  .introduction__items .top_btn .top_btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
  }
}
.introduction__series {
  margin: 100px auto 0;
}
.introduction__series--items {
  margin: 50px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
.introduction__series--items a {
  background: #1D2767;
  border-radius: 10px;
  width: calc((100% - 32px) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0;
  color: #fff;
}
.introduction__series--items a::after {
  content: "";
  background: url(../images/arrow_slider_main.svg) no-repeat transparent center center/contain;
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.introduction__series--items--visual {
  background: #fff;
  padding: 15px;
  width: 40.8163265306%;
}
.introduction__series--items--visual img {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.introduction__series--items--text {
  padding: 20px;
  width: 59.1836734694%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .introduction__series h2 {
    width: 12em;
  }
  .introduction__series--items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .introduction__series--items a {
    width: 100%;
  }
}

.search-myitems {
  margin: 100px auto 0;
  padding: 0 min(3vw, 40px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .search-myitems {
    padding: 0 20px;
  }
}
.search-myitems__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.search-myitems h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
.search-myitems h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.search-myitems h2::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.search-myitems__tab {
  margin: 50px auto 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  gap: 5px;
}
.search-myitems__tab li {
  background: #eee;
  max-width: 240px;
  width: calc((100% - 15px) / 4);
  min-height: 87px;
  padding: 30px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.35;
  letter-spacing: 1px;
  color: #1D2767;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  cursor: pointer;
}
.search-myitems__tab li span {
  font-size: 14px;
  position: relative;
  top: 3px;
}
.search-myitems__tab li.selected {
  background-color: #D0AF56;
  cursor: unset;
}
@media only screen and (max-width: 767px) {
  .search-myitems__tab {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .search-myitems__tab li {
    width: calc((100% - 5px) / 2);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px 20px;
  }
}
.search-myitems .top_btn {
  margin: 50px auto 0;
  text-align: center;
}
.search-myitems .top_btn .top_btn_link {
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .search-myitems .top_btn {
    margin: 30px auto 0;
    padding: 0 8% 0 8%;
  }
}
.search-myitems__items {
  margin: 50px auto 0;
  width: 100%;
  display: none;
}
.search-myitems__items.selected {
  display: block;
}
.search-myitems__items a:hover {
  opacity: 0.7;
}
.search-myitems__items--all__wrap {
  width: 100%;
  overflow: visible;
  min-height: 700px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all__wrap {
    min-height: initial;
  }
}
.search-myitems__items--all--pager {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  height: 60px;
  gap: 20px;
}
.search-myitems__items--all--pager button.pagination {
  display: block;
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #eee;
  border: none;
  cursor: pointer;
}
.search-myitems__items--all--pager button.pagination:hover {
  background-color: #eee;
}
.search-myitems__items--all--pager button.pagination.current, .search-myitems__items--all--pager button.pagination:active, .search-myitems__items--all--pager button.pagination:focus {
  background-color: #1d2767;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--pager {
    height: auto;
    min-height: 40px;
    padding: 0 60px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
}
.search-myitems__items--all--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.search-myitems__items--all--list .item_box {
  border-color: #eee;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: calc((100% - 30px) / 3);
  margin-bottom: 10px;
  border-width: 3px;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box {
    width: calc(100% - 0.9375vw);
    margin: 0 auto 1.5625vw;
    border-width: 0.46875vw;
    border-radius: 0.78125vw;
  }
}
.search-myitems__items--all--list .item_box:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border: 10px solid transparent;
  border-left: 10px solid #1d2767;
  right: -5px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box:after {
    border: 2.8125vw solid transparent;
    border-left: 2.8125vw solid #1d2767;
    right: -5px;
    bottom: -5px;
  }
}
.search-myitems__items--all--list .item_box:hover {
  opacity: 0.7;
}
.search-myitems__items--all--list .item_box a {
  display: block;
  padding: 15px;
}
.search-myitems__items--all--list .item_box a:hover {
  text-decoration: none;
}
.search-myitems__items--all--list .item_box a .fs12 {
  font-size: 12px;
  font-weight: normal;
}
.search-myitems__items--all--list .item_box .new {
  font-size: 18px;
  color: #dd0439;
  margin-top: 15px;
  margin-left: 25px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .new {
    color: #dd0439;
    margin-left: 15px;
  }
}
.search-myitems__items--all--list .item_box .item_img {
  display: table-cell;
  vertical-align: top;
  width: 37.5%;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .item_img {
    width: 42.6875vw;
  }
}
.search-myitems__items--all--list .item_box .item_img img {
  width: 100%;
  height: auto;
}
.search-myitems__items--all--list .item_box .item_content {
  display: table-cell;
  vertical-align: top;
  width: 62.5%;
  padding-left: 10px;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .item_content {
    width: calc(100% - 24.6875vw);
    padding-top: 1.5vw;
    padding-left: 1.5625vw;
    font-size: 1vw;
  }
}
.search-myitems__items--all--list .item_box .item_content .item_name {
  color: #1d2767;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.005em;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .item_content .item_name {
    margin-bottom: 2.34375vw;
    font-size: 3.75vw;
  }
}
.search-myitems__items--all--list .item_box .item_content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .item_content .icon {
    margin-top: 1.5625vw;
  }
}
.search-myitems__items--all--list .item_box .item_content .icon .icon_none {
  display: none !important;
}
.search-myitems__items--all--list .item_box .item_content .icon li {
  margin-right: 5px;
  width: 50px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .item_content .icon li {
    width: 15.625vw;
    margin-right: 1.5625vw;
  }
}
.search-myitems__items--all--list .item_box .item_content .icon li:last-child {
  margin-right: none;
}
.search-myitems__items--all--list .item_box .item_content .icon li img {
  width: 100%;
  height: auto;
}
.search-myitems__items--all--list .item_box .item_content .icon li span {
  color: #1d2767;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 3px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .item_content .icon li span {
    padding-top: 1.5625vw;
    font-size: 3vw;
  }
}
.search-myitems__items--all--list .item_box .item_content .amino_type {
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all--list .item_box .item_content .amino_type {
    letter-spacing: -0.03em;
  }
}
.search-myitems__items--all--list .item_box .item_content .amino_type span {
  font-size: 11px;
}
.search-myitems__items--all--list .item_box .item_content .amino_content span {
  font-size: 11px;
}
.search-myitems__items--all button.search-myitems__items--all--list--prev,
.search-myitems__items--all button.search-myitems__items--all--list--next {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 10%;
  background: none;
  border: none;
  cursor: pointer;
}
.search-myitems__items--all button.search-myitems__items--all--list--prev:hover,
.search-myitems__items--all button.search-myitems__items--all--list--next:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all button.search-myitems__items--all--list--prev,
  .search-myitems__items--all button.search-myitems__items--all--list--next {
    width: 40px;
    height: 40px;
    left: 0;
  }
}
.search-myitems__items--all button.search-myitems__items--all--list--prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search-myitems__items--all button.search-myitems__items--all--list--next {
  left: auto;
  right: 10%;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--all button.search-myitems__items--all--list--next {
    right: 0;
  }
}
.search-myitems__items--series--pager {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--series--pager {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    height: 40px;
    padding: 0 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .search-myitems__items--series--pager button.pagination {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    border: none;
    cursor: pointer;
  }
  .search-myitems__items--series--pager button.pagination:hover {
    background-color: #eee;
  }
  .search-myitems__items--series--pager button.pagination.current {
    background-color: #1d2767;
    opacity: 1;
  }
  .search-myitems__items--series--pager button.search-myitems__items--series--pager--prev,
  .search-myitems__items--series--pager button.search-myitems__items--series--pager--next {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .search-myitems__items--series--pager button.search-myitems__items--series--pager--prev:hover,
  .search-myitems__items--series--pager button.search-myitems__items--series--pager--next:hover {
    opacity: 0.6;
  }
  .search-myitems__items--series--pager button.search-myitems__items--series--pager--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search-myitems__items--series--pager button.search-myitems__items--series--pager--next {
    left: auto;
    right: 0;
  }
}
.search-myitems__items--series--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px 20px;
}
.search-myitems__items--series--list li {
  display: contents;
}
.search-myitems__items--series--list li a {
  max-width: 190px;
  width: calc((100% - 100px) / 6);
  padding: 0;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #1D2767;
  display: block;
  position: relative;
  overflow: hidden;
}
.search-myitems__items--series--list .circle {
  background: #fff;
  margin: 0 auto 15px;
  max-width: 100%;
  width: 76%;
  height: auto;
  display: block;
  aspect-ratio: 1/1;
  position: relative;
}
.search-myitems__items--series--list .circle:after {
  content: "";
  background: #eee;
  border-radius: 50%;
  width: 122%;
  height: 40%;
  position: absolute;
  bottom: -5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 0;
}
.search-myitems__items--series--list img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}
.search-myitems__items--series--list img.aminoshot {
  width: 90%;
}
.search-myitems__items--series--list img.water {
  width: 85%;
}
.search-myitems__items--series--list img.tablet {
  width: 82%;
}
.search-myitems__items--series--list img.gold {
  width: 82%;
}
.search-myitems__items--series--list img.moment {
  width: 80%;
}
.search-myitems__items--series--list img.connect {
  width: 80%;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--series--list li {
    width: calc((100% - 20px) / 2);
  }
  .search-myitems__items--series--list li a {
    width: calc((100% - 20px) / 2);
  }
}
.search-myitems__items--purpose--pager {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--purpose--pager {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    height: 40px;
    padding: 0 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .search-myitems__items--purpose--pager button.pagination {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    border: none;
    cursor: pointer;
  }
  .search-myitems__items--purpose--pager button.pagination:hover {
    background-color: #eee;
  }
  .search-myitems__items--purpose--pager button.pagination.current {
    background-color: #1d2767;
    opacity: 1;
  }
  .search-myitems__items--purpose--pager button.search-myitems__items--purpose--pager--prev,
  .search-myitems__items--purpose--pager button.search-myitems__items--purpose--pager--next {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .search-myitems__items--purpose--pager button.search-myitems__items--purpose--pager--prev:hover,
  .search-myitems__items--purpose--pager button.search-myitems__items--purpose--pager--next:hover {
    opacity: 0.6;
  }
  .search-myitems__items--purpose--pager button.search-myitems__items--purpose--pager--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search-myitems__items--purpose--pager button.search-myitems__items--purpose--pager--next {
    left: auto;
    right: 0;
  }
}
.search-myitems__items--purpose--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
}
.search-myitems__items--purpose--list li {
  display: contents;
}
.search-myitems__items--purpose--list li:nth-child(1) a {
  background: #0465BF;
}
.search-myitems__items--purpose--list li:nth-child(2) a {
  background: #CB0101;
}
.search-myitems__items--purpose--list li:nth-child(3) a {
  background: #D8A12A;
}
.search-myitems__items--purpose--list li:nth-child(4) a {
  background: #25A5D4;
}
.search-myitems__items--purpose--list li:nth-child(5) a {
  background: #DF6808;
}
.search-myitems__items--purpose--list li:nth-child(6) a {
  background: #48AC1C;
}
.search-myitems__items--purpose--list li:nth-child(7) a {
  background: #A02B93;
}
.search-myitems__items--purpose--list li a {
  border-radius: 10px;
  max-width: 168px;
  width: calc((100% - 54px) / 7);
  padding: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
.search-myitems__items--purpose--list img {
  margin: 0 auto 15px;
  max-width: 75px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--purpose--list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-myitems__items--purpose--list li a {
    width: calc((100% - 9px) / 2);
    max-width: initial;
  }
}
.search-myitems__items--competition--pager {
  display: none;
}
@media screen and (max-width: 767px) {
  .search-myitems__items--competition--pager {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 30px;
    height: 40px;
    padding: 0 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px;
  }
  .search-myitems__items--competition--pager button.pagination {
    display: block;
    font-size: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #eee;
    border: none;
    cursor: pointer;
  }
  .search-myitems__items--competition--pager button.pagination:hover {
    background-color: #eee;
  }
  .search-myitems__items--competition--pager button.pagination.current {
    background-color: #1d2767;
    opacity: 1;
  }
  .search-myitems__items--competition--pager button.search-myitems__items--competition--pager--prev,
  .search-myitems__items--competition--pager button.search-myitems__items--competition--pager--next {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: none;
    border: none;
    cursor: pointer;
  }
  .search-myitems__items--competition--pager button.search-myitems__items--competition--pager--prev:hover,
  .search-myitems__items--competition--pager button.search-myitems__items--competition--pager--next:hover {
    opacity: 0.6;
  }
  .search-myitems__items--competition--pager button.search-myitems__items--competition--pager--prev {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search-myitems__items--competition--pager button.search-myitems__items--competition--pager--next {
    left: auto;
    right: 0;
  }
}
.search-myitems__items--competition--list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.search-myitems__items--competition--list li {
  display: contents;
}
.search-myitems__items--competition--list li a {
  background: #1D2767;
  border-radius: 10px;
  max-width: 190px;
  width: calc((100% - 100px) / 6);
  padding: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  display: block;
  position: relative;
  overflow: hidden;
}
.search-myitems__items--competition--list .circle {
  background: #fff;
  border-radius: 75px;
  margin: 0 auto 15px;
  width: 75px;
  height: 75px;
  display: block;
  position: relative;
  overflow: hidden;
}
.search-myitems__items--competition--list img {
  max-width: 100%;
  width: 52%;
  height: auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
@media screen and (max-width: 767px) {
  .search-myitems__items--competition--list li a {
    width: calc((100% - 20px) / 2);
    max-width: initial;
  }
}

.special-content {
  background: #E2E4F0;
  margin: 100px auto 0;
  padding: 100px min(3vw, 40px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .special-content {
    padding: 100px 20px;
  }
}
.special-content__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.special-content h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
.special-content h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.special-content h2::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.special-content__content {
  margin: 50px 0 0;
}
.special-content__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 45px;
}
.special-content__column + .special-content__column {
  margin-top: 50px;
}
.special-content__visual {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  max-width: 100%;
  width: 45.1612903226%;
  height: auto;
  aspect-ratio: 560/300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
}
.special-content__visual img {
  margin: 0;
  max-width: 100%;
  width: 64.4642857143%;
  height: auto;
  display: block;
}
.special-content__detail {
  width: 51.2096774194%;
  text-align: left;
}
.special-content__detail h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
  color: #1D2767;
}
.special-content__detail--strong {
  margin-top: 15px;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #000;
}
.special-content__detail--text {
  margin-top: 10px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
  color: #000;
}
.special-content__detail .top_partners_btn_list {
  margin-top: 50px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 767px) {
  .special-content__column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 20px;
  }
  .special-content__visual {
    padding: 0;
    width: 100%;
  }
  .special-content__detail {
    width: 100%;
  }
  .special-content__detail .top_partners_btn_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px 8% 0 8%;
    gap: 20px;
  }
  .special-content__detail .top_partners_btn_item:nth-child(n+2) {
    margin: 0;
  }
  .special-content__detail li a {
    width: 100%;
  }
  .special-content__detail li.top_btn .top_btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
  }
}

.official-instagram {
  margin: 130px auto 0;
  padding: 0 min(3vw, 40px);
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .official-instagram {
    padding: 0 20px;
  }
}
.official-instagram__wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}
.official-instagram h2 {
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
.official-instagram h2 span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.official-instagram h2::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
.official-instagram__content {
  margin: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .official-instagram__content .top_partners_btn_list {
    padding: 0 8% 0 8%;
    margin-top: 20px;
  }
}

.top {
  padding-bottom: 80px;
}

.top_content {
  background-image: none;
}

main {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
main section {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
}

*.top_title {
  margin: 0 0 50px;
  font-style: normal;
  font-weight: 900;
  font-size: 30px;
  line-height: 36px;
  display: block;
  text-align: center;
  letter-spacing: 0.04em;
  color: #1D2767;
}
*.top_title span {
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}
*.top_title:before {
  display: none;
}
*.top_title::after {
  content: "";
  margin: 9px auto 0;
  width: 100px;
  height: 8px;
  background: #D0AF56;
  -webkit-transform: matrix(1, 0, -0.21, 0.98, 0, 0);
          transform: matrix(1, 0, -0.21, 0.98, 0, 0);
  display: block;
}

.top_about.top_section,
.top_photo.top_section {
  padding-top: 130px;
}

.top_bnr.top_section {
  padding-top: 160px;
}

.top_interview.top_section {
  padding-top: 100px;
}

.top_interview .top_inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0 60px;
}
.top_interview .top_inner > * {
  float: none;
}
.top_interview .top_interview_title_wrap {
  padding-bottom: 40px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.top_interview .top_interview_img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.top_interview .top_interview_txt {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.top_interview .top_interview_title_wrap,
.top_interview .top_title {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.top_interview .top_title_shoulder {
  margin: 0 auto;
  font-style: normal;
  font-weight: 900;
  font-size: 20px;
  line-height: 2.25;
  letter-spacing: 0.04em;
}
.top_interview .top_interview_overview {
  margin: 50px auto 0;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
  letter-spacing: 1px;
}
.top_interview .top_btn {
  margin-top: 50px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_interview .top_interview_txt h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 1px;
}
.top_interview .top_interview_txt p {
  font-style: normal;
  font-weight: 350;
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .top_interview .top_interview_img {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .top_interview .top_interview_txt {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .top_interview .top_interview_txt .top_interview_lead_inner {
    font-size: 18px;
    display: block;
    padding: 5px 20px;
  }
  .top_interview .top_interview_txt .top_btn {
    padding: 0 8%;
  }
}

@media only screen and (max-width: 767px) {
  .top_btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 20px auto 0 auto;
    width: 100%;
    gap: 20px;
  }
  .top_btn .top_btn_link {
    padding: 20px 40px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
  }
}
.top_photo .top_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 767px) {
  .top_photo .top_btn {
    padding: 0 8%;
  }
}/*# sourceMappingURL=top_wcl.css.map */