@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
/*★ リセット ★*/
dl.dt,
dd {
  font-size: 0;
}

#simple-header {
  background: #fff;
  position: relative;
  z-index: 3;
}

.breadcrumb {
  width: 100%;
  max-width: 1024px;
}

#breadcrumbArea {
  height: auto !important;
}

.breadcrumb__inner {
  padding: 3px 24px !important;
  overflow-x: auto;
}

#footer {
  background: #fff;
  position: relative;
  z-index: 1;
}

.footer {
  margin-top: 0 !important;
}

/*------------------------------------------------*/
/*★ 共通 ★*/
html {
  letter-spacing: 0.03em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.6;
  color: #2C2A29;
}
article{
  background-image: url('/service/giftcard/common/images/mv.png');
  background-attachment: fixed;
  background-size: cover;
}
img {
  object-fit: cover;
  width: 100%;
}

a:hover {
  opacity: 0.7;
}

.text-center {
  text-align: center;
}

a {
  transition: 0.3s;
}

p {
  font-style: normal;
  font-size: 14px !important
}
#breadcrumbArea, .breadcrumb__contents{
  overflow-x: auto;
}
.container {
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}
.btn{
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  background-color: #10069F;
  padding: 12px 0;
  width: 300px;
  display: block;
  margin: 0 auto;
  border-radius: 100vh;
  position: relative;
}
.btn::after{
  content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/service/giftcard/common/images/open_in_new.svg');
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px
}

.pc-only {
  display: none !important;
}

.sp-only {
  display: block !important;
}
.d-none{
  display: none !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.goTop {
  bottom: 8%;
  right: 1%;
}


.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.mv{
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}
.mv h2{
  text-align: center;
  margin-bottom: 40px;
}
.mv h2 img{
  width: 380px;
  margin: 0 auto;
}
.mv .mv__sub-title{
  color: #fff;
  font-size: 18px !important;
  letter-spacing: 0.05em;
  line-height: 2;
  margin-bottom: 40px;
}
.mv__mihon{
  display: flex;
  gap: 24px;
  width: 83%;
  margin: 0 auto;
}
.mv__mihon p{
  width: 50%;
}
.title-wrapper{
  text-align: center;
  margin-bottom: 40px;
}
.title-wrapper p{
  font-weight: bold;
  color: #fff;
  display: inline-block;
}
.title-wrapper h3{
  font-size: 36px;
  color: #fff;
  margin-top: -2px;
  margin-bottom: -8px;
}
.title-wrapper span img{
  width: 60px;
}
.title-wrapper--black p{
  color: #000 !important;
}
.title-wrapper--black h3{
  color: #000 !important;
}
.point{
  margin-bottom: 96px;
}
.point__wrapper{
  display: flex;
  gap: 24px;
}
.point__wrapper .point__wrapper__card{
  width: 33.333%;
  background-color: #F5F7FA;
  text-align: center;
  padding: 24px;
}
.point__wrapper .point__wrapper__card .point__wrapper__title{
  display: flex;
  height: 84px;
  width: 92%;
  margin: 0 auto;
}
/* .point__wrapper .point__wrapper__card:nth-child(2) .point__wrapper__title img{
  position: relative;
  top: 15px;
} */
.point__wrapper .point__wrapper__card .point__wrapper__title img{
  width: 6%;
  object-fit: contain;
  position: relative;
  top: 13px;
}
.point__wrapper .point__wrapper__card .point__wrapper__title h4{
  width: 88%;
  font-size: 26px;
  margin-bottom: 12px;
  position: relative;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.point__wrapper .point__wrapper__card .icon{
  width: 60px;
  height: 80px;
  margin-bottom: 16px;
  object-fit: contain;
}
.purchase{
  background-image: url('/service/giftcard/common/images/bg_blue.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 64px;
  padding-bottom: 120px;
  margin-bottom: 96px;
}
.purchase__card{
  background-color: #fff;
  text-align: center;
  padding: 24px;
  opacity: 0.95;
}
.purchase__card h4{
  font-size: 32px;
  margin-bottom: 36px;
}
.purchase__card .btn{
  margin-bottom: 36px;
}
.caution{
  padding-bottom: 96px;
}
.caution__card{
  background-color: #fff;
  padding: 24px;
  margin-bottom: 40px;
}
.caution .caution__card:last-child{
  margin-bottom: 0px;
}
.caution__card h4{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.caution__cardーーlist ul li{
  padding-left: 1em;
  text-indent: -1em;
}
.caution__card ul li a{
  color: #DF0D00;
  text-decoration:underline;
  text-decoration-color: #DF0D00;
}
@media screen and (min-width:768px) {
  .container {
    max-width: 1104px;
  }

  .pc-only {
    display: block !important;
  }

  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width:1366px) {
  article{
    background-image: none;
  }
  article::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-image: url('/service/giftcard/common/images/mv.png');
    background-size: cover;
    background-position-x: 80%;
}
.point__wrapper .point__wrapper__card .point__wrapper__title{
  height: 50px;
  width: 185PX;
}
.point__wrapper .point__wrapper__card .point__wrapper__title img{
  width: 7%;
  object-fit: contain;
  position: relative;
  top: 5px;
}
.point__wrapper .point__wrapper__card .point__wrapper__title h4{
  width: 86%;
  font-size: 16px;
}
.purchase__card h4{
  font-size: 22px;
  margin-bottom: 28px;
}
}
@media screen and (max-width:767px) {
  .goTop {
    bottom: 2%;
    right: 2%;
  }
  .breadcrumb__inner {
    padding: 3px 8px !important;
  }
  .btn{
    width: 260px;
  }
  article{
    background-image: none;
  }
  article::before {
    content: " ";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-image: url('/service/giftcard/common/images/mv_sp.png');
    background-size: cover;
}
  .mv{
    padding: 30px 15px 40px 15px;
  }
  .mv h2 img{
    width: 70%;
  }
  .mv .mv__sub-title{
    font-size: 16px !important;
    margin-bottom: 30px;
  }
  .mv__mihon{
    flex-wrap: wrap;
    width: 100%;
  }
  .mv__mihon p{
    width: 100%;
  }
  .title-wrapper h3 {
    font-size: 28px;
}
  .point{
    padding-top: 40px;
  }
  .point__wrapper{
    flex-wrap: wrap;
    gap: 40px;
  }
  .point__wrapper p{
    letter-spacing: 0.02em;
}
.point__wrapper .point__wrapper__card{
  width: 100%;
}
.purchase__card{
  padding: 16px;
}
.purchase__card h4{
  font-size: 18px;
}
.purchase__card p{
  text-align: left;
}
.caution__card{
  padding: 16px;
}
.caution__card h4{
  font-size: 16px;
  margin-bottom: 16px;
}
}