@charset "UTF-8";
body{
    min-width: 100%;
    }
li{
    list-style:none;
    }



/*全体包括*/
.main-wrap{
    letter-spacing:0.1rem;
    font-size: 15px;
    }



/*ヘッダー*/
header{
    font-family:"Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    margin-bottom: 20px;
    }
header span{
    font-size:14px;
    }
header p{
    font-size:14px;
    }
/*ヘッダー調整*/
.info-icon span {
    font-size: 1.1rem!important;
    }
.hdrInfo strong {
    font-size: 1.5rem!important;
    }
.btnNav > a {
    width: 274px!important;
    height: 4rem!important;
    }
#hdr, #ftr {
    min-width: auto;
    }
.megaMenu__parent .col-3_first a {
    font-size: 1.3rem !important;
    }
.megaMenu__parent .col-3 a {
    font-size: 1.2rem;
    }
/*ヘッダー調整終わり*/
@media screen and (min-width: 1200px) {
    .fs-l-header.sp-header{
    display:none;
    }
    }
@media screen and (max-width: 1199px) {
    header{
    margin-bottom: 0;
    }
    .fs-l-header.pc-header{
    display:none;
    }
    .fs-l-header.sp-header{
    width:100%;
    display:block;
    margin-bottom: 0px;
    }/*
    .top_img img {
    max-width: 100%;
    }*/
    }


/*イベントバナー設置場所*/
.gift-eventbnr{
    display:block;
    max-width:750px;
    margin:0 auto 50px;
    padding:0 20px;
    }
@media screen and (max-width: 767px) {
    .gift-eventbnr{
    margin:0 auto 35px;
    }
    }
@media screen and (max-width: 499px) {
    .gift-eventbnr{
    margin:0 auto 25px;
    }
    }


/*TOPイメージ*/
.main-img{
    max-width:1000px;
    margin:0 auto 120px;
    }
.main-img_sp{
    display:none;
    }
.main-img_pc,.main-img_sp{
    max-width:100%;
    width:100%;
    }
@media screen and (max-width: 959px) {
    .main-img_pc,.main-img_sp{
    margin:0 auto;
    }
    .main-img{
    margin: 0 20px 100px;
    }
    }
@media screen and (max-width: 767px) {
    .main-img{
    margin:0 20px 80px;
    }
    .main-img_pc{
    display:none;
    }
    .main-img_sp{
    display:block;
    }
    }
@media screen and (max-width: 499px) {
    .main-img {
    margin: 0 20px 60px;
    }
    }



/*見出し基本*/
.egift-h1{
    font-size:4.2rem;
    font-weight:600;
    margin-bottom:100px;
    letter-spacing:0.6rem;
    }
.egift-h2{
    font-size:2.7rem;
    font-weight:600;
    color:#0d9ea3;
    margin-bottom:60px;
    letter-spacing:0.15rem;
    }
.egift-h3{
    font-size:1.9rem;
    font-weight:600;
    color:#0d9ea3;
    margin-bottom:30px;
    }
.egift-h4{
    font-size:1.6rem;
    font-weight:600;
    margin-bottom:20px;
    }
.egift-p{
    font-size:1.5rem;
    line-height:2.6rem;
    margin-bottom:0px;
    }
@media screen and (max-width: 959px) {
    .egift-h2{
    font-size:2.5rem;
    margin-bottom: 40px;
    }
    .egift-h3{
    font-size:1.7rem;
    }
    .egift-h4{
    font-size:1.6rem;
    }
    .egift-p{
    font-size:1.3rem;
    line-height: 2.4rem;
    }
    }
@media screen and (max-width: 767px) {
    .egift-h1{
    font-size:3.9rem;
    margin-bottom: 70px;
    }
    .egift-h2{
    font-size:2.3rem;
    margin-bottom: 25px;
    }
    .egift-h4{
    font-size:1.5rem;
    }
    }
