@charset "UTF-8";

/* 全体部分-----
---------------- 
---------------*/
* {
  box-sizing: border-box;
}
html {
  font-size: 100%;
}
body {
  font-family: "Kosugi Maru", sans-serif;
  line-height: 1.5;
  color: #4e4e4e;
  min-width: 375px;
}
/* リンク */
a {
  text-decoration: none;
}
/* 画像最大 */
img {
  max-width: 100%;
}
/* リスト装飾 */
ul li {
  list-style: none;
}
/* セクション共通----
------------------
------------------- */
/* 箱 */
.wrapper {
  max-width: 900px;
  margin: 0 auto;
}
/* 中央揃え */
.text_align {
  text-align: center;
}
/* セクション本文サイズ */
.sec_p_size {
  font-size: clamp(14px, 1.8vw, 24px);
}
/* セクション見出しサイズ */
.sec_h_size {
  font-size: clamp(25px, 4vw, 53px);
}
/* セクション見出し前のサイズ */
.sec_h_fron_size {
  font-size: clamp(18px, 2.4vw, 30px);
}
/* セクション小見出し */
.sec_h_small_size {
  font-size: clamp(20px, 2.6vw, 34px);
}
/* フォント太さ標準 */
.font_weight {
  font-weight: normal;
}
/* ホバー */
.hover:hover {
  opacity: 0.7;
  transition: 0.3s;
}
/* 赤字 */
.font_color_red {
  color: #c1141b;
}
.pc-only{
  display: block;
}
/* 900以下左右余白 */
@media screen and (max-width: 900px) {
  .section {
    padding-left: 4% !important;
    padding-right: 4% !important;
  }
}
  /* 中央 吹き出し */
.res_text_align {
  width: 200px;
}
@media screen and (max-width: 768px) {
  /* レスポンシブ中央 吹き出し */
  .res_text_align {
    display: block;
    width: 200px;
    margin: 0 auto 58px;
  }
  .under_768 {
    display: none !important;
  }
  /* 箱 */
  .wrapper {
    max-width: 375px;
    margin: 0 auto;
  }
  .pc-only{
  display: none;
}
}
@media screen and (min-width: 769px) {
  .up_768 {
    display: none !important;
  }
}
/* メインビジュアル部分 */
#home_content {
  /* background: url(../../images/app/dish_illust.png) no-repeat center center / cover; */
  background-color: #F5CF21;
  display: flex;
  justify-content: center;
}
.home_content_inner {
  padding: 124px 0 44px;
  display: flex;
  align-items: center;
  gap: 64px;
  max-width: 1026px;
  margin: 0 auto;
}
.home_content_inner img.home_con_phone {
  width: clamp(250px, 35vw, 450px);
}
.home_content_inner dl {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.home_content_inner dl dt img {
  width: clamp(92px, 12vw, 157px);
}
.home_content_inner dl dd {
  font-size: clamp(17px, 2.3vw, 30px);
  line-height: 1.2;
}
.home_content_inner dl dd span {
  font-size: clamp(30px, 5vw, 64px);
  /* letter-spacing: 0.1em; */
}
#home_content p {
  margin: 30px 0;
  font-size: clamp(17px, 2vw, 26px);
  /* letter-spacing: 0.05em; */
  line-height: 1.4;
  text-align: center;
}
#home_content ul {
  display: flex;
  gap: 13px;
  max-width: 407px;
  margin: 0 auto;
}
#main_bac_w {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px 32px;
  width: 512px;
  max-height: 571px;
}
@media screen and (max-width: 768px) {
  .home_content_inner {
    flex-direction: column;
    align-items: center;
    gap: 16px;
    padding: 112px 0 22px;
  }
  .home_content_inner img.home_con_phone {
    width: 275px;
  }
  #home_content p {
    margin-bottom: 0;
    margin-top: 0;
  }
  .home_content_inner dl {
    flex-direction: row;
    gap: 12px;
  }
  #main_bac_w {
    width: 100%;
  }
  #main_sp_under {
    padding: 24px 20px;
  }
  #main_sp_under dl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
  }
  #main_sp_under dl dt img {
    width: 72px;
  }
  #main_sp_under dl dd {
    font-size: 17px;
    line-height: 1.2;
  }
  #main_sp_under dl dd span {
    font-size: 30px;
    /* letter-spacing: 0.1em; */
  }
  #main_sp_under ul {
    display: flex;
    gap: 13px;
    max-width: 337px;
    margin: 16px auto 0;
  }
}

