@charset "UTF-8";
html,
body {
  width: 100%;
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
}

img {
  width: 100%;
  display: block;
}

main {
  margin: 0 auto;
}

a {
  text-decoration: none;
  display: block;
}

p {
  line-height: 1.5;
}

element {
  -webkit-backface-visibility: visible;
          backface-visibility: visible;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.bottom-btn {
  color: #fff;
  background-color: #A3A1A1;
  text-align: center;
  border-radius: 80px;
  width: 70%;
  font-size: 14px;
  padding: 5% 0;
  margin: 0 auto 120px;
}
@media screen and (min-width: 769px) {
  .bottom-btn {
    max-width: 500px;
    padding: 2% 0;
  }
}

.txt-btn {
  display: inline;
  color: #000;
  text-decoration: underline;
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pcNone {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .spNone {
    display: block !important;
  }
}

.all-btn-text {
  text-align: center;
  font-size: 10px;
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .all-btn-text {
    font-size: 13px;
  }
}

.text-btn-bottom {
  margin-top: 30px;
  margin-bottom: 20px;
}

.fv {
  color: #fff;
  background: #c67d4e;
}
@media screen and (max-width: 768px) {
  .fv {
    padding: 0 20px;
  }
}
.fv__top {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .fv__top {
    padding-top: 50px;
  }
}
.fv__text {
  padding: 5% 0 3%;
}
@media screen and (min-width: 769px) {
  .fv__text {
    padding: 30px;
  }
}
.fv h2 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 13px;
  padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .fv h2 {
    font-size: 18px;
  }
}
.fv h1 {
  font-size: 37px;
  font-feature-settings: "palt";
  padding-bottom: 15px;
}
@media screen and (min-width: 769px) {
  .fv h1 {
    font-size: 50px;
  }
}
.fv h3 {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .fv h3 {
    font-size: 10px;
  }
}
.fv hr {
  margin: 12px auto 15px;
  width: 100px;
  border: solid 0.1px;
}
.fv__img_box {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.fv__img_item {
  position: absolute;
  width: 17.5%;
}
@media screen and (max-width: 768px) {
  .fv__img_item {
    width: 28%;
  }
}
.fv .fv__img_box::before {
  content: "";
  display: block;
  padding-top: 52.3%;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box::before {
    padding-top: 141.3333333333%;
  }
}
.fv .fv__img_box div:nth-child(1) {
  top: 0;
}
.fv .fv__img_box div:nth-child(1) img {
  width: 112%;
}
.fv .fv__img_box div:nth-child(2) {
  top: 5%;
  left: 21%;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(2) {
    top: 0;
    left: 51%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.fv .fv__img_box div:nth-child(2) img {
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(2) img {
    margin: 0 auto;
    width: 100%;
  }
}
.fv .fv__img_box div:nth-child(3) {
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(3) {
    left: auto;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    right: 0 !important;
  }
}
.fv .fv__img_box div:nth-child(4) {
  top: 0;
  right: 21%;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(4) {
    bottom: 0;
    left: 0;
    top: auto;
  }
}
.fv .fv__img_box div:nth-child(5) {
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(5) {
    bottom: 0;
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.fv .fv__img_box div:nth-child(6) {
  bottom: 5%;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(6) {
    top: 55%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.fv .fv__img_box div:nth-child(7) {
  bottom: 20%;
  left: 20.5%;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(7) {
    top: 38%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.fv .fv__img_box div:nth-child(8) {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(8) {
    left: auto;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.fv .fv__img_box div:nth-child(9) {
  bottom: 0;
  right: 20%;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(9) {
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}
.fv .fv__img_box div:nth-child(10) {
  bottom: 15%;
  right: 0;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(10) {
    bottom: 1%;
  }
}
.fv .fv__img_box div:nth-child(10) img {
  width: 75%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .fv .fv__img_box div:nth-child(10) img {
    width: 90%;
  }
}

.read {
  background: #c67d4e;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .read {
    padding: 80px 0;
  }
}
.read p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .read p {
    width: 86%;
    font-size: 13px;
    text-align: left;
  }
}

#topbutton {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #fff;
  line-height: 1;
  padding: 10px 5px;
  opacity: 0.75; /* ←透明度 */
  border-radius: 100vh; /* ←角丸の半径 */
  text-align: center; /* ←文字の位置 */
  font-size: 14px; /* ←文字サイズ */
  margin: 0px; /* ←外側の余白 */
  /* ▼ボタンの表示位置を画面の右下に固定 */
  position: fixed; /* ←表示場所を固定 */
  bottom: 18px; /* ←下端からの距離 */
  right: 18px; /* ←右端からの距離 */
  /* ▼最初は非表示にしておく */
  display: none;
}
@media screen and (max-width: 768px) {
  #topbutton {
    font-size: 11px;
    right: 2.5%;
    padding: 10px 4px;
    line-height: 1;
    z-index: 100;
  }
}

#topbutton a {
  color: #000;
}
#topbutton a .triangle {
  font-size: 12px;
  padding-bottom: 3px;
}
@media screen and (max-width: 768px) {
  #topbutton a .triangle {
    font-size: 10px;
    padding-bottom: 3px;
  }
}
#topbutton a .top {
  border-left: solid 1px;
}

#topbutton a:hover {
  /* ▼マウスが載ったときの装飾 */
  color: #999898; /* ←文字色 */
}

.wrap {
  background-image: url(../images/bg_pc.jpg);
  background-repeat: repeat;
}

.look {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .look {
    margin: 0 auto 40px;
  }
}
.look .read__text {
  width: 100%;
  font-size: 35px;
  text-align: center;
  padding: 70px 0 40px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .look .read__text {
    max-width: 550px;
    font-size: 28px;
    padding: 70px 0 10px;
  }
}

.grid-wrapper {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .grid-wrapper {
    padding: 0 20px 90px;
  }
}

.filter-controls {
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .filter-controls {
    margin-bottom: 10px;
  }
}

.sort-btn {
  display: flex;
  margin: 0 auto;
  width: 70%;
  padding-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .sort-btn {
    width: 100%;
    flex-wrap: wrap;
    padding-bottom: 0px;
  }
}
.sort-btn li {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-right: 30px;
}
@media screen and (max-width: 768px) {
  .sort-btn li {
    font-size: 18px;
    padding-bottom: 25px;
  }
}
.sort-btn li::before {
  content: "";
  display: inline-block;
  border: 1px solid #000;
  box-sizing: border-box;
  margin-right: 7px;
}
@media screen and (min-width: 769px) {
  .sort-btn li::before {
    width: 11px;
    height: 11px;
  }
}
@media screen and (max-width: 768px) {
  .sort-btn li::before {
    width: 12px;
    height: 12px;
  }
}
.sort-btn li.active::before {
  background: #8a2f2f;
}

.grid {
  position: relative;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
}
.grid .item {
  overflow: hidden;
  border-radius: 30px 0 30px 0;
  position: absolute;
  width: 19%;
  margin: 3px;
  border: #e1e1e1 solid 0.5px;
}
@media screen and (max-width: 768px) {
  .grid .item {
    width: 45%;
    margin: 6px;
  }
}
.grid .flex {
  height: auto;
  background: #999898;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  text-align: left;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .grid .flex {
    padding: 12px 5px;
  }
}
.grid .flex .brand {
  width: 70%;
  overflow-wrap: break-word;
  line-height: 1.1em;
}
@media screen and (max-width: 768px) {
  .grid .flex .brand {
    font-size: 14px;
  }
}
.grid .flex .brand .gender {
  font-size: 11px !important;
}
.grid .flex .btn {
  display: flex;
  justify-content: center;
  height: 52px;
  width: 52px;
  align-items: center;
  line-height: 1em;
  border-radius: 50%;
  background: #fff;
  color: #000;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .grid .flex .btn {
    height: 42px;
    width: 42px;
  }
}
@media screen and (max-width: 768px) {
  .grid .flex .btn {
    font-size: 12px;
  }
}
.grid .btn:hover {
  background: #000;
  color: #fff !important;
  transition: all 0.3s ease;
}

.metaverse {
  padding-top: 70px;
  padding-bottom: 170px;
  border-top: 1px solid;
  width: 70%;
  margin: 0 auto;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .metaverse {
    width: 90%;
  }
}
.metaverse .disc {
  width: 550px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .metaverse .disc {
    width: 100%;
  }
}
.metaverse .disc h2 {
  font-size: 28px;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .metaverse .disc h2 {
    font-size: 32px;
    margin-bottom: 30px;
  }
}
.metaverse .disc h2 span {
  font-size: 25px;
}
@media screen and (max-width: 768px) {
  .metaverse .disc h2 span {
    font-size: 27px;
  }
}
.metaverse .disc h3 {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  font-style: normal;
  color: #c67d4e;
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .metaverse .disc h3 {
    text-align: left;
    font-size: 15px;
    margin-bottom: 30px;
  }
}
.metaverse .disc p {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding-bottom: 30px;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .metaverse .disc p {
    padding: 0 0 30px;
    font-size: 12px;
    text-align: left;
  }
}
.metaverse .about > a {
  color: #000;
  border: 1px solid;
  border-radius: 100vh;
  background: #fff;
  text-align: center;
  margin: 30px auto;
  padding: 16px 24px;
  font-size: 12px;
  width: 240px;
}
@media screen and (max-width: 768px) {
  .metaverse .about > a {
    font-size: 11px;
    width: 65%;
    margin: 25px auto;
    padding: 12px 16px;
  }
}

.about > a:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease;
}

.modal-wrap {
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  z-index: 101;
}
.modal-wrap > div {
  display: block;
  width: 100%;
  background: rgba(88, 88, 88, 0.88);
  margin-bottom: 100vh;
}
.modal-wrap .modal-content {
  width: 100%;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content {
    position: relative;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
    padding-top: 35px;
  }
}
.modal-wrap .modal-content .modal-box {
  background: #f9f7f3;
  padding: 40px 55px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-box {
    padding: 20px 0 25px;
  }
}
.modal-wrap .modal-content .modal-box .brand {
  line-height: 1;
  text-align: center;
  font-size: 20px;
  padding-bottom: 35px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-box .brand {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.modal-wrap .modal-content .modal-item {
  padding-bottom: 20px;
  position: relative;
}
.modal-wrap .modal-content .modal-item .item-info {
  width: 55%;
  font-size: 14px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item .item-info {
    width: 64%;
  }
}
.modal-wrap .modal-content .modal-item .item-info .item {
  text-align: left;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item .item-info .item {
    width: 80%;
    margin: 0 auto;
    z-index: 1000;
  }
}
.modal-wrap .modal-content .modal-item .item-info .credit {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.modal-wrap .modal-content .modal-item .item-info .credit .buy {
  line-height: 2;
  background: #fff;
  color: #000;
  border: #999898 0.5px solid;
  border-radius: 100vh;
  padding: 0px 14px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item .item-info .credit .buy {
    font-size: 12px;
    line-height: 1.7;
  }
}
.modal-wrap .modal-content .modal-item .item-info .credit .buy:hover {
  background: #000;
  color: #fff;
  transition: all 0.3s ease;
}
.modal-wrap .modal-content .modal-item .model {
  width: 60%;
  z-index: 10;
  position: absolute;
  top: 0px;
  right: -20px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item .model {
    top: 20px;
    right: -30px;
    width: 64%;
  }
}
.modal-wrap .modal-content .modal-item .point {
  line-height: 1;
  display: flex;
  align-items: end; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item .point {
    padding: 0 20px;
    font-size: 18px;
  }
}
.modal-wrap .modal-content .modal-item .point:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.modal-wrap .modal-content .modal-item .point:after {
  margin-left: 0.5rem;
}
.modal-wrap .modal-content .modal-item .comment {
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item .comment {
    padding: 15px 20px 0;
    line-height: 1.7;
  }
}
.modal-wrap .modal-content .modal-item2 .item-info {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 80%;
  text-align: center;
  margin: 0 auto;
}
.modal-wrap .modal-content .modal-item2 .item-info .item {
  text-align: left;
  padding: 16px 0;
}
.modal-wrap .modal-content .modal-item2 .item-info .credit {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-evenly;
}
.modal-wrap .modal-content .modal-item2 .item-info .credit .buy {
  line-height: 2;
  background: #fff;
  color: #000;
  border: #999898 0.5px solid;
  border-radius: 100vh;
  padding: 0px 14px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item2 .item-info .credit .buy {
    font-size: 12px;
    line-height: 1.7;
  }
}
.modal-wrap .modal-content .modal-item2 .item-info .credit .buy:hover {
  background: #000;
  color: #fff !important;
  transition: all 0.3s ease;
}
.modal-wrap .modal-content .modal-item2 .point {
  line-height: 1;
  display: flex;
  align-items: end; /* 垂直中心 */
  justify-content: center; /* 水平中心 */
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item2 .point {
    padding: 0 20px;
    font-size: 18px;
  }
}
.modal-wrap .modal-content .modal-item2 .point:after {
  border-top: 1px solid;
  content: "";
  flex-grow: 1;
}
.modal-wrap .modal-content .modal-item2 .point:after {
  margin-left: 0.5rem;
}
.modal-wrap .modal-content .modal-item2 .comment {
  font-size: 12px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 400;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .modal-wrap .modal-content .modal-item2 .comment {
    padding: 15px 20px 0;
    line-height: 1.7;
  }
}
.modal-wrap .btn-open-modal::after {
  display: none;
}

.modal-wrap {
  z-index: 101;
}
.modal-wrap .close {
  cursor: pointer;
  position: fixed;
  right: calc(50% - 320px);
  top: 4%;
  z-index: 101;
  width: 30px;
  height: 39px;
  display: flex;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .modal-wrap .close {
    position: absolute;
    width: 38px;
    height: 26px;
    top: 94%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
}
.modal-wrap .close span {
  width: 100%;
  height: 1px;
  background: #fff;
  display: block;
}
.modal-wrap .close span:first-child {
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 50%;
}
.modal-wrap .close span:last-child {
  transform: rotate(-45deg);
  position: absolute;
  left: 0;
  top: 50%;
}

.topics {
  background: #BE4C38;
  color: #fff;
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .topics div.inner {
    width: 78.6666666667%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  .topics div.inner {
    width: 800px;
    margin: 0 auto;
  }
}
.topics div.inner h3 {
  font-size: 32px;
  text-align: center;
  line-height: 1;
  margin-bottom: 50px;
  letter-spacing: 0.03em;
}
.topics div.inner h3 span {
  display: block;
  font-size: 14px;
  margin-top: 25px;
  letter-spacing: 0;
}
@media screen and (min-width: 769px) {
  .topics div.inner ul {
    width: 400px;
    margin: 0 auto 100px;
  }
}
.topics div.inner ul li {
  margin-bottom: 50px;
  text-align: center;
  text-decoration: none;
  line-height: 1.75;
  font-size: 16px;
}
.topics div.inner ul li img {
  margin-bottom: 24px;
}
.topics div.inner ul li p span {
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
.topics div.inner ul li p span span {
  margin-top: 0;
  font-size: 12px;
}
.topics div.inner ul li a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.75;
  font-size: 16px;
}
.topics div.inner ul li a button {
  background: none;
  border: 1px solid #fff;
  border-radius: 40px;
  width: 85.7627118644%;
  margin: 20px auto 0;
  color: #fff;
  display: block;
  font-size: 16px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.topics div.inner ul li a button span {
  font-size: 20px;
  display: inline-block;
  margin-left: 12px;
  width: 20px;
}
.topics div.inner p.copy {
  font-size: 9px;
  line-height: 2;
}

#footer {
  padding: 100px 0 0;
  background-color: #BBC9D3;
  color: #007197;
}
@media screen and (min-width: 769px) {
  #footer {
    padding: 140px 0 0;
  }
}
#footer a {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap {
    max-width: 630px;
    margin: 0 auto 120px;
  }
}
#footer .info_wrap h2 {
  width: 35%;
  margin: 0 auto 27px;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap h2 {
    margin: 0 auto 50px;
  }
}
#footer .info_wrap > ul {
  line-height: 100%;
}
#footer .info_wrap > ul > li {
  padding: 20px 20px;
  border-top: 1px solid #007197;
}
#footer .info_wrap > ul > li a {
  color: #007197 !important;
}
#footer .info_wrap > ul > li a h3 {
  font-family: din-condensed, sans-serif;
  letter-spacing: -0.01em;
  font-size: 1.85em;
  margin-bottom: 12px;
  text-align: left;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li a h3 {
    font-size: 25px;
  }
}
#footer .info_wrap > ul > li a .f_text {
  font-family: "A1ゴシック M", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 0.55em;
  margin-bottom: 12px;
}
#footer .info_wrap > ul > li a p {
  font-size: 11px;
  letter-spacing: 0.005em;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li a p {
    font-size: 13px;
  }
}
#footer .info_wrap > ul > li:last-child {
  padding: 60px 20px;
}
#footer .info_wrap > ul > li:last-child h3 {
  font-family: din-condensed, sans-serif;
  letter-spacing: -0.01em;
  font-size: 2.2em;
  margin-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child h3 {
    font-size: 35px;
    margin-bottom: 52px;
  }
}
#footer .info_wrap > ul > li:last-child ul {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .info_wrap > ul > li:last-child ul li {
  width: 48%;
  font-size: 12px;
  margin-bottom: 3vh;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child ul li {
    width: 48%;
    font-size: 14px;
  }
}
#footer .info_wrap > ul > li:last-child ul li img {
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap > ul > li:last-child ul li br {
    display: none;
  }
}
#footer .info_wrap2 {
  padding: 80px 10%;
  background: #f3f3f3;
  text-align: center;
  line-height: 130%;
}
#footer .info_wrap2 p {
  font-size: 18px;
  border-bottom: dotted 1px;
  display: inline;
  padding-bottom: 5px;
}
#footer .info_wrap2 .bnr {
  margin: 0 auto 60px;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap2 .bnr {
    max-width: 600px;
    display: flex;
    justify-content: space-between;
  }
}
#footer .info_wrap2 .bnr li {
  margin-top: 30px;
  font-size: 14px;
}
@media screen and (min-width: 769px) {
  #footer .info_wrap2 .bnr li {
    width: 48%;
    font-size: 14px;
  }
}
#footer .info_wrap2 .bnr li img {
  margin-bottom: 5px;
}
#footer .info_wrap2 ul#footer_snsArea {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
#footer .info_wrap2 ul#footer_snsArea li {
  width: 30px;
  height: auto;
  margin-right: 22px;
}
#footer .info_wrap2 ul#footer_snsArea li a img {
  width: 100%;
  display: block;
  height: auto;
}
#footer .info_wrap2 .palcloset {
  width: 150px;
  margin: 0 auto 10px;
  padding: 5px;
  display: block;
}
#footer .info_wrap2 .palcloset img {
  width: 100%;
}
#footer .info_wrap2 small {
  font-size: 11px;
  color: #000;
}
#footer #campaign .c_text img {
  margin-bottom: 10px !important;
}/*# sourceMappingURL=style.css.map */