/*

common

*/

body {
  background: #ffffff;
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans JP', sans-serif;
  color: #666666;
}

header {
  margin: 0 auto;
  padding: 0;
  max-width: 640px;
}

header > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
  background: #ffffff;
}

header ul > li {
  flex-basis: 50%;
  padding: 10px 0;
  align-self: center;
  list-style: none;
  text-align: center;
}

main {
  max-width: 640px;
  margin: 0 auto;
  background-color: #FFD8D8;
}

section {
  margin: 0 20px 0;
}

footer {
  padding: 20px 5px;
  text-align: center;
  background-color: #FFD8D8;
  width: calc(100% - 10px);
  max-width: 630px;
  margin: 0 auto;
}

h1 {
  margin: 0;
}


a,
a:active,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
  text-decoration: underline;
}

a.btn-home {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  width: 180px;
  margin: 10px auto 0;
  border-radius: 40px;
  text-align: center;
}

a.btn-home > span {
  display: inline-block;
}

a.btn-home > span:before {
  display: inline-block;
  content: "　";
  width: 22px;
  height: 20px;
  background-image: url(../img/img_icon_home.svg);
  background-position: left center;
  background-repeat: no-repeat;  
}

a.bnr {
  display: block;
  margin: 20px 20px 0;
}

a.bnr img { 
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

a.btn {
  display: block;
  background-color: #ffffff;
  padding: 20px 0;
  height: auto;
  margin: 10px auto 0;
  text-align: center;
  border: solid 4px #FF5656;
  border-radius: 10px;;
  background-image: url(../img/img_icon_triangle.png);
  background-size: 25px 21px;
  background-position: right center;
  background-repeat: no-repeat;
}

a.btn > span {
  display: inline;
}

/*

index.html

*/

#main > p {
  text-align: center;
  font-size: 0.9rem;
}

#main > p > span {
  display: block;
  font-size:1.2rem;
  color: #FF5656;
  font-weight: bold;
  line-height: 1.6;
}

#main > p > span:before,
#main > p > span:after {
  display: inline-block;
  content: "　";
  background-image: url(../img/img_icon_triangle_down.svg);
  background-repeat: no-repeat;
  background-size: auto;
  line-height: 1;
}

#main > p > span:before {
  padding-right: 10px;
  background-position: left center;
}
#main > p > span:after {
  padding-left: 10px;
  background-position: right center;
}
a.btn-start,
a.btn-result,
a.btn-weekly-fortune-telling {
  position: relative;
}

a.btn-start {
  color: #FF5656;
  font-weight: bold;
  font-size: 1.2rem;
}

a.btn-start > span.mark-start {
  position:absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  width: 60px;
  height: 20px;
  background-image: url(../img/img_icon_start.svg);
  background-repeat: no-repeat;
  background-size: auto;
  line-height: 1.2rem;
  padding: 3px 10px;
}

a.btn-weekly-fortune-telling {
  position: relative;
}

a.btn-result > span.mark-result {
  position:absolute;
  top: 0px;
  left: 20px;
  display: inline-block;
  background-color: #FF5656;
  color: #ffffff;
  font-weight: bold;
  font-size: 0.9rem;
  line-height: 1.2rem;
  padding: 3px 10px;
  border-radius: 0 0 4px 4px;
}

a.btn-result {
  text-align: left;
  padding: 0;
}

a.btn-result > span.text {
  display: block;
  width: calc(100% - 100px);
  height: auto;
  padding: 46px 30px 30px 30px;
  background-repeat: no-repeat;
  background-size: auto 70%;
  background-position: right center;
  font-size: 1.2rem;
  color: #FF5656;
  font-weight: bold;
}

a.btn-result > span.text.type1 {
  background-image: url(../img/img_result_type1.png);
}

a.btn-result > span.text.type2 {
  background-image: url(../img/img_result_type2.png);
}

a.btn-result > span.text.type3 {
  background-image: url(../img/img_result_type3.png);
}

a.btn-result > span.text.type4 {
  background-image: url(../img/img_result_type4.png);
}

a.btn-result > span.text.type5 {
  background-image: url(../img/img_result_type5.png);
}

a.btn-result > span.text.type6 {
  background-image: url(../img/img_result_type6.png);
}

