@charset "UTF-8";

/*CSSDocument*/


/* html body base
===============================================================*/


/*
html ----------------------------------------------------------*/

*{ margin:0px; padding:0px;}

body{
  color:#fff;
  margin:0;
  padding:0;
  /* background:#00267A; */
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  text-align:center;
  font-size:100%;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position:relative;
}

a:link,
a:visited,
a:hover,
a:active { color:#000;text-decoration:none;}

ul{ list-style:none;}

img {
  padding:0px;
  margin:0px;
  vertical-align:bottom;
  max-width: 100%;
  height: auto;
}
a {
  transition: all 0.5s ease-out;
}
a:hover {
  opacity:0.7;
}

section {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
}

/*
html ----------------------------------------------------------*/
.l-wrap {
  padding-top: 90px;
  box-sizing: border-box;
}
.l-inner {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 30px;
}
@media screen and (max-width: 768px){
  .l-wrap {
    padding-top: 60px;
  }
  .l-inner {
    padding: 0 20px;
  }
}

/* header */
.p-header {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.p-headerInner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  /* border-top: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right,  #ffc610 0%,#d9c61a 29%,#19c354 50%,#00a2ff 76%,#0088ff 100%) 1; */
}
.p-header__logo {
  /* width: 100px; */
  width: 120px;
}
.p-header__menu {
  display: flex;
}
.p-headerMenuList {
  display: flex;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .06em;
}
.p-headerMenuList > li {
  padding: 0 16px;
  box-sizing: border-box;
}
.p-headerMenuList > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  /* height: 78px; */
  height: 90px;
  color: #3a3a3a;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.p-headerMenuList > li a:hover {
  /* background-color: #fff; */
  opacity: .7;
}
.p-headerCtaBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
}
.p-headerCtaBtn > a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFC610;
  /* color: #001D7B; */
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  min-height: 50px;
  padding: 8px 25px 10px;
  /* border-radius: 15px; */
  border-radius: 25px;
  border: 1px solid #FFC610;
  box-sizing: border-box;
  -webkit-transition: all .4s ease-out;
  transition: all .2s ease-out;
}
.p-headerCtaBtn > a:hover {
  border-color: #001D7B;
  background-color: #fff;
  color: #001D7B;
  opacity: 1;
}
.p-headerCtaBtn__badge {
  display: inline-block;
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 4px 12px 5px;
  box-sizing: border-box;
  margin-right: 15px;
  color: #001D7B;
  border-style: solid;
  border-color: #001D7B;
  border-width: 2px 0;
}
.p-header__menuBtn {
  display: none;
}
@media screen and (max-width: 1100px){
  .p-headerMenuList {
    font-size: 18px;
  }
  .p-headerMenuList > li {
    padding: 0 12px;
  }
  .p-headerCtaBtn {
    margin-left: 15px;
  }
  .p-headerCtaBtn > a {
    font-size: 16px;
    padding: 10px 20px;
    /* border-radius: 15px; */
  }
}
@media screen and (min-width: 1001px){
  .p-header__menu {
    display: flex !important;
  }
}
@media screen and (max-width: 1000px){
  .p-headerInner {
    padding: 0 0 0 30px;
  }
  .p-header__menu {
    display: none;
    background-color: #efedeb;
    /* background-color: #ffffffee; */
    height: calc(100vh - 90px);
    width: 360px;
    position: fixed;
    top: 90px;
    right: 0;
    padding: 30px 20px 60px;
    box-sizing: border-box;
    z-index: 9000;
    overflow-y: scroll;
  }
  .p-header__menu::-webkit-scrollbar {
    width: 1px;
  }
  .p-header__menu::-webkit-scrollbar-track {
    background: #fff;
  }
  .p-header__menu::-webkit-scrollbar-thumb {
    background: #fff;
  }
  .p-headerMenuList {
    flex-direction: column;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: .06em;
  }
  .p-headerMenuList > li {
    padding: 0;
  }
  .p-headerMenuList > li + li {
    border-top: 1px solid #aaa;
  }
  .p-headerMenuList > li a {
    justify-content: flex-start;
    height: 56px;
    width: 100%;
    position: relative;
    padding: 0 5px;
    box-sizing: border-box;
  }
  .p-headerMenuList > li a:hover {
    background-color: #fff;
    opacity: 1;
  }
  .p-headerMenuList > li a::after {
    position: absolute;
    content: '';
    right: 8px;
    top: 25px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #4f4f4f;
    border-right: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
  }
  .p-headerCtaBtn {
    margin-left: 0px;
    margin-top: 30px;
  }
  .p-headerCtaBtn > a {
    font-size: 16px;
    min-height: 60px;
    width: 100%;
    padding: 10px 25px;
    /* border-radius: 10px; */
    border-radius: 30px;
  }
  .p-headerCtaBtn__badge {
    font-size: 14px;
    padding: 4px 12px 5px;
    margin-right: 15px;
  }

  .p-header__menuBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 90px;
    cursor: pointer;
    box-sizing: border-box;
  }
  .p-headerMenuBtnInner {
    position: relative;
    height: 30px;
    width: 40px;
  }
  .p-headerMenuBtnInner span {
    background-color: #3A3A3A;
    height: 2px;
    margin: auto;
    position: absolute;
    left: 0;
    -webkit-transition: All 0.3s ease;
    transition: All 0.3s ease;
    width: 100%;
    display: inline-block;
  }
  .p-headerMenuBtnInner span:first-of-type {
    top: 0px;
  }
  .p-header__menuBtn.is-opened .p-headerMenuBtnInner span:first-of-type {
    -webkit-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
    width: 100%;
    top: 0;
    /* background-color: #797978; */
  }
  .p-headerMenuBtnInner span:nth-of-type(2) {
    bottom: 0;
    left: 0;
    top: 0;
  }
  .p-header__menuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(2) {
    opacity: 0;
  }
  .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 0;
  }
  .p-header__menuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 2px;
    -webkit-transform: translateY(-13px) rotate(-45deg);
    transform: translateY(-13px) rotate(-45deg);
  }
}
@media screen and (max-width: 768px){
  .p-headerInner {
    padding: 0 0 0 20px;
    /* border-top: 4px solid;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right,  #ffc610 0%,#d9c61a 29%,#19c354 50%,#00a2ff 76%,#0088ff 100%) 1; */
  }
  .p-header__logo {
    /* width: 70px; */
    width: 90px;
  }
  .p-header__menu {
    display: none;
    height: calc(100vh - 60px);
    max-width: 500px;
    width: 100%;
    top: 60px;
    right: 0;
    padding: 20px 20px 50px;
  }
  .p-headerMenuList {
    font-size: 18px;
  }
  .p-headerMenuList > li a {
    height: 56px;
    padding: 0 5px;
  }
  .p-headerMenuList > li a::after {
    right: 8px;
    top: 25px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #4f4f4f;
    border-right: 0;
  }
  .p-headerCtaBtn {
    margin-left: 0px;
    margin-top: 30px;
  }
  .p-headerCtaBtn > a {
    font-size: 16px;
    min-height: 50px;
    padding: 10px 25px;
    /* border-radius: 8px; */
    border-radius: 25px;
  }
  .p-headerCtaBtn > a:hover {
    border-color: #FFC610;
    background-color: #FFC610;
  }

  .p-header__menuBtn {
    width: 70px;
    height: 60px;
  }
  .p-headerMenuBtnInner {
    height: 24px;
    width: 30px;
  }
  .p-headerMenuBtnInner span {
    height: 2px;
  }
  .p-header__menuBtn.is-opened .p-headerMenuBtnInner span:first-of-type {
    -webkit-transform: translateY(10px) rotate(45deg);
    transform: translateY(10px) rotate(45deg);
  }
  .p-header__menuBtn.is-opened .p-headerMenuBtnInner span:nth-of-type(3) {
    bottom: 2px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
  }
}

