@charset "UTF-8";
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model
   ========================================================================== */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm
   ========================================================================== */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration)
   ========================================================================== */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition)
   ========================================================================== */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
  margin: 35px 0;
  display: block;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms
   ========================================================================== */
/**
 * Reset form fields to make them styleable
 * 1. Reset radio and checkbox to preserve their look in iOS.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  /* 1 */
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  /* 1 */
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
  /* 1 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Table
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* カラー設定 */
/* ブレークポイント */
/* フォント */
/*rem*/
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #101825;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.5;
}

.align-c > img,
.what-paidy > img{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 550px;
}

.l-inner {
  /*
  max-width: 1070px;
  padding-left: 15px;
  padding-right: 15px;
  */
  margin: auto;
}

.l-section {
  /*margin-bottom: 4em;*/
}

.l-section-section {
  margin-top: 50px;
  margin-bottom: 80px;
}

.barcode_banner_img_sp {
  display: none;
}

.l-footer {
  padding-top: 85px;
  padding-bottom: 50px;
  background-color: #ebe6e2;
}

.section-ttl {
  font-size: 2.8rem;
  line-height: 1.4;
  margin-bottom: 1.6em;
  text-align: center;
  font-weight: bold;
}

/*
@media screen and (max-width: 500px) {
  .section-ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
    text-align: center;
  }
}
*/

.strong {
  font-weight: bold;
}

.align-c {
  text-align: center;
}

.align-r {
  text-align: right;
}

.align-l {
  text-align: left;
}

.font-08 {
  font-size: 0.8rem;
}

.font-10 {
  font-size: 1.0rem;
}

.font-12 {
  font-size: 1.2rem;
}

.font-14 {
  font-size: 1.4rem;
}

.font-16 {
  font-size: 1.6rem;
}

.font-18 {
  font-size: 1.8rem;
}

.font-20 {
  font-size: 2.0rem;
}


/* ボタン関係 */
.btn {
  display: inline-block;
  padding: 0 12rem;
  line-height: 2.5;
  font-weight: bold;
  border: 2px solid #ffe700;
  border-radius: 40px;
  color: #000000;
  font-size: 2.8rem;
  background-color: #ffe700;
  -webkit-box-shadow: 0 3px 0 0 #6e6400;
  box-shadow: 0 3px 0 0 #6e6400;
  transition: all .5s;
}
.btn.btn-arrow {
  position: relative;
}
.btn-arrow::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 46%;
  right: 1.6em;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #000000;
  border-right: 2px solid #000000;
  transform: rotate(45deg) translate(0, -50%);
  transition: all .3s;
}

.btn:hover {
  color: #000000;
  background-color: #ffffff;
  border-color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*transform: translate(0, 2px);*/
}
.btn:hover.btn-arrow::after {
  border-color: #000000;
}



@media screen and (max-width: 744px) {
  .btn {
    width: 80%;
    max-width: none;
    padding: 0 4rem;
    font-size: 3.5vw;
  }
}


/* DMMcoupon
   ========================================================================== */
/* 共通 */

	
html { box-sizing: border-box; } *, *:before, *:after { box-sizing: inherit; }

#dm-content02-inn {
  position: relative;
}

.txt-br_sp{
  display: none;
}
.txt-highlight{
  padding:0 0.1em 0.2em;
  background: linear-gradient(transparent 60%, #FFDE68 60%);
}


.cp-atone_main{
  width: 100%;
  height: auto;
  margin-bottom: 0;
  background-color: #80abff;
  background-image: linear-gradient(#e5f2ff 84.7%, #2d58c4 84.7%);
  text-align: center;
  position: relative;
}
.cp-atone_main .box_overtxt{
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: calc(100%);
  background-color: rgba(0, 48, 135, 0.7);
  color: #fff;
  font-size: 5vw;
  font-weight: bold;
  z-index: 800;
  top: 0;
  left: 0;
}
.cp-atone_main .box_mainimg{
  position: relative;
  margin: 0 auto;
  padding: 0;
  line-height: 0; /* 隙間回避 */
}
.cp-atone_main .box_mainimg img{
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
}


.cp-atone_charge {
  width: 100%;
  height: auto;
  padding: 8rem 0;
  background-color: #333E48;
  text-align: center;
}


.cp-atone_detail{
  padding: 3em 0;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
.cp-atone_detail .l-inner{
  max-width: 1080px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
}

.cp-atone_detail .section-ttl{
  position: relative;
  display: inline-block;
}
.cp-atone_detail .section-ttl::before,
.cp-atone_detail .section-ttl::after {
  content: '';
  display: block;
  position: absolute;
  background-size: cover;
  width: 45px;
  height: 45px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/icon-coin.svg) no-repeat center;
  transition: all .3s;
}
.cp-atone_detail .section-ttl::before {left: -3em;}
.cp-atone_detail .section-ttl::after {right: -3em;}

.cp-atone_detail .cpinfo-list > li {
  border-top: 2px dotted #333E48;
}

.cp-atone_detail .cpinfo-list dl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}
.cp-atone_detail .cpinfo-list dt,
.cp-atone_detail .cpinfo-list dd {
  flex: 0 0 48%;
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 1em;
  overflow: hidden;
}
.cp-atone_detail .cpinfo-list dt {flex: 0 0 25%;}
.cp-atone_detail .cpinfo-list dd {flex: 0 0 74%;}


.cp-atone_detail P + .cpinfo-list_txt {
  margin-top: 1.5em;
}
.cp-atone_detail .cpinfo-list_txt li {
  border-top: none;
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 0.8em;
}
.cp-atone_detail .cpinfo-list_txt li::before {
  content:"・";
}

.cp-atone_detail p:last-child{
  margin: 1em;
  font-size: 0.8em;
}

.cp-atone_detail a{
  color: #2d58c4;
  text-decoration: underline;
}


@media screen and (min-width: 1440px) {

.cp-atone_main{
  background-size: cover;
}

}



@media screen and (max-width: 744px) {

.txt-br_sp {
  display: inline;
}

.section-ttl {
  font-size: 6vw;
  margin-bottom: 1em;
}


.cp-atone_main{
}
.cp-atone_main .box_mainimg{
}
.cp-atone_main .box_mainimg img{
}

.cp-atone_charge {
  padding: 8vw 0;
}

.cp-atone_detail{
  font-size: 4vw;
  padding: 2em 0;
}
.cp-atone_detail .l-inner {
  padding: 0;
}

.cp-atone_detail .section-ttl::before,
.cp-atone_detail .section-ttl::after {
  width: 7vw;
  height: 7vw;
  background-size: contain;
}
.cp-atone_detail .section-ttl::before {left: -2em;}
.cp-atone_detail .section-ttl::after {right: -2em;}

.cp-atone_detail .cpinfo-list dl {
  flex-direction: column;
}
.cp-atone_detail .cpinfo-list dt {
  padding-bottom: 0.5em;
}
.cp-atone_detail .cpinfo-list dd {
  padding-top: 0;
}

}

@media screen and (max-width: 375px) {

/*
.btn-arrow::after {
  right: 1.5em;
}
.l-inner {
  padding-left: 1.3em;
  padding-right: 1.3em;
}
.cp-amazonpay_gift .l-inner::before{
  width: 100%;
  height: 0;
  padding-top: calc(100% * 0.3146);
}
*/

}

.cp-atone_main .mainVisual__close {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    position: absolute;
    width: 100%;
    height: calc(100% + 60px);
    background-color: rgba(0, 48, 135, 0.7);
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    z-index: 800;
    top: -25px;
    left: 0;
}