@charset "UTF-8";

/* ================================================================
SetUp
================================================================ */
/* reset */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
small,
strong,
sub,
sup,
mark,
del,
ins,
strike,
b,
i,
abbr,
dfn,
blockquote,
q,
cite,
pre,
code,
var,
samp,
kbd,
header,
hgroup,
footer,
section,
article,
main,
aside,
nav,
menu,
ul,
ol,
li,
dl,
dt,
dd,
address,
time,
details,
summary,
audio,
video,
canvas,
img,
figure,
figcaption,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  vertical-align: baseline;
}

a {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent;
  vertical-align: baseline;
  -webkit-text-decoration-skip: objects;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

/* setting */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  line-height: 1;
  caret-color: transparent;
  -webkit-text-size-adjust: 100%;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

*::before,
*::after {
  box-sizing: inherit;
}

header,
hgroup,
footer,
section,
article,
main,
aside,
nav {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

ul,
ol {
  list-style: none outside none;
}

caption,
th,
td,
address,
cite,
code,
dfn,
em,
strong,
var {
  font-style: normal;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: bottom;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}

input,
select {
  vertical-align: middle;
}

input,
button,
select,
textarea {
  outline: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

[hidden] {
  display: none;
}

/* SP ------------------ */
@media screen and (max-width: 767px) {
  button,
  [type='button'],
  [type='reset'],
  [type='submit'] {
    -webkit-appearance: button;
  }
}

/* end SP */

/* ================================================================
Base
================================================================ */
html {
  height: 100%;
}

body {
  height: 100%;
  background-color: #fff;
  color: #11232e;
  font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Verdana, sans-serif;
  font-style: normal;
}

body > .container {
  width: 100%;
  min-height: 100%;
  position: relative;
}

/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  a:hover img {
    opacity: 0.7;
    transition: 300ms;
  }

  .sp {
    display: none !important;
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  body > .container {
    /*
    padding-top: 60px;
*/
    /* ヘッダーの高さ分 */
  }

  img {
    max-width: 100%;
  }

  .pc {
    display: none !important;
  }
}

/* end SP */

/* ================================================================
Header
================================================================ */
/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #header {
    width: 100%;
    background-color: #fff;
    position: relative;
  }

  #header .headerWrap {
    width: 1000px;
    height: 100px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
  }

  #header .headerWrap > div {
    width: 50%;
    align-self: center;
  }

  #header .logo_chuden-es img {
    width: 256px;
  }

  #header .logo_chuden {
    text-align: right;
  }

  #header .logo_chuden img {
    width: 118px;
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #header.fixed {
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
  }

  #header .headerWrap {
    width: 100%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
  }

  #header .headerWrap > div {
    padding: 9px 12px;
    align-self: center;
  }

  #header .headerWrap .logo_chuden-es {
    width: 60%;
  }

  #header .headerWrap .logo_chuden-es img {
    width: 165px;
  }

  #header .headerWrap .logo_chuden {
    width: 40%;
    text-align: right;
  }

  #header .headerWrap .logo_chuden img {
    width: 92px;
  }
}

/* end SP */

/* ================================================================
pageTop
================================================================ */
body.all_campaign_ends .pageTop {
  display: none !important;
}

/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  .pageTop {
    width: 54px;
    height: 54px;
    padding-top: 54px;
    z-index: 10;
    overflow: hidden;
    position: fixed;
    right: 83px;
    bottom: 127px;
    bottom: 239px;
    background-color: #11232e;
    border-radius: 6px;
  }

  .pageTop:hover {
    cursor: pointer;
    background-color: #34444d;
    transition: 300ms;
  }

  .pageTop::before {
    width: 12px;
    height: 12px;
    margin: auto;
    display: block;
    position: absolute;
    top: 23px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    border-top: 2px solid #f3f4f4;
    border-left: 2px solid #f3f4f4;
    content: '';
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  .pageTop {
    width: 45px;
    height: 45px;
    padding-top: 45px;
    z-index: 10;
    overflow: hidden;
    position: fixed;
    right: 43px;
    bottom: 136px;
    background-color: #11232e;
    border-radius: 6px;
  }

  .pageTop::before {
    width: 9px;
    height: 9px;
    margin: auto;
    display: block;
    position: absolute;
    top: 21px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
    border-top: 2px solid #f3f4f4;
    border-left: 2px solid #f3f4f4;
    content: '';
  }
}

/* end SP */

/* ================================================================
freeform
================================================================ */
@media print, screen and (min-width: 768px) {
  #freeform {
    position: fixed;
    right: 20px;
    bottom: 30px;
    border: 5px solid #ffffff;
    border-radius: 50%;
    z-index: 10;
  }

  #freeform a {
    display: block;
    width: 170px;
    height: 170px;
    background-color: #bd0c07;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    padding-top: 41px;
    border: 5px solid #ffb500;
  }

  #freeform a:hover {
    background-color: #d91c17;
  }

  #freeform a p {
    color: #fff;
    font-size: 18px;
    margin-top: 5px;
  }

  #freeform a p.free {
    font-size: 24px;
    margin-top: 0;
    line-height: 1.2;
  }
}

@media screen and (max-width: 767px) {
  #freeform {
    position: fixed;
    right: 6px;
    bottom: 12px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    z-index: 10;
  }

  #freeform a {
    display: block;
    width: 112px;
    height: 112px;
    background-color: #bd0c07;
    text-decoration: none;
    text-align: center;
    border-radius: 50%;
    padding-top: 26px;
    border: 3px solid #ffb500;
  }

  #freeform a:hover {
    background-color: #d91c17;
  }

  #freeform a p {
    color: #fff;
    font-size: 12px;
    margin-top: 5px;
  }

  #freeform a p.free {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.2;
  }
}

/* ================================================================
Footer
================================================================ */
/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #footer {
    width: 100%;
    background-color: #11232e;
    padding-bottom: 110px;
    padding-bottom: 222px;
  }

  body.all_campaign_ends #footer {
    padding-bottom: 0;
  }

  #footer .footer_wrap {
    width: 1000px;
    padding: 45px 20px 24px;
    margin: auto;
  }

  /* owner */
  #footer .owner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }

  #footer .owner .logo {
    width: 55%;
  }

  #footer .owner .logo img {
    width: 254px;
  }

  #footer .owner .address {
    width: 45%;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.7;
  }

  #footer .owner .address span {
    display: inline-block;
    margin-top: 6px;
    font-size: 1.3rem;
  }

  /* copyright */
  #footer .copy {
    width: 100%;
    margin-top: 24px;
    color: #677279;
    font-size: 1.2rem;
    text-align: center;
  }

  #footer .copy span {
    margin: 0 6px;
    font-size: 2.4rem;
    vertical-align: -0.5rem;
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #footer {
    width: 100%;
    background-color: #11232e;
  }

  #footer .footer_wrap {
    width: 100%;
    padding: 54px 6% 140px;
    padding: 54px 6% 238px;
  }

  body.all_campaign_ends #footer .footer_wrap {
    padding-bottom: 44px;
  }

  /* owner */
  #footer .owner {
  }

  #footer .owner .logo {
    width: 100%;
    text-align: center;
  }

  #footer .owner .logo img {
    width: 195px;
  }

  #footer .owner .address {
    width: 100%;
    margin-top: 30px;
    color: #f3f4f4;
    font-size: 1.4rem;
    line-height: 1.7;
    text-align: center;
  }

  #footer .owner .address span {
    display: inline-block;
    margin-top: 12px;
    font-size: 1.2rem;
  }

  /* copyright */
  #footer .copy {
    width: 100%;
    margin-top: 24px;
    color: #677279;
    font-size: 1rem;
    text-align: center;
  }

  #footer .copy span {
    margin: 0 6px;
    font-size: 2.1rem;
    vertical-align: -0.4rem;
  }
}

/* end SP */

/* ================================================================
Main
================================================================ */
article a:link {
  color: #db160e;
  text-decoration: underline;
}

article a:visited {
  color: #db160e;
  text-decoration: underline;
}

article a:hover {
  text-decoration: none;
}

article a:active {
  text-decoration: underline;
}

article a:focus {
  text-decoration: underline;
}

/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  article ul,
  article ol,
  article dl {
    line-height: 1.7;
  }

  article p {
    margin-top: 21px;
    line-height: 2;
  }

  article figure img {
    max-width: 100%;
  }

  #main {
    width: 100%;
    margin: 0 auto;
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  article ul,
  article ol,
  article dl {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  article p {
    margin-top: 24px;
    font-size: 1.4rem;
    line-height: 2;
  }

  #main {
    width: 100%;
  }
}

/* end SP */

/* ================================================================
MV
================================================================ */
/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #sctMV {
    background-color: #f4f0e1;
  }

  #sctMV .title {
    width: 1000px;
    padding: 84px 0 75px;
    margin: 0 auto;
    position: relative;
    background: url(../img/mv_bg.png) no-repeat 23px 36px;
  }

  #sctMV .title::before {
    width: 405px;
    height: 437px;
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    background: url(../img/mv_img.png) no-repeat 0 0;
    content: '';
  }

  #sctMV .title h1 {
    padding-left: 30px;
  }

  #sctMV .catch {
    width: 100%;
    height: 270px;
    padding-top: 28px;
    background: linear-gradient(to right, #db160e, #f39203 30%, #f39203 70%, #bd0c07);
  }

  #sctMV .catch p {
    width: 1000px;
    padding-right: 405px;
    margin: 0 auto;
    color: #fff;
    font-size: 2.2rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
  }

  #sctMV .catch p em {
    font-size: 3.4rem;
  }

  #sctMV .catch p.note {
    font-size: 1.2rem;
    margin-top: 5px;
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #sctMV {
    background-color: #f4f0e1;
  }

  #sctMV .title {
    width: 100%;
    padding: 40px 6% 330px;
    margin: 0 auto;
    position: relative;
    background: url(../img/mv_bg.png) no-repeat center top;
    background-size: contain;
  }

  #sctMV .title::before {
    width: 300px;
    height: 324px;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/mv_img.png) no-repeat 0 0;
    background-size: 300px auto;
    content: '';
  }

  #sctMV .title h1 {
    text-align: center;
  }

  #sctMV .title h1 img {
    width: 100%;
    max-width: 480px;
  }

  #sctMV .catch {
    width: 100%;
    padding: 24px 0 21px;
    background: linear-gradient(to right, #db160e, #f39203 30%, #f39203 70%, #bd0c07);
  }

  #sctMV .catch p {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 1.5rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.5;
    text-align: center;
  }

  #sctMV .catch p em {
    margin-right: 2px;
    font-size: 2.2rem;
  }

  #sctMV .catch p.note {
    font-size: 1rem;
    margin-top: 5px;
  }
}

/* end SP */

/* ================================================================
Check
================================================================ */

/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #sctCheck {
    position: relative;
    background-color: #f4f2f0;
  }

  #sctCheck .wrapCheck {
    width: 960px;
    padding: 30px 75px 65px;
    margin: 0 auto;
    position: relative;
    top: -110px;
    background-color: #fff;
    border-radius: 15px;
  }

  #sctCheck .wrap {
    background: url(../img/check_img02_2.png) no-repeat 60px bottom #f4f0e1;
    padding-left: 284px;
    padding-top: 36px;
    background-size: 160px auto;
  }

  #sctCheck .secondCatch {
    padding-top: 15px;
    margin-bottom: 36px;
  }

  #sctCheck .secondCatch p {
    margin-top: 6px;
    color: #11232e;
    font-size: 1.8rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: center;
  }

  #sctCheck .secondCatch p.em {
    margin-top: 15px;
    position: relative;
    color: #f39203;
    font-size: 3.1rem;
  }

  #sctCheck .secondCatch p.em::before,
  #sctCheck .secondCatch p.em::after {
    width: 44px;
    height: 94px;
    display: block;
    position: absolute;
    top: 0;
    background: url(../img/secondcatch_bg.png) no-repeat 0 0 / contain;
    content: '';
  }

  #sctCheck .secondCatch p.em::before {
    left: 40px;
  }

  #sctCheck .secondCatch p.em::after {
    right: 58px;
    transform: scale(-1, 1);
  }

  #sctCheck .secondCatch p.em strong {
    color: #fc6100;
  }

  #sctCheck h2 {
    color: #db160e;
    font-size: 2.7rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    position: relative;
    padding-left: 70px;
    line-height: 1.35;
  }

  #sctCheck .gas h2 {
    color: #0071ba;
  }

  #sctCheck h2::before {
    position: absolute;
    top: 0;
    left: 20px;
    width: 36px;
    height: 55px;
    margin-right: 10px;
    background: url(../img/check_img01.png) no-repeat 0 0;
    content: '';
    background-size: 36px auto;
  }

  #sctCheck .gas h2::before {
    background: url(../img/check_img03.png) no-repeat 0 0;
    background-size: 50px auto;
    width: 50px;
    height: 33px;
    left: 0;
  }

  #sctCheck h2 + p {
    margin-top: 30px;
    font-size: 1.7rem;
    text-align: center;
  }

  #sctCheck h2 + p em {
    border-bottom: 1px solid #11232e;
  }

  /* wrapList */
  #sctCheck .wrapList {
    padding: 0px 0 40px 30px;
    margin-top: 24px;
  }

  #sctCheck .wrapList ul > li {
    padding-left: 42px;
    margin-top: 12px;
    position: relative;
    font-size: 1.8rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em;
  }

  #sctCheck .wrapList ul > li::before {
    width: 27px;
    height: 24px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/check_list.png) no-repeat 0 0;
    content: '';
  }

  /* links */
  #sctCheck .links {
    margin-top: 30px;
  }

  #sctCheck .links p {
    text-align: center;
  }

  #sctCheck .links ul {
    margin-top: 15px;
    display: flex;
  }

  #sctCheck .links ul > li {
    width: 390px;
  }

  #sctCheck .links ul > li:nth-of-type(2n) {
    margin-left: 30px;
  }

  #sctCheck .links ul > li a {
    padding: 21px 0 21px 60px;
    display: block;
    position: relative;
    border: 4px solid #e7e9ea;
    color: #11232e;
    font-size: 1.4rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-align: center;
  }

  #sctCheck .links ul > li a:hover {
    background-color: #e7e9ea;
    transition: 300ms;
  }

  #sctCheck .links ul > li a::before {
    width: 34px;
    height: 38px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    background: url(../img/icn_pdf.png) no-repeat 0 0;
    content: '';
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #sctCheck {
    padding: 30px 6%;
    position: relative;
    background-color: #f4f2f0;
  }

  #sctCheck .wrapCheck {
    width: 100%;
    padding: 24px 6%;
    margin: 0 auto;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
  }

  #sctCheck .secondCatch {
    padding-top: 15px;
    margin-bottom: 36px;
  }

  #sctCheck .secondCatch p {
    margin-top: 6px;
    color: #11232e;
    font-size: 1.5rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.5;
    text-align: center;
  }

  #sctCheck .secondCatch p.em {
    padding: 0 42px;
    margin-top: 15px;
    position: relative;
    color: #f39203;
    font-size: 1.9rem;
  }

  #sctCheck .secondCatch p.em::before,
  #sctCheck .secondCatch p.em::after {
    width: 36px;
    height: 76px;
    display: block;
    position: absolute;
    bottom: 0;
    background: url(../img/secondcatch_bg.png) no-repeat 0 0 / contain;
    content: '';
  }

  #sctCheck .secondCatch p.em::before {
    left: 0;
  }

  #sctCheck .secondCatch p.em::after {
    right: 0;
    transform: scale(-1, 1);
  }

  #sctCheck h2 {
    color: #db160e;
    font-size: 2.5rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.4;
    text-align: center;
  }

  #sctCheck .gas h2 {
    margin-top: 36px;
    color: #0071ba;
  }

  #sctCheck h2::before {
    width: 38px;
    height: 58px;
    margin: 0 auto 12px;
    display: block;
    position: relative;
    background: url(../img/check_img01.png) no-repeat 0 0;
    background-size: 38px auto;
    content: '';
  }

  #sctCheck .gas h2::before {
    width: 60px;
    height: 40px;
    background: url(../img/check_img03.png) no-repeat 0 0;
    background-size: 60px auto;
  }

  #sctCheck h2 + p {
    margin-top: 12px;
    font-size: 1.4rem;
    text-align: center;
  }

  #sctCheck h2 + p em {
    border-bottom: 1px solid #11232e;
  }

  /* wrapList */
  #sctCheck .wrapList {
    padding: 12px 90px 24px 6%;
    margin-top: 24px;
    background: #f4f0e1 url(../img/check_img02.png) no-repeat 94% 100%;
    background-size: 82px auto;
  }

  #sctCheck .gas .wrapList {
    padding: 12px 6% 24px 6%;
    background-image: none;
  }

  #sctCheck .wrapList ul > li {
    padding-left: 27px;
    margin-top: 15px;
    position: relative;
    font-size: 1.5rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }

  #sctCheck .wrapList ul > li::before {
    width: 18px;
    height: 16px;
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/check_list.png) no-repeat 0 0;
    background-size: 18px auto;
    content: '';
  }

  /* links */
  #sctCheck .links {
    margin-top: 24px;
  }

  #sctCheck .links p {
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
  }

  #sctCheck .links ul > li {
    width: 100%;
    margin-top: 15px;
  }

  #sctCheck .links ul > li a {
    padding: 15px 5px 15px 48px;
    display: block;
    position: relative;
    border: 4px solid #e7e9ea;
    color: #11232e;
    font-size: 1.3rem;
    letter-spacing: 0.03em;
    text-decoration: none;
    text-align: center;
  }

  #sctCheck .links ul > li a::before {
    width: 25px;
    height: 28px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    background: url(../img/icn_pdf.png) no-repeat 0 0;
    background-size: 25px auto;
    content: '';
  }
}

