@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif !important;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 768.9px) {
  .nav-logo a img {
    width: 100%;
    max-width: none;
    height: 22px;
  }
}

.background-body {
  position: fixed;
  background: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8)), url("https://sbisec.akamaized.net/sbisec/images/static/2025/india_giftcity_background-fix.jpg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  width: 100vw;
  height: 100vh;
  bottom: 0;
  z-index: -9999;
}

strong {
  color: #c55a11;
  font-weight: bold;
}

img {
  max-width: 100%;
  height: auto;
}

section{
  box-sizing: border-box;
  padding: 40px 0;
}
@media screen and (max-width: 768.9px) {
  section {
    min-width: 320px;
    max-width: 768.9px;
    padding: 20px 0;
  }
}

.gift-frame {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 24px;
}
@media screen and (max-width: 768.9px) {
  .gift-frame {
    padding: 0 16px;
  }
}

.w-1000 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.title01 {
  text-align: center;
  margin-bottom: 2em;
}
@media screen and (max-width: 768.9px) {
  .title01 {
    margin-bottom: 1em;
  }
}
.title01 span {
  position: relative;
  display: inline-block;
  background: #d5171a;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  padding: 16px 30px;
}
@media screen and (max-width: 768.9px) {
  .title01 span {
    font-size: 1.8rem;
    padding: 16px;
  }
}
@media screen and (max-width: 400px) {
  .title01 span {
    font-size: 1.6rem;
  }
}

h2.title02 {
  font-size: 3rem !important;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background-color: #494949;
  margin-top: 40px;/*0401add*/
  margin-bottom: 1em;
  padding: 10px 30px;
  line-height: 1.5em;
}
@media screen and (max-width: 768.9px) {
  h2.title02 {
    font-size: 2.2rem !important;
    padding: 10px;
  }
}

.title03 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .title03 {
    font-size: 1.8rem;
    text-align: left;
  }
}

.title03-1 {
  font-size: 2rem;
  font-weight: bold;
  color: #35573c;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  .title03-1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 460px) {
  .title03-1 {
    text-align: left;
  }
}

h3.title04 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 2rem !important;
    font-weight: bold;
    border-bottom: 1px solid rgba(5, 15, 26, 0.95);
    margin-bottom: 10px;
    padding-bottom: 10px;
}
@media screen and (max-width: 768.9px) {
  h3.title04 {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 0;
  }
}
h3.title04 span {
  background-color: #343470;
  font-size: 1.6rem;
  color: #fff;
  margin-right: 0.5em;
  padding: 4px 10px;
}
@media screen and (max-width: 768.9px) {
  h3.title04 span {
    line-height: 1.4;
    margin-left: 0;
  }
}

.title05 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media screen and (max-width: 500px) {
  .title05 {
    text-align: left;
  }
}

.title06 {
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}

/* 見出しライン */
.line-gift {
  font-size: 1.7em;
  font-weight: bold; /* フォント太さ */
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 2em;
  border-top: 3px solid #c55a11; /* 上の線 */
  border-bottom: 3px solid #c55a11; /* 下の線 */
}
@media screen and (max-width: 768.9px) {
  .line-gift {
    font-size: 1.5rem;
    font-weight: bold; /* フォント太さ */
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 2em;
    border-top: 3px solid #c55a11; /* 上の線 */
    border-bottom: 3px solid #c55a11; /* 下の線 */
  }
}

.lead-txt {
  font-size: 2rem;
  line-height: 1.86 !important;
  font-weight: 500;
  margin-bottom: 1em;
  /* strong{
    color: #E5004C;
    font-weight: bold;
  } */
}
@media screen and (max-width: 768.9px) {
  .lead-txt {
    font-size: 1.5rem;
  }
}

.lead-txt-mb2 {
  font-size: 2rem;
  line-height: 1.86 !important;
  font-weight: 500;
  margin-bottom: 2em;
}
@media screen and (max-width: 768.9px) {
  .lead-txt-mb2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
  }
}

