@charset "utf-8";
/* 共通
---------------------------------------------------------- */
/* スクロールアニメ（共通） */
.fadeIn {
  opacity: 0;
  transition: .7s;
  top: 30px;
  position: relative;
}
.fadeIn.active {
  opacity: 1;
  top: 0;
}


/*
 ボタン（共通）
----------------------------------------------------------- */
.btn_base {
    display: block;
    font-size: 16px;
    line-height: 1.3;
}
.btn_base a {
    display: inline-block;
    padding: 15px;
    -webkit-border-radius: 50;
	-moz-border-radius: 50;
	border-radius: 50px;
    border: #e65498 1px solid;
    text-decoration: none;
    color: #FFF;
}
.btn_base a:link {
    background-color: #e65498;
}
.btn_base a:visited {
    background-color: #e65498;
}
@media screen and (min-width : 768px){
.btn_base a:hover {
    background-color: #e271aa;
}
.btn_base a:active {
    background-color: #e271aa;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
.btn_base a {
    display: inline-block;
    padding: 20px 100px;
    }
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 640px){
.btn_base {
    font-size: 16px;
}
.btn_base a {
    display: block;
    padding: 15px 5px;
    }
}



/*
 タイトル（共通）
----------------------------------------------------------- */
.tit_base {
    text-align: center;
    margin-top: 200px;
    position: relative;
    display: inline-block;
}
.tit_base {
    font-size: 45px;
    line-height: 1.2;
    font-weight: bold;
}
.tit_base:before {
  content: '';
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 200px;
  height: 6px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  /* background-color: black; */
}
.tit_sub {
    font-size: 28px;
    line-height: 1.3;
    color: #FFF;
    font-weight: bold;
    padding: 10px 5px;
}
.bg_blue {
    background-color: #339bd5;
}
.bg_pink {
    background-color: #e65498;
}
.bg_gray {
    background-color: #94949a;
}
.bg_orange {
    background-color: #f2803b;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* タイトル（共通）
---------------------------------------------------------- */
.tit_base {
    margin-top: 150px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* タイトル（共通）
---------------------------------------------------------- */
.tit_base {
    margin-top: 70px;
    width: 90%;
}
.tit_base {
    font-size: 28px;
    line-height: 1.2;
    font-weight: bold;
}
.tit_base:before {
    bottom: -10px;
    width: 100px;
    height: 4px;
}
.tit_sub {
    font-size: 20px;
}
}



/*
 グラデーション（共通）
 ----------------------------------------------------------- */
.bg_grd,
.tit_base:before {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e65498+0,339bd5+100 */
background: #e65498; /* Old browsers */
background: -moz-linear-gradient(left,  #e65498 0%, #339bd5 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #e65498 0%,#339bd5 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #e65498 0%,#339bd5 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e65498', endColorstr='#339bd5',GradientType=1 ); /* IE6-9 */
}
.bg_skyblue,
.block_furusato_lp .flt_left,
.block_furusato_rp .flt_right {
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+10,bbdcef+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 10%, #bbdcef 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 10%,#bbdcef 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 10%,#bbdcef 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bbdcef',GradientType=1 ); /* IE6-9 */
}



/*
 白プレート（共通） ※余白は個別設定
 ----------------------------------------------------------- */
 .frame_wht {
     background-color: #FFF;
    -webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
    -webkit-box-shadow: 1px 2px 7px #CCCCCC;
    -moz-box-shadow: 1px 2px 7px #CCCCCC;
    box-shadow: 1px 2px 7px #CCCCCC;
    box-sizing: border-box;
 }
 


/* メイン画像
---------------------------------------------------------- */
#top_image_main {
	width: 100%;
	/* min-width: 1024px; */
    position: relative;
    margin-top: 100px;
    height: 100vh;
    overflow: hidden;
}
#top_image_main .item_slide {
    width: 82%;
    margin-right: 0;
    margin-left: auto;
}
#top_image_main .item_slide img {
    width: 100%;
}
.box_cpy_main {
    position: absolute;
    left: 3%;
    bottom: 50vh;
    /*
    top: 45%;
    transform: translateY(-80%);
    -webkit-transform: translateY(-80%);
    -ms-transform: translateY(-80%);
    */
    z-index: 100;
    text-align: left;
    display: flex;
    align-items: center;
}
.box_cpy_main img{
    width: 100%;
    height: auto;
}
.cpy_main {
    color: #339bd5;
    font-weight: bold;
    font-size: 3vw;
    line-height: 1.3;
    text-align: left;
}
.logo_mdw {
    margin-right: 20px;
    display: inline-block;
    width: 10vw;
}
.logo_mdw h1 {
    font-size: 1%;
    line-height: 0;
}
.logo_mdw .cpy_main {
    font-size: 1.5vw;
    line-height: 1.3;
    text-align: center;
    margin-top: 10px;
}
/* Animation */
/* 1.Main Copy */
.topAnime1 {
  display: flex;
  overflow: hidden;
}
.topAnime1 span {
  display: block;
  transform: translate(0, 105%);
  transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
.topAnime1.-visible span {
  transform: translate(0, 0);
}
.topAnime1 span:nth-child(2) {
  transition-delay: 0.06s;
}
.topAnime1 span:nth-child(3) {
  transition-delay: 0.12s;
}
.topAnime1 span:nth-child(4) {
  transition-delay: 0.18s;
}
.topAnime1 span:nth-child(5) {
  transition-delay: 0.24s;
}
.topAnime1 span:nth-child(6) {
  transition-delay: 0.30s;
}
.topAnime1 span:nth-child(7) {
  transition-delay: 0.36s;
}
.topAnime1 span:nth-child(8) {
  transition-delay: 0.42s;
}
.topAnime1 span:nth-child(9) {
  transition-delay: 0.48s;
}
.topAnime1 span:nth-child(10) {
  transition-delay: 0.54s;
}
.topAnime1 span:nth-child(11) {
  transition-delay: 0.6s;
}
/*
.topAnime1 span:nth-child(12) {
  transition-delay: 0.66s;
}
.topAnime1 span:nth-child(13) {
  transition-delay: 0.72s;
}
.topAnime1 span:nth-child(14) {
  transition-delay: 0.78s;
}
*/

/* 2.Logo */
.topAnime2 {
    animation-name: fadeLogo;
    animation-fill-mode:forwards; /*アニメーションの開始と終了時の状態を指定*/
    animation-duration:1.8s; /*アニメーション変化時間 ※デフォルト*/
    animation-timing-function: ease; /*進行具合*/
    animation-delay: 1.5s; /*開始時間遅れ*/
    animation-direction:normal; /*再生方向*/
    opacity:0;
    transform-origin: 0% 0%;
}
@keyframes fadeLogo {
  0% {
    transform: translateY(5px);
    /* transform: translate(50px, -10%); */
    opacity:0.1;
  }
  100% {
    transform: translateY(0px);
    /* transform: translate(0px, 0px);*/
    opacity:1;
  }
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1500px){
/* メイン画像
---------------------------------------------------------- */
#top_image_main {
    height: auto;
}
.box_cpy_main {
bottom: 0;
    top: 0;
    }
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1300px){
/* メイン画像
---------------------------------------------------------- */
.logo_mdw {
     width: 150px;
}
.logo_mdw h1 {
    width: 100%;
}
.logo_mdw h1 img {
    width: 100%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* メイン画像
---------------------------------------------------------- */
.cpy_main {
    font-size: 30px;    
    }
.logo_mdw {
    width: 15vw;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* メイン画像
---------------------------------------------------------- */


.logo_mdw {
    margin: 15px auto;
    width: 60%;
}
.logo_mdw .cpy_main {
    font-size: 18px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* メイン画像
---------------------------------------------------------- */
#top_image_main {
    margin-top: 70px;
}
#top_image_main .item_slide {
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.box_cpy_main {
    position: static;
    margin:  30px auto 0 auto;
    text-align: center;
    padding-right: 10px;
    }
.cpy_main {
    font-size: 7vw;
    line-height: 1.3;
    text-align: center;
    justify-content: center;
}
.logo_mdw .cpy_main {
    font-size: 14px;
}
}



/*
 「ふるさと」をもっと好きになる
 ----------------------------------------------------------- */
.tit_outline {
    text-align: center;
    margin-top: 125px;
}
.tit_outline .img_logo img {
    width: 123px;
}
.tit_outline h2 {
    font-size: 45px;
    font-weight: bold;
}
/* ダウンロード */
.tit_outline .list_download {
    margin-top: 40px;
}
.list_download li {
    display: inline-block;
    vertical-align: middle;
}
.download_gplay {
    width: 300px;
}
.download_aplay {
    width: 230px;
}
.list_download li img {
    width: 100%;
}
/* 説明 */
.block_furusato {
    width: 1250px;
    margin: 130px auto 0 auto;
}
/* 写真エリア */
.block_furusato_lp .flt_left,
.block_furusato_rp .flt_right {
    width: 620px;
    text-align: left;
    font-size: 1%;
    line-height: 0;
    padding-bottom: 20px;
}
.block_furusato_lp .flt_left img,
.block_furusato_rp .flt_right img {
    width: 600px;
    margin-top: -20px;
}
/* テキストエリア */
.block_furusato_lp .flt_right,
.block_furusato_rp .flt_left {
    text-align: left;
}
.block_furusato_lp .flt_right {
    width: 550px;
}
.block_furusato_rp .flt_left {
    width: 550px;
    margin-left: 80px;
}
/* 見出し */
.block_furusato_lp .flt_right h3,
.block_furusato_rp .flt_left h3 {
    font-size: 33px;
    line-height: 2;
    font-weight: bold;
    color: #FFF;
    margin-bottom: 15px;
}
.block_furusato_lp .flt_right h3 span,
.block_furusato_rp .flt_left h3 span {
    padding-left: 10px;
    padding-right: 10px;
}
/* テキスト */
.block_furusato_lp .flt_right p,
.block_furusato_rp .flt_left p {
    font-size: 20px;
    line-height: 1.9;
    width: 450px;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1250px){
/*
 「ふるさと」をもっと好きになる
----------------------------------------------------------- */
.tit_outline {
    width: 96%;
    margin: 125px auto 0 auto;
}
/* 説明 */
.block_furusato {
    width: 90%;
/*    margin: 130px auto 0 auto; */
}
/* 写真エリア */
.block_furusato_lp .flt_left,
.block_furusato_rp .flt_right {
    width: 51%;
    padding-bottom: 10px;
}
.block_furusato_lp .flt_left img,
.block_furusato_rp .flt_right img {
    width: 97%;
    margin-top: -3%;
}
/* テキストエリア */
.block_furusato_lp .flt_right {
    width: 45%;
}
.block_furusato_rp .flt_left {
    width: 45%;
    margin-left: 0px;
}
/* 見出し */
.block_furusato_lp .flt_right h3,
.block_furusato_rp .flt_left h3 {
    font-size: 2.8vw;
    line-height: 1.8;
}
/* テキスト */
.block_furusato_lp .flt_right p,
.block_furusato_rp .flt_left p {
    font-size: 2vw;
    line-height: 1.7;
    width: 100%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/*
 「ふるさと」をもっと好きになる
----------------------------------------------------------- */
.tit_outline {
    margin: 100px auto 0 auto;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/*
 「ふるさと」をもっと好きになる
----------------------------------------------------------- */
.tit_outline {
    width: 90%;
    margin: 60px auto 0 auto;
}
.tit_outline .img_logo img {
    width: 25%;
}
.tit_outline h2 {
    font-size: 5.5vw;
}
/* ダウンロード */
.tit_outline .list_download {
    margin-top: 20px;
}
.download_gplay {
    width: 52%;
}
.download_aplay {
    width: 40%;
}
/* 説明 */
.block_furusato {
    /* width: 90%; */
    margin: 70px auto 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display:box;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    box-orient:vertical;
}
/* 写真エリア */
.block_furusato_lp .flt_left,
.block_furusato_rp .flt_right {
    width: 100%;
    padding-bottom: 10px;
    float: none;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
/* テキストエリア */
.block_furusato_lp .flt_right {
    width: 100%;
    float: none;
    margin-top: 15px;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.block_furusato_rp .flt_left {
    width: 100%;
    margin-left: 0px;
    margin-top: 15px;
    float: none;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
/* 見出し */
.block_furusato_lp .flt_right h3,
.block_furusato_rp .flt_left h3 {
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 10px;
}
/* テキスト */
.block_furusato_lp .flt_right p,
.block_furusato_rp .flt_left p {
    font-size: 16px;
    line-height: 1.7;
    width: 100%;
}
}



/* プレスリリース
---------------------------------------------------------- */
.container_release {
	width: 100%;
	min-width: 1024px;
    padding: 85px 0;
    margin-top: 70px;
}
.list_news {
    width: 1024px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.list_news li { 
    flex-basis: 47%;
    background-color: #FFF;
    -webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
    -webkit-box-shadow: 1px 2px 7px #CCCCCC;
    -moz-box-shadow: 1px 2px 7px #CCCCCC;
    box-shadow: 1px 2px 7px #CCCCCC;
    padding: 20px 10px;
    box-sizing: border-box;
    display: table;    
    border-spacing: 20px 0;
    }
.img_news {
    width: 170px;
    display: table-cell;
}
.list_news li dl {
    margin-left: 15px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
}
.list_news li dl dt {
    font-size: 18px;
    line-height: 1.2;
    color: #0097ff;
    margin-top: 10px;
}
.list_news li dl dd {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 10px;
}
.container_release .btn_base {
    margin-top: 50px;
}
.container_release .btn_base a {
    padding: 15px 70px;
    }
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* プレスリリース
---------------------------------------------------------- */
.container_release {
	width: 100%;
	min-width: 0;
}
.list_news {
    width: 90%;
}
.list_news li { 
    border-spacing: 15px 0;
    }
.img_news {
    width: 40%;
}
.img_news img {
    width: 100%;
}
.list_news li dl dd {
    line-height: 1.5;
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* プレスリリース
---------------------------------------------------------- */
.container_release {
    padding: 50px 0;
    margin-top: 50px;
}
.list_news {
    width: 90%;
    display: block;
}
.list_news li { 
    padding: 15px 10px;
    margin-top: 25px;
    }
.list_news li:first-child {
    margin-top: 0px;
}

.list_news li dl dt {
    font-size: 16px;
    margin-top: 5px;
}

.list_news li dl dd {
    font-size: 14px;
    margin-top: 7px;
}
.container_release .btn_base {
    width: 90%;
    margin: 30px auto 0 auto;
}
.container_release .btn_base a {
    padding: 15px 0px;
    }
}
}



/* MY Digital Walletのコンテンツ
---------------------------------------------------------- */
.container_content {
	width: 1024px;
    margin: 70px auto 0 auto;
}
.container_content h3 {
    margin-top: 80px;
}
.container_content ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 35px;
}
.container_content ul li { 
    flex-basis: 18%;
    background-color: #FFF;
    -webkit-border-radius: 10;
	-moz-border-radius: 10;
	border-radius: 10px;
    -webkit-box-shadow: 1px 2px 7px #CCCCCC;
    -moz-box-shadow: 1px 2px 7px #CCCCCC;
    box-shadow: 1px 2px 7px #CCCCCC;
    padding: 20px 10px;
    box-sizing: border-box;
    position: relative;
    }
.container_content ul.list_p_use {
    justify-content: center;
}
.container_content ul.list_p_use li {
    margin: 0 1%;
}
.container_content ul li p {
    font-size: 22px;
    line-height: 1.2;
    color: #e65498;
    margin-top: 10px;
    font-weight: bold;
}
.container_content ul li small{ 
    position: absolute;
    bottom: -2em;
    display: block;
    text-align: center;
    margin: auto;
    width: 100%;
    left: -5px;
    color: #0000CC;
}

.container_content ul li a:link,
.container_content ul li a:visited,
.container_content ul li a:hover,
.container_content ul li a:active {
    text-decoration: none;
    color: #e65498;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* MY Digital Walletのコンテンツ
---------------------------------------------------------- */
.container_content {
	width: 90%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* MY Digital Walletのコンテンツ
---------------------------------------------------------- */
.container_content ul li img { 
    width: 90%;
    }
.container_content ul li p {
    font-size: 16px;
}
}
@media screen and (min-width : 768px){
  .container_content ul li a:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
    text-decoration: underline;
  }
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* MY Digital Walletのコンテンツ
---------------------------------------------------------- */
.container_content {
	/* width: 90%; */
    margin: 50px auto 0 auto;
}
.container_content h3 {
    margin-top: 50px;
}
.container_content ul {
    width: 100%;
    display: block;
    margin-top: 10px;
}
.container_content ul li {
    text-align: left;
    width: 100%;
    padding: 10px;
    display: block;
    margin-top: 15px;
    }
.container_content ul li img {
    width: 60px;
    display: inline-block;
    vertical-align: middle;
    }
.container_content ul li p {
    display: inline-block;
    margin-top: 0px;
    margin-left: 15px;
    }
.container_content ul li p br {
    display: none;
    }
.container_content ul.list_p_use li {
    margin: 20px 0 0 0;
}
}



/* コンテンツの情報
---------------------------------------------------------- */
.bg_function {
	width: 100%;
	min-width: 1024px;
    background-image: url("../img/bg_triangle.svg");
    background-position: right top;
    background-repeat: repeat-y;
    background-size: 100% auto;
}
.block_function {
	width: 100%;
	margin-top: 200px;
}
.tit_base + .block_function {
	margin-top: 120px;
}
/* 画像 */
.block_function_lp .flt_left,
.block_function_rp .flt_right {
	width: 55%;
    padding-top: 10px;
    line-height: 0;
    font-size: 1%;
}
.block_function_lp .flt_left img,
.block_function_rp .flt_right img {
	width: 100%;
}
.block_function04.block_function_rp .flt_right img {
	width: auto;
}
/* テキスト */
.block_function_lp .flt_right,
.block_function_rp .flt_left {
	width: 35%;
    text-align: left;
}
.block_function_lp .flt_right {
    padding-right: 5%;
}
.block_function_rp .flt_left {
    padding-left: 5%;
}
.block_function dt img {
    margin-left: -10px;
}
.block_function h3 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: bold;
}
.block_function p.txt_function {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 17px;    
}
/* megurin */
.box_megurin {
    padding: 30px 35px;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
}
.box_megurin img {
    float: left;
}
.txt_megurin {
    float: right;
    width: 66%;
}
.txt_megurin h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.txt_megurin p {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}
.txt_megurin .btn_base {
    margin-top: 20px;
    }
.txt_megurin .btn_base a {
    padding: 15px 20px;
    }
/* ポイント寄付 */
.box_point_kifu {
    padding: 30px 35px;
    margin-top: 30px;
    width: 100%;
}
.box_point_kifu h4 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}
.box_point_kifu p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;
}
.box_point_kifu .btn_base {
    margin-top: 20px;
    }
.box_point_kifu .btn_base a {
    padding: 15px 35px;
    }
/* 加盟店を探す */
.block_function04 .flt_left .btn_base {
    margin-top: 30px;
    }
.block_function04 .flt_left .btn_base a {
    padding: 15px 20px;
    }
/* クーポンを利用する */
.block_function05 .txt_function {
    margin-top: 50px;
    margin-bottom: 50px;
}
/* ダウンロードはこちら */
.box_function_dl {
    padding: 30px 20px 20px 0px;
    margin-top: 30px;
    width: auto;
    text-align: center;
}
.box_function_dl h4 {
    font-size: 18px;
    line-height: 1.5;
    font-weight: bold;
}
/* AWAPASSの使い方 */
.block_howto {
    width: 1024px;
    margin: 0 auto;
    padding: 90px 0;
}
.txt_howto {
    font-size: 20px;
    line-height: 1.5;
    margin-top: 30px;
}
.list_howto {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-between;
}
.list_howto li {
    flex-basis: 300px;
}
.tit_step {
    font-size: 30px;
    line-height: 1.2;
    margin-top: 10px;
    color: #f2803b;
    font-weight: bold;
}
.list_howto li p {
    font-size: 18px;
    line-height: 1.5;
    margin: 10px auto 0 auto;
    width: 80%;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1600px){
/* コンテンツの情報
---------------------------------------------------------- */
/* クーポンを利用する */
.block_function05 dd img {
    width: 100%;
}
.box_function_dl .download_gplay {
    width: 52%;
}
.box_function_dl .download_aplay {
    width: 40%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1350px){
/* コンテンツの情報
---------------------------------------------------------- */
.box_megurin img {
    width: 25%;
}
.block_function04.block_function_rp .flt_right img {
    width: 100%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1250px){
/* コンテンツの情報
---------------------------------------------------------- */
.block_function02 .flt_left dd img {
    width: 100%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* コンテンツの情報
---------------------------------------------------------- */
.bg_function {
	min-width: 0;
}
.block_function {
	width: 100%;
	margin-top: 150px;
}
.tit_base + .block_function {
	margin-top: 120px;
}
/* 画像 */
.block_function_lp .flt_left,
.block_function_rp .flt_right {
	width: 50%;
}
.block_function04.block_function_rp .flt_right img {
	width: 90%;
}
/* テキスト */
.block_function_lp .flt_right,
.block_function_rp .flt_left {
	width: 43%;
}
.block_function_lp .flt_right {
    padding-right: 3%;
}
.block_function_rp .flt_left {
    padding-left: 3%;
}
.block_function h3 {
    font-size: 35px;
}
.block_function p.txt_function {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 17px;    
}
/* megurin */
.box_megurin {
    padding: 20px 25px;
    margin-top: 25px;
}
.txt_megurin {
    width: 70%;
}
/* ポイント寄付 */
.box_point_kifu {
   padding: 20px 25px;
    margin-top: 25px;
}
/* AWAPASSの使い方 */
.block_howto {
    width: 90%;
    margin: 0 auto;
    /* padding: 90px 0; */
}
.list_howto li {
    flex-basis: 30%;
}
.list_howto li img {
    width: 100%;
}
.list_howto li p {
    width: 90%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* コンテンツの情報
---------------------------------------------------------- */
/* ダウンロードはこちら */
.box_function_dl h4 {
    font-size: 16px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* コンテンツの情報
---------------------------------------------------------- */
.bg_function {
    background-image: none;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+10,dcedf7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left,  #ffffff 10%, #dcedf7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #ffffff 10%,#dcedf7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #ffffff 10%,#dcedf7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dcedf7',GradientType=1 ); /* IE6-9 */
}
.block_function {
	margin-top: 100px;
    display: -webkit-box;
    display: -moz-box;
    display:box;
    -webkit-box-orient:vertical;
    -moz-box-orient:vertical;
    box-orient:vertical;
}
.tit_base + .block_function {
	margin-top: 50px;
}
/* 画像 */
.block_function_lp .flt_left,
.block_function_rp .flt_right {
	width: 100%;
    float: none;
    padding-top: 0px;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
}
/* テキスト */
.block_function_lp .flt_right,
.block_function_rp .flt_left {
	width: 90%;
    float: none;
    margin: 20px auto 0 auto;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    box-ordinal-group: 2;
}
.block_function_lp .flt_right {
    padding-right: 0;
}
.block_function_rp .flt_left {
    padding-left: 0;
}
.block_function dt img {
    /* margin-left: -10px; */
    width: 200px;
}
.block_function h3 {
    font-size: 24px;
    line-height: 1.4;
}
.block_function p.txt_function {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 10px;    
}
/* megurin */
.box_megurin {
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}
.box_megurin img {
    width: 25%;
    float: none;
    margin: 0 auto;
}
.txt_megurin {
    width: 100%;
    float: none;
    margin-top: 10px;
    text-align: left;
}
.txt_megurin h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
}
.txt_megurin p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
}
.txt_megurin .btn_base {
    text-align: center;
    }
/* ポイント寄付 */
.box_point_kifu {
   padding: 20px 25px;
    margin-top: 25px;
}
.box_point_kifu h4 {
    font-size: 16px;
}
.box_point_kifu p {
    font-size: 14px;
}
.box_point_kifu .btn_base {
    text-align: center;
    }
.box_point_kifu .btn_base a {
    padding: 15px 5px;
    }
/* 加盟店を探す */
.block_function04 .flt_left .btn_base {
    margin-top: 20px;
    text-align: center;
    }
.block_function04 .flt_left .btn_base a {
    padding: 15px 5px;
    }
/* クーポンを利用する */
.block_function05 dd img {
    width: 100%;
}
.block_function05 .txt_function {
    margin-bottom: 30px;
}
/* ダウンロードはこちら */
.box_function_dl {
    padding: 15px 0px;
    margin-top: 20px;
    width: auto;
    text-align: center;
}
.box_function_dl h4 {
    font-size: 4.5vw;
}
/* AWAPASSの使い方 */
.block_howto {
    width: 90%;
    margin: 0 auto;
    padding: 70px 0;
}
.txt_howto {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 20px;
    text-align: left;
}
.list_howto {
    margin-top: 0px;
    display: block;
}
.list_howto li {
    width: 100%;
    overflow: hidden;
    text-align: left;
    margin-top: 30px;
}
.list_howto li .img_awapass {
    width: 30%;
    float: left;
    margin-right: 10px;
}
.list_howto li img {
    width: 100%;
}
.tit_step {
    font-size: 20px;
    margin-top: 0px;
}
.list_howto li p {
    font-size: 16px;
    line-height: 1.5;
    margin: 10px 0 0 0;
    width: auto;
}
}



/* 「AWPASS掲載店舗」募集中！
---------------------------------------------------------- */
.bg_awpass {
	width: 100%;
	min-width: 1024px;
    background-color: #fbeed8;
    padding: 80px 0 90px 0;
}
.container_awpass {
	width: 1024px;
	margin: 0 auto;
}
.container_awpass h2 {
    font-size: 45px;
    line-height: 1.3;
    font-weight: bold;
    color: #ef5c02;
}
.txt_awpass {
    font-size: 20px;
    line-height: 1.8;
    margin: 30px auto 0 auto;
    width: 720px;
}
.block_awpass {
    margin-top: 55px;
    background-color: #FFF;
}
.body_awpass {
    padding: 30px 40px 40px 40px;
}
.txt_chigai {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
}
.box_servicemodel {
    width: 96%;
    margin: 50px auto 0 auto;
}
.box_servicemodel .flt_left,
.box_servicemodel .flt_right {
    width: 48%;
}
.box_servicemodel .flt_left h4,
.box_servicemodel .flt_right h4 {
    font-size: 22px;
    margin-bottom: 15px;
}
.box_servicemodel .flt_left h4 {
    background-color: #6275a1;
}
.box_servicemodel .flt_right h4 {
    background-color: #ef5c02;
}
.box_servicemodel .flt_left p,
.box_servicemodel .flt_right p {
    text-align: center;
    font-weight: bold;
    line-height: 1.3;
}
.box_servicemodel .flt_left p {
    color: #6275a1;
}
.box_servicemodel .flt_right p {
    color: #ef5c02;
}
.container_awpass .btn_base {
    margin-top: 30px;
    font-size: 24px;
    font-weight: bold;
    }
.container_awpass .btn_base a {
    padding: 18px 125px;
    }
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* 「AWPASS掲載店舗」募集中！
---------------------------------------------------------- */
.bg_awpass {
	min-width: 0;
}
.container_awpass {
	width: 90%;
}
.txt_awpass {
    width: auto;
}
.box_servicemodel .flt_left img,
.box_servicemodel .flt_right img {
    width: 100%;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* 「AWPASS掲載店舗」募集中！
---------------------------------------------------------- */
.bg_awpass {
	min-width: 0;
    padding: 70px 0;
}
.container_awpass h2 {
    font-size: 28px;
}
.txt_awpass {
    font-size: 18px;
    line-height: 1.5;
    margin: 20px auto 0 auto;
}
.block_awpass {
    margin-top: 35px;
}
.body_awpass {
    padding: 20px;
}
.txt_chigai {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
}
.box_servicemodel {
    width: 100%;
    margin: 30px auto 0 auto;
}
.box_servicemodel .flt_left,
.box_servicemodel .flt_right {
    width: 100%;
    float: none;
}
.box_servicemodel .flt_right {
    margin-top: 30px;
}
.box_servicemodel .flt_left h4,
.box_servicemodel .flt_right h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.container_awpass .btn_base {
    font-size: 20px;
    }
.container_awpass .btn_base a {
    padding: 15px 5px;
    }
}



/* アプリ活用事例紹介
---------------------------------------------------------- */
.container_casestudy .bxslider_casestudy {
    margin-top: 60px;
}
.container_casestudy .bx-wrapper img {
  display: inline;
}
.bxslider_casestudy li .frame_wht {
    text-align: center;
    padding: 30px;
    margin: 30px;
}
.bxslider_casestudy li h3 {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    color: #e65498;
    margin-top: 20px;
    margin-bottom: 10px;
}
.bxslider_casestudy li p {
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* アプリ活用事例紹介
---------------------------------------------------------- */
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* アプリ活用事例紹介
---------------------------------------------------------- */
.container_casestudy .bxslider_casestudy {
    margin-top: 30px;
}
.bxslider_casestudy li .frame_wht {
    padding: 20px;
    margin: 15px;
}
}



/* ダウンロードはこちらから
---------------------------------------------------------- */
.container_download {
	width: 100%;
	min-width: 1024px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#97ccea+0,f2a8ca+100 */
    background: #97ccea; /* Old browsers */
    background: -moz-linear-gradient(left,  #97ccea 0%, #f2a8ca 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #97ccea 0%,#f2a8ca 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #97ccea 0%,#f2a8ca 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#97ccea', endColorstr='#f2a8ca',GradientType=1 ); /* IE6-9 */
    margin-top: 180px;
    padding-bottom: 50px;
}
.block_download {
	width: 940px;
	margin: 0 auto;
}
.block_download .flt_left img {
    margin-top: -80px;
}
.block_download .flt_right {
   /* width: 60%; */
    text-align: center;
    padding-top: 50px;
}
.block_download .flt_right p {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
}
.block_download .flt_right h2 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: bold;
    color: #333;
    position: relative;
    display: inline-block;
    padding: 0 45px;
}
.block_download .flt_right h2:before, .block_download .flt_right h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 3px;
  background-color: #333;
}
.block_download .flt_right h2:before {
  left:0;
  -webkit-transform: rotate(50deg);
  transform: rotate(50deg);
}
.block_download .flt_right h2:after {
  right: 0;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}
.block_download .list_download {
	margin-top: 20px;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* ダウンロードはこちらから
---------------------------------------------------------- */
.container_download {
	min-width: 0;
}
.block_download {
	width: 94%;
	margin: 0 auto;
}
.block_download .flt_left {
    width: 30%;
}
.block_download .flt_left img {
    width: 100%;
}
.block_download .flt_right {
   width: 70%;
}
.block_download .flt_right p {
    font-size: 30px;
}
.block_download .flt_right h2 {
    font-size: 4vw;
}
/* ダウンロード */
.block_download .download_gplay {
    width: 52%;
}
.block_download .download_aplay {
    width: 40%;
}
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 768px){
/* ダウンロードはこちらから
---------------------------------------------------------- */
.container_download {
    margin-top: 150px;
    padding-bottom: 30px;
}
.block_download .flt_left img {
    margin-top: -50px;
}
.block_download .flt_right {
    padding-top: 50px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* ダウンロードはこちらから
---------------------------------------------------------- */
.block_download {
	width: 100%;
}
.container_download {
    margin-top: 0px;
    padding-bottom: 50px;
}
.container_download .img_logo {
    width: 30%;
    }
.block_download .flt_left {
    display: none;
}
.block_download .flt_right {
    padding-top: 50px;
    width: 100%;
}
.block_download .flt_right p {
    font-size: 10vw;
    margin-top: 10px;
}
.block_download .flt_right h2 {
    font-size: 5.5vw;
}
}



/* よくある質問
---------------------------------------------------------- */
.container_faq {
	width: 1024px;
	margin: 0 auto;
    padding-bottom: 100px;
}
.container_faq .tit_base {
	margin-top: 100px;
}
.container_faq dl {
	width: 100%;
    text-align: left;
    padding: 10px 0px;
    border-bottom: #cbcbcb 1px solid;
}
.container_faq dl:first-of-type {
	margin-top: 50px;    
}
.container_faq dl dt {
    color: #e65498;
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    background-image: url("../img/ico_q.svg"),url("../img/ico_down.svg");
    background-position: left center, 98% 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 50px 50px, 26px auto;
    padding: 20px 55px 20px 70px;
    cursor: pointer;
}
.container_faq dl dt.on {
    background-image: url("../img/ico_q.svg"),url("../img/ico_up.svg");
}
.container_faq dl dd {
    font-size: 20px;
    line-height: 1.5;
    background-image: url("../img/ico_a.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 50px 50px;
    padding: 0px 55px 20px 70px;
    margin-top: 20px;
    display: none;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* よくある質問
---------------------------------------------------------- */
.container_faq {
	width: 90%;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* よくある質問
---------------------------------------------------------- */
.container_faq {
    padding-bottom: 80px;
}
.container_faq dl:first-of-type {
	margin-top: 30px;    
}
.container_faq dl dt {
    font-size: 18px;
    line-height: 1.5;
    background-image: url("../img/ico_q.svg"),url("../img/ico_down.svg");
    background-position: left center, 98% 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: 35px 35px, 20px auto;
    padding: 10px 30px 10px 50px;
}
.container_faq dl dd {
    font-size: 16px;
    line-height: 1.5;
    background-image: url("../img/ico_a.svg");
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 35px 35px;
    padding: 0px 30px 10px 50px;
    margin-top: 15px;
    display: none;
}

}



/* お問い合わせ
---------------------------------------------------------- */
.container_contact {
	width: 1024px;
	margin: 0 auto;
    padding-bottom: 100px;
}
.container_contact .tit_base {
    margin-top: 100px;
}
.g-recaptcha > div {
  margin: 50px auto 0 auto;
  text-align: center;
}
.contact_awapass {
    margin-top: 100px;
}
.block_kitei {
    width: 80%;
    margin: 60px auto 0 auto;
    background-color: #FFF;
    padding: 20px;
    -webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    border: #CCC 1px solid;
    text-align: left;
    height: 300px;
    overflow-y: scroll;
    font-size: 18px;
}
.tit_kitei {
    font-size: 22px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
}
.list_kitei {
    margin-left: 1.5em;
}
.list_kitei li {
    list-style: disc;
}
.block_kitei ol {
    margin-left: 1.5em;
    margin-top: 20px;
}
.block_kitei ol li {
    list-style: decimal;
}
/*
----------------------------------------------------------- */
@media screen and (max-width : 1024px){
/* お問い合わせ
---------------------------------------------------------- */
.container_contact {
	width: 90%;
    padding-bottom: 100px;
}
}
/*
 smart
----------------------------------------------------------- */
@media screen and (max-width : 640px){
/* お問い合わせ
---------------------------------------------------------- */
.contact_awapass .tit_base {
    margin-top: 30px;
    font-size: 24px;
    }
.block_kitei {
    width: 90%;
    margin: 30px auto 0 auto;
    padding: 10px;
    height: 200px;
    font-size: 16px;
}
.tit_kitei {
    font-size: 18px;
}
}
