@charset "UTF-8";
html {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

ul,
li {
  list-style: none;
  padding-inline-start: 0;
}

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

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}

@media screen and (max-width: 768px) {
  .pc_only {
    display: none;
  }
  .sp_only {
    display: block;
  }
}

.inner {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.inner:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .inner {
    width: 94%;
    padding: 0;
  }
  .inner:not(:last-child) {
    margin-bottom: 50px;
  }
}

#header {
  background: #333;
  padding: 4px 0 0;
}

.header_top {
  background-color: #000;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.header_top .inner {
  text-align: center;
  padding: 4px 0 0;
}

.header_content {
  background: #000 url(../images_v2/bg_01_pc.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  margin-top: 10px;
  padding: 20px 0;
}

.header_content .text01 {
  margin: 0;
}

.header_content .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
  padding: 0;
}

.header_content .nav li {
  list-style-type: none;
  width: 31%;
}

.header_content .card_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 20px;
}

.header_content .card_area .card_img {
  width: 48%;
}

.header_content .card_area .card_text {
  width: 48%;
  padding-top: 110px;
}

.header_content .card_area .card_text .text06 {
  font-size: 12px;
}

.header_content .btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.header_content .btn_area .btn_01 {
  width: 59%;
}

.header_content .btn_area .btn_01 a {
  display: inline-block;
  /* background: url(../images_v2/header_btn01_hover_pc.png) no-repeat center top;
    background-size: contain; */
}

.header_content .btn_area .btn_01 a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header_content .btn_area .btn_01 a:hover img {
  opacity: 0.7;
}

.header_content .btn_area .btn_02 {
  width: 37%;
}

.header_content .btn_area .btn_02 a.btn {
  display: inline-block;
  /* background: url(../images_v2/header_btn02_hover_pc.png) no-repeat center top;
    background-size: contain; */
}

.header_content .btn_area .btn_02 a.btn img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.header_content .btn_area .btn_02 a.btn:hover img {
  opacity: 0.7;
}

.header_content .btn_area .btn_02 a {
  color: #fff;
  display: block;
}

.header_content .btn_area .btn_02 a strong {
  color: #9a8953;
  text-decoration: underline;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .header_content {
    background: #000 url(../images_v2/bg_01_sp.jpg) no-repeat center;
  }
  .header_content .text01 {
    margin-bottom: 40px;
  }
  .header_content .nav li {
    width: inherit;
    margin-right: 20px;
  }
  .header_content .nav li:last-child {
    margin-right: 0;
  }
  .header_content .card_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_content .card_area .card_img {
    width: 94%;
    padding: 0 3%;
    text-align: center;
  }
  .header_content .card_area .card_text {
    text-align: center;
    width: 100%;
    padding-top: 0;
  }
  .header_content .card_area .card_text .text03 img {
    width: 60%;
  }
  .header_content .card_area .card_text .text05 {
    text-align: left;
  }
  .header_content .card_area .card_text .text06 {
    text-align: left;
  }
  .header_content .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header_content .btn_area .btn_01,
  .header_content .btn_area .btn_02 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* .header_content .btn_area .btn_01 a {
        background-image: url(../images_v2/header_btn01_hover_sp.png);
    } */
  /* .header_content .btn_area .btn_02 a.btn {
        background-image: url(../images_v2/header_btn02_hover_sp.png);
    } */
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.float_l {
  float: left;
}
.float_r {
  float: right;
}

.header_content2 {
  background: #000 url(/amextop/sbs-cs/images_v2/bg_01_pc.jpg) no-repeat center;
  background-size: cover;
  color: #fff;
  padding: 20px 0 40px;
}
.header_content2 .text01 {
  margin: 0 0 20px 0;
}
.header_content2 .card_img {
  width: 408px;
  float: left;
  margin: 0;
}
.header_content2 .card_info {
  width: 520px;
  float: right;
  margin-left: 48px;
}
.header_content2 .nav {
  list-style: none;
  padding: 0;
  border-right: #fff 1px solid;
}
.header_content2 .nav li {
  float: left;
  width: 33%;
  border-left: #fff 1px solid;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 10px 0 25px 0;
}
.header_content2 .nav li span {
  font-size: 18px;
}
.header_content2 .nav li span:after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(135deg);
  position: absolute;
  top: calc(100% - 16px);
  left: calc(50% - 3px);
}

.header_content2 .card_area {
  margin-top: 30px;
}

.header_content2 .card_area .card_text {
  float: left;
}
.header_content2 .card_area .no-need {
  float: right;
  width: 145px;
  height: 145px;
  border: 1px solid #fff;
  border-radius: 50%;
  text-align: center;
}
.header_content2 .card_area .no-need span {
  position: relative;
  top: 45px;
  font-size: 20px;
}
.header_content2 .card_area .no-need span:before {
  content: "　";
  display: inline;
}
.header_content2 .card_area .card_text .text06 {
  font-size: 12px;
}
.header_content2 .card_area .merit {
  float: right;
}