.button01 a {
  position: relative;
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 0 10px;
  padding: 25px 15px;
  background: #d5171a;
  color: #fff;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  border-radius: 40px;
  border: solid 1px #d5171a;
  box-shadow: 6px 6px 0 0 rgb(150, 150, 150);
  text-decoration: none;
  transition: 0.3s;
  margin: 0 auto;
}
.button01 a span{
    font-size: 1.8rem;
    display: block;
    padding-top: 16px;
}
@media screen and (max-width: 768.9px) {
  .button01 a {
    font-size: 1.5rem;
  }
    .button01 a span{
        font-size: 1.2rem;
        padding-top: 10px;
    }
}
.button01 a:hover {
  top: 6px;
  left: 6px;
  box-shadow: 0 0 0 0 rgb(200, 200, 200);
}

/*0401add*/
.button01 a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 44px;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.3s;
}
@media screen and (max-width: 450px) {
  .button01 a::before {
    right: 20px;
    width: 8px;
    height: 8px;
  }
}

/* mv */
/*0401add*/
#gift-mv-Sec {
  background-image: url("../images/static/2026/india_giftcity_mv-top.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  padding: 100px 12px 20px 12px;
}
.lineup-index .newtab .acbg08#gift-mv-Sec {
  padding: 50px 0;
}
@media screen and (max-width: 768.9px) {
  #gift-mv-Sec {
    background-image: url("../images/static/2026/india_giftcity_mv-top-sp.png");
    background-position: bottom left;
    padding: 30px 12px 10px 12px;
  }
}

.gift-mv-frame {
  max-width: 1200px;
  margin: 0 auto;
}

.mv-subtitle01 p {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  background-color: #d5171a;
  margin-bottom: 10px;
  padding: 8px 10px;
}
@media screen and (max-width: 768.9px) {
  .mv-subtitle01 p {
    font-size: 2rem;
    padding: 4px 6px;
    margin-bottom: 6px;
  }
}

.mv-subtitle02 p {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #fff;
  margin-bottom: 20px;
  padding: 8px 10px;
}
@media screen and (max-width: 768.9px) {
  .mv-subtitle02 p {
    font-size: 1.6rem;
    padding: 4px 6px;
    margin-bottom: 10px;
  }
}

/*0401add*/
.mv-head-txt {
    width: 100%;
    max-width: 740px;
    margin-bottom: 20px;
    margin-left:auto;
    margin-right: 0;
    display: block;
}
@media screen and (max-width: 1270px) {
  .mv-head-txt {
      max-width: 500px;
      margin-right: 5%;
  }
}
@media screen and (max-width: 768.9px) {
  .mv-head-txt {
      margin-bottom: 80%;
      margin-right: auto;
  }
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.gift-features {
  display: flex;
  gap: 38px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768.9px) {
  .gift-features {
    flex-direction: column;
    gap: 20px;
    font-size: 1.5rem;
    align-items: center;
  }
}
.gift-features li {
  width: 100%;
  max-width: 174px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  background-color: rgba(255, 255, 255, 0.6);
  line-height: 1.4;
  padding: 20px 20px;
}
@media screen and (max-width: 768.9px) {
  .gift-features li {
    box-sizing: border-box;
    max-width: 440px;
    padding: 4px;
    margin: 0 auto;
  }
}
.gift-features li .highlight {
  color: #e5004c;
}
.gift-features li .sp-none {
  display: block;
}
@media screen and (max-width: 768.9px) {
  .gift-features li .sp-none {
    display: none;
  }
}
.gift-features li:not(:last-child)::before {
  content: "";
  background-image: url("https://sbisec.akamaized.net/sbisec/images/static/2025/india_giftcity_mv_icon.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 40%;
  right: -30px;
}
@media screen and (max-width: 768.9px) {
  .gift-features li:not(:last-child)::before {
    width: 12px;
    height: 12px;
    top: 106%;
    right: 50%;
    transform: translateX(50%);
  }
}

/* contents */
#gift-lead-Sec {
  background-color: rgba(113, 171, 184, 0.4);
}

.gift-contents01 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto 32px;
}
@media screen and (max-width: 768.9px) {
  .gift-contents01 {
    margin-bottom: 16px;
  }
}

