/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* ↑上のコメント 絶対消さないで！ */

/* ここから山﨑が追加したものです 消したら不具合とかいらない要素とかが出てくるはず*/

/* lightningのテーマに元から入っていたカルーセルを消す */
#top__fullcarousel{
	display: none !important;
}

/* li内の箇条書きの点を消す */
ul {
  list-style: none;
}

/* 固定ページの要素が左に寄ってしまう不具合を修正 */
@media (min-width: 1px) {
    .mainSection-col-two {
        width: 100%;
    }
}

/* 山﨑が追加したもの おわり */

/*新歓まで書いておく*/
.nav_button{
	display: none;
}


/*header*/
.header{
    position: fixed;
    top:0px;
    padding:10px 20px;
    z-index: 9999;
    width: 100vw;
    box-sizing: border-box;
}

.header_inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 12px 16px;
}

.header_logo{
    display: flex;
    justify-content: center;
}

.header_logo img{
    width: 60px;
}

.nav_list{
    display: flex;
    list-style: none;
}

.nav_item{
    margin-left: 20px;
}

.nav_item a{
    font-family: Helvetica Neue, Helvetica, Arial, Segoe UI, YuGothic, Yu Gothic, Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
      font-weight: 700;
      letter-spacing: .06em;
      line-height: 2;
      font-feature-settings: "palt" 1;
      text-decoration: none;
      transition: color .3s ease;
      color: #23221E;
      font-size: 13px;
}

.nav_button{
    white-space: nowrap;
    width: 120px;
    height: 40px;
    overflow:hidden;
    border-radius: 9999px;
    background-color: #0C1530;
}

.nav_button a{
    text-decoration: none;
    font-family: Helvetica Neue, Helvetica, Arial, Segoe UI, YuGothic, Yu Gothic, Hiragino Sans, ヒラギノ角ゴ ProN, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, MS Pゴシック, MS PGothic, sans-serif;
    font-weight: 700;
    letter-spacing: .06em;
    line-height: 2;
    font-feature-settings: "palt" 1;
    text-decoration: none;
    transition: color .3s ease;
    color: #fff;
    font-size: 13px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; 
}