@media screen and (max-width:499px) {
    .egift-h1{
    font-size:3.3rem;
    margin-bottom: 50px;
    }
    .egift-h2{
    font-size:2rem;
    margin-bottom: 35px;
    }
    }



/*セクション基本*/
.egift-section{
    max-width:1200px;
    margin:0 auto 0px;
    text-align:center;
    padding: 0px 20px 0px;
    margin-bottom: 140px;
    }
@media screen and (max-width: 767px) {
    .egift-section{
    margin-bottom: 100px;
    }
    }


/*タブ*/
.egift-tabmenu_section{
    margin-top:100px;
    margin-bottom: 70px;
    }
.egift-tabmenu{
    display:flex;
    align-items:center;
    justify-content: center;
    gap: 0 20px;
    }
.egift-tabmenu_li{
    background-color:#756a56;
    min-width:350px;
    max-width:350px;
    color: #fff !important;
    display:flex;
    align-items:center;
    flex-flow: column;
    font-size:1.8rem;
    font-weight:600;
    padding: 20px 25px 15px;
    border:1px solid #756a56;
    border-bottom: none;
    border-radius: 10px 10px 0px 0px;
    position:relative;
    }/*
.egift-tabmenu_li:after {
    content:'';
    content: "";
    display: block;
    position: absolute;
    top: 32px;
    width: 6px;
    height: 6px;
    right: 110px;
    border-top: 2px solid #756a56;
    border-right: 2px solid #756a56;
    transform: rotate(45deg) translateY(-50%);
    transform-origin: top center;
    }*/
.egift-tabmenu_li:visited{
    color:#fff!important;
    }
.egift-tabmenu_li:hover{
    color: #e3e0db !important;
    }
.egift-tabmenu_li span{
    font-size:1.2rem;
    font-weight:normal;
    margin-top:10px;
    }
.egift-tabmenu_active{
    background-color:#fff;
    color:#756a56!important;
    margin: 0 0px -2px 0;
    }
.egift-tabmenu_active:visited{
    color:#756a56!important;
    }
.egift-tabmenu_active:hover{
    color :#9f9789!important;
    opacity: 1;
    }
.egift-tabmenu_border{
    border-top:1px solid #756a56;
    }
.egift-tabmenu_br{
    display:none;
    }
@media screen and (max-width: 959px) {
    .egift-tabmenu_li{
    min-width:280px;
    max-width:280px;
    }
    }
@media screen and (max-width: 767px) {
    .egift-tabmenu_section{
    margin-top: 80px;
    margin-bottom: 60px;
    }
    .egift-tabmenu_li{
    min-width:210px;
    max-width:210px;
    padding: 15px 10px 15px;
    }
    .egift-tabmenu_li{
    font-size: 1.6rem;
    }
    .egift-tabmenu_li span {
    font-size: 1.1rem;
    letter-spacing: 0.05rem;
    line-height: 1.3rem;
    margin-top:8px;
    }
    }
@media screen and (max-width: 599px) {
    .egift-tabmenu_li{
    min-width:190px;
    max-width:190px;
    }
    }
@media screen and (max-width: 499px) {
    .egift-tabmenu_section{
    margin-bottom: 50px;
    margin-top: 70px;
    }
    .egift-tabmenu{
    gap:0 15px;
    }
    .egift-tabmenu_li{
    font-size: 1.5rem;
    letter-spacing: 0.05rem;
    min-width:132px;
    max-width:132px;
    padding: 13px 10px 6px;
    }
    .egift-tabmenu_li span {
    margin-top: 5px;
    }
    .egift-tabmenu_br{
    display:block;
    }
    }


/*about*/
.egift-about_wrap{
    max-width:760px;
    display:flex;
    justify-content: space-between;
    margin:40px auto 0;
    gap:0 20px;
    }
.egift-about_wrap img{
    max-width:360px;
    }
.egift-about_h2{
    margin-bottom: 40px;
    }
@media screen and (max-width: 959px) {
    .egift-about_wrap{
    margin: 35px auto 0;
    padding:0 20px;
    gap:0 20px;
    }
    .egift-about_wrap img{
    width: 100%;
    }
    }
