@charset "utf-8";
html,
body {
  width: 100%;
  overflow-x: clip;
}
#top {
  overflow: hidden;
  position: relative;
  z-index: 99;
}
#top::before {
  content: "";
  background: url(/img/app/top_ill_top.png) no-repeat;
  width: 534px;
  height: 297px;
  display: block;
  background-size: contain;
  position: absolute;
  z-index: 1;
  right: 0;
}
#top::after {
  content: "";
  background: url(/img/app/top_ill_bottom.png) no-repeat;
  width: 644px;
  height: 297px;
  display: block;
  background-size: contain;
  position: absolute;
  z-index: 9;
  left: 0;
  bottom: 0px;
}

.pc {
  display: block;
}
.sp {
  display: none;
}
li.pageTop {
  z-index: 999;
}
.txtUnderline {
  color: #cc0000;
}
.contents {
  max-width: 100%;
  padding: 0;
  background: url("../images/img_main_bg.png");
  background-repeat: repeat;
  background-position: center;
  background-size: contain;
  font-family: "Noto Sans JP", sans-serif;
}
.inner_sec {
  max-width: 1000px;
  margin: 0 auto;
}
.section_top {
  position: relative;
}
.bg_ye {
  background: #f5f3e5;
}
.bg_wh {
  background: #ffffff;
}

.txt_lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: left;
  color: #000;
}
.txt_center {
  text-align: center;
}
.h3_title_style {
  position: relative;
  /* display: inline-block; */
}
.h3_title_style img:nth-child(1) {
  position: absolute;
  top: -6px;
  bottom: 0;
  left: -26px;
  margin: auto;
}
.h3_title_style img:nth-child(2) {
  position: absolute;
  top: -10px;
  bottom: 0;
  right: -30px;
  margin: auto;
}

.step_ul .step_li figure {
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  #top {
    height: 485px;
  }
  #top::before {
    background: unset;
    content: none;
  }
  #top::after {
    width: 379px;
    height: 281px;
    left: -10px;
    background: url(/img/app/top_ill_bottom_sp.png) no-repeat;
    background-size: contain;
    bottom: -80px;
  }
  .h3_title_style img:nth-child(1) {
    position: absolute;
    top: -6px;
    bottom: 0;
    left: -20px;
    margin: auto;
    width: 12px;
  }
  .h3_title_style img:nth-child(2) {
    position: absolute;
    top: -10px;
    bottom: 0;
    right: -20px;
    margin: auto;
    width: 14px;
  }
}

/*------------------------------------------------------------------
title
------------------------------------------------------------------*/

.col_wh {
  color: #fff;
}
.col_ye {
  color: #fbce4a;
}

/*------------------------------------------------------------------
main
------------------------------------------------------------------*/
.main_area {
  background-color: #f5f3e5;
  padding: 92px 20px;
  position: relative;
  overflow: hidden;
  font-family: "Noto Sans JP", sans-serif;
  background: url(/img/app/main_bg.png);
}
.olive_img01 {
  position: absolute;
  top: -50px;
  right: 0;
}
.olive_img02 {
  position: absolute;
  top: -30px;
  left: 0;
}
.main_content {
  max-width: 1200px;
  display: flex;
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.main_area::before {
  background: url(/img/app/smoke_wg.png) no-repeat;
  content: "";
  position: absolute;
  width: 497px;
  height: 260px;
  display: block;
  background-size: contain;
  top: 173px;
  left: 0;
}
.main_area::after {
  background: url(/img/app/smoke_white.png) no-repeat;
  content: "";
  position: absolute;
  width: 343px;
  height: 289px;
  display: block;
  background-size: contain;
  bottom: 109px;
  right: 0;
}

.main_img {
  /* width: 50%; */
  text-align: left;
  position: relative;
  z-index: 99;
}
.main_txt_area {
  /* width: 48%; */
  position: relative;
  z-index: 99;
  text-align: center;
  margin-left: 65px;
}
h1 {
  font-size: 58px;
  color: #000;
  font-weight: 700;
  text-align: left;
  /* letter-spacing: 0.3em; */
}
h1 span {
  font-size: 28px;
  display: block;
  margin-top: 8px;
}
.h1_title_wrap {
  display: flex;
  align-content: center;
  align-items: center;
  margin-bottom: 37px;
}
.h1_title_wrap img {
  margin-right: 15px;
}
.h2_lead {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
  text-align: left;
  /* display: inline-block; */
}
.main_content .app_btn_wrap {
  justify-content: flex-start;
}

.app_btn_wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  position: relative;
}
.app_btn_wrap_bg {
  width: 457px;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: -30px;
  top: -11px;
}
.app_btn_wrap_bg p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  opacity: 1;
  position: relative;
  z-index: 99;
  padding: 14px 0;
}
#sec08 .app_btn_wrap_bg {
  width: 457px;
  height: 77px;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 50%;
  top: -11px;
  transform: translate(-50%, 0);
}
#sec08 .app_btn_wrap_bg p {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  opacity: 1;
  position: relative;
  z-index: 99;
  padding: 14px 0;
  text-align: center;
}