/* 追従ボタン */
.c-floatBtnBlock {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity .4s ease-out;
  transition: opacity .4s ease-out;
  height: 80px;
  background-color: #ffffff88;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
}
.c-floatBtnBlock.is-visible {
  opacity: 1;
  z-index: 800;
}
.c-floatBtn {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}
.c-floatBtn a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 708px;
  margin: 0 auto;
  background-color: #FFC610;
  /* color: #003366; */
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  padding: 2px 25px 2px;
  /* border-radius: 15px; */
  border-radius: 30px;
  border: 1px solid #FFC610;
  box-sizing: border-box;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}
.c-floatBtn a:hover {
  border-color: #001D7B;
  color: #003366;
  background-color: #fff;
  opacity: 1;
}
.c-floatBtn__badge {
  display: inline-block;
  background-color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 4px 12px 5px;
  box-sizing: border-box;
  margin-right: 15px;
  color: #001D7B;
  border-style: solid;
  border-color: #001D7B;
  border-width: 2px 0;
}
@media screen and (max-width: 768px){
  .c-floatBtnBlock {
    height: 65px;
  }
  .c-floatBtn {
    padding: 0 20px;
  }
  .c-floatBtn a {
    height: 50px;
    width: 100%;
    font-size: 16px;
    padding: 2px 20px;
    /* border-radius: 10px; */
    border-radius: 25px;
  }
  .c-floatBtn a:hover {
    border-color: #FFC610;
    background-color: #FFC610;
  }
  .c-floatBtn__badge {
    font-size: 14px;
    padding: 4px 8px 5px;
    margin-right: 15px;
  }
}

/* footer */
.p-footer {
  background:#00267A;
  padding: 200px 0 100px;
}
.p-footerInner {

}
.p-footerEventTitle {
  max-width: 1080px;
  margin: 0 auto 80px;
}
.p-footerBody {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-footerBody__main {
  display: flex;
  align-items: center;
}
.p-footerLogo {
  width: 120px;
}
.p-footerLinks {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 50px;
}
.p-footerLinks > li {
  
}
.p-footerLinks > li a {
  color: #fff;
}
.p-footerBody__copyright {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px){
  .p-footer {
    padding: 120px 0 85px;
  }
  .p-footerInner {

  }
  .p-footerEventTitle {
    margin: 0 auto 80px;
  }
  .p-footerBody {
    flex-direction: column;
  }
  .p-footerBody__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .p-footerLogo {
    width: 80px;
  }
  .p-footerLinks {
    font-size: 14px;
    margin-left: 20px;
  }
  .p-footerBody__copyright {
    font-size: 12px;
    margin-top: 20px;
  }
}
/* ここ一旦 */
/* .u-fadeUp,
.u-topFadeUp {
  opacity: 0;
} */
.u-fadeUp.is-active,
.u-topFadeUp.is-active {
  opacity: 1;
  animation: fadeup .8s linear 1;
}
@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.u-fadeIn {
  opacity: 0;
  -webkit-transition: opacity .8s ease-out;
  transition: opacity 2s ease-out;
}
.u-fadeIn.is-active {
  opacity: 1;
}


/* body base
===============================================================*/
