body {
  margin: 0;
  padding: 0;
  color: #555;
}

html, body {
  height: 100%;
}

img {
  line-height: 0;
  font-size: 0;
  border: 0;
}

a img, fieldset, img {
  border: 0;
}

blockquote, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, ul, li, ol, p, pre, span, td, th {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, address {
  font-size: 100%;
}

ul, li, ol {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

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

a:hover, a:active {
  color: #333;
  text-decoration: none;
}

a {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.80;
  opacity: 0.80;
}

img {
  vertical-align: top;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 760px) {
  .sp {
    display: none !important;
  }

  .pc {
    display: block;
  }
}
@media screen and (max-width: 759px) {
  body {
    font-size: 3.4vw;
  }

  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .fit {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
  }
}
.cInner {
  width: 960px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .cInner {
    width: 100%;
    padding: 0 5vw;
  }
}

#container {
  margin: 0 auto;
  text-align: center;
  line-height: 160%;
  min-width: 1000px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Lato", "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 759px) {
  #container {
    min-width: 100%;
    font-size: 3.4vw;
  }
}

/*-------------------------------------------------
	++ COMMON 
-------------------------------------------------*/
#main {
  position: relative;
  height: 100vh;
}
@media screen and (max-width: 759px) {
  #main {
    height: 100svh;
  }
}
#main #mainLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 50%;
}
#main #mainLogo img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
@media screen and (max-width: 759px) {
  #main #mainLogo {
    width: 90%;
  }
}

#videoWrap {
  position: relative;
  text-align: center;
  background: #000;
  color: #fff;
  height: 100vh;
}
@media screen and (max-width: 759px) {
  #videoWrap {
    height: 100svh;
  }
}
#videoWrap #videoArea {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  opacity: 0;
}
#videoWrap #videoArea.appear {
  animation: fade forwards .4s;
}
#videoWrap #videoArea #kvVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#videoWrap #videoArea #videoMask {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/cover.png") center top;
}

/*-------------------------------------------------
	++ HOME CONTENTS 
-------------------------------------------------*/
.section {
  padding: 80px 0 120px 0;
  position: relative;
  background-color: #FFF;
}
@media screen and (max-width: 759px) {
  .section {
    padding: 15vw 0;
  }
}
.section .secHead {
  margin-bottom: 3em;
  padding-bottom: 5em;
  background: url("../img/icon_hx.svg") no-repeat center bottom;
  background-size: 3em 3em;
}
.section .secHead h2 {
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
.section.bgg {
  background: #f5f5f5;
}

#info {
  padding-bottom: 80px;
}
@media screen and (max-width: 759px) {
  #info {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 760px) {
  #info .cInner {
    min-height: 650px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media screen and (max-width: 759px) {
  #info .cInner {
    padding-bottom: 70vw;
  }
}
#info .imgPanel {
  position: absolute;
}
@media screen and (min-width: 760px) {
  #info .imgPanel {
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 759px) {
  #info .imgPanel {
    left: 0;
    width: 100%;
    bottom: 0;
  }
}
#info .textPanel {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px 0 30px 40px;
  text-align: left;
  position: relative;
  width: 75%;
}
@media screen and (max-width: 759px) {
  #info .textPanel {
    width: 100%;
    padding: 0 5vw 5vw 5vw;
  }
}
#info .textPanel .read {
  font-size: 1.6em;
  font-weight: 700;
  line-height: 2;
  margin-bottom: 1em;
}
@media screen and (max-width: 759px) {
  #info .textPanel .read {
    font-size: 5vw;
    line-height: 1.6;
  }
}
#info .textPanel .read span {
  background: #000;
  color: #FFF;
  padding: 0 5px;
  margin: 0 .04em;
}