@media screen and (max-width: 768px) {
  .header_content2 {
    background: #000 url(/amextop/sbs-cs/images_v2/bg_01_sp.jpg) no-repeat center;
    margin-top: 44px;
  }
  .header_content2 .card_img {
    text-align: center;
    width: calc(100% - 100px);
    margin: 16px auto;
    float: none;
  }
  .header_content2 .card_img p {
    float: none;
    width: auto;
  }
  .header_content2 .card_info {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  .header_content2 .nav {
    float: none;
    width: 100%;
    padding: 0;
  }
  .header_content2 .nav .efficiency,
  .header_content2 .nav .savings {
    padding: 15px 0 32px;
  }
  .header_content2 .nav .service {
    padding: 5px 0 20px;
  }

  .header_content2 .nav li {
    width: calc((100% / 3) - 2px);
  }
  .header_content2 .nav li span {
    font-size: 16px;
  }

  .header_content2 .card_area {
    text-align: center;
  }
  .header_content2 .card_area .card_inner {
    display: inline-block;
  }
  .header_content2 .card_area .card_text {
    padding: 0 0 0 10px;
    text-align: left;
    width: calc(100% - 130px);
  }
  .header_content2 .card_area .card_text .text03 {
    margin: 10px 0 10px;
  }
  .header_content2 .card_area .card_text .text03 img {
    width: 90%;
  }
  .header_content2 .card_area .card_text .text05 {
    text-align: left;
    font-size: 10px;
  }
  .header_content2 .card_area .card_text .text06 {
    text-align: left;
    font-size: 10px;
    letter-spacing: -0.05em;
  }
  .header_content2 .card_area .merit {
    float: none;
  }
  .header_content2 .card_area .no-need {
    float: right;
    margin: 0 10px 0 0;
    width: 100px;
    height: 100px;
  }
  .header_content2 .card_area .no-need span {
    top: 25px;
    font-size: 14px;
  }
}

/*------------------------------------------------------------
 header_content version 3
------------------------------------------------------------*/
.header_content3 * {
  box-sizing: border-box;
}
.header_content3 > .inner {
  max-width: 1000px;
}

.header_content3 {
  background: #000 url(/amex/images/service/platinumbusiness/bg_l.jpg) no-repeat center top;
  background-size: cover;
  color: #fff;
  padding: 30px 0 40px;
  -webkit-font-smoothing: antialiased;
}
.header_content3 .main_visual {
  position: relative;
}
.header_content3 .text01 {
  margin: 0 0 20px 0;
}
.header_content3 .card_img {
  max-width: 40.8%;
  float: left;
  margin: 0;
  position: absolute;
  bottom: 0;
}
.header_content3 .card_info {
  max-width: 59.2%;
  float: right;
  padding-left: 28px;
}
.header_content3 .nav {
  list-style: none;
  padding: 0;
  border-right: rgba(255, 255, 255, 0.6) 1px solid;
}
.header_content3 .nav li {
  float: left;
  width: 33%;
  border-left: rgba(255, 255, 255, 0.6) 1px solid;
  text-align: center;
  color: #fff;
  position: relative;
  padding: 0;
  font-size: 19px;
}
.header_content3 .nav li span.small {
  font-size: 14px;
}
.header_content3 .nav li:nth-child(2) span:before {
  content: "　";
  display: inline;
}
@media screen and (max-width: 880px) {
  .header_content3 .nav li span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .header_content3 {
    margin-top: 44px;
    padding: 20px 0;
  }
  .header_content3 .card_img {
    text-align: center;
    width: calc(100% - 100px);
    margin: 16px auto;
    float: none;
    position: relative;
  }
  .header_content3 .card_info {
    float: none;
    max-width: 100%;
    padding-left: 0;
  }
  .header_content3 .nav {
    float: none;
    width: 100%;
    padding: 0;
  }
  .header_content3 .nav li {
    width: calc(100% / 3);
    font-size: 14px;
  }
  .header_content3 .nav li span.small {
    font-size: 10px;
  }
}

/*------------------------------------------------------------
 header_content version 3 no1
------------------------------------------------------------*/
.mincho {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bold {
  font-weight: bold;
}
.header_content3 .area-no1 {
  padding: 17px 0 0;
  background: none;
}
.header_content3 .area-no1 .area-no1-inner {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.header_content3 .area-no1 .logo {
  display: block;
  padding: 0;
  width: 210px;
  margin: 0 auto 10px;
}
.header_content3 .area-no1 .logo img {
  width: 100%;
}
.header_content3 .area-no1 .copy {
  max-width: 22em;
  margin: 0 auto;
  color: #000;
  padding: 0.2em 0;
  text-shadow: 0px 0px 10px #fff;
  background: -webkit-linear-gradient(left, rgba(160, 143, 89, 0) 0%, rgba(160, 143, 89, 0.45) 9%, rgba(187, 173, 127, 1) 20%, rgba(237, 227, 196, 1) 40%, rgba(175, 160, 111, 1) 80%, rgba(158, 141, 87, 0.45) 91%, rgba(158, 141, 87, 0) 100%);
  background: linear-gradient(to right, rgba(160, 143, 89, 0) 0%, rgba(160, 143, 89, 0.45) 9%, rgba(187, 173, 127, 1) 20%, rgba(237, 227, 196, 1) 40%, rgba(175, 160, 111, 1) 80%, rgba(158, 141, 87, 0.45) 91%, rgba(158, 141, 87, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a08f59', endColorstr='#009e8d57',GradientType=1 );
}
.header_content3 .area-no1 .text {
  padding: 0;
}
.header_content3 .area-no1 .text ul {
  font-size: 10.5px;
  text-align: left;
  margin: 15px 0 0 0;
  padding: 0;
}
.header_content3 .area-no1 .text ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: normal;
  letter-spacing: -0.08em;
  white-space: normal;
}
@media only screen and (max-width: 768px) {
  .header_content3 .area-no1 .logo {
    display: block;
    padding: 0;
    width: 50%;
    margin: 0 auto 10px;
  }
  .header_content3 .area-no1 .text {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0px;
  }
  .header_content3 .area-no1 .text ul {
    margin: 20px 0 0 0;
  }
  .header_content3 .area-no1 .text ul li {
    white-space: normal;
  }
}

/*------------------------------------------------------------
 card_text version 3
------------------------------------------------------------*/
.card_text3 {
  padding: 24px 0;
}
.card_text3 dl {
  border: 1px solid #9b8a54;
  font-size: 13px;
  padding: 22px;
  margin: 0;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
}
.card_text3 dt {
  float: left;
  clear: left;
  width: 7em;
  padding-top: 1em;
  margin-bottom: 1em;
  border-top: 1px solid #ccc;
}
.card_text3 dd {
  float: left;
  margin: 0 0 1em 0;
  padding: 1em 0 0 20px;
  border-top: 1px solid #ccc;
  width: calc(100% - 7em - 20px);
}
.card_text3 dt:first-child,
.card_text3 dd:first-of-type {
  border: none;
}
.card_text3 dd.img > img {
  padding-right: 10px;
  height: 30px;
  width: auto;
  margin-top: 1em;
}
.card_text3 dt:last-of-type,
.card_text3 dd:last-of-type {
  margin-bottom: 0;
}
.card_text3 dl span {
  font-weight: normal;
}
.card_text3 dl ul {
  font-size: 12px;
  font-weight: normal;
  padding-top: 0.3em;
}

.card_text3 dd:last-child {
  padding: 0 0 0 20px;
}

.card_text3 dt.type-cash {
  width: auto;
}
.card_text3 dt.type-cash + dd {
  padding-top: 2.2em;
}

@media screen and (max-width: 768px) {
  section.form-area + .card_text3 {
    padding-bottom: 30px;
    margin-top: -20px;
  }
  .card_text3 dl {
    padding: 18px;
  }
  .card_text3 dt {
    font-size: 16px;
    float: none;
    width: auto;
    margin-bottom: 0.2em;
  }
  .card_text3 dd {
    float: none;
    width: auto;
    margin-bottom: 2em;
    margin-left: 0;
  }
  .card_text3 dt:last-of-type {
    margin-bottom: 0.2em;
  }
  .card_text3 dt.type-cash {
    float: left;
    width: 30px;
  }
  .card_text3 dt.type-cash + dd {
    /* float: left; */
    padding-top: 1em;
    padding-left: 40px;
    width: calc(100% - 30px);

    /* border-top: 0; */
    /* border-top: 1px solid #CCC; */
  }
  .card_text3 dt.type-cash img {
    width: 30px;
  }
}

section.form-area {
  padding: 20px 0 15px;
}

section.form-area .btn_area {
  font-size: 14px;
  text-align: center;
}

section.form-area .btn_area .btn_01 a {
  display: inline-block;
  /* background: url(../images_v2/header_btn01_hover_pc.png) no-repeat center top;
    background-size: contain; */
}

section.form-area .btn_area .btn_01 a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.form-area .btn_area .btn_01 a:hover img {
  opacity: 0.7;
}

section.form-area .btn_area .btn_02 {
  width: 37%;
}

section.form-area .btn_area .btn_02 a.btn {
  display: inline-block;
  /* background: url(../images_v2/header_btn02_hover_pc.png) no-repeat center top;
    background-size: contain; */
}

section.form-area .btn_area .btn_02 a.btn img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.form-area .btn_area .btn_02 a.btn:hover img {
  opacity: 0.7;
}

section.form-area .btn_area .btn_02 a {
  font-size: 12px;
}

section.form-area .btn_area .btn_02 a strong {
  color: #9a8953;
  text-decoration: underline;
}

section.form-area .catch {
  text-align: center;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  section.form-area {
    padding: 30px 0 50px;
  }
  section.form-area .btn_area .btn_01 {
    padding-right: 3px;
    box-sizing: border-box;
  }
  /* section.form-area .btn_area .btn_01 a {
        background-image: url(../images_v2/header_btn01_hover_sp.png);
    } */
  section.form-area a.modal_btn.open_05.sp_only {
    font-size: 16px;
  }
  section.form-area a.modal_btn.open_05.sp_only span {
    border-bottom: #9d9d9d 2px solid;
  }
  section.form-area .catch {
    text-align: center;
    padding: 30px 0;
  }
}

.campaign-modal {
  outline: none;
}
section.campaign .tax_point {
  text-align: center;
  padding-bottom: 40px;
}

section.campaign {
  padding: 40px 0 30px;
  text-align: center;
  background-color: #f3f3f3;
}

section.campaign .img_01 {
  margin: 0 0 100px;
}

section.campaign .img_02 {
  margin: 0 0 40px;
}

section.campaign .img_03 {
  margin: 0 0 20px;
}

section.campaign .img_05 {
  margin: 0 0 40px;
}
#modal_6 .img_06 {
  text-align: center;
}
section.campaign .detail_btn {
  background: url(../images_v2/campaign_more_hover_sp.png) no-repeat center top;
  background-size: contain;
}

section.campaign .detail_btn img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.campaign .detail_btn.close img {
  opacity: 0;
}

section.campaign .caution {
  font-size: 14px;
  line-height: 1.8;
  margin: 0 0 80px;
  text-align: left;
}

section.campaign .caution p {
  /*  padding-left: 1em;
  text-indent: -1em;*/
  margin: 0 0 3px;
}

section.campaign .img_07 {
  margin: 0 0 40px;
}

section.campaign .img_08 {
  margin: 0 0 20px;
}

section.campaign .img_10 {
  margin: 0 0 40px;
}

section.campaign .img_11 {
  text-align: right;
}

section.campaign .img_11 a {
  display: inline-block;
  /* background: url(../images_v2/campaign_11_hover_pc.png) no-repeat center top;
    background-size: contain; */
}

section.campaign .img_11 a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.campaign .img_11 a:hover img {
  opacity: 0;
}

@media screen and (max-width: 768px) {
  section.campaign {
    padding: 50px 0 30px;
    text-align: center;
  }
  section.campaign .img_01 {
    margin: 0 0 40px;
  }
  section.campaign .img_02 {
    margin: 0 0 40px;
  }
  section.campaign .img_03 {
    margin: 0 0 20px;
  }
  section.campaign .img_05 {
    margin: 0 0 40px;
  }
  section.campaign .caution {
    font-size: 14px;
    line-height: 1.8;
    margin: 0 0 80px;
    text-align: left;
  }
  section.campaign .img_07 {
    margin: 0 0 40px;
  }
  section.campaign .img_08 {
    margin: 0 0 20px;
  }
  section.campaign .img_10 {
    margin: 0 0 40px;
  }
  section.campaign .img_11 {
    text-align: right;
  }
  section.campaign .img_11 a {
    background-image: url(../images_v2/campaign_11_hover_sp.png);
  }
}

section.subscription {
  background-color: #000;
  padding: 90px 0 80px;
}

section.subscription .btn_area {
  /* display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; */
  font-size: 14px;
}

section.subscription .btn_area .btn_01 {
  /* width: 59%; */
  margin: 0 auto;
  text-align: center;
}

section.subscription .btn_area .btn_01 a {
  display: inline-block;
  /* background: url(../images_v2/header_btn01_hover_pc.png) no-repeat center top;
    background-size: contain; */
}

section.subscription .btn_area .btn_01 a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.subscription .btn_area .btn_01 a:hover img {
  opacity: 0.7;
}

section.subscription .btn_area .btn_02 {
  width: 37%;
}

section.subscription .btn_area .btn_02 a.btn {
  display: inline-block;
  /* background: url(../images_v2/header_btn02_hover_pc.png) no-repeat center top;
    background-size: contain; */
}

section.subscription .btn_area .btn_02 a.btn img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.subscription .btn_area .btn_02 a.btn:hover img {
  opacity: 0.7;
}

section.subscription .btn_area .btn_02 a {
  color: #fff;
  display: block;
}

section.subscription .btn_area .btn_02 a strong {
  color: #9a8953;
  text-decoration: underline;
  cursor: pointer;
}

section.subscription .catch {
  text-align: center;
  padding: 50px 0;
}

section.subscription.sub_01 {
  background: #000 url(../images_v2/bg_02_pc.jpg) no-repeat left center;
  background-size: cover;
}

section.subscription.sub_02 {
  background: #000 url(../images_v2/bg_03_pc.jpg) no-repeat left center;
  background-size: cover;
}

section.subscription.sub_03 {
  background: #000 url(../images_v2/bg_04_pc.jpg) no-repeat left center;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  section.subscription {
    padding: 60px 0 40px;
  }
  section.subscription .btn_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  section.subscription .btn_area .btn_01,
  section.subscription .btn_area .btn_02 {
    width: 100%;
    margin-bottom: 20px;
  }
  /* section.subscription .btn_area .btn_01 a {
        background-image: url(../images_v2/header_btn01_hover_sp.png);
    } */
  /* section.subscription .btn_area .btn_02 a.btn {
        background-image: url(../images_v2/header_btn02_hover_sp.png);
    } */
  section.subscription .catch {
    text-align: center;
    padding: 30px 0;
  }
  section.subscription.sub_01 {
    background: #000 url(../images_v2/bg_02_sp.jpg) no-repeat left center;
    background-size: cover;
  }
  section.subscription.sub_02 {
    background: #000 url(../images_v2/bg_03_sp.jpg) no-repeat left center;
    background-size: cover;
  }
  section.subscription.sub_03 {
    background: #000 url(../images_v2/bg_04_sp.jpg) no-repeat left center;
    background-size: cover;
  }
}

.amazon_bnr {
  max-width: 980px;
  margin: 50px auto 0;
  text-align: center;
}

.amazon_bnr a:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

section.business {
  padding: 100px 0;
  text-align: center;
}

section.business .ttl {
  /* margin-bottom: 80px; */
  text-align: center;
  font-size: 32px;
  margin-bottom: 10px;
}

section.business .intro {
  font-size: 20px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  section.business {
    padding: 50px 0;
  }
  section.business .ttl {
    /* margin-bottom: 50px; */
    font-size: 20px;
  }
  section.business .intro {
    font-size: 18px;
    text-align: left;
  }
}

section.support {
  background-color: #f3f3f3;
  padding: 100px 0;
  line-height: 1.8;
}

section.support .ttl {
  margin-bottom: 80px;
  text-align: center;
}

section .support_caption {
  text-align: center;
  font-size: 17px;
  letter-spacing: -0.08em;
  margin-top: 10px;
  margin-bottom: 20px;
}

section .support_list {
  text-align: center;
  font-size: 17px;
  letter-spacing: -0.08em;
  margin-top: 0;
  margin-bottom: 35px;
}

section.support .support_box {
  padding: 40px 0 20px;
  position: relative;
  background-color: #fff;
  margin-bottom: 90px;
}

section.support .support_box.more {
  background-color: transparent;
  border: 1px solid #000;
}

section.support .support_box .support_header {
  background-color: #191919;
  border-radius: 24px;
  color: #fff;
  font-size: 20px;
  padding: 10px 30px;
  position: absolute;
  left: 50%;
  top: -24px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
}

section.support .support_box .support_ttl {
  font-size: 30px;
  margin-bottom: 40px;
  text-align: center;
}

section.support .support_box .support_ttl strong {
  color: #9a8953;
}

section.support .support_box .support_top {
  text-align: center;
}

section.support .support_box .support_01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 2%;
}

section.support .support_box .support_01 .box {
  width: 30%;
  margin-bottom: 40px;
}

section.support .support_box .support_01 .box .box_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.4;
}

