@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #4d4d4d;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  transition: 0.3s;
  text-decoration: none;
  color: inherit;
}
a:hover {
  opacity: 0.7;
}

input, textarea, select, button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  box-shadow: none;
  background: none;
  font: inherit;
  color: inherit;
}

table {
  border-collapse: collapse;
}

.wrapper {
  overflow: hidden;
}

.inner {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  padding-top: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .inner h1 img {
  width: 130px;
}

#mv {
  background: url(../image/tmp_256/mv_bg.jpg) no-repeat center bottom/cover;
  padding-bottom: 82px;
}
#mv .inner {
  padding: 0 50px;
}
#mv .inner .ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 37px;
  margin-bottom: 30px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
}
#mv .inner .ttl::before {
  content: "";
  display: block;
  width: 116px;
  height: 59px;
  background: url(../image/tmp_256/icon.svg) no-repeat center/contain;
  margin-bottom: 20px;
}
#mv .inner .ttl .sub {
  font-size: 42px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #009946;
}
#mv .inner .ttl h2 {
  font-size: 68px;
  font-weight: bold;
  color: #009946;
  display: flex;
}
#mv .inner .ttl h2::before {
  content: "";
  display: block;
  width: 50px;
  height: 69px;
  background: url(../image/tmp_256/ttl_before.svg) no-repeat center/contain;
  margin-right: 45px;
}
#mv .inner .ttl h2::after {
  content: "";
  display: block;
  width: 50px;
  height: 69px;
  background: url(../image/tmp_256/ttl_after.svg) no-repeat center/contain;
  margin-left: 46px;
}
#mv .inner .ttl h2 .orange {
  color: #ef8200;
}
#mv .mv_slider .slide {
  margin: 0 5px;
}
#mv .menu_fixed_area {
  padding-bottom: 60px;
}
#mv .menu {
  position: absolute;
  top: 610px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#mv .menu.fixed {
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 100;
}
#mv .menu li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  width: 112px;
  height: 112px;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  border: 1px solid #009946;
}
#mv .menu li a::before {
  content: "";
  display: block;
  background: no-repeat center/contain;
}
#mv .menu li:not(:last-child) {
  margin-right: 73px;
}
#mv .menu li:nth-child(1) a::before {
  width: 47px;
  height: 39px;
  background-image: url(../image/tmp_256/icon_menu1.svg);
  margin-bottom: 8px;
}
#mv .menu li:nth-child(2) a::before {
  width: 42px;
  height: 45px;
  background-image: url(../image/tmp_256/icon_menu2.svg);
  margin-bottom: 15px;
}
#mv .menu li:nth-child(3) a::before {
  width: 42px;
  height: 48px;
  background-image: url(../image/tmp_256/icon_menu3.svg);
  margin-bottom: 12px;
}
#mv .menu li:nth-child(4) a::before {
  width: 44px;
  height: 48px;
  background-image: url(../image/tmp_256/icon_menu4.svg);
  margin-bottom: 6px;
}
#mv .menu li:nth-child(5) a::before {
  width: 45px;
  height: 39px;
  background-image: url(../image/tmp_256/icon_menu5.svg);
  margin-bottom: 10px;
}
#mv .thanks {
  background: #fff;
  border: 2px solid #d2d2d2;
  border-radius: 20px;
  text-align: center;
  margin-top: 152px;
}
#mv .thanks .head {
  background: #f8f7d3;
  color: #009946;
  font-size: 36px;
  font-weight: 600;
  border-bottom: 2px solid #d2d2d2;
  border-radius: 20px 20px 0 0;
  padding: 24px 0;
  line-height: 1;
}
#mv .thanks .content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px 0 28px;
}
#mv .thanks .content .circle {
  width: 128px;
  height: 128px;
  font-weight: 600;
  background: #ef8200;
  color: #fff;
  font-size: 36px;
  line-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
#mv .thanks .content .price {
  color: #009946;
  font-size: 88px;
  line-height: 1;
  font-weight: bold;
  margin-left: 33px;
  padding-bottom: 10px;
  font-family: "Noto Sans JP", sans-serif;
}
#mv .thanks .content .price small {
  font-size: 68px;
}

#about_campaign {
  background: url(../image/tmp_256/about_campaign_bg.png) no-repeat center bottom/cover;
  padding: 90px 0 197px;
  text-align: center;
}
#about_campaign .inner h2 {
  color: #009946;
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: 600;
  margin-bottom: 30px;
}
#about_campaign .inner h2 .orange {
  color: #ef8200;
}
#about_campaign .inner .main {
  color: #009946;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}
#about_campaign .inner .desc {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
}

.btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 360px;
  max-width: 100%;
  height: 60px;
  border: 1px solid #009946;
  border-radius: 30px;
  color: #009946;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
}
.btn a::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/tmp_256/arrow_btn_top.svg) no-repeat center/contain;
  position: absolute;
  top: 15px;
  right: 20px;
}

#about_nft {
  background: #f8f7d3 url(../image/tmp_256/about_nft_bg.png) no-repeat bottom center/cover;
  padding: 70px 0 120px;
}
#about_nft .inner h2 {
  color: #009946;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 55px;
}
#about_nft .inner h2 span {
  font-size: 40px;
}
#about_nft .inner .img {
  text-align: center;
  margin-bottom: 40px;
}
#about_nft .inner .img img {
  width: 768px;
  margin: 0 auto;
}
#about_nft .inner .block {
  background: #fff;
  padding: 45px 30px 70px;
  border-radius: 10px;
}
#about_nft .inner .block h3 {
  color: #009946;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}
