/*
Theme Name:alienegg-child-2023
Template:alienegg
Author: paondp
Author URI: https://alienegg.jp/
Description: AlienEgg Official Website Renovation 2023
*/

/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;700&display=swap');

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

  common

------------------------------------------------------------------------------*/
html,
body {
  color: #333;
  background: transparent url(/wp-content/themes/alienegg-child/assets/update2025/images/common/bg.jpg) top center fixed;
  background-size: cover;
}

html {
  min-height: 100%;
  position: relative;
  box-sizing: border-box;
}

body {
  margin-bottom: 4rem;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.container {
  background-color: rgba(0,4,52,.75);
}

main {
  position: relative;
  max-width: 1280px;
  z-index: 100;
  margin: 0 auto 3rem;
}

@media (min-width: 1024px) {
  main {
    padding: 0 1rem;
  }
}


/* ---- link ---------------------------------------- */
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* a:hover {
  opacity: 0.5;
} */

/* ---- web font-setting ---------------------------------------- */
.noto400 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: normal;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.noto700 {
  font-family: 'Noto Serif JP', serif;
  letter-spacing: normal;
  font-weight: 700;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.noto-serif-jp {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}




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

  nav

------------------------------------------------------------------------------*/
/*=========================================
#hamburger
=========================================*/
.hamburger-bg {
  position: fixed;
  top: 0;
  right: 0;
  width: 62px;
  height: 62px;
  padding: 16px;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 16px #03193d;
  z-index: 140;
}

.hamburger {
  position: fixed;
  top: 16px;
  right: 16px;
  z-index: 150;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.hamburger.is-active span:nth-child(1) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.hamburger span {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 2px;
  background-color: rgb(0, 80, 255);
  /* background-color: #333333; */
  transition: transform .3s;
}

.hamburger.is-active span {
  background-color: rgb(0, 80, 255);
  /* background-color: #ffffff; */
}

.hamburger span:nth-child(1) {
  top: 30%;
}

.hamburger span:nth-child(2) {
  top: 60%;
}

.hamburger span:nth-child(3) {
  top: 90%;
}

/*=========================================
#drawer
=========================================*/
.drawer {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 130;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 80, 255, .85);
  /* background-color: #333333; */
  transition: opacity .3s, visibility .3s;
}

.drawer.is-active {
  visibility: visible;
  opacity: 1;
}

.drawer-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 20px;
}

.drawer__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  font-weight: bold;
  padding: 0;
  list-style-type: none;
}

.drawer__link {
  color: #ffffff;
}




/* ===============================================
# 共通
=============================================== */
a {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  background-size: cover;
  background-repeat: no-repeat;
  font-style: italic;
  vertical-align: middle;

  shape-margin: .75rem;
}

/* 実際のプロジェクトではここのコメントを解除して、スマホ時のみ表示させます。 */
/* .sp-show {
display: none;
}

@media screen and (max-width: 768px) {
.sp-show {
  display: block;
}
.sp-none {
  display: none;
}
} */






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

  KV

------------------------------------------------------------------------------*/
.alienegg-kv {
  background: transparent url(/wp-content/themes/alienegg-child/assets/update2025/images/common/top/main-image_sp.png) top center no-repeat;
  background-size: 375px;
  position: absolute;
  width: 100%;
  height: 100%;
}

@media (min-width: 375px) {
.alienegg-kv {
    background-size: 100%;
}
}


@media (min-width: 680px) {
.alienegg-kv {
      background: transparent url(/wp-content/themes/alienegg-child/assets/update2025/images/common/top/main-image_pc.png) top center no-repeat;
      background-size: 960px;
  }
}

@media (min-width: 1024px) {
.alienegg-kv {
      background-size: auto;
  }
}





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

  header

------------------------------------------------------------------------------*/
header {
    position: relative;
    max-width: 1280px;
    margin: 0 auto 2rem;
}

/* logo - toppage */
.alienegg-logo {
  width: 60%;
  text-align: center;
  padding-top: 150px;
  margin: 0 auto;
}

