@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
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;
}

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;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

em {
  font-style: normal;
}

html {
  font-size: 62.5%;
}

body {
  overflow-x: hidden;
  min-width: 320px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, "Hiragino Sans", Osaka, "MS PGothic", arial, helvetica, sans-serif;
  color: #242323;
  font-size: 1.6rem;
  line-height: 1.4;
  background-color: #fff;
}

a {
  color: #214dd2;
  text-decoration: none;
}
a:visited {
  color: #214dd2;
  text-decoration: none;
}
a:hover, a.popupCampaign__link--campaign:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

button {
  background: none;
  padding: 0;
  border: none;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
}

.wrapper {
  overflow: hidden;
}

.app-erase-display,
.app-show-display,
[class^=ua-device-],
[class^=local-erase-display-] {
  display: none;
}

[class*=appView--],
[class*=userDevice--],
[class*=parameterDisplay--] {
  display: none;
}

@media screen and (max-width: 750px) {
  .switch__display--pc {
    display: none;
  }
}
@media screen and (min-width: 751px) {
  .switch__display--sp {
    display: none;
  }
}

.announce {
  width: 100%;
  max-width: 950px;
  margin: 8px auto;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.announce__contents, .announce__contents--end, .announce__contents--notice, .announce__contents--attention, .announce__contents--emergency {
  padding: 8px;
  font-size: 1.2rem;
  border-radius: 5px;
}
.announce__contents--emergency {
  border: 1px solid #f03;
  color: #f03;
  background-color: #ffeef0;
}
.announce__contents--attention {
  border: 1px solid #e6d600;
  background-color: #fffaee;
}
.announce__contents--notice {
  border: 1px solid #66c6aa;
  background-color: #f6fffc;
}
.announce__contents--end {
  color: #fff;
  background-color: #909090;
}
.announce__text {
  line-height: 1.4;
}

@-webkit-keyframes headerFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes headerFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes headerItemFadein {
  0% {
    opacity: 0%;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes headerItemFadein {
  0% {
    opacity: 0%;
    -webkit-transform: translate(0, 20px);
            transform: translate(0, 20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
.header {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  z-index: 110;
}
.header.header--show + * {
  padding-top: 60px;
}
.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 100%;
  height: 60px;
  padding: 0 32px;
}
@media screen and (max-width: 1160px) {
  .header__inner {
    padding: 0 16px;
  }
}
.header__logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
}
.header__logo--menu {
  display: none;
}
@media screen and (max-width: 1160px) {
  .header__logo--menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 60px;
    padding-left: 16px;
  }
}
.header__main {
  margin-right: 25px;
}
.header__text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  white-space: nowrap;
  overflow: hidden;
}
.header__subText {
  color: #909090;
  font-size: 1.4rem;
}
.header__image, .copyright__image {
  height: 36px;
}
@media screen and (max-width: 1160px) {
  .header__image, .copyright__image {
    height: 32px;
  }
}
@media screen and (max-width: 1160px) {
  .header__navigation {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 75px);
    background: #ffffff;
    overflow-y: auto;
    z-index: 120;
  }
}
@media screen and (max-width: 1160px) and (max-width: 428px) {
  .header__navigation {
    max-height: calc(100vh - 40px);
  }
}
@media screen and (max-width: 1160px) and (max-width: 320px) {
  .header__navigation {
    max-height: calc(100vh - 24px);
  }
}
.header__navigation--full {
  max-height: -webkit-fill-available;
  max-height: 100vh;
  background: #eeeeee;
}
.header__list {
  font-size: 0;
}
@media screen and (max-width: 1160px) {
  .header__list {
    background: #ffffff;
    padding-top: 24px;
  }
}
@media screen and (max-width: 428px) {
  .header__list {
    padding-top: 6.4vw;
  }
}
.header__item, .header__item--more, .header__item--entry {
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
}
@media screen and (max-width: 1160px) {
  .header__item, .header__item--more, .header__item--entry {
    display: block;
    font-size: 1.8rem;
  }
  .header__item:nth-child(1), .header__item--more:nth-child(1), .header__item--entry:nth-child(1) {
    -webkit-animation: headerItemFadein 200ms ease-out 0.05s both;
            animation: headerItemFadein 200ms ease-out 0.05s both;
  }
  .header__item:nth-child(2), .header__item--more:nth-child(2), .header__item--entry:nth-child(2) {
    -webkit-animation: headerItemFadein 200ms ease-out 0.1s both;
            animation: headerItemFadein 200ms ease-out 0.1s both;
  }
  .header__item:nth-child(3), .header__item--more:nth-child(3), .header__item--entry:nth-child(3) {
    -webkit-animation: headerItemFadein 200ms ease-out 0.15s both;
            animation: headerItemFadein 200ms ease-out 0.15s both;
  }
  .header__item:nth-child(4), .header__item--more:nth-child(4), .header__item--entry:nth-child(4) {
    -webkit-animation: headerItemFadein 200ms ease-out 0.2s both;
            animation: headerItemFadein 200ms ease-out 0.2s both;
  }
  .header__item:nth-child(5), .header__item--more:nth-child(5), .header__item--entry:nth-child(5) {
    -webkit-animation: headerItemFadein 200ms ease-out 0.25s both;
            animation: headerItemFadein 200ms ease-out 0.25s both;
  }
  .header__item:nth-child(6), .header__item--more:nth-child(6), .header__item--entry:nth-child(6) {
    -webkit-animation: headerItemFadein 200ms ease-out 0.3s both;
            animation: headerItemFadein 200ms ease-out 0.3s both;
  }
}
@media screen and (max-width: 428px) {
  .header__item, .header__item--more, .header__item--entry {
    font-size: 4.8vw;
  }
}
.header__item--entry {
  margin-left: 16px;
}
@media screen and (max-width: 428px) {
  .header__item--entry {
    margin-left: 4.2666666667vw;
  }
}
.header__item--more {
  display: none;
}
@media screen and (min-width: 1161px) and (max-width: 1180px) {
  .header__item--more {
    display: inline-block;
  }
}
.header__link, .header__link--current, .header__link--lowerGuide {
  display: block;
  position: relative;
  color: #242323;
  padding: 12px;
}
@media screen and (max-width: 1160px) {
  .header__link, .header__link--current, .header__link--lowerGuide {
    margin: 0 24px;
    padding: 12px 17px;
  }
}
@media screen and (max-width: 428px) {
  .header__link, .header__link--current, .header__link--lowerGuide {
    margin: 0vw 6.4vw 0vw 6.4vw;
    padding: 3.2vw 4.5333333333vw 3.2vw 4.5333333333vw;
  }
}
.header__link:visited, .header__link--current:visited, .header__link--lowerGuide:visited {
  color: #242323;
}
.header__link:hover, .header__link--current:hover, .header__link--lowerGuide:hover {
  text-decoration: none;
}
@media screen and (min-width: 1159px) {
  .header__link:hover::after, .header__link--current:hover::after, .header__link--lowerGuide:hover::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -7px;
    left: 16px;
    width: calc(100% - 32px);
    height: 4px;
    background: #ef3f3f;
  }
}
@media screen and (max-width: 1160px) {
  .header__link:hover, .header__link--current:hover, .header__link--lowerGuide:hover {
    background: rgba(56, 149, 255, 0.2);
  }
}
.header__link--logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
.header__link--current, .header__link--lowerGuide {
  pointer-events: none;
}
@media screen and (max-width: 1160px) {
  .header__link--current, .header__link--lowerGuide {
    position: relative;
  }
  .header__link--current::after, .header__link--lowerGuide::after {
    content: "";
    display: inline-block;
    position: relative;
    top: 50%;
    left: 0;
    width: 8px;
    height: 8px;
    background: #fd5c5c;
    margin-left: 16px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-animation: headerFadein 400ms ease-out 0.35s both;
            animation: headerFadein 400ms ease-out 0.35s both;
  }
}
@media screen and (max-width: 1160px) and (max-width: 428px) {
  .header__link--current::after, .header__link--lowerGuide::after {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin-left: 4.2666666667vw;
  }
}
.header__link--lowerGuide {
  pointer-events: auto;
}
.header__link--entry {
  display: block;
  color: #ffffff;
  background: #f24f4f;
  padding: 6px 24px;
  border-radius: 5px;
}
@media screen and (max-width: 1160px) {
  .header__link--entry {
    display: inline-block;
    font-size: 1.6rem;
    margin: 28px 0 0 24px;
    padding: 13px 24px;
    -webkit-animation: headerItemFadein 200ms ease-out 0.35s both;
            animation: headerItemFadein 200ms ease-out 0.35s both;
  }
}
@media screen and (max-width: 428px) {
  .header__link--entry {
    font-size: 4.2666666667vw;
    margin: 5.3333333333vw 0vw 0vw 6.4vw;
    padding: 3.4666666667vw 6.4vw 3.4666666667vw 6.4vw;
  }
}
.header__link--entry:visited {
  color: #ffffff;
}
.header__link--entry:hover {
  background: rgba(242, 79, 79, 0.7);
  text-decoration: none;
}
.header__button--paycas > .header__link--entry {
  font-weight: 700;
  cursor: pointer;
}
@media screen and (max-width: 1160px) {
  .header__button--paycas > .header__link--entry {
    margin: 0 auto;
    -webkit-animation: none;
            animation: none;
  }
}
@media screen and (max-width: 428px) {
  .header__button--paycas > .header__link--entry {
    margin: 0 auto;
  }
}
.header__link--top {
  display: block;
  font-size: 1.6rem;
  color: #909090;
  background: #eeeeee;
  text-align: center;
  margin-top: 48px;
  padding: 21px 0;
  -webkit-animation: headerItemFadein 200ms ease-out 0.4s both;
          animation: headerItemFadein 200ms ease-out 0.4s both;
}
@media screen and (max-width: 428px) {
  .header__link--top {
    font-size: 4.2666666667vw;
    margin-top: 11.7333333333vw;
    padding: 5.6vw 0vw 5.6vw 0vw;
  }
}
@media screen and (max-width: 374px) {
  .header__link--top {
    margin-top: 8vw;
  }
}
.header__link--top:visited {
  color: #909090;
}
.header__link--top:hover {
  color: rgba(144, 144, 144, 0.7);
  background: rgba(238, 238, 238, 0.7);
  text-decoration: none;
}
.header__moreButton {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 0;
  padding: 10px 0;
  border: none;
  color: transparent;
  font-size: 1.5rem;
  background-color: transparent;
}
.header__moreButton::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #242323;
  border-right: 2px solid #242323;
  -webkit-transform: translateY(-75%) translateX(50%) rotate(135deg);
          transform: translateY(-75%) translateX(50%) rotate(135deg);
}
.header__moreButton:hover {
  opacity: 0.7;
  text-decoration: none;
}
.header__moreButton:hover + .headerMore {
  top: 44px;
  max-height: 9999px;
  padding-top: 16px;
  opacity: 1;
}
.header__moreButton:focus {
  opacity: 0.7;
  text-decoration: none;
}
.header__moreButton:focus + .headerMore {
  top: 44px;
  max-height: 9999px;
  padding-top: 16px;
  opacity: 1;
}
.header__menu {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 1160px) {
  .header__menu {
    display: block;
    z-index: 1000;
  }
}
.header__bar {
  display: block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 25px;
  height: 3px;
  background: #242323;
  border-radius: 4px;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.header__bar::before {
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242323;
  border-radius: 4px;
  -webkit-transition: inherit;
  transition: inherit;
}
.header__bar::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #242323;
  border-radius: 4px;
  -webkit-transition: inherit;
  transition: inherit;
}

