@charset "UTF-8";

/* デフォルト
---------------------------------------------------- */

@font-face {
  font-family: 'MyFont_A1gothic';
  src: local('AP-OTF-A1GOTHICSTDN-REGULAR.OTF'), url("../../../../common/font/AP-OTF-A1GOTHICSTDN-REGULAR.OTF");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_A1gothic';
  src: local('AP-OTF-A1GOTHICSTDN-MEDIUM.OTF'), url("../../../../common/font/AP-OTF-A1GOTHICSTDN-MEDIUM.OTF");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: 'MyFont_Brandon';
  src: local('brandon-grotesque-regular-italic.otf'), url("../../../../common/font/brandon-grotesque-regular-italic.otf");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: 'MyFont_Brandon';
  src: local('brandon-grotesque-bold-italic.otf'), url("../../../../common/font/brandon-grotesque-bold-italic.otf");
  font-display: swap;
  font-weight: 700;
}

:root {
  --main-color: #fff100;
  --sub-color: #ebf1ed;
  --green-color: #009693;
  --black-color: #1a1a1a;
  --title-f-size: 40px;
  --sbtitle-f-size: 25px;
  --txt-f-size: 16px;
  --remark-f-size: 12px;
  --big-f-size: 1.5em;
  --btn-f-size: 18px;
}


/* 画面100%表示用↓ここから */
.mainContentMT {
  width: 100%;
}

/*　パンくずの表示くずれ防止　*/
.rootMT ul {
  overflow: hidden;
  width: 940px !important;
  margin: 0 auto;
}

/* 画面100%表示用↓ここまで */

tr,
th,
td,
div,
span,
a,
p {
  color: inherit;
}

video {
  max-width: 100%;
}


/* coa_app_dl
---------------------------------------------------- */
#coa_app_dl {
  width: 100%;
  margin: 0 auto;
  position: relative;
  font-family: "MyFont_A1gothic", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow: hidden;
  color: var(--black-color);
  background: var(--main-color);
  max-width: 1920px;
}

#coa_app_dl * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
}

#coa_app_dl img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  font-size: 0;
}

#coa_app_dl .pc {
  display: block !important;
}

#coa_app_dl .sp {
  display: none !important;
}


#coa_app_dl ol,
#coa_app_dl ul {
  list-style-type: none;
}

#coa_app_dl a {
  outline: none;
  font-size: inherit;
  position: relative;
}

/* font
---------------------------------------------------- */

#coa_app_dl .title {
  font-size: var(--title-f-size);
  line-height: 1.5;
  font-weight: 500;
}

#coa_app_dl .subtitle {
  font-size: var(--sbtitle-f-size);
  line-height: 1.5;
  font-weight: 500;
}

#coa_app_dl .text {
  font-size: var(--txt-f-size);
  font-weight: 400;
  line-height: 2;
}

#coa_app_dl .remark {
  font-size: var(--remark-f-size);
  font-weight: 400;
  line-height: 1.5;
}

#coa_app_dl .big {
  font-size: var(--big-f-size);
}

#coa_app_dl .line {
  text-decoration: underline;
}

#coa_app_dl .dot {
  position: relative;
}

#coa_app_dl .dot::before {
  content: "";
  position: absolute;
  width: 0.15em;
  height: 0.15em;
  border-radius: 50%;
  display: block;
  top: -0.3em;
  left: 0;
  right: 0;
  margin: auto;
  background-color: var(--black-color);
}

#coa_app_dl .copyright {
  color: #888;
  margin-top: 0.5em;
}

#coa_app_dl .txt_center {
  text-align: center;
}

#coa_app_dl .txt_left {
  text-align: left;
}

#coa_app_dl .txt_right {
  text-align: right;
}


/* .btn
---------------------------------------------------- */

#coa_app_dl .btn a {
  color: #fff;
  padding: 1.2em 0;
  text-decoration: none;
  border-radius: 5em;
  display: block;
  width: 100%;
  transition: all ease .3s;
  text-align: center;
  font-size: var(--btn-f-size);
  background-size: 200% auto !important;
  font-weight: 500;
}


#coa_app_dl .btn a:hover {
  background-position: right center;
}


/* flex-box
---------------------------------------------------- */
#coa_app_dl .flex {
  display: flex;
}


/* .app_icn
---------------------------------------------------- */

#coa_app_dl .app_icn {
  width: 20%;
  max-width: 100px;
  display: block;
  margin: 0 auto;
}


/* .grad_title
---------------------------------------------------- */

#coa_app_dl .grad_title {
  padding: 0.9em 0;
  margin-top: 10%;
  background: var(--green-color);
}