.app_btn:nth-child(1) {
  margin-right: 16px;
}

.title::before {
  content: "";
  border-top: solid #978956 1px;
  width: 359px;
  display: block;
  margin: 0 auto;
}
.title::after {
  content: "";
  border-top: solid #978956 1px;
  width: 359px;
  display: block;
  margin: 0 auto;
}

.title--en {
  color: #978956;
  font-size: 22px;
  font-weight: 700;
  padding-top: 20px;
}
.title--ja {
  padding-bottom: 20px;
  font-size: 36px;
  font-weight: 700;
  color: #000;
}
.sub_title {
  margin-top: 60px;
  color: #000;
  font-size: 32px;
}
.sub_title--small {
  font-size: 22px;
  font-weight: 700;
}
@media screen and (min-width: 1200px) {
  h1 {
    font-size: 58px;
  }
  h1 span {
    font-size: 28px;
  }
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
  .main_content {
    flex-direction: column-reverse;
  }
  .main_img {
    width: 100%;
    text-align: center;
  }
  .main_txt_area {
    width: 100%;
    margin-top: -0;
    margin-left: auto;
  }
  .main_area {
    padding: 16px 10px 30px 10px;
  }
  .main_area::before {
    content: none;
  }
  .main_area::after {
    width: 171px;
    height: 89px;
    bottom: auto;
    top: 225px;
    right: -15px;
  }
  h1 {
    font-size: 34px;
    letter-spacing: 0;
  }
  h1 span {
    font-size: 20px;
    letter-spacing: 0;
  }
  .h1_title_wrap {
    margin-bottom: 4px;
    justify-content: center;
  }
  .h2_lead {
    font-size: 24px;
    text-align: center;
  }

  .olive_img01 img {
    width: 112px;
  }
  .olive_img02 img {
    width: 189px;
  }
  .main_img {
    width: auto;
    margin: 16px auto 0 auto;
  }
  .main_img img {
    width: 209px;
  }
  .app_btn_wrap {
    display: flex;
    background-color: #fff;
    padding: 16px 0;
    margin-top: 0;
    justify-content: center;
  }

  .app_btn_wrap img {
    width: 167px;
  }
  .app_btn_wrap_bg {
  width: 375px;
  left: 50%;
  transform: translate(-50%,0);
  top: -1px;
}
.app_btn_wrap_bg p {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}

  .title::before {
    width: 335px;
  }
  .title::after {
    width: 335px;
  }

  .title--en {
    font-size: 20px;
  }
  .title--ja {
    font-size: 28px;
  }
  .sub_title {
    margin-top: 32px;
  }
  .sub_title--small {
    font-size: 16px;
  }
  .sub_title h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 414px) {
}

/* -----------------
link
------------------*/
.links {
  width: 100%;
  background: #fff;
}
.links_list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 8px 0;
}
.links_list_item {
  width: 100%;
  padding: 8px 0;
  border-right: 1px solid #380606;
  box-sizing: border-box;
  font-size: 16px;
  text-decoration: none;
}

.links_list_item:first-of-type {
  border-left: 1px solid #380606;
}
.links_list_item p {
  margin-bottom: 14px;
  color: #000;
  font-weight: 500;
  text-align: center;
}
.links_list_item img {
  display: block;
  max-width: 24px;
  margin: 0 auto;
}