a.btn-result > span.text > span {
  display: inline-block;
  width: 160px;
}

@media screen and (min-width: 410px) {
  a.btn-result > span.text > span {
    display: inline-block;
    width: 200px;
  }
  a.btn-result > span.text > span > br {
  display: none;
}
}

a.btn > span.mark-notice {
  position:absolute;
  top: -10px;
  left: 0px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  width: 100px;
  height: 100px;
  font-size: 1rem;
  line-height: 1.2rem;
  padding: 3px 10px;
  border-radius: 0 0 4px 4px;
}

a.btn-questionnaire > span:before {
  display: inline-block;
  content: "　";
  width: 32px;
  height: 25px;
  background-image: url(../img/img_icon_questionnaire.svg);
  background-position: left center;
  background-repeat: no-repeat;  
}

a.btn-weekly-fortune-telling {
  display: block;
  padding: 0;
  width: 340px;
  height: 125px;
  margin: 0 auto 20px;
  border: none;
  background-image: url(../img/img_btn_weekly_fortune_telling.svg);
  background-position: center center;
  background-repeat: no-repeat;  
  background-size: 100%;
  text-align: center;  
}

a.btn-weekly-fortune-telling > span {
  display:inline-block;
  padding-top: 4px;
  color: #0098D8;
  line-height: 1.2;
  font-size: 0.9rem;
  font-weight: bold;
  padding-top: 7px;
}

a.btn-weekly-fortune-telling > span > span {
  font-size: 1.2rem;
}

#cp {
  position: relative;
}

main > p.editor {
  margin: 40px auto 0;
  font-size: 1rem;
  text-align: center;
}

#questionnaire {
  margin-bottom: 20px;
}

#cp > span {
  display: block;
  position: absolute;
  top: -60px;
  left: -25px;
  width: 120px;
  height: 100px;
  /*background-image: url(../img/img_icon_bnr_tips.png);*/
  background-position: center center;
  background-repeat: no-repeat;  
  background-size: 100% 100%;
}


/*

question.html

*/

#question > section {
  position: relative;
  margin: 0 auto 40px;
  padding: 20px;
  width: calc(100% - 80px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#question > section > span {
  position: absolute;
  top: -20px;
  left: calc(50% - 60px);
  width: 120px;
  height: 120px;
  display: block;
  font-size: 2.4rem;
  text-align: center;
  color: #FF5656;
  text-align: center;
  background-color: #ffffff;
  border-radius: 120px;
}

#question > section > span > span {
  display: inline-block;
  border-bottom: solid 3px #A2A2A2;
  padding-top: 10px;
  padding-bottom: 5px;
}

#question > section > h2 {
  position: relative;
  padding: 40px 0 10px;
  font-size: 1.2rem;
  text-align: center;
  z-index: 9999;
}

#question > p.lead {
  text-align: center;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 40px;
}

#question > p.progress {
  text-align: center;
  margin-bottom: 40px;
}

#question > section > a.btn > span {
  font-size: 1.2rem;
}

/*

result_type[id].html

*/

#result {
  padding-bottom: 100px;
}

#result > section {
  position: relative;
  margin: 0 auto 20px;
  padding: 20px;
  width: calc(100% - 80px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#result > section > h2 {
  text-align: center;
}

#result > section > h2 > span {
  display: block;
}

#result > section > h2 > span > span {
  padding: 0;
}

#result > section > h2 > span > span.result-type1 {
  background-color: #ffd8d8;
}

#result > section > h2 > span > span.result-type2 {
  background-color: #ffe7fb;
}

#result > section > h2 > span > span.result-type3 {
  background-color: #eed9ff;
}

#result > section > h2 > span > span.result-type4 {
  background-color: #d6f9ff;
}

#result > section > h2 > span > span.result-type5 {
  background-color: #ffdec0;
}

#result > section > h2 > span > span.result-type6 {
  background-color: #c9fff7;
}

#result > section > figure {
  margin: 0 10px;
  width: calc(100% -20px);
}

#result > section > figure > img {
  width: 100%;
}

#result > section > p {
  margin: 0 10px 20px;
  width: calc(100% - 20px);
}

#result > section > p.info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  color: #0098D8;
}