#coa_app_dl .grad_title p {
  line-height: 1;
  color: #fff;
  position: relative;
  width: min(100%, 940px);
  margin: 0 auto;
}

#coa_app_dl .grad_title p::before,
#coa_app_dl .grad_title p::after {
  content: "";
  width: 200px;
  height: 200px;
  display: block;
  position: absolute;
}

#entry_flow .grad_title p::before {
  top: 0;
  bottom: 0;
  right: -150px;
  margin: auto;
  background: url(../img/christmas/ornament01.png) no-repeat;
  background-size: contain;
  rotate: 20deg;
}

#cpn_overview .grad_title p::before {
  top: 0;
  bottom: 0;
  left: -150px;
  margin: auto;
  background: url(../img/christmas/ornament02.png) no-repeat;
  background-size: contain;
  rotate: -10deg;
}

#download .grad_title p::before {
  top: 80px;
  bottom: 0;
  right: -150px;
  margin: auto;
  background: url(../img/christmas/ornament01.png) no-repeat;
  background-size: contain;
  rotate: 10deg;
}

#download .grad_title p::after {
  top: -90px;
  bottom: 0;
  left: -150px;
  margin: auto;
  background: url(../img/christmas/ornament02.png) no-repeat;
  background-size: contain;
  rotate: -15deg;
}

#coa_app_dl .grad_title p span {
  display: block;
}


/* #countdownArea
---------------------------------------------------- */

#countdownArea {
  padding: 2em 0 0;
}

#countdownArea .countdown_time {
  display: inline-block;
  padding: 0.25em;
  border-radius: 0.3em;
  margin: 0.25em 0 0;
  width: min(90%, 540px);
  color: rgba(0, 147, 56, 1);
  background: #fff;
}


/* #head
---------------------------------------------------- */

#head {
  position: relative;
  background-color: var(--main-color);
  background-blend-mode: multiply;
  background-size: 100%, 200px;
  color: #fff;
  padding: 0 0 5%;
}

#head .title_bg {
  background: url(../img/back_pc.png);
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 150px;
  margin: 0 auto;
  width: min(80%, 940px);
  position: relative;
}

#head .title_bg .title_people_w {
  position: absolute;
  width: 150px;
  left: 0;
  bottom: 10%;
}

#head .title_bg .title_people_m {
  position: absolute;
  width: 150px;
  right: 0;
  bottom: 10%;
}

#head .title_svg {
  width: min(90%, 540px);
  margin: 2.5% auto 0;
}



/* #introduction
---------------------------------------------------- */

#introduction {
  position: relative;
  width: min(90%, 940px);
  margin: 0 auto;
}

#introduction .subtitle {
  line-height: 2;
  margin: 1em auto 0;
}

/* #entry_flow
---------------------------------------------------- */


#entry_flow {
  position: relative;
}

#entry_flow .entry_flow {
  position: relative;
  justify-content: center;
  align-items: flex-start;
  width: min(90%, 650px);
  padding: 50px;
  background: #fff;
  border-radius: 20px;
}

#entry_flow .entry_flow_all {
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin: 5% auto 0;
  max-width: 940px;
}

#entry_flow .step01 {
  margin-right: auto;
  position: relative;
}

#entry_flow .step01 .step_people_w {
  position: absolute;
  width: 150px;
  right: -35%;
  bottom: 0px;
}

#entry_flow .step02 {
  margin: 5% 0 0 auto;
  flex-direction: row-reverse;
  position: relative;
}

#entry_flow .step02 .step_people_m {
  position: absolute;
  width: 150px;
  left: -35%;
  bottom: 0px;
}

#entry_flow .step01 .flex {
  align-items: center;
  margin: 5% 0;
  justify-content: space-evenly;
}

#entry_flow .step01 .text {
  margin: 0 0 2em;
}

#entry_flow .app_img {
  width: min(40%, 210px);
  filter: drop-shadow(0.4em 0.4em 0.2em rgb(26, 26, 26, .3));
  margin-right: 5%;
  transform: translateZ(0);
}

#entry_flow .step02 .app_img {
  margin-left: 5%;
  margin-right: 0;
}

#entry_flow .app_img #app_popup {
  border-radius: 32px;
}

#entry_flow .step {
  width: 35%;
  max-width: 180px;
}

#entry_flow .step02 .step {
  margin-left: auto
}


#entry_flow .box {
  position: relative;
  width: 60%;
}

#entry_flow .box .subtitle {
  margin: 3em 0 1em;
}

#entry_flow .store_icn {
  width: 45%;
}

#entry_flow .coupon {
  width: min(90%, 440px);
  position: relative;
  justify-content: center;
  align-items: center;
  margin: 5% auto 0;
}

