@charset "UTF-8";


/***********************************************
 * RESET
 ***********************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
body {
  line-height: 1
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}


/***********************************************
 * BASE
 ***********************************************/
* {
  box-sizing: border-box;
  zoom: 1
}
html {
  height: 100%
}
body {
  height: 100%;
  margin: 0 auto;
  font-family: source-han-sans-japanese, Hiragino Kaku Gothic ProN, Hiragino Kaku Gothic Pro, "ＭＳ ゴシック", sans-serif, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", Hiragino Kaku Gothic Pro, Osaka, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-wrap: break-word;
  background: transparent;
  color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch
}
img {
  width: 100%;
  height: auto
}
a {
  color: #fff;
  text-decoration: none
}


.dforyou-wrapper {
  position: relative;
}
.dforyou-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110lvh;
  background: url('../../images/sp/dforyou/bg.jpg') center/cover no-repeat;
  transform: translate3d(0,0,-1px);
  z-index: -1;
}

/***********************************************
 * HEADER
 ***********************************************/
.dforyou__h1 {
  display: none;
}


/***********************************************
 * MAIN
 ***********************************************/
.dforyou-kv__pre {
  margin-bottom: 1px;
}
.dforyou-kv__official {
  margin-bottom: calc(75 / 375 * 100vw);
  border-bottom: 2px solid;
  border-image: linear-gradient(to right,#ff3ecb, #ff3016, #fdcf3c) 1;
}

.dforyou-sec__inner {
  display: grid;
  place-items: center;
  position: relative;
  margin: 0 calc(20 / 375 * 100vw) calc(100 / 375 * 100vw);
  padding: calc(30 / 375 * 100vw) calc(15 / 375 * 100vw);
  background: rgba(255,255,255,0.9);
  border: 2px solid;
  border-image: linear-gradient(to right, #ff3ecb, #ff3016, #fdcf3c) 1;
}
.dforyou-sec__title {
  width: 100%;
  padding-block: 0.5em;
  margin-bottom: calc(20 / 375 * 100vw);
  border-bottom: 1px solid #ff3ecb;
  color: #ff3ecb;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .075em;
  line-height: 1.3;
  text-align: center;
}
.dforyou-sec__img {
  width: 100%;
}
.dforyou-sec__img:not(:last-child) {
  margin-bottom: calc(30 / 375 * 100vw);
}
.dforyou-sec__text {
  color: #000;
  line-height: 1.8;
}
.dforyou-sec__text:not(:last-child) {
  margin-bottom: calc(26 / 375 * 100vw);
}
.dforyou-sec__text:last-child {
  margin-bottom: calc(20 / 375 * 100vw);
}
.dforyou-sec__text h3 {
  margin: 1em 0 .75em;
  padding: 0 0 0 1.5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  position: relative;
}
.dforyou-sec__text h3::before {
  content: "";
  width: 6px;
  height: 1.6em;
  min-height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background: #ff3ecb;
  display: block;
}
.dforyou-sec__text h4 {
  margin: 0 0 .75em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .075em;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.dforyou-sec__text h4::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: '\f101';
  margin: 0 .7em 0 0;
  font-weight: 700;
  color: #ff3ecb;
  text-indent: 0 !important;
  transform: translateY(.05em);
}
.dforyou-sec__text b {
  background: #e3c9ff;
  font-weight: bold;
}
.dforyou-sec__btn {
  display: block;
  position: absolute;
  bottom: calc(-26 / 375 * 100vw);
  left: auto;
  width: 90%;
}
.dforyou-sec__link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em;
  background: linear-gradient(to right,#ff3ecb, #ff3016, #fdcf3c);
  color: #fff;
  font-weight: bold;
  line-height: 1.3;
}
.dforyou-sec__link span {
  display: flex;
  align-items: center;
}
.dforyou-sec__link span::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.7em;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.35em;
  border-color: transparent transparent transparent #fff;
}


/***********************************************
 * FOOTER
 ***********************************************/
.dforyou-footer__link, .dforyou-footer__appinfo, .dforyou-footer__share {
  margin-bottom: 1px;
  padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw);
  background: url('../../images/common/dforyou/bg_pattern.png') center/4px auto rgba(0,0,0,0.75);
}
.dforyou-footer__link-list {
  display: grid;
  gap: calc(20 / 375 * 100vw);
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  place-items: center;
}
.dforyou-footer__link-list--btn {
  width: 90%;
  grid-column: 1 / 3;
  grid-row: 2 / 3;
}
.dforyou-footer__link-list--btn a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-block: 1.2em;
  background: linear-gradient(to right,#e306c7 0,#8229c3 60%,#4f1ff9 100%);
  color: #f4f15d;
  transform: skewX(-39deg);
}
.dforyou-footer__link-list--btn a:not(:last-child) {
  margin-bottom: calc(20 / 375 * 100vw);
}
.dforyou-footer__link-list--btn a span {
  display: flex;
  align-items: center;
  transform: skewX(39deg);
}
.dforyou-footer__link-list--btn span::after {
  content: "";
  width: 0;
  height: 0;
  margin-left: 0.7em;
  border-style: solid;
  border-width: 0.25em 0 0.25em 0.35em;
  border-color: transparent transparent transparent #f4f15d;
}
.dforyou-footer__appinfo-inner {
  display: grid;
  gap: calc(15 / 375 * 100vw);
  grid-template-columns: 1fr 1.4fr;
  grid-template-rows: auto;
  margin-bottom: calc(15 / 375 * 100vw);
  padding-inline: calc(15 / 375 * 100vw);
}
.dforyou-footer__appinfo-img--qr {
  display: none;
}
.dforyou-footer__appinfo-spec {
  grid-column: 1 / 3;
  grid-row: 2 / 3;
  display: grid;
  gap: calc(15 / 375 * 100vw);
  grid-template-columns: 1fr 3fr;
}
.dforyou-footer__appinfo-spec dt {
  text-align: right;
}
.dforyou-footer__appinfo-store {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}
.dforyou-footer__appinfo-store--apple {
  margin-bottom: calc(15 / 375 * 100vw);
}
.dforyou-footer__appinfo-notes {
  font-size: 8px;
  line-height: 1.5;
}
.dforyou-footer__share {
  display: flex;
  gap: calc(15 / 375 * 100vw);
  align-items: center;
  justify-content: center;
  font-family: "orbitron", sans-serif;
  letter-spacing: 0.1em;
}
.dforyou-footer__share-list {
  display: flex;
  gap: calc(15 / 375 * 100vw);
}
.dforyou-footer__share-list li {
  width: calc(32 / 375 * 100vw);
  height: calc(32 / 375 * 100vw);
}
.dforyou-footer__other {
  display: grid;
  gap: calc(40 / 375 * 100vw);
  place-items: center;
  padding: calc(40 / 375 * 100vw) calc(25 / 375 * 100vw);
  background: #000;
  letter-spacing: 0.05em;
}
.dforyou-footer__company {
  width: 80%;
}
.dforyou-footer__policy a {
  text-decoration: underline;
}
.dforyou-footer__copyright {
  font-size: 10px;
}


