@charset "utf-8";

@font-face {
  font-family: 'CANDY';
  src: url('../font/CANDY.woff') format('woff');
       url('../font/CANDY.ttf') format('truetype');
       url('../font/CANDY.eot') format("embedded-opentype");
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font: inherit;*/
  vertical-align: baseline;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* ----------------------------------------------

 * 設定をしなおす

---------------------------------------------- */
body {
  margin: 0 auto;
  padding: 0;
  font-size: 17px;
  line-height: 1.6em;
  -webkit-text-size-adjust: 100%;
  font-family: CANDY, sans-serif; 
  color: #b3b3b3;
  font-weight: 400;
}

h1,h2,h3,h4,h5,h6 {
  font-weight: 400;
}


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}


/* ----------------------------------------------

 * アンカータグの設定

---------------------------------------------- */
a {
  outline:none;
  color: #000;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
}

.clr {
  zoom:1;
  display:inline-table;
}
.clr:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
  font-size:0;
  line-height:0;
  }

* html .clr {
  height:1%;
  display:inline-table;
  display:block;
  height:1%;
}
.clr {
  display:block;
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}

@media(max-width:767px){
  .sp_none{display:none !important;}
}
@media print, screen and ( min-width : 768px ) {
  .sp{
    display:none;
  }
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

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

@media only screen and ( max-width : 767px ) {
  .box {
    margin-bottom: 50px;
  }
  .sbox {
    margin-bottom: 25px;
  }
  .sp_box {
    margin-bottom: 50px;
  }
  .br_pc {
    display: none;
  }
  .sec {
    padding: 50px 0;
  }
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .br_sp {
    display: none;
  }
  .sec {
    padding: 100px 0;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .box {
    margin-bottom: 80px;
  }
  .sbox {
    margin-bottom: 40px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   HEADER

--------------------------------------------------------------------------------------------- */
#header {
  background: #b7ebff;
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 999;
}


@media only screen and ( max-width : 991px ) {
  #header {
    height: 70px;
    padding-left: 15px;
  }
  #h_logo img {
    max-width: 50px;
  }
  .header_sns_link {
    margin-right: 90px;
  }
  .header_sns_link li {
    margin-right: 20px;
  }
  .header_sns_link li:last-child {
    margin-right: 0;
  }
  .header_sns_link li img {
    max-width: 30px;
  }
}
@media print, screen and ( min-width : 992px ) {
  #header {
    padding: 20px 30px;
  }
  .header_sns_link {
    margin-left: 30px;
  }
  .header_sns_link li {
    margin-right: 20px;
  }
  .header_sns_link li:last-child {
    margin-right: 0;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .header_sns_link {
    margin-left: 60px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   MENU

--------------------------------------------------------------------------------------------- */


@media only screen and ( max-width : 991px ) {
  .overlay {
    content: "";
    display: block;
    width: 0;
    height: 0;
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11;
    opacity: 0;
    transition: opacity .5s;
  }
  .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }

  #menu_btn {
    width: 70px;
    height: 70px;
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .menu-trigger {
    display: inline-block;
    width: 34px;
    height: 26px;
    vertical-align: middle;
    text-align: center;
    position: relative;
  }
  .menu-trigger span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all .5s;
  }
  .menu-trigger.active span {
  }
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  .menu-trigger span:nth-of-type(3) {
  }
  #menu_btn.active .menu-trigger span:nth-of-type(1) {
    transform: translateY(12px) rotate(-45deg);
    background-color: #8dd8ff;
    width: 100%;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 12px;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }
  #menu_btn.active .menu-trigger span:nth-of-type(3) {
    transform: translateY(-12px) rotate(45deg);
    background-color: #8dd8ff;
    width: 100%;
  }
   
  nav {
    width: 250px;
    overflow: auto;
    padding: 50px 0;
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 12;
    transform: translate(250px);
    transition: all .5s;
  }
  nav.open {
    transform: translateZ(0);
  }
  nav li {
    font-size: 26px;
    padding: 0 20px;
  }
  nav li a {
    position: relative;
    padding: 20px;
    display: block;
    color: #8dd8ff;
  }
}
@media print, screen and ( min-width : 992px ) {
  #menu_btn,
  .overlay {
    display: none;
  }
  nav li {
    margin-right: 30px;
  }
  nav li:last-child {
    margin-right: 0;
  }
  nav li a {
    color: #fff;
    font-size: 30px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  nav li {
    margin-right: 40px;
  }
  nav li a {
    font-size: 36px;
  }
}


/* ---------------------------------------------------------------------------------------------

　   FOOTER

--------------------------------------------------------------------------------------------- */
#footer {
  text-align: center;
  background: #ffdd8f;
  color: #fff;
}
#footer_logo a {
  display: inline-block;
}
.footer_sns_link li:last-child {
  margin-right: 0;
}
.nft_calendar_link {
  display: block;
  margin: 0 auto;
}
#footer .title span {
  background: #ffc33b;
  border-radius: 100px;
}

