@charset "UTF-8";
*:focus {
  outline: none;
}
* {
  box-sizing: border-box;
}
@media screen and (min-width: 641px) {
a:hover {
  opacity: 0.8;
}
}
p {
  color: #222;
}
.dsp {
	display: none;
}
@media screen and (max-width: 640px) {
.dsp {
	display: block;
}
}
#content .content_inner {
	background-color: #fbe5eb;
}
@media screen and (max-width: 640px) {
#content .content_inner {
	width: 100vw;
	overflow-x: hidden;
}
}
/* -----------------------------
  mainVisual
------------------------------*/
#content #mainVisual {
	position: relative;
	margin-bottom: 30px;
}
#content #mainVisual h1{
	margin-bottom: -90px;
}
#content #mainVisual h1 img{
	width: 1405px;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#content #mainVisual .anchorArea {
	position: relative;
	z-index: 3;
	width: 1060px;
	margin: 0 auto;
}
#content #mainVisual .anchorArea a.anchor {
	display: inline-block;
	margin-bottom: 20px;
}
#content #mainVisual .anchorArea .anchor_inner{
	display: flex;
	justify-content: space-between;
}
@media screen and (max-width: 640px) {
#content #mainVisual {
	margin-bottom: 20px;
}
#content #mainVisual h1{
	margin-bottom: -28px;
}
#content #mainVisual h1 img{
	width: 456px;
}
#content #mainVisual .anchorArea {
	width: 332px;
}
#content #mainVisual .anchorArea a.anchor {
	margin-bottom: 10px;
}
#content #mainVisual .anchorArea .anchor_inner{
	display: block;
}
}
/* -----------------------------
  btnArea
------------------------------*/
#content .btnArea a:hover{
	text-decoration: none;
}
/* -------予告-------*/
#content .btnArea .btn01 p{
	display: block;
    width: 480px;
    margin: 0 auto;
    height: 72px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 72px;
    background: url(/campaign/10th_march/img/icon_01.png) no-repeat 38px 25px #888888;
    background-size: 25px;
}
@media screen and (max-width: 640px) {
    #content .btnArea .btn01 p {
        width: 310px;
        height: 50px;
        margin: 0 auto;
        border-radius: 8px;
        font-size: 15px;
        line-height: 50px;
        background: url(/campaign/10th_march/img/icon_01.png) no-repeat 13px 17px #888888;
        background-size: 20px 16px;
    }
}
#content .btnArea .btn01 a{
	display: block;
    width: 480px;
    margin: 0 auto;
    height: 72px;
    border-radius: 7px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    line-height: 72px;
    background: url(/campaign/10th_march/img/icon_01.png) no-repeat 38px 25px #e94581;
    background-size: 25px;
}
@media screen and (max-width: 640px) {
    #content .btnArea .btn01 a {
        width: 310px;
        height: 50px;
        margin: 0 auto;
        border-radius: 8px;
        font-size: 15px;
        line-height: 50px;
        background: url(/campaign/10th_march/img/icon_01.png) no-repeat 13px 17px #e94581;
        background-size: 20px 16px;
    }
}
#content .btnArea .btn01_subtx {
	text-align: center;
    color: #333;
    margin-top: 6px;
}
@media screen and (min-width: 641px) {
#content .btnArea .btn02 {
    display: flex;
    width: 686px;
    margin: 0 auto;
	justify-content: space-between;
}
}
#content .btnArea .btn02 a.sub_btn01 {
    display: block;
    position: relative;
    margin: 15px auto 0;
    width: 324px;
    padding-top: 15px;
    padding-bottom: 14px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 999px;
    box-shadow: 1px 1px 2px 0px rgba(86, 85, 85, 0.25);
    color: #e94581;
    border: 2px solid #e94581;
}
#content .btnArea .btn02 a.sub_btn01::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 18px;
    width: 8px;
    height: 12px;
    margin-top: -6px;
    background: url(/campaign/10th_march/img/sub_btn01_arrow.png) no-repeat left top;
}
@media screen and (max-width: 640px) {
    #content .btnArea .btn02 a.sub_btn01 {
        width: 274px;
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 9px;
        font-size: 15px;
    }
}

