@charset "UTF-8";

/*!
 * ress.css • v1.1.1
 * MIT License
 * github.com/filipelinhares/ress
 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

/* Remove margin, padding of all elements and set background-no-repeat as default */

* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

/* Add the correct display in iOS 4-7.*/

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */

mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Hide content from screens but not screenreaders */

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled] {
  cursor: default;
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjp/v5/NotoSansJP-Regular.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}

@font-face {
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 900;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff2) format("woff2"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.woff) format("woff"), url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Black.otf) format("opentype");
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: #1f99c2;
  text-decoration: none;
  -webkit-transition: .3s all;
  transition: .3s all;
}

img {
  vertical-align: bottom;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

:root {
  font-size: 62.5%;
}

/*html,
body{
  overflow-x: hidden;
}*/

body {
  color: #000;
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

.for-sp {
  display: none !important;
}

.section-container {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.contents-wrap {
  margin-top: 50px;
}

.is-bold {
  font-weight: bold;
}

.is-big {
  font-size: 1.2em;
}

.is-small {
  font-size: 1.4rem;
}

.is-per50{
  font-size: 60% !important;
}

.is-green {
  color: #73b12c;
}

.is-blue {
  color: #1f99c2;
}

.bg-none{
  background: none !important;
}

.btn {
  width: 100%;
  background: #f69248;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

.btn span {
  font-size: 2.2rem;
}

.btn:hover {
  background: #fff;
  border: 2px solid #f69248;
  color: #f69248;
}

.btn.secondary{
  background-color: #ffffff;
  height: 40px;
  color: #1f99c2;
  font-size: 2.0rem;
}
.btn.secondary:hover{
  background-color: #1f99c2;
  border: 2px solid #ffffff;
  color: #fff;
}

.btn-arrowBottom,
.btn-arrowRight {
  width: 100%;
  background: #fff;
  border: 1px solid #1f99c2;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}

.btn-arrowBottom:after,
.btn-arrowRight:after {
  width: 15px;
  height: 9px;
  background: url(/camp/common/classic/img/icon/icon_arrow_bottom_blue.png) no-repeat 0 0/contain;
  content: "";
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}

.btn-arrowBottom:hover,
.btn-arrowRight:hover {
  background: #1f99c2;
  color: #fff;
  opacity: 1;
}

.btn-arrowBottom:hover:after,
.btn-arrowRight:hover:after {
  background: url(/camp/common/classic/img/icon/icon_arrow_bottom_white.png) no-repeat 0 0/contain;
}

.btn-arrowBottom.is-active:after,
.is-active.btn-arrowRight:after {
  background: url(/camp/common/classic/img/icon/icon_arrow_top_blue.png) no-repeat 0 0/contain;
  margin-top: -4px;
}

.btn-arrowBottom.is-active:hover:after,
.is-active.btn-arrowRight:hover:after {
  background: url(/camp/common/classic/img/icon/icon_arrow_top_white.png) no-repeat 0 0/contain;
}

.btn-arrowRight:after {
  width: 9px;
  height: 15px;
  background: url(/camp/common/classic/img/icon/icon_arrow_right_blue.png) no-repeat 0 0/contain;
  margin-top: -4px;
}

.btn-arrowRight:hover:after {
  background: url(/camp/common/classic/img/icon/icon_arrow_right_white.png) no-repeat 0 0/contain;
}

.btn-arrowRight.blank:after {
  background: url(/camp/common/classic/img/icon/ico_blank_blue.svg) no-repeat 0 0/contain;
  width: 12px;
  height: 11px;
  margin-top: -2px;
}
.btn-arrowRight.blank:hover:after {
  background: url(/camp/common/classic/img/icon/ico_blank_white.svg) no-repeat 0 0/contain;
}

.card-basic {
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}

.card-basic-titleBlue {
  display: flex;
  align-items: center;
  height: 78px;
  width: 100%;
  background: #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 900;
  padding: 10px 10px 10px 60px;
  position: relative;
}

.card-basic-titleBlue:before {
  width: 40px;
  height: 40px;
  background: #fff;
  color: #000;
  font-size: 2.5rem;
  line-height: 40px;
  position: absolute;
  top: 18px;
  left: 10px;
  text-align: center;
}

.card-basic:first-child .card-basic-titleBlue:before {
  content: "1";
}

.card-basic:nth-child(2) .card-basic-titleBlue:before {
  content: "2";
}

.card-basic:nth-child(3) .card-basic-titleBlue:before {
  content: "3";
}

.card-basic-icon {
  width: 20%;
  margin: 20px auto 0;
}

.card-basic-icon img {
  width: 100%;
}

.card-basic-title {
  min-height: 73px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.card-basic-title.middle {
  padding-top: 15px;
}

.card-basic-des {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.6rem;
  margin-top: 24px;
  padding: 0 10px;
}

.card-basic-btn {
  width: 70%;
  letter-spacing: -.1em;
  margin: 24px auto 0;
}

.grid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.grid:after {
  width: 30%;
  content: "";
  display: block;
}

.grid-col-2 {
  width: 49%;
  float: left;
}

.grid-col-2:nth-child(2n + 1) {
  clear: both;
}

.grid-col-2:not(:nth-child(2n + 1)) {
  margin-left: 2%;
}

.grid-col-3 {
  width: 32%;
  float: left;
}

.grid-col-3:nth-child(3n + 1) {
  clear: both;
}

.grid-col-3:not(:nth-child(3n + 1)) {
  margin-left: 2%;
}

.grid-col-4 {
  width: 24%;
  float: left;
}

.grid-col-4:nth-child(4n + 1) {
  clear: both;
}

.grid-col-4:not(:nth-child(4n + 1)) {
  margin-left: 1.3333333333333%;
}

.titleBase {
  background: #1f99c2;
}

.titleBase-title {
  width: 100%;
  max-width: 1000px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-weight: 900;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
}

.titleBase-title.number {
  padding-left: 60px;
}

.titleBase-title.number > span {
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  color: #000;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.title-underline {
  border-bottom: 5px solid #1f99c2;
  font-size: 2.6rem;
  font-weight: 900;
  padding-bottom: 5px;
}

.table-scroll::-webkit-scrollbar {
  height: 5px;
}

.table-scroll::-webkit-scrollbar-track {
  background: #ccc;
}

.table-scroll::-webkit-scrollbar-thumb {
  background: #1f99c2;
}

.tableBase {
  width: 100%;
}

.tableBase .is-center {
  text-align: center;
}

.tableBase img {
  width: 65%;
}

.tableBase th,
.tableBase td {
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

.tableBase th {
  width: 25%;
  background: #efefef;
  font-weight: bold;
  text-align: left;
}

.tableBase-btn {
  width: 35%;
  margin-top: 20px;
}

.tableBase-img {
  max-width: 50px;
}

.tableBase-img img {
  width: 100%;
}

.header {
  width: 100%;
  background: #fff;
  padding: 10px 0 20px;
  position: relative;
}

.header.top-border {
  border-top: 5px solid #f8b57e;
}

.header.top-border:before {
  width: 80%;
  height: 5px;
  background: #f8dd5c;
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.header-logo {
  width: 16%;
  margin: 0 auto;
}

.header-logo img {
  width: 100%;
  vertical-align: middle;
}

.mv {
  width: 100%;
  background: #00316e;
  border-bottom: 5px solid #f8dd5c;
  overflow: hidden;
  position: relative;
  text-align: center;
}


.mv img {
  width: 1200px;
  height: 650px;
}

.mv-btn-wrap {
  position: relative;
}

.mv-btn {
  width: 370px;
  position: absolute;
  bottom: 70px;
  right: 0px;
  z-index: 2;
}

.mv-btn2 {
  width: 370px;
  position: absolute;
  bottom: 85px;
  right: 100px;
}

.mv-btn2 > a{
  color:#fff;
}
.mv-btn2 > a:hover{
  opacity: 1;
}

.mv-note {
  box-sizing: border-box;
  color: #fff;
  text-align: left;
}

.mv-note a{
  color: #fff;
  text-decoration: underline;
}

.mv-note a:hover {
  text-decoration: none;
}

.pagetop {
  position: fixed;
  bottom: 29px;
  right: 20px;
}

.pagetop > a {
  width: 50px;
  height: 50px;
  background: #1f99c2;
  border-radius: 50%;
  display: block;
  line-height: 42px;
  opacity: .7;
  text-align: center;
}

.pagetop > a:hover {
  opacity: 1;
}

.pagetop img {
  width: 50%;
  vertical-align: middle;
}

.footer {
  width: 100%;
  border-top: 1px solid #1f99c2;
  background: #fff;
}

.footer-sitemap {
  padding: 30px 0;
  text-align: center;
}

.footer-sitemap-item {
  display: inline-block;
}

.footer-sitemap-item > a {
  color: #000;
  border-left: 1px solid #000;
  font-size: 1.4rem;
  padding: 0 20px;
}

.footer-sitemap-item > a:after {
  width: 15px;
  height: 15px;
  background: url(/camp/common/classic/img/icon/icon_link.png) no-repeat center center/contain;
  content: "";
  display: inline-block;
  margin-left: 10px;
}

.footer-sitemap-item:first-child > a {
  border: none;
}

.footer-copyright {
  background: #efefef;
  font-size: 1.4rem;
  padding: 10px 0;
  text-align: center;
}

.notice {
  margin-top: 50px;
}

.notice-title {
  background: url(/camp/common/classic/img/icon/icon_notice.png) no-repeat 0 center/contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: 900;
  padding: 10px 0 10px 60px;
}

.notice-des {
  margin-top: 10px;
  font-size: 1.4rem;
}

.notice2 {
  margin-top: 50px;
}

.notice2-title {
  background: url(/camp/common/classic/img/icon/icon_notice.png) no-repeat 0 center/contain;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.7rem;
  font-weight: 900;
  padding: 10px 0 10px 60px;
}

.notice2-des {
  margin-top: 10px;
  font-size: 1.4rem;
}
.lead {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 5px;
  padding-bottom: 5px;
}

.lead-contents {
  margin-top: 40px;
}

.campaign-wrap {
  border-top: 5px solid #efefef;
  margin-top: 50px;
  padding-top: 40px;
}

.campaign::after {
  clear: both;
  content: "";
  display: block;
}

.campaign-contents {
  width: 100%;
  background: #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 30px;
  color: #fff;
}

.campaign-contents-lead {
  font-weight: bold;
}

.campaign-contents-lead::after {
  clear: both;
  content: "";
  display: block;
}

.campaign-contents-lead-title {
  font-size: 2.6rem;
  float: left;
  line-height: 1;
}

.campaign-contents-lead-date {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: right;
  margin-top: 20px;
}

.campaign-contents-title {
  background: url(/camp/common/classic/img/bg_campaign.png) no-repeat center 0/contain;
  line-height: 1;
  font-size: 4.6rem;
  font-weight: 900;
  margin-top: 10px;
  padding-top: 40px;
  text-align: center;
}

.campaign-contents-title-lead{
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  font-weight: 700;
}
.campaign-contents-title-lead sup{
  font-size: 1.4rem;
}
.campaign-contents-title-main{
  display: block;
  font-weight: 900;
  margin-top: 10px;
  line-height: 1.3;
}
.campaign-contents-title-main sup{
  font-size: 1.4rem;
}

.campaign-contents-btn {
  max-width: 450px;
  margin: 20px auto 0;
}

.campaign-contents-notice {
  border-bottom: 10px solid #000;
  font-size: 1.4rem;
  margin-top: 30px;
  padding-bottom: 10px;
}
.campaign-contents-notice .warning_text_important,
.campaign-contents-notice .warning_text_important a {
    color: #f8dd5c;
}
.campaign-contents-title-img-imanara{
  width: 120px !important;
  position: absolute;
  left: 160px;
}

.campaign-link-wrap {
  width: 100%;
}

.campaign-link > a {
  width: 100%;
  height: 100%;
  background: #f3cc16;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px 30px;
}
.campaign-link > a:hover{
  opacity: 0.8;
}
.campaign-link-icon {
  width: 7%;
  margin: 0 auto;
}

.campaign-link-icon img {
  width: 100%;
}

.campaign-link:nth-child(2) .campaign-link-icon {
  width: 35%;
}

.campaign-link-title {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  font-weight: 900;
  margin-top: 10px;
  padding-right: 15px;
  position: relative;
  text-align: center;
}

.campaign-link + .campaign-link {
  border-top: 1px solid #fff;
}

.cppromotion_campaign_area{
  text-align:center;
  background-color: #e6f5fb;
  overflow: hidden;
}

.cppromotion_campaign_area .section__inner{
  margin:30px auto 0 auto;
}

.campaign__other{
  display: block;
  background-color: #1f99c2;
  color: #fff;
  text-align: center;
  padding: 14px 0;
  font-size: 2.0rem;
  font-weight: 700;
}

.mainapoint_campaign_area{
  text-align: center;
  margin: 20px auto;
}

.tag-wrap {
  border-top: 5px solid #efefef;
  margin-top: 50px;
  padding-top: 40px;
}
.tag-wrap img{
  max-width: 100%;
}

.tag {
  padding: 100px 0;
  text-align: center;
}

.cashless-wrap {
  background: #1f99c2;
  border-top: 5px solid #efefef;
  margin-top: 50px;
  padding: 40px 0;
}

.cashless {
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 100px;
}

.cashless-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.cashless-subtitle {
  color: #73b12c;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.cashless-des {
  width: 60%;
  margin: 20px auto 0;
  text-align: center;
}

.cashless-des span {
  font-weight: 900;
}

.cashless-img {
  width: 45%;
  margin: 20px auto 0;
  text-align: center;
}

.cashless-img img {
  width: 100%;
}

.cashless-contents {
  margin-top: 30px;
  position: relative;
}

.cashless-contents-title {
  width: 80%;
  font-weight: 900;
}

.cashless-contents-url {
  margin-top: 5px;
}

.cashless-contents-qr {
  width: 11%;
  position: absolute;
  top: 0;
  right: 0;
}

.cashless-contents-qr img {
  width: 100%;
}

.cashless-contents p{
  text-align: center;
}

.cashless_cp{
  width: 60%;
  background: #fff;
  border: 1px solid #1f99c2;
  border-radius: 5px;
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f99c2;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 900;
  padding: 10px 0;
  text-align: center;
  -webkit-transition: .3s all;
  transition: .3s all;
}
.cashless_cp:hover{
  background: #1f99c2;
  color: #fff;
}
.cashless-notice {
  margin-top: 20px;
  text-indent: -.8em;
  padding-left: 1em;
}

.cashless-notice-item {
  font-size: 1.4rem;
}

.myshop-wrap {
  background: #1f99c2;
  padding: 40px 0;
}

.myshop {
  background: #fff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 100px;
}

.myshop-title {
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.4;
  text-align: center;
}

.myshop-subtitle {
  color: #73b12c;
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

.myshop-subtitle .is-big {
  font-size: 1.5em;
  font-weight: 900;
}

.myshop-des {
  width: 60%;
  margin: 20px auto 0;
  text-align: center;
}

.myshop-des span {
  font-weight: 900;
}

.myshop-des .is-big {
  font-size: 1.8em;
  font-weight: 900;
}

.myshop-img {
  width: 45%;
  margin: 20px auto 0;
  text-align: center;
}

.myshop-img img {
  width: 100%;
}

.myshop-contents {
  margin-top: 30px;
  position: relative;
}

.myshop-contents-title {
  width: 80%;
  font-weight: 900;
}

.myshop-contents-btn {
  width: 60%;
  margin: 0 auto;
}

.myshop-contents-url {
  margin-top: 5px;
}

.myshop-contents-qr {
  width: 11%;
  position: absolute;
  top: 0;
  right: 0;
}

.myshop-contents-qr img {
  width: 100%;
}

.myshop-notice {
  margin-top: 20px;
  text-indent: -.8em;
  padding-left: 1em;
}

.myshop-notice-item {
  font-size: 1.4rem;
}

/*-- apple pay campaign start--*/
.section--lgray {
  background: #fafafa;
}
.section--gray {
  padding: 10px;
  background: #efefef;
}
.section__inner {
  max-width: 1000px;
  margin: 0 auto;
}
.cppromotion_campaign_area{
  margin:30px 0;
  text-align:center;
}
.cppromotion_campaign_area img {
  margin-bottom: 30px;
  vertical-align: top;
}
.section__unit {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.section__unit + .section__unit {
  margin-top: 10px;
}
.section__unit--radius-none {
  border-radius: 0;
}
.section__unit .section__inner {
  padding: 0;
}
.section__heading {
  background: #e4f2ed;
  border-bottom: solid 2px #498974;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.section__sub-heading {
  border-bottom: solid 2px #498974;
  color: #498974;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.23077;
  text-align: center;
}
.section__num-heading:after {
  content: '\FF08' counter(number) '\FF09';
  counter-increment: number;
}
.section__lead {
  letter-spacing: -0.02em;
  line-height: 1.375;
  text-align: center;
}

/* applepay ------------------------*/
.applepay img{
  max-width: 100%;
}

.applepay__title {
  color: #1f99c2;
  font-weight: 900;
}
.applepay__unit {
  line-height: 1.4;
}
.applepay__sub-text {
  font-weight: 700;
}
.applepay__text {
  color: #1f99c2;
  font-weight: 900;
}
.applepay__text em{
  font-style: normal;
}
.applepay__text span {
  padding-left: 3px;
  vertical-align: top;
}
.applepay__date {
  margin-top: 15px;
}
.applepay__date--center {
  text-align: center;
}
.applepay__note {
  margin-top: 20px;
  font-size: 1.4rem;
  line-height: 1.42857;
}
.applepay__point-box--plus {
  position: relative;
}
.applepay__point-text {
  font-weight: 700;
  line-height: 1.4;
}
.applepay__point-text em {
  display: block;
  color: #1f99c2;
  font-weight: 900;
}
.applepay__detail-button {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 314px;
  margin: 30px 0 0;
}
.applepay__detail-button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  width: 100%;
  min-height: 47px;
  margin: 0 0 3px;
  padding: 5px;
  justify-content: center;
  background: #fff;
  border: solid 1px #498974;
  border-radius: 5px;
  color: #1f99c2;
  font-size: 1.4rem;
  font-weight: 900;
  align-items: center;
  line-height: 1.2;

  -webkit-box-align: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
}
.applepay__detail-button a:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  content: '';
  display: block;
  z-index: -1;
  height: 100%;
  width: calc(100% - 20px);
  border: solid 1px #7f7f7f;
  border-radius: 5px;
  transform: translateX(-50%);

  -webkit-transform: translateX(-50%);
}
.applepay__detail-button a:before {
  position: absolute;
  right: 20px;
  top: 50%;
  content: '';
  height: 10px;
  width: 6px;
  background: url('/camp/common/hanyou/img/ico_arrow.svg') no-repeat 0 0;
  background-size: 100% 100%;
  transform: translateY(-50%);

  -webkit-transform: translateY(-50%);
}
.applepay__detail-button--blank a span {
  position: relative;
  position: relative;
  display: inline-block;
  text-align: center;
}
.applepay__detail-button--blank a span:before {
  position: absolute;
  right: -18px;
  top: 0;
  content: '';
  height: 12px;
  width: 12px;
  background: url('/camp/common/hanyou/img/ico_modal.svg') no-repeat 0 0;
  background-size: 100% 100%;
}
.applepay__detail-button--center {
  margin-left: auto;
  margin-right: auto;
}

.applepay_button{
  margin:30px 0 0 0;
  width: 60%;
}

.applepay_point_button{
  margin:30px 0 0 0;
  width: 80%;
}
/*-- apple pay campaign end--*/


.recommendBase {
  margin-top: 40px;
}

.recommendBase::after {
  clear: both;
  content: "";
  display: block;
}

.recommendBase-img {
  width: 20%;
  float: left;
}

.recommendBase-img img {
  width: 100%;
}

.recommendBase .is-right {
  width: 77%;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  padding: 10px 0 10px 3%;
}

.recommendBase.no-notice .is-right {
  padding: 30px 0 30px 3%;
}

.recommendBase-title {
  font-size: 2.8rem;
  font-weight: 900;
  line-height: 1.4;
}

.recommendBase-des {
  margin-top: 20px;
}

.recommendBase-btn {
  width: 60%;
  margin-top: 10px;
}

.recommendBase-notice {
  font-size: 1.4rem;
  margin-top: 20px;
}

.recommendTwo-title {
  margin-top: 40px;
}

.recommendTwo-brand::after {
  clear: both;
  content: "";
  display: block;
}

.recommendTwo-brand-img {
  width: 43%;
  float: left;
  margin-top: 30px;
}

.recommendTwo-brand-img img {
  width: 100%;
}

.recommendTwo-brand .is-right {
  width: 53%;
  float: right;
  margin-top: 30px;
}

.recommendTwo-brand-title {
  font-size: 2.8rem;
  font-weight: 900;
}

.recommendTwo-brand-des {
  margin-top: 20px;
}

.recommendTwo-brand-des + .recommendTwo-brand-des {
  margin-top: 15px;
}

.recommendTwo-safety {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.recommendTwo-safety-contents {
  width: 32%;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  padding-bottom: 30px;
}

.recommendTwo-safety-contents-titleBlue {
  background: #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 900;
  padding: 10px 20px;
  text-align: center;
}

.recommendTwo-safety-contents-icon {
  width: 20%;
  min-height: 64px;
  margin: 20px auto 0;
}

.recommendTwo-safety-contents-icon-new {
  width: 162px;
  min-height: 120px;
  margin: 10px auto 0;
}

.recommendTwo-safety-contents-icon img {
  width: 100%;
  vertical-align: middle;
}

.recommendTwo-safety-contents-title {
  font-size: 2.4rem;
  font-weight: 900;
  line-height: 1.4;
  margin-top: 10px;
  text-align: center;
}

.recommendTwo-safety-contents-des {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 24px;
  padding: 0 20px;
}

.recommendTwo-safety-contents-des-new {
  margin-left: 8px;
  font-size: 1.6rem;
  font-weight: 800;
}

.recommendTwo-safety-contents-notice {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  margin-top: 10px;
  padding: 0 10px;
}

.issue-contents-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
  position: relative;
}

.issue-contents-wrap:before,
.issue-contents-wrap:after {
  width: 25px;
  height: 17px;
  background: url(/camp/common/classic/img/icon/icon_arrow_black.png) no-repeat 0 0/cover;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
}

.issue-contents-wrap:before {
  left: 31.5%;
}

.issue-contents-wrap:after {
  left: 66.5%;
}

.issue-contents {
  width: 30%;
  border: 3px solid #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 40px 20px 20px;
  position: relative;
  text-align: center;
}

.issue-contents:before {
  width: 150px;
  height: 150px;
  background: #1f99c2;
  content: "";
  position: absolute;
  top: -85px;
  right: -75px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.issue-contents:after {
  color: #fff;
  line-height: 1;
  font-size: 1.6rem;
  font-weight: 900;
  position: absolute;
  top: 13px;
  right: 8px;
}

.issue-contents:first-child:after {
  content: "STEP1";
}

.issue-contents:nth-child(2):after {
  content: "STEP2";
}

.issue-contents:nth-child(3):after {
  content: "STEP3";
}

.issue-contents-icon {
  width: 25%;
  margin: 0 auto;
}

.issue-contents-icon img {
  width: 100%;
}

.issue-contents-title {
  color: #1f99c2;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 16px;
}

.issue-contents-des {
  font-size: 1.4rem;
  margin-top: 10px;
}

.issue-contents-des.bold{
  font-weight: bold;
  color: #1f99c2;
}

.issue-contents-btn {
  margin-top: 16px;
}

.issue-contents-btn > a {
  font-size: 2rem;
  padding: 15px 0;
}

.issue-contents + .issue-contents {
  margin-left: 5%;
}

.issue-timeline {
  margin-top: 10px;
}

.issue-info-title {
  font-size: 1.8rem;
  font-weight: 900;
  margin-top: 40px;
}

.issue-info-notice {
  font-size: 1.4rem;
  margin-top: 30px;
}
.issue-info-notice span.issue-info-notice-indent{
  display: block;
  text-indent: 0em;
  padding-left: 1em;
}
.issue-info-notice + .issue-info-notice{
  margin-top: 0;
}
.issue-info-btn {
  width: 60%;
  margin-top: 15px;
}

.iphone-wrap {
  border-top: 5px solid #efefef;
  margin-top: 50px;
  padding: 40px 0 0;
}

.iphone-contents {
  border: 10px solid #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 100px;
}

.iphone-contents-img {
  width: 97%;
  margin: 0 auto;
  text-align: center;
}

.iphone-contents-img img {
  width: 100%;
}

.iphone-contents-btn {
  width: 23%;
  cursor: pointer;
  display: block;
  margin: 40px auto 0;
}

.iphone-detail {
  display: none;
}

.iphone-detail-contents::after {
  clear: both;
  content: "";
  display: block;
}

.iphone-detail-contents-title {
  border-bottom: 2px solid #1f99c2;
  font-weight: 900;
  margin-top: 40px;
  padding-bottom: 10px;
}

.iphone-detail-contents-img {
  margin-top: 20px;
}

.iphone-detail-contents-img img {
  max-width: 100%;
}

.iphone-detail-contents-des {
  margin-top: 20px;
}

.iphone-detail-contents-notice {
  font-size: 1.4rem;
  margin-top: 20px;
}

.iphone-detail-contents .is-left {
  width: 70%;
  float: left;
}

.iphone-detail-contents .is-right {
  width: 20%;
  float: right;
}

.iphone-detail-contents .is-right img {
  width: 100%;
}

.iphone-license {
  border-top: 1px solid #ccc;
  margin-top: 30px;
  padding-top: 25px;
}

.iphone-license-item {
  font-size: 1.4rem;
  margin-top: 5px;
}

.info-contents {
  margin-top: 40px;
}

.info-contents::after {
  clear: both;
  content: "";
  display: block;
}

.info-contents-img {
  width: 30%;
  float: left;
}

.info-contents-img img {
  width: 100%;
}

.info-contents .is-right {
  width: 66%;
  float: right;
}

.info-contents-title {
  color: #1f99c2;
  font-size: 2rem;
  font-weight: 900;
}

.info-contents-des {
  font-size: 1.4rem;
  margin-top: 10px;
}

.info-contents-btn {
  width: 50%;
  margin-top: 10px;
}

.info-contents-btn > a {
  font-size: 2rem;
  padding: 15px 0;
}

.info-contents-btn .btn.secondary {
  margin-top: 10px;
  border: solid 2px #1f99c2;
}

.info-table {
  margin-top: 40px;
}

.info-table-popup {
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  position: relative;
}

.info-table-popup-img {
  width: 50px;
}

.info-table-popup-img img {
  width: 100%;
}

.info-table-popup-modal {
  width: 300px;
  background: #fff;
  border: 3px solid #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  padding: 20px;
  position: absolute;
  bottom: 150%;
  left: -20px;
}

.info-table-popup-modal:before {
  border: 10px solid transparent;
  border-top-color: #1f99c2;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 30px;
}

.info-table-notice {
  font-size: 1.4rem;
  margin-top: 10px;
}

.voice-contents {
  margin-top: 20px;
}

.voice-contents-icon {
  width: 48px;
  display: inline-block;
  margin-right: 15px;
}

.voice-contents-icon img {
  width: 100%;
  vertical-align: middle;
}

.voice-contents-des {
  width: calc(100% - 70px);
  display: inline-block;
  letter-spacing: -.1rem;
  vertical-align: middle;
}

.faq-question {
  background: url(/camp/common/classic/img/icon/icon_qa.png) no-repeat 0 0;
  background-size: 32px 32px;
  border-bottom: 5px solid #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #1f99c2;
  cursor: pointer;
  font-size: 2rem;
  font-weight: 900;
  margin-top: 40px;
  padding: 0 50px 10px 40px;
  position: relative;
}

.faq-toggleBtn {
  width: 35px;
  height: 35px;
  background: #1f99c2;
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}

.faq-toggleBtn:before,
.faq-toggleBtn:after {
  background: #fff;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: .3s all;
  transition: .3s all;
}

.faq-toggleBtn:before {
  width: 15px;
  height: 3px;
}

.faq-toggleBtn:after {
  width: 3px;
  height: 15px;
}

.faq-toggleBtn.is-active:after {
  opacity: 0;
}

.faq-answer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  margin-top: 15px;
  padding: 0 40px;
}

.faq-btn {
  width: 30%;
  margin-top: 15px;
}

.faq-btn > a {
  font-weight: normal;
}

.contact {
  border-top: 5px solid #efefef;
  margin-top: 60px;
  padding: 60px 0 40px;
}

.contact-wrap {
  border: 5px solid #1f99c2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  text-align: center;
}

.contact-info-img {
  display: block;
}

.contact-info-des {
  display: block;
  margin-top: 10px;
}

.contact-contents {
  width: 50%;
  margin: 20px auto 0;
}

.contact-contents-tel img {
  width: 100%;
}

.contact-contents-notice {
  font-weight: 900;
  margin-top: 5px;
  text-align: right;
}


/* 日本貸金業協会 */
.kashikin{
    clear: both;
    padding: 15px 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.kashikin-title{
    text-align:center;
    padding-top: 20px;
    font-weight: normal;
}

.kashikin-contents{
    padding: 15px 10px;
    margin-bottom: 10px;
    border: 1px solid #d4d4d4;
}

.kashikin-notice{
    margin-top:10px;
    margin-left: 10px;
}

@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.8rem;
    min-width: 1200px;
  }
  main {
    background: url('/camp/common/classic/img/kv_bg_pc.png') no-repeat 50% 0/contain;
  }

  .mv-note {
    width: 1200px;
    padding: 0 490px 50px 105px;
    font-size: 1.2rem;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 1;
  }

/*-- apple pay campaign start--*/
  .applepay__campaign {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 512px;
    margin: 0 0 0 140px;
    padding: 0 0 0 260px;
    flex-direction: column;
    justify-content: center;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    -ms-flex-direction: column;
    -ms-flex-pack: center;
  }
  .applepay__title {
    font-size: 2.2rem;
  }
  .applepay__image {
    position: absolute;
    left: 0;
    top: 50%;
    width: 200px;
    transform: translateY(-50%);

    -webkit-transform: translateY(-50%);
  }
  .applepay__sub-text {
    margin-top: 8px;
    font-size: 2rem;
  }
  .applepay__text {
    font-size: 3.0rem;
    line-height: 1;
  }
  .applepay__text em {
    font-size: 5.0rem;
  }
  .applepay__text span {
    font-size: 2.2rem;
  }
  .applepay__date {
    font-size: 1.8rem;
  }
  .applepay__note {
    margin-top: 20px;
  }
  .applepay__logo {
    margin-top: 30px;
  }
  .applepay__point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
    justify-content: center;
    align-items: center;

    -webkit-box-align: center;
    -webkit-box-pack: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
  }
  .applepay__point-box--plus {
    margin: 0 0 0 54px;
  }
  .applepay__point-text {
    font-size: 2rem;
  }
  .applepay__point-text em {
    font-size: 3rem;
  }
  .applepay__point-thum {
    width: 406px;
  }
  .applepay__point-shop {
    width: 375px;
    margin: 20px 0;
  }
  .applepay__detail-button a:hover {
    background: #498974;
    border: solid 1px #498974;
    color: #fff;
  }
  .applepay__detail-button a:hover:before {
    background: url('/camp/common/img/ico_arrow_white.svg') no-repeat 0 0;
  }
  .applepay__detail-button--blank a:hover span:before {
    background: url('/camp/common/img/ico_modal_white.svg') no-repeat 0 0;
  }
/*-- apple pay campaign end--*/

}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
  main {
    background: url('/camp/common/classic/img/kv_bg_sp.png') no-repeat 50% 0/contain;
  }

  .for-pc {
    display: none !important;
  }
  .for-sp {
    display: block !important;
  }

  .sp-container {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }

  .contents-wrap {
    margin-top: 40px;
  }

  .is-big {
    font-size: 1.3em;
  }

  .is-small {
    font-size: 1.2rem;
  }

  .btn {
    width: 100%;
    font-size: 2.2rem;
  }
  .btn.secondary{
    font-size: 1.8rem;
  }

  .btn span {
    font-size: 1.8rem;
  }

  .btn-arrowBottom,
  .btn-arrowRight {
    font-size: 1.6rem;
    padding: 6px 0;
  }

  .card-basic-title {
    min-height: auto;
    font-size: 2.2rem;
  }

  .card-basic-des {
    min-height: auto;
  }

  .card-basic-btn {
    width: 60%;
  }

  .grid:after {
    display: none;
  }

  .grid-col-2 {
    width: 100%;
    float: none;
  }

  .grid-col-2:not(:nth-child(2n + 1)) {
    margin-left: 0;
  }

  .grid-col-2__sp-stay {
    width: 49%;
    float: left;
    margin-top: 20px;
  }

  .grid-col-2__sp-stay:not(:nth-child(2n + 1)) {
    margin-left: 2%;
  }

  .grid-col-3 {
    width: 100%;
    float: none;
  }

  .grid-col-3:not(:nth-child(3n + 1)) {
    margin-left: 0;
  }

  .grid-col-3__sp-stay {
    width: 32%;
    float: left;
    margin-top: 20px;
  }

  .grid-col-3__sp-stay:not(:nth-child(3n + 1)) {
    margin-left: 2%;
  }

  .grid-col-4 {
    width: 100%;
  }

  .grid-col-4:nth-child(4n + 1) {
    clear: none;
  }

  .grid-col-4:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }

  .titleBase-title {
    width: 90%;
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .title-underline {
    font-size: 2.2rem;
    line-height: 1.4;
  }

  .table-scroll {
    overflow: auto;
    white-space: nowrap;
  }

  .tableBase img {
    width: 70%;
  }

  .tableBase th,
  .tableBase td {
    width: 100%;
    padding: 10px 20px;
  }

  .tableBase-btn {
    width: 80%;
  }

  .header {
    padding: 5px 0 10px;
  }

  .header-logo {
    width: 40%;
  }

  .mv img {
    width: 100%;
    height: auto;
  }

  .mv-btn {
    width: 100%;
    padding: 20px 0;
    position: static;
  }

  .mv-btn2 {
    width: 100%;
    padding-bottom: 20px;
    position: static;
    font-size:1.7rem;
  }

  .mv-note {
    width: 90%;
    margin: 0 auto;
    padding: 5vw 0 0;
    font-size: 3.125vw;
    line-height: 1.2;
  }

  .footer {
    margin-top: 40px;
  }

  .footer-sitemap {
    padding: 20px 0;
  }

  .footer-sitemap-item > a {
    border: none;
    display: block;
    line-height: 2;
  }

  .footer-copyright {
    padding: 8px 0;
  }

  .notice {
    margin-top: 30px;
  }

  .notice-title {
    background: url(/camp/common/amitie/img/icon/icon_notice.png) no-repeat 0 center/36px;
    font-size: 1.6rem;
    padding: 5px 0 5px 50px;
  }
  .notice2-title {
    background: url(/camp/common/classic/img/icon/icon_notice.png) no-repeat 0 center/ 36px;
    padding: 5px 0 5px 50px;
  }

  .campaign-wrap {
    margin-top: 40px;
  }

  .campaign-contents{
    padding: 20px 15px;
  }

  .campaign-contents-lead-title {
    font-size: 2.4rem;
    float: none;
  }

  .campaign-contents-lead-date {
    font-size: 1.4rem;
    margin-top: 10px;
  }

  .campaign-contents-title-lead{
    text-align: center;
    font-size: 1.6rem;
  }
  .campaign-contents-title-lead sup{
    font-size: 1.0rem;
  }
  .campaign-contents-title-main{
    text-align: center;
    font-size: 2.2rem;
  }

  .campaign-contents-notice {
    border-bottom: 5px solid #000;
    font-size: 1.2rem;
  }

  .campaign-link-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .campaign-link {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .campaign-link > a {
    padding: 20px 0;
  }

  .campaign-link-icon {
    width: 12%;
  }

  .campaign-link-title {
    background: none;
  }

  .campaign-link + .campaign-link {
    border-top: none;
    border-left: 1px solid #fff;
  }

  .campaign__other {
    font-size: 1.6rem;
  }

  .tag-wrap {
    margin-top: 40px;
  }
  .tag-wrap img{
    max-width: 100%;
    width: 100%;
  }
  .cashless-wrap {
    margin-top: 40px;
  }

  .cashless {
    padding: 30px 20px;
  }

  .cashless-title {
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .cashless-subtitle {
    font-size: 1.7rem;
    margin-top: 5px;
  }

  .cashless-des {
    width: 100%;
  }

  .cashless-img {
    width: 80%;
  }

  .cashless-contents {
    margin-top: 40px;
  }

  .cashless_cp {
    width: 100%;
    font-size: 1.6rem;
    padding: 6px 0;
  }

  .cashless-contents-qr {
    width: 20%;
    top: -20px;
  }

  .cashless-notice-item {
    font-size: 1.2rem;
  }
  .myshop {
    padding: 30px 20px;
  }

  .myshop-title {
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .myshop-subtitle {
    font-size: 1.7rem;
    margin-top: 5px;
  }

  .myshop-des {
    width: 100%;
  }

  .myshop-img {
    width: 80%;
  }

  .myshop-contents-btn {
    width: 100%;
  }

  .myshop-contents-qr {
    width: 20%;
    top: 0;
  }

  .myshop-notice-item {
    font-size: 1.2rem;
  }

/*-- apple pay campaign start--*/
  .applepay__campaign {
    padding: 40px 0;
    text-align: center;
  }
  .applepay__title {
    font-size: 1.6rem;
  }
  .applepay__image {
    width: 125px;
    margin: 40px auto 0;
  }
  .applepay__unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;

    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
  }
  .applepay__sub-text {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .applepay__text {
    margin-top: 5px;
    font-size: 2.6rem;
    line-height: 1.15;
    text-align: center;
  }
  .applepay__text em {
    font-size: 3.6rem;
  }
  .applepay__text span {
    font-size: 1.8rem;
  }
  .applepay__date {
    font-size: 1.4rem;
    text-align: center;
  }
  .applepay__date span {
    display: none;
  }
  .applepay__note {
    margin-top: 10px;
  }
  .applepay__note {
    text-align: left;
  }
  .applepay__logo {
    margin-top: 20px;
    text-align: center;
  }
  .applepay__point-box + .applepay__point-box {
    margin-top: 25px;
  }
  .applepay__point-text {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
    text-align: center;
  }
  .applepay__point-text em {
    font-size: 2.5rem;
  }
  .applepay__point-shop {
    margin: 20px 0;
    text-align: center;
  }
  .applepay__point-shop img {
    width: 260px;
  }
  .applepay__detail-button {
    margin: 20px auto 0;
  }

  .applepay_button{
    margin:30px auto 0 auto;
    width: 60%;
  }
  .applepay_point_button{
    margin:30px auto 0 auto;
    width: 60%;
}


/*-- apple pay campaign end--*/


  .recommendBase {
    margin-top: 30px;
  }

  .recommendBase-img {
    width: 25%;
    float: none;
    margin: 0 auto;
  }

  .recommendBase .is-right {
    width: 100%;
    border: none;
    float: none;
    margin-top: 20px;
    padding: 0;
  }

  .recommendBase.no-notice .is-right {
    padding: 0;
  }

  .recommendBase-title {
    font-size: 2.3rem;
    text-align: center;
  }

  .recommendBase-btn {
    width: 100%;
  }

  .recommendTwo-title {
    margin-top: 30px;
  }

  .recommendTwo-brand-img {
    width: 80%;
    float: none;
    margin: 30px auto 0;
  }

  .recommendTwo-brand .is-right {
    width: 100%;
    float: none;
  }

  .recommendTwo-brand-title {
    font-size: 2rem;
  }

  .recommendTwo-safety {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .recommendTwo-safety-contents {
    width: 100%;
  }

  .recommendTwo-safety-contents-titleBlue {
    font-size: 2rem;
  }

  .recommendTwo-safety-contents-title {
    font-size: 2rem;
  }

  .recommendTwo-safety-contents-notice {
    font-size: 1.2rem;
  }

  .issue-contents-wrap {
    display: block;
  }

  .issue-contents-wrap:before {
    display: none;
  }

  .issue-contents-wrap:after {
    display: none;
  }

  .issue-contents {
    width: 100%;
    padding: 23px 10px 20px;
  }

  .issue-contents:before {
    width: 100px;
    height: 100px;
    top: -50px;
    right: -50px;
  }

  .issue-contents:after {
    font-size: 1.2rem;
    top: 8px;
    right: 5px;
  }

  .issue-contents-icon {
    width: 20%;
  }

  .issue-contents + .issue-contents {
    margin-top: 20px;
    margin-left: 0;
  }

  .issue-timeline {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }

  .issue-info-title {
    font-size: 1.6rem;
  }

  .issue-info-notice {
    font-size: 1.2rem;
    margin-top: 20px;
  }
  .issue-info-btn {
    width: 100%;
  }

  .iphone-wrap {
    margin-top: 40px;
  }

  .iphone-contents {
    padding: 20px;
  }

  .iphone-contents-btn {
    width: 100%;
    margin-top: 20px;
  }

  .iphone-detail-contents:first-child .iphone-detail-contents-img {
    width: 15%;
  }

  .iphone-detail-contents .is-left {
    width: 100%;
    float: none;
  }

  .iphone-detail-contents .is-right {
    width: 100%;
    float: none;
    text-align: center;
  }

  .iphone-detail-contents .is-right img {
    width: 60%;
  }

  .iphone-license-item {
    font-size: 1.2rem;
  }

  .info-contents-img {
    width: 100%;
    float: none;
    margin: 0 auto;
    text-align: center;
  }

.info-contents-img img{
  width:45%;
  margin:0 5px;
}
  .info-contents .is-right {
    width: 100%;
    float: none;
    margin-top: 20px;
  }

  .info-contents-btn {
    width: 80%;
    margin: 10px auto 0;
  }

  .info-table {
    margin-top: 30px;
  }

  .info-table-popup {
    margin-top: 10px;
  }

  .info-table-popup-img img {
    width: 100%;
  }

  .voice-contents-icon {
    width: 12%;
  }

  .voice-contents-des {
    width: 82%;
  }

  .faq-question {
    border-bottom: 3px solid #1f99c2;
    font-size: 1.6rem;
  }

  .faq-answer {
    padding-right: 0;
  }

  .faq-btn {
    width: 80%;
  }

  .contact {
    margin-top: 40px;
    padding: 40px 0 0;
  }

  .contact-wrap {
    border: 3px solid #1f99c2;
    padding: 20px;
    text-align: left;
  }

  .contact-info {
    padding: 0 30px;
  }

  .contact-info-img {
    display: block;
    width: 80%;
    margin: 0 auto !important;
  }

  .contact-info-img img {
    width: 100%;
  }

  .contact-info-des {
    display: block;
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 20px;
  }

  .contact-contents {
    width: 85%;
  }

  .contact-contents-notice {
    font-size: 1.2rem;
  }

}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* タイルバナーエリア */
.tile-bnr-heading{
  text-align: center;
  font-weight: 900;
}
.tile-bnr-list-wrap{
  background-color: #fff;
}
.tile-bnr-list{
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.tile-bnr-list li:first-child{
  margin: 0 auto;
}
.tile-bnr-list li a img{
  max-width: 100%;
}

@media print, screen and (min-width: 769px) {
  .tile-bnr-heading{
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .tile-bnr-list-wrap{
    padding: 40px 0;
  }
  .tile-bnr-list{
    width: 1000px;
  }
  .tile-bnr-list li{
    width: calc(50% - 15px);
  }
  .tile-bnr-list li:nth-child(n + 3){
    margin-top: 30px;
  }
  .tile-bnr-list li:nth-child(even){
    margin-left: 30px;
  }
  .tile-bnr-list li a:hover{
    opacity: 0.8;
  }
}
@media (max-width: 768px) {
  .tile-bnr-heading{
    font-size: 4.80vw;
    margin-bottom: 20px;
  }
  .tile-bnr-list-wrap{
    padding: 40px 0;
  }
  .tile-bnr-list{
    width: 90%;
  }
  .tile-bnr-list li{
    width: calc(50% - 10px);
  }
  .tile-bnr-list li:nth-child(n + 3){
    margin-top: 20px;
  }
  .tile-bnr-list li:nth-child(even){
    margin-left: 20px;
  }
}
/* キービジュアル */
.kv img{
  width: 100%;
}
.kv_inner{
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
}
.kv_logo{
  line-height: 1;
}
.kv_cp{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.kv_cp-item + .kv_cp-item{
  margin-left: auto;
}
.kv_item{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
}
.kv_item.kv_item--num{
  padding-left: 1.8em;
  text-indent: -1.8em;
}
.kv_item a{
  color: #000;
  text-decoration: underline;
}
.kv_item a:hover{
  text-decoration: none;
}
.kv_button-area{
  margin: 25px 0 0;
}
.kv_button{
  text-align: center;
}
.kv_button a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #009278;
  border-radius: 50px;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  transition: .3s all;
}
.kv_button a:hover{
  background: #fff;
  border: solid 2px #009278;
  color: #009278;
}
.kv_button-item{
  display: inline-block;
  margin: 0 0 10px;
  padding: 0 20px;
  color: #009278;
  font-weight: bold;
  line-height: 1;
  position: relative;
}
.kv_button-item:before,
.kv_button-item:after{
  content: '';
  display: block;
  width: 2px;
  height: 24px;
  background: #009278;
  position: absolute;
  bottom: -4px;
}
.kv_button-item:before{
  left: 0;
  transform: rotate(-45deg);
}
.kv_button-item:after{
  right: 0;
  transform: rotate(45deg);
}
.kv_link{
  margin: 5px 0 0;
  text-align: center;
}
.kv_link a{
  text-decoration: underline;
  color: #009278;
  font-size: 1.6rem;
  font-weight: bold;
}
.kv_link a:hover{
  text-decoration: none;
}

.kv_button-area.orange .kv_button-item{
  color: #fd7d20;
}
.kv_button-area.orange .kv_button-item:before,
.kv_button-area.orange .kv_button-item:after{
  background: #fd7d20;
}
.kv_button-area.orange .kv_button a{
  background: #fd7d20;
}
.kv_button-area.orange .kv_button a:hover{
  background: #fff;
  border: solid 2px #fd7d20;
  color: #fd7d20;
}
.kv_button-area.orange .kv_link a{
  color: #fd7d20;
}
.kv_cp-img-imanara{
  width: 120px !important;
  position: absolute;
  left: 500px;
}

@media print, screen and (min-width: 769px) {
  .kv_inner{
    width: 1200px;
    padding: 75px 85px 0;
  }
  .kv_logo{
    width: 141px;
    margin: 0 0 40px;
  }
  .kv_title{
    width: 472px;
  }
  .kv_card{
    width: 546px;
    position: absolute;
    top: 63px;
    right: 17px;
  }
  .kv_cp{
    width: 450px;
    margin: 40px 0 0;
  }
  .kv_list{
    margin: 30px 0 0;
  }
  .kv_cp-item{
    width: 210px;
  }
  .kv_button{
    width: 400px;
    margin: 0 auto;
  }
  .kv_button a{
    height: 70px;
    font-size: 3rem;
  }
  .kv_button-item{
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .kv{
    overflow: hidden;
  }
  .kv_inner{
    padding: 25px 25px 0;
  }
  .kv_logo{
    width: 90px;
    margin: 0 0 60px;
  }
  .kv_title{
    width: 100%;
  }
  .kv_card{
    width: calc(100% + 50px);
    margin: 10px -25px 0 -15px;
  }
  .kv_cp{
    width: 100%;
  }
  .kv_list{
    margin: 20px 0 0;
  }
  .kv_cp-item{
    width: 47%;
  }
  .kv_button{
    width: 100%;
  }
  .kv_button a{
    height: 60px;
    font-size: 2.2rem;
  }
  .kv_button-item{
    font-size: 1.6rem;
  }
  .imanarabanner_bar {
    width: 100px;
    position: absolute;
    transform: rotate( 5deg );
    margin-bottom: -95px;
    padding-left: 0px;
    margin-left: -34px;
  }
}

.warning_text_item a{
  color: #fff;
}
.warning_text_item_black a{
	color:black;
	text-decoration: underline;
}
.warning_text_item_black a:hover {
  text-decoration: none;
}

.warning_text_black a{
  color: #000;
}

.campaign_date_right {
  text-align: right !important;
}
.campaign_date {
  text-align: center !important
}
.campaign_date_text {
  font-size: 1.5rem !important;
  line-height: 1;
  padding-top: 12px;
  font-weight: bold;
}
.campaign_login_info {
	background-color: #1f99c2;
	color: #fff;
}

.campaign-contents_add {
	color: #fff;
    background: rgb(80,80,80);      /* ie11 */
    filter:alpha(opacity=50);          /* ie11 */
    background: rgba(80,80,80,0.5);
}

.warning_text_login_info {
  color: #fff !important;
}

.warning_text_login_info_black {
  color: #000 !important;
}

.kv_list .warning_text_item a {
  color: #000;
}

.kv_list .warning_text_item .warning_text_important a {
  color: #f00;
}

@media screen and (max-width: 768px) {
  .warning_text_login_info {
     font-size: 1.1rem;
  }
}

@media print, screen and (min-width: 769px){
    .imanarabanner_bar {
    transform: rotate( 5deg );
    margin-bottom: -130px;
    margin-left: 35px;
}
}

/* /camp/common/classic/include/inc_classic_campaign_area.jsp
   /camp/common/classic/include/inc_classic_campaign_area_immediate.jsp
   「今なら」追加のCSS */
.campaign-contents-title-main.has-imanara {
  display: inline-block;
}

.has-imanara ._small2 {
  font-size: 2.3rem;
  text-align: left;
  font-weight: 700;
}

@media (max-width: 768px) {
  .has-imanara ._small2 {
    font-size: 1.1rem;
  }
}

.has-imanara ._weight_normal {
  font-weight: normal;
}
/* /camp/common/classic/include/inc_classic_campaign_area.jsp
   /camp/common/classic/include/inc_classic_campaign_area_immediate.jsp
   「今なら」追加のCSS - 終わり */

/* 202021207追記 */
.cashless-subtitle .is-big {
  font-size: 1.5em;
  font-weight: 900;
}
/* 202021207追記 終わり */