.help {
  background: #380606;
}
.help_list {
  display: flex;
  justify-content: space-between;
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 0;
}
.help_list_item {
  width: 100%;
  max-width: 300px;
  padding: 11px 0 10px;
  border-radius: 8px;
  background: #fff;
}
.help_list_item img {
  display: block;
  max-width: 32px;
  margin: 0 auto;
}
.help_list_item p {
  color: #380606;
  font-size: 16px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .h1_title_wrap img {
    width: 80px;
    margin-right: 8px;
  }
  .h2_lead {
    font-size: 16px;
    text-align: center;
  }

  .help_list {
    padding: 24px 0;
    width: calc(100% - 40px);
    display: block;
  }
  .help_list_item {
    max-width: 100%;
  }
  .help_list_item:first-of-type {
    margin-bottom: 16px;
  }
}
/*------------------------------------------------------------------
sec01
------------------------------------------------------------------*/
#sec01 {
  padding: 20px 20px 152px 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #sec01 {
    padding: 20px 20px 80px 20px;
    position: relative;
  }
  .links_list {
    width: calc(100% - 30px);
  }
  .links_list_item {
    font-size: 14px;
  }
  .links_list_item:first-of-type {
    padding: 0 9px;
  }
}

/*------------------------------------------------------------------
sec02
------------------------------------------------------------------*/

#sec02 {
  background: #fff;
  position: relative;
  padding: 80px 0px 120px 0px;
}
#sec02::before {
  content: "";
  background: url(/img/app/smoke_gold.png) no-repeat;
  background-size: contain;
  width: 386.95px;
  height: 342px;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
}
#sec02::after {
  content: "";
  background: url(/img/app/smoke_gg.png) no-repeat;
  background-size: contain;
  width: 497px;
  height: 237px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}

#sec02 .details_area {
  width: 58%;
}
#sec02 .img_area {
  width: 42%;
}
.sec02_h2_wrap {
  text-align: center;
  position: relative;
  z-index: 99;
}
#sec02 .txt_lead {
  text-align: center;
  font-size: 21px;
  font-weight: 400;
  line-height: 1.6;
  margin: 40px 0 60px;
  color: #000;
}
#sec02 .block_content_wrap {
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
}
#sec02 .img_area {
  position: relative;
}
.img_area img {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #sec02 {
    padding: 64px 20px 92px 20px;
  }
  #sec02::before {
    width: 164px;
    height: 109px;
    background: url(/img/app/smoke_gold_sp.png) no-repeat;
    background-size: contain;
  }
  #sec02::after {
    height: 117px;
    width: 248px;
    bottom: 13px;
    left: -10px;
  }
  #sec02 .txt_lead {
    text-align: center;
    font-size: 14px;
    margin: 16px 0 32px;
    z-index: 1;
    position: relative;
  }
  #sec02 .block_content_wrap {
    display: block;
    margin-bottom: 0;
    position: relative;
    z-index: 99;
  }
  #sec02 .img_area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  #sec02 .img_area img {
    width: 239px;
  }
  #sec02 .img_area::before {
    display: none;
  }
  #sec02 .details_area {
    width: 100%;
    margin: 32px auto 0 auto;
  }
  #sec02 .details_area img {
    width: 343px;
  }
}

/*------------------------------------------------------------------
sec03
------------------------------------------------------------------*/
#sec03 {
  padding: 80px 20px 80px 20px;
}
#sec03::before {
  content: "";
  background: url(/img/app/smoke_white.png) no-repeat;
  background-size: contain;
  width: 343px;
  height: 179px;
  display: block;
  position: absolute;
  right: 0;
  top: 64px;
}

#sec03 .h3_title_style {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
#sec03 .h3_title_style img:nth-child(1) {
  margin-right: 10px;
}
#sec03 .h3_title_style img:nth-child(2) {
  margin-left: 10px;
}
#sec03 .sec03-inner__ttl {
  text-align: center;
  margin: 60px 0;
  color: #000;
}
#sec03 .sec03-inner__ttl--small {
  font-size: 22px;
  font-weight: 700;
}
#sec03 .block_content_wrap {
  display: flex;
  justify-content: space-around;
}
#sec03 .details_area {
  width: 56%;
  text-align: left;
  position: relative;
  z-index: 1;
  color: #000;
}
#sec03 .details_area h4 {
  font-size: 28px;
  font-weight: 700;
}

#sec03 .txt_lead {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
  margin: 20px 0 40px;
  text-align: left;
}
#sec03 .txt_lead--asterisk {
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
}
#sec03 .img_area {
  position: relative;
  /* width: 42%; */
  text-align: right;
}
.c-red {
  color: #953f3f;
}