#about_nft .inner .block .detail {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  margin-bottom: 40px;
}
#about_nft .inner .block .desc {
  font-size: 18px;
  line-height: 28px;
}
#about_nft .inner .block .desc .blank {
  color: #0076b9;
  text-decoration: underline;
}
#about_nft .inner .block .desc .blank::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../image/tmp_256/icon_blank.png) no-repeat center/contain;
  margin-left: 5px;
}
#about_nft .inner .block .group {
  margin-top: 20px;
}
#about_nft .inner .block .group .accordion_head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #009946;
  border-radius: 50px;
  color: #009946;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  padding: 11px;
  cursor: pointer;
  text-align: center;
  width: 360px;
  max-width: 100%;
}
#about_nft .inner .block .group .accordion_head::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/tmp_256/arrow_btn_top.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(180deg) translateY(50%);
}
#about_nft .inner .block .group .accordion_head.open::after {
  transform: rotate(0) translateY(-50%);
}
#about_nft .inner .block .group .accordion_content {
  display: none;
  margin-top: 41px;
}
#about_nft .inner .block .group .accordion_content .term {
  border: 1px solid #b5b5b5;
  background: #f3f3f3;
  border-radius: 10px;
  padding: 5px;
}
#about_nft .inner .block .group .accordion_content .term .term_inner {
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  height: 368px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
#about_nft .inner .block .group .accordion_content .term .term_inner .ttl {
  margin-bottom: 1em;
  text-align: center;
}
#about_nft .inner .block .group .accordion_content .term .term_inner .intro {
  margin-bottom: 1em;
}
#about_nft .inner .block .group .accordion_content .term .term_inner > ul > li > .term_ttl::before {
  content: "■";
}
#about_nft .inner .block .group .accordion_content .term .term_inner > ul > li:not(:last-child) {
  margin-bottom: 1em;
}
#about_nft .inner .block .group .accordion_content .term .term_inner > ul > li > ul > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
#about_nft .inner .block .group .accordion_content .term .term_inner > ul > li > ul > li > ul > li {
  text-indent: -2em;
  margin-left: 2em;
}
#about_nft .inner .block .group .accordion_content .term .term_inner .last {
  margin-top: 4em;
  text-align: right;
}
#about_nft .inner .block .group .accordion_content .term .term_inner::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
#about_nft .inner .block .group .accordion_content .term .term_inner::-webkit-scrollbar-track {
  background: #f3f3f3;
  border-radius: 4px;
}
#about_nft .inner .block .group .accordion_content .term .term_inner::-webkit-scrollbar-thumb {
  background: #cccccc;
  border-radius: 4px;
}
#about_nft .inner .block .group:not(:last-child) {
  margin-bottom: 30px;
}

#donation_destination {
  background: #009946 url(../image/tmp_256/donation_destination_bg.png) no-repeat center bottom/cover;
  padding: 43px 0 120px;
}
#donation_destination .inner h2 {
  width: 560px;
  height: 97px;
  color: #009946;
  background: url(../image/tmp_256/donation_destination_ttl_bg.png) no-repeat center/contain;
  padding-top: 50px;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
}
#donation_destination .inner .desc {
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 50px;
}
#donation_destination .inner .row {
  display: flex;
  justify-content: space-between;
}
#donation_destination .inner .row .logo_link {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#donation_destination .inner .row .logo_link .logo {
  background: #fff;
  border-radius: 10px;
  width: 425px;
  padding: 69px 0;
  text-align: center;
}
#donation_destination .inner .row .logo_link .logo img {
  width: 368px;
}
#donation_destination .inner .row .logo_link .link a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #ef8200;
  font-size: 24px;
  font-weight: 600;
  border-radius: 10px;
  height: 60px;
  filter: drop-shadow(3px 3px 0 #c36a00);
  padding-right: 10px;
  position: relative;
}
#donation_destination .inner .row .logo_link .link a::after {
  content: "";
  display: block;
  width: 10px;
  height: 20px;
  background: url(../image/tmp_256/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}
#donation_destination .inner .row .overview {
  background: #fff;
  border-radius: 10px;
  width: 495px;
}
#donation_destination .inner .row .overview .head {
  background: #f8f7d3;
  border-radius: 10px 10px 0 0;
  color: #009946;
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  padding: 15px 0;
}
#donation_destination .inner .row .overview .content {
  padding: 20px 15px 30px 25px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

#introduction {
  background: #f2f8f4 url(../image/tmp_256/introduction_bg.png) no-repeat center bottom/100%;
  padding: 90px 0 100px;
}
#introduction .inner h2 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  color: #009946;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 80px;
}
#introduction .inner h2::before {
  content: "";
  display: block;
  width: 35px;
  height: 28px;
  background: url(../image/tmp_256/introduction_ttl_before.svg) no-repeat center/contain;
  margin-right: 70px;
  margin-bottom: 10px;
}
#introduction .inner h2::after {
  content: "";
  display: block;
  width: 35px;
  height: 28px;
  background: url(../image/tmp_256/introduction_ttl_after.svg) no-repeat center/contain;
  margin-left: 70px;
  margin-bottom: 10px;
}
#introduction .inner .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#introduction .inner .list .block {
  background: #fff;
  position: relative;
  border-radius: 10px;
}
#introduction .inner .list .block .num {
  width: 68px;
  height: 68px;
  background: #009946;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#introduction .inner .list .block h3 {
  color: #ef8200;
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: 600;
}
#introduction .inner .list .block .sub {
  font-size: 17px;
  font-weight: 300;
  text-align: center;
  margin: 0 -10px 25px;
}
#introduction .inner .list .block .imgs {
  display: flex;
  justify-content: space-between;
}
#introduction .inner .list .block .introduction_slider .slide span {
  line-height: 28px;
}
#introduction .inner .list .block .introduction_slider .slick-arrow {
  font-size: 0;
  width: 32px;
  height: 32px;
  background: no-repeat center/contain;
  position: absolute;
  top: 63px;
  z-index: 2;
  cursor: pointer;
}
#introduction .inner .list .block .introduction_slider .slick-arrow.slick-prev {
  background-image: url(../image/tmp_256/arrow_prev.svg);
  left: 0;
  transform: translateX(-50%);
}
#introduction .inner .list .block .introduction_slider .slick-arrow.slick-next {
  background-image: url(../image/tmp_256/arrow_next.svg);
  right: 0;
  transform: translateX(50%);
}
#introduction .inner .list .block span {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  margin-top: 20px;
}
#introduction .inner .list .block .accordion_head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #009946;
  border-radius: 50px;
  color: #009946;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 20px auto 0;
  padding: 11px;
  cursor: pointer;
  text-align: center;
}
#introduction .inner .list .block .accordion_head::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/tmp_256/arrow_btn_top.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(180deg) translateY(50%);
}
#introduction .inner .list .block .accordion_head.open::after {
  transform: rotate(0) translateY(-50%);
}
#introduction .inner .list .block .accordion_content {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
  display: none;
}
#introduction .inner .list .block.block1 {
  width: 100%;
  padding: 83px 50px 65px;
  margin-bottom: 105px;
}
#introduction .inner .list .block.block1 h3 {
  font-size: 30px;
  margin-bottom: 20px;
}
#introduction .inner .list .block.block1 .sub {
  margin-bottom: 35px;
}
#introduction .inner .list .block.block1 .img {
  width: 48.8%;
}
#introduction .inner .list .block.block1 .accordion_head {
  margin-top: 60px;
  margin-bottom: 15px;
  width: 360px;
}
#introduction .inner .list .block.block1 .desc {
  margin-right: 0;
}
#introduction .inner .list .sp_introduction_slider {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
#introduction .inner .list .sp_introduction_slider .block {
  width: calc((100% - 8px) / 3);
  padding: 73px 28px 60px;
}