/* -----------------------------
  SPECIAL THANKS 01
------------------------------*/
#content .section_st01{
	text-align: center;
	position: relative;
	margin-top: 70px;
	padding-bottom: 70px;
	border-bottom: 4px solid #FFF;
}
#content .section_st01 .st01_inner {
	background: url(/campaign/10th_march/img/spthanks_bg01.webp) no-repeat center 140px / 1304px 584px;
}
#content .section_st01 .ttl01{
	text-align: center;
	position: relative;
	z-index: 3;
}
#content .section_st01 .ttl01::before{
	content: "";
	position: absolute;
	width: 100%;
	height: 115px;
	background-color: #b60081;
	top: 28px;
	left: 0;
	z-index: -1;
}
#content .section_st01 .date{
	margin-top: -10px;
	margin-bottom: 30px;
}
#content .section_st01 .note_list{
	display: inline-block;
	margin: 14px auto 32px;
	color: #333;
}
@media screen and (max-width: 640px) {
#content .section_st01{
	margin-top: 40px;
	padding-bottom: 50px;
}
#content .section_st01 .st01_inner {
	background: url(/campaign/10th_march/img/spthanks_bg01_sp.webp) no-repeat center 94px / 416px 320px;
}
#content .section_st01 .ttl01::before{
	height: 100px;
	background-color: #b60081;
	top: -5px;
	left: 0;
	z-index: -1;
}
#content .section_st01 .date{
	margin-top: 20px;
	margin-bottom: 20px;
}
#content .section_st01 .note_list{
	width: 320px;
	margin: 16px auto 18px;
}
}

/* -----------------------------
  section01
------------------------------*/
#content .section01 {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 80px;
}
#content .section01 .ttl01 img{
	width: 988px;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#content .section01 .ttl02 img{
	width: 887px;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#content .section01 .productList{
	display: flex;
	justify-content: space-between;
	width: 800px;
	margin: 20px auto 0;
	padding: 40px;
	border-radius: 10px;
	background-color: #FFF;
}
#content .section01 .productList li{
	position: relative;
	text-align: center;
	width: 330px;
}
#content .section01 .productList li .name{
	margin-bottom: 26px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #222;
}
#content .section01 .productList li .line2{
	line-height: 1.25;
}
#content .section01 .productList li .line2 span{
	font-size: 16px;
}
@media screen and (min-width: 641px) {
#content .section01 .productList li.product03 .name{
	margin-top: 8px;
}
#content .section01 .productList li.product04 .name{
	margin-bottom: 16px;
}
}
#content .section01 .productList li .price{
	margin-top: 22px;
}
#content .section01 .productList li .price .price_tx{
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 4px;
}
@media screen and (min-width: 641px) {
#content .section01 .productList li.product03 .price{
	margin-top: 40px;
}
#content .section01 .productList li.product04 .price{
	margin-top: 16px;
}
}
#content .section01 .productList li .color_box{
	margin-top: 18px;
	display: flex;
	flex-direction: column;
	width: 330px;
	padding-top: 20px;
	padding-bottom: 14px;
	border: 2px solid #fbe4ea;
}
#content .section01 .productList li.product03 .color_box,
#content .section01 .productList li.product04 .color_box{
	border: 2px solid #a3edde;
}
#content .section01 .productList li .tx{
	margin-top: 6px;
}
#content .section01 .productList li .color_btn{
	display: block;
    background: url(/campaign/10th_march/img/icon_02.png) no-repeat 12px center;
    background-size: 10px auto;
    border-radius: 8px;
    color: #fff;
    width: 300px;
    font-size: 18px;
    text-align: center;
    padding: 14px 0 14px 10px;
    font-weight: 600;
    margin: 12px auto 0;
    box-sizing: border-box;
    box-shadow: 3.536px 3.536px 10px 0px rgba(163, 172, 178, 0.4);
}
#content .section01 .productList li .color_btn{
	background-color: #888888;
}
/*#content .section01 .productList li.product01 .color_btn,
#content .section01 .productList li.product02 .color_btn{
	background-color: #e94581;
}
#content .section01 .productList li.product03 .color_btn,
#content .section01 .productList li.product04 .color_btn{
	background-color: #00aa76;
}*/
@media screen and (max-width: 640px) {
#content .section01 {
	padding-top: 12px;
	padding-bottom: 50px;
}
#content .section01 .ttl01 img{
	width: 423px;
}
#content .section01 .ttl02 img{
	width: 424px;
}
#content .section01 .productList{
	display: block;
	width: 94%;
	max-width: 375px;
	padding: 35px 15px 40px;
}
#content .section01 .productList li{
	width: 100%;
	padding-bottom: 40px;
}
#content .section01 .productList li + li{
	padding-top: 30px;
}
#content .section01 .productList li:last-of-type {
	padding-bottom: 0;
}
#content .section01 .productList li:nth-of-type(n+2)::before {
	content: "";
	position: absolute;
	width: 98%;
	max-width: 345px;
	height: 1px;
	background-color: #eee;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#content .section01 .productList li .name{
	font-size: 24px;
}
#content .section01 .productList li .phone img{
	height: 220px;
	width: auto;
}
#content .section01 .productList li .price img{
	height: 50px;
	width: auto;
}
#content .section01 .productList li.product02 .price img{
	height: 46px;
	width: auto;
}
#content .section01 .productList li .color_box{
	width: 98%;
	max-width: 345px;
	margin: 12px auto 0;
	padding-top: 20px;
	padding-bottom: 14px;
	border: 2px solid #fbe4ea;
}
#content .section01 .productList li .tx{
	width: 266px;
	height: auto;
}
#content .section01 .productList li .tx{
	width: 266px;
	height: auto;
}
#content .section01 .productList li .color_btn{
    width: 290px;
}
}