@media screen and (max-width: 768px) {
  #sec03 {
    padding: 60px 20px;
  }
  #sec03::before {
    width: 178px;
    height: 99px;
    top: 51px;
    right: -25px;
  }
  #sec03 .sec02_h2_wrap {
    position: relative;
  }
  #sec03 .sec03-inner__ttl {
    margin: 32px 0 16px;
  }
  #sec03 .sec03-inner__ttl--small {
    font-size: 16px;
  }

  #sec03 .block_content_wrap {
    display: block;
    justify-content: space-between;
  }
  #sec03 .details_area {
    width: 100%;
    margin-bottom: 40px;
  }
  #sec03 .img_area {
    position: relative;
    width: 100%;
    text-align: center;
  }

  #sec03 .h3_title_style {
    font-size: 18px;
    margin-bottom: 16px;
  }
  #sec03 .details_area h4 {
    font-size: 18px;
    text-align: center;
  }
  #sec03 .txt_lead {
    font-size: 14px;
    margin: 16px 0;
    text-align: center;
  }
  #sec03 .txt_lead--asterisk {
    font-size: 14px;
    margin-top: 8px;
  }
  .sec03-inner__img--point {
    width: 335px;
    display: block;
    margin: 0 auto;
  }
  #sec03 .img_area::after {
    display: none;
  }
}

/*------------------------------------------------------------------
sec04
------------------------------------------------------------------*/
#sec04 {
  padding: 80px 20px;
}
#sec04::before {
  content: "";
  background: url(/img/app/smoke_gold.png) no-repeat;
  background-size: contain;
  width: 386.95px;
  height: 342px;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
}
#sec04::after {
  content: "";
  background: url(/img/app/smoke_gg.png) no-repeat;
  background-size: contain;
  width: 497px;
  height: 226.86px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
}

#sec04 .h3_title_style {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
#sec04 .img_area .h3_title_style {
  margin: 40px 0 20px;
  text-align: center;
}
#sec04 .sec04-inner__ttl {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  text-align: center;
  margin: 60px 0;
}
#sec04 .block_content_wrap {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  max-width: 780px;
  margin: 0 auto;
  position: relative;
  flex-direction: column;
}
#sec04 .details_area {
  /* position: absolute;
  left: 0;
  top: 40px; */
}
#sec04 .img_area img {
  width: 100%;
  margin: 0px 0 0px;
}

#sec04 .img_area {
  margin: 0 0 0 auto;
}
#sec04 .title_h4 {
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
#sec04 .title_h4::after {
  background-image: url(/img/app/point_dec.png);
  content: "";
  background-repeat: no-repeat;
  width: 218px;
  margin: 0 auto;
  display: block;
  height: 8px;
  background-size: contain;
  margin-top: 12px;
}
.step_ul {
  display: flex;
  justify-content: space-between;
  padding: 20px 36px 56px;
}
.step_li {
  /* width: calc(100% / 3); */
  position: relative;
  /* padding-top: 28px; */
}
.step_li p {
  padding-top: 16px;
  font-size: 20px;
  font-weight: 500;
  color: #000;
  padding-left: 18px;
}
.step_icn {
  position: absolute;
  left: -30px;
  top: 0;
}
.step_wrap {
  max-width: 900px;
  margin: 40px auto 0 auto;
  text-align: center;
  background-color: #f5f3e5;
  padding: 40px 0 0px;
  position: relative;
  z-index: 99;
}
.step_li a {
  font-size: 12px;
  color: #eb6100;
}
#sec04 .title_h4 img {
  margin-top: -23px;
}

@media screen and (max-width: 768px) {
  #sec04 {
    padding: 64px 20px 64px 20px;
  }
  #sec04::before {
    background: url(/img/app/smoke_gold_sp.png) no-repeat;
    background-size: contain;
    width: 164px;
    height: 109px;
    top: 0;
  }
  #sec04::after {
    height: 117px;
    width: 248px;
    bottom: 13px;
    left: -10px;
  }

  #sec04 .sec04-inner__ttl {
    margin: 32px 0 16px;
    font-size: 18px;
  }
  #sec04 .block_content_wrap {
    display: block;
    max-width: 335px;
  }
  #sec04 .h3_title_style {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .txt_lead {
    font-size: 14px;
  }
  #sec04 .details_area {
    margin-bottom: 16px;
  }
  #sec04 .img_area img {
    width: 335px;
  }
  #sec04 .title_h4 {
    font-size: 20px;
  }
  #sec04 .title_h4::after {
    width: 160px;
    height: 8px;
    margin-top: 4px;
  }
  .title_h4 img {
    width: 235px;
  }
  .step_wrap {
    margin: 32px auto 0px;
    padding-bottom: 40px;
  }
  .step_ul {
    display: block;
    padding: 0px;
  }
  .step_li {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .step_li p {
    font-size: 16px;
  }
  .step_li:last-child {
    margin-bottom: 0;
  }
  .step_icn {
    left: 0;
  }
}

