body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 100%;
  height:100%;
  font-size: 13px;
  line-height: 1.8em;
  margin: 0px;
  letter-spacing: 0;
}

#wrap{
  width: 100%;
  height: 100%;
  position: relative;
  line-height: 0;
}

.pc{ display: block;}
.sp{ display: none;}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -0.3vw;}
.boxfade{ width: 100%;}

.txtPink{ color: #d479a8;}
.txtBlue{ color:#2D6EB1;}

.fontL{ font-size: 110%;}
.fontB{ font-weight: 600;}
.fontS{ font-size: 80%;}

.fontS{ font-size: 80%;}
.fontB{ font-weight: 700;}
.efblock{ width: 100%;}

.no-wrap { display: inline-block;}
.no-space{ letter-spacing: -0.2em;}

.newsLabel{
  padding-top: 20px;
  margin-top: -20px;
  text-indent: -999999px;
  overflow: hidden;
}

a { 
  color: #c2719b;
  text-decoration: underline;
}

/*---------------------------------------------

header

----------------------------------------------*/

#logoS{
  width: 100%;
  position: relative;
  overflow:hidden; 
}

/*---------------------------------------------

main

----------------------------------------------*/

#mainText01{
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 25px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  padding: 1em 10%;
  border-bottom: 1px solid #e3d5dd;
  box-sizing: border-box;
}

#mainText02{
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
  padding: 1.5em 10%;
  border-bottom: 1px solid #e3d5dd;
  box-sizing: border-box;
}

#ouboBtn{
  background: #da89b3;
  width: 340px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  border-radius: 4px;
  transition: all 0.3s ease;
}

#ouboBtn:hover{
  opacity: 0.7;
}

#ouboBtn a{
  width: 100%; 
  height: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
}

#content{
  width: 85%;
  max-width: 1000px;
  line-height: 0;
  position: relative;
  margin:0 auto 3vw;
}

.titleL{
  width: 20%;
  margin: 5vw auto;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 0.8em;
  letter-spacing: 1em;
  text-indent: 0.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #000;
}

.titleMs{ font-size: 40%; letter-spacing: 0;}

/*---------------------------------------------

sns

----------------------------------------------*/

#sns{
  width: 100%;
  padding: 70px 0;
  border-bottom: 1px solid #e3d5dd;
}

#tokoarea{
  width: 80%;
  margin: 0 auto;
}

.moreBtn{
  background: #da89b3;
  width: 190px; height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 0 auto;
  border-radius: 4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
}

.c2-user-name{
  color: #000;
}

.c2-item__inner{
  background: #fff;
  border: 1px solid #D6D6D6;
  border-radius: 0;
  font-size: 13px;
}

/*---------------------------------------------

oubo

----------------------------------------------*/

#oubo{
  width: 80%;
  min-width: 700px;
  max-width: 1200px;
  margin: 70px auto;
}

.contentM{
  width: 100%;
  line-height: 70px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 25px;
  border-top: 2px dotted #6b6b6b;
  border-bottom: 2px dotted #6b6b6b;
}

.stepAll{
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 2.5em auto 0;
}

.stepM{
  width: 100%;
  font-size: 25px;
  line-height: 2em;
  text-align: center;
  letter-spacing: 0.1em;
}

.stepTxt{
  width: 100%;
  font-size: 20px;
  line-height: 1.8em;
  text-align: center;
  margin-top: 0.2em;
}

#kikan{
  background: #da89b3;
  width: 650px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 50px auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 22px;
  border-radius: 25px;
  color: #fff;
}

/*---------------------------------------------

present

----------------------------------------------*/

#present{
  width: 80%;
  min-width: 700px;
  max-width: 1200px;
  margin: 70px auto;
}

#preImgAll{
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}

.preImg{
  width: 47%;
  margin-top: 3em;
  pointer-events: none;
  line-height: 0;
  box-shadow: 0 0 10px rgb(0, 0, 0, 0.2);
}

/*---------------------------------------------

trailer

----------------------------------------------*/

#trailer{
  width: 100%;
  padding: 70px 0;
  border-top: 1px solid #e3d5dd;
}

#movieArea{
  width: 80%;
  min-width: 700px;
  max-width: 1200px;
  margin: 0 auto;
}

/*---------------------------------------------

warning

----------------------------------------------*/

#warning{
  background-color: #e4e7ee;
  width: 100%;
  padding: 40px 0;
}

#warningTxtAll{
  width: 80%;
  max-width: 1200px;
  min-width: 700px;
  height: 360px;
  margin: 0 auto;
  overflow-x: hidden;
  overflow-y: auto;
}

#warningTxtAll::-webkit-scrollbar{
  width: 5px;
  height: 5px;
}

#warningTxtAll::-webkit-scrollbar-track {
  background: #fff;
}

#warningTxtAll::-webkit-scrollbar-thumb {
  background: #bccae9;
}

#warningTxt{
  width: 95%;
  font-size: 11px;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #2e2e2e;
}

#warningTxt a{ color: #000; text-decoration: underline;}

.warningfontS{
padding-left: 1em;
text-indent: -1em;
}

/*---------------------------------------------

footer

----------------------------------------------*/

footer{
  width: 100%;
  padding: 3vw 0 10vw;
  font-size: 10px; 
  letter-spacing: 1px;
  line-height: 1.5em;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

#topBtn{
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 1em;
  margin-bottom: 2em;
}

#topBtn a{
  color: #000;
  text-decoration: none;
}

#copyright{
  background-size: contain;
  width: 400px;
  height: 10px;
  margin: 0 auto 4em;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  color: #000;
}

#privacy{
  background-size: contain;
  width: 400px;
  margin: 0 auto;
  font-size: 10px;
  line-height: 10px;
  text-align: center;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

#privacy a{
  color: #fff;
  display: inline-block;
  padding: 5px 15px;
  background-color: #a4bbc3;
  text-decoration: none;
  border-radius: 10px;
  box-sizing: border-box;
  margin: 0 5px;
  transition: all 0.3s ease;
}

#privacy a:hover{ opacity: 0.7;}

#btnpagetop{
  background: #000;
  width: 60px;
  height: 60px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 20;
  line-height: 60px;
  text-align: center;
  font-size: 14px;
}

#btnpagetop a{
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
}

#btnpagetop:hover{
  opacity: 0.7;
  cursor: pointer;
}