@media only screen and ( max-width : 767px ) {
  #footer {
    padding: 40px 0 80px;
  }
  #footer_logo {
    margin: 80px 0;
  }
  #footer_logo img {
    max-width: 200px;
  }
  .footer_sns_link li {
    margin-right: 30px;
  }
  .footer_sns_link li img {
    max-width: 28px;
  }
  .nft_calendar_link {
    margin-bottom: 30px;
    max-width: 100px;
  }
}

@media print, screen and ( min-width : 768px ) {
  #footer {
    padding: 100px 0 50px;
  }
  #footer_logo {
    margin: 100px 0;
  }
  .copy {
    font-size: 2vw;
  }
  .footer_sns_link li {
    margin-right: 40px;
  }
  .nft_calendar_link {
    margin-bottom: 80px;
    max-width: 150px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   PAGE TOP

--------------------------------------------------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
#pageTop a {
  display: block;
}
#pageTop a:hover {
}

@media only screen and ( max-width : 767px ) {
  #pageTop img {
    max-width: 50px;
  }
}

/* ---------------------------------------------------------------------------------------------

　   STYLE

--------------------------------------------------------------------------------------------- */
main {
  overflow: hidden;
}

/* ---------------------------------------------------------------------------------------------

　   ANIMATION

--------------------------------------------------------------------------------------------- */

.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}

.zoomin {
  opacity: 0;
  animation-fill-mode: forwards;
  animation-timing-function:cubic-bezier(0.25, 1, 0.5, 1);
  transition: .8s;
}
.zoomin.infinite {
  animation-iteration-count: infinite;
}
.zoomin.zoomin__active {
  opacity: 1;
  animation-duration: .8s;
  animation-name: zoomIn;
}
 
@keyframes zoomIn {
  0% {
    transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.zoomin.zoomin__active.delay1 {
  transition-delay: 1s;
  animation-delay: 1s;
}
.zoomin.zoomin__active.delay2 {
  transition-delay: 1.5s;
  animation-delay: 1.5s;
}

.fadein_up {
  opacity: 0;
  transition: .8s;
  animation-timing-function:cubic-bezier(0.34, 1.56, 0.64, 1);
}
.fadein_up.fadein_up__active {
  opacity: 1;
  animation-name: fadein_up__active;
  animation-duration: 1.2s;
}
.order2_anim .fadein_up.fadein_up__active:nth-child(2n) {
  transition-delay: .3s;
  animation-delay: .3s;
}
.order2_anim .fadein_up.fadein_up__active:nth-child(2n) {
  transition-delay: .3s;
  animation-delay: .3s;
}
.order3_anim .fadein_up.fadein_up__active:nth-child(3n+2) {
    transition-delay: .3s;
    animation-delay: .3s;
}
.order3_anim .fadein_up.fadein_up__active:nth-child(3n) {
    transition-delay: .6s;
    animation-delay: .6s;
}
@media screen and (min-width:768px) {
  .order2_anim_pc .fadein_up.fadein_up__active:nth-child(2n) {
    transition-delay: .3s;
    animation-delay: .3s;
  }
  .order3_anim_pc .fadein_up.fadein_up__active:nth-child(3n+2) {
      transition-delay: .3s;
      animation-delay: .3s;
  }
  .order3_anim_pc .fadein_up.fadein_up__active:nth-child(3n) {
      transition-delay: .6s;
      animation-delay: .6s;
  }
}
@keyframes fadein_up__active {
    from {
        transform: translateY(30px);
    }
    to {
        transform: translateY(0);
    }
}



/* ---------------------------------------------------------------------------------------------

　   XXXX

--------------------------------------------------------------------------------------------- */

@media only screen and ( max-width : 767px ) {
}

@media only screen and ( max-width : 480px ) {
}

@media print, screen and ( min-width : 768px ) {
}