#result > section > p.info > span {
  flex-basis: 80%;
  font-size: 0.8rem;
  text-align: center;
}

#result > section > p.info > span.wing-left {
  flex-basis: 10%;
  background-image: url(../img/img_line_left.svg);
  background-position: left center;
  background-repeat: no-repeat; 
}

#result > section > p.info > span.wing-right {
  flex-basis: 10%;
  background-image: url(../img/img_line_right.svg);
  background-position: left center;
  background-repeat: no-repeat; 
}

#result > section > a.btn {
  background-color: #0098D8;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  border: solid 4px #0098D8;
  background-image: url(../img/img_icon_triangle_white.png);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); 
}

#result > section > a.btn > span {
  display: block;
}

#result > div {
  margin: 0 auto 40px; 
  width: calc(100% - 40px);
}

#result > section > h3 {
  width: 100%;
  text-align: center;
  border-bottom: dashed 2px #FF5656;
  margin: 0 0 10px;
  padding: 0 0 10px;
}

#result > section > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
}

#result > section > ul.share-friend > li {
  flex-basis: 100%;
}

#result > section > ul > li {
  flex-basis: 50%;
  padding: 10px 0;
  align-self: center;
  list-style: none;
  text-align: center;
}

#result > section > ul > li > a {
  display: block;
  width: 50px;
  margin: 0 auto;
}

#result > section > ul > li > a > img {
  width: 100%;
}

/*

fortune_telling.html

*/

#fortune-telling {
  padding-bottom: 100px;
}

#fortune-telling > section {
  position: relative;
  margin: 0 auto 40px;
  padding: 20px;
  width: calc(100% - 80px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#fortune-telling > section > h2 {
  text-align: center;
  font-size: 1.3rem;
}

#fortune-telling > section > h2 > span {
  display: block;
}

#fortune-telling > section > h2 > span > span {
  background-color: #AFF1FD;
  padding: 0 20px;
}

#fortune-telling > section > h2 > span > span.result-type1 {
  background-color: #ffd8d8;
}

#fortune-telling > section > h2 > span > span.result-type2 {
  background-color: #ffe7fb;
}

#fortune-telling > section > h2 > span > span.result-type3 {
  background-color: #eed9ff;
}

#fortune-telling > section > h2 > span > span.result-type4 {
  background-color: #d6f9ff;
}

#fortune-telling > section > h2 > span > span.result-type5 {
  background-color: #ffdec0;
}

#fortune-telling > section > h2 > span > span.result-type6 {
  background-color: #c9fff7;
}

#fortune-telling > section > h3 {
  text-align: center;
  background-image: url(../img/img_bg_title.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px 0 20px;
  margin-top: 40px;
}

#fortune-telling > section > h3.big {
  text-align: center;
  background-image: url(../img/img_bg_title_big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 15px 0 20px;
}

#fortune-telling > section > figure {
  text-align: center;
}

#fortune-telling > section > figure > img {
  width: 100%;
}

#fortune-telling > section > figure.product > img {
  width: auto;
  max-width: 100%;
}

#fortune-telling > section > figure > figcaption {
  text-align: center;
}

#fortune-telling > section > a.btn.btn-more {
  display: block;
  height: 60px;
  padding: 3px 0;
  line-height: 3.4;
  text-align: center;
  background-image: none;
  background-color: #0098D8;
  background-size: 100%;
  border-radius: 30px;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  color: #ffffff;
}

#fortune-telling > section > a.btn.btn-more > span {
  display: block;
  width: calc(100% - 12px);
  border: dashed 3px #ffffff;
  border-radius: 30px;
  margin: 0 auto;
  font-weight: bold;
}

#fortune-telling > section > a.btn-advice {
  border: solid 3px #0098D8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background: none;
  border-radius: 50px;
  color: #0098D8;
  font-weight: bold;
  font-size: 0.99rem;
}

#fortune-telling > section > p.compatibility > span {
  display: inline-block;
  border: solid 1px #0098D8;
  border-radius: 24px;
  margin-right: 5px;
  padding: 3px 10px;
  color: #0098D8;
  font-weight: bold;
  font-size: 0.8rem;
}

#fortune-telling > section > p.info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  color: #0098D8;
}

