@charset "utf-8";

#lp_main {
  width: 100%;
  text-align: center;
  background: #ff9a15;
  margin-top: 56px;
  z-index: 1;
}

main {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
#lp_main {
  margin-top: 70px;
}
}


/* ------------------------------------------
新規登録ボタン
--------------------------------------------*/
.signup_btn {
  width: 100%;
  z-index: 10;
  margin-top: -38px;
}

.signup_btn a {
  display: block;
  width: 93vw;
  max-width: 400px;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 38px;
  border: 2px solid #fff;
  position: relative;
  transition: .3s all;
}

.signup_btn a::after {
  content: "";
  width: 18px;
  height: 18px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 30px;
}

.signup_btn a:hover {
  background: var(--lightgreen);
}

@media screen and (min-width: 960px) {
.signup_btn a {
  width: 600px;
  max-width: 600px;
  height: 80px;
  line-height: 80px;
  font-size: 22px;
  border-radius: 40px;
  border: 3px solid #fff;
}

}

/* ------------------------------------------
共通
--------------------------------------------*/
section {
  width: 100%;
  margin-top: 30px;
}

h4 {
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
}

p {
font-size: 15px;
line-height: 1.4;
}

.text_orange {
  color: var(--orange);
  font-weight: 700;
}

.about_inner,
.hot_inner,
.faq_inner {
  width: 90.697674418vw;
  max-width: 1080px;
  margin: 0 auto;
  border-radius: 30px;
  padding: 30px 20px;
}

#media::before,
#media::after,
#voice::before,
#voice::after,
#reg_wrap::before,
#reg_wrap::after {
  content: "";
  display: block;
  width: 100%;
  height: 49px;
  background: url("../images/nami_sp.svg") no-repeat;
  background-size: 768px auto;
  position: relative;
  z-index: 3;
}

#media::before,
#voice::before,
#reg_wrap::before {
  background-position: center bottom;
  margin-top: -50px;
}

#media::after,
#voice::after,
#reg_wrap::after {
  transform: rotate(180deg);
  background-position: center top;
}

#media,
#voice,
#reg_wrap {
  background: #fff;
}

@media screen and (min-width: 768px) {
h4 {
  font-size: 28px;
  font-weight: 900;
}

p {
font-size: 16px;
line-height: 1.5;
}

.about_inner,
.hot_inner,
.faq_inner {
  padding: 30px;
}

#media::before,
#media::after,
#voice::before,
#voice::after,
#reg_wrap::before,
#reg_wrap::after {
  content: "";
  height: 90px;
  background: url("../images/nami_pc.svg") no-repeat;
  background-size: 100% auto;
}

#media::before,
#voice::before,
#reg_wrap::before {
  background-position: center bottom;
  margin-top: -90px;
}

}

@media screen and (min-width: 960px) {
h4 {
  margin-bottom: 40px;
}

p {
  text-align: center;
  line-height: 1.6;
}

.about_inner,
.hot_inner,
.faq_inner {
  padding: 50px;
  margin-bottom: 20px;
}
}


/* ------------------------------------------
遊び方
--------------------------------------------*/
#play_wrap {
  position: relative;
}

#play_wrap h3 {
  width: 89.5348837209vw;
  max-width: 400px;
  margin: 0 auto;
}

.yoso_hatena {
  width: 80px;
  position: absolute;
  right: 30px;
  top: 55px;
}

.bg_beige {
  width: 100%;
  background: #FFF5E1;
  padding:40px 0 0 0;
}

.order_wrap {
  width: 100%;
  padding:0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap:10px;
}

.order_wrap li {
  width: 95%;
  max-width: 500px;
  margin: 0 auto;
  position: relative;
}

.order_wrap li::after {
  content: "";
  background: url("../images/order_arrow_sp.svg") no-repeat;
  width: 100%;
  height: 37px;
  background-size: contain;
  background-position: center;
  display: block;
  margin-top: -18px;
  position: absolute;
  z-index: 1;
}