@media screen and (max-width: 767px) {
    .egift-about_wrap{
    margin: 30px auto 0;
    }
    }
@media screen and (max-width: 599px) {
    .egift-about_wrap{
    display:block;
    padding:0 0px;
    }
    .egift-about_wrap img{
    width: 70%;
    }
    .egift-about_wrap img:first-child{
    margin-bottom:15px;
    }
    }
@media screen and (max-width: 499px) {
    .egift-about_wrap img{
    width: 90%;
    }
    .egift-about_h2{
    margin-bottom: 20px;
    }
    }



/*リスト表示*/
.egift-list_wrap{
    display:flex;
    max-width: 1200px;
    margin: 0 auto;
    gap:0 10px;
    }
.egift-list_item{
    flex:1;
    padding:0px 20px 40px;
    position:relative;
    }
.egift-list_icon{
    background-color:#e7f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 180px;
    border-radius:50%;
    margin: 0 auto 40px;
    }
.egift-list_item span{
    background-color:#313131;
    display:block;
    width:3.3rem;
    height:3.3rem;
    padding-left: 2px;
    padding-bottom: 2px;
    border-radius:50%;
    position:absolute;
    top:0px;
    left:10px;
    color:#fff;
    font-size:1.7rem;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    }
.egift-list_item p{
    font-weight:600;
    font-size:1.5rem;
    line-height:2.1rem;
    }
.egift-list_item img{
    max-width:70px;
    }
@media screen and (max-width: 959px) {
    .egift-list_wrap {
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 0 80px 0;
    }
    .egift-list_item {
    flex: none;
    width: 43%;
    padding: 0px;
    margin-bottom:40px;
    }
    .egift-list_icon{
    margin: 0 auto 20px;
    }
    .egift-list_item img{
    max-width:60px;
    }
    }
@media screen and (max-width: 767px) {
    .egift-list_wrap {
    padding: 0 30px 0;
    }
    .egift-list_item {
    margin-bottom: 30px;
    }
    .egift-list_icon{
    width: 150px;
    height: 150px;
    margin: 0 auto 15px;
    }
    .egift-list_item img{
    max-width:50px;
    }
    .egift-list_item p{
    font-size:1.4rem;
    }
    }
@media screen and (max-width: 499px) {
    .egift-list_wrap {
    padding: 0 0px 0;
    }
    .egift-list_point .egift-list_item:last-child,.egift-list_point .egift-list_item:nth-last-child(2):nth-child(odd) {
    margin-bottom: 0px;
    }
    .egift-list_icon{
    width: 120px;
    height: 120px;
    }
    .egift-list_item img{
    max-width:45px;
    }
    .egift-list_item p {
    font-size: 1.3rem;
    }
    }


/*シーン*/
.egift-scene_item .egift-h4{
    margin-bottom:20px;
    }
.egift-scene_item p{
    font-size:1.3rem;
    font-weight:normal;
    line-height:2.1rem;
    }
.egift-scene_item .egift-list_icon{
    background-color: #f8fbe6;
    }
@media screen and (max-width: 499px) {
    .egift-scene_item .egift-h4 {
    margin-bottom: 10px;
    }
    .egift-scene_wrap{
    display: block;
    }
    .egift-scene_wrap .egift-list_item {
    width: 100%;
    }
    .egift-scene_wrap .egift-list_item p{
    padding:0 20px;
    }
    }



/*使い方*/
.egift-howto_section{
    padding: 90px 20px 80px;
    background-color: #e7f5f5;
    max-width:100%;
    }
.egift-howto_inner{
    max-width:1200px;
    margin:0 auto;
    }
.egift-howto_wrap{
    display:flex;
    gap:0 10px;
    margin-bottom:80px;
    justify-content: space-between;
    padding: 0 20px;
    }
