@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700;900&display=swap');

body {
  padding: 0;
  margin: 0;
}



.body {
  margin: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.center {
  width: 97%;
  max-width: 1100px;
  margin: auto;
  padding: 0;
  text-align: center;
}

.center2 {
  width: 90%;
  margin: auto;
  padding: 0;
  text-align: center;
}

.body a {
  transition: all 0.3s ease 0s;
  text-decoration: none;
}

.body a:hover {
  opacity: 1;
}

.body img {
  width: 100%;
  vertical-align: top;
}

.body p,
.body h2,
.body h3,
.body span,
.body div {
  text-shadow: none;
}

.body span {
  display: inline-block;
}

.body p,
.body h2,
.body h3,
.body h4,
.body h5 {
  font-family: 'Zen Maru Gothic', sans-serif;
}
.body h2,
.body h3,
.body h4,
.body h5 {
  font-weight: bold;
}

.mainGrp .wrap01 h2 span,
.mainGrp .wrap02 h3 span,
.mainGrp .wrap02 h2 span,
.mainGrp .wrap02 .flex_box p span,
h2.title_h2 span,
.mainGrp .wrap03 .flex_item p span,
.mainGrp .wrap04 h5 span,
.mainGrp .wrap04 .flex_box_02 .flex_box_div p span,
.footGrp p:nth-of-type(1) span,
.footGrp p span,
a.DigitalGift_btn_04 span,
a.DigitalGift_btn_03 span{
  font-family: 'Zen Maru Gothic', sans-serif;
}



.body li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width:768px) {
  body{
      background: #fff;
  }
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }
}

/*
.btn a::before {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
}*/
/*ヘッダー------------------------------
----------------------------------------*/
.headGrp {
  background: #f4e9e2;
  padding: 15% 0 5%;
  margin-top: 50px;
  position: relative;
}

.head_logo {
  position: absolute;
  top: -55px;
  left: 20px;
  width: 90%;
  max-width: 600px;
}
.catchcopy {
  position: absolute;
  top: -9%;
  right: 0;
  width: 90%;
}

.headGrp .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.headGrp .flex .flex_item01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 45%;
}

.headGrp .flex .flex_item02 {
  width: 45%;
}

.headGrp .flex .flex_item01 img {}

.headGrp .flex .flex_item02 img {}

.headGrp .flex .flex_item01 p {
  padding: 2.5em 0 2em;
  margin: 0;
}
.headGrp .flex .flex_item01 p.come{
  padding-top: 0.5em;
  padding-bottom: 0;
}
.headGrp .flex .flex_item01 p span {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #534741;
}
@media screen and (max-width:1200px) {
  .head_logo {
    max-width: 500px;
  }
}
@media screen and (max-width:1100px) {
  .head_logo {
    max-width: 450px;
  }
}
@media screen and (max-width:1000px) {
  .head_logo {
    max-width: 380px;
  }
}
@media screen and (max-width:768px) {
  .head_logo {
    position: absolute;
    top: -15%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 90%;
    max-width: 400px;
  }

  .catchcopy {
    top: -7%;
    right: 0;
    width: 97%;
  }

  .headGrp{
    padding-bottom: 15%;
    margin-top: 30%;
  }

  .headGrp .flex {
    flex-direction: column;
  }

  .headGrp .flex .flex_item01 {
    width: 85%;
  }

  .headGrp .flex .flex_item02 {
    width: 75%;
    margin-top: 30px;
  }
  .headGrp .flex .flex_item01 p.come{
    font-size: 3.75vw;
  }
  .headGrp .flex .flex_item01 p br {
    display: none;
  }
  .headGrp .flex .flex_item01 p span{
    font-size: 5vw;
  }
}
@media screen and (max-width:600px) {
  .headGrp{
    margin-top: 36%;
  }
  .head_logo {
    top: -18%;
  }
}
@media screen and (max-width:450px) {
  .headGrp{
    margin-top: 45%;
  }
  .head_logo {
    top: -20%;
  }
}
@media screen and (max-width:400px) {
  .head_logo {
    top: -22%;
  }
}
@media screen and (max-width:300px) {
  .headGrp{
    margin-top: 50%;
  }
  .head_logo {
    top: -16%;
  }
}

