
@charset "UTF-8";
/* =================================================================================================
　セゾンポイントモール - 楽天グループ対象ショップ ポイント付与条件変更について
　https://www.a-q-f.com/
　Copyright (C) CREDIT SAISON CO.,LTD. All Right Reserved.
================================================================================================= */
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css);
body {
  margin: 0;
  padding: 0;
}

body {
  background-color: #fff !important;
}

/* ----------------------------------------------------------------------------
　ページスタイル
---------------------------------------------------------------------------- */
/* ページ背景色 */
.page {
  background-color: #fff;
}

/* リセット */
#lp h1, #lp h2, #lp h3, #lp h4, #lp h5, #lp ul, #lp li, #lp dl, #lp dt, #lp dd, #lp p, #lp a, #lp strong, #lp address {
  margin: 0;
  padding: 0;
  text-align: left;
}

#lp ul, #lp li {
  list-style: none;
  list-style-position: inside;
  text-indent: 0em;
}

#lp {
  min-width: 950px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" , "メイリオ" , Meiryo ,"ＭＳ Ｐゴシック", Osaka, sans-serif;
  color: #333;
}

/* パンくずナビ */
#lp #breadCrumb {
  width: 950px;
  margin: 15px auto 0 !important;
}

#lp #breadCrumb li {
  display: inline;
  font-size: 12px;
}

#lp #breadCrumb li strong {
  font-size: 12px;
}

#lp #breadCrumb li a {
  color: #00a0e9;
}

/* リンク（デフォルトは下線無し） */
#lp a {
  text-decoration: none;
  cursor: pointer;
}

#lp a:hover {
  text-decoration: underline;
}

/* リキッド */
.liquid {
  margin: 0 auto;
  max-width: 1260px;
}

#new_header {
  margin-bottom: 0px !important;
}

#wrapper {
  padding-top: 0px !important;
}

#container,
#contentWrapper,
#mainContent {
  width: 100% !important;
  margin: 0 0 0 0 !important;
  padding: 0 0 0 0 !important;
}

/* 赤字 */
.text_red {
  color: #a3171a;
  font-weight: bold;
}

/* ----------------------------------------------------------------------------
　背景
---------------------------------------------------------------------------- */
/* ----------------------------------------------------------------------------
　フォント
---------------------------------------------------------------------------- */
#lp {
  font-family: 'Noto Sans Japanese', sans-serif;
  color: #000;
  padding-bottom: 3rem;
}

/* ----------------------------------------------------------------------------
　メインタイトル
---------------------------------------------------------------------------- */
#main_area {
  padding-top: 3.5rem;
  margin-bottom: 5rem;
}

#main_area .date {
  width: 270px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 1rem;
  border: 1px solid #bf0000;
  border-radius: 8px;
  padding: 0.7rem 0;
  color: #bf0000;
  font-size: 1.6rem;
  line-height: 120%;
  text-align: center;
  font-weight: 600;
  position: relative;
}

#main_area .date span {
  position: absolute;
  left: 0rem;
  top: 90%;
  z-index: 2;
  text-align: center;
  width: 100%;
}

#main_area h1 {
  margin-bottom: 4rem;
  text-align: center;
}

#main_area h1 p {
  text-align: center;
  font-size: 3.2rem;
  line-height: 150%;
  font-weight: 600;
  margin-bottom: 1rem;
}

#main_area h1 p span {
  color: #bf0000;
}

/* 対象ショップ */
#main_area .shop {
  width: 1125px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #999;
  border-radius: 9px;
  padding: 3rem 0 1.5rem;
  position: relative;
}

@media screen and (max-width: 1200px) {
  #main_area .shop {
    width: 95%;
  }
}

#main_area .shop h2 {
  width: 225px;
  text-align: center;
  color: #fff;
  background-color: #666;
  border-radius: 100px;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
  padding: 0.5rem 0;
  position: absolute;
  top: -1.2rem;
  left: calc((100% - 225px) / 2);
}

#main_area .shop ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#main_area .shop ul li {
  width: 122px;
  margin-right: 3.5rem;
}

@media screen and (max-width: 1200px) {
  #main_area .shop ul li {
    width: 100px;
    margin-right: 2.5rem;
  }
}

#main_area .shop ul li:last-child {
  margin-right: 0rem;
}

#main_area .shop ul li a {
  display: block;
  text-decoration: none;
}

#main_area .shop ul li a:hover {
  opacity: 0.8;
}

#main_area .shop ul li a .photo {
  margin-bottom: 0.8rem;
}