.headerMore {
  position: absolute;
  top: 45px;
  left: 0;
  z-index: 9999;
  overflow: hidden;
  width: 100%;
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
@media screen and (min-width: 907px) {
  .headerMore:hover {
    top: 44px;
    max-height: 9999px;
    padding-top: 16px;
    opacity: 1;
  }
}
@media screen and (min-width: 907px) {
  .headerMore--open {
    top: 44px;
    max-height: 9999px;
    padding-top: 16px;
    opacity: 1;
  }
}
.headerMore__list {
  text-align: right;
  background-color: rgba(246, 246, 246, 0.9);
}
@media screen and (min-width: 907px) {
  .headerMore__item:first-child [class*=__link] {
    padding-top: 20px;
  }
  .headerMore__item:last-child [class*=__link] {
    padding-bottom: 20px;
  }
}
.headerMore__link {
  display: inline-block;
  min-width: 270px;
  padding: 10px 32px 10px 8px;
  color: #242323;
}
.headerMore__link:visited {
  color: #242323;
}
.headerMore__link:hover {
  color: #f15355;
  text-decoration: none;
}

@media screen and (max-width: 1160px) {
  .switch__header--pc {
    display: none;
  }
}
@media screen and (min-width: 1161px) and (max-width: 1180px) {
  .switch__header--more {
    display: none;
  }
}
@media screen and (min-width: 1159px) {
  .switch__header--sp {
    display: none;
  }
}

body.isHeaderMenuActive {
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
body.isHeaderMenuActive .header::after {
  content: "";
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.75);
}
body.isHeaderMenuActive .header__bar {
  background: transparent;
}
body.isHeaderMenuActive .header__bar::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.isHeaderMenuActive .header__bar::after {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.dvAppDownload {
  background-color: #f5f5f5;
  padding: 16px 0;
}
.dvAppDownload .section__txt {
  font-size: 1.6rem;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 36px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__txt {
    font-size: 1.2rem;
    line-height: 1.33;
    margin-bottom: 20px;
  }
}
.dvAppDownload .content__inner {
  max-width: 840px;
  margin: 0 auto;
}
.dvAppDownload .section__appLinks,
.dvAppDownload .section__appYjLinks {
  text-align: center;
  letter-spacing: -0.5rem;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appLinks,
  .dvAppDownload .section__appYjLinks {
    max-width: 540px;
    margin: 0 auto;
  }
}
.dvAppDownload .section__appLinks:after,
.dvAppDownload .section__appYjLinks:after {
  display: block;
  content: "";
  clear: both;
}
.dvAppDownload .section__appLinks span,
.dvAppDownload .section__appYjLinks span {
  margin: 0 6px;
}
.dvAppDownload .section__appLinks {
  margin-top: -20px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appLinks {
    margin-top: -5px;
  }
  .dvAppDownload .section__appLinks span {
    margin: 0 5px;
  }
}
.dvAppDownload .section__appYjLinks {
  margin-top: 40px;
  background: #fff;
  padding: 15px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appYjLinks {
    margin-top: 20px;
  }
}
.dvAppDownload .section__appYjLinks span {
  margin: 0 5px;
}
@media screen and (max-width: 800px) {
  .dvAppDownload .section__appYjLinks .yjapp__text {
    display: block;
    width: 300px;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appYjLinks .yjapp__text {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 374px) {
  .dvAppDownload .section__appYjLinks .yjapp__text {
    width: auto;
  }
}
.dvAppDownload .section__appYjLinks .yjapp__text img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 374px) {
  .dvAppDownload .section__appYjLinks .yjapp__text img {
    width: 260px;
  }
}
.dvAppDownload .section__appLinks__link {
  display: inline-block;
  letter-spacing: normal;
  background-color: #000;
  border-radius: 5px;
}
.dvAppDownload .section__appLinks__link img {
  width: 200px;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__appLinks__link {
    width: 127.5px;
  }
  .dvAppDownload .section__appLinks__link img {
    width: auto;
  }
}
.dvAppDownload .section__qr {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .dvAppDownload .section__qr {
    display: none;
  }
}
.dvAppDownload .section__qr span {
  margin: 0 49px;
}

.appDownload {
  padding: 23px 0;
  background-color: #f5f5f5;
}
.appDownload__container--yahoo {
  margin-top: 32px;
}
.appDownload__text {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
  .appDownload__text {
    font-size: 1.2rem;
    line-height: 1.33;
  }
}
.appDownload__text--emphasis {
  color: #ff203b;
}
.appDownload__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .appDownload__contents {
    max-width: 540px;
    margin: 0 auto;
  }
}
.appDownload__logo {
  margin-right: 4px;
}
.appDownload__device {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 13px;
}
.appDownload__image {
  width: auto;
  height: 55px;
}
@media screen and (max-width: 750px) {
  .appDownload__image {
    height: 38px;
  }
}
@media screen and (max-width: 750px) {
  .appDownload__qr {
    display: none;
  }
}

.download {
  padding: 0 0 40px 0;
  margin: 8px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f8f8f8), to(#ffffff));
  background: -webkit-linear-gradient(top, #f8f8f8 10%, #ffffff);
  background: linear-gradient(to bottom, #f8f8f8 10%, #ffffff);
}
@media screen and (max-width: 750px) {
  .download {
    padding: 0 0 56px 0;
  }
}
.download__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 32px 16px;
  background: url("../images/img_dl_02.png") 5% 50% no-repeat;
  background-size: 420px;
  min-height: 320px;
}
@media screen and (max-width: 750px) {
  .download__container {
    background: url("../images/img_dl_02.png") 50% 5% no-repeat;
    background-size: 340px;
  }
}
.download__column {
  padding: 32px 16px;
  margin-left: 400px;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .download__column {
    margin: 180px auto 0;
  }
}
.download__title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 750px) {
  .download__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.download__button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 285px;
  height: 48px;
  background: #f5a623;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 24px auto 0;
  border-radius: 8px;
}
.download__button--document {
  color: #ffffff;
}
.download__button--document:visited {
  color: #ffffff;
}
.download__button--document:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (max-width: 750px) {
  .download__button--document:hover {
    opacity: 1;
  }
}

.buttons {
  position: relative;
  background: #f5f5f5;
  padding: 80px 0;
}
.buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  display: block;
  background: -webkit-linear-gradient(135deg, #ffffff 20%, #f5f5f5 20%, #f5f5f5 25%, #ffffff 25%, #ffffff 45%, #f5f5f5 45%, #f5f5f5 50%, #ffffff 50%, #ffffff 70%, #f5f5f5 70%, #f5f5f5 75%, #ffffff 75%, #ffffff 95%, #f5f5f5);
  background: linear-gradient(-45deg, #ffffff 20%, #f5f5f5 20%, #f5f5f5 25%, #ffffff 25%, #ffffff 45%, #f5f5f5 45%, #f5f5f5 50%, #ffffff 50%, #ffffff 70%, #f5f5f5 70%, #f5f5f5 75%, #ffffff 75%, #ffffff 95%, #f5f5f5);
  background-size: 15px 15px;
}
.buttons::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  display: block;
  background: -webkit-linear-gradient(135deg, #ffffff 20%, #f5f5f5 20%, #f5f5f5 25%, #ffffff 25%, #ffffff 45%, #f5f5f5 45%, #f5f5f5 50%, #ffffff 50%, #ffffff 70%, #f5f5f5 70%, #f5f5f5 75%, #ffffff 75%, #ffffff 95%, #f5f5f5);
  background: linear-gradient(-45deg, #ffffff 20%, #f5f5f5 20%, #f5f5f5 25%, #ffffff 25%, #ffffff 45%, #f5f5f5 45%, #f5f5f5 50%, #ffffff 50%, #ffffff 70%, #f5f5f5 70%, #f5f5f5 75%, #ffffff 75%, #ffffff 95%, #f5f5f5);
  background-size: 15px 15px;
}
.buttons__container {
  max-width: 950px;
  text-align: center;
  margin: 0 auto;
  padding: 0 16px;
}
.buttons__text {
  font-size: 2.4rem;
  font-weight: 700;
}
.buttons__list {
  margin-top: 16px;
}
.buttons__link:visited, .buttons__link--document:visited, .buttons__link--entry:visited, .download__button:visited {
  color: #ffffff;
}
.buttons__link--entry {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 665px;
  height: 70px;
  color: #ffffff;
  background: #ff0033;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
}
.buttons__link--entry:hover {
  text-decoration: none;
  background: #b03932;
}
@media screen and (max-width: 750px) {
  .buttons__link--entry:hover {
    background: #ff0033;
  }
}
.buttons__link--login {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 665px;
  font-size: 1.2rem;
  text-align: center;
  margin: 24px auto 0;
}
.buttons__link--document {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 285px;
  height: 48px;
  background: #f5a623;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 24px auto 0;
  border-radius: 8px;
}
.buttons__link--document:hover {
  text-decoration: none;
  opacity: 0.75;
}
@media screen and (max-width: 750px) {
  .buttons__link--document:hover {
    opacity: 1;
  }
}

.contact {
  padding: 88px 0;
}
@media screen and (max-width: 750px) {
  .contact {
    padding: 56px 0;
  }
}
.contact__container {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 16px;
}
.contact__title {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .contact__title {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.contact__title::after {
  content: "";
  display: block;
  width: 40px;
  height: 4px;
  background: #FF0000;
  margin: 13px auto 0;
}
.contact__text {
  text-align: center;
  margin-top: 48px;
}
@media screen and (max-width: 750px) {
  .contact__text {
    text-align: left;
  }
}
.contact__text--form {
  text-align: center;
  margin-top: 48px;
}

.supportTel {
  margin-top: 48px;
}
.supportTel__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 750px) {
  .supportTel__list {
    display: block;
  }
}
.supportTel__item {
  width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .supportTel__item {
    width: 100%;
  }
}
.supportTel__item:not(:last-child) {
  border-right: 1px solid #e6e6e6;
}
@media screen and (max-width: 750px) {
  .supportTel__item:not(:last-child) {
    border-right: none;
  }
}
@media screen and (max-width: 750px) {
  .supportTel__item:not(:first-child) {
    margin-top: 40px;
  }
}
.supportTel__definition {
  position: relative;
}
@media screen and (max-width: 750px) {
  .supportTel__definition {
    background: #20bf7a;
    padding: 16px;
    border-radius: 8px;
  }
}
.supportTel__term {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .supportTel__term {
    color: #ffffff;
  }
}
.supportTel__description {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .supportTel__description {
    margin-top: 8px;
  }
}
.supportTel__link {
  display: block;
  color: #242323;
  font-size: 2.4rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .supportTel__link {
    color: #ffffff;
  }
}
@media screen and (max-width: 750px) {
  .supportTel__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.supportTel__text--annotation {
  color: #606060;
  font-size: 1.2rem;
  line-height: 1.7;
}
.supportTel__text--annotation:nth-child(2) {
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  .supportTel__text--annotation:nth-child(2) {
    margin-top: 8px;
  }
}
@media screen and (max-width: 750px) {
  .supportTel__text--main {
    display: block;
  }
}
@media screen and (max-width: 750px) {
  .supportTel__text--main::before {
    content: "";
    display: inline-block;
    background: url("../../campaign/images/phone_g02.png") center/cover no-repeat;
    width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    margin-right: 8px;
  }
}

.caution {
  color: #606060;
  font-size: 1.3rem;
  max-width: 950px;
  padding: 0 16px;
  margin: 0 auto 128px;
}
.caution__definition {
  padding-top: 32px;
  border-top: 1px solid #cccccc;
}
.caution__list {
  padding-left: 1em;
  text-indent: -1em;
}

.top {
  position: fixed;
  bottom: 110px;
  right: 16px;
  z-index: 10;
  width: 50px;
  height: 50px;
}
.top__button {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: transparent;
  text-indent: 100%;
  white-space: nowrap;
  background-color: #606060;
  border-radius: 4px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.2;
}
.top__button:visited {
  color: transparent;
}
.top__button::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -3px 0 0 -7px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (min-width: 751px) {
  .top__button:hover {
    opacity: 0.4;
  }
}

.subFooter {
  margin-bottom: 80px;
  padding: 40px 0 80px;
  background: #eee;
}
@media screen and (max-width: 750px) {
  .subFooter {
    padding-top: 48px;
  }
}
.subFooter__container {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 16px;
}
@media screen and (max-width: 750px) {
  .subFooter__container {
    width: auto;
  }
}
.subFooter__heading {
  font-weight: 700;
}
.subFooter__list {
  margin-top: 24px;
}
.subFooter__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
  margin-top: calc(16px - 0.28rem);
  font-size: 1.4rem;
}
.subFooter__item::before {
  content: "";
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 7px;
  height: 1px;
  border-top: 1px solid #909090;
  margin-top: 9px;
  margin-right: 11px;
}
.subFooter__link {
  color: #606060;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: table-cell;
}
.subFooter__link:visited {
  color: #606060;
}
.subFooter__link:hover {
  opacity: 0.8;
  color: #00b9f5;
}

.footer {
  padding-bottom: 48px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .footer--sticky {
    padding-bottom: 85px;
  }
}
.footer__container {
  max-width: 1080px;
  margin: 48px auto 0;
  padding: 0 16px;
}
.footer__contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .footer__contents {
    display: block;
  }
}
.footer__detail {
  width: calc(100% - 280px);
}
@media screen and (max-width: 750px) {
  .footer__detail {
    width: 100%;
  }
}
.footer__brand {
  width: 240px;
  margin-top: -4px;
}
@media screen and (max-width: 750px) {
  .footer__brand {
    width: 100%;
    margin-top: 48px;
  }
}
.footer__navigation:not(:first-child) {
  margin-top: 40px;
}
.footer__navigation--company {
  margin-top: 16px;
}
.footer__heading {
  font-size: 1.3rem;
  font-weight: 700;
}
.footer__list {
  margin-left: -16px;
  font-size: 0;
}
.footer__item {
  display: inline-block;
  margin-top: 16px;
  font-size: 1.2rem;
  line-height: 1.7rem;
  vertical-align: top;
}
.footer__item:not(:last-child) {
  border-right: 1px solid #ccc;
}
.footer__link {
  color: #606060;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
  padding: 0 16px;
}
.footer__link:visited {
  color: #606060;
}
.footer__link:hover {
  opacity: 0.8;
  color: #00b9f5;
}
.footer__image {
  display: block;
  max-width: 40px;
  height: auto;
  margin-bottom: 4px;
}

.footerShare {
  padding-bottom: 24px;
  color: #909090;
  font-size: 1.2rem;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.footerShare__list {
  font-size: 0;
  margin-top: 16px;
}
.footerShare__item {
  display: inline-block;
}
.footerShare__item:not(:last-child) {
  margin-right: 4px;
}
.footerShare__button {
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.footerShare__button:hover {
  opacity: 0.6;
}
.footerShare__image {
  max-width: 50px;
}

.footerSns__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0;
}
.footerSns__item {
  width: 20%;
  vertical-align: top;
  font-size: 0.9rem;
  text-align: center;
}
.footerSns__link {
  color: #606060;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display: block;
}
.footerSns__link:visited {
  color: #606060;
}
.footerSns__link:hover {
  opacity: 0.8;
  color: #00b9f5;
  text-decoration: none;
}
.footerSns__image {
  display: block;
  max-width: 40px;
  height: auto;
  margin: 0 auto 4px;
}

.copyright {
  text-align: center;
  margin-top: 48px;
}
.copyright__text {
  font-size: 1.1rem;
  color: #606060;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dddddd;
}

.sticky {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  background: rgba(51, 50, 50, 0.9);
  width: 100%;
  opacity: 0.95;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.sticky__container {
  max-width: 950px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
}
.sticky__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .sticky__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 8px;
  }
}
.sticky__item, .sticky__item--entry, .sticky__item--doc, .sticky__item--tel {
  width: 33.3333333333%;
}
@media screen and (max-width: 750px) {
  .sticky__item, .sticky__item--entry, .sticky__item--doc, .sticky__item--tel {
    width: calc((100% - 16px) / 2);
  }
}
.sticky__item--tel {
  margin-right: 80px;
}
@media screen and (max-width: 951px) {
  .sticky__item--tel {
    margin-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .sticky__item--tel {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.sticky__item--doc {
  max-width: 230px;
}
@media screen and (max-width: 750px) {
  .sticky__item--doc {
    max-width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (max-width: 750px) {
  .sticky__item--entry {
    width: 100%;
    margin-bottom: 8px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sticky__link, .sticky__link--entry, .sticky__link--doc, .sticky__link--tel {
  height: 64px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 10px;
  padding: 16px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .sticky__link, .sticky__link--entry, .sticky__link--doc, .sticky__link--tel {
    height: 50px;
    margin: 0 auto;
    padding: 16px 8px;
    font-size: 1.4rem;
  }
}
.sticky__link::before, .sticky__link--entry::before, .sticky__link--doc::before, .sticky__link--tel::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
}
.sticky__link:visited, .sticky__link--entry:visited, .sticky__link--doc:visited, .sticky__link--tel:visited {
  color: #ffffff;
}
.sticky__link:hover, .sticky__link--entry:hover, .sticky__link--doc:hover, .sticky__link--tel:hover {
  text-decoration: underline;
  -webkit-text-decoration: underline;
}
.sticky__link--tel {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .sticky__link--tel {
    padding: 16px 8px;
    border-radius: 8px;
    background: #3895FF;
  }
}
.sticky__link--tel::before {
  width: 25px;
  height: 25px;
  background: url("../images/ico_tel_02.png") center/contain no-repeat;
}
@media screen and (max-width: 951px) {
  .sticky__link--tel::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 750px) {
  .sticky__link--tel::before {
    margin-top: 0;
  }
}
.sticky__link--doc {
  border: solid 2px #ffffff;
  border-radius: 8px;
}
.sticky__link--doc::before {
  width: 25px;
  height: 25px;
  background: url("../images/ico_doc_02.png") center/contain no-repeat;
}
.sticky__link--entry {
  position: relative;
  padding: 16px 24px;
  color: #ffffff;
  background: #F24F4F;
  border-radius: 8px;
}
.sticky__link--entry::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  margin-left: 1px;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.sticky__lead {
  font-size: 1.4rem;
  font-weight: 400;
  display: block;
}
@media screen and (max-width: 750px) {
  .sticky__lead {
    font-weight: 700;
  }
}
.sticky__text {
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 951px) {
  .sticky__text {
    font-size: 1.5rem;
  }
}
.sticky__subText, .sticky__subText--hours, .sticky__subText--charge {
  font-weight: 400;
}
.sticky__subText--charge {
  font-size: 1.2rem;
}
@media screen and (max-width: 951px) {
  .sticky__subText--charge {
    font-size: 1rem;
  }
}
.sticky__subText--hours {
  font-size: 1.4rem;
}
@media screen and (min-width: 751px) {
  .sticky__subText--hours {
    display: block;
  }
}
@media screen and (max-width: 951px) {
  .sticky__subText--hours {
    font-size: 1.2rem;
  }
}

.stickyCoupon {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #ffffff;
  width: 100%;
  opacity: 0.95;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 100;
}
.stickyCoupon__container {
  max-width: 950px;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  padding: 8px 16px;
}
.stickyCoupon__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.stickyCoupon__lead {
  font-size: 1.2rem;
}
.stickyCoupon__text--main {
  margin-top: 2px;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__text--main {
    font-size: 1.4rem;
  }
}
.stickyCoupon__link {
  display: block;
  height: 100%;
  padding: 10px 0;
  border-radius: 5px;
}
.stickyCoupon__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  .stickyCoupon__link {
    padding: 6px 0;
  }
}
.stickyCoupon__coupon {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 750px) {
  .stickyCoupon__coupon {
    width: 100%;
    margin-top: 4px;
  }
}
.stickyCoupon__coupon .stickyCoupon__link {
  color: #f5a623;
  border: 1px solid #f5a623;
}
.stickyCoupon__coupon .stickyCoupon__link:visited {
  color: #f5a623;
}
.stickyCoupon__paypay {
  width: calc((100% - 10px) / 2);
}
@media screen and (max-width: 750px) {
  .stickyCoupon__paypay {
    width: 100%;
  }
}
.stickyCoupon__paypay .stickyCoupon__link {
  color: #ffffff;
  background: #f24f4f;
  border: 1px solid #f24f4f;
}
.stickyCoupon__paypay .stickyCoupon__link:visited {
  color: #ffffff;
}

#va-btn-entry, #va-btn-request-docs {
  display: none;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-top: 24px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.campaignEnd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
}
.campaignEnd__text {
  display: inline-block;
  background: #909090;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  padding: 16px 24px;
  border-radius: 8px;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}
@media screen and (max-width: 750px) {
  .campaignEnd__text {
    font-size: 1.6rem;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 374px) {
  .campaignEnd__text {
    font-size: 1.4rem;
  }
}

.popupPhone, .popupCampaign {
  display: none;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 751px) {
  .popupPhone, .popupCampaign {
    bottom: 115px;
    left: 10px;
  }
}
@media screen and (max-width: 750px) {
  .popupPhone, .popupCampaign {
    top: 0;
    left: 0;
  }
}
.popupPhone__container {
  position: relative;
  max-width: 320px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 750px) {
  .popupPhone__container {
    margin: 0 16px;
  }
}
@media screen and (max-width: 750px) {
  .popupPhone__overlay, .popupPaycas__overlay, .popupCampaign__overlay {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
  }
}
.popupPhone__photo {
  text-align: center;
  padding: 30px 0;
}
.popupPhone__image {
  width: 85px;
}
.popupPhone__textGroup {
  text-align: center;
  padding: 0 20px 20px;
}
.popupPhone__title, .popupCampaign__title {
  font-size: 1.8rem;
  font-weight: 700;
}
.popupPhone__text {
  font-size: 1.4rem;
  line-height: 1.7;
  margin-top: 8px;
}
.popupPhone__link {
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  margin-top: 16px;
}
.popupPhone__list {
  color: #909090;
  font-size: 1.2rem;
  line-height: 1.7;
  margin-top: 16px;
}
.popupPhone__close {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.popupPhone__main {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
}
.popupPhone__main::before, .popupPhone__main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #242323;
  width: 2px;
  height: 20px;
  margin: auto;
}
.popupPhone__main::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popupPhone__main::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popupCampaign__container {
  position: relative;
  max-width: 260px;
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 16px rgba(0, 0, 0, 0.05), 0 8px 14px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 750px) {
  .popupCampaign__container {
    margin: 0 16px;
  }
}
.popupCampaign__image {
  border-radius: 8px 8px 0 0;
}
.popupCampaign__textGroup {
  text-align: center;
  padding: 30px 20px 20px;
}
.popupCampaign__link, .popupCampaign__link--campaign:hover {
  display: block;
  color: #ffffff;
  background: #70a5ce;
  font-weight: 700;
  margin-top: 16px;
  padding: 12px 0;
  border-radius: 8px;
}
.popupCampaign__link:visited, .popupCampaign__link--campaign:visited:hover {
  color: #ffffff;
}
@media screen and (min-width: 751px) {
  .popupCampaign__link:hover, .popupCampaign__link--campaign:hover {
    text-decoration: none;
    opacity: 0.5;
  }
}
.popupCampaign__link--campaign {
  display: block;
  font-weight: 700;
  color: #ffffff;
  background: #f2b41c;
  text-align: center;
  border-radius: 8px;
}
.popupCampaign__link--campaign:visited {
  color: #ffffff;
}
.popupCampaign__text {
  padding: 8px 0;
}
.popupCampaign__close, .popupPaycas__close {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 27px;
  height: 27px;
  padding: 0;
  border: 0;
  border-radius: 0 8px 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.popupCampaign__main, .popupPaycas__main {
  display: inline-block;
  position: relative;
  width: 27px;
  height: 27px;
}
.popupCampaign__main::before, .popupPaycas__main::before, .popupCampaign__main::after, .popupPaycas__main::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  width: 1px;
  height: 15px;
  margin: auto;
}
.popupCampaign__main::before, .popupPaycas__main::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popupCampaign__main::after, .popupPaycas__main::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popupPaycas {
  max-width: 400px;
  display: none;
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 751px) {
  .popupPaycas {
    bottom: 115px;
    right: 90px;
  }
}
@media screen and (max-width: 750px) {
  .popupPaycas {
    top: 0;
    right: 0;
  }
}
.popupPaycas__link {
  display: block;
}
.popupPaycas__close {
  top: 27px;
  right: 3px;
  border-radius: 0;
}
@media screen and (max-width: 750px) {
  .popupPaycas__close {
    top: 0;
    right: 0;
  }
}
.fotService {
  padding: 104px 16px;
}
@media screen and (max-width: 750px) {
  .fotService {
    padding: 112px 16px;
  }
}
.fotService__contents--online {
  margin-top: 56px;
}
@media screen and (max-width: 750px) {
  .fotService__contents--online {
    margin-top: 57px;
  }
}
.fotService__title {
  font-size: 3.2rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .fotService__title {
    font-size: 2.8rem;
  }
}
.fotService__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 690px;
  margin: 56px auto 0;
}
@media screen and (max-width: 750px) {
  .fotService__list {
    display: block;
    margin-top: 57px;
  }
}
@media screen and (max-width: 750px) {
  .fotService__list > li:nth-child(n+2) {
    margin-top: 24px;
  }
}
.fotService__item, .fotService__online, .fotService__plan, .fotService__item--pickup, .fotService__item--function {
  max-width: 321px;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 16px;
}
@media screen and (max-width: 750px) {
  .fotService__item, .fotService__online, .fotService__plan, .fotService__item--pickup, .fotService__item--function {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    max-width: 100%;
    padding-left: 40%;
  }
  .fotService__item::before, .fotService__online::before, .fotService__plan::before, .fotService__item--pickup::before, .fotService__item--function::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    border-radius: 16px 0 0 16px;
  }
}
.fotService__item--function::before {
  background: url("../images/img_function_02.png") 50% 90%/cover no-repeat;
}
.fotService__item--pickup::before {
  background: url("../images/img_pickup_02.png") 50% 20%/cover no-repeat;
}
.fotService__plan {
  margin: 56px auto 0;
}
@media screen and (max-width: 750px) {
  .fotService__plan {
    max-width: 100%;
    margin-top: 57px;
  }
}
.fotService__plan::before {
  background: url("../images/img_plan_02.png") 50% 20%/cover no-repeat;
}
.fotService__online {
  margin: 56px auto 0;
}
@media screen and (max-width: 750px) {
  .fotService__online {
    max-width: 100%;
    margin-top: 57px;
  }
}
.fotService__online::before {
  background: url("../images/img_online_02.png") 50% 20%/cover no-repeat;
}
.fotService__image {
  max-width: 321px;
  border-radius: 16px 16px 0 0;
}
@media screen and (max-width: 750px) {
  .fotService__image {
    border-radius: 16px 0 0 16px;
  }
}
.fotService__textGroup {
  line-height: normal;
  text-align: center;
  padding: 19px 32px 21px;
}
@media screen and (max-width: 750px) {
  .fotService__textGroup {
    width: 100%;
    text-align: left;
    padding: 19px 24px 20px;
  }
}
@media screen and (max-width: 374px) {
  .fotService__textGroup {
    padding: 16px;
  }
}
.fotService__headding {
  font-size: 2rem;
  font-weight: 700;
}
.fotService__text {
  margin-top: 7px;
}
.fotService__text--link {
  margin-top: 16px;
}
.fotService__link {
  color: #f14f4f;
  font-weight: 700;
}
.fotService__link:visited {
  color: #f14f4f;
}

.sidebar {
  position: fixed;
  z-index: 99999;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 48px;
  line-height: 1.2;
  text-align: center;
  background: rgba(40, 40, 40, 0.9);
  border-radius: 8px 0 0 8px;
}
.sidebar__link {
  display: block;
  padding: 16px 12px 0;
  color: #fff;
  font-size: 1.4rem;
}
.sidebar__link:hover {
  text-decoration: none;
}
.sidebar__link:visited {
  color: #fff;
}
.sidebar__closeButton {
  display: block;
  padding: 4px 8px 16px;
  cursor: pointer;
}
.sidebar__closeButton::before {
  content: "×";
  display: inline-block;
  width: 20px;
  height: 20px;
  color: #fefbfc;
  background: #555555;
  border-radius: 50%;
}

.article .postEntryBtn,
.relatedArticle .postEntryBtn {
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
  padding: 32px;
  border: 1px solid #ff0033;
}
@media screen and (max-width: 750px) {
  .article .postEntryBtn,
  .relatedArticle .postEntryBtn {
    padding: 24px;
  }
}
.article .postEntryBtn__lead,
.relatedArticle .postEntryBtn__lead {
  font-size: 2.4rem;
  font-weight: 700;
  color: #ff0033;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .article .postEntryBtn__lead,
  .relatedArticle .postEntryBtn__lead {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 374px) {
  .article .postEntryBtn__lead,
  .relatedArticle .postEntryBtn__lead {
    font-size: 1.4rem;
  }
}
.article .postEntryBtn__text,
.relatedArticle .postEntryBtn__text {
  margin: 8px 0 0;
}
@media screen and (max-width: 750px) {
  .article .postEntryBtn__text,
  .relatedArticle .postEntryBtn__text {
    font-size: 1.4rem;
  }
}
.article .postEntryBtn__text--annotation,
.relatedArticle .postEntryBtn__text--annotation {
  font-size: 1.2rem;
  color: #909090;
  margin-bottom: 0;
}
@media screen and (max-width: 750px) {
  .article .postEntryBtn__text--annotation,
  .relatedArticle .postEntryBtn__text--annotation {
    font-size: 1rem;
  }
}
.article .postEntryBtn__text--toppage,
.relatedArticle .postEntryBtn__text--toppage {
  margin: 24px 0 0;
}
@media screen and (max-width: 750px) {
  .article .postEntryBtn__text--toppage,
  .relatedArticle .postEntryBtn__text--toppage {
    font-size: 1.4rem;
  }
}
.article .postEntryBtn__button,
.relatedArticle .postEntryBtn__button {
  margin-bottom: 0;
}
.article .postEntryBtn__link,
.relatedArticle .postEntryBtn__link {
  display: block;
  max-width: 90%;
  font-size: 2.4rem;
  font-weight: 700;
  color: #ffffff;
  background: #ff0033;
  margin: 24px auto 0;
  padding: 11px 0;
  border-radius: 8px;
}
@media screen and (max-width: 750px) {
  .article .postEntryBtn__link,
  .relatedArticle .postEntryBtn__link {
    max-width: 100%;
  }
}
.article .postEntryBtn__link:visited,
.relatedArticle .postEntryBtn__link:visited {
  color: #ffffff;
}
.article .postEntryBtn__link:hover,
.relatedArticle .postEntryBtn__link:hover {
  text-decoration: none;
}
@media screen and (min-width: 751px) {
  .article .postEntryBtn__link:hover,
  .relatedArticle .postEntryBtn__link:hover {
    background: #b03932;
  }
}