#artist {
  background: url(../image/tmp_256/artist_bg.png) no-repeat center bottom/cover;
  padding: 90px 0 0;
}
#artist .inner h2 {
  color: #009946;
  font-size: 36px;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
#artist .inner h2 .orange {
  color: #ef8200;
}
#artist .inner .sub {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 90px;
  text-align: center;
  font-weight: 300;
}
#artist .inner .row {
  display: flex;
  justify-content: space-between;
}
#artist .inner .row .img {
  width: 43.6%;
}
#artist .inner .row .img dl {
  margin-top: 20px;
  display: flex;
  font-weight: 300;
  text-align: center;
}
#artist .inner .row .img dl dt {
  border: 1px solid #009946;
  background: #009946;
  color: #fff;
  font-size: 18px;
  width: 134px;
  line-height: 36px;
  border-radius: 18px 0 0 18px;
}
#artist .inner .row .img dl dd {
  border: 1px solid #009946;
  width: calc(100% - 134px);
  color: #009946;
  line-height: 36px;
  border-radius: 0 18px 18px 0;
}
#artist .inner .row .txt {
  width: 50%;
}
#artist .inner .row .txt h3 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 18px;
  border-bottom: 1px solid #009946;
  line-height: 1;
  margin-bottom: 18px;
}
#artist .inner .row .txt h3 span {
  margin-left: 16px;
  font-size: 18px;
  color: #dcdcdc;
  font-weight: 300;
}
#artist .inner .row .txt p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  word-break: break-all;
}
#artist .inner .row:nth-child(2n) .img {
  order: 2;
}
#artist .inner .row:nth-child(2n) .txt {
  order: 1;
}
#artist .inner .row:not(:last-child) {
  margin-bottom: 80px;
}
#artist .inner .making {
  margin-top: 130px;
}
#artist .inner .making h2 {
  color: #009946;
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
}
#artist .inner .making h2 .orange {
  color: #ef8200;
}
#artist .inner .making .sub {
  color: #009946;
  font-size: 14px;
  line-height: 1;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.2em;
}
#artist .inner .making .movie_area {
  position: relative;
  height: 444px;
}
#artist .inner .making .movie_area::before {
  content: "";
  display: block;
  width: 900px;
  height: 585px;
  background: url(../image/tmp_256/making_bg.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -160px;
}
#artist .inner .making .movie_area .youtube_wrap {
  width: 676px;
  margin: 0 auto;
}
#artist .inner .making .movie_area .youtube_wrap .youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 10px;
}
#artist .inner .making .movie_area .youtube_wrap .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#join {
  background: #f8f7d3;
  padding: 80px 0 70px;
}
#join h2 {
  color: #009946;
  font-weight: 600;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 40px;
  text-align: center;
}
#join .overview .inner {
  padding: 0 50px;
}
#join .overview .inner .list .item {
  background: #fff;
  padding: 25px 16px 30px 20px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}
#join .overview .inner .list .item .ttl {
  background: #009946;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-right: 18px;
  width: 150px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