section.support .support_box .support_01 .box .box_text {
  font-size: 16px;
}

section.support .support_box .support_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2%;
}

section.support .support_box .support_02 .box_full {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 0;
}
section.support .support_box .notes {
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
section.support .support_box .notes.text-center {
  text-align: center;
}

section.support .support_box .support_02 .box_full2 {
  width: 100%;
  font-size: 16px;
  padding: 20px 0;
}

section.support .support_box .support_02 .box {
  width: 30%;
  margin-bottom: 40px;
}

section.support .support_box .support_02 .box .box_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

section.support .support_box .support_01 .box .box_small {
  margin-top: 10px;
  font-size: 14px;
}

section.support .support_box .support_02 .box .box_small {
  font-size: 14px;
}
section.support .support_box .support_02 .box_big {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
section.support .support_box .support_02 .box_big span {
  color: #0f1351;
}

section.support .support_box .support_02 .box .box_text {
  color: #9a8953;
  font-size: 16px;
}

section.support .support_box .support_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 2%;
}

section.support .support_box .support_03 .box {
  width: 48%;
  margin-bottom: 40px;
}

section.support .support_box .support_03 .box .box_ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}

section.support .support_box .support_03 .box .box_text {
  font-size: 16px;
}

section.support .support_box .support_03 .box .box_small {
  color: #4d4d4d;
  font-size: 14px;
  margin-top: 15px;
}