#main_area .shop ul li a .photo img {
  width: 100%;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #bebebe;
}

#main_area .shop ul li a .text {
  color: #000;
  font-size: 0.75rem;
  font-weight: 600;
  text-align: center;
}

/* ----------------------------------------------------------------------------
　共通見出し
---------------------------------------------------------------------------- */
.common_title {
  width: 400px;
  margin: 0 auto 2.5rem !important;
  border: 2px solid #bf0000;
  background-color: #fff;
  border-radius: 7px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.common_title .text {
  width: 80%;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #bf0000;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 120%;
  padding: 0.7rem 0;
}

.common_title .no {
  width: 20%;
  text-align: center;
  background-color: #bf0000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 120%;
}

/* ----------------------------------------------------------------------------
　変更内容1
---------------------------------------------------------------------------- */
#change1 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

#change1 .change_inner {
  width: 1125px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #change1 .change_inner {
    width: 95%;
  }
}

#change1 .lead {
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 2.5rem;
}

#change1 .lead span {
  font-weight: 600;
  color: #bf0000;
}

#change1 .chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#change1 .chart > li {
  width: 48.5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #999;
  border-radius: 10px;
  padding: 1.7rem;
}

#change1 .chart > li:first-child {
  background-color: #f4f4f4;
}

#change1 .chart > li:last-child {
  background-color: #fffcb6;
}

#change1 .chart > li:first-child h3,
#change1 .chart > li:last-child h3 {
  width: 70%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 1.2rem;
  border-radius: 100px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: 600;
  padding: 0.3rem 0;
}

#change1 .chart > li:first-child h3 {
  color: #fff;
  background-color: #666;
}

#change1 .chart > li:last-child h3 {
  color: #fff;
  background-color: #bf0000;
}

#change1 .chart ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

#change1 .chart ul li {
  width: 28.62985685%;
}

#change1 .chart ul li img {
  width: 100%;
}

#change1 .chart ul .arrow {
  width: 6.339468302%;
  position: relative;
  top: 3.5rem;
}

#change1 .chart ul li .text {
  text-align: center;
  font-size: 1.125rem;
  line-height: 150%;
  margin-top: 0.5rem;
}

#change1 .chart > li:last-child .text {
  color: #bf0000;
}

/* ----------------------------------------------------------------------------
　変更内容2
---------------------------------------------------------------------------- */
#change2 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

#change2 .change_inner {
  width: 1125px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #change2 .change_inner {
    width: 95%;
  }
}

#change2 .lead {
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 2.5rem;
}

#change2 .lead span {
  font-weight: 600;
  color: #bf0000;
}

#change2 .chart_box {
  background-color: #f4f4f4;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 3.5rem 0;
}

#change2 .chart_box .chart {
  width: 85.574354407%;
  margin: 0 auto 0.5rem;
}

#change2 .chart_box .chart img {
  width: 100%;
}

#change2 .cap {
  font-size: 1.6rem;
  line-height: 180%;
  color: #000;
  text-align: center;
}

#change2 .cap span {
  font-weight: 600;
  color: #bf0000;
}

/* ----------------------------------------------------------------------------
　変更内容3
---------------------------------------------------------------------------- */
#change3 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

#change3 .change_inner {
  width: 1125px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #change3 .change_inner {
    width: 95%;
  }
}

#change3 .lead {
  font-size: 1.6rem;
  line-height: 180%;
  margin-bottom: 2rem;
}

#change3 .lead span {
  font-weight: 600;
  color: #bf0000;
}

#change3 .example {
  background-color: #f4f4f4;
  border: 1px solid #999;
  border-radius: 10px;
  position: relative;
  padding: 2rem 0 3rem;
  margin-bottom: 1.2rem;
}

#change3 .example:last-child {
  margin-bottom: 0rem;
}

#change3 .example .title {
  position: absolute;
  top: -2px;
  left: -2px;
  z-index: 2;
}

#change3 .example .title .text {
  position: absolute;
  top: 17%;
  left: 20%;
  color: #fff;
  font-weight: 600;
  font-size: 1.5rem;
  z-index: 2;
}

#change3 .example1 .chart {
  width: 77.471059661%;
  margin: 0 auto;
  position: relative;
}

#change3 .example1 .chart img {
  width: 100%;
}

#change3 .example1 .chart .text1 {
  position: absolute;
  width: 14.712643678%;
  top: 56%;
  left: 0%;
  text-align: center;
  font-size: 1.275rem;
  line-height: 150%;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  #change3 .example1 .chart .text1 {
    font-size: 0.875rem;
  }
}