#fortune-telling > section > p.info > span {
  flex-basis: 80%;
  font-size: 0.8rem;
  text-align: center;
}

#fortune-telling > section > p.info > span.wing-left {
  flex-basis: 10%;
  background-image: url(../img/img_line_left.svg);
  background-position: left center;
  background-repeat: no-repeat; 
}

#fortune-telling > section > p.info > span.wing-right {
  flex-basis: 10%;
  background-image: url(../img/img_line_right.svg);
  background-position: left center;
  background-repeat: no-repeat; 
}

#fortune-telling > section > a.btn-recieve {
  background-color: #0098D8;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2rem;
  border: solid 4px #0098D8;
  background-image: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16); 
}

#fortune-telling > section > a.btn > span {
  display: block;
}

#fortune-telling > section > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
}

#fortune-telling > section > ul > li {
  flex-basis: 50%;
  padding: 10px 0;
  align-self: center;
  list-style: none;
  text-align: center;
}

#fortune-telling > section > ul.share-friend > li {
  flex-basis: 100%;
}

#fortune-telling > section > ul > li > a {
  display: block;
  width: 50px;
  margin: 0 auto;
}

#fortune-telling > section > ul > li > a > img {
  width: 100%;
}

#fortune-telling > div {
  margin: 0 auto;
  padding: 20px;
  width: calc(100% - 40px);
}

#fortune-telling section h3.share {
  margin-top: 0;
}

#fortune-telling section p.notice {
  color: #ff0000;
  font-size: 0.8rem;
  text-align: center;
}

/*

archive.html

*/

#archive > section {
  position: relative;
  margin: 20px auto 20px;
  padding: 20px;
  width: calc(100% - 80px);
  background-color: #ffffff;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

#archive > section#type1 {
  padding: 40px 20px 20px;
}


#archive > section > h2 {
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 60px;
  line-height: 2.6;
  background-image: url(../img/img_bg_title_type.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  font-size: 1.2rem;
  text-align: center;
}

#archive > section > h3 {
  text-align: center;
}

#archive > section > h3 > span {
  display: block;
}

#archive > section > h3 > span > span {
  background-color: #AFF1FD;
  padding: 0 20px;
}

#archive > section > h3 > span > span.result-type1 {
  background-color: #ffd8d8;
}

#archive > section > h3 > span > span.result-type2 {
  background-color: #ffe7fb;
}

#archive > section > h3 > span > span.result-type3 {
  background-color: #eed9ff;
}

#archive > section > h3 > span > span.result-type4 {
  background-color: #d6f9ff;
}

#archive > section > h3 > span > span.result-type5 {
  background-color: #ffdec0;
}

#archive > section > h3 > span > span.result-type6 {
  background-color: #c9fff7;
}

#archive > section > figure {
  margin: 0 10px;
  width: calc(100% -20px);
}

#archive > section > figure > img {
  width: 100%;
}

#archive > section > div > span {
  display: block;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 40px 20px;
  border: solid 3px #999999;
  padding: 20px;
  text-align: center;
}

#archive > section > div > span.status-open {
  background-image: url(../img/img_icon_minus.png);
  border-radius: 10px 10px 0 0 ;
  border-bottom: none;
}

#archive > section > div > span.status-close {
  background-image: url(../img/img_icon_plus.png);
  border-radius: 10px;
}

#archive > section > div > ul {
  margin-top: 0;
  border-top: none;
  border-bottom: solid 3px #999999;
  border-left: solid 3px #999999;
  border-right: solid 3px #999999;
  border-radius: 0 0 10px 10px;
  padding: 0 20px 10px;
}

#archive > section > div > ul.status-open {
  display: block;
}

#archive > section > div > ul.status-close {
  display: none;
}

#archive > section > div > ul > li {
  background-image: url(../img/img_icon_caret_go.png);
  background-position: right center;
  background-repeat: no-repeat;
  padding: 10px 20px;
  border-bottom: dashed 3px #999999;
  list-style: none;
  font-size: 0.9rem;
}

#archive > section > div > ul > li:first-child {
  border-top: dashed 3px #999999;
}

#archive > section > div > ul > li:last-child {
  border-bottom: none;
}

#archive > section > a.btn {
  margin-bottom: 20px;
}


 /*

.overlay-cp6

 */