/* section_01------
---------------- */

#section_01 {
  background-image: url(../../images/app/Diagonal_line.png), url(../../images/app/Diagonal_line.png),
    url(../../images/app/nuno_pattern.png);
  background-position: top, bottom, center;
  background-repeat: repeat-x, repeat-x, repeat;
}
.section_01_inner {
  padding: 130px 0 170px;
}
#section_01 ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
#section_01 h2 {
  margin-bottom: 58px;
}
#section_01 h3 {
  margin-top: 15px;
  line-height: 1.3;
}
#section_01 h3 span {
  font-size: clamp(25px, 5.3vw, 69px);
}
#section_01 p:nth-of-type(2) {
  margin-top: 58px;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#sec_01_phone {
  width: clamp(200px, 18vw, 240px);
}
#sec_01_circle {
  width: clamp(335px, 41vw, 537px);
}
.br-sp{
  display: none;
}

@media screen and (max-width: 768px) {
  #section_01 ul {
    flex-direction: column;
    align-items: center;
    gap: 55px;
  }
  .section_01_inner {
    padding: 100px 0 125px;
  }
  #section_01 p:nth-of-type(2) {
    text-align: left;
  }
  #section_01 p:nth-of-type(2) {
    margin-top: 42px;
  }
  .sec_mp_p{
    text-align: center !important;
  }
  .br-sp{
    display: block;
  }
}

/* section_02------
-------------------*/

#section_02 {
  background-image: url(../../images/app/road_bac_pc.png), url(../../images/app/clo_pattern.png);
  background-position: bottom, center;
  background-repeat: no-repeat, repeat;
  background-size: 100% 40px, auto;
}
.section_02_inner {
  padding: 122px 0 300px;
  background: url(../../images/app/road_main_pc.png) no-repeat bottom center / contain;
}
#section_02 ul {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
#section_02 ul li:first-of-type img {
  margin-top: 48px;
}
@media screen and (max-width: 900px) and (min-width: 769px) {
  #section_02 ul li:first-of-type img {
    width: 55vw;
  }
}
.section_02_inner h2 {
  margin-bottom: 69px;
}
.section_02_inner h3 {
  margin-bottom: 72px;
  margin-top: 19px;
}
.section_02_inner h4 {
  margin-bottom: 23px;
}
.sec_qr_p {
  margin-top: 60px;
  font-size: clamp(12px, 1vw, 15px);
}
#sec_02_phone {
  width: clamp(200px, 18vw, 240px);
}
@media screen and (max-width: 768px) {
  #section_02 ul {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .section_02_inner {
    padding: 94px 0 265px;
    background: url(../../images/app/sp/view_sp.png) no-repeat bottom center / contain;
  }
  .section_02_inner h2 {
    margin-bottom: 60px;
  }
  .section_02_inner h3 {
    margin-bottom: 45px;
    margin-top: 15px;
  }
  .section_02_inner h4 {
    margin-bottom: 13px;
  }
  .sec_qr_p {
    margin-top: 30px;
  }
  .sec_jolly_p{
    text-align: center;
  }
}

/* section_03------
-------------------*/

