@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;
    scroll-padding-top: 60px;
}

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%);
}

a:hover {
    opacity: 0.8;
}

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

.pc_hide {
    display: none;
}


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

#container {
    padding-top: 60px;
    color: #404040;
}

header {
    position: fixed;
    width: 100%;
    height: 60px;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 90;
}

header .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: var(--inner-width);
    padding: 10px 15px 10px;
    margin-left: auto;
    margin-right: auto;
}

.logo {
    display: block;
    width: 50%;
    max-width: 200px;
}

header .account_btn_wrap {
    border-radius: 20px;
    font-size: 10px;
    height: 34px;
    width: 40%;
    max-width: 260px;
}

header .account_btn_wrap a.btn {
    font-size: 10px;
    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;
    padding: 5px 10px;
    margin-top: -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: 14px;
}

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

#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 #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: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 200px;
    display: flex;

    justify-content: center;
}

#visual h1 {
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-weight: bold;
    font-size: 31px;
    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: 20px;

}

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

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

#page_index>.lead .attention {
    margin-top: 20px;
    color: var(--color-gray);
    text-align: left;
    margin-inline: auto;
    display: inline-block;


}

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

#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: grid;
    grid-template-columns: 260px 1fr;
    grid-template-areas:
        "img title"
        "img time"
        "img text"
        "img download";
    padding: 20px;
    column-gap: 20px;
    margin-bottom: 20px;
}

#sec_content .boxes .box .img {
    grid-area: img;

}

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

#sec_content .boxes .box .img .img_wrap img {
    display: block;
    margin-inline: auto;

}

#sec_content .boxes .box .title {
    grid-area: title;
    font-size: 20px;
    font-weight: bold;
}

#sec_content .boxes .box time {
    grid-area: time;
    color: var(--color-gray);
    font-size: 14px;
    margin-bottom: 10px;
}

#sec_content .boxes .box .text {
    grid-area: text;
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-bottom: 34px;
}

#sec_content .boxes .box .download {
    grid-area: download;
}

#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: 20px 40px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-weight: bold;
    max-width: 430px;
}

#sec_content .boxes .box .download .btn_action:after {
    content: "";
    width: 11px;
    aspect-ratio: 11/18;
    background-image: url(https://www.gaitame.com/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 {
	max-width: 980px;
    margin-inline: auto;
	padding: 0 10px 80px;
}
#page_index .page_link ul {
	display: flex;
	justify-content: center;
	gap: 30px;
}
#page_index .page_link ul li {
	width: 246px;
	text-align: center;
}
#page_index .page_link ul li a {
	display: block;
	color: #fff;
	background-color: #093e65;
	font-size: 18px;
	padding: 16px 0;
	position: relative;
	text-decoration: none;
	border-radius: 8px;
}
#page_index .page_link ul li a::after {
	position: absolute;
	content: "";
	display: block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(-225deg);
    right: 30px;
	top: 20px;
	background-image: none;
	
}
#page_index>.lead .attention {
	text-align: center;
	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: 32px;
	font-weight: 600;
	padding: 0 0 20px;
	display: inline-block;
	line-height: 1;
}
#sec_content .main_tit span small {
	font-size: 16px;
	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 {
	display: flex;
	flex-wrap: wrap;
	/* justify-content: flex-start;
	align-items: flex-start; */
	gap: 40px;
	margin: 0;
}
#sec_content .boxes .box {
	width: 340px;
	/* display: block; */
	padding: 0;
    display: flex;
    flex-direction: column;
}
#sec_content .boxes .box .img {
	background-color: #e9f4f9;
	padding: 37px 50px 32px;
	border-radius: 10px 10px 0 0;
	min-height: 204px;
	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: 63px;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 1px 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: 63px;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 1px 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: 63px;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 1px 0;
}
#sec_content .boxes .box .img .img_wrap {
	background-color: transparent;
	padding: 0;
}

#sec_content .boxes .box .txt_wrap {
	padding: 24px 30px 30px; 
	/* min-height: 430px; */
	position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
}
#sec_content .boxes .box .txt_wrap .title {
	color: #093e65;
	margin: 0 0 20px;
}
#sec_content .boxes .box .txt_wrap .text {
	font-size: 15px;
	line-height: 1.4;
    flex-grow: 1;
}
#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{
	/* position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%,0);
	display: block;
	width: 80%; */
    align-content: end;
}
#sec_content .boxes .box .txt_wrap .download a {
	display: block;
}
#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: 57px;
	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;
}

.download .app_dl_btn{
    background: #e0ecf2;
    padding: 10px;
    margin-bottom: 30px;
}
.download .app_dl_btn .app_dl_btn_inr{
    display: grid;
    grid-template-columns: 1fr 106px;
    align-items: center;
    gap: 20px 17px;
}
.download .app_dl_btn a::after{
    display: none;
}


@media screen and (max-width:1100px) and (min-width:641px) {
	#sec_content .boxes {
        width: 94vw;
		gap: 4vw;
		margin: 0 auto;
	}
	#sec_content .boxes .box {
        width: 45vw;
    }
} 