#join .overview .inner .list .item .content {
  width: calc(100% - 168px);
}
#join .overview .inner .list .item .content .txt {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
#join .overview .inner .list .item .content .txt strong {
  font-weight: 600;
  font-size: 24px;
}
#join .overview .inner .list .item .content .notice {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
#join .overview .inner .list .item .content .term {
  margin-top: 15px;
  font-size: 21px;
  line-height: 28px;
  color: #009946;
  font-weight: 600;
  margin-bottom: 8px;
}
#join .overview .inner .list .item:not(:last-child) {
  margin-bottom: 10px;
}
#join .overview .inner .list .item:nth-child(2) {
  padding-top: 12px;
  padding-bottom: 12px;
}
#join .overview .inner .list .item:nth-child(3) {
  padding-top: 20px;
  padding-bottom: 20px;
}
#join .flow {
  margin-top: 95px;
}
#join .flow h2 {
  margin-bottom: 119px;
}
#join .flow .flow_slider .slick-dots {
  position: absolute;
  top: -80px;
  display: flex;
  justify-content: center;
  width: 100%;
}
#join .flow .flow_slider .slick-dots li {
  display: flex;
  align-items: center;
}
#join .flow .flow_slider .slick-dots li button {
  width: 50px;
  height: 50px;
  background: #fff;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  color: #d3d3d3;
  cursor: pointer;
}
#join .flow .flow_slider .slick-dots li:not(:last-child) {
  margin-right: 22px;
}
#join .flow .flow_slider .slick-dots li:not(:last-child)::after {
  content: "";
  display: block;
  width: 10px;
  height: 21px;
  background: url(../image/tmp_256/arrow_right_gray.svg) no-repeat center/contain;
  margin-left: 29px;
}
#join .flow .flow_slider .slick-dots li.slick-active button {
  background: #009946;
  border-color: #009946;
  color: #fff;
}
#join .flow .flow_slider .slick-dots li.slick-active::after {
  background-image: url(../image/tmp_256/arrow_right_green.svg);
}
#join .flow .flow_slider .slide {
  width: 850px;
  background: #fff;
  border: 2px solid #d3d3d3;
  display: flex;
  justify-content: space-between;
  padding: 97px 128px 36px 76px;
  height: 479px;
  margin: 0 4.5px;
}
#join .flow .flow_slider .slide .txt {
  padding-top: 20px;
}
#join .flow .flow_slider .slide .txt .num {
  color: #009946;
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 6px;
  border-bottom: 2px solid #009946;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1;
  margin-bottom: 50px;
}
#join .flow .flow_slider .slide .txt .num span {
  font-size: 48px;
  margin-left: 6px;
}
#join .flow .flow_slider .slide .txt .desc {
  font-size: 18px;
  line-height: 34px;
}
#join .flow .flow_slider .slide .txt .notice {
  margin-top: 15px;
  font-size: 12px;
  line-height: 2;
}
#join .flow .flow_slider .slide .txt .notice a {
  color: #0076b9;
  text-decoration: underline;
  margin-right: 3px;
}
#join .flow .flow_slider .slide .txt .notice a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(../image/tmp_256/icon_blank.png) no-repeat center/contain;
  margin-left: 2px;
}
#join .flow .flow_slider .slide .img {
  text-align: center;
}
#join .flow .flow_slider .slide .img .ttl {
  width: 250px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  border-radius: 20px;
  margin: 0 auto 20px;
}
#join .flow .flow_slider .slide .img .ttl.green {
  background: #e3f3ea;
  color: #009946;
}
#join .flow .flow_slider .slide .img .ttl.orange {
  background: #f6e0a9;
  color: #ef8200;
}
#join .flow .flow_slider .slide.step01 {
  padding-right: 62px;
}
#join .flow .flow_slider .slide.step01 .img img {
  width: 382px;
}
#join .flow .flow_slider .slide.step02 {
  padding-right: 62px;
}
#join .flow .flow_slider .slide.step02 .img img {
  width: 382px;
}
#join .flow .flow_slider .slide.step03 {
  padding-right: 62px;
}
#join .flow .flow_slider .slide.step03 .img img {
  width: 382px;
}
#join .flow .flow_slider .slide.step04 {
  padding-right: 83px;
}
#join .flow .flow_slider .slide.step04 .img .ttl {
  margin-bottom: 38px;
}
#join .flow .flow_slider .slide.step04 .img img {
  width: 301px;
}
#join .flow .flow_slider .slide.step05 {
  padding-right: 62px;
}
#join .flow .flow_slider .slide.step05 .img img {
  width: 382px;
}
#join .flow .flow_slider .slide.step06 .img img {
  width: 244px;
}
#join .flow .flow_slider .slide.step07 .img img {
  width: 244px;
}
#join .flow .flow_slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  width: 50px;
  height: 50px;
  background: no-repeat center/contain;
  z-index: 2;
  cursor: pointer;
}
#join .flow .flow_slider .slick-arrow.slick-prev {
  background-image: url(../image/tmp_256/arrow_prev_green.svg);
  left: calc(50% - 450px);
}
#join .flow .flow_slider .slick-arrow.slick-next {
  background-image: url(../image/tmp_256/arrow_next_green.svg);
  right: calc(50% - 450px);
}

#about_seven_bank {
  background: url(../image/tmp_256/seven_bank_bg.png) no-repeat center/cover;
  padding: 75px 0 90px;
}
#about_seven_bank .inner h2 {
  color: #009946;
  text-align: center;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 30px;
}
#about_seven_bank .inner h2 span {
  color: #ef8200;
}
#about_seven_bank .inner .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#about_seven_bank .inner .row .img {
  width: 359px;
}
#about_seven_bank .inner .row .txt {
  width: 491px;
  padding-bottom: 10px;
}
#about_seven_bank .inner .row .txt .desc {
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}
#about_seven_bank .inner .row .txt .link {
  margin-top: 80px;
}
#about_seven_bank .inner .row .txt .link a {
  background: #ef8200;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  filter: drop-shadow(3px 3px 0 #c36a00);
}
#about_seven_bank .inner .row .txt .link a::after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../image/tmp_256/arrow_right_white.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 21px;
  transform: translateY(-50%);
}

#faq {
  background: #f2f8f4;
  padding: 70px 0 90px;
}
#faq .inner {
  padding: 0 50px;
}
#faq .inner h2 {
  color: #009946;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 55px;
  text-align: center;
}
#faq .inner .list .item .accordion_head {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #009946;
  border-radius: 50px;
  color: #009946;
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin: 0 auto;
  padding: 11px;
  cursor: pointer;
  text-align: center;
}
#faq .inner .list .item .accordion_head::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../image/tmp_256/arrow_btn_top.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(180deg) translateY(50%);
}
#faq .inner .list .item .accordion_head.open::after {
  transform: rotate(0) translateY(-50%);
}
#faq .inner .list .item .accordion_content {
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
  display: none;
}
#faq .inner .list .item .accordion_content .blank {
  color: #0076b9;
  text-decoration: underline;
  margin-right: 3px;
}
#faq .inner .list .item .accordion_content .blank::after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../image/tmp_256/icon_blank.png) no-repeat center/contain;
  margin-left: 5px;
}
#faq .inner .list .item:not(:last-child) {
  margin-bottom: 45px;
}

