@charset "UTF-8";


/*-----------------------------------------------------------------
		基本設定
-----------------------------------------------------------------*/

:root {
  --black: #262626;
  --white: #fff;
  
  --light-blue: #E3F3FB;
  --light-green: #6EC6BF;
  --beige: #FFF6D8;
  
  --purple: #EB5B5B;
  --purple2: #EE7575;
  --purple3: #D66969;
  --purple4: #E1CFE0;
  
  --red: #EC5076;
  --light-red: #c03;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  height: auto;
  width: 100%;
  vertical-align: bottom;
}

p {
  font-feature-settings: "palt";
}


a {
  text-decoration: none;
  transition: all .3s;
  color: var(--black);
}
button:hover, 
a:hover {
  opacity: .7;
  text-decoration: none;
}

.fs-small {
  font-size: 16px;
}

.fc-red {
  color: var(--red);
}

h2 {
  width: 420px;
  margin: 0 auto;
}

.is-sp {
  display: none;
}

@media screen and (max-width: 1034px){
h2 {
  width: 298px;
  margin: 0 auto;
}

.is-pc {
  display: none;
}
.is-sp {
  display: block;
}
}


/*-----------------------------------------------------------------
		layout
-----------------------------------------------------------------*/
.cp3-content-inner {
  max-width: 960px;
  margin: 0 auto;
}

@media screen and (max-width: 1034px){
.cp3-content-inner {
  max-width: 738px;
  margin: 0 auto;
}
}


/*-----------------------------------------------------------------
		header
-----------------------------------------------------------------*/
.cp3-header {
  height: 54px;
  padding-top: 13px;
  background-color: var(--white);
}

.cp3-header a {
  width: 144px;
  display: block;
  margin: 0 auto;
}
.cp3-header a img {
  vertical-align: top;
}


@media screen and (max-width: 1034px){
.cp3-header {
  height: 50px;
  padding-top: 11px;
}
}


/*-----------------------------------------------------------------
		MV
-----------------------------------------------------------------*/
.cp3-mv {
  min-height: 772px;
  background: var(--beige) url(../img/mv_bg_pc.png) no-repeat center top -54px;
  position: relative;
  background-size: 2000px auto;
}

.cp3-mv h1 {
  max-width: 1000px;
  margin: 0 auto;
}

.cp3-mv-date {
  max-width: 824px;
  margin: 0 auto;
  position:absolute;
  bottom: 4px;
  left: 0;
  right: 0;
}

.mv-pre {
  width: 85px;
  margin: 0 auto;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}
.mv-pre img {
  position: relative;
  left: -306px;
}