.egift-howto_h3{
    background-color:#ff6780;
    max-width:200px;
    color:#fff;
    font-size:1.6rem;
    padding:10px 25px;
    margin:0 auto 30px;
    border-radius:9999px;
    }
.egift-howto_h3-diff{
    background-color: #0d9ea3;
    }
.egift-howto_item{
    max-width: 280px;
    margin-bottom: 0px;
    flex: 1;
    position: relative;
    }
.egift-howto_item img{
    display:block;
    max-width:220px;
    margin:0 auto 30px;
    }
.egift-howto-img_wrap{
    margin-bottom: 0px;
    }
.egift-howto-img_wrap .egift-howto_item{
    margin-bottom: 40px;
    }
.egift-howto_head{
    display:flex;
    max-width:280px;
    align-items:center;
    justify-content: center;
    margin:0 auto 20px;
    }
.egift-howto_item span{
    background-color:#313131;
    display:block;
    width:2.4rem;
    height:2.4rem;
    padding-left: 2px;
    padding-bottom: 2px;
    margin-right:7px;
    border-radius:50%;
    position:relative;
    top:0px;
    color:#fff;
    font-size:1.4rem;
    font-weight:600;
    display:flex;
    align-items:center;
    justify-content:center;
    }
.egift-howto_item p{
    padding:0 10px;
    }
.egift-howto_head .egift-h4{
    margin-bottom:0px;
    }
.egift-howto_item p{
    font-size: 1.4rem;
    line-height: 2.3rem;
    }
/*使い方・矢印*/
.arrow_wrap {
    display: flex;
    align-items: center;
    }
.gift_arrow {
    position: relative;
    display: inline-block;
    width: 15.3px;
    height: 26.6px;
    /*right: calc(50% - 2px);*/
    }
.gift_arrow::before,
.gift_arrow::after {
    content: "";
    position: absolute;
    /*top: calc(50% - 2px);*/
    top: calc(-270% - 2px);
    right: 0;
    width: 20px;
    height: 4px;
    border-radius: 9999px;
    background-color: #0d9ea3;
    border-top: 2px solid #0d9ea3;
    border-right: 2px solid #0d9ea3;
    transform-origin: calc(100% - 2px) 50%;
    }
.gift_arrow::before {
    transform: rotate(45deg);
    }
.gift_arrow::after {
    transform: rotate(-45deg);
    }
@media screen and (max-width: 959px) {
    .egift-howto_item img {
    display: block;
    max-width: 70%;
    margin:0 auto 20px;
    }
    .gift_arrow {
    right: calc(50%);
    }
    .gift_arrow::before,
    .gift_arrow::after {
    top: calc(-230% - 2px);
    }
    .egift-howto_head {
    align-items: flex-start;
    }
    .egift-howto_item p {
    font-size: 1.3rem;
    line-height: 2.1rem;
    }
    }
@media screen and (max-width: 850px) {
    .gift_arrow::before,
    .gift_arrow::after {
    top: calc(-290% - 2px);
    }
    }
@media screen and (max-width: 767px) {
    .egift-howto_section{
    padding: 90px 20px 30px;
    }
    .egift-howto_wrap {
    display: block;
    }
    .egift-howto_h3{
    font-size: 1.5rem;
    padding: 8px 20px;
    max-width: 170px;
    }
    .egift-howto_item {
    max-width: 80%;
    margin: 0 auto 10px;
    }
    .egift-howto_item img {
    margin: 0 auto 30px;
    }
    .egift-howto_head {
    margin: 0 auto 10px;
    align-items: center;
    }
    .arrow_wrap {
    display: block;
    padding: 30px 0;
    }
    .gift_arrow {
    right: 0;
    }
    .gift_arrow::before,
    .gift_arrow::after {
    bottom: 0;
    top:0;
    left: calc(50% - 2px);
    width: 4px;
    height: 20px;
    border-radius: 9999px;
    transform-origin: 50% calc(100% - 2px);
    }
    .gift_arrow::before {
    transform: rotate(45deg);
    }  
    .gift_arrow::after {
    transform: rotate(-45deg);
    }
    }