@media (min-width: 380px) {
  .alienegg-logo {
    padding-top: 40%;
    margin: 0 auto;
  }
}

@media (min-width: 680px) {
  .alienegg-logo {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 45%;
    padding-top: 0;
    margin: 0;
  }
}

@media (min-width: 1024px) {
  .alienegg-logo {
    top: 10%;
    left: 10%;
    width: 520px;
  }
}

.catch {
  padding: 0 1rem 1rem;
  text-align: center;
}

@media (min-width: 680px) {
  .catch {
    padding-top: 32%;
  }
}

.lead {
  color: #fff;
  font-size: 0.875rem;
  background-color: rgba(0, 0, 0, 0.5);
  text-indent: 1rem;
  line-height: 1.5;
  padding: 1rem;
}

.lead p:not(:last-child) {
  margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
  .lead {
    font-size: 1rem;
    line-height: 1.6;
    padding: 2rem;
  }
}

@media (min-width: 1024px) {
  .lead {
    margin: 0 1rem;
    border-radius: 8px;
  }
}

@media (min-width: 1280px) {
  .lead {
    font-size: 1.25rem;
  }
}





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

  footer

------------------------------------------------------------------------------*/
footer {
  padding: 0 2rem;
}

footer aside {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

footer ul {
  position: absolute;
  top: 21%;
  display:flex;
  justify-content: center;
  list-style: none;
  padding: .5rem 2rem;
  width: 100%;
}

footer ul li:not(:last-child) {
  margin-right: 1rem;
}

.copyright {
  text-align: center;
  color: #fff;
}

@media (min-width: 768px) {
  footer ul {
    top: 24%;
  }
}




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

  object - project

------------------------------------------------------------------------------*/
.cp-wrap.active {
  background-color: rgba(5, 0, 58, 0.6);
  margin-bottom: 3rem;
}

.cp-content {
  max-width: 1280px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .cp-content {
    border-radius: 8px;
  }
}

/* ---- キャンペーンブロック ---------------------------------------- */
.cp-inner {
  padding: 1rem;
}

@media (min-width: 768px) {
  .cp-inner {
    padding: 2rem;
    margin: 0 auto;
    border-radius: 8px;
  }
}

@media (min-width: 1024px) {
  .cp-inner {
    margin: 0 1rem;
  }
}

@media (min-width: 1280px) {
  .cp-inner {
    max-width: 1280px;
  }
}

/* ---- チャプタータイトル / リード ---------------------------------------- */
.chapter-title {
  text-align: center;
  font-size: 2.25rem;
  color: #fe0;
  background-color: #f95c01;
  padding: 0.75rem 0;
  margin-bottom: 1.5rem;
  box-shadow: 0px 16px 16px -8px rgba(0, 0, 0, 0.65);
}

@media (min-width: 768px) {
  .chapter-title {
    font-size: 3rem;
    margin-bottom: 2rem;
  }
}

@media (min-width: 1024px) {
  .chapter-title {
    border-radius: 8px 8px 0 0;
  }
}

.cp-lead {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  padding: 0 1rem;
}

@media (min-width: 768px) {
  .cp-lead {
    padding: 0 2rem;
  }
}

.cp-inner-lead {
  font-size: 1.25rem;
  color: #fff;
  font-weight: bold;
  padding: 1rem 0;
  margin-bottom: 1.5rem;
}




/* ---- コンテンツタイトル ---------------------------------------- */
.contents-title {
  text-align: center;
}




/* ---- youtube thumb ---------------------------------------- */
.youtube-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto 3rem;
}

.youtube-thumb a {
  display: block;
}

.youtube-thumb a:hover {
  opacity: 0.6;
}

.youtube-thumb a img {
  border: solid 4px #fff;
  border-radius: 8px;
}

@media (min-width: 768px) {
  .youtube-thumb {
    gap: 24px;
  }

  .youtube-thumb a {
    width: 48%;
  }
}


/* ---- events thumb ---------------------------------------- */
.events-thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 16px;
  max-width: 1280px;
  padding: 0 1rem;
  margin: 0 auto 3rem;
}