/* end SP */

/* ================================================================
Award1
================================================================ */
.wrapAward1 .cassette_note {
  padding: 22px 40px;
  margin-top: 50px;
  background-color: #fff;
  margin-bottom: 36px;
}

.wrapAward1 .cassette_note p {
  margin-top: 0;
  font-size: 1.35rem;
}

.wrapAward1 .wrapCassette.extra {
  margin-bottom: 30px;
}

.wrapAward1 .cassette.item_extra .notes {
  background-color: #f6f6f6;
  padding: 20px 40px;
  margin-top: 20px;
}

.wrapAward1 .cassette.item_extra .notes p {
  font-size: 13px;
  margin-top: 0;
  line-height: 1.65;
  margin-bottom: 0.4em;
}

.wrapAward1 .cassette.item_extra .notes ol li {
  margin-left: 1em;
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  margin-top: 0;
  line-height: 1.55;
  margin-bottom: 0.4em;
}

.wrapAward1 .cassette.item_extra .notes ol li:last-child {
  margin-bottom: 0;
}

#order {
  padding: 1px 0;
}

.wrapAward1 .item_extra .cassette .unit2 {
  background: rgb(145, 0, 0);
  background: linear-gradient(160deg, rgba(145, 0, 0, 1) 0%, rgba(219, 0, 0, 1) 100%);
}

.wrapAward1 .item_extra.other .cassette .unit2 {
  background: rgb(0 46 78);
  background: linear-gradient(160deg, rgb(0 46 78) 0%, rgb(0 88 148) 100%);
}