.shareInfo > h2 {
  font-size: 1.7em;
}
@media screen and (max-width: 759px) {
  .shareInfo > h2 {
    line-height: 1.4;
  }
}
.shareInfo .hashtag {
  font-weight: 700;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  line-height: 1.4;
  transform: skew(-15deg, 0deg);
}
.shareInfo .hashtag .hash {
  color: #CCC;
  font-size: 8em;
}
@media screen and (max-width: 759px) {
  .shareInfo .hashtag .hash {
    font-size: 12vw;
  }
}
.shareInfo .hashtag .text {
  font-size: 4.6em;
  color: #000;
}
@media screen and (min-width: 760px) {
  .shareInfo .hashtag .text {
    transform: translateX(-20px);
  }
}
@media screen and (max-width: 759px) {
  .shareInfo .hashtag .text {
    font-size: 10vw;
    transform: translateX(-3vw);
  }
}
.shareInfo > .text {
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 80px;
}
@media screen and (max-width: 759px) {
  .shareInfo > .text {
    font-size: 4.6vw;
    margin-bottom: 15vw;
  }
}
.shareInfo > h3 {
  position: relative;
  margin-bottom: 2em;
}
.shareInfo > h3:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #555;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}
.shareInfo > h3 span {
  font-size: 1.7em;
  display: inline-block;
  padding: 0 10px;
  background-color: #f5f5f5;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 759px) {
  .shareInfo > h3 span {
    font-size: 5.4vw;
  }
}
.shareInfo .stepDl {
  display: flex;
  flex-wrap: wrap;
  font-weight: 700;
  gap: 50px;
  margin-bottom: 25px;
}
.shareInfo .stepDl:not(:last-of-type) {
  margin-bottom: 70px;
}
@media screen and (max-width: 759px) {
  .shareInfo .stepDl {
    gap: 8vw;
    margin-bottom: 10vw;
    align-items: flex-start;
  }
  .shareInfo .stepDl:not(:last-of-type) {
    margin-bottom: 15vw;
  }
}
.shareInfo .stepDl dt {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  position: relative;
  line-height: 1.2;
}
@media screen and (min-width: 760px) {
  .shareInfo .stepDl dt {
    padding-bottom: 45px;
  }
}
.shareInfo .stepDl dt:before {
  content: "";
  height: 1px;
  background-color: #555;
  position: absolute;
  transform: rotate(-45deg);
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  z-index: 0;
}
@media screen and (min-width: 760px) {
  .shareInfo .stepDl dt:before {
    width: 120px;
  }
}
@media screen and (max-width: 759px) {
  .shareInfo .stepDl dt:before {
    width: 27vw;
    bottom: -7vw;
  }
}
.shareInfo .stepDl dt .no {
  font-size: 2.3em;
}
.shareInfo .stepDl dd {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  line-height: 1.4;
}
@media screen and (max-width: 759px) {
  .shareInfo .stepDl dd {
    padding-top: 8vw;
    flex-direction: column;
    gap: 3vw;
    align-items: flex-start;
  }
}
.shareInfo .stepDl dd .text {
  font-size: 1.5em;
}
@media screen and (max-width: 759px) {
  .shareInfo .stepDl dd .text {
    font-size: 4.4vw;
  }
}
.shareInfo .att {
  font-size: .9em;
  text-align: left;
}