.overlay-cp6 {
  position: absolute;
  top: 0;
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 40px);
}

.overlay-cp6 > .main-content {
  background-color: #ffffff;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 20px 0;
  border-radius: 10px;
}

.overlay-cp6 > .main-content > img {
  width: 100%;
}

.overlay-cp6 > .main-content > div {
  background-color: rgba(255, 198, 7, 0.15);
  border-radius: 10px;
  margin: 0 10px;
  padding: 10px;
}

.overlay-cp6 > .main-content > div > p {
  font-weight: bold;
}

.overlay-cp6 > .main-content > div > p.lead {
  border-bottom: solid 2px #FF5656;
  padding-bottom: 10px;
  font-weight: normal;
}

.overlay-cp6 > .main-content > div > div {
  padding-left: 20px;
}

.overlay-cp6 > .main-content > div > div > span {
  color: #0098D8;
}

.overlay-cp6 > .main-content > div > dl {
  display: flex;
  flex-wrap: wrap; 
  justify-content: space-between;
  align-items: stretch;
  padding-left: 20px;
}

.overlay-cp6 > .main-content > div > dl > dt {
  flex-basis: 12%;
  padding: 10px 0;
  border-bottom: dashed 1px #333333;
}

.overlay-cp6 > .main-content > div > dl > dt.instagram {
  background-image: url(../img/img_icon_instagram.png);
  background-size: 26px;
  background-position: 2px center;
  background-repeat: no-repeat;

}

.overlay-cp6 > .main-content > div > dl > dt.x {
  background-image: url(../img/img_icon_x.png);
  background-size: 26px;
  background-position: 2px center;
  background-repeat: no-repeat;
}

.overlay-cp6 > .main-content > div > dl > dd {
  flex-basis: 88%;
  margin-left: 0;
  padding: 10px 0;
  border-bottom: dashed 1px #333333;
  align-self: center;
}

.overlay-cp6 > .main-content > div > p.notice {
  padding-left: 20px;
  font-size: 0.8rem;
}

.overlay-cp6 > .main-content > p.info {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  color: #FF5656;
}

.overlay-cp6 > .main-content > p.info > span {
  flex-basis: 60%;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

.overlay-cp6 > .main-content > p.info > span.wing-left {
  flex-basis: 20%;
  background-image: url(../img/img_line_left_red.svg);
  background-position: center center;
  background-repeat: no-repeat; 
}

.overlay-cp6 > .main-content > p.info > span.wing-right {
  flex-basis: 20%;
  background-image: url(../img/img_line_right_red.svg);
  background-position: center center;
  background-repeat: no-repeat; 
}

.overlay-cp6 > .main-content > ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  margin: 0;
  padding: 0;
  width: 100%;
}

.overlay-cp6 > .main-content > ul > li {
  flex-basis: 50%;
  padding: 10px 0;
  align-self: center;
  list-style: none;
  text-align: center;
}

.overlay-cp6 > .main-content > ul > li > a {
  display: block;
  width: 60px;
  margin: 0 auto;
}

.overlay-cp6 > .main-content > ul > li > a > img {
  width: 100%;
}

.overlay-cp6 > .main-content > a.btn {
  border-color: #0098D8;
  border-radius: 40px;
  margin: 0 20px;
  padding: 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-image: url(../img/img_icon_triangle_blue.png);
  background-size: 20px 20px;
  color: #0098D8;
  font-weight: bold;
}

