@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

:root {
    --inner-width: 1100px;
    --color-gray: #888888;
}

html {
    scroll-behavior: smooth;
}

sup {
    font-size: 10px;
}

a {
    transition: .3s all;
}

a:link,
a:visited {
    color: #3c66b0;
}

a.btn {
    color: #231815;
    background: #ffea00;
    display: block;
    font-weight: bold;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    width: 100%;
    box-shadow: 0px 5px 0px 0px #c3b300;
    position: relative;
}

a.btn::after {
    position: absolute;
    content: "";
    display: block;
    background: url("https://www.gaitame.com/g/general2/img/cv_arrow.svg") right center no-repeat;
    background-size: 100%;
    width: 8px;
    height: 9px;
    right: 5%;
    top: 50%;
    transform: translate(0, -50%);
}

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

.sp_hide {
    display: none;
}

/*-----------------------------------------------
レイアウト
-----------------------------------------------*/
body {
    font-size: 14px;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

header .inner {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
}

header .inner .logo {
    width: 160px;
    display: flex;
    align-items: center;
}

header .inner .account_btn_wrap {
    font-size: 11px;
    width: 50%;
    margin-left: 10px;
}

header .inner .account_btn_wrap .btn {
    padding: 4px 5px;
    /* padding-right: 20px; */
    line-height: 120%;

}

header .inner .account_btn_wrap .btn:after {
    right: 5px;
}


#footerWrap {
    width: 100%;
    background: #f1f9fd;
    line-height: 1.8;
    letter-spacing: .05rem;
}

#footerWrap #attention h3 {
    margin: 0 0 30px;
}

#footerWrap #attention h3 span {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 47px;
}

#footerWrap #attention h3 span::before {
    position: absolute;
    content: "";
    display: block;
    background: url("../img/atten_ico.png") left center no-repeat;
    background-size: 100%;
    width: 94px;
    height: 85px;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

#footerWrap #attention {
    margin: 10px auto;
    background: url(https://www.gaitame.com/g/img/beginner/attention.gif) no-repeat 10px 20px;
    background-size: 100px auto;
    padding: 55px 10px 10px 10px;
    width: 100%;
    max-width: 980px;
    font-size: 12px !important;
    box-sizing: border-box;
}

#footerWrap #attention dt {
    font-weight: bold !important;
    margin-bottom: 5px;
    font-size: 12px;
}

#footerWrap #attention dd {
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 12px;
}

#footerWrap #attention a.textlink1 {
    font-size: 10px;
}

#footerWrap #attention2 {
    width: 100%;
    max-width: 980px;
    margin: 10px auto;
    padding-top: 0;
    box-sizing: border-box;
    padding-bottom: 10px;
}

#footerWrap #attention2 a {
    font-size: 16px;

    transition: .3s all;
    font-weight: bold;
    color: #116FBB;
    margin: 0 0 5px;
}

#footerWrap #attention2 a:hover {
    border-bottom: none;
}

#footerWrap #footer {
    width: 100%;
    min-width: inherit;
    background: none;
    padding: 10px 0;
    text-align: center;
    background-color: #ffffff;
}

#footerWrap #attention {
    background: url(https://www.gaitame.com/g/general2/img/atten_icon2.png) no-repeat left 15px;
    padding: 100px 10px 10px 10px;
}

#footerWrap img {
    zoom: 1;
}

#footerWrap #attention>dl {
    display: none;
}

#page_index {
    background-color: #f7f7f7;
    padding-bottom: 50px;
}


/*-----------------------------------------------
ビジュアル
-----------------------------------------------*/
#visual {
    background-image: url(https://www.gaitame.com/members_incentive/img/visual/bg.png);
    background-image: image-set(url(https://www.gaitame.com/members_incentive/img/visual/bg.png) 1x, url(https://www.gaitame.com/members_incentive/img/visual/bg@2x.png) 2x);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 100px;
    display: flex;
    justify-content: center;
}

#visual h1 {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 17px;
    text-shadow: 0px 3px 0px rgba(0, 0, 0, 0.09);
    text-align: center;
    background-image: url(https://www.gaitame.com/members_incentive/img/visual/download.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-block: 10px;

}

#visual h1 em {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

/*-----------------------------------------------
lead
-----------------------------------------------*/
#page_index>.lead {
    padding: 25px 20px;
    text-align: center;
    font-size: 14px;
}

#page_index>.lead .attention {
    margin-top: 20px;
    font-size: 12px;
    color: var(--color-gray);
    text-align: left;
}

/*-----------------------------------------------
DLコンテンツリスト
-----------------------------------------------*/
#sec_content>.inner {
    max-width: 980px;
    margin-inline: auto;
    padding: 0 20px;
}

#sec_content .boxes {
    margin-bottom: 50px;
}

#sec_content .boxes .box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    padding: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

#sec_content .boxes .box .img {
    order: 3;
    max-width: 270px;
    margin-inline: auto;
    margin-bottom: 10px;
}

#sec_content .boxes .box .img .img_wrap {
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 10px;
}

#sec_content .boxes .box .img .img_wrap img {
    display: block;
}

#sec_content .boxes .box .title {
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    order: 1;
}

#sec_content .boxes .box time {
    color: var(--color-gray);
    font-size: 12px;
    text-align: center;
    margin-bottom: 10px;
    order: 2;
}

#sec_content .boxes .box .text {
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
    order: 4;
}

#sec_content .boxes .box .download {
    order: 5;
}

#sec_content .boxes .box .download .btn_action:link,
#sec_content .boxes .box .download .btn_action:visited {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ffcc00;
    padding: 10px 20px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    max-width: 430px;
    min-height: 50px;
    margin-inline: auto;
}