#section_03 {
  background: url(../../images/app/brick_pattern.png) center center;
  background-color: #f9faf0;
}
.section_03_inner {
  padding: 128px 0 164px;
}
#section_03 h3 {
  margin-bottom: 62px;
  margin-top: 48px;
}
#section_03 h4 {
  margin-bottom: 46px;
}
.sec_03_txt_rank {
  display: flex;
  justify-content: space-evenly;
  align-items: start;
}
.sec_stage{
  width: 100%;
}
.sec_stage_img{
  display: block;
  width: 90%;
}
#section_03 ul {
  display: flex;
  justify-content: space-between;
  padding: 70px 60px 50px;
  border: 3px solid #c1141b;
  border-radius: 20px;
  margin-top: 107px;
  position: relative;
}
#section_03 ul .ttl_mile {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#section_03 ul li dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 20px;
}
#section_03 ul li dl dd p:nth-of-type(2) {
  font-size: 12px;
}
.margin_16 {
  margin-top: 16px;
}
.step_area img{
  margin-bottom: 16px;
}
.step_03_link{
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #section_03 ul {
    flex-direction: column;
    align-items: center;
    gap: 50px;
    margin-top: 93px;
  }
  #section_03 ul .ttl_mile {
    width: 308px;
  }
  .sec_03_txt_rank {
    flex-direction: column;
    align-items: center;
    gap: 30px;
    justify-content: flex-start;
  }
  .sec_stage_img{
    display: block !important;
    max-width: 350px !important;
    width: 100%;
  }
  .section_03_inner {
    padding: 98px 0 112px;
  }
  #section_03 h3 {
    margin-bottom: 47px;
    margin-top: 58px;
  }
  #section_03 h4 {
    margin-bottom: 13px;
  }
  .sec_stage p{
    text-align: center;
  }
  .sec_stage h4{
    text-align: center;
  }
}

/* section_04------
-------------------*/

.section_04_inner {
  padding: 143px 0 190px;
}
.section_04_inner h3 {
  margin: 16px 0;
}
#section_04 ul.sec_04_img {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin-top: 88px;
}
#section_04 ul.warning_list li:before {
  content: "●";
  font-size: 0.25em;
}
#section_04 {
  background-image: url(../../images/app/Diagonal_line.png), url(../../images/app/Diagonal_line.png),
    url(../../images/app/nuno_pattern.png);
  background-position: top, bottom, center;
  background-repeat: repeat-x, repeat-x, repeat;
}

/* クーポン */
.coupon_content {
  background-color: #eee8d6;
  border-radius: 15px;
  max-width: 432px;
  max-height: 305px;
  padding: 5px 18px 14px 22px;
}
.coupon_head_wrapper {
  text-align: center;
  position: relative;
}
.coupon_head {
  max-width: 100%;
  margin-bottom: 2%;
}
.coupon_item_wrapper {
  background-color: #fff;
  border-radius: 15px;
  max-width: 385px;
  max-height: 174px;
  width: 100%;
  margin: 0 auto;
  padding: 5px 10px;
}
.coupon_item_wrapper p,
.coupon_item_wrapper2 p {
  font-size: clamp(10px, 2vw, 22px);
}
.coupon_item {
  display: flex;
}
.coupon_item img {
  width: 47.5%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin-top: 1%;
  object-fit: contain;
}
.coupon_head {
  max-width: 100%;
}
.coupon_diamond {
  max-width: 100%;
  max-height: 330px;
  padding-right: 22px;
  padding-bottom: 23px;
  padding-right: 24px;
}
.coupon_diamond_sp {
  display: none;
}
.coupon_head2 {
  width: 73%;
  margin-bottom: 2%;
  margin-top: -5%;
}
.coupon_diamond_inner {
  display: flex;
  justify-content: space-around;
}
.coupon_diamond_inner p {
  margin-left: 12px;
}
.coupon_item_wrapper2 {
  background-color: #fff;
  border-radius: 15px;
  max-width: 408px;
  max-height: 204px;
  width: 100%;
  margin: 0 auto;
  padding-top: 2.3%;
  padding-left: 0;
  padding-bottom: 2%;
}
.coupon_item .free {
  max-width: 156px;
  margin-left: 20px;
}
.coupon_item .special {
  max-width: 162px;
  margin-left: 12px;
  margin-top: 20px;
}

/* 注意事項 */
.warning_list_wrapper {
  border: 2px solid #4e4e4e;
  border-radius: 25px;
  padding: 30px 75px 70px;
  margin-top: 94px;
  font-size: clamp(12px, 1.2vw, 16px);
}
.warning_list_wrapper h4 {
  margin-bottom: 37px;
}
.warning_list li {
  letter-spacing: 0.185em;
  line-height: 2;
}
#section_04 ul.sec_04_img li:not(:last-child) {
  width: calc((100% - 24px) / 2);
}

@media screen and (min-width: 769px) and (max-width: 1000px) {
  #section_04 ul.sec_04_img li:last-child {
    width: 100%;
  }

}