#content .section01 .note_list{
	width: 700px;
	margin: 30px auto 46px;
}
#content .section01 .note_list ul li {
    margin-bottom: 5px;
    list-style-type: none;
    color: #333;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
#content .section01 .note_list{
	width: 94%;
	max-width: 375px;
	margin: 30px auto;
}
}
/* ------------sakura------*/

#content .section01 .productList{
	position: relative;
}
#content .section01 .productList li{
	position: relative;
}
@media screen and (min-width: 641px) {
#content .section01 .productList li.product02::before{
	content: "";
	position: absolute;
	width: 186px;
	height: 220px;
	bottom: -90px;
	right: -160px;
    background: url(/campaign/10th_march/img/sakura_01.webp) no-repeat 0 0 / 186px 220px;
}
#content .section01 .productList li.product01::after{
	content: "";
	position: absolute;
	width: 167px;
	height: 194px;
	top: 290px;
	left: -220px;
    background: url(/campaign/10th_march/img/sakura_02.webp) no-repeat 0 0 / 167px 194px;
}
#content .section01 .productList li.product03::before{
	content: "";
	position: absolute;
	width: 148px;
	height: 186px;
	bottom: -30px;
	left: -210px;
    background: url(/campaign/10th_march/img/sakura_04.webp) no-repeat 0 0 / 148px 186px;
}
#content .section01 .productList li.product04::before{
	content: "";
	position: absolute;
	width: 232px;
	height: 308px;
	top: -20px;
	right: -250px;
    background: url(/campaign/10th_march/img/sakura_03.webp) no-repeat 0 0 / 232px 308px;
}
}
@media screen and (max-width: 640px) {
#content .section01 .productList li.product01::before{
	content: "";
	position: absolute;
	width: 103px;
	height: 105px;
	top: -80px;
	right: -36px;
    background: url(/campaign/10th_march/img/sakura_01_sp.webp) no-repeat 0 0 / 103px 105px;
}
#content .section01 .productList li.product01::after{
	content: "";
	position: absolute;
	width: 98px;
	height: 113px;
	bottom: -90px;
	left: -40px;
    background: url(/campaign/10th_march/img/sakura_02_sp.webp) no-repeat 0 0 / 98px 113px;
}
#content .section01 .productList li.product02::after{
	content: "";
	position: absolute;
	width: 83px;
	height: 85px;
	bottom: -65px;
	right: -35px;
    background: url(/campaign/10th_march/img/sakura_03_sp.webp) no-repeat 0 0 / 83px 85px;
}
#content .section01 .productList li.product03::before{
	content: "";
	position: absolute;
	width: 89px;
	height: 89px;
	top: -18px;
	left: -35px;
    background: url(/campaign/10th_march/img/sakura_04_sp.webp) no-repeat 0 0 / 89px 89px;
}
#content .section01 .productList li.product03::after{
	content: "";
	position: absolute;
	width: 99px;
	height: 148px;
	bottom: -118px;
	right: -42px;
    background: url(/campaign/10th_march/img/sakura_05_sp.webp) no-repeat 0 0 / 99px 148px;
}
#content .section01 .productList li.product04::after{
	content: "";
	position: absolute;
	width: 118px;
	height: 67px;
	bottom: -68px;
	left: -42px;
    background: url(/campaign/10th_march/img/sakura_06_sp.webp) no-repeat 0 0 / 118px 67px;
}
}