#sec_content .boxes .box .download .btn_action:after {
    content: "";
    width: 8px;
    aspect-ratio: 11/18;
    background-image: url(/members_incentive/img/content/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
}

.disclaimer {
    color: var(--color-gray);
    font-size: 14px;
}



/*202412*/

#page_index {
	background-color: #fff;
}
#page_index .page_link {
    margin-inline: auto;
	padding: 0 20px 80px;
}
#page_index .page_link ul {
	display: flex;
	justify-content: center;
	gap: 14px;
}
#page_index .page_link ul li {
	/* width: 246px; */
	text-align: center;
    flex: 1;
}
#page_index .page_link ul li a {
	display: block;
	color: #fff;
	background-color: #093e65;
	font-size: 4.6vw;
	padding: 3vw 0 6vw;
	position: relative;
	text-decoration: none;
	border-radius: 8px;
}
#page_index .page_link ul li a::after {
	position: absolute;
	content: "";
	display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-225deg);
    /* right: 4.6vw;
	top: 20px; */
    left: calc(50% - 3px);
    bottom: 10px;
	background-image: none;
	
}
#page_index>.lead .attention {
	color: #222222;
}

#sec_content #limited {
	background-color: #daecf7;
	padding: 60px 0 80px;
}
#sec_content #limited .boxes {
	justify-content: center;
}
#sec_content .main_tit {
	text-align: center;
	margin: 0 0 40px;
}
#sec_content .main_tit span {
	position: relative;
	font-size: 7.4vw;
	font-weight: 600;
	padding: 0 0 20px;
	display: inline-block;
	line-height: 1;
}
#sec_content .main_tit span small {
	font-size: 3.9vw;
	font-weight: normal;
}
#sec_content .main_tit span::after {
	position: absolute;
	display: block;
	content: "";
	background-color: #2ca5e4;
	width: 133px;
	height: 4px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,0);
}
#sec_content .inner {
	max-width: 1100px;
    margin-inline: auto;
}
#sec_content .boxes {
	margin: 0;
}
#sec_content .boxes .box {
	width: 90vw;
	display: block;
	padding: 0;
	margin: 0 auto 4.6vw;
}
#sec_content .boxes .box .img {
	background-color: #e9f4f9;
	padding: 6.9vw 10vw 6.9vw;
	border-radius: 10px 10px 0 0;
	max-width: inherit;
	text-align: center;
	position: relative;
}

#sec_content .boxes .box .img.movie::after {
	position: absolute;
	content: "動画";
	display: block;
	color: #fff;
	background-color: #6475dd;
	border-radius: 0 10px 0 10px;
	width: 15.5vw;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 5px 0 0;
	letter-spacing: 2px;
}
#sec_content .boxes .box .img.pdf::after {
	position: absolute;
	content: "PDF";
	display: block;
	color: #fff;
	background-color: #5ac48c;
	border-radius: 0 10px 0 10px;
	width: 15.5vw;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 5px 0 0;
}
#sec_content .boxes .box .img.app::after {
	position: absolute;
	content: "アプリ";
	display: block;
	color: #fff;
	background-color: #e87eef;
	border-radius: 0 10px 0 10px;
	width: 15.5vw;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 5px 0 0;
	letter-spacing: 2px;
}
#sec_content .boxes .box .img.pdf img {
	width: 22.3vw;
	margin: 0 auto;
}
#sec_content .boxes .box .img.movie img,
#sec_content .boxes .box .img.pdf_W img {
	width: 55.8vw;
	margin: 0 auto;
}
#sec_content .boxes .box .img .img_wrap {
	background-color: transparent;
	padding: 0;
}

#sec_content .boxes .box .txt_wrap {
	padding: 24px 30px 30px;
	position: relative;
}
#sec_content .boxes .box .txt_wrap .title {
	color: #093e65;
	margin: 0 0 20px;
	font-size: 5.5vw;
}
#sec_content .boxes .box .txt_wrap .text {
	font-size: 3.9vw;
	line-height: 1.4;
}
#sec_content .boxes .box .txt_wrap .download .download-pw{
    text-align: center;
    margin-bottom: 6px;
    font-size: 15px;
}
#sec_content .boxes .box .txt_wrap .download a {
	display: block;
	width: 80%;
}
#sec_content .boxes .box .txt_wrap .download a::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  right: 80px;
	background-image: none;
}

#sec_content .boxes .box .download .btn_action:link, #sec_content .boxes .box .download .btn_action:visited {
	background-color: #2ca5e4;
	border-radius: 50px;
	color: #fff;
}
#sec_content #basic {
	padding: 70px 0 0;
}
#sec_content #plactice {
	padding: 60px 0 0;
}
#sec_content #plactice .boxes  {
	padding: 0 0 80px;
}

#sec_content .disclaimer {
	width: 90vw;
	margin: 0 auto;
}

.download .app_dl_btn{
    background: #e0ecf2;
    padding: 30px 14px;
    margin-bottom: 30px;
    text-align: center;
}
.download .app_dl_btn img{
    max-width: 158px;
    width: 100%;
    display: block;
    margin-inline: auto;
}
#sec_content .boxes .box .txt_wrap .download a{
    display: block;
    width: 100%;
}
.download .app_dl_btn a::after{
    display: none;
}
.download .app_dl_btn .app_dl_btn_inr > div + div{
    margin-top: 30px;
}
.download .app_dl_btn .app_dl_btn_inr div.qr_code{
    display: none;
}