@media screen and (max-width: 768px) {
  .section_04_inner {
    padding: 125px 0 130px;
  }
  .section_04_inner p {
    font-size: 20px;
  }
  .sec_04_res_talign li {
    width: 100%;
    text-align: center;
  }

  /* クーポン */
  .coupon_item_wrapper {
    max-height: 134px;
  }
  .coupon_diamond {
    display: none;
  }
  .coupon_diamond_sp {
    display: block;
  }
  .diamond_sp_content {
    min-height: 406px;
  }
  .diamond_item_sp {
    margin-bottom: 21px;
  }
  .free_sp {
    max-width: 115px !important;
  }
  .special_sp {
    max-width: 118px !important;
  }

  /* 注意事項 */
  .warning_list_wrapper {
    padding: 50px 30px 87px;
    margin: 50px auto 0;
  }
  #section_04 ul.sec_04_img {
    margin-top: 52px;
    gap: 12px;
  }
  #section_04 ul.sec_04_img li:last-child img {
    width: 100%;
    object-fit: cover;
  }
  #section_04 ul.sec_04_img li:not(:last-child) {
    width: calc((100% - 12px) / 2);
  }
  .section_04_inner h3 {
    margin: 60px 0 45px;
  }
}

/* section_05------
----------------- */

#section_05 {
  background: url(../../images/app/brick_pattern.png) center center;
  background-color: #f9faf0;
}
.section_05_inner p {
  font-size: clamp(15px, 1.4vw, 18px);
  margin: 25px 0 90px;
}
.section_05_inner {
  padding: 76px 0 122px;
}

@media screen and (max-width: 768px) {
  .section_05_inner {
    padding: 100px 0 110px;
  }
  .section_05_inner p {
    margin: 30px 0 76px;
  }
  .section_05_inner h3 {
    margin-top: 60px;
  }
}

/* section_06-----
-------------------*/
#section_06 {
  background-image: url(../../images/app/road_bac_pc.png), url(../../images/app/clo_pattern.png);
  background-position: bottom, center;
  background-repeat: no-repeat, repeat;
  background-size: 100% 40px, auto;
}
#section_06 ul {
  display: flex;
  margin: 98px auto 0;
  justify-content: space-between;
  gap: 4%;
}
.section_06_inner {
  padding: 97px 0 300px;
  background: url(../../images/app/road_main_pc.png) no-repeat bottom center / contain;
}
.section_06_inner h3 {
  margin: 80px 0 36px;
}

@media screen and (max-width: 768px) {
  #section_06 ul {
    flex-direction: column;
    align-items: center;
    gap: 46px;
    margin-top: 70px;
  }
  .section_06_inner {
    padding: 94px 0 290px;
    background: url(../../images/app/sp/view_sp.png) no-repeat bottom center / contain;
  }
  .section_06_inner p {
    font-size: 20px;
  }
  .section_06_inner h3 {
    margin: 60px 0 36px;
  }
}

/* アプリエリア */
#app_area {
  background: url(../../images/app/dish_illust.png) no-repeat center center / cover;
  background-color: #f9faf0;
}
.app_area_inner {
  padding: 142px 0 148px;
}
.jp-logo {
  border-radius: 20px;
}
#app_area dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
#app_area dl dt img {
  width: clamp(92px, 12vw, 157px);
}
#app_area dl dd {
  font-size: clamp(17px, 2.3vw, 30px);
}
#app_area dl dd span {
  font-size: clamp(30px, 4.2vw, 54px);
}
#app_area ul {
  display: flex;
  justify-content: space-between;
  max-width: 407px;
  margin: 40px auto 0;
}
.faqBtn a {
  font-size: 17px;
  color: #FFF;
  background-color: #C9161D;
  padding: 15px 0;
  max-width: 407px;
  display: block;
  margin: 40px auto 0;
  text-align: center;
  border-radius: 30px;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  opacity: .7;
  transition: all .3s;
}

@media screen and (max-width: 768px) {
  #app_area ul {
    margin: 46px auto 0;
    gap: 10px;
  }
  .app_area_inner p {
    font-size: 17px;
    margin-top: 18px;
  }
  .app_area_inner {
    padding: 58px 0 97px;
  }
  #app_area dl {
    gap: 19px;
  }
  .faqBtn a {
    margin: 30px auto 0;
  }
}