/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #sctAward1 {
    width: 100%;
    padding: 90px 0 0 0;
    position: relative;
    top: -30px;
    background-color: #fff;
  }

  .wrapAward1 {
    width: 960px;
    padding-bottom: 60px;
    margin: 0 auto;
    background-color: #f4f2f0;
  }

  .wrapAward1 .logo_collabo {
    padding-bottom: 12px;
    background-color: #fff;
    text-align: right;
  }

  .wrapAward1 h2 {
    width: 100%;
    height: 120px;
    padding-top: 45px;
    padding-left: 60px;
    margin-bottom: 60px;
    position: relative;
    background: #11232e url(../img/bg_stripe01.png) repeat 0 0;
    color: #fff;
    font-size: 2.7rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .wrapAward1 h2::after {
    width: 100%;
    height: 6px;
    margin: auto;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    background: linear-gradient(to right, #db160e, #f39203 30%, #f39203 70%, #bd0c07);
    content: '';
  }

  .wrapAward1 h2::before {
    width: 122px;
    height: 224px;
    padding-top: 224px;
    display: block;
    z-index: 2;
    overflow: hidden;
    position: absolute;
    top: -62px;
    left: 6px;
    background: url(../img/balloon.png) no-repeat 0 0;
    content: '';
  }

  .wrapAward1 h2 small {
    margin-right: 12px;
    color: #fad219;
    letter-spacing: 0.03em;
  }

  .wrapAward1 h3 {
    margin-top: 6px;
    color: #11232e;
    font-size: 3.2rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.35;
  }

  .wrapAward1 .note {
    text-align: center;
  }

  .wrapAward1 #notice {
    margin: 0 70px;
    border: 4px solid #bd0c07;
    padding: 20px 40px;
    margin-top: 32px;
  }

  .wrapAward1 #notice h4 {
    color: #bd0c07;
    font-size: 2.2rem;
    text-align: center;
  }

  .wrapAward1 #notice p {
    margin-top: 14px;
  }

  .wrapAward1 .wrapPittari {
    margin: 30px 0 0;
    text-align: center;
  }

  .wrapAward1 .wrapPittari a {
    padding: 15px 60px 15px 45px;
    display: inline-block;
    position: relative;
    background-color: #f39203;
    border-radius: 6px;
    color: #fff;
    font-size: 1.9rem;
    text-decoration: none;
  }

  .wrapAward1 .wrapPittari a:hover {
    background-color: #ef7902;
  }

  .wrapAward1 .wrapPittari a::after {
    width: 8px;
    height: 8px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content: '';
  }

  /* cassette */
  .wrapAward1 .wrapCassette {
    padding: 0 70px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .wrapAward1 .cassette {
    width: 390px;
    padding-bottom: 160px;
    margin-top: 40px;
    position: relative;
    background-color: #fff;
  }

  .wrapAward1 .tab_box .cassette {
    margin-top: 0;
  }

  .wrapAward1 .cassette:nth-of-type(2n) {
    margin-left: 40px;
  }

  .wrapAward1 .cassette .unit1 {
    padding: 40px 30px 0;
    overflow: hidden;
  }

  .wrapAward1 .cassette .unit1 .maker {
    text-align: center;
    height: 32px;
  }

  .wrapAward1 .cassette .unit1 .maker img {
    height: 20px;
  }

  .wrapAward1 .cassette .unit1 .maker.pana img {
    height: 20px;
  }

  .wrapAward1 .cassette .unit1 .maker.mitsu img {
    height: 40px;
    margin-top: -10px;
  }

  .wrapAward1 .cassette .unit1 .maker.coro img {
    height: 16px;
  }

  .wrapAward1 .cassette .unit1 .maker.dai img {
    height: 28px;
  }

  .wrapAward1 .cassette .unit1 .maker img + img {
    margin-left: 21px;
  }

  .wrapAward1 .cassette .unit1 h4 {
    margin-top: 12px;
    font-size: 2.4rem;
    line-height: 1.4;
    text-align: center;
    text-align: left;
  }

  .wrapAward1 .cassette .unit1 h4 small {
    margin-top: 4px;
  }

  .wrapAward1 .cassette .unit1 h4 small.itemtype {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #f39203;
    color: #f39203;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color2 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #be0712;
    color: #be0712;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color3 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #5e9cd2;
    color: #5e9cd2;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color4 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #548139;
    color: #548139;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color5 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #db33a0;
    color: #db33a0;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color6 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #71ab4c;
    color: #71ab4c;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color7 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #9f4fa8;
    color: #9f4fa8;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.capacity {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #1ba30f;
    color: #1ba30f;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.place {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #2c83ba;
    color: #2c83ba;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.kouatsu {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #bf2076;
    color: #bf2076;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 figure {
    margin-top: 8px;
    text-align: center;
  }

  .wrapAward1 .cassette .unit1 figure img {
    width: 46%;
    margin: 0 1%;
  }

  .wrapAward1 .cassette.item01 .unit1 figure img {
    width: 44%;
    margin-top: 4px;
  }

  .wrapAward1 .cassette.item02 .unit1 figure img {
    margin-top: -10px;
  }

  .wrapAward1 .cassette.item03 .unit1 figure img {
    width: 39.5%;
    margin-top: 3px;
  }

  .wrapAward1 .cassette .unit1 .sub_img {
    margin-top: 16px !important;
  }

  .wrapAward1 .cassette .unit1 .sub_img img {
    width: 80%;
  }

  .wrapAward1 .cassette .unit1 .spec {
    width: 190px;
    padding: 0 0 0 20px;
    margin-top: 21px;
    float: right;
  }

  .wrapAward1 .cassette .unit1 .spec p {
    margin-top: 12px;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .wrapAward1 .cassette .unit1 .spec p:first-child {
    margin-top: 0;
  }

  .wrapAward1 .cassette .unit1 .spec .note {
    margin-top: 0;
    font-size: 1rem;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box {
    margin-top: 12px;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box p {
    margin-top: 0;
    margin-bottom: 2px;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box p.price_tag {
    margin-bottom: 8px;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box .price_tag span {
    display: inline-block;
    padding: 1px 6px;
    margin-right: 4px;
    border: 1px solid #ccc;
    font-size: 10px;
    margin-bottom: 2px;
  }

  .wrapAward1 .cassette .unit2 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #bd0c07;
    text-align: center;
  }

  .wrapAward1 .cassette .unit2 .inner {
    padding: 14px 16px 0 16px;
  }

  .wrapAward1 .cassette .unit2 .off {
    width: 120px;
    height: 45px;
    padding: 12px 0 0 18px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -15px;
    background-color: #f39203;
    color: #fff;
    font-size: 2rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
  }

  .wrapAward1 .cassette .unit2 .off span {
    font-size: 1.5rem;
  }

  .wrapAward1 .cassette .unit2 .price {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    display: inline-block;
    text-align: left;
  }

  .wrapAward1 .cassette .unit2 .price span {
    font-size: 1.2rem;
  }

  .wrapAward1 .cassette .unit2 .price span:nth-child(2) {
    font-size: 1.1rem;
  }

  .wrapAward1 .cassette .unit2 span.price_tag {
    border: 1px solid #fff;
    padding: 4px 6px;
    display: inline-block;
    margin-right: 9px;
    margin-top: 8px;
    vertical-align: text-bottom;
    font-size: 1rem;
  }

  .wrapAward1 .cassette .unit2 .price em {
    margin-right: 3px;
    font-size: 3rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    text-shadow: 2px 2px 2px #920400, -2px -2px 2px #920400, -2px 2px 2px #920400, 2px -2px 2px #920400, 2px 0px 2px #920400, -2px -0px 2px #920400, 0px 2px 2px #920400, 0px -2px 2px #920400;
  }

  .wrapAward1 .item_extra .cassette .unit2 .price em {
    font-size: 3rem;
    text-shadow: 2px 2px 2px #920400, -2px -2px 2px #920400, -2px 2px 2px #920400, 2px -2px 2px #920400, 2px 0px 2px #920400, -2px -0px 2px #920400, 0px 2px 2px #920400, 0px -2px 2px #920400;
    /*
    text-shadow:
      3px 3px 3px #575757, -3px -3px 3px #575757,
      -3px 3px 3px #575757,  3px -3px 3px #575757,
      3px 0px 3px #575757, -3px -0px 3px #575757,
      0px 3px 3px #575757,  0px -3px 3px #575757;
*/
  }

  .wrapAward1 .cassette .unit2 .price small {
    font-size: 1.1rem;
  }

  /* cassette.item05 */
  .wrapAward1 .cassette.item05 {
    width: 540px;
    padding-bottom: 110px;
    margin-left: 0;
    position: relative;
  }

  .wrapAward1 .cassette.item05 .catch {
    width: 120px;
    height: 120px;
    padding-top: 54px;
    position: absolute;
    top: -15px;
    left: -60px;
    background: url(../img/bg_bomb.png) no-repeat 0 0 / contain;
    color: #fff;
    text-align: center;
  }

  .wrapAward1 .cassette.item05 .unit1 {
    position: relative;
  }

  .wrapAward1 .cassette.item05 .popup {
    width: 240px;
    height: 120px;
    padding: 27px 24px 0;
    position: absolute;
    top: 15px;
    right: -120px;
    background-color: #fad219;
    color: #11232e;
    font-size: 1.3rem;
    line-height: 1.7;
    text-align: center;
    opacity: 0;
    transition: 500ms;
  }

  .wrapAward1 .cassette.item05 .popup.active {
    opacity: 1;
    top: -15px;
  }

  .wrapAward1 .cassette.item05 .popup::after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-style: solid;
    border-width: 15px 120px 0 0px;
    border-color: #e5c324 transparent transparent transparent;
    content: '';
  }

  .wrapAward1 .cassette.item05 .unit1 figure {
    width: 180px;
  }

  .wrapAward1 .cassette.item05 .unit1 .spec {
    width: 300px;
  }

  .wrapAward1 .cassette.item05 .unit1 .note {
    margin-top: 12px;
  }

  .wrapAward1 .cassette.item05 .unit1 .note li {
    padding-left: 15px;
    position: relative;
    font-size: 1.1rem;
  }

  .wrapAward1 .cassette.item05 .unit1 .note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .wrapAward1 .cassette.item05 .unit1 .limited {
    width: 210px;
    height: 45px;
    padding: 14px 0 15px;
    margin: 9px 0 0 -3px;
    background-color: #f39203;
    color: #fff;
    font-size: 1.5rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .wrapAward1 .cassette.item05 .unit2 {
    padding-left: 0;
  }

  .wrapAward1 .cassette.item05 .unit2 .price {
    text-align: center;
  }

  .wrapAward1 .cassette.item05 .unit3 {
    padding: 0 30px;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign {
    padding: 21px 6px;
    margin-top: 30px;
    background-color: #fce475;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign h4 {
    color: #bd0c07;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign p {
    margin-top: 6px;
    font-size: 1.3rem;
    text-align: center;
    line-height: 1.5;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign .tel_link {
    font-weight: bold;
  }

  /* extra */
  .wrapAward1 .item_extra {
    width: 100%;
    padding: 34px 40px 40px;
    margin-left: 0 !important;
    background: #e3dcc2 url(../img/bg_extra.jpg);
    background-size: cover;
  }

  .wrapAward1 .jogai .item_extra {
    background: #e3dcc2 url(../img/bg_extra_3.jpg);
  }

  .wrapAward1 .item_extra .logo {
    margin: 0 auto;
    width: 102px;
    background-color: #fff;
    padding: 10px 10px;
    position: absolute;
    left: 0;
    top: 0;
  }

  .wrapAward1 .item_extra .logo img {
    width: 100%;
  }

  .wrapAward1 .item_extra .bana {
    margin: 26px auto 0 auto;
    width: 330px;
  }

  .wrapAward1 .item_extra .bana img {
    width: 100%;
  }

  .wrapAward1 .item_extra h3 {
    color: #bd0c07;
    font-size: 2.6rem;
    line-height: 1.4;
  }

  .wrapAward1 .item_extra h3 span {
    color: #11232e;
    font-size: 2.3rem;
  }

  .wrapAward1 .item_extra h3 small {
    display: block;
    color: #11232e;
    font-size: 1.8rem;
    margin-bottom: 6px;
  }

  .wrapAward1 .item_extra h3 + p {
    text-align: center;
    margin-top: 1em;
    line-height: 1.7;
    font-size: 1.6rem;
  }

  .wrapAward1 .item_extra .cassette {
    width: 329px;
    padding-bottom: 140px;
    margin-top: 0;
    border: 1px solid #ccc;
  }

  .wrapAward1 .item_extra .cassette:nth-of-type(2n) {
    margin-left: 20px;
  }

  .wrapAward1 .item_extra .cassette .unit1 {
    padding: 0;
  }

  .wrapAward1 .item_extra .cassette .unit1 .spec {
    width: 435px;
    padding-left: 24px;
  }

  .wrapAward1 .item_extra .cassette .unit1 .spec .note {
    text-align: left;
  }

  .wrapAward1 .item_extra .cassette .unit2 {
    position: static;
    margin-top: 20px;
  }

  .wrapAward1 .item_extra .cassette .unit2 .inner {
    padding: 14px 16px 0 16px;
  }

  .wrapAward1 .item_extra.hojokin_con .set {
    padding: 40px 40px;
    background-color: #fff;
  }

  .wrapAward1 .item_extra .wrap {
    margin-top: 45px;
    display: flex;
  }

  .wrapAward1 .item_extra .set h3 {
    font-size: 2.6rem;
    color: #11232e;
    margin-top: 16px;
    line-height: 1.3;
  }

  .wrapAward1 .item_extra .set h3 em {
    color: #bd0c07;
  }

  .wrapAward1 .item_extra .cassette .unit1 .maker.coro img {
    height: 22px;
  }

  .wrapAward1 .cassette .unit3 .maker {
    text-align: center;
  }

  .wrapAward1 .item_extra .cassette {
    width: 100%;
    border: none;
    padding-bottom: 0;
  }

  .wrapAward1 .item_extra .cassette .unit1 figure,
  .wrapAward1 .item_extra .img_note,
  .wrapAward1 .item_extra .unit2 {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
  }

  .wrapAward1 .item_extra .cassette .unit1 figure {
    margin-top: 10px;
  }

  .wrapAward1 .item_extra .cassette .unit1 figure img {
    width: 23%;
    margin: 0 2%;
  }

  /*
	.wrapAward1 .item_extra h4 {
		padding-bottom: 42px;
		position: relative;
		color: #0151ac;
		font-size: 2.5rem;
		font-family: bokutoh-rera, sans-serif;
		font-weight: 400;
		text-align: center;
		line-height: 1.4;
		}
	.wrapAward1 .item_extra .set01 h4 {
		padding-left: 60px;
		}
	.wrapAward1 .item_extra h4::after {
		width: 600px;
		height: 40px;
		margin: auto;
		display: block;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background: url(../img/item_extra_catch_bg.png) no-repeat 0 0;
		content: '';
		}
	.wrapAward1 .item_extra h4 span {
		width: 60px;
		height: 60px;
		padding-top: 21px;
		margin-right: 12px;
		display: block;
		position: absolute;
		top: 0;
		left: 75px;
		background-color: #0151ac;
		border-radius: 50%;
		color: #fff;
		font-size: 1.4rem;
		vertical-align: 6px;
		}

  .wrapAward1 .item_extra h5 {
    margin: 24px 0 0;
    font-size: 2.7rem;
    text-align: center;
    line-height: 1.4;
  }
*/

  .wrapAward1 .cassette .unit3 .maker {
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .maker img {
    height: 20px;
  }

  .wrapAward1 .cassette .set02 .unit3 .maker img:nth-of-type(3) {
    height: 28px;
    margin-top: 9px;
  }

  .wrapAward1 .cassette .unit3 .maker img + img {
    margin-left: 21px;
  }

  .wrapAward1 .cassette .unit3 figure {
    margin-top: 15px;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 figure img {
    width: 180px;
  }

  .wrapAward1 .cassette .set02 .unit3 figure img {
    width: 100%;
    margin: 20px 0;
  }

  .wrapAward1 .cassette .unit3 .spec {
    margin-top: 15px;
  }

  .wrapAward1 .cassette .unit3 .spec p {
    margin-top: 9px;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .off {
    width: 120px;
    padding: 9px 18px;
    margin: 12px auto;
    background-color: #f39203;
    color: #fff;
    font-size: 1.8rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .price {
    margin-top: 12px;
    color: #bd0c07;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .price em {
    font-size: 2.4rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
  }

  .wrapAward1 .cassette .unit3 .price small {
    font-size: 1.1rem;
  }

  .wrapAward1 .item_extra .unit4 {
    width: 64%;
    padding-left: 15px;
  }

  .wrapAward1 .cassette .unit4 .feature {
    margin-bottom: 20px;
    text-align: center;
  }

  .wrapAward1 .cassette .unit4 .feature img {
    height: 120px;
  }

  .wrapAward1 .cassette .unit4 .feature img + img {
    margin-left: 15px;
  }

  .wrapAward1 .cassette .unit4 p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }

  .wrapAward1 .cassette .unit4 .detail {
    padding: 0 12px 12px;
    margin-top: 15px;
    border: 1px solid #43a1bc;
  }

  .wrapAward1 .cassette .unit4 .detail h5 {
    margin: 15px 0 6px;
    color: #43a1bc;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
  }

  /* other */
  .wrapAward1 p.other {
    margin-top: 30px;
    font-size: 2.2rem;
    line-height: 1.8;
    text-align: center;
  }

  /* period */
  .wrapAward1 .period {
    width: 820px;
    padding: 33px 0;
    margin: 18px auto 0;
    background-color: #fad219;
    font-size: 1.8rem;
    text-align: center;
  }

  .wrapAward1 .period em {
    margin: 0 6px 0 15px;
    font-size: 2.2rem;
  }

  /* order */
  .wrapAward1 .order {
    margin-top: 45px;
    opacity: 0;
    position: relative;
    top: 30px;
    transition: 500ms;
  }

  .wrapAward1 .order.active {
    opacity: 1;
    top: 0;
  }

  .wrapAward1 .order a {
    width: 450px;
    height: 90px;
    margin: auto;
    display: block;
    text-decoration: none;
  }

  .wrapAward1 .order a::before {
    width: 450px;
    height: 90px;
    margin: auto;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    background-color: #9fb1bc;
    border-radius: 6px;
    content: '';
  }

  .wrapAward1 .order a > span {
    width: 450px;
    height: 90px;
    padding-top: 34px;
    margin: 0 auto;
    display: block;
    position: relative;
    background-color: #11232e;
    border-radius: 6px;
    color: #fff;
    font-size: 2rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-align: center;
    animation: btn_wrapAward1 2s infinite;
  }

  @keyframes btn_wrapAward1 {
    0%,
    20%,
    40% {
      transform: translate(0, 0);
    }

    10%,
    30% {
      transform: translate(0, 3px);
    }
  }

  .wrapAward1 .order a > span::after {
    width: 12px;
    height: 12px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border-top: 2px solid #f4f2f0;
    border-left: 2px solid #f4f2f0;
    transform: rotate(135deg);
    content: '';
  }

  .wrapAward1 .order a:hover > span {
    animation: none;
    background-color: #34444d;
    transform: translate(0, 3px);
    transition: 300ms;
  }

  /* priceoff */
  .wrapAward1 .priceoff {
    width: 820px;
    padding: 32px 48px;
    margin: 200px auto 40px;
    position: relative;
    background-color: #ffaf22;
  }

  .wrapAward1 .priceoff h2 {
    padding-top: 24px;
    position: absolute;
    top: -120px;
    left: 0;
    font-size: 2.6rem;
    line-height: 1.6;
  }

  .wrapAward1 .priceoff h3 {
    font-size: 2.4rem;
    margin-top: -2px;
    margin-bottom: 20px;
  }

  /*
  .wrapAward1 .priceoff::before {
    width: 216px;
    height: 200px;
    display: block;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 15px;
    background: url(../img/priceoff_bg.png) no-repeat 0 0;
    content: '';
  }
*/
  .wrapAward1 .priceoff p {
    margin-top: 0;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: left;
    text-indent: -4em;
    padding-left: 4em;
    margin-bottom: 16px;
  }

  .wrapAward1 .priceoff p:last-child {
    margin-bottom: 0;
  }

  .wrapAward1 .priceoff p strong {
    padding: 1px 10px;
    margin: 0 4px;
    display: inline-block;
    background-color: #bd0c07;
    font-size: 2rem;
    color: #fff;
    text-indent: 0;
  }

  .wrapAward1 .priceoff p strong small {
    font-size: 1.2rem;
  }

  .wrapAward1 .priceoff p span {
    font-size: 2rem;
  }

  .wrapAward1 .priceoff .note {
    margin-top: 12px;
  }

  .wrapAward1 .priceoff .note li {
    padding-left: 15px;
    position: relative;
    color: #fff;
    font-size: 1.1rem;
  }

  .wrapAward1 .priceoff .note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .wrapAward1 .priceoff .example {
    width: 220px;
    position: absolute;
    top: 40px;
    left: 360px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }

  .wrapAward1 .priceoff .example figure {
    margin-bottom: 9px;
  }

  .wrapAward1 .priceoff .example figure img {
    height: 130px;
    border: 3px solid #fff;
  }

  .wrapAward1 .priceoff .example figure img + img {
    margin-left: 6px;
  }

  .wrapAward1 .note strong {
    font-size: 1.9rem;
    /*
    color: #bd0c07;
*/
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #sctAward1 {
    width: 100%;
    position: relative;
    background-color: #fff;
  }

  .wrapAward1 {
    width: 100%;
    padding: 30px 0 60px;
    margin: 0 auto;
    overflow: hidden;
    background-color: #f4f2f0;
  }

  .wrapAward1 .wrapCassette.extra {
    margin-bottom: 40px;
  }

  .wrapAward1 .cassette.item_extra .notes {
    padding: 20px 4%;
  }

  .wrapAward1 .item_extra .cassette .unit2 .inner {
    padding: 14px 16px 0 16px;
  }

  .wrapAward1 .logo_collabo {
    padding-bottom: 12px;
    text-align: center;
  }

  .wrapAward1 .logo_collabo img {
    max-width: 300px;
  }

  .wrapAward1 h2 {
    width: 100%;
    height: 150px;
    padding: 30px 12% 0 9%;
    position: relative;
    background: #11232e url(../img/bg_stripe01.png) repeat 0 0;
    color: #fff;
    font-size: 2.2rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.4;
    /*text-align: center;*/
  }

  .wrapAward1 h2::before {
    width: 109px;
    height: 200px;
    display: block;
    position: absolute;
    top: -9px;
    right: -30px;
    z-index: 2;
    background: url(../img/balloon.png) no-repeat 0 0;
    background-size: 109px auto;
    content: '';
  }

  .wrapAward1 h2::after {
    width: 100%;
    height: 6px;
    margin: auto;
    display: block;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -6px;
    background: linear-gradient(to right, #db160e, #f39203 30%, #f39203 70%, #bd0c07);
    content: '';
  }

  .wrapAward1 h2 small {
    display: block;
    color: #fad219;
    letter-spacing: 0.03em;
  }

  .wrapAward1 h3 {
    margin-top: 45px;
    color: #11232e;
    font-size: 1.9rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    line-height: 1.3;
    text-align: center;
  }

  .wrapAward1 .note {
    text-align: center;
    margin-top: 26px;
    line-height: 1.5;
    padding: 0 6%;
  }

  .wrapAward1 .note strong {
    font-size: 1.5rem;
  }

  .wrapAward1 #notice {
    margin: 0 6%;
    border: 4px solid #bd0c07;
    padding: 20px 40px;
    margin-top: 20px;
  }

  .wrapAward1 #notice h4 {
    color: #bd0c07;
    font-size: 2rem;
    text-align: center;
  }

  .wrapAward1 #notice p {
    margin-top: 10px;
  }

  .wrapAward1 .wrapPittari {
    padding: 0 6%;
    margin: 30px 0 0;
    text-align: center;
  }

  .wrapAward1 .wrapPittari a {
    padding: 15px 60px 15px 45px;
    display: inline-block;
    position: relative;
    background-color: #f39203;
    border-radius: 6px;
    color: #fff;
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.4;
  }

  .wrapAward1 .wrapPittari a::after {
    width: 8px;
    height: 8px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    content: '';
  }

  /* cassette */
  .wrapAward1 .wrapCassette {
    padding: 0 6%;
  }

  .wrapAward1 .cassette {
    width: 100%;
    max-width: 390px;
    margin: 30px auto 0;
    position: relative;
    background-color: #fff;
  }

  .wrapAward1 .cassette .unit1 {
    padding: 24px 0 12px 0;
    overflow: hidden;
  }

  .wrapAward1 .cassette .unit1 .maker {
    text-align: center;
  }

  .wrapAward1 .cassette .unit1 .maker img {
    height: 20px;
  }

  .wrapAward1 .cassette .unit1 .maker.pana img {
    height: 20px;
  }

  .wrapAward1 .cassette .unit1 .maker.mitsu img {
    height: 40px;
    margin-top: -10px;
  }

  .wrapAward1 .cassette .unit1 .maker.coro img {
    height: 16px;
  }

  .wrapAward1 .cassette .unit1 .maker.dai img {
    height: 28px;
  }

  .wrapAward1 .cassette .unit1 .maker img + img {
    margin-left: 21px;
  }

  .wrapAward1 .cassette .unit1 h4 {
    margin-top: 12px;
    font-size: 2.1rem;
    line-height: 1.4;
    text-align: center;
  }

  .wrapAward1 .cassette .unit1 h4 small {
    margin-top: 5px;
  }

  .wrapAward1 .cassette .unit1 h4 small.itemtype {
    padding: 4px 9px;
    display: inline-block;
    border: 1px solid #f39203;
    color: #f39203;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color2 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #be0712;
    color: #be0712;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color3 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #5e9cd2;
    color: #5e9cd2;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color4 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #548139;
    color: #548139;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color5 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #db33a0;
    color: #db33a0;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color6 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #71ab4c;
    color: #71ab4c;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.color7 {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #9f4fa8;
    color: #9f4fa8;
    font-size: 1.2rem;
    vertical-align: 3px;
  }

  .wrapAward1 .cassette .unit1 h4 small.capacity {
    padding: 4px 9px;
    display: inline-block;
    border: 1px solid #1ba30f;
    color: #1ba30f;
    font-size: 1.2rem;
    vertical-align: 3px;
    margin-left: 9px;
  }

  .wrapAward1 .cassette .unit1 h4 small.place {
    padding: 4px 9px;
    display: inline-block;
    border: 1px solid #2c83ba;
    color: #2c83ba;
    font-size: 1.2rem;
    vertical-align: 2px;
    margin-top: 6px;
  }

  .wrapAward1 .cassette .unit1 h4 small.kouatsu {
    padding: 4px 9px;
    margin-left: 9px;
    display: inline-block;
    border: 1px solid #bf2076;
    color: #bf2076;
    font-size: 1.2rem;
    vertical-align: 3px;
    margin-top: 6px;
  }

  .wrapAward1 .cassette .unit1 figure {
    width: 100%;
    margin-top: 21px;
    text-align: center;
  }

  .wrapAward1 .cassette .unit1 figure img {
    width: 40%;
    margin: 0 1%;
  }

  .wrapAward1 .cassette.item01 .unit1 figure img {
    width: 44%;
    /*
    margin-top: -10px;
*/
  }

  /*
  .wrapAward1 .cassette.item02 .unit1 figure img {
    margin-top: -20px;
  }

  .wrapAward1 .cassette.item03 .unit1 figure img {
    margin-top: -10px;
  }

  .wrapAward1 .cassette.item04 .unit1 figure img {
    margin-top: -12px;
  }
*/

  .wrapAward1 .cassette .unit1 .sub_img {
    margin-top: 30px !important;
  }

  .wrapAward1 .cassette .unit1 .sub_img img {
    width: 80%;
  }

  .wrapAward1 .cassette .unit1 .spec {
    width: 50%;
    padding: 0 0 0 20px;
    margin-top: 21px;
    float: right;
  }

  .wrapAward1 .cassette .unit1 .spec p {
    margin-top: 12px;
    font-size: 1.1rem;
    line-height: 1.8;
  }

  .wrapAward1 .cassette .unit1 .spec p:first-child {
    margin-top: 0;
  }

  .wrapAward1 .cassette .unit1 .spec .note {
    margin-top: 0;
    font-size: 1rem;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box {
    margin-top: 12px;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box p {
    margin-top: 0;
    margin-bottom: 2px;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box p.price_tag {
    margin-bottom: 8px;
  }

  .wrapAward1 .cassette .unit1 .spec .price_box .price_tag span {
    display: inline-block;
    padding: 1px 6px;
    margin-right: 4px;
    border: 1px solid #ccc;
    font-size: 10px;
    margin-bottom: 2px;
  }

  .wrapAward1 .cassette .unit2 {
    width: 100%;
    position: static;
    text-align: center;
  }

  .wrapAward1 .cassette .unit2 .off {
    width: 105px;
    height: 40px;
    padding: 12px 0 0;
    margin: auto;
    position: absolute;
    top: -15px;
    right: 9%;
    background-color: #f39203;
    color: #fff;
    font-size: 1.6rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .wrapAward1 .cassette .unit2 .off span {
    font-size: 1.3rem;
  }

  .wrapAward1 .cassette .unit2 .price {
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.4;
    display: inline-block;
    text-align: left;
  }

  .wrapAward1 .cassette .unit2 .price span {
    font-size: 1.2rem;
  }

  .wrapAward1 .cassette .unit2 .price span:nth-child(2) {
    display: block;
  }

  .wrapAward1 .cassette .unit2 .price em {
    margin-right: 3px;
    font-size: 1.8rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    text-shadow: 3px 3px 3px #920400, -3px -3px 3px #920400, -3px 3px 3px #920400, 3px -3px 3px #920400, 3px 0px 3px #920400, -3px -0px 3px #920400, 0px 3px 3px #920400, 0px -3px 3px #920400;
  }

  .wrapAward1 .cassette .unit2 .price small {
    font-size: 1.1rem;
  }

  /* cassette.item05 */
  .wrapAward1 .cassette.item05 {
    padding-bottom: 90px;
    position: relative;
  }

  .wrapAward1 .cassette.item05 .catch {
    width: 96px;
    height: 96px;
    padding-top: 42px;
    position: absolute;
    top: -15px;
    left: -15px;
    z-index: 3;
    background: url(../img/bg_bomb.png) no-repeat 0 0 / contain;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
  }

  .wrapAward1 .cassette.item05 .unit1 {
    padding-top: 110px;
    position: relative;
  }

  .wrapAward1 .cassette.item05 .popup {
    width: 240px;
    height: 96px;
    padding: 16px 0 0;
    position: absolute;
    top: 15px;
    right: -15px;
    z-index: 2;
    background-color: #fad219;
    color: #11232e;
    font-size: 1.2rem;
    line-height: 1.7;
    text-align: center;
    opacity: 0;
    transition: 500ms;
  }

  .wrapAward1 .cassette.item05 .popup.active {
    opacity: 1;
    top: -15px;
  }

  .wrapAward1 .cassette.item05 .popup::after {
    width: 0;
    height: 0;
    position: absolute;
    bottom: -15px;
    right: 0;
    border-style: solid;
    border-width: 15px 15px 0 0px;
    border-color: #e5c324 transparent transparent transparent;
    content: '';
  }

  .wrapAward1 .cassette.item05 .unit1 figure {
    width: 40%;
  }

  .wrapAward1 .cassette.item05 .unit1 .spec {
    width: 60%;
  }

  .wrapAward1 .cassette.item05 .unit1 .note {
    margin-top: 12px;
  }

  .wrapAward1 .cassette.item05 .unit1 .note li {
    padding-left: 15px;
    position: relative;
    font-size: 1.1rem;
  }

  .wrapAward1 .cassette.item05 .unit1 .note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .wrapAward1 .cassette.item05 .unit1 .limited {
    width: 100%;
    padding: 8px 3% 6px;
    margin-top: 6px;
    background-color: #f39203;
    color: #fff;
    font-size: 1.3rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.3;
    text-align: center;
  }

  .wrapAward1 .cassette.item05 .unit1 .limited span {
    font-size: 1.3rem;
  }

  .wrapAward1 .cassette.item05 .unit2 {
    padding-left: 0;
  }

  .wrapAward1 .cassette.item05 .unit2 .price {
    text-align: center;
  }

  .wrapAward1 .cassette.item05 .unit3 {
    padding: 0 30px;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign {
    padding: 21px 6%;
    margin-top: 30px;
    background-color: #fce475;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign h4 {
    color: #bd0c07;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign p {
    margin-top: 12px;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1.5;
  }

  .wrapAward1 .cassette.item05 .unit3 .campaign .tel_link {
    font-weight: bold;
  }

  /* extra */
  .wrapAward1 .item_extra {
    width: 100%;
    padding: 26px 4% 4%;
    background: #e3dcc2 url(../img/bg_extra.jpg);
    background-size: cover;
  }

  .wrapAward1 .item_extra.item_only,
  .wrapAward1 .item_extra.hojokin_con {
    padding: 4% 4%;
  }

  .wrapAward1 .jogai .item_extra {
    background: #e3dcc2 url(../img/bg_extra_3.jpg);
  }

  .wrapAward1 .item_extra h3 {
    color: #bd0c07;
    font-size: 1.9rem;
    margin-top: 0;
    line-height: 1.4;
  }

  .wrapAward1 .item_extra h3 span {
    color: #11232e;
    font-size: 1.8rem;
  }

  .wrapAward1 .item_extra h3 small {
    display: block;
    color: #11232e;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }

  .wrapAward1 .item_extra h3 + p {
    text-align: center;
    margin-top: 1.5em;
    line-height: 1.5;
    font-size: 1.3rem;
  }

  .wrapAward1 .item_extra .logo {
    margin: 0 auto;
    width: 64px;
    background-color: #fff;
    padding: 10px 0;
    position: absolute;
    left: 0;
    top: 0;
  }

  .wrapAward1 .item_extra.hojokin_con .set {
    padding: 4px 4% 16px 4%;
    background-color: #fff;
  }

  .wrapAward1 .item_extra .set h3 {
    font-size: 1.9rem;
    color: #11232e;
    margin-top: 16px;
    line-height: 1.3;
  }

  .wrapAward1 .item_extra .cassette {
    padding-bottom: 0;
  }

  .wrapAward1 .item_extra .cassette + .cassette {
    margin-top: 20px;
  }

  .wrapAward1 .item_extra .cassette .unit2 {
  }

  .wrapAward1 .item_extra .cassette .unit2 .price {
    font-size: 1.4rem;
  }

  .wrapAward1 .item_extra .cassette .unit2 .price span {
    font-size: 1.2rem;
  }

  .wrapAward1 .item_extra .cassette .unit2 .price em {
    font-size: 1.8rem;
  }

  .wrapAward1 .item_extra .unit4 {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 6px solid #f4f2f0;
  }

  .wrapAward1 .item_extra .bana {
    margin: 26px auto 10px auto;
    width: 90%;
  }

  /*
  .wrapAward1 .item_extra h4 {
    padding-bottom: 24px;
    margin-bottom: 15px;
    position: relative;
    color: #0151ac;
    font-size: 1.8rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
  }

  .wrapAward1 .item_extra .set01 h4 {
    padding-top: 75px;
    margin-top: -15px;
  }

  .wrapAward1 .item_extra h4::after {
    width: 100%;
    height: auto;
    padding-top: calc(40 / 600 * 100%);
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../img/item_extra_catch_bg.png) no-repeat 0 0/contain;
    content: '';
  }

  .wrapAward1 .item_extra .set01 h4 span {
    width: 60px;
    height: 60px;
    padding-top: 21px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #0151ac;
    border-radius: 50%;
    color: #fff;
    font-size: 1.4rem;
    vertical-align: 6px;
  }
  .wrapAward1 .item_extra h5 {
    margin: 24px 0 0;
    font-size: 2.1rem;
    text-align: center;
    line-height: 1.4;
  }
*/

  /*
  .wrapAward1 .jogai .cassette .unit2 {}

  .wrapAward1 .jogai .cassette .unit2 .inner {
    padding: 14px 16px 0 16px;
  }
*/
  .wrapAward1 .cassette .cassette {
    margin-top: 0;
    padding-top: 20px;
  }

  .wrapAward1 .cassette .unit3 .maker {
    margin-top: 30px;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .maker img {
    height: 20px;
  }

  .wrapAward1 .cassette .set02 .unit3 .maker img:nth-of-type(3) {
    height: 28px;
    margin-top: 9px;
  }

  .wrapAward1 .cassette .unit3 .maker img + img {
    margin-left: 21px;
  }

  .wrapAward1 .cassette .unit3 figure {
    margin-top: 15px;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 figure img {
    max-width: 170px;
  }

  .wrapAward1 .cassette .set02 .unit3 figure img {
    max-width: 240px;
    margin: 15px 0 10px;
  }

  .wrapAward1 .cassette .unit3 .spec {
    margin-top: 15px;
  }

  .wrapAward1 .cassette .unit3 .spec p {
    margin-top: 9px;
    font-size: 1.1rem;
    line-height: 1.5;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .off {
    width: 120px;
    padding: 9px 18px;
    margin: 12px auto;
    background-color: #f39203;
    color: #fff;
    font-size: 1.8rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .price {
    margin-top: 12px;
    color: #bd0c07;
    text-align: center;
  }

  .wrapAward1 .cassette .unit3 .price em {
    font-size: 2.4rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
  }

  .wrapAward1 .cassette .unit3 .price small {
    font-size: 1.1rem;
  }

  .wrapAward1 .cassette .unit4 .feature {
    margin-bottom: 20px;
    text-align: center;
  }

  .wrapAward1 .cassette .unit4 .feature img {
    max-width: 180px;
  }

  .wrapAward1 .cassette .unit4 .feature img + img {
    margin-top: 15px;
  }

  .wrapAward1 .cassette .unit4 p {
    margin-top: 0;
    font-size: 1.4rem;
    line-height: 1.6;
    text-align: center;
  }

  .wrapAward1 .cassette .unit4 .detail {
    padding: 0 12px 12px;
    margin-top: 15px;
    border: 1px solid #43a1bc;
  }

  .wrapAward1 .cassette .unit4 .detail h5 {
    margin: 15px 0 6px;
    color: #43a1bc;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: left;
  }

  /* other */
  .wrapAward1 p.other {
    padding: 0 6%;
    margin-top: 30px;
    font-size: 1.6rem;
    line-height: 1.6;
    text-align: center;
  }

  /* period */
  .wrapAward1 .period {
    width: 88%;
    padding: 24px 0;
    margin: 20px auto 0;
    background-color: #fad219;
    font-size: 1.5rem;
    text-align: center;
  }

  .wrapAward1 .period em {
    display: inline-block;
    margin: 6px 12px 0;
    font-size: 2rem;
  }

  /* order */
  .wrapAward1 .order {
    margin-top: 30px;
    opacity: 0;
    position: relative;
    top: 30px;
    transition: 500ms;
  }

  .wrapAward1 .order.active {
    opacity: 1;
    top: 0;
  }

  .wrapAward1 .order a {
    width: 88%;
    height: 84px;
    margin: auto;
    display: block;
    text-decoration: none;
  }

  .wrapAward1 .order a::before {
    width: 88%;
    height: 84px;
    margin: auto;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    background-color: #9fb1bc;
    border-radius: 6px;
    content: '';
  }

  .wrapAward1 .order a > span {
    width: 100%;
    height: 84px;
    padding-top: 33px;
    margin: 0 auto;
    display: block;
    position: relative;
    background-color: #11232e;
    border-radius: 6px;
    color: #fff;
    font-size: 1.7rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-align: center;
    animation: btn_wrapAward1 2s infinite;
  }

  @keyframes btn_wrapAward1 {
    0%,
    20%,
    40% {
      transform: translate(0, 0);
    }

    10%,
    30% {
      transform: translate(0, 3px);
    }
  }

  .wrapAward1 .order a > span::after {
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border-top: 2px solid #f4f2f0;
    border-left: 2px solid #f4f2f0;
    transform: rotate(135deg);
    content: '';
  }

  /* priceoff */
  .wrapAward1 .priceoff {
    width: 88%;
    padding: 24px 6% 26px;
    margin: 196px auto 0;
    position: relative;
    background-color: #f39203;
  }

  .wrapAward1 .priceoff h2 {
    padding-top: 28px;
    position: absolute;
    top: -150px;
    left: 0;
    font-size: 1.5rem;
    line-height: 1.6;
  }

  .wrapAward1 .priceoff h2::before {
    right: -40px;
  }

  .wrapAward1 .priceoff h3 {
    margin-top: 6px;
  }

  .wrapAward1 .priceoff::before {
    width: 160px;
    height: 148px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -90px;
    background: url(../img/priceoff_bg.png) no-repeat 0 0;
    background-size: contain;
    content: '';
    display: none;
  }

  .wrapAward1 .priceoff p {
    margin-top: 0;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: left;
    text-indent: -4em;
    padding-left: 4em;
    margin-bottom: 16px;
  }

  .wrapAward1 .priceoff p:last-child {
    margin-bottom: 0;
  }

  .wrapAward1 .priceoff p strong {
    padding: 1px 10px;
    margin: 0 4px;
    display: inline-block;
    background-color: #bd0c07;
    font-size: 1.5rem;
    color: #fff;
    text-indent: 0;
  }

  .wrapAward1 .priceoff p strong small {
    font-size: 1.2rem;
  }

  .wrapAward1 .priceoff p span {
    font-size: 2rem;
  }

  .wrapAward1 .priceoff .note {
    margin-top: 12px;
  }

  .wrapAward1 .priceoff .note li {
    padding-left: 15px;
    position: relative;
    color: #fff;
    font-size: 1.1rem;
  }

  .wrapAward1 .priceoff .note li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .wrapAward1 .priceoff .example {
    position: absolute;
    bottom: 20px;
    right: 12px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
  }

  .wrapAward1 .priceoff .example figure {
    margin-bottom: 9px;
  }

  .wrapAward1 .priceoff .example figure img {
    height: 100px;
    border: 3px solid #fff;
  }

  .wrapAward1 .priceoff .example figure img + img {
    margin-left: 6px;
  }
}

/* end SP */

/* ================================================================
Event
================================================================ */
/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #sctEvent {
    padding: 75px 0 90px;
    background-color: #f39203;
  }

  #sctEvent h2 {
    color: #fff;
    font-size: 4.2rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
  }

  #sctEvent h2 + p {
    color: #bd0c07;
    font-size: 2.4rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    text-align: center;
  }

  #sctEvent h2 + p span {
    padding: 6px 15px;
    margin-right: 12px;
    display: inline-block;
    background-color: #bd0c07;
    color: #fff;
    font-size: 1.7rem;
    vertical-align: 0.2em;
  }

  #sctEvent .wrapEvent {
    width: 900px;
    padding: 60px;
    margin: 75px auto 0;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
  }

  #sctEvent .wrapEvent::before {
    width: 280px;
    height: 62px;
    margin: auto;
    display: block;
    position: absolute;
    top: -62px;
    left: 0;
    right: 0;
    background: url(../img/event_bg.png) no-repeat 0 0;
    content: '';
  }

  #sctEvent .wrapEvent > dl {
    padding: 24px 0;
    display: flex;
    border-bottom: 1px solid #e7e9ea;
  }

  #sctEvent .wrapEvent > dl:first-of-type {
    border-top: 1px solid #e7e9ea;
  }

  #sctEvent .wrapEvent > dl > dt {
    width: 30%;
    padding-left: 6px;
    font-size: 1.4rem;
  }

  #sctEvent .wrapEvent > dl > dd {
    width: 70%;
    font-size: 1.5rem;
  }

  #sctEvent .wrapEvent > dl > dd > p:first-of-type {
    margin-top: 0;
  }

  #sctEvent .wrapEvent .details {
    padding: 15px;
    margin: 15px 0;
    display: flex;
    border: 1px solid #e7e9ea;
  }

  #sctEvent .wrapEvent .details dl {
    margin-top: 9px;
    display: flex;
  }

  #sctEvent .wrapEvent .details dl > dt {
    width: 30%;
    font-size: 1.4rem;
  }

  #sctEvent .wrapEvent .details dl > dd {
    width: 70%;
    padding-left: 18px;
    position: relative;
    font-size: 1.4rem;
  }

  #sctEvent .wrapEvent .details dl > dd::before {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #11232e;
    content: '';
  }

  #sctEvent .wrapEvent .details dl > dd small {
    margin-top: 4px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  #sctEvent .wrapEvent .details figure {
    margin-left: 30px;
  }

  #sctEvent .wrapEvent .details figure img {
    max-width: 150px;
    margin-top: 9px;
    display: block;
  }

  #sctEvent .wrapEvent ul.note {
    margin-top: 6px;
  }

  #sctEvent .wrapEvent ul.note > li {
    padding-left: 1.5em;
    position: relative;
    font-size: 1.2rem;
  }

  #sctEvent .wrapEvent ul.note > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  #sctEvent .wrapEvent figure.katene_logo {
    width: 120px;
    padding: 9px;
    margin-right: 15px;
    display: inline-block;
    border: 1px solid #e7e9ea;
    vertical-align: top;
  }

  /* order */
  #sctEvent .order {
    margin-top: 45px;
    opacity: 0;
    position: relative;
    top: 30px;
    transition: 500ms;
  }

  #sctEvent .order.active {
    opacity: 1;
    top: 0;
  }

  #sctEvent .order a {
    width: 450px;
    height: 90px;
    margin: auto;
    display: block;
    text-decoration: none;
  }

  #sctEvent .order a::before {
    width: 450px;
    height: 90px;
    margin: auto;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    background-color: #bd770d;
    border-radius: 6px;
    content: '';
  }

  #sctEvent .order a > span {
    width: 450px;
    height: 90px;
    padding-top: 35px;
    margin: 0 auto;
    display: block;
    position: relative;
    background-color: #11232e;
    border-radius: 6px;
    color: #fff;
    font-size: 2rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.06em;
    text-decoration: none;
    text-align: center;
    animation: btn_sctEvent 2s infinite;
  }

  @keyframes btn_sctEvent {
    0%,
    20%,
    40% {
      transform: translate(0, 0);
    }

    10%,
    30% {
      transform: translate(0, 3px);
    }
  }

  #sctEvent .order a > span::after {
    width: 12px;
    height: 12px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    border-top: 2px solid #f4f2f0;
    border-left: 2px solid #f4f2f0;
    transform: rotate(135deg);
    content: '';
  }

  #sctEvent .order a:hover > span {
    animation: none;
    background-color: #34444d;
    transform: translate(0, 3px);
    transition: 300ms;
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #sctEvent {
    padding: 60px 6% 90px;
    background-color: #f39203;
  }

  #sctEvent h2 {
    color: #fff;
    font-size: 2.7rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 1.4;
  }

  #sctEvent h2 + p {
    margin-top: 15px;
    color: #bd0c07;
    font-size: 1.8rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    letter-spacing: 0.03em;
    line-height: 1.7;
    text-align: center;
  }

  #sctEvent h2 + p span {
    padding: 6px 12px;
    margin-right: 9px;
    display: inline-block;
    background-color: #bd0c07;
    color: #fff;
    font-size: 1.4rem;
    vertical-align: 0.2em;
  }

  #sctEvent .wrapEvent {
    width: 100%;
    padding: 36px 24px;
    margin: 54px auto 0;
    position: relative;
    background-color: #fff;
    border-radius: 15px;
  }

  #sctEvent .wrapEvent::before {
    width: 200px;
    height: 44px;
    margin: auto;
    display: block;
    position: absolute;
    top: -44px;
    left: 0;
    right: 0;
    background: url(../img/event_bg.png) no-repeat 0 0;
    background-size: 200px auto;
    content: '';
  }

  #sctEvent .wrapEvent dl {
    padding: 24px 0;
    display: flex;
    border-bottom: 1px solid #e7e9ea;
  }

  #sctEvent .wrapEvent dl:first-of-type {
    border-top: 1px solid #e7e9ea;
  }

  #sctEvent .wrapEvent dl > dt {
    width: 30%;
    padding-left: 6px;
    font-size: 1.3rem;
  }

  #sctEvent .wrapEvent dl > dd {
    width: 70%;
    padding-left: 24px;
    font-size: 1.4rem;
  }

  #sctEvent .wrapEvent dl > dd > p:first-of-type {
    margin-top: 0;
  }

  #sctEvent .wrapEvent .details {
    margin: 15px 0;
  }

  #sctEvent .wrapEvent .details dl {
    padding: 6px 0;
    margin-top: 6px;
    display: block;
  }

  #sctEvent .wrapEvent .details dl > dt {
    width: 100%;
    font-size: 1.4rem;
  }

  #sctEvent .wrapEvent .details dl > dd {
    width: 100%;
    padding-left: 18px;
    position: relative;
    font-size: 1.4rem;
  }

  #sctEvent .wrapEvent .details dl > dd::before {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    border-style: solid;
    border-width: 4.5px 0 4.5px 6px;
    border-color: transparent transparent transparent #11232e;
    content: '';
  }

  #sctEvent .wrapEvent .details dl > dd small {
    margin-top: 4px;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.6;
  }

  #sctEvent .wrapEvent .details figure {
    padding: 6px;
  }

  #sctEvent .wrapEvent .details figure img {
    margin-top: 9px;
    display: block;
  }

  #sctEvent .wrapEvent ul.note {
    margin-top: 6px;
  }

  #sctEvent .wrapEvent ul.note > li {
    padding-left: 1.5em;
    position: relative;
    font-size: 1.2rem;
  }

  #sctEvent .wrapEvent ul.note > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  #sctEvent .wrapEvent figure.katene_logo {
    width: 105px;
    padding: 9px;
    margin-bottom: 15px;
    display: block;
    border: 1px solid #e7e9ea;
  }

  #sctEvent .wrapEvent figure.katene_pht {
    margin-top: 12px;
  }

  /* order */
  #sctEvent .order {
    margin-top: 30px;
    opacity: 0;
    position: relative;
    top: 30px;
    transition: 500ms;
  }

  #sctEvent .order.active {
    opacity: 1;
    top: 0;
  }

  #sctEvent .order a {
    width: 100%;
    height: 84px;
    margin: auto;
    display: block;
    text-decoration: none;
  }

  #sctEvent .order a::before {
    width: 100%;
    height: 84px;
    margin: auto;
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    right: 0;
    background-color: #bd770d;
    border-radius: 6px;
    content: '';
  }

  #sctEvent .order a > span {
    width: 100%;
    height: 84px;
    padding-top: 33px;
    margin: 0 auto;
    display: block;
    position: relative;
    background-color: #11232e;
    border-radius: 6px;
    color: #fff;
    font-size: 1.7rem;
    font-family: bokutoh-rera, sans-serif;
    font-weight: 400;
    text-decoration: none;
    text-align: center;
    animation: btn_sctEvent 2s infinite;
  }

  @keyframes btn_sctEvent {
    0%,
    20%,
    40% {
      transform: translate(0, 0);
    }

    10%,
    30% {
      transform: translate(0, 3px);
    }
  }

  #sctEvent .order a > span::after {
    width: 10px;
    height: 10px;
    margin: auto;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    border-top: 2px solid #f4f2f0;
    border-left: 2px solid #f4f2f0;
    transform: rotate(135deg);
    content: '';
  }
}

