@charset "utf-8";

/* --------------------------------------------------
  Resetting default margin and padding
-------------------------------------------------- */

/* !HTML5 elements
---------------------------------------------------------- */
header, footer, nav, section, aside, article {
  display: block;
}

/* !Resetin
---------------------------------------------------------- */
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, input, a, textarea, select, span, nav, section, header {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  outline: 0;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: top;
  max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

abbr, acronym {
  border: 0;
}

button, input, optgroup, select, textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

input, textarea {
  -webkit-appearance: none;
  appearance: none;
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-x: hidden;
}
html.scroll-lock,
html.scroll-lock body {
  overflow: hidden;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  background: #000;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: none;
}

/* link
------------------------------------------------ */
a {
  color: inherit;
  text-decoration:none;
  background-color: transparent;
  -webkit-transition: all 0.3s !important; /* Chrome&Safari */
  -moz-transition: all 0.3s !important; /* Firefox */
  transition: all 0.3s !important;
}

/* !fs
------------------------------------------------ */
.visible-pc {
  display: block !important;
}
.visible-ts {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-pc {
    display: none !important;
  }
  .visible-ts {
    display: block !important;
  }
}
/* !fc
------------------------------------------------ */

@font-face {
  font-family: 'AcuminPro';
  src: url('../fonts/AcuminPro_Light.ttf');
  font-weight: 300;
}
@font-face {
  font-family: 'AcuminPro';
  src: url('../fonts/AcuminPro_Black.ttf');
  font-weight: 900;
}
.ff-acumin {
  font-family: "AcuminPro", sans-serif;
  font-weight: 300;
}
.ff-unbounded {
  font-family: "Unbounded", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}


/* wrapper
----------------------------------------------- */
#wrapper {
  position: relative;
  z-index: 1;
  background-color: #fff;
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {

}

/* header
----------------------------------------------- */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  background-color: #000;
  transition: all 0.4s;
}
#header.hidden {
  transform: translateY(-100%);
}
.headercon {
  max-width: 1080px;
  height: 40px;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
}
.headerico {
  width: 29%;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.headerico .icolink {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.headerico .icolink [class^=ico] {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.headerico .icolink .duplicate {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}
.headerico .icolink .ico_x {
  background: url(../img/ico_x.png) center / contain no-repeat;
}
.headerico .icolink .ico_youtube {
  background: url(../img/ico_youtube.png) center / contain no-repeat;
}
.headerico .icolink .ico_ins {
  background: url(../img/ico_Instagram.png) center / contain no-repeat;
}
.headernav {
  width: 71%;
  align-self: center;
}
.headernav .menulist {
  display: flex;
  column-gap: 12px;
}
.headernav .menulist li a {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 300;
  color: #fff;
  overflow: hidden;
}
.headernav .menulist li a span {
  display: block;
  transition: transform 0.4s;
}
.headernav .menulist li a span.sec {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}

.headercon .btnmenu,
.asidemain {
  display: none;
}
@media screen and (min-width: 1025px) {
  .headerico .icolink:hover [class^=ico] {
    transform: translateY(-100%);
  }
  .headerico .icolink:hover .duplicate {
    transform: translateY(0);
  }
  .headernav .menulist li a:hover span {
    transform: translateY(-100%);
  }
  .headernav .menulist li a:hover span.sec {
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {
  .headercon {
    position: relative;
    height: 50px;
    padding: 0 30px;
    background-color: #000;
    z-index: 1;
  }
  .headernav {
    display: none;
  }
  .headercon .btnmenu {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 80px;
    height: 50px;
    border: none;
    background: none;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
  }
  .headercon .btnmenu span {
    transition: opacity .3s;
  }
  .headercon .btnmenu span.sec {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0;
  }
  .show-nav .headercon .btnmenu span {
    opacity: 0;
  }
  .show-nav .headercon .btnmenu span.sec {
    opacity: 1;
  }
  .asidemain {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 50px 30px;
    width: 100%;
    height: 100vh;
    color: #fff;
    background-color: #000;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    overflow: auto;
  }
  .show-nav .asidemain {
    display: block;
    visibility: visible;
    opacity: 1;
  }
  .asidenav {
    margin-top: 50px;
  }
  .asidenav .menulist li a {
    display: flex;
    font-size: 30px;
    font-weight: 900;
    line-height: 2;
    color: #fff;
    overflow: hidden;
  }
  .asidenav .menulist li a span {
    transform: translateY(140%) rotate(10deg);
    transform-origin: 0 0;
    transition: transform 0.8s cubic-bezier(.16,.5,.25,1);
  }
  .asidenav .menulist li:nth-child(1) a span {
    transition-delay: 0.1s;
  }
  .asidenav .menulist li:nth-child(2) a span {
    transition-delay: 0.2s;
  }
  .asidenav .menulist li:nth-child(3) a span {
    transition-delay: 0.3s;
  }
  .asidenav .menulist li:nth-child(4) a span {
    transition-delay: 0.4s;
  }
  .asidenav .menulist li:nth-child(5) a span {
    transition-delay: 0.5s;
  }
  .show-nav .asidenav .menulist li a span {
    transform: translateY(0) rotate(0);
  }

  .asideshare {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
  }
  .asideshare .btnlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 24px;
    border: 1px solid #fff;
  }
  .asideshare .btnlink .txt {
    font-size: 13px;
    font-weight: 300;
    color: #fff;
  }
  .asideshare .btnlink [class^=ico] {
    width: 24px;
    height: 24px;
  }
  .asideshare .btnlink .ico_x {
    background: url(../img/ico_x.png) center / contain no-repeat;
  }
  .asideshare .btnlink .ico_youtube {
    background: url(../img/ico_youtube.png) center / contain no-repeat;
  }
  .asideshare .btnlink .ico_ins {
    background: url(../img/ico_Instagram.png) center / contain no-repeat;
  }
  .asidecta {
    margin-top: 30px;
    text-align: center;
  }
  .asidecta .btnlink {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    max-width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 900;
    line-height: 60px;
    color: #000;
    background-color: #fae10e;
    border-radius: 30px;
    letter-spacing: .1em;
  }
}
@media (max-width: 767px) {

}
/* footer
----------------------------------------------- */
#footer {
  background-color: #000;
}
.footercon {
  padding: 10px 0;
  position: relative;
}
.copyright {
  font-size: 10px;
  font-weight: 300;
  color: #fff;
  text-align: center;
  letter-spacing: .1em;
}
.footerico {
  position: absolute;
  right: 0;
  top: 8px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.footerico .icolink {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
}
.footerico .icolink [class^=ico] {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.footerico .icolink .duplicate {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}
.footerico .icolink .ico_x {
  background: url(../img/ico_x.png) center / contain no-repeat;
}
.footerico .icolink .ico_youtube {
  background: url(../img/ico_youtube.png) center / contain no-repeat;
}
.footerico .icolink .ico_ins {
  background: url(../img/ico_Instagram.png) center / contain no-repeat;
}
@media screen and (min-width: 1025px) {
  .footerico .icolink:hover [class^=ico] {
    transform: translateY(-100%);
  }
  .footerico .icolink:hover .duplicate {
    transform: translateY(0);
  }
}
@media (max-width: 1024px) {

}
@media (max-width: 767px) {
  .footercon {
    padding: 15px 0;
  }
  .footerico {
    position: static;
    justify-content: center;
    margin-bottom: 15px;
  }

}


/* top
----------------------------------------------- */
.lpmain {
  position: relative;
  margin-top: 40px;
  padding: 50px 0 140px;
  background-color: #f6f6f6;
  border-radius: 120px;
}
.lpmain::before {
  content: '';
  position: absolute;
  left: 0;
  top: -100vh;
  display: block;
  width: 100%;
  height: calc(100vh + 120px);
  background: #000;
  z-index: -1;
}
.lpmvslide .slick-list {
  padding: 0 max(100px, 50% - 400px);
}
.lpmvslide .slick-slide {
  padding: 0 25px;
}
.lpmvslide .slick-slide img {
  border: 1px solid #000;
  width: 100%;
}
@media (max-width: 1024px) {
  .lpmain {
    margin-top: 50px;
    border-radius: 60px;
  }
  .lpmain::before {
    top: -50px;
  }
  .lpmvslide .slick-list {
    padding: 0 80px;
  }
  .lpmvslide .slick-slide {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .lpmain {
    padding: 25px 0 70px;
  }
  .lpmvslide .slick-list {
    padding: 0 60px;
  }
  .lpmvslide .slick-slide {
    padding: 0 8px;
  }
}
.inner  {
  max-width: 1080px;
  padding: 0 40px;
  margin: 0 auto;
}
.sechd {
  display: flex;
  justify-content: space-between;
}
.sechd .tit {
  font-size: 26px;
  font-weight: 900;
  line-height: 1.3;
  border-top: 5px solid #000;
}
.message {
  margin: 60px 0 0;
}
.message .tit {
  text-align: center;
  font-size: 54px;
  font-weight: 900;
  line-height: 1.4;
  letter-spacing: .04em;
}
.message .tit span{
  font-size: 62px;
  color: #eeb608;
}
@media (max-width: 767px) {
  .message .tit {
    font-size: 28px;
  }
  .message .tit span{
    font-size: 38px;
  }
}
.topics {
  margin: 120px 0 0;
}
.topics .inner {
  max-width: 800px;
}
.topicscon {
  margin: 30px 0 0;
  display: flex;
  column-gap: 3%;
}
.topicscon .topicsdl .sub {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.topicscon .topicsdl .tit {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.topicscon .topicsdl .date,
.topicscon .topicsdl .place {
  margin: 20px 0;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 0.04em;
}
.topicscon .topicsdl .place {
  line-height: 1.9;
}
.topicscon .topicsdl .date .lab,
.topicscon .topicsdl .place .lab {
  flex: none;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  text-align: center;
  background-color: #000;
  border-radius: 30px;
}
.topicscon .topicsdl .date .num {
  font-size: 28px;
}
.topicscon .topicsdl .txt {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.16em;
}
.topicscon .topicsdl .txd {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  column-gap: 10px;
}
.topicscon .topicsdl .txd .dt .lab {
  display: block;
  width: 80px;
  font-size: 14px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  border: 1px solid #000;
  border-radius: 30px;
  letter-spacing: .1em;
}
.topicscon .topicsdl .txd .tta {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
}
.topicscon .topicsdl .txd .tta span {
  font-size: 22px;
}
.topicscon .topicsdl .txd .ttb {
  font-size: 14px;
  font-weight: 700;
  margin-top: 5px;
}
.topicscon .topicsdl .txd .ttb a {
  font-weight: 400;
}
.topicscon .topicsdl .txd .ttb a:hover {
  text-decoration: underline;
}
.topicscon .topicsdrcon {
  width: 42%;
}
.topicscon .topicsdrcon .desc {
  margin-top: 30px;
  font-size: 14px;
  letter-spacing: 0.16em;
}
.topicscon .topicsdr {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.topicscon .topicsdr .pic {
  flex: 1;
}
@media (max-width: 1024px) {
  .topicscon {
    flex-direction: column;
    row-gap: 30px;
  }
  .topicscon .topicsdl,
  .topicscon .topicsdrcon {
    width: 100%;
  }
  .inner  {
    padding: 0 30px;
  }
  
}
@media (max-width: 767px) {
  .inner  {
    padding: 0 20px;
  }
  .sechd .tit {
    font-size: 20px;
    border-width: 3px;
  }
  .topics {
    margin: 60px 0 0;
  }
  .topicscon {
    margin: 15px 0 0;
  }
  .topicscon .topicsdl .sub {
    font-size: 14px;
  }
  .topicscon .topicsdl .tit {
    font-size: 30px;
  }
  .topicscon .topicsdl .date {
    margin: 20px 0;
    column-gap: 8px;
    font-size: 15px;
    line-height: 24px;
  }
  .topicscon .topicsdl .date .lab,
  .topicscon .topicsdl .place .lab {
    flex: none;
    width: 64px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 12px;
  }
  .topicscon .topicsdl .date .num {
    font-size: 20px;
  }
  .topicscon .topicsdl .txt {
    font-size: 15px;
    line-height: 1.5;
  }
  .topicscon .topicsdr {
    column-gap: 15px;
  }
  .topicscon .topicsdl .txd .dt .lab {
    width: 64px;
    font-size: 13px;
    line-height: 22px;
    border-radius: 12px;
  }
  .topicscon .topicsdl .txd .tta {
    font-size: 15px;
    line-height: 24px;
  }
  .topicscon .topicsdl .txd .tta span {
    font-size: 18px;
  }
  

}

.member {
  margin: 70px 0;
  padding: 50px 0 0;
}
.memberhd .tit {
  font-size: 80px;
  font-weight: 900;
}
.memberbd {
  display: flex;
  flex-direction: column;
  row-gap: 80px;
}
.membercard {
  display: flex;
  column-gap: 6%;
}
.membercard .pic {
  width: 50%;
}
.membercard .des {
  width: 44%;
  display: flex;
  flex-direction: column;
}
.membercard .des .enn {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: .06em;
  color: #999999;
}
.membercard .des .name {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .1em;
}
.membercard .des .info {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
.membercard .des .txt {
  flex: 1;
  margin-top: 30px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.16em;
}
.membercard .des .link {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.membercard .des .linktxt .dd {
  display: flex;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.membercard .des .linktxt .dd span {
  width: 77px;
}
.membercard .des .linkico {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.membercard .des .linkico .icolink {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
}
.membercard .des .linkico .icolink [class^=ico] {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.membercard .des .linkico .icolink .duplicate {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}
.membercard .des .linkico .icolink .ico_x {
  background: url(../img/ico_x2.png) center / 16px no-repeat;
}
.membercard .des .linkico .icolink .ico_ins {
  background: url(../img/ico_Instagram2.png) center / 18px no-repeat;
}
.membercard .des .linkico .icolink .ico_facebook {
  background: url(../img/ico_facebook.png) center / 22px no-repeat;
}
@media screen and (min-width: 1025px) {
  .membercard .des .linkico .icolink:hover [class^=ico] {
    transform: translateY(-100%);
  }
  .membercard .des .linkico .icolink:hover .duplicate {
    transform: translateY(0);
  }
  .membercard .des .linktxt .dd a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .membercard {
    column-gap: 4%;
  }
  .membercard .pic {
    width: 40%;
  }
  .membercard .des {
    width: 56%;
  }
}
@media (max-width: 767px) {
  .member {
    margin: 30px 0;
    padding: 30px 0 0;
  }
  .memberhd .tit {
    font-size: 40px;
  }
  .memberbd {
    margin-top: 25px;
    row-gap: 40px;
  }
  .membercard {
    flex-direction: column;
    row-gap: 20px;
  }
  .membercard .pic {
    width: 100%;
    text-align: center;
  }
  .membercard .des {
    width: 100%;
  }
  .membercard .des .enn {
    font-size: 14px;
  }
  .membercard .des .name {
    font-size: 20px;
  }
  .membercard .des .info {
    font-size: 14px;
  }
  .membercard .des .txt {
    margin-top: 20px;
    font-size: 14px;
  }
  .membercard .des .link {
    margin-top: 20px;
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.news {
  margin: 70px 0 140px;
  padding: 50px 0 0;
}
.newshd .tit {
  padding: 6px 0;
  font-size: 30px;
  font-weight: 900;
  border-top: 5px solid #000;
  border-bottom: 1px solid #000;
}
.newslist .newsdl {
  padding: 25px 0;
  display: flex;
  letter-spacing: .08em;
  border-bottom: 1px solid #aaa;
}
.newslist .newsdt  {
  width: 25%;
  padding: 0 10px;
}
.newslist .newsdd  {
  width: 75%;
}
.newslist .newsdl .date  {
  font-size: 14px;
  font-weight: 700;
}
.newslist .newsdl .check  {
  margin-top: 8px;
}
.newslist .newsdl .tit  {
  font-size: 15px;
  font-weight: 700;
}
.newslist .newsdl .txt  {
  margin-top: 12px;
  font-size: 15px;
  font-weight: 400;
}
.newslist .newsdl .txt a {
  text-decoration: underline;
}
@media (max-width: 1024px) {
}
@media (max-width: 767px) {
  .news {
    margin: 30px 0 70px;
    padding: 30px 0 0;
  }
  .newshd .tit {
    font-size: 20px;
    border-width: 3px;
  }
  .newslist .newsdl {
    padding: 20px 0;
    flex-direction: column;
    row-gap: 10px;
  }
  .newslist .newsdt  {
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
  }
  .newslist .newsdd  {
    width: 100%;
  }
  .newslist .newsdl .check {
    width: 60px;
    margin-top: 0;
  }
  .newslist .newsdl .check img {
    display: block;
  }
  .newslist .newsdl .tit  {
    font-size: 16px;
  }
  .newslist .newsdl .txt  {
    margin-top: 5px;
    font-size: 14px;
  }

}
.pickup {
  position: relative;
  padding: 110px 0 300px;
  background-color: #f6f6f6;
  border-radius: 120px;
}
.pickuphd {
  text-align: right;
}
.pickuphd .tit {
  font-size: 80px;
  font-weight: 900;
}
.pickuplar {
  display: flex;
  column-gap: 4%;
}
.pickuplar .pickuplit {
  position: relative;
  width: 48%;
  border: 1px solid #000;
}
.pickuplar .pickuplit.new::after {
  content: '';
  position: absolute;
  left: 0;
  top: 20px;
  display: block;
  width: 78px;
  height: 28px;
  background: url(../img/ico_new.jpg) center / contain no-repeat;
}
.pickuplit .des {
  padding: min(8.75%, 40px);
  border-top: 0;
}
.pickuplit .des .tit {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pickuplit .des .sub {
  margin-top: 8px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.pickuplit .des .txt {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.pickuplit .des .date {
  margin-top: 15px;
  min-height: 55px;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.36;
  letter-spacing: 0.1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.pickuplog {
  margin-top: 40px;
}
.pickuplog .des {
  padding: min(4.2%, 40px);
  border: 1px solid #000;
  border-top: 0;
}
.pickuplog .des .tit {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.pickuplog .des .sub {
  margin-top: 8px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.12em;
}
.pickuplog .des .txt {
  margin-top: 30px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.pickuplog .des .hd {
  position: relative;
}
.pickuplog .des .linkico {
  position: absolute;
  right: 5px;
  top: 5px;
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.pickuplog .des .linkico .icolink {
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  overflow: hidden;
}
.pickuplog .des .linkico .icolink [class^=ico] {
  display: block;
  width: 100%;
  height: 100%;
  transition: transform 0.4s;
}
.pickuplog .des .linkico .icolink .duplicate {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(100%);
}
.pickuplog .des .linkico .icolink .ico_x {
  background: url(../img/ico_x2.png) center / 16px no-repeat;
}
.pickuplog .des .linkico .icolink .ico_ins {
  background: url(../img/ico_Instagram2.png) center / 18px no-repeat;
}
.pickuppic {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
.picksoon {
    font-size: 50px;
    font-weight: 200;
    line-height: 1;
    color: #ccc;
    text-align: center;
    margin-top: 40px;
}
.pickupsolo {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(50%);
  overflow: hidden;
}
.pickupsolo .soloslick .item {
  padding: 0 15px;
  display: flex;
  column-gap: 30px;
  font-size: 86px;
  font-weight: 200;
  line-height: 1;
  color: #ccc;
}
.pickupsolo .soloslick .item span::first-letter {
  color: #000;
}
@media screen and (min-width: 1025px) {
  .pickuplog .des .linkico .icolink:hover [class^=ico] {
    transform: translateY(-100%);
  }
  .pickuplog .des .linkico .icolink:hover .duplicate {
    transform: translateY(0);
  }
  .membercard .des .linktxt .dd a:hover {
    text-decoration: underline;
  }
}
@media (max-width: 1024px) {
  .pickup {
    border-radius: 60px;
  }
  .pickuplar {
    flex-direction: column;
    row-gap: 20px;
  }
  .pickuplar .pickuplit {
    width: 100%;
  }
  .pickuplar .pickuplit .pic img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .pickup {
    padding: 40px 0 160px;
  }
  .pickuphd .tit {
    font-size: 40px;
  }
  .pickupbd {
    margin-top: 20px;
  }
  .pickuplit .des {
    padding: 20px;
  }
  .pickuplit .des .tit {
    font-size: 18px;
  }
  .pickuplit .des .sub {
    margin-top: 5px;
    font-size: 13px;
  }
  .pickuplit .des .txt {
    margin-top: 15px;
    font-size: 14px;
  }
  .pickuplit .des .date {
    min-height: 0;
    padding: 10px 0;
    font-size: 12px;
  }
  .pickuplog {
    margin-top: 20px;
  }
  .pickuplog .des {
    padding: 20px;
  }
  .pickuplog .des .tit {
    font-size: 18px;
  }
  .pickuplog .des .sub {
    margin-top: 5px;
    font-size: 13px;
  }
  .pickuplog .des .txt {
    margin-top: 15px;
    font-size: 14px;
  }
  .pickuplog .des .linkico {
    right: 0;
    top: 0;
    column-gap: 5px;
  }
  .pickuppic {
    bottom: 40px;
    width: 80px;
  }
  .pickupsolo .soloslick .item {
    padding: 0 10px;
    column-gap: 20px;
    font-size: 38px;
  }
  .picksoon {
    font-size: 30px;
  }

}
.backnumber {
  margin: 150px 0 50px;
  padding: 50px 0 0;
}
.backnumbercon {
  margin: 50px 0 0;
  display: flex;
  column-gap: 6%;
}
.backnumbercon .backnumberdl {
  width: 41.4%;
}
.backnumbercon .backnumberdl .sub {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.backnumbercon .backnumberdl .tit {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.backnumbercon .backnumberdl .date {
  margin-top: 30px;
  display: flex;
  column-gap: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.78;
}
.backnumbercon .backnumberdl .date .lab {
  flex: none;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  background-color: #000;
  border-radius: 16px;
}
.backnumbercon .backnumberdl .txt {
  margin-top: 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.68;
  letter-spacing: 0.16em;
}
.backnumbercon .backnumberdr {
  width: 38%;
}
.backnumbercon .backnumberdr .pic {
  border: 1px solid #d3d3d3;
}
@media (max-width: 1024px) {
  .backnumbercon {
    flex-direction: column;
    row-gap: 30px;
  }
  .backnumbercon .backnumberdl,
  .backnumbercon .backnumberdr {
    width: 100%;
  }
  .backnumbercon .backnumberdr .pic img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .backnumber {
    margin: 70px 0 20px;
    padding: 30px 0 0;
  }
  .backnumbercon {
    margin: 60px 0 0;
  }
  .backnumbercon .backnumberdl .sub {
    font-size: 14px;
  }
  .backnumbercon .backnumberdl .tit {
    font-size: 30px;
  }
  .backnumbercon .backnumberdl .date {
    margin-top: 15px;
    column-gap: 8px;
    font-size: 15px;
    line-height: 1.6;
  }
  .backnumbercon .backnumberdl .date .lab {
    padding: 0 16px;
    font-size: 13px;
    line-height: 24px;
    border-radius: 12px;
  }
  .backnumbercon .backnumberdl .txt {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.5;
  }
  .backnumbercon .backnumberdr {
    width: 60%;
    margin: 0 auto;
  }
  .backnumbercon .backnumberdr.pic-hori {
    width: 80%;
  }
}
.update {
  margin: 50px 0 150px;
  padding: 50px 0 0;
}
.updatecon {
  margin: 30px 0 0;
} 
.updatelist {
  display: flex;
  column-gap: 2%;
} 
.updatelist .item {
  width: 23.5%;
}
.updatelist .item .pic img,
.updatelist .item .pic iframe {
  width: 100%;
  aspect-ratio: 1.78; 
  border-radius: 20px;
} 
.updatelist .item .tit {
  margin-top: 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.16em;
} 
.updatelink {
  margin-top: 55px;
}
.updatelink .btnlink {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 0 auto;
  max-width: 340px;
  height: 60px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.16em;
  background-color: #000;
  border-radius: 30px;
}
.updatelink .btnlink .icoarrow {
  flex: none;
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.updatelink .btnlink .icoarrow::before,
.updatelink .btnlink .icoarrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_arrow.png) center / contain no-repeat;
}
.updatelink .btnlink .icoarrow::after {
  transform: translate(-100%, 100%);
}
@media screen and (min-width: 1025px) {
  .updatelink .btnlink:hover .icoarrow::before {
    transform: translate(100%, -100%);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .updatelink .btnlink:hover .icoarrow::after {
    transform: translate(0, 0);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
}
@media (max-width: 1024px) {
  .updatelist {
    flex-wrap: wrap;
    row-gap: 30px;
    column-gap: 30px;
  } 
  .updatelist .item {
    width: calc(50% - 15px);
  }
  .updatelist .item .pic img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .update {
    margin: 20px 0 80px;
    padding: 30px 0 0;
  }
  .updatecon {
    margin: 20px 0 0;
  } 
  .updatelist .item {
    width: 100%;
  }
  .updatelist .item .pic img {
    border-radius: 10px;
  } 
  .updatelink {
    margin-top: 40px;
  }
  .updatelink .btnlink {
    column-gap: 10px;
    max-width: 300px;
    height: 50px;
    font-size: 14px;
    border-radius: 25px;
  }
}
.lpcta {
  position: relative;
  margin: 150px 0 0;
  background-color: #f6f6f6;
  border-radius: 120px;
}
.lpcta::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 120px;
  background: #000;
  z-index: -1;
}
.lpctacon {
  padding: 130px 0 120px;
  text-align: center;
}
.lpctacon .tit {
  font-size: 80px;
  font-weight: 700;
}
.lpctalink {
  margin-top: 55px;
}
.lpctalink .btnlink {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  margin: 0 auto;
  max-width: 320px;
  height: 80px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.14em;
  background-color: #fae10e;
  border-radius: 40px;
}
.lpctalink .btnlink .icoarrow {
  flex: none;
  position: relative;
  width: 16px;
  height: 16px;
  overflow: hidden;
}
.lpctalink .btnlink .icoarrow::before,
.lpctalink .btnlink .icoarrow::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/ico_arrow_b.png) center / contain no-repeat;
}
.lpctalink .btnlink .icoarrow::after {
  transform: translate(-100%, 100%);
}
@media screen and (min-width: 1025px) {
  .lpctalink .btnlink:hover .icoarrow::before {
    transform: translate(100%, -100%);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .lpctalink .btnlink:hover .icoarrow::after {
    transform: translate(0, 0);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  
}
@media (max-width: 1024px) {
  .lpcta {
    border-radius: 60px;
  }
}
@media (max-width: 767px) {
  .lpcta {
    margin: 80px 0 0;
  }
  .lpctacon {
    padding: 50px 0;
  }
  .lpctacon .tit {
    font-size: 40px;
  }
  .lpctalink {
    margin-top: 30px;
  }
  .lpctalink .btnlink {
    max-width: 280px;
    height: 50px;
    font-size: 16px;
    border-radius: 25px;
  }
}

/* animate */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both
}

@keyframes fadeInUpLit {
  from {
    opacity: 0;
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpLit {
  animation-name: fadeInUpLit;
  animation-delay: 0.2s;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  to {
    opacity: 1
  }
}
.fadeIn{
  animation-name:fadeIn;
  animation-delay: 0.2s;
}
/* fancybox */
.pop-modal .fancybox-skin {
  padding: 50px 30px !important;
  background: none;
  border-radius: 16px;
}
.pop-modal .fancybox-close {
	top: 0;
	right: 0;
	width: 32px;
	height: 32px;
  background: url(../img/ico_close.svg) center / contain no-repeat;
}
.pop-modal .fancybox-nav {
  width: 50px;
}

.pop-modal .fancybox-prev {
	left: -50px;
}
.pop-modal .fancybox-next {
	right: -50px;
}
.pop-modal .fancybox-nav span {
  display: block;
	width: 16px;
	height: 16px;
  background: url(../img/arrow.svg) center / contain no-repeat;
  visibility: visible;
  transition: all 0.3s;
  opacity: 0.8;
}
.pop-modal .fancybox-next span {
  transform: rotateY(180deg);
}
.pop-modal .fancybox-prev:hover span {
  left: 0;
}
.pop-modal .fancybox-next:hover span {
  right: 0;
}

/* progress */
.progress {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  overflow-y: scroll;
  transition: all 0.4s;
}
.finished .progress {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.progress .progress_bar {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0%;
  height: 1px;
  background-color: #000;
}
.progress .progress_bar.run {
  width: 80%;
  transition: all 10s ease-out;
}
.progress .progress_bar.end {
  width: 100%;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}