section.support .support_box .support_04 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  padding: 0 2%;
}

section.support .support_box .support_04 .box {
  width: 30%;
  margin-bottom: 40px;
  text-align: center;
  padding: 0 1%;
}

section.support .support_box .support_04 .box .box_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
}

section.support .support_box .support_04 .box .box_text {
  font-size: 16px;
}

section.support .support_box .support_04 .box .box_text .modal_btn {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  text-align: center;
  width: 100%;
  margin: 10px auto;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

section.support .support_box .support_04 .box .box_text .modal_btn::after {
  content: "＞";
  position: absolute;
  right: 6%;
  top: 30%;
}

section.support .support_box .support_04 .box .box_text .modal_btn:hover {
  background-color: #4d4d4d;
  color: #fff;
}

@media screen and (max-width: 768px) {
  section.support {
    padding: 60px 0;
  }
  section.support .ttl {
    margin-bottom: 50px;
  }
  section.support .support_box img {
    display: block;
    margin: 0 auto;
  }
  section.support .support_box .support_header {
    border-radius: 10px;
    font-size: 16px;
    padding: 10px 30px;
  }
  section.support .support_box .support_ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
  section.support .support_box .detail_btn {
    border: 1px solid #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    text-align: center;
    width: 60%;
    max-width: 400px;
    margin: 10px auto;
    padding: 15px 0;
    position: relative;
  }
  section.support .support_box .detail_btn::after {
    content: "＞";
    position: absolute;
    right: 6%;
    top: 30%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  section.support .support_box .detail_btn.close::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  section.support .support_box .support_01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2%;
  }
  section.support .support_box .support_01 .box {
    width: 96%;
    margin: 10px auto 30px;
  }
  section.support .support_box .support_01 .box .box_ttl {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.support .support_box .support_01 .box .box_text {
    font-size: 16px;
  }
  section.support .support_box .support_02 {
    /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
    padding: 0 2%;
  }
  section.support .support_box .support_02 .box {
    width: 96%;
    margin: 10px auto 30px;
  }
  section.support .support_box .support_02 .box .box_ttl {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.support .support_box .support_02 .box .box_text {
    font-size: 16px;
  }
  section.support .support_box .support_03 {
    /* -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; */
  }
  section.support .support_box .support_03 .box {
    width: 96%;
  }
  section.support .support_box .support_03 .box .box_ttl {
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  section.support .support_box .support_03 .box .box_text {
    font-size: 16px;
    line-height: 1.6;
  }
  section.support .support_box .support_03 .box .box_small {
    color: #4d4d4d;
    font-size: 14px;
  }
  section.support .support_box .support_04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 2%;
  }
  section.support .support_box .support_04 .box {
    width: 96%;
    margin: 10px auto 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  section.support .support_box .support_04 .box .box_img {
    width: 36%;
    font-size: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  section.support .support_box .support_04 .box .box_text {
    width: 60%;
    font-size: 16px;
  }
  section.support .support_box .support_04 .box .box_text .sub_ttl {
    margin-top: 0;
  }
}

section.support .support_box.add {
  padding: 20px 0 0;
}
section.support .support_box .box2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 2% 20px;
  position: relative;
}
section.support .support_box .box_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}
section.support .support_box .box2 .box_img {
  width: 28%;
  padding: 0 25px;
  box-sizing: border-box;
}
section.support .support_box .box2 .box_text {
  width: 72%;
  padding-left: 25px;
  box-sizing: border-box;
}
section.support .support_box .box2 .box_text .txt {
  margin: 0;
  padding-bottom: 1em;
  font-size: 15px;
}
section.support .support_box .box2 .box_text .small_txt {
  margin: 0;
  font-size: 12px;
}
section.support .support_box .box2 .box_text .notes {
  font-size: 12px;
  padding-bottom: 1em;
}
section.support .support_box .box2 .box_text .c_btn {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 13px;
  background-color: #808080;
  padding: 5px 1em;
  line-height: 1;
  display: inline-block;
}
section.support .support_box .box2 .box_text .c_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  section.support .support_box .box2 {
    padding: 0 25px;
  }
  section.support .support_box .box2 .box_img {
    width: 100%;
    padding: 0;
  }
  section.support .support_box .box2 .box_text {
    width: 100%;
    padding-left: 0;
  }
}

section.support .support_box .box2.add_cp {
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
}
section.support .support_box .box2.add_cp .campaign_box2001 .campaign {
  max-width: 100%;
  width: 100%;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  section.support .support_box .box2.add_cp {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .support_box .support_top_code {
    display: flex;
  }
  .support_box .support_top_code .part-img {
    width: 26.6%;
  }
  .support_box .support_top_code .part-txt {
    flex: 1;
    padding-left: 40px;
    text-align: left;
  }
}

.support_box .support_top_code .notes {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .support_box .support_top_code .part-img {
    width: 68%;
    margin: 0 auto 15px;
  }
  .support_box .support_top_code {
    display: block;
  }
}

#footer .footer_01 {
  background-color: #f4f4f4;
  font-size: 12px;
  padding: 20px 0 15px;
}

#footer .footer_01 a {
  text-decoration: underline;
}

#footer .footer_01 a:hover {
  color: #aaa;
}