.point-list01 {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 768.9px) {
  .point-list01 {
    font-size: 1.5rem;
  }
}
.point-list01 li {
  margin-bottom: 10px;
  line-height: 1.85;
  text-indent: -1.8em;
  padding: 0 0 0 2.5em;
}
.point-list01 li::before {
  content: "●";
  color: #52875e;
  margin: 0 0.5em 0 0;
}

.image01 {
  float: right;
  width: 420px;
  margin: 0 0 10px 20px;
}
@media screen and (max-width: 768.9px) {
  .image01 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 auto 16px;
  }
}

@media screen and (max-width: 768.9px) {
  .scroll-box {
    overflow: scroll;
  }
}

.scroll-attention {
  display: none;
}
@media screen and (max-width: 768.9px) {
  .scroll-attention {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    color: #092987;
    border: 1px solid #092987;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}

.table01-image {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 8px;
  padding-left: 180px;
    box-sizing: border-box;
}
@media screen and (max-width: 768.9px) {
  .table01-image {
    box-sizing: border-box;
    padding-left: 0;
  }
}

.table-attention01 {
  max-width: 800px;
  color: #35573c;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768.9px) {
  .table-attention01 {
    margin-bottom: 20px;
    padding-left: 0;
  }
}

.comment-contents {
  background-color: rgb(222, 235, 247);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 0 auto 40px;
  padding: 30px 20px 30px 40px;
}
@media screen and (max-width: 768.9px) {
  .comment-contents {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding: 15px 10px 15px 20px;
  }
}

.comment-contents-txt {
  flex-basis: calc(100% - 110px);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.85;
}
@media screen and (max-width: 768.9px) {
  .comment-contents-txt p {
    padding: 0;
  }
}

.comment-contents-image {
  flex-basis: 120px;
  text-align: center;
}
.comment-contents-image img {
  margin-bottom: 6px;
}

#gift-fund-Sec {
  background-color: #f5f5f5;
}

.point-list02 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 768.9px) {
  .point-list02 {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}
.point-list02 li {
  margin-bottom: 10px;
  line-height: 1.65;
  text-indent: -1.8em;
  padding: 0 0 0 2.5em;
  display: block;
}
.point-list02 li::before {
  content: "●";
  color: #52875e;
  margin: 0 0.5em 0 0;
}

sup {
  font-size: 0.6em;
  vertical-align: super;
}

.about-image {
  display: block;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768.9px) {
  .about-image {
    margin-bottom: 40px;
  }
}

.graph-image {
  display: block;
  width: 100%;
  max-width: 960px;
  margin: 0 auto 20px;
}
@media screen and (max-width: 768.9px) {
  .graph-image {
    margin-bottom: 10px;
  }
}

.graph-about {
  max-width: 960px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768.9px) {
  .graph-about {
    margin-bottom: 20px;
  }
}

.table02 {
  width: 100%;
  max-width: 960px;
  font-size: 1.6rem;
  font-weight: 500;
  border-collapse: collapse;
  text-align: center;
  line-height: 1.65;
  background-color: #fff;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768.9px) {
  .table02 {
    width: 960px;
  }
}
.table02 th,
.table02 td {
  border: 1px solid #fff;
  padding: 12px;
}
.table02 tr:nth-of-type(even) {
  background-color: #d8ebd6;
}
.table02 .table-header th {
  background-color: #52875e;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
}
.table02 .table-header .column-2 span {
  display: block;
  font-size: 1.4rem;
}

.table-attention02 {
  max-width: 960px;
  margin: 0 auto;
}

.fund-logo {
  display: block;
  margin: 0 auto 20px;
}

.point-list03 {
  max-width: 900px;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768.9px) {
  .point-list03 {
    font-size: 1.5rem;
  }
}
.point-list03 li {
  margin-bottom: 10px;
  line-height: 1.65;
  text-indent: -1.8em;
  padding: 0 0 0 2.5em;
}
.point-list03 li::before {
  content: "●";
  color: #52875e;
  margin: 0 0.5em 0 0;
}

.point-list03-attention {
  max-width: 900px;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 auto 40px;
  padding-left: 2em;
}
@media screen and (max-width: 768.9px) {
  .point-list03-attention {
    margin-bottom: 20px;
  }
}

#gift-attention-Sec {
  background-color: #f5f5f5;
}

