@charset "utf-8";
/* CSS Document */
.fs-c-heading--page, .mainVisual_arc{
    margin-bottom: 0;
    padding: 0;
}
.inner_contents_wrap_02{
    background-image: url("https://edinter.itembox.design/item/campaign/2024/cristmas/bg_02.jpg");
    background-size: cover;
}
.inner_contents_wrap_03{
    background-image: url("https://edinter.itembox.design/item/campaign/2024/cristmas/bg_01.jpg");
    background-size: cover;
}
.point, .ranking{
    color: #fff;
}
.campiagn, .about_gcc, .point, .ranking{
    width: 960px;
    margin: 0 auto;
    text-align: center;
    padding: 50px auto;
}
article{
    width: 100%;
    padding: 50px;
}
.title_01, .title_02{
    width: 100%!important;
}
.title_03{
    margin: 20px auto;
}
/*h3{
    font-size: 20px;
    font-weight: bold;
    color: #84122A;
    padding-top: 20px;
}*/
h4 {
    font-size: 16px;
    margin-bottom: 20px;
}
p{
    font-size: 18px;
}
.highlite{
    color: #84122A;
    font-weight: bold;
}
.underline{
    background: linear-gradient(transparent 70% , yellow 70%);
}
/*.list_box{
    width: 560px;
    height: 305px;
    margin: 10px auto;
    background-image: url("https://edinter.itembox.design/item/campaign/2024/cristmas/bg_03.png");
    background-size: 560px;
}
.about_list{
    display: flex;
    text-align: left;
    margin: 20px;
}
.about_list img{
    margin-right: 20px;
    object-fit: contain;
}*/
.rapping, .nameplate{
    margin-bottom: 30px;
}
.rapping img, .nameplate img{
    margin-top: -30px;
    margin-bottom: 20px;
}
a.button{
	width: 240px;
	margin: 20px auto 80px;
	padding: 1rem 4rem;
	font-weight: bold;
    display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 2px solid #84122A;
	background: #84122A;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.button:hover{
    color: #84122A;
	background: #fff;
}
a.button:nth-of-type(2){
    margin-bottom: 20px;
}
.tabs {
  width: 960px;
  margin: auto;
  flex-wrap: wrap;
  display: flex;
}
 
.tab_class {
    width: calc(100%/5);
    height: 50px;
    margin: 0 auto;
    background-color: #84122A;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    text-align: center;
    display: block;
    float: left;
    order: -1;
    border: solid 1px #fff;
    border-radius: 30px;
}
 
input[name="tab_name"] {
  display: none;
}
 
input:checked + .tab_class {
  background-color: #fff;
  color: #005349;
    border: solid 1px #fff;
}
 
.content_class {
  display: none;
  width: 100%;
  padding: 30px 10px;
}
 
input:checked + .tab_class + .content_class {
  display: block;
}
.ranking_item{
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
}
.ranking_list{
    display: flex;
  flex-direction: column;
}
a.button_02{
	width: 240px;
	margin: auto auto 0;
	padding: 1rem 4rem;
	font-weight: bold;
    display: block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	border: 2px solid #005349;
	background: #005349;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
a.button_02:hover{
    color: #005349;
	background: #fff;
}
.custom-shape-divider-top-1730170503 {
    position: relative;
    top: 30px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1730170503 svg {
    position: relative;
    display: block;
    width: calc(138% + 1.3px);
    height: 38px;
}

.custom-shape-divider-top-1730170503 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-top-1730180107 {
    position: relative;
    top: 52px;
    left: 0;
    width: 100%;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1730180107 svg {
    position: absolute;
    display: block;
    width: calc(149% + 1.3px);
    height: 73px;
}

.custom-shape-divider-top-1730180107 .shape-fill {
    fill: #84122A;
}
.custom-shape-divider-bottom-1730180264 {
    position: relative;
    bottom: 60px;
    left: 0;
    width: 100%;
    line-height: 0;
}

.custom-shape-divider-bottom-1730180264 svg {
    position: absolute;
    display: block;
    width: calc(149% + 1.3px);
    height: 73px;
}

.custom-shape-divider-bottom-1730180264 .shape-fill {
    fill: #84122A;
}
section{
    margin-bottom: 0;
}
@media only screen and (max-width:768px) {
    .inner_contents_wrap_02{
    background-image: url("https://edinter.itembox.design/item/campaign/2024/cristmas/bg_02.jpg");
    background-size: contain;
    background-repeat: repeat;
}
    .campiagn, .about_gcc, .point, .ranking{
    width: 100%!important;
    margin: 0 auto;
    text-align: center;
    padding: 30px auto;
}
    p{
    font-size: 14px;
}
    .tabs {
  width: 100%;
}
    .tab_class {
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
}
    a.button_02{
	width: 160px;
    padding: 1rem 1.2rem;
	border: 1px solid #005349;
	background: #005349;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
    article{
    padding: 20px;
}
    p{
    margin-bottom: 5px;
    }
    .ranking_item{
    display: block;
    margin-bottom: 20px;
}
    .ranking_list{
        margin-bottom: 30px;
    }
    .custom-shape-divider-top-1730170503 {
    position: relative;
    top: 5px;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1730170503 svg {
    position: relative;
    display: block;
    width: calc(138% + 1.3px);
    height: 10px;
}

.custom-shape-divider-top-1730170503 .shape-fill {
    fill: #FFFFFF;
}
.custom-shape-divider-top-1730180107 {
    position: relative;
    top: 16px;
    left: 0;
    width: 100%;
    line-height: 0;
    transform: rotate(180deg);
}

.custom-shape-divider-top-1730180107 svg {
    position: absolute;
    display: block;
    width: calc(149% + 1.3px);
    height: 18px;
}

.custom-shape-divider-top-1730180107 .shape-fill {
    fill: #84122A;
}
.custom-shape-divider-bottom-1730180264 {
    position: relative;
    bottom: 16px;
    left: 0;
    width: 100%;
    line-height: 0;
}

.custom-shape-divider-bottom-1730180264 svg {
    position: absolute;
    display: block;
    width: calc(149% + 1.3px);
    height: 20px;
}

.custom-shape-divider-bottom-1730180264 .shape-fill {
    fill: #84122A;
}
}