/* end SP */

/* ================================================================
Writing
================================================================ */
/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #sctWriting {
    padding: 75px 0;
  }

  .wrapConsideration {
    width: 960px;
    padding: 60px 75px 75px;
    margin: 0 auto;
    border: 12px solid #e7e9ea;
  }

  .wrapAsct {
    width: 960px;
    padding: 60px 90px 75px;
    margin: 0 auto;
    border-left: 12px solid #e7e9ea;
    border-right: 12px solid #e7e9ea;
    border-bottom: 12px solid #e7e9ea;
  }

  #sctWriting h2 {
    margin-bottom: 48px;
    font-size: 2.7rem;
    text-align: center;
  }

  #sctWriting h3 {
    margin-top: 18px;
    font-size: 1.4rem;
  }

  #sctWriting h4 {
    margin-top: 18px;
    font-size: 1.4rem;
  }

  #sctWriting h4::before {
    margin-right: 12px;
    content: '○';
  }

  #sctWriting p {
    margin-top: 12px;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #sctWriting ul.list01 > li {
    padding-left: 1.8em;
    margin-top: 9px;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #sctWriting ul.list01 > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '○';
  }

  #sctWriting ul.list01 > li > div {
    margin-top: 9px;
    font-size: 1.4rem;
  }

  #sctWriting ul.list01 > li > p {
    margin-top: 6px;
    font-size: 1.4rem;
  }

  #sctWriting ul.list02 {
    padding-bottom: 6px;
  }

  #sctWriting ul.list02 > li {
    padding-left: 1.3em;
    margin-top: 3px;
    position: relative;
    font-size: 1.4rem;
    line-height: 1.8;
  }

  #sctWriting ul.list02 > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #sctWriting {
    padding: 45px 6%;
  }

  .wrapConsideration {
    width: 100%;
    padding: 30px 6%;
    margin: 0 auto;
    border: 6px solid #e7e9ea;
  }

  .wrapAsct {
    width: 100%;
    padding: 30px 6%;
    margin: 0 auto;
    border-left: 6px solid #e7e9ea;
    border-right: 6px solid #e7e9ea;
    border-bottom: 6px solid #e7e9ea;
  }

  #sctWriting h2 {
    margin-bottom: 30px;
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
  }

  #sctWriting h3 {
    margin-top: 36px;
    font-size: 1.6rem;
  }

  #sctWriting h4 {
    margin-top: 30px;
    font-size: 1.5rem;
  }

  #sctWriting h4::before {
    margin-right: 12px;
    content: '○';
  }

  #sctWriting ul.list01 > li > div {
    margin-top: 9px;
    font-size: 1.3rem;
  }

  #sctWriting ul.list01 > li > p {
    margin-top: 6px;
    font-size: 1.3rem;
  }

  #sctWriting ul.list01 > li {
    padding-left: 1.8em;
    margin-top: 9px;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  #sctWriting ul.list01 > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '○';
  }

  #sctWriting ul.list02 > li {
    padding-left: 1.3em;
    margin-top: 9px;
    position: relative;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  #sctWriting ul.list02 > li::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '・';
  }
}