.attention-list01 {
  max-width: 900px;
  margin: 0 auto 20px;
}
.attention-list01 li {
  margin-bottom: 10px;
  line-height: 1.65;
  text-indent: -1.2em;
  padding: 0 0 0 2.3em;
}
.attention-list01 li::before {
  content: "■";
  color: rgba(5, 15, 26, 0.6);
  margin: 0 0.5em 0 0;
}
.attention-list01 li ul li {
  text-indent: -1.5em;
  padding: 0 0 0 2.3em;
}
.attention-list01 li ul li::before {
  content: "●";
  font-size: 0.6em;
  color: rgba(5, 15, 26, 0.6);
  margin: 0 1em 0 0;
}

.attention-txt {
  max-width: 900px;
  margin: 0 auto 10px;
} /*# sourceMappingURL=style.css.map */

/*0401add*/
.movie-attention{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .movie-attention {
    text-align: left;
  }
}
.movie_thumbnail {
	margin:0 auto 20px auto;
	text-align:center;
}
.movie-attention{
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 540px) {
  .movie-attention {
    text-align: left;
  }
}
/*0401add*/

/*0220add*/

header{
    box-sizing: border-box;
}
@media (769px <= width) {
    .header {
        min-width: 0;
    }
}

a.text_link{
    color: #18722c;
    border-bottom: 1px solid #18722c;
    display: inline-block;
    padding-bottom: 4px;
    font-size: 1.5rem;
    font-weight: 500;
}

#gift-lead-Sec a.text_link{
    margin: 0 auto;
    display: block;
    width: fit-content;
    margin-bottom: 40px;
}

.note_link{
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgb(255 255 255 / .8);
    padding: 10px 40px 30px;
    margin: 0 auto 50px;
    border: 1px solid rgb(150, 150, 150);
}
.note_link h2{
    line-height: 1.5em;
}
@media screen and (max-width: 768.9px) {
    .note_link{
        padding: 20px;
    }
}

.margin40{
    margin-top: 40px;
}

#gift-management-Sec a.text_link{
    margin-top: 10px;
}

#footer .inner {
    padding: 50px 0;
}

#gift-fund-Sec .flex{
    display: flex;
    justify-content: center;
}

#buttonArea{
    background: #fff;
}

#buttonArea .gift-frame{
    max-width: 800px;
}

#buttonArea .button01 a{
    background: #52875e;
    border: 0;
    font-size: 2rem;
}

#buttonArea .app{
    max-height: 100px;
    background: #f5f5f5;
    padding: 10px 20px;
    border-radius: 10px;
}

#buttonArea .flex.already{
    justify-content: center;
}

#buttonArea .title05{
    padding-top: 40px;
}

#buttonArea p{
    font-weight: bold;
    padding-bottom: 6px;
}

#buttonArea .yucho{
    position: relative;
    font-size: 1.8rem;
    border: 4px solid #3e3e82;
    color: #3e3e82;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 10px 40px;
    border-radius: 10px;
    margin-right: 20px;
    line-height: 1.5em;
    box-shadow: 3px 3px 0 0 rgb(150, 150, 150);
}