.order_wrap li:last-child::after {
background: none;
}

.order_btm {
  width: 100%;
  max-width: 900px;
  margin: 10px auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.yosoku1 {
  width: 93vw;
  max-width: 500px;
  position: relative;
  z-index: 2;
}

.yosoku1_yoso {
  display: none;
}


@media screen and (min-width: 768px) {
#play_wrap h3 {
  width: 70vw;
  max-width: 840px;
  margin: 0 auto;
}

.yoso_hatena {
  width: 104px;
  right: calc(((100% - 70vw) / 2) - 104px);
  top: 10px;
}

.bg_beige {
  background: url("../images/order_bg_pc.png"), #fff5e1;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.order_wrap {
  width: 90%;
  max-width: 984px;
  margin: 0 auto;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap:12px;
}

.order_wrap li {
  width: 100%;
  max-width: 320px;
}

.order_wrap li::after {
  content: "";
  background: url("../images/order_arrow_pc.svg") no-repeat;
  width: 43px;
  height: 44px;
  background-size: contain;
  background-position: center;
  display: block;
  margin-top: 0;
  position: absolute;
  right: -22px;
  top:calc(50% - 15px);
  z-index: 1;
}

.order_btm {
  justify-content: space-between;
}

.yosoku1_yoso {
  display: block;
  width: 18.046875vw;
  max-width: 200px;
  z-index: 2;
  margin-left: 30px; 
}

.yosoku1 {
width: 54.296875vw;
max-width: 695px;
}

}

@media screen and (min-width: 960px) {
.yoso_hatena {
  top: 40px;
}

.yosoku1 {
  width: 600px;
}

}

@media screen and (min-width: 1280px) {
.yoso_hatena {
  right: calc(((100% - 840px) / 2) - 104px);
}
}


/* ------------------------------------------
ヨソクヒロバとは
--------------------------------------------*/
#about_wrap {
  margin-top: -60px;
  width: 100%;
  background: url("../images/bg_green_sp.png") top center no-repeat;
  background-size: 768px auto;
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.about_inner {
  background: #F7FFDE;
}

.yosokuhiroba_image {
  width: 100%;
  max-width: 900px;
  display: flex;
  margin:20px auto 30px;
}

.safety {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  list-style-type: disc;
}

.safety li {
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.4;
}

.safety li::before {
  content: "";
  position: absolute;
  left: 0; 
  top: 0.6em;   
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
#about_wrap {
  margin-top: -90px;
  background: url("../images/bg_green_pc.png") top center no-repeat;
  background-size: 100% auto;
  padding: 100px 0;
}
}

@media screen and (min-width: 960px) {
#about_wrap {
  margin-top: -100px;
}

.yosokuhiroba_image {
  margin:40px auto;
}

.safety li {
  font-size: 16px;
  line-height: 1.6;
}
}

/* ------------------------------------------
メディア掲載
--------------------------------------------*/

.media_inner {
  width: 100%;
  padding: 0 20px;
}

.media_list_logo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap:10px;
  justify-content: center;
}

.media_list_logo li {
  width: 20%;
  border: 1px solid var(--medium-gray);
  border-radius: 10px;
}


.newspaper_list {
  width: 100%;
  max-width: 960px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap:5px;
  margin: 20px auto 10px;
}

.newspaper_list li {
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  background: #E3E3E3;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
}

.yoso_cmt {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
}

.yoso_cmt img {
  width: 95%;
  max-width: 544px;
}


.news_list {
  width: 100%;
  max-width: 900px;
  margin: 20px auto;
  border-top:1px solid var(--dark-gray);
  border-bottom:1px solid var(--dark-gray);
}

.article {
  display: flex;
  flex-direction: row;
  gap:10px;
  font-size: 14px;
  line-height: 25px;
  padding: 10px 0;
  border-bottom:1px solid var(--dark-gray);
}

.article:last-child {
  border-bottom:none;
}

.article p {
font-size: 14px;
line-height: 25px;
}

.cat_title {
  display: flex;
  gap:10px;
}