/*------------------------------------------------------------------
sec05
------------------------------------------------------------------*/
#sec05 {
  padding: 80px 20px 90px 20px;
  text-align: center;
}
#sec05::before {
  content: "";
  background: url(/img/app/smoke_white.png) no-repeat;
  background-size: contain;
  width: 343px;
  height: 179px;
  display: block;
  position: absolute;
  right: 0;
  top: 87px;
}
#sec05 .h3_title_style {
  font-size: 32px;
  color: #000;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 60px 0;
}
.tokuten_list_ul {
  max-width: 900px;
  margin: 0 auto;
}
.tokuten_list_li {
  margin-bottom: 16px;
}

.tokuten_list_li img {
  border-radius: 12px;
}
.tokuten_list_li--diamond {
  margin-bottom: 60px;
}
.tokuten_list_ul.type02 .tokuten_list_li {
  width: 100%;
}
.tokuten_list_ul.type02 .tokuten_list_li img {
  border-radius: 15px;
}
.attention_list_wrap .title_h4 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  color: red;
  margin: 40px 0 32px;
}
.attention_list_ul {
  padding: 0 40px 40px;
}
#sec04 .attention_list_li {
  font-size: 16px;
  line-height: 1.6;
  color: #cc0000;
  text-indent: -1em;
  padding-left: 1em;
  text-align: left;
}
#sec04 .attention_list_wrap {
  max-width: 900px;
  margin: 20px auto 0;
  border: solid 1px #380606;
  /* padding: 30px 40px; */
  position: relative;
  z-index: 99;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #sec05 {
    padding: 64px 20px;
  }
  #sec05::before {
    width: 170px;
    height: 144px;
    right: -24px;
    top: 58px;
  }
  #sec05 .title {
    position: relative;
    z-index: 99;
  }
  #sec05 .h3_title_style {
    font-size: 18px;
    margin: 32px 0 16px;
    line-height: 1.3 !important;
    display: inline-flex;
    justify-content: center;
  }
  .tokuten_list_ul {
    max-width: 335px;
  }
  .tokuten_list_li {
    margin-bottom: 8px;
  }
  .tokuten_list_li img {
    width: 163.5px;
    border-radius: 0;
  }
  .tokuten_list_li img {
    width: 335px;
  }
  #sec05 .attention_list_wrap {
    padding: 0px 16px 32px;
    margin: 10px auto 0 auto;
  }
  #sec05 .attention_list_li {
    font-size: 14px;
  }
  #sec05 .title_h4 {
    font-size: 16px;
    margin: 32px 0 16px;
  }
  .attention_list_ul {
    padding: 0px 16px 32px;
  }
}

/*------------------------------------------------------------------
sec06
------------------------------------------------------------------*/
#sec06 {
  padding: 80px 20px 160px 20px;
}
#sec06::before {
  content: "";
  background: url(/img/app/smoke_white.png) no-repeat;
  background-size: contain;
  width: 343px;
  height: 179px;
  display: block;
  position: absolute;
  right: 0;
  top: 87p.47x;
}

#sec06 .txt_lead {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 60px;
}
#sec06 .h3_title_style {
  font-size: 32px;
  color: #000;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 60px 0 40px;
}
#sec06 .img_area {
  text-align: center;
}
#sec06 .img_area img {
  width: 898px;
}

@media screen and (max-width: 768px) {
  #sec06 {
    padding: 64px 20px 128px;
  }
  #sec06 .title {
    position: relative;
    z-index: 999;
  }
  #sec06::before {
    content: "";
    background: url(/img/app/smoke_white.png) no-repeat;
    background-size: contain;
    width: 178px;
    height: 99px;
    top: 51px;
    right: -25px;
  }

  #sec06 .h3_title_style {
    font-size: 18px;
    margin: 32px 0 16px;
  }
  #sec06 .txt_lead {
    font-size: 14px;
    margin-bottom: 16px;
    text-align: center;
  }
  #sec06 .img_area {
    width: 335px;
    margin: 0 auto;
  }
  #sec06 .img_area img {
    width: 335px;
  }
}