/* end SP */

/* ================================================================
Contact
================================================================ */
.wrapContact .url {
  word-break: break-all;
}

#sctContact h3 {
  margin-bottom: 14px;
  font-size: 1.8rem;
  line-height: 1.55;
}

#sctContact .about_ecocute {
  margin-bottom: 30px;
}

#sctContact .about_cp p {
  margin: 0;
}

/* PC ------------------ */
@media print, screen and (min-width: 768px) {
  #sctContact {
    padding: 75px 0;
    background-color: #f3f4f4;
  }

  .wrapContact {
    width: 960px;
    padding: 60px 90px;
    margin: 0 auto;
    background-color: #fff;
    border: 12px solid #e7e9ea;
  }

  .wrapContact h2 {
    margin-bottom: 54px;
    font-size: 2.7rem;
    text-align: center;
  }

  .wrapContact .address {
    font-size: 1.5rem;
    line-height: 1.8;
    text-align: left;
  }

  .wrapContact em.companyname {
    margin-bottom: 6px;
    display: inline-block;
    font-size: 1.8rem;
  }

  .wrapContact em.companyname + small {
    font-size: 1.2rem;
  }

  .wrapContact ul.note {
    margin-top: 6px;
  }

  .wrapContact ul.note > li {
    padding-left: 1.5em;
    position: relative;
    font-size: 1.2rem;
  }

  .wrapContact ul.note > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .wrapContact dl {
    margin-top: 15px;
  }

  .wrapContact dt {
    line-height: 2;
  }

  .wrapContact dd {
    font-size: 1.4rem;
    line-height: 2;
  }

  .wrapContact .tel_link {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
  }

  .wrapContact dd small {
    font-size: 1.3rem;
  }

  .wrapContact p {
    font-size: 1.4rem;
  }
}

/* end PC */
/* SP ------------------ */
@media screen and (max-width: 767px) {
  #sctContact {
    padding: 30px 6%;
    background-color: #f3f4f4;
  }

  .wrapContact {
    width: 100%;
    padding: 45px 6%;
    margin: 0 auto;
    background-color: #fff;
    border: 6px solid #e7e9ea;
  }

  .wrapContact h2 {
    margin-bottom: 36px;
    font-size: 2rem;
    text-align: center;
  }

  .wrapContact .address {
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .wrapContact em.companyname {
    margin-bottom: 6px;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.2;
  }

  .wrapContact em.companyname + small {
    font-size: 1.2rem;
  }

  .wrapContact ul.note {
    margin-top: 12px;
  }

  .wrapContact ul.note > li {
    padding-left: 1.5em;
    position: relative;
    font-size: 1.1rem;
  }

  .wrapContact ul.note > li::before {
    position: absolute;
    top: 0;
    left: 0;
    content: '※';
  }

  .wrapContact dl {
    margin-top: 18px;
  }

  .wrapContact dt span {
    width: 100%;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    font-size: 1.4rem;
    text-align: center;
  }

  .wrapContact dt span::after {
    width: 60px;
    height: 6px;
    margin: auto;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #e7e9ea;
    content: '';
  }

  .wrapContact dd {
    padding: 4px 0 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }

  .wrapContact dd a {
    word-break: break-all;
  }

  .wrapContact .tel_link {
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1;
  }
}

/* end SP */

#flow {
  padding: 50px 0 0 0;
}

#flow h2 {
  margin-bottom: 48px;
  font-size: 2.7rem;
  text-align: center;
}

#flow .flowMainBox {
  width: 960px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#flow .flowMainBox .flowBox {
  background: #edeff1;
  align-items: center;
  position: relative;
  padding: 10px 10px;
  width: 14.5%;
}

#flow .flowMainBox .flowBox#flow_2 {
  width: 18%;
}

#flow .flowMainBox .flowBox::after {
  display: block;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-left: 8px solid #ffffff;
  border-left-color: #edeff1;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -9px;
  content: '';
}

#flow .flowMainBox .flowBox.last::after {
  display: none;
}