@media screen and (max-width: 1034px){
.cp3-mv {
  min-height: 688px;
  background: var(--beige) url(../img/mv_bg_sp.png) no-repeat center top -42px;
  background-size: 1034px auto;
}

.cp3-mv h1 {
  overflow: hidden;
  max-width: 468px;
  min-height: 536px;
  position: relative;
}
.cp3-mv h1 img {
  width: 446px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.cp3-mv-date {
  max-width: 375px;
  bottom: 69px;
  left: 0;
  right: 0;
}

.mv-pre {
  width: 70px;
  top: 6px;
  left: 9px;
}
.mv-pre img {
  left: -144px;
}
}


/*-----------------------------------------------------------------
		キャンペーン内容
-----------------------------------------------------------------*/
.cp3-cp .cp3-content {
  padding: 32px 15px 61px;
  background: var(--beige);
}

.cp3-cp-step {
  margin: 46px auto 50px;
}

@media screen and (max-width: 1034px){
.cp3-cp .cp3-content {
  padding: 0 15px 61px;
}

.cp3-cp-step {
  margin: 20px auto 50px;
}
}


/* 場所 */
.cp3-cp-place {
  margin-bottom: 52px;
  padding: 45px 36px 32px;
  background: url(../img/cp_place_bgline_left.png) no-repeat left 15px top 16px,var(--purple) url(../img/cp_place_bgline_right.png) no-repeat right 16px bottom 16px;
  background-size: 60px auto;
  color: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.cp3-cp-place-left {
  width: 285px;
}

.cp3-cp-place-right {
  width: calc(100% - 285px);
  padding-left: 37px;
}

.cp3-cp-place-name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.cp3-cp-place-name span {
  padding: 0 0 0 3px;
  font-size: 20px;
}

.cp3-cp-place-sub {
  margin-bottom: 10px;
  font-size: 14px;
  opacity: 0.6;
}

.cp3-cp-place-txt {
  font-size: 16px;
  line-height: 1.8;
}

.cp3-cp-flower-left {
  width: 47px;
  position: absolute;
  left: -20px;
  bottom: -19px
}
.cp3-cp-flower-right {
  width: 48px;
  position: absolute;
  right: -22px;
  top: -22px
}

@media screen and (max-width: 1034px){
.cp3-cp-place {
  margin-bottom: 50px;
  padding: 24px 24px;
  background: url(../img/cp_place_bgline_left.png) no-repeat left 10px top 10px,var(--purple) url(../img/cp_place_bgline_right.png) no-repeat right 10px bottom 10px;
  background-size: 60px auto;
  display: block;
}

.cp3-cp-place-left {
  width: 100%;
}

.cp3-cp-place-right {
  width: 100%;
  padding: 14px 0 0;
}

.cp3-cp-place-name {
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
  line-height: 1.25;
}
.cp3-cp-place-name span {
  padding: 0 0 0 3px;
  font-size: 20px;
}

.cp3-cp-place-sub {
  margin-bottom: 5px;
  font-size: 12px;
  text-align: center;
}

.cp3-cp-place-txt {
  font-size: 16px;
  line-height: 1.8;
}

.cp3-cp-flower-left {
  left: -5px;
  bottom: -20px
}
.cp3-cp-flower-right {
  width: 48px;
  position: absolute;
  right: -6px;
  top: -24px
}

}


/* 交換レート */
.cp3-cp-point {
  display: flex;
  justify-content: space-between;
  background: url(../img/i_arrow_cp.png) no-repeat center center;
  background-size: 16px auto;
}

.cp3-cp-point-left {
  width: calc(50% - 27px);
  border-radius: 10px;
  background: var(--white);
  text-align: center;
}

.cp3-cp-point-left h3 {
  font-size: 20px;
  line-height: 42px;
  color: var(--white);
  background: var(--light-green);
  border: solid 3px var(--light-green);
  border-radius: 10px 10px 0 0;
}

.cp3-cp-point-body {
  border: solid 3px var(--light-green);
  border-top: none;
  border-radius: 0 0 10px 10px;
}

.cp3-cp-point-txt {
  font-size: 14px;
  font-weight: bold;
  line-height: 52px;
  text-align: center;
}

.cp3-cp-point-img  {
  margin-bottom: 15px;
  text-align: center;
}
.cp3-cp-point-img img {
  max-width: 300px;
}

.cp3-cp-point-rate {
  padding: 0 15px 23px;
  font-size: 31px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.12rem;
}
.cp3-cp-point-rate .fs-small {
  position: relative;
  bottom: 1px;
}

.cp3-cp-point-right {
  width: calc(50% - 27px);
  border-radius: 10px;
  border: solid 3px var(--purple);
  background: var(--white);
  text-align: center;
}

.cp3-cp-point-right h3 {
  font-size: 20px;
  line-height: 45px;
  color: var(--white);
  background: var(--purple);
}

@media screen and (max-width: 1034px){
.cp3-cp-point-left {
  width: calc(50% - 14px);
}

.cp3-cp-point-img img {
  max-width: 136px;
  margin: 0 auto;
}

.cp3-cp-point-right {
  width: calc(50% - 14px);
}

.cp3-cp-point-right h3 {
  letter-spacing: -0.08rem;
}
}


/*-----------------------------------------------------------------
		利用可能カード
-----------------------------------------------------------------*/
.cp3-card .cp3-content {
  padding: 98px 15px 100px;
  background: url(../img/card_bg_top.png) no-repeat center top,var(--white) url(../img/card_bg_bottom.png) no-repeat center bottom;
  background-size: 2638px auto;
}

.cp3-card-img {
  margin: 46px auto 40px;
}

.cp3-card-link {
  width: 370px;
  margin: 0 auto;
}

.cp3-card-link a {
  display: block;
  line-height: 59px;
  background: var(--white) url(../img/i_arrow_purple.png) no-repeat right 14px center;
  background-size: 10px auto;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  border: solid 2px var(--purple);
  color: var(--purple);
  box-shadow: 6px 5px 0 #ffdddd;
}

@media screen and (max-width: 1034px){
.cp3-card .cp3-content {
  padding: 58px 15px 78px;
  background: url(../img/card_bg_top_sp.png) no-repeat center top,var(--white) url(../img/card_bg_bottom_sp.png) no-repeat center bottom;
  background-size: 100% auto;
}

.cp3-card-link {
  width: 100%;
}

.cp3-card-link a {
  line-height: 53px;
  font-size: 18px;
}

}


/*-----------------------------------------------------------------
		キャンペーンの詳細
-----------------------------------------------------------------*/
.cp3-att .cp3-content {
  padding: 47px 15px 50px;
  background: var(--purple);
}

.cp3-att .cp3-content-inner {
  padding: 60px 80px;
  background: var(--purple2);
  color: var(--white);
}

@media screen and (max-width: 1034px){
.cp3-att .cp3-content-inner {
  padding: 0;
  background: var(--purple);
}
}


/* 吹き出し */
.cp3-att-tool {
  width: 278px;
  position: relative;
  display: block;
  margin: 0 auto 17px;
  padding: 0 5px 0 33px;
  background-color: var(--red);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 52px;
  color: var(--purple);
  left: 0;
  right: 0;
  background: var(--white) url(../img/i_att.png) no-repeat left 39px center;
  background-size: 20px auto;
}

.cp3-att-tool::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  border-style: solid;
  border-width: 9px 7px 0 7px;
  border-color: var(--white) transparent transparent;
  translate: -50% 100%;
}


@media screen and (max-width: 1034px){
.cp3-att-tool {
  width: 200px;
  margin: 0 auto 13px;
  padding: 0 5px 0 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 37px;
  background: var(--white) url(../img/i_att.png) no-repeat left 17px center;
  background-size: 16px auto;
}
}


/**/
.cp3-att h2 {
  width: fit-content;
  margin: 0 auto 34px;
  padding: 0 50px;
  font-size: 33px;
  text-align: center;
  line-height: 40px;
  background: url(../img/att_ttl_left.png) no-repeat left center, url(../img/att_ttl_right.png) no-repeat right center;
  background-size: 36px auto;
}

.cp3-att-lead {
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 1034px){
.cp3-att h2 {
  padding: 0 36px;
  font-size: 24px;
  line-height: 1.25;
  background: url(../img/att_ttl_left.png) no-repeat left center, url(../img/att_ttl_right.png) no-repeat right center;
  background-size: 26px auto;
}

.cp3-att-lead {
  margin-bottom: 40px;
  text-align: left;
}
}



.cp3-att-body {

}

.cp3-att-body h3 {
  margin: 40px 0 4px;
  font-size: 16px;
  font-weight: bold;
}

.cp3-att-body h4 {
  margin: 20px 0 4px;
  font-size: 14px;
  font-weight: bold;
}

.cp3-att-body p {
  font-size: 14px;
  line-height: 1.5;
}


.cp3-att-body table {
  width: 100%;
  margin-top: 14px;
  border-collapse: collapse;
  border-left: solid 1px var(--white);
  border-top: solid 1px var(--white);
}

.cp3-att-body table th {
  padding: 7px 5px 6px;
  border-right: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  background: var(--purple3);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.cp3-att-body table th span {
  width: 100%;
  display: block;
  font-size: 11px;
  opacity: 0.5;
  text-align: center;
}

.cp3-att-body table td {
  padding: 7px 5px 6px;
  border-right: solid 1px var(--white);
  border-bottom: solid 1px var(--white);
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}

.cp3-att-body ul {
  margin-top: 10px;
}
.cp3-att-body li {
  margin-bottom: 5px;
  padding-left: 15px;
  text-indent: -15px;
  line-height: 1.4;
  font-size: 14px;
}

@media screen and (max-width: 1034px){
.cp3-att-body li {
  padding-left: 15px;
  text-indent: -15px;
  font-size: 12px;
}
}


.cp3-att-body p.txt-att {
  padding-left: 12px;
  text-indent: -12px;
  font-size: 11px;
  line-height: 1.35;
  opacity: 0.75;
}

.cp3-att-body a {
  color: var(--white);
  text-decoration: underline;
}
.cp3-att-body a:hover {
  text-decoration: none;
  opacity: 0.5;
}

.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}

/* リンク */
.cp3-att-link {
  width: 562px;
  margin: 60px auto 0;
}

.cp3-att-link a {
  padding: 19px 10px;
  display: block;
  background: var(--white) url(../img/i_arrow_purple.png) no-repeat right 14px center;
  background-size: 10px auto;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border: solid 2px var(--purple);
  color: var(--purple);
  box-shadow: 6px 5px 0 #ffdddd;
  line-height: 1;
}

.cp3-att-link a span {
  width: 100%;
  padding-top: 5px;
  display: block;
  font-size: 15px;
  text-align: center;
  opacity: 0.5;
}

@media screen and (max-width: 1034px){
.cp3-att-link {
  width: 100%;
  margin: 30px auto 0;
}

.cp3-att-link a {
  padding: 11px 10px;
  font-size: 18px;
  line-height: 1.2;
}
}


/*-----------------------------------------------------------------
		footer
-----------------------------------------------------------------*/
.footer {
  font-weight: 500;
  color: #FFF;
  background-color: var(--light-red);
  height: 77px;
  padding: 15px;
}
.footer-txt {
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.footer-txt span {
  font-size: 20px;
  margin-right: 5px;
}

