@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: 20px;
}

#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;
    margin: 40px auto;
}



/*202412*/

#page_index {
	background-color: #fff;
}
#page_index .page_link {
	max-width: 980px;
    margin-inline: auto;
	padding: 10px 0 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;
}
#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 .img_wrap {
	background-color: transparent;
	padding: 0;
}

#sec_content .boxes .box .txt_wrap {
	padding: 24px 30px 30px; 
	min-height: 400px;
	position: relative;
}
#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;
}
#sec_content .boxes .box .txt_wrap .download a {
	position: absolute;
	bottom: 30px;
	left: 50%;
	transform: translate(-50%,0);
	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: 30px;
	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: 80px 0 80px;
}
#sec_content #plactice {
	padding: 80px 0 60px;
}
#sec_content #plactice .boxes  {
	padding: 0 0 80px;
}


/*202412_closedcontents*/


/*202501*/
#sec_content .action .inner{
    max-width: 1000px;
}
.pc{
	display: block;
}
.sp {
	display: none;
}
.mv_action{
    padding: 50px 0 60px;
    text-align: center;
}
.action{
    padding: 60px 0 70px;
    background: #006ea8;
}
.mv_action p.cp_title{
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    margin: 0 auto 20px;
}
.mv_action p.cp_title span{
    color: #e47501;
}
.mv_action .cp_bnr{
    margin: 0 auto;
    /*max-width: 800px*/
}

.campaign-dt-btn{
	margin-bottom: 1em;
}
.campaign-dt-btn a{
	position: relative;
	display: block;
	max-width: 600px;
	margin: 1em auto 0;
	text-align: center;
	padding: 14px 0;
	font-size: 20px;
	background: #fff;
	font-weight: bold;
	color: #231815;
	text-decoration: none;
}
.campaign-dt-btn a::before{
	position: absolute;
	content: "";
	display: block;
	width: 12px;
	height: 14px;
	right: 15px;
	background: url(/g/general2/img/cv_arrow.svg) right center no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translate(0,-50%);
}
.action .cv01{
    margin: 0 0 30px;
}
.action .cv02 a {
	margin: 0 auto;
	padding: 20px 0;
	font-size: 30px;
    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;
}
.action .cv02 a span {
	position: relative;
}
.action .cv02 a span::before {
	position: absolute;
	content: "";
	display: block;
	background: url("/g/general2/img/free.svg") left center no-repeat;
	background-size: 100%;
	width: 85px;
	height: 85px;
	left: -120px;
	top: 50%;
	transform: translate(0,-50%);
}
.action .cv02 a::after {
	display: none;
}
.action .cv02 a span::after {
	position: absolute;
	content: "";
	display: block;
	width: 18px;
	height: 20px;
	right: -80px;
	background: url(/g/general2/img/cv_arrow.svg) right center no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translate(0,-50%);
}
.action .atten{
	font-size: 10px;
	letter-spacing: 0.1em;
	margin-bottom: 30px;
    display: table;
    margin-inline: auto;
	color: #fff;
}
.cp_intro{
    margin: 0 0 60px;
}
.cp_intro li{
    margin: 0 0 10px;
    color: #fff;
}
.cp_intro li span{
    color: #ffff66;
    font-weight: bold;
}
.action .cp_bnr{
    max-width: 1000px;
    margin-bottom: 30px;
}
a:link,a:hover,a:visited {
	color: #212121;
	text-decoration: none;
}
.g-go-to-top {
    display: grid;
    place-content: center;
    position: fixed !important;
	color: #3c66b0;
    z-index: 10;
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
    background: #f2f5f8;
    transition: .3s all;
    transition-property: transform;
	transform: translateY(calc(100% + 20px));
}
.g-go-to-top:hover {
	opacity: .8;
}
.arrow {
  position: relative;
  display: inline-block;
  padding: 10px;
}
.arrow::before {
	content: '';
	width: 11px;
	height: 11px;
	border-top: solid 2px #4a75ae;
	border-right: solid 2px #4a75ae;
	position: absolute;
	left: 4px;
	top: 7px;
	transform: rotate(-45deg);
}
/*202501 cp_bnr kouzabtn topbtn*/





@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;
    }
    .mv_action{
        padding: 40px 15px 50px;
    }
    .action{
        padding: 40px 15px 60px;
    }
    .disclaimer{
        padding: 15px;
    }
} 


#page_index {
	padding-bottom: 0;
}

.g-header-buttons a {
	display: grid;
    place-content: center;
    height: 38px;
    padding: 0 35px;
    font-size: 17px;
    font-family: "Open Sans W6", "A+tanp-ヒラギノ角ゴ ProN W6", "NoChattering", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    line-height: 1.2;
    /*! border-radius: 3px; */
    color: #000;
    /*! border: 1px solid #ffcc00; */
    background: #ffea00;
    transition: .25s ease 0s;
    transition-property: box-shadow, opacity, height;
	text-decoration: none;
    box-shadow: 0px 5px 0px 0px #c3b300;
}
#sec_content .boxes {
	align-items:stretch;
}
#sec_content #plactice .boxes {
	padding: 0 0 30px;
}
#sec_content .boxes .box .txt_wrap {
	min-height: inherit;
}
.cv {
	background-color: #264d95;
}
.cv .inner {
	max-width: 1100px;
	margin-inline: auto;
	margin-top: 80px;
	padding: 80px 0;
	text-align: center;
}
.cv .inner a.button {
	color: #000;
    border-color: #ffcc00;
    background: #ffcc00;
    font-size: 24px;
    justify-content: center;
    position: relative;
    padding: 21px;
    width: 680px;
    font-family: "Open Sans W6", "A+tanp-ヒラギノ角ゴ ProN W6", "NoChattering", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: .25s ease 0s;
    transition-property: color, background, box-shadow, opacity;
	text-decoration: none;
	display: inline-flex;
    align-items: baseline;
    gap: 8px;
}
.cv .inner a.button::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
	transform: rotate(45deg);
	right: 30px;
	top: 33px;
	background-image: none;
}
#footerWrap #attention {
	margin: 0 auto 10px;
}