a.DigitalGift_btn {
  display: block;
  width: 90%;
  padding: 10px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #ed7267;
  border-radius: 100px;
  position: relative;
}

a.DigitalGift_btn::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: #fff;
}

a.DigitalGift_btn:hover {
  background: #ed9b67;
}

/*メイン------------------------------
----------------------------------------*/
.mainGrp {}

/*ギフトを贈る時ってとても悩みませんか?*/
.mainGrp .wrap01 {
  padding: 20px 0;
  margin: 0;
  background: #806d5d;
  position: relative;
}
.mainGrp .wrap01::after {
  content: "";
  display: block;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/hukidashi.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 70px;
  height: 35px;
  position: absolute;
  bottom: -28px;
  left: 46%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainGrp .wrap01 .center{
  position: relative;
}
.mainGrp .wrap01 .center::before,
.mainGrp .wrap01 .center::after{
  content: "";
  display: block;
  position: absolute;
  z-index: 99;
}
.mainGrp .wrap01 .center::before{
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/flower_01.png) center no-repeat;
  background-size: contain;
  width: 180px;
  height: 220px;
  top: -65%;
  right: -10%;
}
.mainGrp .wrap01 .center::after{
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/flower_02.png) center no-repeat;
  background-size: contain;
  width: 170px;
  height: 210px;
  bottom: -60%;
  left: -15%;
}

.mainGrp .wrap01 h2 {
  font-size: 24px;
  font-weight: 400;
  margin: 1em 0;
  background: none;
  line-height: 1.25;
}

.mainGrp .wrap01 h2 span {
  color: #fff;
}

.mainGrp .wrap01 .flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mainGrp .wrap01 .flex p {
  font-size: 18px;
  font-weight: 500;
  color: #806d5d;
  background: #fff;
  border-radius: 50%;
  width: 22%;
  padding: 30px 0;
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width:1450px) {
.mainGrp .wrap01 .center::before{
  width: 130px;
  height: 160px;
  top: -45%;
  right: -6%;
}
.mainGrp .wrap01 .center::after{
  width: 130px;
  height: 160px;
  bottom: -45%;
  left: -8%;
}
}
@media screen and (max-width:1250px) {
.mainGrp .wrap01 .center::before{
  width: 130px;
  height: 160px;
  top: -50%;
  right: 0.5%;
}
.mainGrp .wrap01 .center::after{
  width: 130px;
  height: 160px;
  bottom: -85%;
  left: 0.5%;
}
}
@media screen and (max-width:1000px) {
  .mainGrp .wrap01 .center::before{
    top: -35%;
    right: 0.5%;
  }
  .mainGrp .wrap01 .center::after{
    bottom: -45%;
    left: 0.5%;
  }
  .mainGrp .wrap01 h2 span {
    display: inline-block;
  }

  .mainGrp .wrap01 .flex {
    flex-wrap: wrap;
  }

  .mainGrp .wrap01 .flex p {
    width: calc(50% - 20px);
    max-width: 300px;
  }
}
@media screen and (max-width:768px) {
  .mainGrp .wrap01 h2{
    font-size: 6vw;
  }
  .mainGrp .wrap01 .center::before{
    display: none;
  }
  .mainGrp .wrap01 .center::after{
    display: none;
  }
}
@media screen and (max-width:500px) {
  .mainGrp .wrap01 .flex p {
    width: calc(100% - 30px);
    font-size: 4.5vw;
  }
}

/*ふくふくDIGITALGIFTにお任せください！*/
.mainGrp .wrap02 {
  padding: 75px 0;
  margin: 0;
}

.mainGrp .wrap02 .center{
  position: relative;
}
.mainGrp .wrap02 .center::after{
  content: "";
  display: block;
  position: absolute;
}

.mainGrp .wrap02 .center::after{
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/flower_01.png) center no-repeat;
  background-size: contain;
  width: 130px;
height: 160px;
bottom: -26%;
left: -6%;
}