#footer .footer_02 {
  background-color: #fff;
  font-size: 16px;
}

#footer .footer_02 .inner {
  padding: 40px 0 35px;
  position: relative;
}

#footer .footer_02 .inner .top_btn {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 100%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#footer .footer_02 .inner .top_btn a img {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

#footer .footer_02 .inner .top_btn a:hover img {
  opacity: 0.8;
}

#footer .footer_02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
}

#footer .footer_02 ul li {
  list-style-type: none;
  margin: 0 2%;
}

#footer .footer_02 ul li a {
  text-decoration: underline;
  padding: 3px;
}

#footer .footer_02 ul li a:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

#footer .footer_03 {
  background-color: #2d2d2d;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  padding: 35px 0 30px;
  text-align: center;
}

#footer .footer_04 {
  background-color: #1a1a1a;
  color: #fff;
  font-size: 12px;
  padding: 25px 0 20px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #footer .footer_01 {
    padding: 20px 0 15px;
  }
  #footer .footer_02 .inner {
    padding: 20px 0 15px;
  }
  #footer .footer_02 .inner .top_btn {
    width: 50px;
    height: 50px;
  }
  #footer .footer_02 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .footer_03 {
    padding: 20px 0 15px;
    text-align: left;
  }
  #footer .footer_04 {
    padding: 20px 0 15px;
  }
}