@media screen and (max-width: 759px) {
  .btn {
    width: 100%;
  }
}
.btn a {
  color: #FFF;
  width: 240px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  transition: all 0.2s ease-in;
  background: linear-gradient(225deg, transparent 10px, #000 10px);
  background-position: top right;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  font-size: 1.3em;
}
@media screen and (max-width: 759px) {
  .btn a {
    width: 100%;
    font-size: 5vw;
    letter-spacing: .1em;
  }
}
.btn a:hover {
  background: linear-gradient(225deg, #000 10px, #000 10px);
}

.attWrap {
  background-color: #FFF;
  border-radius: 15px;
  margin-top: 100px;
  text-align: left;
  padding: 40px;
}
@media screen and (max-width: 759px) {
  .attWrap {
    margin-top: 15vw;
    padding: 5vw;
  }
}
.attWrap h3 {
  text-align: center;
  font-size: 1.6em;
  margin-bottom: 3em;
}
@media screen and (max-width: 759px) {
  .attWrap h3 {
    font-size: 4vw;
    margin-bottom: 2em;
  }
}
.attWrap h4 {
  margin-bottom: .5em;
}
.attWrap p {
  font-size: .9em;
}
.attWrap .acdBlock {
  margin-top: 2em;
}
.attWrap .acdBlock dl {
  border-bottom: 1px solid #bfbfbf;
}
.attWrap .acdBlock dl dt {
  font-weight: 700;
  position: relative;
  cursor: pointer;
  padding: 1em 0;
}
.attWrap .acdBlock dl dt:before, .attWrap .acdBlock dl dt:after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #bfbfbf;
  position: absolute;
  top: 50%;
  right: 10px;
  transition: all 0.2s ease-in;
}
@media screen and (max-width: 759px) {
  .attWrap .acdBlock dl dt:before, .attWrap .acdBlock dl dt:after {
    width: 4vw;
  }
}
.attWrap .acdBlock dl dt:before {
  transform: translateY(-50%);
}
.attWrap .acdBlock dl dt:after {
  transform: translateY(-50%) rotate(-90deg);
}
.attWrap .acdBlock dl dt.current:after {
  transform: translateY(-50%) rotate(0deg);
}
.attWrap .acdBlock dl dt.current + dd {
  display: block;
}
.attWrap .acdBlock dl dd {
  font-size: .9em;
  display: none;
  padding-bottom: 1em;
}
.attWrap .acdBlock dl dd > ul {
  padding-left: 1em;
}
.attWrap .acdBlock dl dd > ul > li {
  list-style: disc;
  line-height: 1.4;
  margin-bottom: .5em;
}
.attWrap .acdBlock dl dd > ul > li ul {
  margin-top: .5em;
  padding-left: 1em;
}
.attWrap .acdBlock dl dd > ul > li ul li {
  text-indent: -1em;
  line-height: 1.4;
  margin-bottom: .5em;
}

.contentsList .text {
  margin-bottom: 40px;
  font-size: 1.2em;
  font-weight: 700;
}
@media screen and (max-width: 759px) {
  .contentsList .text {
    margin-bottom: 5vw;
  }
}
.contentsList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 75px 6%;
}
@media screen and (max-width: 759px) {
  .contentsList ul {
    gap: 8vw 6%;
  }
}
.contentsList ul li {
  width: 47%;
  position: relative;
  text-align: left;
}
.contentsList ul li .img {
  margin-bottom: 15px;
}
@media screen and (max-width: 759px) {
  .contentsList ul li .img {
    margin-bottom: 3vw;
  }
}
.contentsList ul li .img img {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
}
.contentsList ul li h3 {
  font-size: 1.14em;
  font-weight: 700;
  margin-bottom: 5px;
}
@media screen and (max-width: 759px) {
  .contentsList ul li h3 {
    margin-bottom: 1vw;
  }
}
.contentsList ul li .pname {
  color: #7f7f7f;
  font-weight: 700;
}

.snsLink {
  margin-top: 100px;
}

.cmt {
  margin: 100px auto 0;
	width:100%;
	max-width:800px;
}


@media screen and (max-width: 759px) {
  .snsLink {
    margin-top: 10vw;
  }
}
.snsLink h3 {
  margin-bottom: 2em;
}
.snsLink h3 span {
  font-size: 1.4em;
  position: relative;
  display: inline-block;
  padding: 0 2.5em;
  color: #000;
}
.snsLink h3 span:before, .snsLink h3 span:after {
  position: absolute;
  display: inline-block;
  content: '';
  top: 50%;
  width: 2em;
  height: 2px;
  background-color: #000;
}
.snsLink h3 span:before {
  left: 0;
  transform: rotate(60deg);
}
.snsLink h3 span:after {
  right: 0;
  transform: rotate(-60deg);
}
.snsLink .snsLinkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2em;
}
.snsLink .snsLinkList li {
  width: calc(40% - 1em);
}
.snsLink .snsLinkList li .btn a {
  width: 100%;
}
@media screen and (max-width: 759px) {
  .snsLink .snsLinkList li .btn a {
    font-size: 3.8vw;
  }
}

/*-------------------------------------------------
	++ FOOTER
-------------------------------------------------*/
#jwaveFooter {
  padding: 50px 0 78px 0;
  background: #000;
  color: #FFF;
  position: relative;
}
@media screen and (max-width: 759px) {
  #jwaveFooter {
    padding: 10vw 0;
  }
}
#jwaveFooter a {
  color: #FFF;
}
#jwaveFooter .commonSet {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet {
    display: block;
    margin: 0 auto;
    text-align: center;
  }
}
#jwaveFooter .commonSet .credit {
  text-align: right;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .credit {
    margin: 0 auto;
    text-align: center;
    width: 60%;
  }
}
#jwaveFooter .commonSet .footerLogo {
  margin-bottom: 10px;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .footerLogo {
    text-align: center;
    margin-bottom: 3vw;
  }
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .toHome {
    width: 40%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 5vw;
  }
}
#jwaveFooter .commonSet .copyRight {
  font-size: 12px;
}
@media screen and (max-width: 759px) {
  #jwaveFooter .commonSet .copyRight {
    font-size: 2.8vw;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