.overlay-cp6 > .close {
  position: fixed;
  top: 20px;
  right: 10px;
  display: block;
  background-image: url(../img/img_btn_close_big.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

/*

.hover-bnr

*/

.overlay-bnr {
  display: none;
  position: fixed;
  bottom: 20px;
  width: 100%;
}

.overlay-bnr > div {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.overlay-bnr > div > .bnr-set > .bnr {
  display: block;
  margin: 0 20px;
  width: calc(100% - 40px);
}

.overlay-bnr > div > .bnr-set > .bnr > img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.overlay-bnr > div > .close {
  position: absolute;
  display: block;
  background-image: url(../img/img_btn_close_big.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
  top: -12px;
  right: 10px;
}

.overlay-home-bnr {
  display: none;
  position: fixed;
  bottom: -15px;
  width: 100%;
}

.overlay-home-bnr > div {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.overlay-home-bnr > div > .bnr-set > .home {
  display: block;
  width: 80%;
  background-color: #FF5656;
  color: #ffffff;
  font-size: 0.8rem;
  text-align :center;
  padding: 10px;
  border-radius: 10px;
  margin: 0 auto;
}
.overlay-home-bnr > div > .triangle {
  background-color: #FF5656;
  height: calc(40px / 2 * tan(60deg));
  width: 24px;
  clip-path: polygon(100% 0, 0 0, 50% 50%);
  margin: 0 auto;
}

/*

.overlay-first-guide

 */

 .overlay-first-guide {
  position: absolute;
  top: 0;
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 40px);
}

.overlay-first-guide > .main-content {
  background-color: #FFD8D8;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0 0 20px;
  border-radius: 10px;
}

.overlay-first-guide > .main-content figure {
  margin: 0;
  width: 100%;
}

.overlay-first-guide > .main-content img {
  width: 100%;
}

.overlay-first-guide > .main-content > div {
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 10px;
  padding: 10px;
}

.overlay-first-guide > .main-content .swiper-slide  p {
  color: #FF5656;
  font-weight: bold;
  margin: 10px 0 20px;
}

.overlay-first-guide > .main-content div p.lead {
  background-image: url(../img/img_bg_title_big.svg);
  background-repeat: no-repeat;
  background-position: center center;
  padding: 10px 0 20px;
  text-align: center;
  font-weight: bold;
}

.overlay-first-guide .overlay-first-guide-inner {
  overflow: hidden;
  border: dotted 3px #FFD8D8;
  border-radius: 6px;
  margin-bottom: 20px;
  padding: 0 10px;

}

.overlay-first-guide > .main-content .swiper-slide h3 {
  border-bottom: dotted 2px #333333;
  margin: 0;
  padding: 5px 0;
  color: #FF5656;
  font-size: 1.4rem;
  font-weight: bold;
}

.overlay-first-guide > .main-content .swiper-slide h3 span {
  font-size: 1.8rem;
  font-weight: bold;
}

.overlay-first-guide > .main-content .swiper-pagination {
  position: static;
  margin-bottom: 10px;
}

.overlay-first-guide > .main-content .swiper-pagination-bullet-active {
  background: #FF5656;
}

.overlay-first-guide > .main-content .swiper-button-next, .swiper-button-prev {
  color: #FF5656;
}

.overlay-first-guide > .main-content a.btn {
  border-color: #0098D8;
  /*border-radius: 40px;*/
  margin: 0 20px 20px;
  padding: 20px;
  background-color: #0098D8;
  background-image: url(../img/img_icon_triangle_white.png);
  background-size: 20px 20px;
  color: #ffffff;
  font-weight: bold;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.overlay-first-guide > .close {
  position: fixed;
  top: 20px;
  right: 10px;
  display: block;
  background-image: url(../img/img_btn_close_big.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

/*

reset.html

*/
#reset h1 {
  text-align: center;
}


/*

.overlay-notification

 */

 .overlay-notification {
  position: absolute;
  top: 0;
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  width: calc(100% - 40px);
}

.overlay-notification > .main-content {
  background-color: #FFD8D8;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  border-radius: 10px;
}

.overlay-notification > .close {
  position: fixed;
  top: 20px;
  right: 10px;
  display: block;
  background-image: url(../img/img_btn_close_big.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
  width: 40px;
  height: 40px;
}

.overlay-notification .notification-info {
  background-color: #ffffff;
  border: solid 4px #FF5656;
  border-radius: 10px;
  padding: 20px;
  width: calc(100% - 48px);
}

.overlay-notification .notification-info p.notice {
  color: #ff0000;
  font-weight: bold;
}

.overlay-notification .notification-info > h2 {
  margin-top: 0;
  color: #FF5656;
  text-align: center;
}

.overlay-notification .notification-info > dl > dt {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

.overlay-notification .notification-info > dl > dd {
  display: block;
  text-align: center;
  margin: 0 0 20px;
}

.overlay-notification .notification-info > dl > dd p {
  text-align: left;
}

.overlay-notification .notification-info > dl > dd > img {
  width: 90%;
}