#change3 .example1 .chart .text1 .balloon_text {
  width: 90%;
  height: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
}

#change3 .example1 .chart .text1 .balloon_bg img {
  width: 100%;
}

#change3 .example1 .chart .text2,
#change3 .example1 .chart .text3,
#change3 .example1 .chart .text4 {
  position: absolute;
  width: 26%;
  top: 93%;
  text-align: center;
  font-size: 1.275rem;
  line-height: 120%;
  color: #1e4394;
  font-weight: 600;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  #change3 .example1 .chart .text2,
  #change3 .example1 .chart .text3,
  #change3 .example1 .chart .text4 {
    font-size: 1rem;
  }
}

#change3 .example1 .chart .text2 {
  left: 11%;
}

#change3 .example1 .chart .text3 {
  left: 37%;
}

#change3 .example1 .chart .text4 {
  left: 64%;
}

#change3 .example2 .chart {
  width: 84.861976847%;
  margin: 0 auto;
  position: relative;
}

#change3 .example2 .chart img {
  width: 100%;
}

#change3 .example2 .chart .text1 {
  position: absolute;
  width: 13.431269674%;
  top: 56%;
  left: 0%;
  text-align: center;
  font-size: 1.275rem;
  line-height: 150%;
  color: #fff;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  #change3 .example2 .chart .text1 {
    font-size: 0.875rem;
  }
}

#change3 .example2 .chart .text1 .balloon_text {
  width: 90%;
  height: 100%;
  font-weight: 600;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0rem;
  left: 0rem;
  z-index: 2;
}

#change3 .example2 .chart .text1 .balloon_bg img {
  width: 100%;
}

#change3 .example2 .chart .text2,
#change3 .example2 .chart .text3 {
  position: absolute;
  width: 30%;
  top: 93%;
  text-align: center;
  font-size: 1.275rem;
  line-height: 120%;
  color: #1e4394;
  font-weight: 600;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  #change3 .example2 .chart .text2,
  #change3 .example2 .chart .text3 {
    font-size: 1rem;
  }
}

#change3 .example2 .chart .text2 {
  left: 5%;
}

#change3 .example2 .chart .text3 {
  left: 44%;
}

#change3 .example .cap {
  text-align: center;
  margin-top: 2rem;
}

#change3 .example .cap p {
  display: inline-block;
  background-color: #fffcb6;
  border: 1px solid #bf0000;
  border-radius: 5px;
  color: #000;
  font-size: 1.6rem;
  line-height: 120%;
  font-weight: 600;
  padding: 1.2rem 2rem;
}

#change3 .example .cap p span {
  color: #bf0000;
}

/* ----------------------------------------------------------------------------
　変更内容4
---------------------------------------------------------------------------- */
#change4 {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 5rem;
  margin-bottom: 5rem;
}

#change4 .change_inner {
  width: 1125px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #change4 .change_inner {
    width: 95%;
  }
}

#change4 .lead {
  font-size: 1.6rem;
  font-weight: 600;
  color: #bf0000;
  line-height: 180%;
  margin-bottom: 2rem;
}

#change4 .lead span {
  font-weight: 600;
  color: #bf0000;
}

#change4 .column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2rem;
}

#change4 .column:last-child {
  margin-bottom: 0rem;
}

#change4 .column .photo {
  width: 46.577777777%;
  color: #999;
  font-size: 1.2rem;
}

#change4 .column .photo img {
  width: 100%;
  display: block;
  margin-bottom: 0.5rem;
}

#change4 .column .text {
  width: 50%;
  margin-left: 1.8rem;
  font-size: 1.275rem;
  line-height: 180%;
  padding-top: 1.5rem;
}

#change4 .column .text span {
  color: #bf0000;
}

/* ----------------------------------------------------------------------------
　変更内容5
---------------------------------------------------------------------------- */
#change5 .change_inner {
  width: 1125px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  #change5 .change_inner {
    width: 95%;
  }
}

#change5 .lead {
	margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 180%;
}

#change5 .lead span {
  font-weight: 600;
  color: #bf0000;
}

#change5 .attention {
	margin-bottom: 50px;
	padding: 16px;
	color: #bf0000;
	font-size: 1.26rem;
	font-weight: bold;
	text-align: center;
	border: 3px solid #bf0000;
	border-radius: 7px;
}


/* ----------------------------------------------------------------------------
　ページTOP
---------------------------------------------------------------------------- */
.page_top {
  width: 950px;
  margin: 0 auto;
  text-align: right;
  background-color: #326bc1;
}