#buttonArea .yucho::before {
    position: absolute;
    content: "";
    top: 50%;
    right: 16px;
    width: 10px;
    height: 10px;
    border-top: 2px solid #3e3e82;
    border-right: 2px solid #3e3e82;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}

#buttonArea .yucho br{
    display: block;
}

#buttonArea a.banner{
    height: 50px;
}

#buttonArea a.banner:first-of-type{
    margin-right: 10px;
}

#buttonArea a.banner:hover,
#buttonArea a.yucho:hover{
    position: relative;
    top: 1px;
    left: 1px;
    box-shadow: 0 0 0 0 ;
}

#buttonArea a.banner img{
    height: 100%;
}

@media screen and (max-width: 768.9px){
    #footer .inner{
        padding: 30px 0;
    }
    
    #buttonArea .button01 a,
    #buttonArea .title05{
        font-size: 1.5rem;
    }
    
    #buttonArea .flex.already{
        flex-direction: column;
        align-items: center;
    }
    
    #buttonArea .yucho{
        margin-right: 0;
        margin-bottom: 16px;
        font-size: 1.6rem;
    }
    
    #buttonArea .yucho::before {
        width: 6px;
        height: 6px;
    }
    
    #buttonArea .yucho br{
        display: none;
    }
    
    #buttonArea .app{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.button01 p.title02{
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    width: 100%;
    color: #c55a11;
}

.button01 p.title02 span{
    font-size: 1.8rem;
    display: inline-block;
    color: var(--ui-common-main-text-default);
    border-top: 3px solid #c55a11;
    padding-top: 10px;
    margin-top: 6px;
}

.button01.flex{
    gap: 24px;
    padding-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
    background: rgb(255 255 255 / .4);
    padding: 40px 50px 50px;
}

.button01.flex a{
    width: calc(50% - 12px);
}

#gift-fund-Sec .graph-about .flex{
    justify-content: flex-start;
}

#gift-fund-Sec .graph-about .flex p:first-of-type{
    white-space: nowrap;
}

.table02-image{
    margin: 30px auto 10px;
    display: block;
}

#gift-fund-Sec .flex .pc_none{
    display: none;
}

@media screen and (max-width: 768.9px){
    .button01 p.title02{
        font-size: 2rem;
    }
    
    .button01 p.title02 span{
        font-size: 1.5rem;
    }
    
    .button01.flex{
        flex-direction: column;
        padding: 30px;
    }
    
    .button01.flex a{
        width: 100%;
    }
    
    #gift-fund-Sec .flex .sp_none{
        display: none;
    }
    #gift-fund-Sec .flex .pc_none{
        display: block;
    }
}


/* modal */

.item01{
    display: inline-block;
    cursor: pointer;
}

body.active{
    overflow: hidden;
}

.modal_new{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}

.modal_new .bg{
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / .7);
    position: absolute;
    top: 0;
    left: 0;
}

.modal_new .container{
    line-height: 0;
    width: calc(90% - 30px);
    max-width: 1000px;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 3;
    display: none;
}

.modal_new.active,
.modal_new .container.active{
    display: block;
}

.modal_new video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    filter: drop-shadow(0 0 9px rgba(0, 0, 0, .5));
}

.modal_new .close{
    display: flex;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    position: absolute;
    right: -40px;
    top: 0px;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
    font-size: 40px;
    font-weight: 900;
    line-height: 1em;
    letter-spacing: 0;
    cursor: pointer;
}

.modal_new .close:hover{
    opacity: .5;
}

@media screen and (max-width: 768.9px){
    .modal_new .container{
        width: 95%;
    }
    .modal_new .close{
        top: -50px;
        right: 0;
        font-size: 30px;
    }
}

.header {
  border-bottom-color: #018b35;
}