/***********************************************
 * TABLET
 ***********************************************/
@media screen and (min-width:768px) {
.pc-none {
  display: none;
}

/* MAIN */
.dforyou-kv__official {
  margin-bottom: calc(100 / 768 * 100vw);
}

.dforyou-sec__inner {
  margin: 0 calc(100 / 768 * 100vw) calc(100 / 768 * 100vw);
  padding: calc(40 / 768 * 100vw) calc(40 / 768 * 100vw);
}
.dforyou-sec__title {
  margin-bottom: calc(20 / 768 * 100vw);
  font-size: 16px;
}
.dforyou-sec__img {
  width: 90%;
}
.dforyou-sec__img:not(:last-child) {
  margin-bottom: calc(40 / 768 * 100vw);
}
.dforyou-sec__text:not(:last-child) {
  margin-bottom: calc(24 / 768 * 100vw);
}
.dforyou-sec__text:last-child {
  margin-bottom: calc(20 / 768 * 100vw);
}
.dforyou-sec__text h3::before {
  width: 7px;
}
.dforyou-sec__text h4::before {
  margin: 0 .6em 0 0;
}
.dforyou-sec__btn {
  bottom: calc(-24 / 768 * 100vw);
  width: fit-content;
  min-width: calc(320 / 768 * 100vw);
}
.dforyou-sec__link {
  line-height: 1;
}

/* FOOTER */
.dforyou-footer__link, .dforyou-footer__appinfo, .dforyou-footer__share {
  padding: calc(40 / 768 * 100vw) 0;
}
.dforyou-footer__link, .dforyou-footer__appinfo {
  display: grid;
  place-items: center;
}
.dforyou-footer__link-list {
  gap: calc(20 / 768 * 100vw);
  grid-template-columns: 1fr 1fr 1.8fr;
  width: 90%;
}
.dforyou-footer__link-list--logo-home {
  transform: none;
}
.dforyou-footer__link-list--btn {
  grid-column: auto;
  grid-column: 3 / 3;
  grid-row: auto;
}
.dforyou-footer__link-list--btn a {
  padding-block: 1em;
}
.dforyou-footer__link-list--btn a:not(:last-child) {
  margin-bottom: calc(15 / 768 * 100vw);
}
.dforyou-footer__appinfo-inner {
  gap: calc(15 / 768 * 100vw);
  grid-template-columns: 1fr 1.9fr;
  grid-template-rows: calc(93 / 768 * 100vw) calc(41 / 768 * 100vw);
  width: 60%;
  margin-bottom: calc(15 / 768 * 100vw);
  padding-inline: 0;
}
.dforyou-footer__appinfo-img {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}
.dforyou-footer__appinfo-spec {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
  display: grid;
  gap: calc(15 / 768 * 100vw);
  grid-template-columns: 1fr 4fr;
}
.dforyou-footer__appinfo-store {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  display: grid;
  gap: calc(15 / 768 * 100vw);
  grid-template-columns: 1fr 1fr;
}
.dforyou-footer__appinfo-store--apple {
  margin-bottom: 0;
}
.dforyou-footer__appinfo-notes {
  font-size: 10px;
  line-height: 1.5;
}
.dforyou-footer__share {
  gap: calc(15 / 768 * 100vw);
}
.dforyou-footer__share-list {
  gap: calc(15 / 768 * 100vw);
}
.dforyou-footer__share-list li {
  width: calc(32 / 768 * 100vw);
  height: calc(32 / 768 * 100vw);
}
.dforyou-footer__other {
  gap: calc(40 / 768 * 100vw);
  padding: calc(40 / 768 * 100vw) calc(25 / 768 * 100vw);
}
.dforyou-footer__company {
  width: 40%;
}
}/* @media screen and (min-width:768px) end */