.cat_title span {
  white-space: nowrap;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 5px;
  line-height: 25px;
  width: 60px;
  height: 25px;
  text-align: center;
  font-weight: 500;
}

.category1 {
  background: var(--yellow);
}

.category2 {
  background: var(--lightgreen);
}


@media screen and (min-width: 768px) {
.media_list_logo {
  margin-bottom: 50px;
}

.newspaper_list {
  margin: 20px auto 0;
}

.newspaper_list li {
  font-size: 14px;
}


.news_list {
  margin: 40px auto;
}

.article {
  gap:10px;
  line-height: 30px;
  padding: 15px 0;
}

}

/* ------------------------------------------
あの時盛り上がった・・・
--------------------------------------------*/
#hot {
  margin-top: -30px;
  width: 100%;
  background: url("../images/bg_purple_sp.png") top center repeat-y;
  background-size: 768px auto;
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.hot_inner {
  background: #F9F1FF;
}

.yosoku_wrap {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.yosoku_item {
  width: 100%;
  border:2px solid var(--orange);
  border-radius: 10px;
  padding: 15px 10px;
  background: #fff;
}

.ratio_outer {
  width: 100%;
  position: relative;
}

.yosoku_hd {
  display: flex;
  gap:10px;
  margin-bottom: 10px;
  justify-content:space-between;
}

.yosoku_thumb {
  width: 50px;
}

.yosoku_thumb img {
  border-radius: 10px;
}

.yosoku_title {
  width: calc(100% - 60px);
  text-align: left;
}

.option1,
.option2 {
  display: flex;
  gap:10px;
  align-items: center;
}

.option1 {
  margin-bottom: 5px;
}

.ratio_outer label {
  cursor: auto;
}

progress {
  width: 100%;
  height: 30px;
  -webkit-appearance: none;
  appearance: none;
}


progress::-webkit-progress-bar {
  background-color: var(--white);
  border-radius: 30px;
  border: 1px solid var(--medium-gray);
  overflow: hidden; 
}

progress::-webkit-progress-value {
  border-radius: 30px;
}

.ratio_outer label {
  line-height: 30px;
  position: absolute;
  top:0;
  left: 13px;
  font-size: 14px;
  font-weight: 400;
  width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

@media screen and (min-width: 420px) {
.ratio_outer label {
  width: 70%;
}
}

.ratio_outer .percentage {
  line-height: 30px;
  position: absolute;
  top:0;
  right: 10px;
  font-size: 14px;
  font-weight: 700;
}

.odds {
  font-weight: 700;
  font-size: 14px;
}

/*------ A ------*/
.option1 progress::-webkit-progress-value {
  background-color: var(--q1-bar);
}
.option1 .percentage,
.option1 .odds,
.option1 .yosokuBtn {
  color: var(--q1-text);
}
.option1 .yosokuBtn {
  border: 2px solid var(--q1-border);
}
.option1 .yosokuBtn:hover {
  background: var(--q1-hover);
}

/*------ B ------*/
.option2 progress::-webkit-progress-value {
  background-color: var(--q2-bar);
}
.option2 .percentage,
.option2 .odds,
.option2 .yosokuBtn {
  color: var(--q2-text);
}
.option2 .yosokuBtn {
  border: 2px solid var(--q2-border);
}
.option2 .yosokuBtn:hover {
  background: var(--q2-hover);
}


@media screen and (min-width: 768px) {
#hot {
  margin-top: -30px;
  background: url("../images/bg_purple_pc.png") top center repeat-y;
  background-size: 100% auto;
  padding: 100px 0;
}

.yosoku_wrap {
  flex-direction: row;
  gap: 20px;
}

.yosoku_item {
  border-radius: 20px;
  padding: 15px;
}

.yosoku_hd {
  align-items: center;
}

.yosoku_thumb {
  width: 80px;
}

}

@media screen and (min-width: 960px) {
.yosoku_item {
  padding: 20px;
}
}

/* ------------------------------------------
ユーザーの声
--------------------------------------------*/
.voice_wrap {
  width: calc(90.697674418vw - 40px);
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.voice_wrap li {
  border:2px solid var(--medium-gray);
  border-radius: 10px;
  padding: 20px;
}

.voice_wrap p {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left;
}

.user_info {
  display: flex;
  gap:10px;
  border-top: 1px solid var(--medium-gray);
  padding-top: 10px;
}

.user_icon {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_icon.user1,
.user_icon.user2,
.user_icon.user3 {
  width: 30px;
  height: 30px;
  border-radius: 15px;
}

.user_icon.user1 {
  background: var(--orange);
}

.user_icon.user2 {
  background: var(--red);
}

.user_icon.user3 {
  background: var(--green);
}



.user_detail_wrap {
  display: flex;
  flex-direction: column;
  gap:5px;
}

.star {
  color: var(--yellow);
  font-size: 14px;
}

.user_attribute {
  font-size: 12px;
  font-weight: 500;
  color: var(--dark-gray);
}

@media screen and (min-width: 768px) {
.voice_wrap {
  flex-direction: row;
  gap: 20px;
}

.voice_wrap li {
  border-radius: 20px;
  padding: 30px;
}

.voice_wrap p {
  font-size: 16px;
}


}
/* ------------------------------------------
FAQ
--------------------------------------------*/
#faq {
  margin-top: -30px;
  width: 100%;
  background: url("../images/bg_orange_sp.png") top center repeat-y;
  background-size: 768px auto;
  position: relative;
  padding: 70px 0;
  z-index: 1;
}

.faq_inner {
  background: #FFF8F0;
}

.faq-container {
  max-width: 800px;
  margin: 20px auto;
  font-family: sans-serif;
}

.faq-item {
  border-bottom: 1px solid var(--orange);
  overflow: hidden;
}

.faq-trigger {
  display: none;
}

.faq-title {
  display: block;
  padding: 15px 50px 15px 30px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  position: relative;
  user-select: none;
  z-index: 2;
  line-height: 1.6;
}

.faq-title::before {
  content: 'Q';
  font-family: "Atkinson Hyperlegible Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
  color:var(--white);
  background: var(--orange);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  line-height: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-title::after {
  content: '';
  position: absolute;
  right: 25px; 
  top: 45%;
  width: 10px;
  height: 10px;
  border-right: 3px solid #FF8A00;
  border-bottom: 3px solid #FF8A00;
  transform: translateY(-50%) rotate(45deg);
  transition: transform 0.3s ease;
}

.faq-trigger:checked + .faq-title::after {
  top: 52%;
  transform: translateY(-50%) rotate(-135deg);
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out; 
}

.faq-trigger:checked ~ .faq-content {
  max-height: 300px;
  transition: max-height 0.6s ease-in-out;
}

.faq-content-inner {
  padding: 5px 40px 20px 4.5em;
  position: relative;
  line-height: 1.6;
  font-size: 14px;
}

.faq-content-inner::before {
  content: 'A';
  font-family: "Atkinson Hyperlegible Mono", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  position: absolute;
  left: 1.5em;
  top: 7px;
  font-size: 1.3rem;
  color: #fff;
  background: var(--orange);
  border-radius: 50%;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
#faq {
  background: url("../images/bg_orange_pc.png") top center repeat-y;
  background-size: 100% auto;
  padding: 100px 0;
}

.faq-title {
  padding: 15px 50px 15px 36px;
  font-size: 16px;
}

.faq-content-inner {
  padding: 5px 50px 20px 4em;
  font-size: 16px;
}

}

@media screen and (min-width: 960px) {
.faq-title {
  padding: 25px 50px 25px 36px;
}

.faq-title::after {
  width: 14px;
  height: 14px;
}
}

/* ------------------------------------------
新規登録
--------------------------------------------*/
.reg_inner {
  width: 93.0232558139vw;
  max-width: 900px;
  margin: 80px auto 0;
  border:4px solid var(--orange);
  border-radius: 20px;
  position: relative;
  z-index: 1;
  background: url("../images/bg_dot_sp.png") center bottom no-repeat;
  background-size: 768px auto;
}

.reg_inner p {
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  color: var(--black);
}

#reg_wrap h5 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  margin-top: -80px;
  z-index: 2;
}

#reg_wrap h5 img {
  width: 88.372093023vw;
}