#flow .flowMainBox .flowBox .icon {
  width: 100px;
  text-align: center;
  margin: 0;
}

#flow .flowMainBox .flowBox .icon img {
  max-width: 100%;
}

#flow .flowMainBox .flowBox h3 {
  color: #242424;
  font-size: 1.55rem;
  background-size: 42px auto;
  background-position: center left;
  background-repeat: no-repeat;
  padding: 0 0 0 50px;
  height: 70px;
  line-height: 70px;
}

#flow .flowMainBox .flowBox#flow_1 h3 {
  background-image: url(../img/flow01.gif);
}

#flow .flowMainBox .flowBox#flow_2 h3 {
  background-image: url(../img/flow02.gif);
}

#flow .flowMainBox .flowBox#flow_3 h3 {
  background-image: url(../img/flow03.gif);
}

#flow .flowMainBox .flowBox#flow_4 h3 {
  background-image: url(../img/flow04.gif);
}

#flow .flowMainBox .flowBox#flow_5 h3 {
  background-image: url(../img/flow05.gif);
}

#flow .flowMainBox .flowBox#flow_6 h3 {
  background-image: url(../img/flow06.gif);
}

#flow .flowMainBox .flowBox h3 span {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #ec7e21;
  color: #fff;
  width: 2.6em;
  height: 2.6em;
  line-height: 2.6em;
  border-radius: 50%;
  margin-left: 6px;
  text-align: center;
}

/* SP ------------------ */
@media screen and (max-width: 767px) {
  #flow h2 span {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  #flow .flowMainBox {
    width: 100%;
    margin: 40px auto 0;
    display: block;
    padding: 0 6%;
  }

  #flow .flowMainBox .flowBox,
  #flow .flowMainBox .flowBox#flow_2 {
    display: block;
    margin: 25px 0 0 0;
    width: 100%;
  }

  #flow .flowMainBox .flowBox::after {
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #edeff1;
    bottom: 0;
    top: auto;
    left: 50%;
    margin-bottom: -20px;
    margin-left: -14px;
  }

  #flow .flowMainBox .flowBox .icon {
    width: 100%;
    min-width: 100%;
    margin: 0;
  }

  #flow .flowMainBox .flowBox h3 {
    font-size: 1.8rem;
    text-align: center;
    width: 100%;
    background-size: 42px auto;
    padding: 0;
    height: 40px;
    line-height: 40px;
    background-position: 14px center;
  }

  #flow .flowMainBox .flowBox#flow_2 h3 {
    padding-left: 30px;
  }

  #flow .flowMainBox .flowBox h3 span {
    font-size: 1.3rem;
  }
}

/* end SP */

#about_cp {
  padding: 80px 0 0 0;
}

#about_cp .design {
  padding: 75px 3%;
  text-align: center;
  background-color: #ec7e21;
}

#about_cp .about_cp_wrap {
  padding: 75px 0;
  background-color: #ec7e21;
}

#about_cp h2 {
  margin-bottom: 52px;
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

#about_cp .about_cpMainBox {
  width: 960px;
  margin: 0 auto;
}

/* SP ------------------ */
@media screen and (max-width: 767px) {
  #about_cp h2 {
    margin-bottom: 40px;
    font-size: 2rem;
  }

  #about_cp h2 span {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }

  #about_cp .about_cpMainBox {
    width: 100%;
    margin: 40px auto 0;
    display: block;
    padding: 0 6%;
  }
}

/* end SP */

.item_extra_contact {
  padding: 20px 40px 30px 40px;
  background-color: #fff;
  width: 820px;
  margin: 50px auto 0 auto;
  line-height: 1.7;
  font-size: 1.6rem;
}

.item_extra_contact .tel_link {
  font-size: 3rem;
}

.item_extra_contact .note {
  margin-left: 1.5em;
  font-size: 1.6rem;
}

.item_extra_contact .note strong {
  font-size: 1.8rem;
  color: #bd0c07;
}

#inquiry_tel_form {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 960px;
  margin-left: -480px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 1.4;
  z-index: 10;
  box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.15);
}

#inquiry_tel_form .tel_box,
#inquiry_tel_form .form_box {
  width: 480px;
  padding: 10px 24px;
  color: #fff;
}

#inquiry_tel_form .tel_box {
  background-color: #11232e;
}

#inquiry_tel_form .tel_box .tel {
  margin-bottom: 2px;
  text-align: center;
  font-size: 15px;
}

#inquiry_tel_form .tel_box .time {
  text-align: center;
  font-size: 14px;
}

#inquiry_tel_form .tel_box span {
  font-size: 32px;
}

#inquiry_tel_form .form_box {
  background-color: #ec7e21;
  font-size: 20px;
  text-align: center;
  padding-top: 14px;
  display: block;
  text-decoration: none;
}

#inquiry_tel_form .form_box:hover {
  background-color: #f47204;
}

#inquiry_tel_form .form_box span {
  display: inline-block;
  margin-top: 8px;
  border: 1px solid #fff;
  padding: 4px 14px;
}

.type_num {
  font-size: 13px;
  margin-top: 10px;
  text-align: center;
}

.img_note {
  margin-top: 12px;
  text-align: right;
  font-size: 12px;
}

.img_note span {
  display: inline-block;
  text-align: left;
  line-height: 1.7;
}

.bana_note {
  font-size: 12px;
  margin-top: 12px;
  text-align: center;
}

.hojyo_txt {
  font-size: 22px;
  margin-top: 5px;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  text-align: center;
}

.hojyo_txt strong {
  font-size: 40px;
  margin-right: 10px;
  color: #d00000;
}

@media screen and (max-width: 767px) {
  .wrapAward1 .cassette_note {
    padding: 22px 26px;
  }

  .img_note {
    margin-right: 5%;
  }

  .bana_note {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    line-height: 1.5;
  }

  .item_extra_contact {
    padding: 14px 24px 24px 24px;
    background-color: #fff;
    width: 88%;
    margin: 30px auto 0 auto;
    line-height: 1.7;
    font-size: 1.4rem;
    text-align: center;
  }

  .item_extra_contact .tel_link {
    font-size: 2.4rem;
  }

  .item_extra_contact .note {
    display: block;
    margin-top: 7px;
    margin-bottom: 10px;
    font-size: 1.4rem;
  }

  .item_extra_contact .note strong {
    font-size: 1.5rem;
  }

  #inquiry_tel_form {
    width: 100%;
    margin-left: 0;
    left: 0;
  }

  #inquiry_tel_form .tel_box,
  #inquiry_tel_form .form_box {
    width: 50%;
    padding: 10px 10px;
  }

  #inquiry_tel_form .tel_box .tel {
    margin-bottom: 2px;
    text-align: center;
    font-size: 12px;
  }

  #inquiry_tel_form .tel_box span {
    font-size: 18px;
    display: block;
  }

  #inquiry_tel_form .tel_box span a {
    color: #fff;
  }

  #inquiry_tel_form .tel_box .time {
    text-align: center;
    font-size: 11px;
  }

  #inquiry_tel_form .form_box {
    background-color: #ec7e21;
    font-size: 14px;
    text-align: center;
    padding-top: 14px;
    display: block;
    text-decoration: none;
  }
}

/* ================================================================
shareholder
================================================================ */

.area {
  background-color: #11232e;
  font-size: 14px;
}

.area .inner {
  padding: 12px 16px;
  margin: 0 auto;
  width: 1000px;
  text-align: center;
}

.area .inner .caution {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.area .inner .mi {
  display: inline-block;
  padding: 6px 12px;
  margin-right: 10px;
  background-color: #ec7e21;
}

/*
.area .inner ul {
  text-align: center;
  padding: 14px 20px;
  background-color: #fff;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}

.area .inner ul li::after {
  content: '・';
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.area .inner ul li:last-child::after {
  content: '';
  margin: 0;
}
*/
.area .wrapper {
  text-align: left;
  margin-top: 8px;
  padding: 14px 20px;
  background-color: #fff;
  line-height: 1.4;
}

.area .wrapper .kani {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px 18px;
}

.area .wrapper .kani p {
  font-size: 16px;
}

.area .wrapper .kani p.more_bt {
  font-size: 13px;
  cursor: pointer;
  padding-right: 18px;
  position: relative;
}

.plus_ico {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  color: #333;
  width: 15px;
  height: 15px;
  border: 1px solid #333;
}

.plus_ico::before,
.plus_ico::after {
  display: block;
  width: 1px;
  height: 7px;
  background: #333;
  top: 50%;
  right: 6px;
  margin-top: -4px;
  content: '';
  position: absolute;
}

.plus_ico::before {
  transform: rotate(90deg);
}

.open .plus_ico::after {
  display: none;
}

.area .wrapper .hide {
  display: none;
}

.area .wrapper div > ul li {
  margin-bottom: 3px;
  display: flex;
  font-weight: bold;
}

.area .wrapper div > ul li:last-child {
  margin-bottom: 0;
}

.area .wrapper ul ul {
  width: 810px;
  margin-left: 1em;
  font-weight: normal;
}

.area .wrapper ul ul li {
  margin-bottom: 0;
  font-weight: normal;
}

.area .wrapper .note {
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .area .inner {
    width: 100%;
  }

  .area .inner .mi {
    padding: 6px 0;
    width: 6em;
  }

  .area .inner .mi + p {
    text-align: left;
    line-height: 1.3;
    font-size: 1.2rem;
  }
  .area .wrapper .kani {
    flex-flow: column;
    align-items: flex-end;
    width: fit-content;
    margin: 0 auto;
  }
  .area.open .wrapper .kani {
    margin-bottom: 4px;
  }
  .area .wrapper .kani p {
    text-align: center;
  }
  .area .wrapper .kani p.more_bt {
    text-align: right;
  }

  /*
  .area .inner ul {
    padding: 6px 6px;
    flex-wrap: wrap;
    gap: 0.3em 0;
  }

  .area .inner ul li {
    width: 100%;
    font-size: 1.3rem;
  }

  .area .inner ul li::after {
    content: '';
    margin: 0;
  }
*/
  .area .wrapper ul ul {
    width: 100%;
  }

  .area .wrapper > ul li {
    display: block;
    font-size: 1.3rem;
    margin-bottom: 8px;
  }
}

.campaign {
  text-align: center;
  margin: 120px 0 50px 0;
  position: relative;
}

.campaign p {
  position: absolute;
  top: -3em;
  right: 0;
  left: 0;
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.5;
  font-family: bokutoh-rera, sans-serif;
  font-weight: 400;
  text-align: center;
  background-color: #f47204;
  width: 18em;
  margin: 0 auto;
  padding: 0.5em 0;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .campaign {
    margin: 65px 0 16px 0;
    padding: 26px 4% 4%;
  }

  .campaign p {
    top: -1.4em;
    font-size: 1.7rem;
    padding: 0.2em 0;
  }
}

.item_extra .point {
  display: flex;
  margin-top: 26px;
  flex-wrap: wrap;
  gap: 20px 0;
  align-items: stretch;
  justify-content: center;
}

.item_extra .point li {
  width: 50%;
  text-align: center;
}

.item_extra .point li img {
  max-width: 100%;
}

.item_extra .point li.pc {
  width: 100%;
}

.item_extra .hojokin {
  text-align: center;
  margin-top: 50px;
}

.item_extra .hojokin a {
  position: relative;
  padding-left: 50px;
  display: block;
  width: 19em;
  margin: 0 auto;
  padding: 10px 0px 10px 25px;
  border-radius: 1.75em;
  color: #393939;
  height: 3.5em;
  border: 1px solid #bababa;
  text-decoration: none;
}

.item_extra .hojokin a::before {
  width: 20px;
  height: 22px;
  margin: auto;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3em;
  background: url(../img/icn_pdf.png) no-repeat 0 0;
  content: '';
  background-size: 20px auto;
}

.item_extra .hojokin_note {
  background-color: #f4f2f0;
  padding: 1.5em 2em;
  margin-top: 2.3em;
}

.item_extra .hojokin_note p {
  margin-top: 0;
  font-size: 1.4rem;
  line-height: 1.7;
}

.item_extra .hojokin_note a {
  color: #11232e;
}

@media screen and (max-width: 767px) {
  .item_extra .point {
    margin-top: 18px;
  }

  .item_extra .point li {
    width: 80%;
  }

  .item_extra .hojokin {
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .item_extra .hojokin_note {
    padding: 1.5em 1.5em;
    margin-top: 1.6em;
  }

  .item_extra .hojokin_note p {
    font-size: 1.3rem;
  }
}

/*wrapCassette2*/
.wrapCassette2 {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.wrapCassette .wrapCassette2 .cassette {
  width: 360px;
  padding-bottom: 140px;
}

.wrapCassette.jogai .wrapCassette2 .cassette {
  margin-top: 20px;
}

.wrapCassette .item_extra .cassette.miraiz_cp {
  padding-bottom: 416px;
}

.wrapCassette .item_extra.other .cassette.miraiz_cp {
  border-color: #0071ba;
}

.wrapCassette.jogai .cassette.miraiz_cp {
  padding-bottom: 338px;
}

.wrapCassette .wrapCassette2 .cassette .unit1 {
  padding: 40px 30px 0;
  overflow: hidden;
}

.wrapCassette .wrapCassette2 .cassette .unit1 figure {
  width: 100%;
  margin-top: 10px;
}

.wrapCassette .wrapCassette2 .cassette .unit1 figure img {
  width: 44%;
  margin-top: 4px;
}

.wrapCassette .wrapCassette2 .cassette.item04_2 .unit1 figure img {
  width: 50%;
  margin: 0;
}

.wrapCassette .wrapCassette2 .cassette.item04_2 .unit1 figure img:nth-child(2) {
  width: 44%;
}

.wrapAward1 .item_extra .wrapCassette2 .img_note {
  width: 100%;
}

.wrapCassette .wrapCassette2 .cassette .unit2 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.wrapCassette .cassette.miraiz_cp .unit2 {
  color: #fff;
}

.wrapCassette .cassette.miraiz_cp .unit2 p {
  margin: 0 0 0.5em 0;
  line-height: 1.5;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.special {
  font-size: 14px;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.sp_price {
  font-size: 14px;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.sp_price strong {
  font-size: 30px;
  margin-left: 0.5em;
  font-weight: bold;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.sp_price span {
  font-size: 18px;
  margin-left: 0.5em;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.sarani {
  font-size: 14px;
  width: 19em;
  background-color: #fff;
  border-radius: 1.2em;
  height: 2.4em;
  line-height: 2.4em;
  color: #11232e;
  margin: 0 auto;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.cash_back {
  font-size: 16px;
  color: #ffe600;
  line-height: 1.45;
  margin-top: 0.5em;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.cash_back strong {
  font-size: 38px;
  font-weight: bold;
}

.wrapCassette .cassette.miraiz_cp .unit2 p.cash_back span {
  font-size: 19px;
  margin-left: 0.2em;
}

.wrapCassette .cassette.miraiz_cp .unit2 .saranisarani {
  background-color: #fff;
  padding: 12px 8px;
  border-radius: 4px;
  color: #11232e;
  margin: 12px auto 14px auto;
  width: 90%;
}

.wrapCassette .cassette.miraiz_cp .unit2 .saranisarani p {
  font-size: 14px;
}

.wrapCassette .cassette.miraiz_cp .unit2 .saranisarani p {
  margin-bottom: 0;
}

.wrapCassette .cassette.miraiz_cp .unit2 .saranisarani .cb_point {
  font-size: 14px;
  color: #d00000;
}

.wrapCassette .cassette.miraiz_cp .unit2 .saranisarani .cb_point strong {
  font-size: 26px;
  font-weight: bold;
  margin-right: 0.1em;
}

.wrapCassette .cassette.miraiz_cp .unit2 .jissitu {
  padding-bottom: 16px;
}

.wrapCassette .cassette.miraiz_cp .unit2 .jissitu p.cb {
  width: 100%;
  height: 65px;
  background: url(../img/item_price_bg.png) no-repeat center center;
  font-size: 14px;
  color: #11232e;
  background-size: contain;
  margin: 0 auto;
}

/*
.wrapCassette.jogai .cassette.miraiz_cp .unit2 .jissitu p.cb {
  height: 70px;
  padding-top: 0.2em;
}
*/
.wrapCassette .item_extra .cassette.miraiz_cp .unit2 .jissitu p.cb {
}

.wrapCassette .cassette.miraiz_cp .unit2 .jissitu p.cb strong {
  font-size: 36px;
  font-weight: bold;
}

.wrapCassette .cassette.miraiz_cp .unit2 .jissitu p.cb span {
  font-size: 20px;
  margin-right: 0.5em;
}

@media screen and (max-width: 767px) {
  .wrapCassette .item_extra .cassette.miraiz_cp,
  .wrapCassette.jogai .cassette.miraiz_cp {
    padding-bottom: 0;
  }

  .wrapCassette .wrapCassette2 .cassette {
    max-width: 360px;
    width: 100%;
    padding-bottom: 0;
  }

  .wrapCassette .wrapCassette2 .cassette .unit1 {
    padding: 24px 0 12px 0;
  }

  .wrapAward1 .item_extra .wrapCassette2 .img_note {
    padding-right: 5%;
  }

  .wrapCassette .wrapCassette2 .cassette .unit2 {
    position: static;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.special {
    font-size: 12px;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.sp_price {
    font-size: 13px;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.sp_price strong {
    font-size: 24px;
    margin-left: 0.3em;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.sp_price span {
    font-size: 14px;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.sarani {
    font-size: 13px;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.cash_back {
    font-size: 13px;
    margin-top: 0.5em;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.cash_back strong {
    font-size: 26px;
    margin-left: 0.3em;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 p.cash_back span {
    font-size: 16px;
    margin-left: 0.3em;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 .saranisarani p {
    font-size: 12px;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 .saranisarani .cb_point {
    font-size: 12px;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 .saranisarani .cb_point strong {
    font-size: 21px;
    margin-right: 0.1em;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 .jissitu p.cb {
    width: 95%;
    height: 54px;
    font-size: 14px;
    padding-top: 0.15em;
  }

  /*
  .wrapCassette.jogai .cassette.miraiz_cp .unit2 .jissitu p.cb {
    height: 59px;
  }
*/

  .wrapCassette .cassette.miraiz_cp .unit2 .jissitu p.cb strong {
    font-size: 30px;
  }

  .wrapCassette .cassette.miraiz_cp .unit2 .jissitu p.cb span {
    font-size: 14px;
  }
}

#cp_catch {
  margin-bottom: 44px;
}

#cp_catch p.mi {
  color: #e60012;
  border: 1px solid #e60012;
  font-size: 28px;
  text-align: center;
  border-radius: 3em;
  line-height: 1.5;
  width: 25em;
  padding: 0.6em;
  margin: 0 auto 30px auto;
}

#cp_catch figure {
  min-width: 1000px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 14px;
}

#cp_catch p.note {
  font-size: 12px;
  max-width: 1400px;
  margin: 0.7em auto 0 auto;
  padding: 0 14px;
}

@media screen and (max-width: 767px) {
  #cp_catch {
    margin-bottom: 32px;
  }

  #cp_catch p.mi {
    font-size: 15px;
    width: 22em;
    margin: 0 auto 16px auto;
  }

  #cp_catch figure {
    padding: 0;
    min-width: 0;
    width: 100%;
    text-align: center;
  }

  #cp_catch p.note {
    padding: 0 4%;
    font-size: 12px;
    line-height: 1.5;
  }
}

#footer_miraiz_cp {
  background-color: #e60012;
  padding-top: 14px;
  width: 100%;
  text-align: center;
  height: 112px;
}

#footer_miraiz_cp p {
  font-size: 17px;
  color: #fff;
}

#footer_miraiz_cp p.bt a {
  font-size: 17px;
  border: 1px solid #fff;
  border-radius: 1.3em;
  height: 2.6em;
  line-height: 2.5em;
  margin: 0.7em auto 0 auto;
  width: 23em;
  color: #e60012;
  display: block;
  text-decoration: none;
  background-color: #fff;
}

#footer_miraiz_cp p.bt a:hover {
  color: #fff;
  background-color: #e60012;
}

@media screen and (max-width: 767px) {
  #footer_miraiz_cp {
    height: 98px;
  }

  #footer_miraiz_cp p {
    font-size: 13px;
  }

  #footer_miraiz_cp p.bt a {
    font-size: 15px;
    width: 22em;
  }
}

#cp_flow {
  background-color: #f3f4f4;
  padding: 75px 0;
  margin-bottom: 60px;
}

#cp_flow .wrapper {
  max-width: 960px;
  margin: 0 auto;
}

#cp_flow .wrapper h2 {
  margin-bottom: 48px;
  font-size: 2.7rem;
  text-align: center;
  line-height: 1.5;
}

#cp_flow .wrapper .mi {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 0;
  position: relative;
}

#cp_flow .wrapper li .mi::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 50%;
  border: 40px solid transparent;
  border-top: 34px solid #e6e6e6;
  margin-left: -74px;
}

#cp_flow .wrapper li#cp_flow_1 .mi::before {
  display: none;
}

#cp_flow .wrapper ol {
  max-width: 720px;
  margin: 0 auto;
}