.iziModal-content {
  position: relative;
}

.iziModal-content .close {
  position: absolute;
  top: 0px;
  right: 30px;
  text-align: right;
  font-size: 60px;
}

.iziModal-content .close a {
  cursor: pointer;
}

.iziModal-content .content_ttl {
  color: #9a8953;
  font-size: 26px;
  margin-top: 0;
}

.iziModal-content .content_ttl small {
  font-size: 20px;
}

.iziModal-content .privilege_area {
  background-color: #f3f3f3;
  padding: 20px 30px 10px;
}

.iziModal-content .privilege_area p,
.iziModal-content .privilege_area ul {
  margin: 0 0 15px;
}

.iziModal-content .privilege_area .privilege_ttl {
  margin-bottom: 5px;
}

.iziModal-content .privilege_area .sub_ttl {
  margin-bottom: 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.iziModal-content .privilege_area .small {
  color: #4d4d4d;
  font-size: 14px;
}

.iziModal-content .privilege_area ul.small_ul {
  font-size: 14px;
  padding-left: 20px;
}

.iziModal-content .privilege_area ul.normal_ul {
  padding-left: 20px;
}

.iziModal-content .privilege_area ul.normal_ul li {
  margin-bottom: 5px;
}

@media screen and (max-width: 768px) {
  .iziModal {
    max-width: 94% !important;
  }
  .iziModal-content {
    padding: 30px 3% 10px !important;
  }
  .iziModal-content .close {
    top: 0px;
    right: 10px;
    font-size: 40px;
  }
  .iziModal-content .ttl {
    font-size: 28px;
  }
  .iziModal-content .privilege_area {
    padding: 3% !important;
  }
}

/*popup*/

.iziModal-content {
  width: 720px;
  padding: 50px 5% !important;
}

.iziModal-content .contents-title,
.info,
.order-title {
  padding: 0 11px;
}

.iziModal-content .info {
  margin: 20px 0 35px 0;
  font-size: 110%;
}

.iziModal-content .pop-title {
  background-color: #000;
  padding: 12px 0;
}

.iziModal-content .pop-title p {
  font-size: 150%;
  color: #fff;
}
.iziModal-content .info p.red {
  color: #cc0000;
}

.iziModal-content .contents-title {
  margin: 0;
}

.iziModal-content .order {
  background-color: #f4f4f4;
}

.iziModal-content .order-title {
  font-size: 150%;
  color: #000;
  margin: 0 0 10px 0;
}

.iziModal-content .order-inner {
  width: 600px;
  margin: 0px auto;
  padding: 45px 0;
}

.iziModal-content .order-inner:after {
  content: "";
  display: block;
  clear: both;
}

.iziModal-content .order-inner div.order-inner_flow {
  float: left;
}

.iziModal-content .box {
  width: 255px;
  /*  float:left;
*/
  margin: 10px 0 0 0;
}

.iziModal-content .box-b {
  width: 285px;
  float: left;
  margin: 10px 0 0 0;
}

.iziModal-content .box-center {
  width: 20px;
  margin: 80px 35px;
}

.iziModal-content .box-center-b {
  width: 20px;
  margin: 80px 33px 0 6px;
}

.iziModal-content .bold {
  font-size: 120%;
  font-weight: bold;
  height: 40px;
}

.iziModal-content .ap-text-title {
  font-size: 100%;
  margin: 10px 0 5px 0;
}

.iziModal-content .ap-text {
  font-size: 95%;
  margin: 5px 0 20px;
}

.iziModal-content .mr {
  margin: 0 0 0 95px;
}

.iziModal-content .order-inner .order-inner_arrow {
  float: left;
  height: 200px;
  margin: 0 30px;
  padding-top: 150px;
}

@media only screen and (max-width: 640px) {
  .iziModal-content .order-inner div.order-inner_flow {
    float: none;
    margin-bottom: 3rem;
  }
  .iziModal-content {
    width: 100%;
  }
  #inline-content {
    width: 95%;
  }
  .iziModal-content .order-inner {
    width: 95%;
  }
  .iziModal-content .box {
    width: 95%;
    margin: 0 auto;
  }
  .iziModal-content p.bold {
    margin: 0 0 10px 0;
  }
  .iziModal-content p.bold .sp-none {
    display: none;
  }
  .iziModal-content .info p {
    margin: 0 0 12% 0;
  }
  .iziModal-content .order-inner .order-inner_arrow {
    display: none;
  }
}

/*#breadcrumb*/

#breadcrumb ol {
  padding: 10px 0;
  margin: 0 auto;
}

#breadcrumb li {
  display: inline-block;
}

#breadcrumb li a {
  color: #2f3438;
  text-decoration: none;
}

.popup {
  cursor: pointer;
}

.popup img {
  opacity: 1;
  transition: all 100ms;
}

