@charset "utf-8";
/* Reset
   ----------------------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

img,
object,
embed,
input, select {
      vertical-align: middle;
}

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

/* amp.cssを打ち消し */
.i-amphtml-fill-content{
    max-height: auto;
    min-height: auto;
}

/* Base
   ----------------------------------------------------------------- */
   html {
    font-size: 62.5%;
}
body {
    font-size: 1.6rem;
    line-height: 2;
    font-family: 'YakuHanJP','Noto Sans JP',"Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #383B4A;
    background: url('/wp-content/themes/eccube/img/lp/cases-type/bg_main.png');
    background-size: cover;
}

img{
    max-width: 100%;
    height: auto;
}
a{
    color: #3a3a3a;
    text-decoration: none;
}

.js-inview{
  opacity: 0;
  transform: translateY(30px);
  transition: .6s;
}
.js-inview.is-fadeIn{
  opacity: 1;
  transform: translateY(0px);
}
@media (min-width:768px){
  .p-speakers__info.js-inview:nth-child(4n){
    transition-delay: .6s
  }
  .p-speakers__info.js-inview:nth-child(4n-1){
    transition-delay: .4s
  }
  .p-speakers__info.js-inview:nth-child(4n-2){
    transition-delay: .2s
  }
}
h1,h2,h3,h4,h5 {
  margin: 0;
  padding: 0;
  line-height: 1.41;
}
p, div {
  margin: 0;
  padding: 0;
  line-height: 1.6;
}
a:hover {
  opacity: 0.8;
}

/* -------------------------------------------------- 
 　loading
-------------------------------------------------- */
.p-progress{
  background: rgba(0,0,0,1);
  color: rgba(255,255,255,1);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  opacity: 1;
}
.p-progress__bar{
  border-top: 1px solid rgb(160, 160, 160);
  color: rgba(255,255,255,1);
  position: absolute;
  top:50%;
  width: 0%;
}
.p-progress.is-complete{
  display: none;
}


/* -------------------------------------------------- 
 　main
-------------------------------------------------- */

.font_din {
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.p-triangle {
  width: 20px;
  display: block;
  margin: 0 auto;
}
.p-triangle_absolute {
  content: "";
  position: absolute;
  width: 20px;
  display: block;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
}
.section_heading_en,
.section_heading {
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}
.section_heading_en {
  font-size: 2.8rem;
  font-family: "din-2014", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}
.section_heading {
  font-size: 1.3rem;
}
@media (min-width: 768px){
  .section_heading_en {
    font-size: 4.2rem;
  }
  .section_heading {
    font-size: 1.8rem;
  }
}

/* .p-gnav
-------------------------------------------------- */
/* .container */
.p-g_nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 75px;
  z-index: 99;
  transition: all 0.2s 0s ease;
}
.p-g_nav .l-inner {
  padding: 0;
  height: inherit;
}
.p-gnav__menu-link:last-child {
margin-right: 15px;
}
.p-gnav__menu-link a {
  font-weight: bold;
  }
.p-g_nav .nav_container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;

  height: inherit;
}
@media (min-width: 768px){
  .p-g_nav .nav_container {
  justify-content: space-between;
}
}
/* .p-logo_icon */
a.p-logo_icon {
  background-image: url(/wp-content/themes/eccube/img/lp/cases-type/eccube_logo.png);
  max-width: 144px;
  margin: 0px 0 0 15px;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transition: all 0.2s 0s ease;
}
a.p-logo_icon.white {
  background-image: url(/wp-content/themes/eccube/img/lp/cases-type/eccube_logo_white.png);
}
@media (min-width: 768px){
a.p-logo_icon {
  max-width: 224px;
  margin: 0 0 0 20px;
}
}
/* .p-gnav__menu */
.p-gnav__menu {
  display: none;
  font-size: var(--u-text__s);
  transition: all 0.2s 0s ease;
}
@media (min-width: 768px){
  .p-gnav__menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
}
.p-gnav__menu .p-gnav__menu-link a {
  margin: 0 0 0 25px;
  color: #000;
}
.p-gnav__menu.white .p-gnav__menu-link a {
  color: #fff;
}
.p-nav__cvp {
  background: #000;
    height: 100%;
    width: 140px;
    margin-left: 25px;
    font-weight: bold;
    font-size: 1.08em;
    letter-spacing: 2px;
}
.p-nav__cvp a {
  display: flex;
  color: #fff;
  align-items: center;
  justify-content: center;
  height: 100%;
}
/* スクロールしたとき */
.p-g_nav.scrolled a.p-logo_icon {
  background-image: url(/wp-content/themes/eccube/img/lp/cases-type/eccube_logo.png);
  max-width: 144px;
}
.p-g_nav.scrolled .p-gnav__menu-link a {
  color: #333;
  font-size: var(--u-text__xs);
}
@media (min-width: 768px){
  .p-g_nav.scrolled {
    background: rgba(255, 255, 255, 0.95);
    height: 55px;
  }
  .p-g_nav.scrolled a.p-logo_icon {
    max-width: 180px;
  }
}



 