footer {
  padding: 90px 0;
  text-align: center;
}
footer .inner .logo {
  margin-bottom: 15px;
}
footer .inner .logo img {
  width: 261px;
}
footer .inner .copy {
  font-size: 14px;
  font-weight: 300;
}

@media (max-width: 1060px) {
  body {
    width: 1060px;
  }
  #mv .menu {
    width: 1060px;
  }
  #mv .inner .mv_slider {
    margin-left: calc(-50px - 5vw);
  }
}
@media (max-width: 768px) {
  body {
    width: 100%;
  }
  #mv .menu {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .inner {
    width: 92vw;
  }
  header {
    padding-top: 1.6vw;
  }
  header .inner h1 {
    line-height: 1;
  }
  header .inner h1 img {
    width: 27.866vw;
  }
  #mv {
    background-image: url(../image/tmp_256/mv_bg_sp.jpg);
    padding-bottom: 9.333vw;
  }
  #mv .inner {
    padding: 0;
  }
  #mv .inner .ttl {
    padding-top: 13.333vw;
    margin-bottom: 4.666vw;
  }
  #mv .inner .ttl::before {
    width: 15.466vw;
    height: 7.866vw;
    margin-bottom: 4.666vw;
  }
  #mv .inner .ttl .sub {
    font-size: 6.933vw;
    margin-bottom: 2.333vw;
    display: flex;
    justify-content: center;
  }
  #mv .inner .ttl .sub::before {
    content: "";
    display: block;
    width: 6.8vw;
    height: 8.4vw;
    background: url(../image/tmp_256/ttl_before.svg) no-repeat center/contain;
    margin-right: 5.333vw;
  }
  #mv .inner .ttl .sub::after {
    content: "";
    display: block;
    width: 6.8vw;
    height: 8.4vw;
    background: url(../image/tmp_256/ttl_after.svg) no-repeat center/contain;
    margin-left: 5.333vw;
  }
  #mv .inner .ttl h2 {
    display: block;
    text-align: center;
    font-size: 15.333vw;
  }
  #mv .inner .ttl h2::before, #mv .inner .ttl h2::after {
    content: none;
  }
  #mv .inner .ttl h2 .middle {
    font-size: 16.666vw;
  }
  #mv .inner .ttl h2 .small {
    font-size: 13.333vw;
  }
  #mv .menu_fixed_area {
    padding-bottom: calc(6.666vw - 10px);
  }
  #mv .menu {
    top: 144.5vw;
  }
  #mv .menu li a {
    width: 14.933vw;
    height: auto;
    background: none;
    border: none;
  }
  #mv .menu li a::before {
    content: none;
  }
  #mv .menu li a span {
    display: none;
  }
  #mv .menu li:not(:last-child) {
    margin-right: 4.4vw;
  }
  #mv .thanks {
    margin-top: calc(14.933vw + 5.333vw);
    border-radius: 2.666vw;
  }
  #mv .thanks .head {
    font-size: 4vw;
    padding: 3.333vw 0;
    border-radius: 2.666vw 2.666vw 0 0;
  }
  #mv .thanks .content {
    padding: 2.666vw 0 5.333vw;
    border-radius: 0 0 2.666vw 2.666vw;
  }
  #mv .thanks .content .circle {
    width: 15.2vw;
    height: 15.2vw;
    font-size: 4vw;
    line-height: 4.533vw;
  }
  #mv .thanks .content .price {
    font-size: 9.4vw;
    margin-left: 2.666vw;
    padding-bottom: 0;
  }
  #mv .thanks .content .price small {
    font-size: 7.733vw;
  }
  #about_campaign {
    padding: 13.333vw 0 29.733vw;
    background-image: url(../image/tmp_256/about_campaign_bg_sp.png);
  }
  #about_campaign .inner h2 {
    font-size: 6.666vw;
    margin-bottom: 5.333vw;
  }
  #about_campaign .inner .main {
    font-size: 4vw;
    line-height: 5.6vw;
    margin-bottom: 5.333vw;
  }
  #about_campaign .inner .desc {
    font-size: 3.2vw;
    line-height: 1.75;
  }
  #about_nft {
    padding: 8vw 0 29.866vw;
    background-image: url(../image/tmp_256/about_nft_bg_sp.png);
    position: relative;
  }
  #about_nft::before {
    content: "";
    display: block;
    width: 100vw;
    height: 28vw;
    background: url(../image/tmp_256/about_nft_cloud_sp.png) no-repeat center/contain;
    position: absolute;
    top: 3.4vw;
    left: 0;
  }
  #about_nft .inner h2 {
    font-size: 5.333vw;
    margin-bottom: 5.333vw;
    line-height: 1;
  }
  #about_nft .inner h2 span {
    font-size: 6.666vw;
  }
  #about_nft .inner .img {
    margin-bottom: 5.333vw;
  }
  #about_nft .inner .block {
    padding: 6.666vw 4vw 9.333vw;
    border-radius: 1.333vw;
  }
  #about_nft .inner .block h3 {
    font-size: 4vw;
    line-height: 1.4;
    margin-bottom: 2.666vw;
  }
  #about_nft .inner .block .detail {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-bottom: 7.333vw;
  }
  #about_nft .inner .block .group:not(:last-child) {
    margin-bottom: 0.05333333vw;
  }
  #about_nft .inner .block .group .accordion_head {
    font-size: 4vw;
    height: 12.533vw;
    width: 75.6vw;
  }
  #about_nft .inner .block .group .accordion_head::after {
    width: 6.266vw;
    height: 6.266vw;
    right: 4.133vw;
  }
  #about_nft .inner .block .group .accordion_content {
    margin-top: 4.666vw;
  }
  #about_nft .inner .block .group .accordion_content .desc {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  #about_nft .inner .block .group .accordion_content .desc .blank {
    display: inline-flex;
  }
  #about_nft .inner .block .group .accordion_content .desc .blank::after {
    width: 3.333vw;
    height: 3.333vw;
    margin-left: 3px;
    margin-top: 1px;
  }
  #about_nft .inner .block .group .accordion_content .term .term_inner {
    padding: 4vw;
    height: 47.466vw;
    word-break: break-all;
    font-size: 3.2vw;
    line-height: 1.58;
  }
  #about_nft .inner .block .group:nth-child(2) .accordion_content {
    margin-top: 8vw;
  }
  #donation_destination {
    padding: 8vw 0 9.333vw;
  }
  #donation_destination .inner h2 {
    width: 84vw;
    height: 14.933vw;
    font-size: 5.333vw;
    padding-top: 7.6vw;
    background-image: url(../image/tmp_256/donation_destination_ttl_bg_sp.png);
    margin-bottom: 3.333vw;
  }
  #donation_destination .inner .desc {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-bottom: 10vw;
  }
  #donation_destination .inner .row {
    flex-direction: column;
  }
  #donation_destination .inner .row .logo_link {
    width: 100%;
  }
  #donation_destination .inner .row .logo_link .logo {
    width: 56.666vw;
    padding: 9.066vw 4.533vw 9.066vw 2.933vw;
    margin: 0 auto;
  }
  #donation_destination .inner .row .logo_link .link {
    margin-top: 4vw;
  }
  #donation_destination .inner .row .logo_link .link a {
    font-size: 4.8vw;
    height: 12.266vw;
    padding-right: 0;
    border-radius: 1.333vw;
  }
  #donation_destination .inner .row .logo_link .link a::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 3.333vw;
  }
  #donation_destination .inner .row .overview {
    margin-top: 9.333vw;
    width: 100%;
  }
  #donation_destination .inner .row .overview .head {
    padding: 3.333vw;
    font-size: 4vw;
    line-height: 1.4;
  }
  #donation_destination .inner .row .overview .content {
    font-size: 3.2vw;
    line-height: 1.4;
    padding: 4.666vw 4vw 9.333vw;
  }
  #donation_destination .inner .row .overview .content br.sp {
    display: block;
  }
  #introduction {
    padding: 13.333vw 0 17.333vw;
    background-image: url(../image/tmp_256/introduction_bg_sp.png);
  }
  #introduction .inner h2 {
    font-size: 6.666vw;
    margin-bottom: 12vw;
  }
  #introduction .inner h2::before {
    margin-right: 4.533vw;
    width: 4.933vw;
    height: 6.133vw;
  }
  #introduction .inner h2::after {
    margin-left: 3.6vw;
    width: 4.933vw;
    height: 6.133vw;
  }
  #introduction .inner .list .block {
    width: 100%;
  }
  #introduction .inner .list .block .num {
    width: 11.2vw;
    height: 11.2vw;
    font-size: 4.933vw;
  }
  #introduction .inner .list .block .accordion_head {
    font-size: 4vw;
    width: 75.6vw;
    height: 12.533vw;
    margin-top: 7.333vw;
    width: 75.6vw;
  }
  #introduction .inner .list .block .accordion_head::after {
    width: 6.266vw;
    height: 6.266vw;
    right: 4.133vw;
  }
  #introduction .inner .list .block .accordion_content {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  #introduction .inner .list .block .introduction_slider {
    display: flex;
    justify-content: space-between;
  }
  #introduction .inner .list .block .introduction_slider .slide {
    width: 40vw;
  }
  #introduction .inner .list .block .introduction_slider .slide img {
    display: block;
  }
  #introduction .inner .list .block .introduction_slider .slide span {
    font-size: 3.2vw;
    line-height: 1.4;
    margin-top: 2vw;
  }
  #introduction .inner .list .block.block1 {
    padding: 14.666vw 5.333vw 9.333vw;
    margin-bottom: 14.933vw;
  }
  #introduction .inner .list .block.block1 h3 {
    font-size: 5.333vw;
    line-height: 1;
    margin-bottom: 2.666vw;
  }
  #introduction .inner .list .block.block1 .sub {
    font-size: 3.2vw;
    margin-bottom: 5.333vw;
  }
  #introduction .inner .list .block.block1 .imgs {
    flex-direction: column;
  }
  #introduction .inner .list .block.block1 .imgs .img {
    width: 100%;
  }
  #introduction .inner .list .block.block1 .imgs .img img {
    width: 68.266vw;
    margin: 0 auto;
    display: block;
  }
  #introduction .inner .list .block.block1 .imgs .img span {
    margin-top: 4.666vw;
    font-size: 3.2vw;
  }
  #introduction .inner .list .block.block1 .imgs .img span br {
    display: none;
  }
  #introduction .inner .list .block.block1 .imgs .img:not(:last-child) {
    margin-bottom: 5.333vw;
  }
  #introduction .inner .list .block.block1 .accordion_head {
    margin-top: 7.333vw;
    width: 75.6vw;
  }
  #introduction .inner .list .sp_introduction_slider .slick-track {
    padding-top: 5.866vw;
  }
  #introduction .inner .list .sp_introduction_slider .slick-track .block {
    width: 92vw;
    padding: 13.333vw 4vw 9.333vw;
  }
  #introduction .inner .list .sp_introduction_slider .slick-track .block h3 {
    font-size: 5.333vw;
    line-height: 1;
    margin-bottom: 3.333vw;
  }
  #introduction .inner .list .sp_introduction_slider .slick-track .block .sub {
    font-size: 3.2vw;
    margin-bottom: 4.666vw;
  }
  #introduction .inner .list .sp_introduction_slider .slick-track .block .sub br {
    display: none;
  }
  #introduction .inner .list .sp_introduction_slider .slick-arrow {
    font-size: 0;
    width: 9.866vw;
    height: 9.866vw;
    background: no-repeat center/contain;
    position: absolute;
    top: 67vw;
    z-index: 2;
    cursor: pointer;
  }
  #introduction .inner .list .sp_introduction_slider .slick-arrow.slick-prev {
    background-image: url(../image/tmp_256/arrow_prev.svg);
    left: 0;
    transform: translateX(-50%);
  }
  #introduction .inner .list .sp_introduction_slider .slick-arrow.slick-next {
    background-image: url(../image/tmp_256/arrow_next.svg);
    right: 0;
    transform: translateX(50%);
  }
  #artist {
    padding-top: 13.333vw;
    background-image: url(../image/tmp_256/artist_bg_sp.png);
  }
  #artist .inner h2 {
    font-size: 6.666vw;
    line-height: 1;
    margin-bottom: 5.333vw;
  }
  #artist .inner .sub {
    font-size: 3.2vw;
    line-height: 1.75;
    margin-bottom: 6.666vw;
    margin-left: -10px;
    margin-right: -10px;
  }
  #artist .inner .list .row {
    flex-direction: column;
  }
  #artist .inner .list .row .img {
    width: 100%;
  }
  #artist .inner .list .row .img dl {
    margin-top: 4vw;
  }
  #artist .inner .list .row .img dl dt {
    font-size: 4vw;
    width: 29.6vw;
    line-height: 8vw;
    border-radius: 4vw 0 0 4vw;
  }
  #artist .inner .list .row .img dl dd {
    font-size: 4vw;
    line-height: 8vw;
    width: calc(100% - 29.6vw);
    border-radius: 0 4vw 4vw 0;
  }
  #artist .inner .list .row .txt {
    width: 100%;
    margin-top: 5.333vw;
  }
  #artist .inner .list .row .txt h3 {
    font-size: 5.333vw;
    padding-bottom: 2.666vw;
    margin-bottom: 2.666vw;
  }
  #artist .inner .list .row .txt h3 span {
    font-size: 3.2vw;
    margin-left: 2.133vw;
  }
  #artist .inner .list .row .txt .desc {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  #artist .inner .list .row:not(:last-child) {
    margin-bottom: 12vw;
  }
  #artist .inner .list .row:nth-child(2n) .img {
    order: 1;
  }
  #artist .inner .list .row:nth-child(2n) .txt {
    margin-top: 10.666vw;
    order: 2;
  }
  #artist .inner .making {
    margin-top: 25.2vw;
  }
  #artist .inner .making h2 {
    font-size: 6.666vw;
    margin-bottom: 0;
  }
  #artist .inner .making .sub {
    font-size: 2.4vw;
    margin-bottom: 4.666vw;
  }
  #artist .inner .making .movie_area {
    width: 100%;
    height: 64.8vw;
  }
  #artist .inner .making .movie_area::before {
    width: 100vw;
    height: 82vw;
    left: -4vw;
    top: -25.333vw;
    background-image: url(../image/tmp_256/making_bg_sp.png);
  }
  #artist .inner .making .movie_area .youtube_wrap {
    width: 92vw;
  }
  #artist .inner .making .movie_area .youtube_wrap .youtube {
    border-radius: 10px;
  }
  #join {
    padding: 13.333vw 0;
  }
  #join .overview .inner {
    padding: 0;
  }
  #join .overview .inner h2 {
    font-size: 6.666vw;
    margin-bottom: 4vw;
  }
  #join .overview .inner .list .item {
    flex-direction: column;
    padding: 2.666vw 2.666vw 6.666vw;
    border-radius: 1.333vw;
  }
  #join .overview .inner .list .item .ttl {
    font-size: 3.466vw;
    width: 29.333vw;
    height: 4.666vw;
    margin-bottom: 1.333vw;
    margin-right: 0;
  }
  #join .overview .inner .list .item .content {
    width: 100%;
    text-align: center;
  }
  #join .overview .inner .list .item .content .txt {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  #join .overview .inner .list .item .content .txt strong {
    font-size: 4vw;
  }
  #join .overview .inner .list .item .content .term {
    font-size: 2.933vw;
    margin: 1.333vw 0;
    margin-left: -2.666vw;
    margin-right: -2.666vw;
    line-height: 1;
  }
  #join .overview .inner .list .item .content .notice {
    font-size: 2.4vw;
    line-height: 1;
  }
  #join .overview .inner .list .item .content .notice a {
    display: inline-flex;
  }
  #join .overview .inner .list .item .content .notice a::after {
    margin-top: 2px;
  }
  #join .overview .inner .list .item:not(:last-child) {
    margin-bottom: 4.13vw;
  }
  #join .overview .inner .list .item:nth-child(2) {
    padding-bottom: 4.53vw;
  }
  #join .overview .inner .list .item:nth-child(3) {
    padding-top: 2.666vw;
    padding-bottom: 3.73vw;
  }
  #join .flow {
    margin-top: 21.333vw;
  }
  #join .flow h2 {
    font-size: 6.666vw;
    margin-bottom: 17.066vw;
  }
  #join .flow .flow_slider .slick-dots {
    top: -10.666vw;
  }
  #join .flow .flow_slider .slick-dots li button {
    width: 6.666vw;
    height: 6.666vw;
    font-size: 3.2vw;
  }
  #join .flow .flow_slider .slick-dots li:not(:last-child) {
    margin-right: 1.333vw;
  }
  #join .flow .flow_slider .slick-dots li:not(:last-child)::after {
    margin-left: 1.333vw;
    width: 1.333vw;
    height: 2.8vw;
  }
  #join .flow .flow_slider .slide {
    width: 92vw;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 6.666vw 6.666vw 0;
    margin: 0 0.666vw;
    height: 120vw;
  }
  #join .flow .flow_slider .slide .txt {
    padding-top: 0;
    text-align: center;
    height: 42.6vw;
    flex-shrink: 0;
  }
  #join .flow .flow_slider .slide .txt .num {
    margin: 0 auto 4vw;
    font-size: 4.8vw;
    border-width: 0.8vw;
  }
  #join .flow .flow_slider .slide .txt .num span {
    font-size: 9.6vw;
  }
  #join .flow .flow_slider .slide .txt .desc {
    font-size: 3.2vw;
    line-height: 5.333vw;
  }
  #join .flow .flow_slider .slide .txt .notice {
    margin-top: 1.333vw;
    font-size: 2.4vw;
    line-height: 1.55;
  }
  #join .flow .flow_slider .slide .txt .notice a::after {
    width: 2.266vw;
    height: 2.266vw;
    vertical-align: -2px;
  }
  #join .flow .flow_slider .slide .img {
    height: 70.4vw;
  }
  #join .flow .flow_slider .slide .img .ttl {
    font-size: 3.2vw;
    width: 44.933vw;
    height: 7.2vw;
    margin-bottom: 5.066vw;
    border-radius: 3.6vw;
  }
  #join .flow .flow_slider .slide .img .img {
    margin-top: 0;
  }
  #join .flow .flow_slider .slide .img .img img {
    width: 100%;
  }
  #join .flow .flow_slider .slide.step01 {
    padding-right: 6.666vw;
  }
  #join .flow .flow_slider .slide.step02 {
    padding-right: 6.666vw;
  }
  #join .flow .flow_slider .slide.step03 {
    padding-right: 6.666vw;
  }
  #join .flow .flow_slider .slide.step04 {
    padding-right: 6.666vw;
    padding-bottom: 6.133vw;
  }
  #join .flow .flow_slider .slide.step04 .img .ttl {
    margin-bottom: 5.066vw;
  }
  #join .flow .flow_slider .slide.step04 .img img {
    width: 64.666vw;
  }
  #join .flow .flow_slider .slide.step05 {
    padding-right: 6.666vw;
  }
  #join .flow .flow_slider .slide.step06 {
    padding-bottom: 1.333vw;
  }
  #join .flow .flow_slider .slide.step06 .img img {
    width: 48.533vw;
  }
  #join .flow .flow_slider .slide.step07 {
    padding-bottom: 1.333vw;
  }
  #join .flow .flow_slider .slide.step07 .txt {
    margin-left: -4vw;
    margin-right: -4vw;
  }
  #join .flow .flow_slider .slide.step07 .img img {
    width: 48.533vw;
  }
  #join .flow .flow_slider .slick-arrow {
    top: 64.4vw;
    width: 9.866vw;
    height: 9.866vw;
  }
  #join .flow .flow_slider .slick-arrow.slick-prev {
    left: 0;
  }
  #join .flow .flow_slider .slick-arrow.slick-next {
    right: 0;
  }
  #about_seven_bank {
    padding: 13.333vw 0;
    background-image: url(../image/tmp_256/seven_bank_bg_sp.png);
  }
  #about_seven_bank .inner h2 {
    font-size: 6.666vw;
    margin-bottom: 10vw;
  }
  #about_seven_bank .inner .row {
    flex-direction: column;
    align-items: center;
  }
  #about_seven_bank .inner .row .img {
    width: 67.066vw;
  }
  #about_seven_bank .inner .row .txt {
    width: 100%;
    margin-top: 8vw;
  }
  #about_seven_bank .inner .row .txt .desc {
    font-size: 3.2vw;
    line-height: 1.75;
    text-align: center;
  }
  #about_seven_bank .inner .row .txt .link {
    margin-top: 9.333vw;
  }
  #about_seven_bank .inner .row .txt .link a {
    font-size: 4.8vw;
    height: 12.266vw;
    border-radius: 1.333vw;
  }
  #about_seven_bank .inner .row .txt .link a::after {
    width: 1.6vw;
    height: 3.2vw;
    right: 3.333vw;
  }
  #faq {
    padding: 13.333vw 0 11.6vw;
  }
  #faq .inner {
    padding: 0;
  }
  #faq .inner h2 {
    font-size: 6.666vw;
    margin-bottom: 6vw;
  }
  #faq .inner .list .item .accordion_head {
    font-size: 4vw;
    line-height: 1.33;
    padding: 0;
    height: 16vw;
    border-radius: 8vw;
  }
  #faq .inner .list .item .accordion_head::after {
    width: 6.266vw;
    height: 6.266vw;
    right: 4vw;
  }
  #faq .inner .list .item .accordion_content {
    margin-top: 3.333vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  #faq .inner .list .item .accordion_content .blank {
    display: inline-flex;
  }
  #faq .inner .list .item .accordion_content .blank::after {
    width: 3.333vw;
    height: 3.333vw;
    margin-top: 4px;
  }
  #faq .inner .list .item:nth-child(3) .accordion_content .blank {
    display: inline;
  }
  #faq .inner .list .item:nth-child(3) .accordion_content .blank::after {
    margin-top: 0;
    vertical-align: -2px;
    margin-left: 5px;
  }
  #faq .inner .list .item:nth-child(4) .accordion_head, #faq .inner .list .item:nth-child(8) .accordion_head {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  #faq .inner .list .item:nth-child(6) .accordion_content .blank {
    display: inline;
  }
  #faq .inner .list .item:nth-child(6) .accordion_content .blank::after {
    margin-top: 0;
    vertical-align: -2px;
  }
  #faq .inner .list .item:not(:last-child) {
    margin-bottom: 5.333vw;
  }
  footer {
    padding: 12vw 0;
  }
  footer .inner .logo {
    margin-bottom: 4vw;
  }
  footer .inner .logo img {
    display: block;
    width: 46.4vw;
    margin: 0 auto;
  }
  footer .inner .copy {
    font-size: 2.4vw;
  }
}/*# sourceMappingURL=tmp_256.css.map */