.popup img:hover {
  opacity: 0.7;
}

.header_content .nav img:hover {
  opacity: 0.6;
}

/*section.campaign .caution {
  display: none;
}*/

@media only screen and (max-width: 640px) {
  .popup img {
    transition-duration: 0s;
  }

  .popup img:hover {
    opacity: 1;
  }
  .header_content .nav img:hover {
    opacity: 1;
  }
}

#modal_8 {
  width: 760px;
  text-align: center;
}

/*------------------------------------------------------------
 no1
------------------------------------------------------------*/
.area-no1 {
  padding: 15px 0;
  background-color: #9b8a54;
  background: -moz-linear-gradient(left, #9b8a54, #f1e0aa 30%, #9b8a54);
  background: -webkit-linear-gradient(left, #9b8a54, #f1e0aa 30%, #9b8a54);
  background: linear-gradient(to right, #9b8a54, #f1e0aa 30%, #9b8a54);
}
.area-no1 .area-no1-inner {
  max-width: 980px;
  margin: 0 auto;
  display: table;
  text-align: center;
}
.area-no1 .logo {
  display: table-cell;
  vertical-align: middle;
  padding: 0 0 0 60px;
}
.area-no1 .text {
  display: table-cell;
  vertical-align: top;
  padding: 0 20px;
}
.area-no1 .text ul {
  font-size: 10.5px;
  text-align: left;
  /* margin: 20px 0 0 20px; */
  list-style: none;
  padding: 0;
}
.area-no1 .text ul li {
  text-indent: -10.5px;
  padding-left: 10.5px;
  letter-spacing: -0.02em;
  /* white-space: nowrap; */
}
@media only screen and (max-width: 768px) {
  .area-no1 .area-no1-inner {
    width: 100%;
  }
  .area-no1 .logo {
    display: block;
    padding: 0;
    width: 50%;
    margin: 0 auto;
  }
  .area-no1 .text {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0px;
  }
  .area-no1 .text ul {
    margin: 20px 0 0 0;
  }
  .area-no1 .text ul li {
    white-space: normal;
  }
}

/*------------------------------------------------------------
 comments
------------------------------------------------------------*/
.comments {
  color: #fff;
  font-size: 12px;
}
.comments ul {
  list-style: none;
  padding: 0;
}
.comments ul li {
  text-indent: -12px;
  padding-left: 12px;
}

/* 190827 SBS First-View */
.first_view {
  /* padding: 0 20px; */
  text-align: center;
}
.first_view .block {
  display: table-cell;
}
.first_view .card_area {
  /* padding: 30px 0; */
  width: 40%;
  vertical-align: middle;
}
.first_view .cp_area {
  width: 60%;
  vertical-align: middle;
  /* padding-left: 40px; */
}
.first_view .btn_01 {
  width: 60%;
  margin: 30px auto 0;
}
.first_view .btn_01 a:hover {
  opacity: 0.8;
}

@media only screen and (min-width: 769px) {
  .first_view .card_area img {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .first_view {
    padding: 0;
  }
  .first_view .block {
    display: block;
  }
  .first_view .card_area {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .first_view .card_area img {
    width: 70%;
  }
  .first_view .card_area .business-logo {
    width: 70%;
  }
  .first_view .cp_area {
    width: 100%;
    padding: 20px 0 10px;
  }
  .first_view .btn_01 {
    width: 80%;
    margin: 0 auto;
  }
}

.first_view .card_area .business-logo {
  margin-top: 5px;
}

/*------------------------------------------------------------
timer
------------------------------------------------------------*/

.header_content3 .text01.limit_text {
  margin: 0 auto;
}
.limit_text,
#countdown_timer {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.limit_text {
  font-size: 42px;
  text-align: center;
  letter-spacing: 0.05em;
  padding-top: 10px;
}
/* .limit_text .limit_time {
    font-size: 30px;
} */
#countdown_timer {
  text-align: center;
  padding: 12px 0;
  color: #fff;
  font-size: 30px;
}
#switch_day {
  margin: 0 auto 0 20px;
}
#countdown_timer .timer_area span {
  font-size: 33px;
  color: #d29d36;
}
#countdown_timer .timer_area span.read {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
}
#countdown_timer .timer_area p {
  margin: 0 0 5px 0;
  color: #fff;
}
#countdown_timer .timer_area .moji {
  font-family: Helvetica Neue, Helvetica, Hiragino Sans, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 21px;
  color: #fff;
  font-weight: normal;
}
#countdown_timer .timer_area {
  position: relative;
  background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
  /* background: rgba(255,255,255,0.1); */
  line-height: 1.1;
  padding: 0 0 5px;
  letter-spacing: 0.2em;
}
#countdown_timer .timer_area:after,
#countdown_timer .timer_area:before {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #505050, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #505050, rgba(255, 255, 255, 0));
}
#countdown_timer .timer_area:after {
  bottom: 0;
}
#countdown_timer .timer_area:before {
  top: 0;
}
#countdown_timer .switch_cp {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding-top: 20px;
}
/* #countdown_timer .switch_cp:before {
    position: absolute;
    top: 0;
    z-index: 1;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #505050, #fff, #fff, #fff, #fff, #fff, #fff, #fff, #505050);
} */
#countdown {
  font-size: 26px;
}

@media screen and (max-width: 1024px) {
  .limit_text {
    font-size: 36px;
  }
}
@media screen and (max-width: 950px) {
  #countdown_timer p {
    font-size: 21px;
  }
}
@media screen and (max-width: 768px) {
  #countdown_timer .switch_cp p {
    padding-bottom: 1em;
  }
  .limit_text,
  #countdown_timer {
    font-family: "Sawarabi Mincho", serif;
  }
  .limit_text {
    font-size: 20px;
  }
  #countdown_timer {
    line-height: 1;
  }
  #countdown_timer .timer_area span {
    font-size: 30px;
  }
  #countdown_timer .timer_area span.read {
    font-size: 14px;
  }
  #countdown_timer .timer_area {
    margin: 20px auto;
    padding: 15px 0;
  }
  #countdown_timer p {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
  }
  #countdown {
    font-size: 22px;
  }
  #countdown_timer .switch_cp {
    padding-top: 0;
  }
}