.signup_btn_btm {
  width: 100%;
  margin: 20px auto;
}

.signup_btn_btm a {
  display: block;
  width: 80.930232558vw;
  max-width: 400px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: relative;
  transition: .3s all;
}

.signup_btn_btm a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
}

.signup_btn_btm a:hover {
  background: var(--lightgreen);
}

@media screen and (min-width: 600px) {
.reg_inner p {
  font-size: 28px;
  margin-top: -20px;
}

.signup_btn_btm a {
  width: 70%;
  max-width: 500px;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
} 
}

@media screen and (min-width: 768px) {
.reg_inner {
  width: 800px;
  background: url("../images/bg_dot_pc.png") center bottom no-repeat;
  background-size: 100% auto;
  border-radius: 40px;
}
}

/* ------------------------------------------
固定メニュー
--------------------------------------------*/
.bottom-menu {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: hsla(0,0%,20%,0.90);
  color: #fff;
  padding: 15px;
  z-index: 99999; 
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  transition: transform 0.4s ease-out, opacity 0.4s ease-out;
}

.bottom-menu.is-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.bottom-menu p {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
  color: var(--white);
  font-size: 14px;
  font-weight: 600;
}

.signup_btn_sticky {
  width: 100%;
  margin: 5px auto;
}

.signup_btn_sticky a {
  display: block;
  width: 80%;
  max-width: 600px;
  margin: 0 auto;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: var(--green);
  color: var(--white);
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  position: relative;
  transition: .3s all;
}