@media screen and (max-width: 499px) {
    .egift-howto_wrap {
    padding: 0 0px;
    }
    .egift-howto_h3{
    font-size: 1.4rem;
    padding: 8px 20px;
    max-width: 150px;
    }
    .egift-howto_item {
    max-width: 100%;
    }
    .arrow_wrap {
    padding: 15px 0;
    }
    .egift-howto_item img {
    margin: 0 auto 20px;
    }
    }



/*Q&A*/
  /* 個々のアコーディオンリストを囲うタグ */
.egift-qa_item{
    max-width:1200px;
    margin: 0 auto;
    }
  /* アコーディオンのタイトル・内容共通 */
.egift-qa_head,
.egift-qa_answer{
    display: flex;
    align-items: center;
    padding: 20px;
    width: 100%;
    text-align:left;
    }
.egift-qa_head{
    padding: 20px 6rem 20px 20px;
    }
.egift-qa_answer span{
    display: block;
    margin-bottom:20px;
    }
  /* アコーディオンのタイトル */
.egift-qa_head {
    cursor: pointer;
    position: relative;
    border-bottom:1px dotted #333;
    font-weight: 600;
    text-align:left;
    line-height: 2rem;
    }
  /* アコーディオンの内容 */
.egift-qa_answer {
    display: none;
    /*background-color: #eee;*/
    font-size:1.4rem;
    color: #333;
    margin-top:10px;
    line-height: 2.5rem;
    }
.egift-qa_head:nth-child(n + 1) {
    margin-top: 20px;
    }
  /* タイトル横のプラスマーク縦線 */
.egift-qa_head::before{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background-color:#333;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    }
  /* タイトル横のプラスマーク横線 */
.egift-qa_head::after{
    position: absolute;
    content: '';
    top: 50%;
    right: 25px;
    width: 15px;
    height: 2px;
    background-color:#333;
    transition: all .3s ease-in-out;
    }
  /* アコーディオンが開いたとき縦線の変化 */
.egift-qa_head.open::before {
    transform: rotate(180deg);
    }
  /* アコーディオンが開いたとき横線の変化 */
.egift-qa_head.open::after {
    opacity:0;
    }
 /* アコーディオンの内容 */
.egift-qa_answer a{
    text-decoration:underline;
    }
.egift-qa_answer a:hover{
    text-decoration:none;
    }


/*戻るボタン*/
.top-return{
    padding: 0 20px;
    margin-bottom: 90px;
    }
.top-return_btn{
    display: flex   ;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    padding: 30px 20px;
    margin: 0 auto;
    border-radius: 10px;
    font-weight: bold;
    font-size: 2rem;
    color:#999;
    border: 1px solid #999;
    transition: opacity .2s ease;
    }





/*フッター iframe*/
.iframe-footer-pc{
    width:100%;
    margin-top: 50px;
    margin-bottom: 20px;
    height:1300px;
    }
.iframe-footer-sp{
    display: none;
    }
@media only screen and (max-width: 767px){
    .iframe-footer-pc{
    display: none;
    }
    .iframe-footer-sp{
    display: block;
    width:100%;
    height:1060px;
    /*
    height:650px;*/
    }
    }
/*フッター iframe PCレスポンシブ調整*/
@media screen and (max-width:1390px) {
    .iframe-footer-pc{
    height:1430px;
    }
    }
@media screen and (max-width:1075px) {
    .iframe-footer-pc{
    height:1450px;
    }
    }
@media screen and (max-width:948px) {
    .iframe-footer-pc{
    height:1490px;
    }
    }
@media screen and (max-width:838px) {
    .iframe-footer-pc{
    height:1515px;
    }
    }
@media screen and (max-width:809px) {
    .iframe-footer-pc{
    height:1530px;
    }
    }
/*フッター iframe SPレスポンシブ調整*/
@media screen and (max-width:313px) {
    .iframe-footer-sp{
    height:665px;
    }
    }
/*フッター iframe*/