@charset "utf-8";
/* CSS Document */

/*--------------------------------------
  　共通
--------------------------------------*/
html {
  overflow-x: hidden;
}
#wrapper {
  position: relative;
  overflow: hidden;
}
#str_container {
  width: auto;
  padding-top: 0;
  margin-top: 0;
padding-bottom: 56px;}
#container{
  overflow-x: hidden;
	font-family: YakuHanJP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", sans-serif;
	color:#1a1a1a;
  line-height: 1.5;
}
footer{
	font-family: YakuHanJP, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", YuGothic, "游ゴシック", sans-serif;
	color:#1a1a1a;
}
body.is-windows #container{
	font-family: YakuHanJP, 'メイリオ', 'Meiryo' ;
}
body.is-windows footer{
	font-family:YakuHanJP, 'メイリオ', 'Meiryo' ;
}
body.is-ios #container,
body.is-ipad #container{
	font-family: YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
}
body.is-ios footer,
body.is-ipad footer{
	font-family:YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
}
body.is-android #container,
body.is-macos #container{
	font-family: YakuHanJP, 'Noto Sans JP';
}
body.is-android footer,
body.is-macos footer{
	font-family:YakuHanJP, 'Noto Sans JP' ;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix{
	min-height:1%;
	display:block;
}
.pt0 {
padding-top: 0 !important;
}
.pt24 {
padding-top: 24px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb16 {
  margin-bottom: 16px !important;
}
.is-sp{
	display: none;
}
.is-pc{
	display: block;
}
@media screen and (max-width: 767.9px) {
  .is-sp{
    display: block;
  }
  .is-pc{
    display: none;
  }
}
a {
    color: #1a1a1a;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

a:hover {
    color: #0071BE;
    text-decoration: underline
}



/*--------------------------------------
  　ヘッダー
--------------------------------------*/

header {
	margin: 0 auto;
    width: 100%;
}
	
header h1 {
	background: #22bdff;
	padding-top: 23px;
	margin: 0 auto;
    text-align: center;
	max-width: 967px;
}
header h1 a img {
	margin-bottom: 14px;
}
header .mv {
	max-width: 967px;
	margin: 0 auto;	
}
header .mv img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 768px) {
	header {
		margin-bottom: 10px;
	}
	header h1 {
		background-color:#fff;
		padding: 12px 20px 0;
		display: flex;
		justify-content: space-between;
		width: 100%;
		box-sizing: border-box;
        max-width: unset;
		margin: 0;
		background-image: url("https://i.gimg.jp/resource/special/2022/07_pointcampaign/bg_header_sp.jpg");
		background-size:cover;
		background-repeat: no-repeat;
		background-position: bottom;
		height: 52px;
	}
    header h1 img{
		max-height: 21px;
		width: auto;
		min-width: 60px;
	}
	header h1 a img {
		margin-bottom: 0;
	}
/*	header .wave::after {
		content: "";
		display: block;
        background-image: url("../images/bg_wave_1_sp.svg");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		height: 20px;
		width: 100%;
		margin: 0;
        padding: 0;
	} */
	header .mv {
		padding: 0 20px;
		width: 100%;
        box-sizing: border-box;
	}
}

@media screen and (max-width: 376px) {
    header h1 img {
		max-height: 20px;
		width: auto;
	}
	header .wave::after {
		height: 18px;
	}
}

body.is-ipad #rs-header img {
  height: auto;
}

/*--------------------------------------
  　.main
--------------------------------------*/

.main {
    background-image: url(https://i.gimg.jp/resource/special/2022/07_pointcampaign/bg_cloud_pc.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    text-align: center;
    height: 1420px;
}
.btn_box {
  max-width: 967px;
  box-sizing: border-box;
  margin: 0 auto;
}

/*
.main::after {
		content: "";
		display: block;
        background-image: url("../images/bg_wave_1_pc.svg");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		height: 20px;
        transform: translateY(-0.5px);
        filter: opacity(84%);
}
*/
@media screen and (max-width: 768px) {
	.main {
		background-image: url(https://i.gimg.jp/resource/special/2022/07_pointcampaign/bg_cloud_sp.jpg);
		height: unset;
		background-position: bottom;
        background-size: cover;
	}
/*	.main:after {
		content: "";
		display: block;
        background-image: url("../images/bg_wave_2_sp.svg");
		background-position: bottom;
		background-repeat: no-repeat;
		background-size: cover;
		height: 30px;
	} */
  .btn_box {
    width: 100%;
  }
}
@media screen and (max-width: 460px) {
	.main {

	}
}
.entry__btn {
	width: 100%;
    max-width: 496px;
	margin: 0 auto 60px;
}
.entry__btn .btn {
	width: 100%;
    padding: 4px 0 18px 0;
    line-height: 1.2;
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    background-color: #ff1244;
    border: 1px solid #ff1244;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 17%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 17%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.entry__btn .btn:hover {
	background-color: #e66978;
	border-color: #e66978;
}
.entry__btn .btn span {
	font-size: 18px;
	font-weight: 400;
}

.entry__btn.is-applied .btn {
    background: #767676;
    border-color: #767676;
    padding: 32px 0;
	cursor: default;
}

@media (max-width: 768px) {
  .entry__btn {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 35px;
  }
  .entry__btn .btn {
	font-size: 28px;
    padding: 0px 0 12px 0;
  }
  .entry__btn .btn span {
	font-size: 15px;
  }
}

.entry__btn.is-applied .btn {
    padding: 23px 0;
}

.terms {
	text-align: center;
	display: block;
	margin: 0 auto;
	position: relative;
	width:100%;
	max-width: 960px;
	box-sizing: border-box;
}
.terms h2 {}
.terms h2 img {
	width: 164px;
	height: auto;
}
.terms img.icon-plus {
	position: absolute;
	top: 135px;
	left: calc(50% - 36px);
	width: 72px;
	height: auto;
}
@media (max-width: 768px) {
	.terms img.icon-plus.is-pc {
		display: none;
	}

}
.terms img.icon-arrow {
	width: 194px;
	height: auto;
	position: relative;
    bottom: 56px;
}
.terms ul.termList {
	display: flex;
	top: -105px;
    position: relative;
	justify-content: space-between;
}
.terms ul.termList li{
	display: inline-block;
	width: 48%;
	max-width: 455px;
}
.terms ul.termList li.icon-plus {
    display: none;
}
.terms ul.termList li:first-of-type {

}

.terms ul.termList li img.icon {
	position: relative;
	top: 32px;
}
.terms ul.termList li dl{
	background: #0695dc;
	border-radius: 11px;
	padding: 10px;
}
.terms ul.termList li dl dt{
	font-size: 40px;
	font-weight: 600;
	color: #FFF;
	position: relative;
	margin-top: 40px;
}
.terms ul.termList li dl dt .baloon{
	max-width: 310px;
    height: auto;
}
.terms ul.termList li dl dt div {
    line-height: 0.8;
    margin-bottom: 20px;
}

.terms ul.termList li dl dt div span{
	font-weight: 600;
    font-size: 30px;
}

.terms ul.termList li dl dt div p {
	font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
	margin-top: 20px;
}

.terms ul.termList li dl dt div p b {
	font-weight: 600;
	font-size: 24px;
    line-height: 1;
}
.terms ul.termList li dl dd{
	background: #fff;
    border-radius: 11px;
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.terms ul.termList li dl dd img {
	width: 100%;
	height: auto;
	margin-bottom: 23px;
}
.terms ul.termList li dl dd p.note {
    color: #0695dc;
    font-weight: 600;
    font-size: 23px;
	display: flex;
	margin: 0 auto 20px;
    justify-content: center;
	align-items: flex-end;
	white-space: nowrap;
}

.terms ul.termList li dl dd p.note:before,
.terms ul.termList li dl dd p.note:after{
	content: "";
    border-top: 3px solid #0695dc;
    width: 18px;
    height: 20px;
    display: block;
}
.terms ul.termList li dl dd p.note:before {
	transform: rotate(70deg);
	transform-origin: 0% 0%;
}
.terms ul.termList li dl dd p.note:after {
	transform: rotate(-70deg);
	transform-origin: 100% 0%;
}

.terms ul.termList li dl dd ul.category {
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.terms ul.termList li dl dd ul.category a li {
	max-width: 116px;
    width: 100%;
}
.terms ul.termList li dl dd ul.category a li img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
	transition: .3s ease;
	border-radius: 4px;
}
.terms ul.termList li dl dd ul.category a li span{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	transition: color .3s ease;
	display: inline-block;
    white-space: nowrap;
}
.terms ul.termList li dl dd ul.category a li img:hover{
	opacity: 0.6;
}
.terms ul.termList li dl dd ul.category a li span:hover {
	color: #0071BE;
    text-decoration: underline;
}
.terms ul.termList li dl dd a.btn {
	display: block;
    width: 100%;
    border: 1px solid #0071BE;
    color: #0071BE;
    border-radius: 4px;
    box-shadow: 0 3px 6px rgb(0 0 0 / 17%);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-size: 20px;
    font-weight: 600;
    padding: 17px 0 17px;
    position: relative;
	text-decoration: none;
}
.terms ul li dl dd a.btn:hover {
	opacity: 0.6;
}
@media (max-width: 768px) {
	.terms {
		width:100%;
		padding: 0 16px;
	}
	.terms ul.termList {
      display: block;
      top: -30px;
      position: relative;
    }
    .terms ul.termList li{
        display: block;
        width: 100%;
        margin: 0 auto;
    }
	.terms ul.termList li.icon-plus {
		display: block;
		text-align:center;
	}

	.terms ul.termList li img.icon {
		display: inline-block;
        position: relative;
        top: 48px;
        height: 68px;
        width: auto;
    }
	.terms img.icon-plus.is-sp {
		display: inline-block;
        position: relative;
        top: 0px;
        left: 0;
        width: 50px;
        height: auto;
        margin-top: 17px;
        margin-bottom: -50px;
    }
	.terms img.icon-arrow {
        width: 166px;
        height: auto;
        position: relative;
		margin-top: 5px;
        margin-bottom: 38px;
		bottom: 0;
    }

	.terms ul.termList li dl dt {
		font-size: 30px;
	}
	.terms ul.termList li dl dt div {
      line-height: 0.8;
      margin-bottom: 20px;
    }
    .terms ul.termList li dl dt div span{
        font-weight: 600;
        font-size: 22px;
    }

    .terms ul.termList li dl dt div p {
        font-weight: 400;
        font-size: 15px;
        line-height: 1.8;
		margin-top: 10px;
    }

    .terms ul.termList li dl dt div p b {
        font-weight: 600;
        font-size: 20px;
		line-height: 1;
    }
	.terms ul li dl dt .baloon {
        width: 236px;
        height: auto;
    }
	.terms ul.termList li dl dd {
		padding: 16px;
	}
	.terms ul.termList li dl dd img {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }
	.terms ul.termList li dl dd p.note {
		margin-bottom: 10px;
		font-size: 18px;
    }
	.terms ul.termList li dl dt div {
        line-height: 1;
        margin-bottom: 20px;
    }
	.terms ul.termList li dl dd a {
		font-size: 18px;
	}
	.terms ul.termList li dl dd ul.category {
		margin-bottom: 44px;
	}
	.terms ul.termList li dl dd ul.category a li {
		width: 90px;
		height: 90px;
	}
	.terms ul.termList li dl dd ul.category a li img {
		width: 100%;
		height: auto;
		margin-bottom: 0;
	}	
}

/*--------------------------------------
  　.section
--------------------------------------*/
.section {
  position: relative;
  padding: 56px 0 0 0;
}
.section.first{
  padding: 24px 0 0 0;
}
@media (max-width: 767.9px) {
  .section {
    padding: 56px 0 0 0;
  }
}

.section__wrap {
  max-width: 992px;
  margin: 0 auto;
  padding: 0 16px;
  box-sizing: border-box;
}

.section__title {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
}



@media (max-width: 767.9px) {
  .section__title {
    margin-bottom: 20px;
  }
}

/*--------------------------------------
  　必ず全員に2,000GDOポイント
--------------------------------------*/
.sunburst {
	background: #fff;
}

.all_entrant {
	background-image:url("https://i.gimg.jp/resource/special/2022/07_pointcampaign/bg_sunburst_pc.jpg");
	background-repeat: no-repeat;
	background-position: center;
	height: 822px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
	transform: translateY(-1px);
	padding-bottom: 16px;
    box-sizing: border-box;
}
.all_entrant .is-pc {
	text-align: center;
	padding-top: 80px;
}
.all_entrant .is-pc img {
	max-width: 571px;
	height: auto;
}
.all_entrant p {
	text-align:center;
	font-size: 22px;
	margin-bottom: 30px;
}
.all_entrant p span {
	font-size: 20px;
}
.sunburst .btn_box {
}

.sunburst .btn_box .entry__btn {
	margin-bottom: 80px;
}
@media (max-width: 768px) {
    .sunburst .btn_box .entry__btn {
      margin-bottom: 50px;
    }
    .all_entrant {
      background: #fff;
      background-image:url("https://i.gimg.jp/resource/special/2022/07_pointcampaign/bg_sunburst_sp.jpg");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      height: 100%;
	}
    .all_entrant p {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 20px;
      margin-top: 0;
	}
    .all_entrant p span {}
}

/*--------------------------------------
  　今週の一押しキャンペーン
--------------------------------------*/
.more_campaign {

}
.more_campaign .campaign_inner {
	display: block;
    margin: 0 auto;
	box-sizing: border-box;
    background-image: url(https://i.gimg.jp/resource/special/2022/07_pointcampaign/bg_campaign_pc.jpg);
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
	height: 797px;
	transform: translateY(-1px);
	padding-top: 80px;
	padding-bottom: 80px;
}
.more_campaign img {
	margin: 0 auto 30px;
}
.more_campaign ul {
	display: flex;
	margin: 0 auto;
	max-width: 965px;
}
.more_campaign ul li {
	display: block;
	width: 475px;
	height: 460px;
	border-radius: 4px;
	background: #d2f3ff;
	box-sizing: border-box;
	padding: 28px;
}
.more_campaign ul li:first-child {
	margin-right: 10px;
	
}
.more_campaign ul li dl {}
.more_campaign ul li dl dt{
    margin-bottom: 20px;
}
.more_campaign ul li dl dt a {
    transition: opacity .3s ease;
}
.more_campaign ul li dl dt a:hover {
	opacity: 0.6;
}
.more_campaign ul li dl dt img {
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
.more_campaign ul li dl dd {
	position: relative;
}
.more_campaign ul li dl dd p {
	font-size: 20px;
	text-align: left;
	height: 138px;
}
.more_campaign ul li dl dd a {
	position:relative;
	bottom: 0;
} 
.more_campaign ul li dl dd a img {
	width: 100%;
    height: auto;
	margin-bottom: 0;
}

.more_campaign ul li dl dd a img:hover {
	opacity: 0.6;
}

@media (max-width: 768px) {
	.more_campaign .campaign_inner {
        background-image: url(https://i.gimg.jp/resource/special/2022/07_pointcampaign/bg_campaign_sp.jpg);
        padding: 45px 16px 50px;
        box-sizing: border-box;
		height: auto;
        background-size: cover;
	}
    .more_campaign img {
		margin-bottom: 20px;
    }
	.more_campaign .ttl {
		width: 100%;
        box-sizing: border-box;
		padding: 0 20px 0;
	}
    .more_campaign ul {
		display: block;
        width: 100%;
        box-sizing: border-box;
    }
    .more_campaign ul li {
        width: 100%;
        padding: 20px;
        height: 100%;
    }
    .more_campaign ul li:first-child {
		margin-right: 0;
        margin-bottom: 5px;
    }
    .more_campaign ul li dl {}
    .more_campaign ul li dl dt{
		margin-bottom: 16px;
    }
    .more_campaign ul li dl dt img {
    }
    .more_campaign ul li dl dd {
    }
    .more_campaign ul li dl dd p {
        font-size: 18px;
        margin-top: 0;
        height: unset;
		margin-bottom: 16px;
    }
    .more_campaign ul li dl dd a {
    } 
    .more_campaign ul li dl dd a img {
    }
    .more_campaign ul li dl dd a img:hover {
    }
}

/*--------------------------------------
  　キャンペーン概要
--------------------------------------*/
.summary {
  position: relative;
}

.summary__lists {
  border: 1px solid #DEDEDF;
  border-radius: 4px;
}

@media (max-width: 767.9px) {
  .summary__lists {
    border: none;
    border-radius: inherit;
  }
}

.summary__lists > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.summary__lists > li:not(:first-child) {
  border-top: 1px solid #DEDEDF;
}

@media (max-width: 767.9px) {
  .summary__lists > li {
    display: block;
    padding-bottom: 24px;
  }
  .summary__lists > li:not(:first-child) {
    padding-top: 24px;
  }
  .summary__lists > li:last-child {
    padding-bottom: 0;
  }
}

@media (max-width: 767.9px) {
  .summary__lists-noLine > li {
    padding-top: 0 !important;
    border: none !important;
  }
}

.summary__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 210px;
  padding: 10px 16px;
  font-weight: bold;
  font-size: 16px;
  background-color: #F4F4F4;
}

@media (max-width: 767.9px) {
  .summary__label {
    display: block;
    width: 100%;
    padding: 0 0 10px 0;
    background-color: transparent;
  }
}

.summary__detail {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 16px;
  font-size: 16px;
}
.summary__detail p.indent {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0;
}

.summary__detail a {
  text-decoration: underline;
}
.summary__detail strong {
  font-weight: bold;
}

.summary__detail ul li {
    list-style: disc;
    list-style-position: outside;
    margin-left: 1em;
  margin-bottom: 0.3em;
}
.summary__detail ul li.is-pc {
    display: list-item;
}
.summary__detail ul li.is-sp {
  display: none;
}
@media (max-width: 767.9px) {
  .summary__detail ul li.is-pc {
    display: none;
  }
  .summary__detail ul li.is-sp{
    display: list-item;
  }
}


@media (max-width: 767.9px) {
  .summary__detail {
    display: block;
    padding: 0;
  }
}




/* ==========================================================================
 トップへ戻るボタン
=========================================================================== */
.pagetop {
    position: fixed;
    right: 50%;
    bottom: 20px;
    margin-right: -540px;
    z-index: 90;
    display: none
}
@media (max-width: 834px) {
  .pagetop {
      margin-right: -370px;
  }
}



.pagetop.js-absolute {
    position: absolute
}

.pagetop__link {
    width: 44px;
    height: 44px;
    background: #0071BE;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, .08);
    display: block;
    position: relative;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

.pagetop__link svg {
    width: 20px;
    height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.pagetop__link:hover {
    opacity: .7
}

#pageTop {
  display: none;
  position: fixed;
  left: 50%;
  bottom: 30px;
  width: 100%;
  max-width: 960px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 99;
}

.pageTop__wrap {
  position: absolute;
  bottom: 0;
  right: -52px;
  width: 44px;
  height: 44px;
}

@media (max-width: 1279.9px) {
  .pageTop__wrap {
    right: 16px;
  }
}

.pageTop__wrap a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: #0071BE;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

@media (min-width: 1280px) {
  .pageTop__wrap a:hover {
    color: #fff;
    background-color: #5eaade;
    border-color: #5eaade;
  }
}

@media (max-width: 767.9px) {
  .pageTop__wrap a {
    opacity: 0.72;
  }
}

.pageTop__wrap a:after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 31%;
  width: 16px;
  height: 16px;
  border-top: 4px solid #fff;
  border-right: 4px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  box-sizing: border-box;
}





/* ==========================================================================
 フッター
=========================================================================== */

.inner {
  max-width: 992px;
  padding: 0 16px;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer-service {
    background: #f4f4f4;
    padding: 60px 0 44px;
    position: relative
}

.footer-service__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-service__title {
    width: 105px;
    font-size: 1.1rem;
    line-height: 1;
    font-weight: bold
}

.footer-service__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer-service__nav-item {
    border-right: solid 1px #ccc;
    font-size: .85rem;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: 16px
}

.footer-service__nav-item--no-border {
    border-right: none
}

.footer-service__nav-item:last-child {
    border-right: none
}

.footer-service__nav-link {
    padding: 0 16px
}

.footer-main {
    background: #0071BE;
    color: #fff;
    padding: 56px 0 60px
}

.footer-main a {
    color: #fff !important
}

.footer-main__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer-main__logo-sns {
    width: 200px;
    min-height: 90px;
    position: relative
}

.footer-main__sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0
}

.footer-main__sns-item {
    line-height: 1;
    margin-left: 16px;
    width: 32px;
    text-align: center;
}

.footer-main__sns-item a:hover {
    opacity: 0.7;
    transition: 0.3s;
}

.footer-main__sns-item:first-child {
    margin-left: 0
}

.footer-main__nav {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer-main__nav-section {
    margin-left: 48px
}

.footer-main__nav-section:first-child {
    margin-left: 0
}

.footer-main__nav-title {
    font-size: .95rem;
    line-height: 1.1rem;
    font-weight: bold
}

.footer-main__nav-list {
    font-size: .72rem;
    line-height: 1rem;
    margin-top: 16px
}

.footer-main__nav-item {
    margin-top: 8px
}

.footer-main__nav-item:first-child {
    margin-top: 0
}

.footer-bottom {
    padding: 24px 0
}

.footer-bottom__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom__copyright {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: .75rem;
    line-height: 1.1;
    letter-spacing: 0;
    display: block
}






@media (max-width: 767.9px) {
.section__m {
  margin-bottom: 36px;
  font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
body.is-ios .section__m {
	font-family:YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
}
body.is-android .section__m{
	font-family: YakuHanJP, 'Noto Sans JP';
}
.heading__02 {
  font-size: 20px;
  /*font-size: 2rem;*/
  line-height: 1.2;
  margin-bottom: 23px;
  padding: 0 4%;
}

.lnav__02 {
  display: flex;
  flex-wrap: wrap;
  width: 92%;
  margin: 0 4%;
  border: 1px solid #ccc;
  border-bottom: none;
}

.lnav__02::after {
  content: "";
  display: table;
  clear: both;
}

.lnav__02 .lnav-list__01 {
  float: left;
  width: 50%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.lnav__02 .lnav-list__01:nth-child(2n) {
  border-right: none;
}

.lnav__02 .lnav-list__01 .lnav-anchor__01 {
  /*font-size: 1.4rem;*/
  padding: 0;
  border: none;
  height: auto;
  min-height: 4em;
}

.section__default {
  margin-bottom: 0;
}
.link-list-sns-wrap__01 {
  width: 92%;
  margin: 0 4%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.link-list-sns__01 {
  width: 25%;
  border-right: 1px solid #ccc;
}

.link-list-sns__01:last-child {
  border-right: none;
}

.sns-anchor-line__01 {
  display: block;
  text-align: center;
}

.sns-icon-line__01 {
  width: 24px;
}

.lnav__01 {
  display: block;
  width: 100%;
  border-top: 1px solid #ccc;
}

.lnav__01::after {
  content: "";
  display: table;
  clear: both;
}

.lnav-list__01 {
  float: left;
  width: 33.3%;
}

.lnav-list__01:nth-child(3n) .lnav-anchor__01 {
  border-right: none;
}

.lnav-anchor__01 {
  display: table;
  width: 100%;
  padding: 5% 5%;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 14px;
  /*font-size: 1.5rem;*/
  line-height: 1.2;
  font-weight: 700;
  height: 64px;
}

@media screen and (min-width: 768px) {
  .lnav-anchor__01 {
    height: 72px;
  }
}

.lnav-anchor-txt__01 {
  display: table-cell;
  vertical-align: middle;
}


.footer-pclink {
  font-size: 14px;
  /*font-size: 1.4rem;*/
  margin: 0 0 30px;
  padding: 0 4%;
  text-align: center;
  font-family: YakuHanJP, "Hiragino Kaku Gothic Pro", "Yu Gothic", "YuGothic", "Meiryo", sans-serif;
}
body.is-ios .footer-pclink {
	font-family:YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
}
body.is-android .footer-pclink {
	font-family: YakuHanJP, 'Noto Sans JP';
}
.footer-pclink a {
	color: #0071BE;
}



/* footer */
footer.RNW_2018.footer-wrap {
  background-color: #f7f7f7;
  padding-bottom: 10px;
  /*padding-bottom: 0;*/
  padding-right: constant(safe-area-inset-right);
  padding-left: constant(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
  padding-left: env(safe-area-inset-left);
}
body.is-ios footer.RNW_2018.footer-wrap {
	font-family:YakuHanJP, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro" ;
}
body.is-android footer.RNW_2018.footer-wrap {
	font-family: YakuHanJP, 'Noto Sans JP';
}
footer.RNW_2018 .footer-nav {
  padding: 0 4%;
  background-color: #f7f7f7;
  border-top: 2px solid #e4e4e4;
}

footer.RNW_2018 .footer-nav-list {
  border-bottom: 1px solid #e4e4e4;
}

footer.RNW_2018 .footer-nav-anchor {
  display: block;
  padding: 15px 4%;
  font-size: 12px;
  /*font-size: 1.2rem;*/
}

footer.RNW_2018 a.footer-nav-anchor:link,
footer.RNW_2018 a.footer-nav-anchor:visited {
  color: #000;
}

footer.RNW_2018 .footer-logo {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

footer.RNW_2018 .footer-logo img {
  width: 133px;
}

footer.RNW_2018 .footer-copy {
  font-size: 10px;
  /*font-size: 1rem;*/
  background-color: #f7f7f7;
  padding: 20px 4%;
  text-align: center;
  line-height: 1.2;
}


/* footer-lnav */
nav.RNW_2018.footer-lnav {
  width: 100%;
  position: fixed;
  bottom: -100px;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  border-top: 1px solid #f1f1f1;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  padding-bottom: constant(safe-area-inset-bottom);
  padding-bottom: env(safe-area-inset-bottom);
}

nav.RNW_2018.footer-lnav.type2 .footer-lnav-anchor {
  height: 67px;
}

nav.RNW_2018.footer-lnav.type_fixed {
  height: 90px;
}

nav.RNW_2018.footer-lnav.active {
  bottom: 0;
}

nav.RNW_2018 .footer-lnav-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

nav.RNW_2018 .footer-lnav-list {
  display: block;
  width: 25%;
}

nav.RNW_2018 .footer-lnav-list.type-5col {
  width: 20%;
}

nav.RNW_2018 .footer-lnav-txt__01 {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  font-size: 0;
}

nav.RNW_2018 .footer-lnav-txt__01.hide {
  display: none;
}

nav.RNW_2018 .footer-lnav-anchor {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
}