@charset "utf-8";

/* bg_donut_area
-------------------------------------------------- */
.bg_donut_area,
.bg_donut_area_02{
  position: relative;
  overflow: hidden;
}
.bg_donut_area::before{
  content: '';
  display: block;
  position: absolute;
  top: 250px;
  right: -60px;
  background: url(/common_2022/images/bg/img_donut_ill_07.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
.bg_donut_area::after{
  content: '';
  display: block;
  position: absolute;
  top: 42.5%;
  left: -60px;
  margin: auto;
  background: url(/common_2022/images/bg/img_donut_ill_08.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
.bg_donut_area_02::before{
  content: '';
  display: block;
  position: absolute;
  bottom: 50px;
  right: -60px;
  background: url(/common_2022/images/bg/img_donut_ill_04.png) no-repeat right top;
  background-size: 100%;
  z-index: -1;
}
@media print, screen and (min-width:768px){
  .bg_donut_area::before,
  .bg_donut_area::after,
  .bg_donut_area_02::before{
    width: 20.8vw;
    max-width: 400px;
    min-width: 300px;
    height: 20.8vw;
    max-height: 400px;
    min-height: 300px;
  }
}
@media screen and (max-width:767px) {
  .bg_donut_area::before{
    top: 19.1%;
    right: -125px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area::after{
    top: 53.4%;
    left: -130px;
    width: 200px;
    height: 200px;
  }
  .bg_donut_area_02::before{
    bottom: 0;
    right: -125px;
    width: 200px;
    height: 200px;
  }
}


/* ttl
-------------------------------------------------- */
.ttl_wrap{
  text-align: center;
  color: #864520;
}
.ttl_wrap .ttl_heading{
  position: relative;
}
.ttl_wrap .ttl_heading::after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ttl_wrap .ttl_txt{
  color: #222;
}
@media print, screen and (min-width:768px){
  .ttl_wrap .ttl_heading{
    padding-bottom: 40px;
  }
  .ttl_wrap .ttl_heading::after{
    width: 270px;
    height: 7px;
    background: url(/enjoy/images/bg_heading.png) no-repeat center bottom;
    background-size: contain;
  }
}
@media screen and (max-width:767px) {
  .ttl_wrap .ttl_heading{
    padding-bottom: 23px;
  }
  .ttl_wrap .ttl_heading::after{
    width: 270px;
    height: 7px;
    background: url(/enjoy/images/bg_heading.png) no-repeat center bottom;
    background-size: contain;
  }
}



/* enjoy
-------------------------------------------------- */
.enjoy_wrap{}
.enjoy_wrap{
  position: relative;
  padding: 10px;
}
.enjoy_wrap .enjoy_inner{
  background-color: #fff;
}

.trivia_area{
  background-color: #fff;
  overflow: hidden;
}
.trivia_area .trivia_content{
  text-align: center;
}
.trivia_area .icon {
  position: absolute;
  text-align: center;
  font-weight: bold;
}
.trivia_area .trivia_q {
  position: relative;
  border: solid 4px #FFF0A6;
}
.trivia_area:nth-child(2n) .trivia_q {
  border: solid 4px #FBE5BB;
}
.trivia_area .trivia_q .question {
  text-align: left;
  font-weight: bold;
}
.trivia_area .trivia_q .q_wrap {
  display: flex;
}
.trivia_area .trivia_q .icon {
  background-color: #FEE83A;
}
.trivia_area:nth-child(2n) .trivia_q .icon {
  background-color: #FFC36A;
}
.trivia_area .trivia_a .icon {
  background-color: #fff;
}
.trivia_area .icon::after {
  content: '';
  display: block;
  position: absolute;
  margin: auto;
  width: 0;
  height: 0;
}
.trivia_area .trivia_q .select{
  text-align: left;
}
.trivia_area .trivia_a{
  position: relative;
  display: none;
  background-color: #FFF9DC;
  text-align: left;
  border-radius: 0 0 10px 10px;
}
.trivia_area:nth-child(2n) .trivia_a{
  background-color: #FFF3DB;
}
.trivia_area .trivia_a.open{
  display: block;
}
.trivia_area .trivia_a .a_img{
  text-align: center;
}
.trivia_area .trivia_a .answer{
  font-weight: bold;
}

.trivia_area .trivia_sns .flex{
  display: flex;
  justify-content: center;
  align-items: center;
}
.trivia_area .trivia_sns{
  border-top: 1px solid #EDE4B0;
}
.trivia_area .sns_list{
  display: flex;
  flex-direction: row;
}
.trivia_area .sns_list ul{
  display: flex;
  align-items: center;
}
.trivia_area .sns_list ul li:first-child{
  margin-left: 0;
}
.trivia_area .sns_list li a{
  display: flex;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.trivia_area .sns_list .sns_tw{
  /* background: url(/common_2022/images/icon/icon_x.png) no-repeat center;
  background-size: 100% auto; */
}
.trivia_area .sns_list .sns_fb a{
  background: url(/common_2022/images/icon/icon_fb.png) no-repeat center;
  background-size: 100% auto;
}
.trivia_area .sns_list .sns_line a{
  background: url(/common_2022/images/icon/icon_line.png) no-repeat center;
  background-size: 100% auto;
}
.trivia_area .trivia_btn{
  background-color: #FFEE6A;
  text-align: center;
}
.trivia_area:nth-child(2n) .trivia_btn{
  background-color: #FFC36A;
  text-align: center;
}
.trivia_area .trivia_q .icon::after {
  border-color: transparent transparent #FEE83A;
}
.trivia_area:nth-child(2n) .trivia_q .icon::after {
  border-color: transparent transparent #FFC36A;
}
.trivia_area .trivia_a .icon::after {
  border-color: transparent transparent #fff;
}
.trivia_area .trivia_btn a{
  position: relative;
  display: block;
}
.trivia_area:not(.open) .trivia_btn .close{
  display: none;
}
.trivia_area.open .trivia_btn .show{
  display: none;
}
.trivia_area .trivia_btn a::after{
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 20px;
	margin: auto 0;
	background: url(/common_2022/images/icon/icon_plus_brown.png) center center no-repeat;
	background-size: 100% auto;
}
.trivia_area.open .trivia_btn a::after{
	background: url(/common_2022/images/icon/icon_minus_brown.png) center center no-repeat;
	background-size: 100% auto;
}
@media print, screen and (min-width:768px){
  .enjoy_wrap{
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    background: url(/enjoy/images/bg_enjoy.png) center top;
    background-size: 100% 100%;
    border-radius: 40px;
  }
  .enjoy_wrap .content_inner{
    position: relative;
  }
  /* .enjoy_wrap .content_inner::before{
    content: '';
    display: block;
    position: absolute;
    left: 2%;
    bottom: -20px;
    width: 23.3%;
    height: 225px;
    background: url(/enjoy/images/img_character_01.png) no-repeat center;
    background-size: 100%;
  }
  .enjoy_wrap .content_inner::after{
    content: '';
    display: block;
    position: absolute;
    right: 2%;
    bottom: -20px;
    width: 23.3%;
    height: 225px;
    background: url(/enjoy/images/img_character_02.png) no-repeat center;
    background-size: 100%;
  } */
  .enjoy_wrap .enjoy_inner{
    border-radius: 35px;
    padding: 40px 0;
    background-image: url(/enjoy/trivia/images/h1_bg_02.png), url(/enjoy/trivia/images/h1_bg_01.png);
    background-size: cover, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: top -37px left, center;
  }

  .trivia_area{
    margin: 0 auto;
    border-radius: 20px;
    margin-top: 60px;
  }
  .trivia_area .trivia_content{
    /* padding: 40px 30px 0px; */
  }
  .trivia_area .icon {
    top: 25px;
    width: 60px;
    height: 60px;
    padding-top: 7px;
    border-radius: 30px;
    font-size: 22px;
  }
  .trivia_area .icon::after {
    right: -16px;
    bottom: 6px;
    border-width: 16px 16px 16px 0px;
    border-style: solid;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .trivia_area .trivia_q{
    /* margin-top: 1.2em; */
    padding: 40px 30px 0px;
    border-radius: 20px 20px 0 0;
  }
  .trivia_area .trivia_q .q_wrap{
    padding-bottom: 30px;
    flex-direction: row;
  }
  .trivia_area .trivia_q .question {
    padding-left: 80px;
    padding-bottom: 30px;
    font-size: 18px;
  }
  .trivia_area .trivia_q .select{
    padding-left: 80px;
    width: 50%;
    line-height: calc(47 / 14);
  }
  .trivia_area .trivia_q .q_img{
    width: 50%;
  }
  .trivia_area .trivia_q .q_img img{
    max-width: 225px;
  }
  .trivia_area .trivia_a .answer{
    padding-left: 80px;
    font-size: 18px;
  }
  .trivia_area .trivia_a{
    padding: 40px 30px 40px;
    border-radius: 0 0 20px 20px;
  }
  .trivia_area .trivia_a .sub{
    margin-top: 0.5em;
    padding-left: 80px;
    font-size: 14px;
  }
  .trivia_area .trivia_a .a_img{
    margin-top: 30px;
    width: 460px;
    margin: 30px auto 0;
  }
  .trivia_area .trivia_sns{
    padding: 20px;
  }
  .trivia_area .trivia_sns .txt{
    margin-right: 7px;
    margin-top: 5px;
    font-size: 12px;
  }
  .trivia_area .sns_list ul li{
    width: 30px;
    height: 30px;
    margin-left: 15px;
  }
  .trivia_area .trivia_btn a{
    padding: 22px 40px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width:767px) {
  .enjoy_wrap{
    background: url(/enjoy/images/bg_enjoy_sp.png) center top;
    background-size: 100% 100%;
    border-radius: 20px;
  }
  .enjoy_wrap .enjoy_inner{
    position: relative;
    border-radius: 15px;
    padding-top: 71px;
    padding-bottom: 100px;
    background-image: url(/enjoy/trivia/images/h1_bg_02_sp.png), url(/enjoy/trivia/images/h1_bg_03_sp.png), url(/enjoy/trivia/images/h1_bg_01_sp.png);
    background-size: 184px 65px, 72px 54px, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom 20px, right 20px top 20px, center;
  }

  /* .enjoy_wrap .enjoy_inner::before{
    content: '';
    display: block;
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    height: 30.6vw;
    margin: auto;
    background: url(/enjoy/images/img_character_sp.png) no-repeat center bottom;
    background-size: contain;
  } */

  .trivia_area{
    margin-top: 40px;
    border-radius: 10px;
  }
  .trivia_area .trivia_content{
    /* padding: 30px 25px 10px; */
  }
  .trivia_area .icon {
    top: 27px;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    border-radius: 15px;
  }
  .trivia_area .icon::after {
    right: -8px;
    bottom: 3px;
    border-width: 8px 8px 8px 0px;
    border-style: solid;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .trivia_area .trivia_q{
    /* margin-top: 12px; */
    padding: 30px 25px 0px;
    border-radius: 10px 10px 0 0;
  }
  .trivia_area .trivia_q .q_wrap{
    padding-bottom: 20px;
    flex-direction: column;
  }
  .trivia_area .trivia_q .question{
    padding-left: 40px;
    padding-bottom: 15px;
    font-size: 14px;
  }
  .trivia_area .trivia_q .select{
    padding-left: 40px;
    padding-bottom: 10px;
    line-height: 2.5;
  }
  .trivia_area .trivia_a{
    padding: 30px 25px 25px;
    border-radius: 0 0 10px 10px;
  }
  .trivia_area .trivia_a .answer{
    padding-left: 40px;
  }
  .trivia_area .trivia_a .sub{
    margin-top: 10px;
    padding-bottom: 20px;
    padding-left: 40px;
    font-size: 12px;
    line-height: calc(44 / 24);
  }
  .trivia_area .trivia_sns{
    padding: 10px;
  }
  .trivia_area .trivia_sns .txt{
    margin-right: 5px;
    margin-top: 3px;
    font-size: 10px;
  }
  .trivia_area .sns_list ul li{
    width: 25px;
    height: 25px;
    margin-left: 12px;
  }
  .trivia_area .trivia_btn a{
    padding: 8px 40px;
    font-size: 10px;
  }
  .trivia_area .trivia_btn a::after{
    width: 10px;
    height: 10px;
  }
}

/* circle_num
-------------------------------------------------- */
.circle_num{
  display: inline-block;
  margin-right: 8px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #222;
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 22px;
  vertical-align: middle;
  margin-top: -4px;
}
.answer .circle_num{
  margin: 0 4px;
}

/* bnr_area
-------------------------------------------------- */
.bnr_area .mod_bnr > a{
  display: block;
  filter: drop-shadow(0 5px 7px rgba(0, 0, 0, 0.1));
}
.bnr_area .mod_bnr > a img{
  width: 100%;
}
@media print, screen and (min-width:768px){
  .bnr_area{
    margin-top: 60px;
  }
  .bnr_area .mod_bnr{
    margin-top: 40px;
  }
}
@media screen and (max-width:767px) {
  .bnr_area .mod_bnr{
    margin-top: 30px;
  }
}