/* -----------------------------
  section02
------------------------------*/
#content .section02 {
	background-color: #f6d5de;
	padding-top: 50px;
	padding-bottom: 80px;
}
#content .section02 .section02_inner{
	text-align: center;
}
#content .section02 .ttl01 img{
	width: 1033px;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#content .section02 .note_list{
	margin: -10px auto 40px;
}
#content .section02 .note_list ul li {
    margin-bottom: 5px;
    list-style-type: none;
    color: #333;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
	text-align: center;
}
@media screen and (max-width: 640px) {
#content .section02 {
	padding-top: 18px;
	padding-bottom: 50px;
}
#content .section02 .ttl01 img{
	width: 375px;
}
#content .section02 .note_list{
	margin: 10px auto 20px;
	width: 90%;
	max-width: 350px;
}
#content .section02 .note_list ul li {
	text-align: left;
}
}

/* -----------------------------
  section03
------------------------------*/
#content .section03 {
	background: url("/campaign/10th_march/img/section03_bg01.webp") no-repeat bottom center / 1920px 188px;
	background-color: #f6f5d7;
	padding-top: 50px;
	padding-bottom: 80px;
}
#content .section03 .section03_inner{
	text-align: center;
}
#content .section03 .ttl01 img{
	width: 902px;
	height: auto;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
#content .section03 .note_list{
	width: 700px;
	margin: -10px auto 40px;
}
#content .section03 .note_list ul li {
    margin-bottom: 5px;
    list-style-type: none;
    color: #333;
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.6;
}
@media screen and (max-width: 640px) {
#content .section03 {
	background: url("/campaign/10th_march/img/section03_bg01.webp") no-repeat bottom center / 750px 73px;
	background-color: #f6f5d7;
	padding-top: 18px;
	padding-bottom: 50px;
}
#content .section03 .ttl01 img{
	width: 376px;
}
#content .section03 .note_list{
	margin: 10px auto 20px;
	width: 90%;
	max-width: 350px;
}
#content .section03 .note_list ul li {
	text-align: left;
}
}

/* -----------------------------
  attArea
------------------------------*/
#content #waonpoint .attArea01 {
  margin: 0 auto 60px;
  padding: 35px 55px;
  width: 770px;
  box-sizing: border-box;
  background: #fff4ee;
  font-size: 14px;
  color: #333333;
}

#content #waonpoint .attArea01 li {
  /* margin-left: 15px; */
  /* list-style-type: disc; */
  padding-left: 1.2em;
  text-indent: -1.2em;
}


#content .attArea {
  padding: 75px 0;
  background-color: #f5f5f5;
  color: #333333;
}

#content .attArea .inner {
  padding: 0 125px;
}

#content .attArea h2 {
  margin: 0 0 35px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