#cp_flow .wrapper li {
  position: relative;
  padding-left: 100px;
  padding-top: 18px;
  padding-bottom: 50px;
  margin-bottom: 14px;
}

#cp_flow .wrapper li:last-child {
  margin-bottom: 0;
}

#cp_flow .wrapper li::before,
#cp_flow .wrapper li::after {
  position: absolute;
  width: 78px;
}

#cp_flow .wrapper li::before {
  content: 'STEP';
  padding-top: 15px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1;
  height: 78px;
  border: 1px solid #787878;
  border-radius: 39px;
  top: 0;
  left: 0;
  background-color: #fff;
}

#cp_flow .wrapper li::after {
  font-size: 2.9rem;
  text-align: center;
  line-height: 1;
  top: 0;
  left: 0;
  padding-top: 36px;
}

#cp_flow .wrapper li#cp_flow_1::after {
  content: '1';
}

#cp_flow .wrapper li#cp_flow_2::after {
  content: '2';
}

#cp_flow .wrapper li#cp_flow_3::after {
  content: '3';
}

#cp_flow .wrapper li#cp_flow_4::after {
  content: '4';
}

#cp_flow .wrapper li .bt {
}

#cp_flow .wrapper li .bt a {
  text-decoration: none;
  color: #fff;
  background-color: #f67800;
  border-radius: 1.6em;
  height: 3.2em;
  line-height: 3.2em;
  display: block;
  width: 26em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #cp_flow {
    padding: 50px 0;
    margin-bottom: 30px;
  }

  #cp_flow .wrapper h2 {
    margin-bottom: 48px;
    font-size: 2rem;
    line-height: 1.5;
  }

  #cp_flow .wrapper li {
    padding: 44px 6% 0 6%;
    margin-bottom: 50px;
  }

  #cp_flow .wrapper li::before {
    padding-top: 0;
    padding-left: 12px;
    line-height: 32px;
    text-align: left;
    height: 32px;
    border-radius: 3px;
    top: 0;
    left: 6%;
    background-color: #fff;
    width: 80px;
    font-size: 1.4rem;
  }

  #cp_flow .wrapper li::after {
    font-size: 1.8rem;
    text-align: right;
    top: 0;
    left: 6%;
    padding-top: 0;
    padding-right: 32px;
    line-height: 32px;
    width: 100px;
  }

  #cp_flow .wrapper li .mi {
    font-size: 1.7rem;
  }

  #cp_flow .wrapper li .mi::before {
    top: -80px;
    left: 50%;
    border: 30px solid transparent;
    border-top: 27px solid #e6e6e6;
    margin-left: -15px;
  }

  #cp_flow .wrapper li p {
    margin-top: 20px;
    line-height: 1.6;
  }

  #cp_flow .wrapper li .bt a {
    font-size: 1.3rem;
    width: 24em;
  }
}

.joken table {
  margin-top: 28px;
}

.joken table th {
  width: 10em;
}

.joken table th,
.joken table td {
  text-align: left;
  padding: 26px;
  line-height: 1.5;
}

#about_miraiz_cp .joken table th,
#about_miraiz_cp .joken table td {
  border-top: none;
  padding: 6px 3px;
  font-size: 1.4rem;
}

#about_cp_joken .joken table th,
#about_cp_joken .joken table td {
  border-top: 1px solid #ffba97;
}

#about_cp_joken .joken table tr:last-child td,
#about_cp_joken .joken table tr:last-child th {
  border-bottom: 1px solid #ffba97;
}

#about_cp_joken a {
  color: #fff;
}

.joken .note {
  font-size: 13px;
  text-align: left;
  line-height: 1.55;
}

#about_cp > .con {
  background-color: #ec7f20;
  padding: 75px 0;
  margin-bottom: 60px;
}

#about_cp > #about_cp_joken.con {
  padding: 75px 0 0 0;
  margin-bottom: 0;
}

#about_cp > .con:last-child {
  margin-bottom: 0;
}

#about_cp > .con .wrapper {
  max-width: 960px;
  margin: 0 auto;
  color: #fff;
  padding: 0 75px;
}

#about_cp > #about_cp_donyu.con .wrapper {
  text-align: left;
  padding: 0 20px;
}

#about_cp > .con #nagare2.wrapper {
  width: 100%;
  max-width: none;
  text-align: center;
}

#about_cp_donyu h2 {
  line-height: 1.35;
  font-size: 3.2rem;
}

#about_cp_donyu h2 strong {
  font-size: 4.7rem;
}

#about_cp_donyu .point_img {
  background-color: #fff;
  border-radius: 12px;
  text-align: center;
  padding: 30px 20px;
}

#about_cp_donyu .note {
  font-size: 13px;
  line-height: 1.65;
  margin-top: 16px;
}

h2.cp {
  position: relative;
}

h2.cp::after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  background-color: #fff;
}

#cp_flow h2.cp::after {
  background-color: #11232e;
}

@media screen and (max-width: 767px) {
  #about_cp > .con {
    padding: 50px 0;
    margin-bottom: 30px;
  }

  #about_cp > #about_cp_yoko.con {
    padding-top: 30px;
  }

  #about_cp > .con .wrapper {
    max-width: none;
    padding: 0 4%;
  }

  .joken table th {
    width: 7em;
  }

  #about_cp_joken .joken table th {
    width: 8em;
  }

  #about_cp_joken .joken table th,
  #about_cp_joken .joken table td {
    padding: 14px 8px;
    font-size: 1.3rem;
  }

  #about_miraiz_cp .joken table th,
  #about_miraiz_cp .joken table td {
    font-size: 1.3rem;
  }

  .joken .note {
    font-size: 12px;
  }

  #about_cp > #about_cp_donyu.con .wrapper {
    padding: 0 6%;
  }

  #about_cp_donyu h2 {
    line-height: 1.35;
    font-size: 2rem;
    margin-bottom: 20px;
  }

  #about_cp_donyu .note {
    font-size: 12px;
  }

  #about_cp_donyu h2 strong {
    font-size: 3.2rem;
  }

  h2.cp::after {
    bottom: -10px;
    width: 54px;
    height: 3px;
  }

  #about_cp > #about_cp_joken.con {
    padding: 50px 0 0 0;
  }
}

#about_miraiz_cp {
  margin-top: 50px;
  padding: 0 40px;
}

#about_miraiz_cp > .con {
  margin-bottom: 52px;
}

#about_miraiz_cp > .con:last-child {
  margin-bottom: 0;
}

#about_miraiz_cp h3 {
  font-size: 2.6rem;
  font-family: Hiragino Sans, 'ヒラギノ角ゴシック', Hiragino Kaku Gothic ProN, 'ヒラギノ角ゴ ProN W3', Meiryo, 'メイリオ', Verdana, sans-serif;
}

#about_miraiz_cp p {
  font-size: 1.4rem;
}

#about_miraiz_cp a {
  color: #11232e;
}

@media screen and (max-width: 767px) {
  #about_miraiz_cp {
    padding: 0;
  }

  #about_miraiz_cp h3 {
    font-size: 2rem;
  }
}

#about_cp_yoko h2 {
  background-color: #fff;
  color: #11232e;
  font-size: 2.2rem;
  padding: 0.28em 0;
  margin-bottom: 0.4em;
  position: relative;
  cursor: pointer;
}

#about_cp_yoko h2::before {
  position: absolute;
  right: 10px;
  top: 7px;
  width: 32px;
  height: 32px;
  background-color: #ec7f20;
  display: block;
  content: '';
}

#about_cp_yoko h2 span::before,
#about_cp_yoko h2 span::after {
  content: '';
  position: absolute;
  right: 16px;
  top: 21px;
  width: 19px;
  height: 3px;
  background-color: #fff;
  display: block;
}

#about_cp_yoko h2 span::after {
  right: 16px;
  top: 21px;
  transform: rotate(90deg);
}

#about_cp_yoko h2.active span::after {
  display: none;
}

#about_cp_yoko #cp_yoko_con {
  display: none;
  height: 400px;
  overflow: auto;
  padding: 40px 40px;
  background-color: #fff;
  color: #11232e;
  font-size: 14px;
  line-height: 1.55;
}

#about_cp_yoko #cp_yoko_con h3 {
  font-size: 18px;
  margin-top: 40px;
  margin-bottom: 20px;
  text-align: left;
}

#about_cp_yoko #cp_yoko_con h3:first-child {
  margin-top: 0;
}

#about_cp_yoko #cp_yoko_con ul,
#about_cp_yoko #cp_yoko_con ol {
  margin: 20px 0;
  padding-left: 2.2em;
}

#about_cp_yoko #cp_yoko_con ul {
  list-style: disc;
}

#about_cp_yoko #cp_yoko_con ol {
  list-style: decimal;
}

#about_cp_yoko #cp_yoko_con li {
  margin-bottom: 3px;
}

#about_cp_yoko #cp_yoko_con p {
  margin-top: 0.6em;
  line-height: 1.55;
}

#about_cp_yoko #cp_yoko_con p.note {
  font-size: 13px;
}

#about_cp_yoko #cp_yoko_con div.note {
  padding-left: 20px;
}

#about_cp_yoko #cp_yoko_con div.note p {
  text-indent: -2em;
  padding-left: 2em;
}

#about_cp_yoko #cp_yoko_con sup {
  font-size: 0.8em;
  vertical-align: super;
}

#about_cp_yoko #cp_yoko_con a {
  color: #0056b3;
  text-decoration: none;
}

#about_cp_yoko #cp_yoko_con a:hover {
  text-decoration: underline;
}

#about_cp_yoko #cp_yoko_con ul ul {
  list-style-type: circle;
  margin-left: 20px;
}

#about_cp_yoko #cp_yoko_con ul ul li {
  margin-bottom: 5px;
}

#about_cp_yoko #cp_yoko_con ol {
  counter-reset: item;
}

#about_cp_yoko #cp_yoko_con ol li {
  counter-increment: item;
  margin-bottom: 10px;
  position: relative;
}

#about_cp_yoko #cp_yoko_con table {
  margin-bottom: 20px;
}