.modal_summary {
  padding: 50px 30px;
  list-style: none;
}
.modal_summary p {
  margin: 0;
  padding: 0;
}
.modal_summary strong {
  display: block;
  font-size: 18px;
}
.modal_summary .bgbeige {
  background-color: #f3f2ee;
}
.modal_summary ul {
  list-style: none;
  padding-left: 0;
}
.modal_summary .block {
  text-align: left;
}
.modal_summary .block .headline {
  background-color: #fff;
}
.modal_summary .block .headline h3 {
  font-size: 22px;
  border-left: 5px solid #000;
  padding-left: 15px;
  margin: 0 0 15px;
  font-weight: normal;
}
.modal_summary .block .headline p {
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 15px;
}
.modal_summary .block .headline p a {
  color: #0077ff;
  border-bottom: 1px solid;
}
.modal_summary .block .headline p a:hover {
  opacity: 0.7;
}

.modal_summary .block:not(:last-child) {
  padding-bottom: 35px;
}

.modal_summary .block .txt_block {
  padding: 1em;
}
.modal_summary .block .txt_block .cppop_table {
  background-color: #ced4c6;
}
.modal_summary .block .txt_block .cppop_table th {
  background-color: #e9e7df;
  padding: 5px 10px;
}
.modal_summary .block .txt_block .cppop_table td {
  background-color: #fff;
  padding: 5px 10px;
}
.modal_summary .block .notes_block .notes {
  margin-bottom: 0;
}

.modal_summary .block .txt_block .num_list {
  counter-reset: number;
  margin: 0;
}
.modal_summary .block .txt_block .num_list li {
  position: relative;
  padding: 2.5px 5px 5px 7em;
  font-size: 15px;
}
.modal_summary .block .txt_block .num_list li:not(:last-child) {
  margin-bottom: 0.5em;
}
.modal_summary .block .txt_block .num_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5em;
  height: 1em;
  padding: 5px;
  background: #fff;
  border: 1px solid #000;
}
.modal_summary .block .txt_block .num_list li:after {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  left: 2.5em;
  top: 0.1em;
}

.modal_summary .block .notes_block .notes {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
}
.modal_summary .block .notes_block .notes li:before {
  content: "※";
}

@media screen and (max-width: 768px) {
  .modal_summary {
    padding: 0;
  }
  .modal_summary ul {
    margin: 0;
  }
  .modal_summary .block:not(:last-child) {
    padding-bottom: 50px;
  }
  .modal_summary .block .txt_block .num_list li {
    padding: 2em 0 1em;
    margin-bottom: 0;
  }
  .modal_summary .block .txt_block .num_list li:before {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .modal_summary .block .txt_block .num_list li:after {
    left: calc(50% - 0.5em);
  }
}

.cp_notes {
  display: block;
  text-align: center;
  text-indent: -0.5em;
  padding-left: 0.5em;
  font-size: 20px;
}
.cp_notes:before {
  content: "▶";
  color: #9a8953;
}
.cp_notes a {
  border-bottom: 1px solid;
  color: #9a8953;
  font-weight: bold;
  cursor: pointer;
}
.cp_notes a:hover {
  opacity: 0.8;
}

.kakaku_banner {
  padding: 10px 0 30px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .kakaku_banner {
    padding: 0;
  }
  .cp_notes {
    font-size: 16px;
  }
}

/* =========================================================
cashless
========================================================= */
.cashless_bnr {
  margin: 0 auto 50px;
  text-align: center;
}
.cashless_bnr .ttl_line {
  position: relative;
  margin-bottom: 15px;
}
.cashless_bnr .ttl_line:before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #e40b20;
  z-index: 1;
}
.cashless_bnr .ttl_line span {
  position: relative;
  background-color: #f3f3f3;
  color: #e40b20;
  z-index: 2;
  font-size: 20px;
}
.cashless_bnr a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  /* .cashless_bnr {
        margin: 0 auto;
    } */
  .cashless_bnr .ttl_line {
    margin: 0 auto 15px;
  }
}

@media only screen and (min-width: 769px) {
  .section--hero .flex {
    justify-content: space-between;
    align-items: flex-start;
  }
}

/* 201127 fv_video */
.fv_video {
  padding: 30px 0;
}
.fv_video #fv_video {
  width: 100%;
  max-width: 800px;
}
@media only screen and (max-width: 768px) {
  .fv_video {
    padding: 0;
  }
}

/* 20220210 */
.entry_btn_wrap {
  text-align: center;
  padding: 30px 0 0;
}
.entry_btn_wrap > a {
  background-color: #9b8a54;
  color: #fff;
  padding: 20px;
  line-height: 1;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  font-size: 24px;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", YakuHanMP, "Noto Serif JP", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .entry_btn_wrap > a {
    width: 100%;
    max-width: 260px;
    font-size: 18px;
  }
}

.site-footer * {
  box-sizing: border-box;
  list-style: none;
}
.site-footer .row {
  padding: 0 20px;
}
.site-footer .footer_nav .footer_nav_list {
  padding: 0;
}

/* 221004 */
.saisonmileclub {
  margin-top: 50px;
  padding: 30px;
  -webkit-box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 34%);
  -ms-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 34%);
}
.saisonmileclub .support_ttl {
  padding: 20px 2%;
  background-color: #031b21;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .saisonmileclub {
    margin-top: 30px;
    padding: 15px;
  }
  .saisonmileclub .support_ttl {
    font-size: 16px;
  }
  .saisonmileclub .detail-otoku {
    padding: 0;
  }
  .saisonmileclub .detail-otoku .elem-cont {
    padding: 30px 0 0;
  }
}