.signup_btn_sticky a::after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
}

.signup_btn_sticky a:hover {
  background: var(--lightgreen);
}

.fuwafuwa {
width: 40px;
height: auto;
margin: 0 10px 0 -20px;

  animation: floatAnimation 1.5s ease-in-out infinite;
}
    @keyframes floatAnimation {
      0% {
        transform: translateY(-5px);
      }
      50% {
        transform: translateY(0);
      }
      100% {
        transform: translateY(-5px);
      }
    }


@media screen and (min-width: 768px) {
.bottom-menu p {
  font-size: 16px;
}

.signup_btn_sticky {
  margin: 10px auto;
}

.signup_btn_sticky a {
  width: 600px;
  height: 70px;
  line-height: 70px;
  font-size: 20px;
  border-radius: 35px;
}
}

@media screen and (min-width: 960px) {
.signup_btn_sticky a {
  width: 800px;
  max-width: 800px;
  height: 80px;
  line-height: 80px;
  font-size: 24px;
  border-radius: 40px;
}
}


/* ------------------------------------------
追従バナー
--------------------------------------------*/
.fixed-banner {
  position: fixed;
  bottom: 110px;
  right: 5px;
  width: 200px;
  z-index: 99999;
}
    
.fixed-banner img {
  width: 100%;
  display: block;
}

.close-btn {
  position: absolute;
  top:5px;
  right: 10px;
  width: 30px;
  height: 30px;
  background-color: #333;
  color: #fff; 
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.2s;
  z-index: 9999999;
}

.close-btn:hover {
  background-color: #ff4d4d;
}
.is-hidden {
  display: none !important;
}

@media screen and (min-width: 768px) {
.fixed-banner {
  bottom: 140px;
  width: 250px;
}
}

@media screen and (min-width: 960px) {
.fixed-banner {
  bottom: 160px;
  width: 290px;
}

.close-btn {
  top:0;
  right: 10px;
  width: 32px;
  height: 32px;
  line-height: 30px;
  font-size: 24px;
}

}

@media screen and (min-width: 1280px) {
.fixed-banner {
  right: calc(50% - 700px);
}
}