.nav_button i{
    color: #fff;
}
/*sp版*/
@media only screen and (max-width: 980px) {
    .nav{
        position: fixed;
        right: -320px;
        top: 0;
        width: 300px;
        height: 100vh;
        padding-top: 60px;
        background-color: #fff;
        transition: all .6s;
        z-index: 200;
        overflow-y: auto;
    }

    .hamburger{
        border-radius: 50%;
        background-color: #0C1530;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        width: 40px;
        height: 40px;
        cursor: pointer;
        z-index: 300;
    }

    .nav_list{
      display: block;
    }

    .nav_item{
        padding-top: 30px;
        padding-left: 15px;
    }

    .nav_item a{
      margin-top: 20px;
      text-decoration: none;
    }

    .nav_item a:hover{
      background-color: #eee;
    }

    .hamburger_border{
      position: absolute;
      left: 11px;
      width: 18px;
      height: 2px;
      background-color: #fff;
      transition: all .6s;
    }

    .hamburger_border_top{
      top: 14px;
    }

    .hamburger_border_center{
      top: 20px;
    }

    .hamburger_border_bottom{
      top: 26px;
    }

    .black_bg{
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: 100;
      background-color: #333;
      opacity: 0;
      visibility: hidden;
      transition: all .6s;
      cursor: pointer;
    }

    .nav_button{
        position: absolute;
        top: 50%;
        right: 45px;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .nav_button_sp{
        position: absolute;
        margin-top: 32px;
        bottom: 10%!important;
        left: 50%!important;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
    }
    
    .nav-open .nav{
      right: 0;
    }
    .nav-open .black_bg{
      opacity: .8;
      visibility: visible;
    }
    .nav-open .hamburger_border_top{
      transform: rotate(45deg);
      top: 20px;
    }
    .nav-open .hamburger_border_center{
      width: 0;
      left: 50%;
    }
    .nav-open .hamburger_border_bottom{
      transform: rotate(-45deg);
      top: 20px;
    }
}
/*pc版*/
@media only screen and (min-width: 980px) {
  .nav{
    display: flex;
    justify-content: center;
    align-items: center;
}

    .nav_button_pc{
        display: none;
    }

    .nav_button_sp{
        margin-left: 20px;
    }
}

/*footer*/
footer{
    background-color: #1c273e;
    position: relative;
    display: -ms-grid;
    display: grid;
    padding: 38px 25px 24px 25px;
    -ms-grid-rows: 44px 40px 1fr 40px auto 40px auto;
    -ms-grid-columns: 1fr 40px auto;
    grid-template:
        "logo sns" 44px
        "nav nav" 1fr
        "util pagetop" auto
        "copyright pagetop" auto / 1fr auto;
    gap: 40px;
  }
  
  .footer_logo{
    grid-area: logo;
    margin: 0;
    display: flex;
    align-items: center;
  }
  
  .footer_logo p{
  margin-left: 10px;
  }
  
  .footer_logo img{
  display: flex;
  align-items: center;
  max-width: 100%;
  width: auto;
  height: 70px;
  }
  
  .footer_nav{
    display: contents;
  }
  
  .footer_nav_inner{
    margin: 0;
    margin-top: 5px;
    padding: 0;
    list-style: none;
  
  }
  
  .footer_nav_inner li{
    position: relative;
    white-space: nowrap
  }
  
  .footer_nav_inner li:nth-child(n+2){
    margin-top: 16px;
  }
  
  .footer_nav_inner li a{
      display: block;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      letter-spacing: .06em;
      line-height: 1.75;
      font-feature-settings: "palt" 1;
      text-decoration: none;
      transition: color .3s ease;
  }
  
  .footer_nav_inner li a span{
    display: block;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: 0;
      color: #dddcda;
  }
  
  .footer_contents{
    display: contents;
  }
  
  .footer_contents_inner{
    margin: 0;
    padding: 0;
    grid-area: util;
    list-style: none;
  }
  
  .footer_contents_inner li{
    margin-top: 10px;
    font-size: .75rem;
      line-height: 1.3333333333;
  }
  
  .footer_contents_inner li a{
    font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      letter-spacing: .06em;
      line-height: 1.75;
      font-feature-settings: "palt" 1;
      color: #747474;
      text-decoration: none;
  }
  
  .fa-arrow-up-right-from-square{
      color: #747474;
  }
  
  .footer_sns{
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
      grid-area: sns;
  }
  
  .footer_sns a{
    line-height: 1;
  }
  
  .footer_sns a svg{
      display: block;
      fill: #dddcda;
      width: 32px;
      height: 22px;
  }
  
  .footer_copyright{
      display: flex;
        margin: 0;
      grid-area: copyright;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      letter-spacing: .06em;
      font-feature-settings: "palt" 1;
      font-size: .6875rem;
      line-height: 1.1818181818;
      color: #747474;
  }
  
  .footer_copyright span{
      display: none;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      letter-spacing: .06em;
      font-feature-settings: "palt" 1;
      font-size: .6875rem;
      line-height: 1.1818181818;
      color: #747474;
  }
  
  @media screen and (min-width: 1190px) {
  .footer{
      background-color: #1c273e;
      margin-left: auto;
      margin-right: auto;
      padding-top: 60px;
      padding-left: 56px;
      padding-right: 56px;
      padding-bottom: 48px;
      -ms-grid-rows: auto;
      grid-template:
      "logo nav nav"
      "copyright util sns";
      gap: 70px 50px;
      position: relative;
      display: -ms-grid;
      display: grid;
  }
  
  .footer_nav{
    display: contents;
  }
  
  .footer_nav_inner{
      display: flex;
      justify-content: flex-end;
      align-content: center;
      align-items: center;
      margin: 0;
      grid-area: nav;
  }
  
  .footer_logo{
      grid-area: logo;
      margin: 0;
      display: flex;
      align-items: center;
  }
  
  .footer_logo p{
    margin-left: 10px;
  }
  
  .footer_title{
    margin-left: 0px;
  }
  
  .footer_title01{
    color: #dddcda;
    font-size: 14px;
    font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    padding-left: 2.5px;
    margin-bottom: -2.5px;
  }
  
  .footer_title02{
    color: #dddcda;
    font-size: 24px;
    font-family: "shippori-mincho", serif;
    font-weight: 400;
    font-style: normal;
    margin: 0;
  }
  
  .footer_logo img{
    display: flex;
    align-items: center;
    max-width: 100%;
    width: auto;
    height: 70px;
  }
  
  .footer_contents_inner{
      overflow: hidden;
      display: flex;
      justify-content: flex-end;
      align-content: center;
      align-items: center;
      margin: 0;
      padding: 0;
  }
  
  .footer_nav_inner li:nth-child(n+2){
    margin-top: 0px !important;
  }
  
  .footer_nav_inner li{
      position: relative;
  }
      
  .fa-arrow-up-right-from-square{
      color: #747474;
  }
  
  .footer_nav_inner a{
      padding: 9px 12px;
      display: block;
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      letter-spacing: .06em;
      line-height: 1.75;
      font-feature-settings: "palt" 1;
      text-decoration: none;
      transition: color .3s ease;
  }
  
  .footer_nav_inner span{
      color: #dddcda;
      padding-top: 2px;
      border-bottom: 2px solid transparent;
      display: block;
      font-size: 1rem;
      line-height: 1.5;
      letter-spacing: 0;
  }
  
  .footer_contents{
      grid-area: sns;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      -moz-column-gap: 56px;
      column-gap: 56px;
      padding-right: 4px;
  }
  
  .footer_contents_inner{
      font-size: .75rem;
      line-height: 1.3333333333;
      margin-top: 0;
      margin-left: 24px;
  }
  
  .footer_contents_inner a{
      font-family: "Zen Kaku Gothic New", sans-serif;
      font-weight: 700;
      letter-spacing: .06em;
      line-height: 1.75;
      font-feature-settings: "palt" 1;
      color: #333;
      text-decoration: none;
  }
  
  .footer_contents_inner li:nth-child(n+2){
      margin: 0px 0px 0px 24px!important;
  }
  
  .footer_sns{
      justify-content: flex-end;
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: center;
      align-content: center;
      align-items: center;
  }
  
  .footer_sns li{
      line-height: 1;
  }
  
  .footer_sns a{
      display: block;
      padding: 10px;
  }
  
  .footer_sns a svg{
      width: 24px;
      height: 22px;
      vertical-align: top;
      fill: #dddcda;
  }
  
  .footer_copyright{
      align-self: center;
      margin: 0;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      letter-spacing: .06em;
      font-feature-settings: "palt" 1;
      font-size: .6875rem;
      line-height: 1.1818181818;
      color: #747474;
  }
      
  .footer_copyright span{
      display: block;
  }
  }

/*404ページ*/
.sub-section--col--two{
	display: none !important;
}

.epage{
	height: 100vh;
	width: auto;
	margin: 20px 30px;
}

.epage h1{
	text-align: center;
}

.epage img{
	width: 40px;
	height: auto;
	display: flex;
  	justify-content: center;
}

.epage_button {
    background-color: #1c273e;
    border: 1px solid #e4d68c;
    color: #dddcda;
    cursor: pointer;
    display: block;
    max-width: 280px;
    padding: 1.0em 1.3em;
    margin: 0 auto;
    margin-top: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 100%;
    align-items: center;
}

.epage_button:after {
    color: #e4d68c;
    border: 4px solid transparent;
    border-bottom: 4px solid;
    border-right: 4px solid;
    bottom: 4px;
    content: "";
    display: inline-block;
    position: absolute;
    right: 4px;
}

.epage_button:hover {
background-color: rgba(0, 0, 0);
transition: all 0.4s linear;
}