#entry_flow .coupon a {
  display: block;
  text-decoration: none;
  transition: all ease .3s;
}


#entry_flow .coupon a:hover .arrow p {
  margin-left: 2em;
}

#entry_flow .coupon .text {
  margin: 1em auto;
}

#entry_flow .arrow {
  text-align: center;
  font-size: var(--btn-f-size);
  margin: 2em auto 0;
}

#entry_flow .arrow p {
  display: inline-block;
  width: 180px;
  position: relative;
  transition: all ease .3s;
}

/* #cpn_overview
---------------------------------------------------- */

#cpn_overview {
  padding: 0;

}

#cpn_overview .cpn_table {
  margin: 5% auto 0;
  width: min(90%, 940px);
  position: relative;
}

#cpn_overview .cpn_table table {
  border-radius: 1.5em;
  width: 100%;
  overflow: hidden;
}

#cpn_overview .cpn_table tr {
  width: 100%;
}

#cpn_overview .cpn_table th {
  width: 30%;
  padding: 1em 0;
  background: var(--green-color);
  border-bottom: 3px solid #fff;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: 1.5em;
  line-height: 1.2;
}

#cpn_overview .cpn_table tr:last-of-type th,
#cpn_overview .cpn_table tr:last-of-type td {
  border: none;
}

#cpn_overview .cpn_table td {
  width: 70%;
  padding: 2em;
  text-align: left;
  background: #fff;
  border-bottom: 3px solid var(--green-color);
  line-height: 1.5;
}


#cpn_overview .btn a {
  width: min(100%, 500px);
  background-color: var(--green-color);
  animation: inherit;
  margin: 10% auto 0;
}



/* #download
---------------------------------------------------- */

#coa_app_dl #download {
  background-blend-mode: multiply;
  background-size: 100%, 200px;
}

#download .download_all {
  position: relative;
  text-align: center;
  color: #fff;
  margin: 5% auto 10%;
  width: min(90%, 740px);
}

#download .download_all .app_icn {
  margin: 0 auto 5%;
  display: block;
  position: relative;
}

#download .download_all .title {
  margin: 1em auto;
  position: relative;
}

#download .download_all .flex {
  justify-content: space-evenly;
  align-items: center;
  margin: 0 auto 5%;
  position: relative;
}

#download .download_all .store_all {
  width: 50%;
  justify-content: space-between;
}

#download .download_all .store_all:nth-child(1) {
  border-right: solid 2px var(--green-color);
  padding-right: 10%;
}

#download .download_all .store_all:nth-child(2) {
  padding-left: calc(10% + 2px);
}

#download .download_all .qr {
  width: 100px;
}

#download .download_all .store_icn {
  width: 55%;
}

#download .download_all .remark {
  text-align: left;
  margin: 0 auto;
  position: relative;
  color: #333;
}

#download .foot_back {
  width: 1920px;
  margin: 0 auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

/* #page-top
---------------------------------------------------- */

/*リンクの形状*/
#page-top a {
  display: flex;
  transition: all 0.3s;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  color: var(--green-color);
  font-size: var(--btn-f-size);
  font-weight: 600;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  background: #fff;
  border: 5px solid var(--green-color);
}

#page-top a:hover {
  transform: scale(1.1);
}

/*リンクを右下に固定*/
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 5;
  /*はじめは非表示*/
  opacity: 0;
  transform: translateY(120%);
}

/*　上に上がる動き　*/

#page-top.UpMove {
  animation: UpAnime 1s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(120%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove {
  animation: DownAnime 1s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(120%);
  }
}

/* .Android
---------------------------------------------------- */

.Android #coa_app_dl {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans Japanese", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}


.Android #coa_app_dl .title,
.Android #coa_app_dl .subtitle {
  font-weight: 700;
}


/* 768�?1299px
---------------------------------------------------- */

@media screen and (max-width: 1299px) {

  #entry_flow .entry_flow_all {
    margin: 10% auto;
  }

  #entry_flow .entry_flow {
    width: min(90%, 840px);
  }

  #entry_flow .entry_flow.step01 {
    margin: 0 auto 10%;
  }

  #entry_flow .entry_flow.step01 .step {
    margin: 0 0 0 auto;
  }

  #entry_flow .entry_flow.step01 .subtitle p {
    text-align: right;
  }

  #entry_flow .entry_flow.step02 {
    flex-direction: row-reverse;
  }

  #entry_flow .step02 .app_img {
    margin: 0 0 0 5%;
  }

}



/* 767px SP
---------------------------------------------------- */