.events-thumb a {
  display: block;
}

.events-thumb a:hover {
  opacity: 0.6;
}

@media (min-width: 768px) {
  .events-thumb {
    gap: 24px;
  }

  .events-thumb a,
  .events-thumb-image {
    width: 48%;
  }
}





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

  object - utility

------------------------------------------------------------------------------*/
/* ---- chapter ---------------------------------------- */
.chapter {
  max-width: 640px;
  margin: 0 auto;
}

/* ---- button ---------------------------------------- */
/*ボックスサイズ算出をborer-boxに */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  /* letter-spacing: 0.1em; */
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  text-align: center;
}

/* 問い合わせボタン */
a.btn--yellow {
  color: #000;
  background-color: #fff100;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 35, 0.35);
}

a.btn--yellow:hover {
  color: #000;
  background: #fff20a;
}

a.btn--yellow.btn--cubic {
  border-bottom: 5px solid #ccc100;
}

a.btn--yellow.btn--cubic:hover {
  margin-top: 3px;
  border-bottom: 2px solid #ccc100;
}

a.btn-c {
  font-size: 1.25rem;
  position: relative;
  padding: 1rem 1.5rem;
  border-radius: 100vh;
}

@media (min-width: 768px) {
  a.btn-c {
    font-size: 1.8rem;
    padding: 2rem 5rem;
  }
}

/* ---- padding ---------------------------------------- */
.pd16 {
  padding: 1rem;
}

/* ---- margin ---------------------------------------- */
.mb16 {
  margin-bottom: 1rem;
}


/* ---- Line breaks ---------------------------------------- */
@media (min-width: 768px) {
  .line-breaks {
    margin: 0 24px;
  }
}


/* ---- page top ---------------------------------------- */
#pagetop {
    position: fixed;
    bottom: 1.5em;
    right: 1.5em;
    width: 64px;
    height: 64px;
    z-index: 999;
}
  
/* ---- google map responsive ---------------------------------------- */
.g-map {
    position: relative;
    padding-top: 56.25%;
    /* or 75%;(4:3) */
    height: 0;
    overflow: hidden;
}
  
.g-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
/* ---- youtube responsive ---------------------------------------- */
.video {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
  
.video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


/* 独自サムネイル */
.movie {
  width: 100%;
  padding-top: 56.25%;
  /* width: 600px;
  height: 360px; */
  /* margin: 30px auto 30px; */
  margin: 0 auto 1.5rem;
  position: relative;
}

.movie-inner {
  display: block;    
  width: 100%;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
}

.thumb {
  width: 100%;
  max-width: 100%;
}

.movie-player {
  position: relative;
  z-index: 10;
}

.movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.playbtn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  background: transparent url(/wp-content/themes/alienegg-child/assets/update2025/images/common/youtube.png) center center no-repeat;
  background-size: 30%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.playbtn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

@media screen and (min-width: 480px) {
  .playbtn {
    background-size: auto;
  }
}




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

  content tab control

------------------------------------------------------------------------------*/
.cp-content {
  height: 0;
  overflow-y: clip;
}

.cp-content.active {
  height: auto;
  animation: fade 0.5s ease;
}

@keyframes fade {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}




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

  Swiper

------------------------------------------------------------------------------*/
/* 前への矢印 */
/* .swiper-button-prev {
  left: -30px !important;
} */

/* 次への矢印 */
/* .swiper-button-next {
  right: -30px !important;
} */

/* ページネーション */
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -25px !important;
}

.slide-wrap {
  margin: 0 auto 2rem;
  max-width: 100%;
  position: relative;
}

/* .swiper {
  max-width: 95%;
} */

.swiper-slide img {
  height: auto;
  width: 100%;
}

.swiper-button-lock {
  display: block !important; 
}

.swiper-button-next, .swiper-button-prev {
  height: 24px !important;
}

.swiper-pagination-bullet {
  background-color: #fff !important;
  opacity: 0.3 !important;
}
.swiper-pagination-bullet-active {
  background-color: #fe0 !important;
  opacity: 1 !important;
}