.mainGrp .wrap02 h3,
.mainGrp .wrap02 h2 {
  color: #806d5d;
  font-weight: 500;
  line-height: 1.25;
}

.mainGrp .wrap02 h3 {
  font-size: 20px;
  padding: 0;
  margin: 0;
  background: none;
}

.mainGrp .wrap02 h2 {
  font-size: 26px;
  padding: 0.5em 0;
  margin: 0;
  background: none;
}

.mainGrp .wrap02 h2 span {
  color: #ed7267;
  font-size: 30px;
}

.mainGrp .wrap02 h4 {
  color: #534741;
}

.mainGrp .wrap02 .flex {
  display: flex;
  justify-content: space-between;
  padding-top: 60px;
}

.mainGrp .wrap02 .flex_item {
  background: #fff;
  border: 3px solid #e6cec1;
  border-radius: 10px;
  padding: 30px 0 10px;
  position: relative;
}

.mainGrp .wrap02 .flex_item01::after {
  content: "";
  display: block;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/arrow_right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 40px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -11.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mainGrp .wrap02 .flex_item h4 {
  display: inline-block;
  width: 70%;
  max-width: 180px;
  border-radius: 10px;
  background: #e6cec1;
  padding: 10px 20px;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainGrp .wrap02 .flex_item01 {
  width: 60%;
}

.mainGrp .wrap02 .flex_item02 {
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mainGrp .wrap02 .flex_box img {
  max-width: 240px;
  margin: auto;
}

.mainGrp .wrap02 .flex_box p {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.mainGrp .wrap02 .flex_box p span {
  color: #534741;
}

.mainGrp .wrap02 .flex_box p span.fnt-big {
  font-size: 18px;
  font-weight: 700;
}

.mainGrp .wrap02 .flex_box_01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 0 15px;
}

.mainGrp .wrap02 .flex_box_01 div {
  width: calc(50% - 20px);
  padding-bottom: 20px;
}

.mainGrp .wrap02 .flex_box_02 p {
  display: block;
  background: #f4e9e2;
  border-radius: 50%;
  width: calc(100% - 60px);
  margin: 20px auto;
  padding: 20px;
}

h2.title_h2 {
  background: #f4e9e2;
  padding: 1.25em 0;
  text-align: center;
}

h2.title_h2 span {
  color: #534741;
  font-size: 30px;
  font-weight: 500;
}
@media screen and (max-width:1250px) {

  .mainGrp .wrap02 .center::after{
    width: 140px;
    height: 170px;
    bottom: -28%;
    left: 1%;
  }
}
@media screen and (max-width:1050px) {

  .mainGrp .wrap02 .center::after{
    display: none;
  }
}
@media screen and (max-width:768px) {
  .mainGrp .wrap02 h3 {
    font-size: 5.5vw;
  }

  .mainGrp .wrap02 h2 {
    font-size: 6vw;
    line-height: 1.75;
  }

  .mainGrp .wrap02 h2 span {
    font-size: 7vw;
    vertical-align:baseline;
  }

  h2.title_h2 span {
    font-size: 6vw;
  }

  .mainGrp .wrap02 .flex {
    flex-direction: column;
    justify-content: center;
  }

  .mainGrp .wrap02 .flex_item01,
  .mainGrp .wrap02 .flex_item02 {
    width: calc(100% - 20px);
    margin: auto auto 120px;
    padding-top: 40px;
  }
    .mainGrp .wrap02 .flex_item02{
      margin-bottom: 0px;
    }
  .mainGrp .wrap02 .flex_item h4 {
    max-width: 300px;
    font-size: 5vw;
  }

  .mainGrp .wrap02 .flex_box p {
    font-size: 4.5vw;
  }

  .mainGrp .wrap02 .flex_box_01 div {
    width: calc(100% - 20px);
    margin-bottom: 40px;
  }

  .mainGrp .wrap02 .flex_box_02 p {
    width: calc(100% - 40px);
    padding: 20px;
    font-size: 4vw;
  }

  .mainGrp .wrap02 .flex_box p span.fnt-big {
    font-size: 4.5vw;
  }

  .mainGrp .wrap02 .flex_item01::after {
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/arrow_bottom.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 40px;
    top: 103%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
}



@media screen and (max-width:600px) {
  .mainGrp .wrap02 .flex_item01::after {
    top: 104%;
  }
}
@media screen and (max-width:400px) {
  .mainGrp .wrap02 .flex_item01::after {
    top: 105%;
  }
}
@media screen and (max-width:300px) {
  .mainGrp .wrap02 .flex_item01::after {
    top: 106%;
  }
}
/*「ふくふくDIGITAL GIFT」でこんな使い方もできます*/
.mainGrp .wrap03 .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: flex-start;
}

.mainGrp .wrap03 .flex_item {
  width: calc(25% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-bottom: 40px;
}

.mainGrp .wrap03 .flex_item::before {
  content: "";
  display: block;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/frame_top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 90%;
  max-width: 225px;
  height: 25px;
  margin: 40px auto 20px;
}

.mainGrp .wrap03 .flex_item::after {
  content: "";
  display: block;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/frame_bottom.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 90%;
  max-width: 225px;
  height: 25px;
  margin: 20px auto 40px;
}

.mainGrp .wrap03 .flex_item h4 {
  margin: 0 auto 0.5em;
  font-size: 20px;
}

.mainGrp .wrap03 .flex_item h4,
.mainGrp .wrap03 .flex_item p span {
  color: #534741;
  background: none;
}

.mainGrp .wrap03 .flex_item p {
  margin: 0em auto;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.75;
  text-align: center;
}

@media screen and (max-width:1200px) {
  .mainGrp .wrap03 .flex_item {
    width: calc(25% - 30px);
  }

  .mainGrp .wrap03 .flex_item p {
    font-size: 1.25vw;
  }

  .mainGrp .wrap03 .flex_item p br {
    display: none;
  }
}

@media screen and (max-width:1000px) {
  .mainGrp .wrap03 .flex {
    justify-content: space-between;
  }

  .mainGrp .wrap03 .flex_item {
    width: calc(50% - 40px);
  }

  .mainGrp .wrap03 .flex_item p {
    font-size: 2vw;
  }
}

@media screen and (max-width:768px) {
  .mainGrp .wrap03 .flex {
    justify-content: center;
  }

  .mainGrp .wrap03 .flex_item {
    width: calc(100% - 30px);
    margin-bottom: 0;
  }
  .mainGrp .wrap03 .flex_item:last-of-type{
    margin-bottom: 40px;
  }
  .mainGrp .wrap03 .flex_item::after{
    margin-bottom: 20px;
  }

  .mainGrp .wrap03 .flex_item h4 {
    font-size: 6vw;
  }

  .mainGrp .wrap03 .flex_item p {
    font-size: 5vw;
  }

  .mainGrp .wrap03 .flex_item p span {
    display: inline;
  }
}

/*「ふくふくDIGITAL GIFT」の簡単な使い方*/
.mainGrp .wrap04 .center{
position: relative;
}
.mainGrp .wrap04 .center::before,
.mainGrp .wrap04 .center::after{
content: "";
display: block;
position: absolute;
}
.mainGrp .wrap04 .center::before{
background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/flower_02.png) center no-repeat;
background-size: contain;
width: 150px;
height: 180px;
top: -10%;
    right: -12%;
}
.mainGrp .wrap04 .center::after{
background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/flower_03.png) center no-repeat;
background-size: contain;
width: 230px;
height: 163px;
bottom: -10%;
left: -10%;
}

.mainGrp .wrap04 h4,
.mainGrp .wrap04 h5,
.mainGrp .wrap04 p {
  color: #534741;
}

.mainGrp .wrap04 h5 {
  font-size: 26px;
  margin: 1.25em;
  border-bottom: none;
}

.mainGrp .wrap04 h5 span {
  color: #ed7267;
  font-size: 36px;
}

.mainGrp .wrap04 .flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
}

.mainGrp .wrap04 .flex_item {
  background: #f4e9e2;
  border-radius: 10px;
  padding: 20px 10px 10px;
  position: relative;
  margin-bottom: 80px;
}

.mainGrp .wrap04 .flex_item h4 {
  display: inline-block;
  width: 70%;
  max-width: 180px;
  border-radius: 10px;
  background: #e6cec1;
  padding: 10px 20px;
  position: absolute;
  top: -1.5em;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainGrp .wrap04 .flex_box_div {
  background: #fff;
  border-radius: 0 0 5px 5px;
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 10px 20px;
}

/*贈る人は*/
.mainGrp .wrap04 .flex_box_01 .flex_box_div div {
  width: calc(50% - 30px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainGrp .wrap04 .flex_box_01 .flex_box_div div img {
  max-width: 125px;
}

.mainGrp .wrap04 .flex_box_01 .flex_box_div div:first-of-type {
  position: relative;
}

.mainGrp .wrap04 .flex_box_01 .flex_box_div div:first-of-type::after {
  content: "";
  display: block;
  background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/arrow_right.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 30px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: -10.5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mainGrp .wrap04 .flex_box_01 .flex_box_div div p {
  font-size: 15px;
  text-align: left;
  padding-left: 1.5em;
  font-weight: 500;
}
@media screen and (max-width:1400px) {
  .mainGrp .wrap04 .center::before{
    width: 150px;
height: 180px;
    top: -15%;
    right: -5%;
  }
  .mainGrp .wrap04 .center::after{
    width: 230px;
    height: 163px;
    bottom: -9%;
    left: -5%;
  }
}
@media screen and (max-width:1350px) {
  .mainGrp .wrap04 .center::before{
    width: 105px;
    height: 130px;
    top: -11%;
    right: 1%;
  }
  .mainGrp .wrap04 .center::after{
    width: 200px;
    height: 140px;
    bottom: -7%;
    left: -2%;
  }
}
@media screen and (max-width:768px) {
  .mainGrp .wrap04 h5 {
    font-size: 5vw;
    line-height: 2;
  }

  .mainGrp .wrap04 h5 span {
    font-size: 6.5vw;
    vertical-align:baseline;
  }

  .mainGrp .wrap04 .flex_box_div {
    flex-direction: column;
    justify-content: center;
    padding: 10px;
  }

  .mainGrp .wrap04 .flex_box_01 .flex_box_div div {
    width: 100%;
    flex-direction: column;
  }

  .mainGrp .wrap04 .flex_box_01 .flex_box_div div:first-of-type {
    margin-bottom: 50px;
  }

  .mainGrp .wrap04 .flex_box_01 .flex_box_div div:first-of-type::after {
    background: url(https://d3t0ae4e2cnggp.cloudfront.net/resource/20220624/arrow_bottom.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    top: inherit;
    top: 107%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }

  .mainGrp .wrap04 .flex_box_01 .flex_box_div div img {
    max-width: 100px;
  }

  .mainGrp .wrap04 .flex_box_01 .flex_box_div div p {
    padding: 0 1em;
    font-size: 4vw;
  }
  .mainGrp .wrap04 .center::before{
    display: none;
  }
  .mainGrp .wrap04 .center::after{
    display: none;
  }
}

/*贈られた人は*/
.mainGrp .wrap04 .flex_box_02 .flex_box_div p {
  font-weight: 500;
  text-align: center;
}
.mainGrp .wrap04 .flex_box_02 .flex_box_div p span{
  color: #534741;
}

.mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(1) {
  width: 20%;
}

.mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(2) {
  width: calc(80% - 50px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #ed7267;
  border-radius: 5px;
  padding: 20px;
}

.mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(1) img {
  max-width: 125px;
  margin: auto;
}

.mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(2) div {
  width: calc(50% - 10px);
}

a.DigitalGift_btn_02,
a.DigitalGift_btn_03,
a.DigitalGift_btn_04 {
  display: block;
  width: calc(100% - 20px);
  padding: 10px;
  margin-top: 20px;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 16px;
  font-weight: 700;
  background: #fff;
  border-radius: 100px;
  position: relative;
}
a.DigitalGift_btn_02 span,
a.DigitalGift_btn_03 span,
a.DigitalGift_btn_04 span{
  color: #ed7267;
}
a.DigitalGift_btn_02::after,
a.DigitalGift_btn_03::after,
a.DigitalGift_btn_04::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  font-weight: 900;
  color: #ed7267;
}

a.DigitalGift_btn_02:hover,
a.DigitalGift_btn_03:hover,
a.DigitalGift_btn_04:hover {
  background: #ffecac;
}
a.DigitalGift_btn_03{
background:  #38a0ff;
padding: 20px 40px 20px 20px;
width: calc(90% - 60px);
max-width: 800px;
margin:auto auto 20px;
}
a.DigitalGift_btn_03 span {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
a.DigitalGift_btn_03::after{
  color: #fff;
  font-size: 30px;
  right: 20px;
}
a.DigitalGift_btn_03:hover{
  background: #76b9f6;
}


a.DigitalGift_btn_04{
background:  #ed7267;
padding: 20px 40px 20px 20px;
width: calc(90% - 60px);
max-width: 800px;
margin:auto auto 20px;
}
a.DigitalGift_btn_04 span {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}
a.DigitalGift_btn_04::after{
  color: #fff;
  font-size: 30px;
  right: 20px;
}
a.DigitalGift_btn_04:hover{
  background: #ed9b67;
}

.mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(2) p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 0;
  text-align: center;
}



@media screen and (max-width:768px) {
  .mainGrp .wrap04 .flex_item h4 {
    max-width: 300px;
    font-size: 5vw;
  }
  .mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(1){
    width: 100%;
    margin-bottom: 15px;
  }
  .mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(2) {
    flex-direction: column;
    justify-content: center;
    width: auto;
  }
  .mainGrp .wrap04 .flex_box_02 .flex_box_div p{
    font-size: 4.25vw;
    padding: 0 1em;
  }
  .mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(2) div{
    width: 100%;
  }
  .mainGrp .wrap04 .flex_box_02 .flex_box_div>div:nth-of-type(2) p{
    font-size: 4.75vw;
    margin-bottom: 1em;
    padding: 0;
  }
  a.DigitalGift_btn,
  a.DigitalGift_btn_03 span,
  a.DigitalGift_btn_04 span {
    font-size: 5vw;
}
a.DigitalGift_btn_04,
a.DigitalGift_btn_03{
  width: auto;
}

}

/*フッター------------------------------
----------------------------------------*/
.footGrp{
  padding: 0 0 5% 0;
}
.footGrp p {
  font-size: 20px;
  margin-bottom: 3em;
  text-align: center;
}
.footGrp p:nth-of-type(1){
  margin-bottom: 1em;
  text-align: center;
}

@media screen and (max-width:1080px) {
  /*ヘッダー------------------------------
  ----------------------------------------*/
  /*メイン------------------------------
  ----------------------------------------*/
  /*フッター------------------------------
  ----------------------------------------*/
}

@media screen and (max-width:768px) {
  .footGrp p{
    font-size: 4vw;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}








/* アニメーションCSS*/


.fadein-start {/*画面を開いたらアニメーション再生。TOP限定*/
animation-name:fadeUpAnime;
animation-duration:1.25s;
animation-fill-mode:forwards;
opacity: 0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(20px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


.fadein {/*スクロールに合わせて順番にフェードインする。JSと組み合わせたCSS*/
  opacity : 0;
  transition : all 1s;
  transform: translateY(10px);
}

.fadein.active{
  opacity : 1;
  transform: translateY(0px);
}


.fadein2 {/*スクロールに合わせてまとめてフェードインする。JSと組み合わせたCSS*/
  opacity : 0;
  transform : translate(0, 20px);
  transition : all 1s;
}

.fadein2.active{
  opacity : 1;
  transform : translate(0, 0);
}


.fadein3 {/*スクロールに合わせて順番にフェードインする。JSと組み合わせたCSS*/
  opacity : 0;
  transition : all 1s;
  transform: translateY(0px);
}

.fadein3.active{
  opacity : 1;
  transform: translateY(0px);
}








/*EC-CUBE*/
.l-container{
  width: 1200px;
}
#fil{
width: 1200px;
margin: auto;
}
.c-main {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
#contentInner{padding-bottom: 0;}
#contentInner,
#wide_main_contents{width: 100%;}