@media screen and (max-width: 767px) {

  :root {
    --title-f-size: 28px;
    --sbtitle-f-size: 20px;
    --txt-f-size: 15px;
    --remark-f-size: 10px;
    --btn-f-size: 17px;
  }

  #coa_app_dl {
    max-width: 100vmin;
  }

  #coa_app_dl p,
  #coa_app_dl span,
  #coa_app_dl table {
    font-size: inherit;
    line-height: inherit;
  }

  #coa_app_dl p {
    color: inherit;
  }

  #coa_app_dl table {
    font-family: inherit;
  }

  /*　左右余白削除　*/
  #fftop_recomDetail section {
    padding: 0;
  }

  #coa_app_dl .sp {
    display: block !important;
  }

  #coa_app_dl .pc {
    display: none !important;
  }


  /* .grad_title
---------------------------------------------------- */

  #coa_app_dl .grad_title {
    margin-top: 30%;
  }

  #coa_app_dl .grad_title p {
    font-size: 24px;
    line-height: 1.5;
  }


  #coa_app_dl .grad_title p::before,
  #coa_app_dl .grad_title p::after {
    width: 25vmin;
    height: 25vmin;
  }

  #entry_flow .grad_title p::before {
    top: 210%;
    right: 5%;
  }

  #cpn_overview .grad_title p::before {
    top: inherit;
    bottom: 50%;
    left: 0;
    margin: inherit;
  }

  #download .grad_title p::before {
    top: 100%;
    bottom: inherit;
    right: 0;
  }

  #download .grad_title p::after {
    top: -150%;
    bottom: inherit;
    left: -5%;
    margin: inherit;
  }

  /* #head
	---------------------------------------------------- */

  #head .title_bg {
    background: url(../img/back_sp.png);
    background-size: 130%;
    background-position: 60% 60%;
    width: 100%;
    padding: 10% 0 20%;
    margin: 0% auto;
  }

  #head .title_bg .title_people_w {
    position: absolute;
    width: 70px;
    left: 0;
    bottom: 0%;
  }

  #head .title_bg .title_people_m {
    position: absolute;
    width: 70px;
    right: 0;
    bottom: 0%;
  }

  #head .title_svg {
    margin: 5% auto 0;
  }


  /*  #introduction
---------------------------------------------------- */
  #introduction {
    padding: 15% 0 0;
  }


  /* #entry_flow
---------------------------------------------------- */


  #entry_flow .entry_flow {
    display: block;
    min-width: inherit;
    padding: 7%;
    margin: 0 auto;
  }

  #entry_flow .box {
    width: 100%;
  }

  #entry_flow .box p {
    position: relative;
  }

  #entry_flow .entry_flow_all {
    margin: 15% auto;
  }

  #entry_flow .step01 .box .text {
    margin: 0 0 2em auto;
  }

  #entry_flow .app_img {
    text-align: center;
    width: 50%;
    z-index: 2;
  }

  #entry_flow .step01 .app_img {
    margin: 0 0 -45% 0;
  }

  #entry_flow .step02 .app_img {
    margin: 0 0 -40% auto;
  }

  #entry_flow .app_img #app_popup {
    border-radius: 6.8vmin;
  }

  #entry_flow .coupon a {
    margin: 15% auto;
  }

  #entry_flow .step01 .step_people_w {
    width: 70px;
    right: 10%;
    top: 3%;
  }

  #entry_flow .step02 .step_people_m {
    width: 70px;
    left: 10%;
    top: 3%;
  }


  #entry_flow .step02 .step {
    margin-left: 0
  }


  /* #cpn_overview
---------------------------------------------------- */

  #cpn_overview .cpn_table table {
    border-radius: 0.75em;
  }

  #cpn_overview .cpn_table th {
    width: 100%;
    display: block;
    padding: 0.5em 0;
    border: none;
    font-size: 1.2em;
  }

  #cpn_overview .cpn_table td {
    width: 100%;
    display: block;
    padding: 1.2em 0.75em;
    border: none;
  }

  #cpn_overview .cpn_table tr:last-of-type td {
    border: none;
    border-bottom-left-radius: 0.9em;
    border-bottom-right-radius: 0.9em;
  }


  /* #download
---------------------------------------------------- */

  #download .download_all {
    margin: 10% auto 20%;
  }

  #download .foot_back {
    width: 100%;
  }

  #download .download_all .store_icn {
    width: 100%;
  }


  /* #page-top
---------------------------------------------------- */

  #page-top {
    right: 10px;
    bottom: 10px;
  }

  #page-top a {
    width: 120px;
    height: 120px;
    line-height: 1.2;
    font-size: var(--txt-f-size);
  }

}