/***********************************************
 * PC
 ***********************************************/
@media screen and (min-width:1025px) {
body {
  font-size: 16px;
}
.dforyou-bg {
  height: 100vh;
  background: url('../../images/pc/dforyou/bg.jpg') center/cover no-repeat;
}

/* MAIN */
.dforyou-kv__official {
  margin-bottom: 200px;
}

.dforyou-sec__inner {
  width: 900px;
  margin: 0 auto 200px;
  padding: 50px;
}
.dforyou-sec__title {
  margin-bottom: 30px;
  font-size: 24px;
}
.dforyou-sec__img {
  width: 90%;
}
.dforyou-sec__img:not(:last-child) {
  margin-bottom: 50px;
}
.dforyou-sec__text:not(:last-child) {
  margin-bottom: 32px;
}
.dforyou-sec__text:last-child {
  margin-bottom: 40px;
}
.dforyou-sec__text h3 {
  font-size: 20px;
}
.dforyou-sec__text h3::before {
  width: 8px;
}
.dforyou-sec__text h4 {
  font-size: 18px;
}
.dforyou-sec__btn {
  bottom: -32px;
  width: fit-content;
  min-width: 320px;
}
.dforyou-sec__btn a {
  transition: .5s;
}
.dforyou-sec__btn a:hover {
  filter: brightness(1.3);
}

/* FOOTER */
.dforyou-footer__link, .dforyou-footer__appinfo, .dforyou-footer__share {
  padding: 40px 0;
}
.dforyou-footer__link-list {
  gap: 20px;
  grid-template-columns: 1fr 1fr 1.8fr;
  width: 1000px;
}
.dforyou-footer__link-list--logo-home a, .dforyou-footer__link-list--logo-dforyou a {
  transition: .5s;
}
.dforyou-footer__link-list--logo-home a:hover, .dforyou-footer__link-list--logo-dforyou a:hover {
  opacity: .6;
}
.dforyou-footer__link-list--btn a {
  transition: .5s;
}
.dforyou-footer__link-list--btn a:hover {
  filter: brightness(1.3);
}
.dforyou-footer__link-list--btn a:not(:last-child) {
  margin-bottom: 20px;
}
.dforyou-footer__appinfo-inner {
  gap: 20px;
  grid-template-columns: 1fr 1.1fr;
  grid-template-rows: auto;
  align-items: center;
  width: 700px;
  margin-bottom: 20px;
}
.dforyou-footer__appinfo-img {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}
.dforyou-footer__appinfo-img--qr {
  display: block;
}
.dforyou-footer__appinfo-spec {
  gap: 15px;
  font-size: 14px;
}
.dforyou-footer__appinfo-store {
  gap: 15px;
}
.dforyou-footer__appinfo-store--apple a, .dforyou-footer__appinfo-store--google a {
  transition: .5s;
}
.dforyou-footer__appinfo-store--apple a:hover, .dforyou-footer__appinfo-store--google a:hover {
  opacity: .6;
}
.dforyou-footer__share {
  gap: 40px;
}
.dforyou-footer__share-list {
  gap: 20px;
}
.dforyou-footer__share-list li {
  width: 40px;
  height: 40px;
}
.dforyou-footer__share-list--x a, .dforyou-footer__share-list--facebook a, .dforyou-footer__share-list--line a {
  transition: .5s;
}
.dforyou-footer__share-list--x a:hover, .dforyou-footer__share-list--facebook a:hover, .dforyou-footer__share-list--line a:hover {
  opacity: .6;
}
.dforyou-footer__other {
  gap: 40px;
  padding: 40px 25px;
}
.dforyou-footer__company {
  width: 300px;
}
.dforyou-footer__company a, .dforyou-footer__policy a {
  transition: .5s;
}
.dforyou-footer__company a:hover, .dforyou-footer__policy a:hover {
  opacity: .6;
}
}