/*------------------------------------------------------------------
sec07
------------------------------------------------------------------*/
#sec07 {
  padding: 80px 20px 120px 20px;
  text-align: center;
}
#sec07::before {
  content: "";
  background: url(/img/app/smoke_gold.png) no-repeat;
  background-size: contain;
  width: 386.95px;
  height: 342px;
  display: block;
  position: absolute;
  right: 0;
  top: 0px;
}
#sec07::after {
  content: "";
  background: url(/img/app/smoke_gg.png) no-repeat;
  background-size: contain;
  width: 406.95px;
  height: 226px;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
}

#sec07 .h3_title_style {
  font-size: 32px;
  color: #000;
  letter-spacing: 0.04em;
  text-align: center;
  margin: 60px 0;
}
.kinou_list_ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
  z-index: 99;
}
.kinou_list_li p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin-bottom: 24px;
}
.kinou_list_li p::after {
  content: "";
  background: url(/img/app/point_dec.png) no-repeat;
  width: 218px;
  height: 8px;
  display: block;
  margin: 0 auto;
  background-size: contain;
}
.kinou_list_fair,
.kinou_list_order {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #sec07 {
    padding: 64px 20px;
  }
  #sec07::before {
    background: url(/img/app/smoke_gold_sp.png) no-repeat;
    background-size: contain;
    width: 164px;
    height: 109px;
    top: 0;
  }
  #sec07::after {
    height: 117px;
    width: 248px;
    bottom: 13px;
    left: -10px;
  }
  #sec07 .title {
    position: relative;
    z-index: 99;
  }
  #sec07 .h3_title_style {
    font-size: 18px;
    margin: 32px 0 16px;
  }
  .kinou_list_li p::after {
    width: 160px;
    height: 6px;
  }
  .kinou_list_ul {
    display: block;
  }
  .kinou_list_li {
    margin-bottom: 24px;
  }
  .kinou_list_li img {
    width: 200px;
    position: relative;
    z-index: 999;
  }
  .kinou_list_li:last-child {
    margin-bottom: 0;
  }
}

/*------------------------------------------------------------------
sec08
------------------------------------------------------------------*/
#sec08 {
  padding: 80px 20px;
}
#sec08 .app_title_wrap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
#sec08 .h2_app_title {
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
#sec08 .logo_area {
  margin-right: 16px;
}
#sec08 .h2_app_title {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.14em;
}
.under_app_lead {
  font-size: 24px;
  color: #000;
  font-weight: 700;
  text-align: center;
  margin-top: 16px;
}

#sec08 .h2_app_title span {
  font-size: 60px;
  letter-spacing: 0.08em;
  display: block;
  margin-top: 13px;
}
#sec08 .link_wrap {
  text-align: center;
  margin-top: 50px;
}
#sec08 .link_wrap a:hover {
  opacity: 0.8;
}
@media screen and (max-width: 768px) {
  #sec08 {
    padding: 32px 16px 48px;
  }
  #sec08 .h2_app_title {
    font-size: 21px;
    white-space: nowrap;
    letter-spacing: 0.1em;
  }
  #sec08 .h2_app_title span {
    font-size: 28px;
    margin-top: 13px;
    white-space: nowrap;
  }
  #sec08 .link_wrap {
    margin-top: 30px;
  }
  #sec08 .logo_area {
    margin-right: 8px;
  }
  #sec08 .logo_area img {
    width: 96px;
  }
  #sec08 .app_btn img {
    width: 167px;
  }
  #sec08 .app_btn_wrap {
    background-color: unset;
  }
  #sec08 .app_btn:nth-child(1) {
    margin-right: 8px;
  }
  #sec08 .app_btn_wrap_bg {
  top: -1px;
}

}

@media screen and (max-width: 768px) {
  .main_area .media_sp {
    display: flex;
    z-index: 10;
    position: relative;
  }
  .breadcrumb {
    display: none;
  }
}

/* アプリアコーディオン */
.accordion {
  margin-top: 10px;
}

.accordion__container {
  margin: 0 auto;
  max-width: 990px;
}

.accordion__title {
  background-color: #8cba6e;
  border: 1px solid transparent;
  color: #593529;
  font-size: 1.25em;
  padding: 1.5em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.accordion__title::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #593529 2px solid;
  border-right: #593529 2px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.accordion__title.is-active::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #593529 2px solid;
  border-right: #593529 2px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.accordion__content {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  padding: 0 0.75em;
  line-height: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition-duration: 0.3s;
  margin: 2px;
}

.accordion__content.is-open {
  line-height: 1.4;
  margin-bottom: 40px;
  /* numberに書き換える*/
  height: auto;
  opacity: 1;
}