#about_cp_yoko #cp_yoko_con table th,
#about_cp_yoko #cp_yoko_con table td {
  border: 1px solid #ccc;
  padding: 24px 20px;
  text-align: left;
}

#about_cp_yoko #cp_yoko_con .ijo {
  text-align: right;
}

#about_cp #about_cp_how .wrapper {
  margin-bottom: 80px;
}

#about_cp #about_cp_how .wrapper:last-child {
  margin-bottom: 0;
}

#about_cp_how #nagare a {
  color: #fff;
}

#about_cp_how #nagare2 .oisogi {
  font-size: 18px;
}

#nagare2 .mi {
  font-weight: bold;
  font-size: 1.7rem;
  margin-top: 12px;
}

#nagare2 .mi + p {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.6;
}

#nagare2 ol {
  margin: 0 auto;
  display: flex;
  gap: 32px 28px;
  flex-wrap: wrap;
  justify-content: center;
  color: #11232e;
  margin-top: 40px;
  margin-bottom: 50px;
  max-width: 1100px;
}

#nagare2 li {
  position: relative;
  padding: 20px 22px;
  background-color: #fff;
  border-radius: 12px;
  width: 340px;
}

#nagare2 li#nagare2_flow_1,
#nagare2 li#nagare2_flow_2,
#nagare2 li#nagare2_flow_3 {
  background-position: center bottom 20px;
  background-repeat: no-repeat;
  padding-bottom: 164px;
}

#nagare2 li#nagare2_flow_1 {
  background-image: url(../img/nagare2_flow_1.png);
}

#nagare2 li#nagare2_flow_2 {
  background-image: url(../img/nagare2_flow_2.png);
}

#nagare2 li#nagare2_flow_3 {
  background-image: url(../img/nagare2_flow_3.png);
}

#nagare2 li::before,
#nagare2 li::after {
  position: absolute;
  width: 70px;
}

#nagare2 li::before {
  content: 'STEP';
  padding-top: 15px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
  height: 70px;
  border-radius: 35px;
  top: -16px;
  left: -16px;
  background-color: #ffc600;
}

#nagare2 li::after {
  font-size: 2.4rem;
  text-align: center;
  line-height: 1;
  top: -16px;
  left: -16px;
  padding-top: 30px;
}

#nagare2 li#nagare2_flow_1::after {
  content: '1';
}

#nagare2 li#nagare2_flow_2::after {
  content: '2';
}

#nagare2 li#nagare2_flow_3::after {
  content: '3';
}

#nagare2 li#nagare2_flow_4::after {
  content: '4';
}

#nagare2 li#nagare2_flow_5::after {
  content: '5';
}

#nagare2 a {
  color: #11232e;
}

#about_cp_how .about_cp_how_box {
  border: 5px solid #e60012;
  padding: 34px 50px;
  text-align: center;
  border-radius: 12px;
  background-color: #fff;
  max-width: 680px;
  margin: 0 auto;
}

#about_cp_how #houhou .about_cp_how_box {
  margin-top: 30px;
}

#about_cp_how .about_cp_how_box h3 {
  color: #e60012;
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.5;
}

#about_cp_how .about_cp_how_box p {
  font-size: 16px;
  color: #11232e;
  margin-top: 0;
  margin-bottom: 1.2em;
}

#about_cp_how .about_cp_how_box ul {
  background-color: #f0f0f0;
  padding: 20px 20px;
  display: flex;
  max-width: 524px;
  margin: 0 auto;
  gap: 10px 30px;
  justify-content: center;
  margin-bottom: 34px;
}

#about_cp_how .about_cp_how_box ul a {
  color: #11232e;
  text-decoration: none;
  position: relative;
  padding-right: 24px;
}

#about_cp_how .about_cp_how_box ul a::after {
  content: '';
  background: url(../img/link_ico.png) no-repeat center center;
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  top: -1px;
  right: 0;
}

#about_cp_how .cp_bt a {
  background-color: #e60012;
  height: 2.8em;
  border-radius: 1.4em;
  font-size: 21px;
  line-height: 2.8em;
  color: #fff;
  display: block;
  width: 19em;
  margin: 0 auto;
  text-decoration: none;
}

#about_cp_how .img {
  background-color: #fff7e7;
}

#about_cp_how .cp_bt a:hover {
  opacity: 0.75;
}

#about_cp_how .about_cp_how_box p.note {
  font-size: 1.3rem;
  margin-top: 22px;
}

@media screen and (max-width: 767px) {
  #about_cp_yoko h2 span {
    font-size: 1.8rem;
  }

  #about_cp_yoko #cp_yoko_con {
    padding: 6%;
    font-size: 13px;
  }

  #about_cp_yoko #cp_yoko_con h3 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #about_cp_yoko #cp_yoko_con ul,
  #about_cp_yoko #cp_yoko_con ol {
    font-size: 1.3rem;
  }

  #about_cp_yoko #cp_yoko_con table {
    margin-bottom: 12px;
  }

  #about_cp_yoko #cp_yoko_con table th,
  #about_cp_yoko #cp_yoko_con table td {
    padding: 12px 10px;
  }

  #about_cp_how p {
    line-height: 1.65;
  }

  #about_cp_how .about_cp_how_box {
    border: 3px solid #e60012;
    padding: 8% 6%;
    max-width: none;
  }

  #about_cp_how .about_cp_how_box h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }

  #about_cp_how .about_cp_how_box p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 1.2em;
  }

  #about_cp_how .about_cp_how_box ul {
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  #about_cp_how .cp_bt a {
    font-size: 15px;
    width: 18em;
  }

  #about_cp #about_cp_how .wrapper {
    margin-bottom: 40px;
  }
}

/* ================================================================
キャンペーン終了
================================================================ */

body.campaign_ends #cp_ends {
  padding: 12px 16px;
  text-align: center;
}

body.campaign_ends #cp_ends .inner {
  text-align: center;
  background-color: #e60012;
}

body.campaign_ends #cp_ends .inner p {
  line-height: 1.5;
  color: #fff;
  margin: 0;
}

body.campaign_ends #cp_ends .inner a {
  color: #fff;
}

body.campaign_ends #cp_flow .wrapper li .bt.disabled a {
  pointer-events: none;
  background-color: #666;
}

body.campaign_ends #cp_flow .wrapper li .notice {
  color: #cc0010;
}

body.campaign_ends .wrapAward1 .ends_wrap {
  position: relative;
}

body.campaign_ends .wrapAward1 .ends_wrap .ends_txt {
  color: #fff;
  letter-spacing: 0.05em;
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 0;
  margin-top: -1em;
  line-height: 1.5;
}

body.campaign_ends .wrapAward1 .ends_wrap .inner {
  background-color: #525252;
}

body.campaign_ends .wrapAward1 .order,
body.campaign_ends .wrapAward1 .item_extra_contact {
  opacity: 0.2;
}

body.campaign_ends .wrapAward1 .order a > span {
  animation: none;
}

body.campaign_ends .wrapAward1 .ends_wrap a {
  color: #11232e;
  text-decoration: none;
  pointer-events: none;
}

@media print, screen and (min-width: 768px) {
  body.campaign_ends #cp_catch {
    margin-bottom: 14px;
  }

  body.campaign_ends .wrapAward1 .ends_wrap {
    padding: 30px 30px 0 30px;
  }

  body.campaign_ends .wrapAward1 .ends_wrap .ends_txt {
    font-size: 2.6rem;
  }

  body.campaign_ends .wrapAward1 .ends_wrap .inner {
    padding-bottom: 44px;
  }

  body.campaign_ends #cp_ends {
    margin: 0 auto 30px auto;
    width: 1000px;
  }

  body.campaign_ends #cp_ends .inner {
    padding: 20px 28px;
  }

  body.campaign_ends #cp_ends .inner p {
    font-size: 1.8rem;
  }

  body.campaign_ends #footer {
    padding-bottom: 110px;
  }

  body.campaign_ends .pageTop {
    bottom: 127px;
  }
}

@media screen and (max-width: 767px) {
  body.campaign_ends #cp_catch {
    margin-bottom: 10px;
  }

  body.campaign_ends .wrapAward1 .ends_wrap {
    padding: 12px 4% 0 4%;
  }

  body.campaign_ends .wrapAward1 .ends_wrap .ends_txt {
    font-size: 2.4rem;
  }

  body.campaign_ends .wrapAward1 .ends_wrap .inner {
    padding-bottom: 32px;
  }

  body.campaign_ends #cp_ends {
    margin: 0 auto 12px auto;
    width: 100%;
  }

  body.campaign_ends #cp_ends .inner {
    padding: 20px 28px;
  }

  body.campaign_ends #cp_ends .inner p {
    font-size: 1.4rem;
  }

  body.campaign_ends #footer .footer_wrap {
    padding: 54px 6% 140px;
  }
}

.item_only_tab {
  margin-top: 50px;
}

.tab_bt {
  display: flex;
  gap: 0 20px;
}

.tab_bt li {
  width: 330px;
  cursor: pointer;
  color: #fff;
  padding: 16px 10px;
  text-align: center;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-size: 1.7rem;
  line-height: 1.6;
  opacity: 0.5;
}

.tab_bt li.denki {
  background-color: #db160e;
}

.tab_bt li.other {
  background-color: #0071ba;
}

.tab_bt li:hover,
.tab_bt li.current {
  opacity: 1;
}

.tab_box {
}

.tab_con {
  display: none;
}

.tab_con.current {
  display: block;
}

@media screen and (max-width: 767px) {
  .item_only_tab {
    margin-top: 36px;
  }

  .tab_bt {
    gap: 0 10px;
    justify-content: center;
  }

  .tab_bt li {
    width: 144px;
    padding: 8px 4px;
    font-size: 1.3rem;
  }

  .wrapAward1 .cassette.tab_con {
    margin-top: 0;
  }
}

.wrapAward1 .item_extra h3 span em.fukidashi {
  position: relative;
  text-align: center;
  display: block;
  width: fit-content;
  line-height: 1.2;
  margin: 0 auto 10px auto;
  padding: 0 2rem;
  font-size: 3rem;
}

.wrapAward1 .item_extra h3 span em.fukidashi::before,
.wrapAward1 .item_extra h3 span em.fukidashi::after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 2px;
  height: 3.5rem;
  background: #000;
}

.wrapAward1 .item_extra h3 span em.fukidashi::before {
  transform: rotate(-30deg);
  left: 0;
}

.wrapAward1 .item_extra h3 span em.fukidashi::after {
  transform: rotate(30deg);
  right: 0;
}

@media screen and (max-width: 767px) {
  .wrapAward1 .item_extra h3 span em.fukidashi {
    font-size: 2.3rem;
  }

  .wrapAward1 .item_extra h3 span em.fukidashi::before,
  .wrapAward1 .item_extra h3 span em.fukidashi::after {
    width: 1px;
    height: 5rem;
    bottom: 0.2em;
  }
}

.wrapAward1 h3.more {
  margin-top: 28px;
  font-size: 3rem;
}

.wrapAward1 h3.more strong {
  color: #bd0c07;
}

@media screen and (max-width: 767px) {
  .wrapAward1 h3.more {
    margin-top: 24px;
    font-size: 1.8rem;
  }
}

.wrapCassette .wrapCassette2 {
  gap: 20px;
}

.wrapCassette .wrapCassette2 .cassette {
  display: flex;
  flex-direction: column;
  padding-top: 36px;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
.wrapCassette .wrapCassette2 .cassette .unit1 {
  flex-grow: 1;
  padding: 0 6%;
  overflow: visible;
}
.wrapCassette .wrapCassette2 .cassette .unit1 figure {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 8%;
  max-width: 240px;
  margin: 10px auto 0;
}
.wrapCassette .wrapCassette2 .cassette .unit1 figure img {
  width: 46%;
  margin: 0;
}

.wrapCassette .wrapCassette2 .cassette .unit1 h4 {
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 7px 9px;
}

.wrapCassette .wrapCassette2 .cassette .unit1 h4 small {
  margin: 0;
}
.wrapCassette .wrapCassette2 .cassette .unit2 {
  margin-top: 14px;
  position: static;
}

@media screen and (max-width: 767px) {
  .wrapCassette .wrapCassette2 .cassette .unit1 h4 {
    justify-content: center;
    padding: 0;
  }
}
.wrapAward1 .cassette_wrap {
  margin-top: 50px;
}
.wrapAward1 .cassette_wrap h3 {
  width: fit-content;
  font-size: 2.4rem;
  color: #fff;
  padding: 0.4em 1.3em;
}
.wrapAward1 .cassette_wrap.denki h3 {
  background-color: #db160e;
}
.wrapAward1 .cassette_wrap.gas h3 {
  background-color: #0071ba;
}
.wrapAward1 .cassette_wrap + .cassette {
  margin-top: 0;
}
.wrapAward1 .cassette.gas_kaikae {
  margin-top: 0;
}
.gas_kaikae {
  margin-bottom: 20px;
}
.gas_kaikae .inner {
  text-align: center;
  font-size: 1.8rem;
  padding: 20px 6%;
  background-color: #fff;
}
.gas_kaikae p {
  margin: 0;
  line-height: 1.5;
}
.gas_kaikae p span.plus {
  font-size: 1.8rem;
  margin-left: 0.3em;
}
.gas_kaikae p em {
  font-size: 3.2rem;
  font-weight: bold;
}
.gas_kaikae p span.yen {
  font-size: 1.6rem;
  margin-left: 0.2em;
}

.gas_kaikae .sarani {
  background-color: #0071ba;
  padding: 4px 4px;
  max-width: 350px;
  border-radius: 4px;
  margin: 8px auto 18px auto;
}
.gas_kaikae .sarani p.top {
  font-size: 1.6rem;
  background-color: #fff;
  padding: 0.3em;
  border-radius: 4px 4px 0 0;
}
.gas_kaikae .sarani p.bottom {
  font-size: 1.8rem;
  color: #fff423;
  line-height: 1.3;
  padding: 0.3em 0;
}
.gas_kaikae .sarani p.bottom em {
  font-size: 3.4rem;
}
.gas_kaikae .note {
  font-size: 1.3rem;
  text-align: left;
  width: fit-content;
  margin: 0 auto;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .wrapAward1 .cassette_wrap {
    margin-top: 30px;
  }
  .wrapAward1 .cassette_wrap h3 {
    font-size: 1.7rem;
    padding: 0.4em 1em;
    margin: 0 auto;
  }
  .gas_kaikae p em {
    font-size: 2.5rem;
  }
  .gas_kaikae p span.yen {
    font-size: 1.3rem;
  }
  .gas_kaikae .sarani {
    margin: 10px auto 14px auto;
  }
  .gas_kaikae .sarani p.top {
    font-size: 1.4rem;
  }
  .gas_kaikae .sarani p.bottom {
    font-size: 1.6rem;
  }
  .gas_kaikae .sarani p.bottom em {
    font-size: 3rem;
  }
  .gas_kaikae .note {
    padding-right: 0;
  }
}
.wrapAward1 .donyu {
  padding: 0 70px;
}
.wrapAward1 .donyu .note {
  text-align: left;
  margin-top: 0.5em;
}
.wrapAward1 .donyu .note + .note {
  margin-top: 0;
}
  .wrapAward1 .item_extra.hojokin_con h3 {
    font-size: 3.0rem;
  }
@media screen and (max-width: 767px) {
  .wrapAward1 .donyu {
    padding: 0 6%;
  }
  .wrapAward1 .donyu .note {
    margin-top: 0.6em;
    padding: 0;
  }
  .wrapAward1 .donyu .note + .note {
    margin-top: 0.4em;
  }
    .wrapAward1 .item_extra.hojokin_con h3 {
    font-size: 2.4rem;
    margin-top: 20px;
  }
}