#content .attArea a {
  color: #0000ff;
  text-decoration: underline;
}
#content .attArea table, #content .attArea td, #content .attArea th {
  border: 1px solid #d0d4d9;
  border-collapse: collapse;
}
#content .attArea table.table02{
 width: 650px;
 margin: 30px auto 5px;
}
#content .attArea table.table02 tr td.col01{
 width: 70%;
 box-sizing: border-box;
}
@media screen and (max-width: 640px) {
#content .attArea table.table02{
 width: 100%;
 margin: 10px auto 0;
}
#content .attArea table.table02 tr td.col01{
 width: 60%;
 box-sizing: border-box;
}

}
#content .attArea td, #content .attArea th {
  padding: 3px;
  width: 30px;
  height: 25px;
}
#content .attArea tr.ttl td {
  background: #f6f5f5;
  text-align: center;
}
#content .attArea tr td.point {
  text-align: center;
}
#content .attArea th {
  background: #f0e6cc;
}
#content .attArea .even {
  background: #fbf8f0;
}
#content .attArea .odd {
  background: #fefcf9;
}
#content .attArea .table_att {
  padding: 10px 0 30px 35px;
  text-align: left;
}

#content .attArea h2 .subtermsaeon {
  font-size: 14px;
  font-weight: 400;
}

#content .attArea h2:not(:first-child) {
  margin-top: 60px;
}

#content .attArea .catch {
  margin: -25px 0 35px;
  text-align: center;
}

#content .attArea ul li {
  font-size: 14px;
}


#content .attArea h2 + ul > li {
  margin-bottom: 20px;
  position: relative;
  list-style-type: none;
}
#content .attArea h2 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "□";
}
#content .attArea h2#terms2 + ul > li::before,
#content .attArea h2#terms3 + ul > li::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea ul li ul {
  margin-top: 5px;
  padding-left: 17px;
}

#content .attArea ul li ul.numbering_list{
  counter-reset: number 0; 
}
#content .attArea ul li ul.numbering_list li{
  margin-bottom: 5px;
}
#content .attArea ul li ul.numbering_list li::before{
  counter-increment: number 1;      /* number カウンタの増加数をセット */
  content: counter(number) ". "!important;
	padding-right: 15px;
	vertical-align: middle;
}

#content .attArea ul li ul li li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul li ul li.mark-none {
  list-style-type: none;
}

#content .attArea ul.dott li ul li {
  margin-bottom: 5px;
  list-style-type: disc;
  padding-left: 0px;
}

#content .attArea ul.dott_square > li > ul > li {
  position: relative;
}
#content .attArea ul.dott_square > li > ul > li::before {
  position: absolute;
  content: "□";
  left: -18px;
}

#content .attArea dl dt {
  position: relative;
  display: list-item;
  margin-bottom: 5px;
  font-size: 14px;
  list-style-type: none;
}
#content .attArea dl dt::before {
  position: absolute;
  left: -20px;
  content: "■";
}

#content .attArea dl dd {
  margin-bottom: 20px;
  font-size: 14px;
}

#content .attArea table {
  margin: 30px 0 5px;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d0d4d9;
}

#content .attArea table th,
#content .attArea table td {
  margin: 0;
  padding: 5px 10px;
  text-align: center;
}

#content .attArea table th {
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  font-weight: bold;
}

#content .attArea table td {
  background: #fff;
  border-left: 1px solid #d0d4d9;
  border-bottom: 1px solid #d0d4d9;
  text-align: left;
}

#content .attArea table td.ac {
  text-align: center;
}

#content .attArea table.tb02 td {
  text-align: center;
}

@media screen and (max-width: 640px) {
  #content .attArea {
    padding: 45px 0;
  }
  #content .attArea .inner {
    padding: 0 30px 0 40px;
  }
  #content .attArea h2 {
    margin: 0 0 15px;
    font-size: 15px;
  }
  #content .attArea h2:not(:first-child) {
    margin-top: 50px;
  }
  #content .attArea .catch {
    margin: -8px 0 20px;
    font-size: 11px;
  }
  #content .attArea ul li {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea ul li ul {
    padding-left: 10px;
  }
  #content .attArea h2 + dl {
    padding: 0;
  }
  #content .attArea dl dt {
    font-size: 14px;
  }
  #content .attArea dl dd {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #content .attArea .def01 {
    margin: 15px 0;
  }
  #content .attArea .def01 dd {
    padding-left: 12%;
    font-size: 12px;
  }
  #content .attArea table th,
#content .attArea table td {
    font-size: 12px;
  }
  #content .attArea table {
    position: relative;
    margin: 10px auto 0 -15px;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
  }
  #content .attArea .table_att {
    padding: 10px 0 20px 0px;
  }
}