@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;500;600;700;900&display=swap');

/*----------------------------------------------------------
フルサイズ設定
---------------------------------------------------------- */
#login_mypage,
#head-wrapper,
#global-navi,
#foot-wrapper,
#main:after {
  display: none;
}
#wrap,
#page-inner {
  padding: 0!important;
}
#body-wrapper {
  border: none!important;
  background: none!important;
}
body.paused *
{
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
/*----------------------------------------------------------
 リセット
---------------------------------------------------------- */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}
body {
  margin: 0;
  background: #050206;
}
img {
  width: 100%;
  height: auto;
  display: block;
}

/*----------------------------------------------------------
デフォルトCSSの強制解除
---------------------------------------------------------- */
#body {
  width: 100%;
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background: none;
}
#body-inner {
  width: 100%;
  padding: 0;
  margin: 0;
}
.one-col #centercol {
  width: 100%;
}
#main {
  width: 100%;
  padding: 0;
  margin: 0;
}
#Carea {
  width: 100%;
}

/*----------------------------------------------------------
共通設定
---------------------------------------------------------- */
#Item6920 {
  position: relative;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5rem;
}
.inner {
  position: relative;
  width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  margin: 0 auto;
}

/* 左右のグラデーション.graSect::before,
.graFtSect::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(to right, #000 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
.graSect::after,
.graFtSect::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 10%;
  height: 100%;
  background: linear-gradient(to left, #000 0%, transparent 100%);
  z-index: 1;
  pointer-events: none;
}
*/

.graSect {
  position: relative;
  width: 100%;
  padding: 10rem 0;
  background: linear-gradient(to bottom, #000000 0%, #640188 30%, #640188 80%, #000000 100%);
}


/*----------------------------------------------------------
Section 5
---------------------------------------------------------- */
.sect5 .inner {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}
.sect5 .inner .itemWrap {
  display: grid;
  gap: 0;
  grid-template-columns: repeat(2, 1fr);
}
.sect5 .inner .items {
  display: flex;
  flex-direction: column;
}
.sect5 a.itembtnFull {
  width: 100%;
  max-width: 610px;
}
.sect5 .items img:hover,
.sect5 .itembtnFull:hover {
  opacity: 0.8;
  transition: all .3;
}
@media screen and (max-width: 768px) {
  .sect5 .inner .itemWrap{
    grid-template-columns: 1fr;
  }
}

p.attentionTxt {
  font-size: 1rem;
  display: block;
  margin: 0;
}

/*----------------------------------------------------------
Section 6
---------------------------------------------------------- */
.sect6 {
  position: relative;
  width: 100%;
  padding: 5rem 0 2rem 0;
  background: linear-gradient(to bottom, #000000 0%, #640188 100%);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
.logos {
  width: 120px;
}
p.copyright {
  font-size: 0.9rem;
}