@charset "utf-8";

/*
 common
======================================================= */
html{
  overflow: auto;
}
body{
  position: relative;
  overflow-x: hidden;
  min-width: 960px;
}
.main_contents{
  color: #333;
}
.win960{
  width: 960px;
  transform: translateX(-50%);
  margin-left: 50%;
}

.ecm-reward-header{
  width: 960px;
  margin: 0 auto 8px;
}

/*
kanban
======================================================= */
.kanban_top{
  width: 417px;
  margin: 0 auto;
  padding: 16px 0 20px;
}
.kanban_bottom{
  width: 402px;
  margin: 0 auto;
  padding: 24px 0 38px;
}
.h1_text{
  position: absolute;
  top: 60px;  
  width: 339px;
  margin: auto;
  bottom: 0;
  right: 0;
  left: 0;
}
/*
 loopSwiper
============================================= */
.loopSwiper{
  overflow: hidden;
  box-sizing: border-box;
}
.loopSwiper[data-layout="kanban"]{
  padding: 0 0 27px;
  margin: 0 auto;
  /* max-width:1744px; */
  background: #41c1cf;
  padding: 12px 0;
}
.loopSwiper .loopSwiper_box{
  overflow: hidden;
  pointer-events: none;
  width: 960px;
  margin: 0 auto;
  position: relative;
  -webkit-mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
	mask-image: linear-gradient(to right, transparent, black 1.5em, black calc(100% - 1.5em), transparent);
}
.loopSwiper .swiper-container01 {
  position: relative;
  display: flex;
  width: 100%;
}
.loopSwiper ul {
  display: flex;
  flex-shrink: 0;
}
.loopSwiper[data-layout="kanban"] ul {
  padding: 0;
  /*ロゴの枚数で下記の数値（8）を変更*/
  width: calc(160px * 8);
}
.loopSwiper[data-layout="kanban"] ul:first-child{
  animation: loopslide1 60s -30s linear infinite;
}
.loopSwiper[data-layout="kanban"] ul:last-child{
  animation: loopslide2 60s linear infinite;
}
.loopSwiper ul li img {
  display: block;
  width: 100%;
  height: auto;
}
@keyframes loopslide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loopslide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
/* loopSlide _slideimg */
.loopSwiper .loopSwiper_box ul li {
  display: inline-block;
  list-style: none;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.loopSwiper[data-layout="kanban"] .loopSwiper_box ul li{
  width: 150px;
  margin-right: 10px;
}
.loopSwiper .loopSwiper_box ul li img {
  image-rendering: -webkit-optimize-contrast;
}
/*
main_section
======================================================= */
.main_section{
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}
.main_section:nth-of-type(odd)::before{
  content: "";
  background-color: #e2fcff;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 500%;
  margin: 0 -500%;
  z-index: -1;
}
.ad_area .ecm-ad{
  background-color: #fff;
  padding: 32px 16px;
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,.3);
}
/*
entry
======================================================= */
.entry .rcEntryButton-button:hover{
  opacity: .8;
}
/* periodWrap01 */
.periodWrap01{
  display: block;
  color: #333;
  padding-top: 36px;
  padding-bottom: 77px;
}
.periodWrap01 .periodTxt{
  text-align: center;
  font-size: 18px;
  letter-spacing: -0.1px;
}
.periodWrap01 .periodTxt ._blod{
  display: inline-block;
  padding-bottom: 7px;
}
.periodWrap01 .periodTxt:first-of-type{
  margin-bottom: 4px;
}
.periodWrap01 .periodTxt:last-of-type{
  margin-bottom: 14px;
}
.periodWrap01 .campaignLink{
  position: relative;
  width: calc((100% - 8px)/2);
  margin-right: 8px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.periodWrap01 .campaignLink a{
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #333;
  position: relative;
  text-decoration: none;
}
.periodWrap01 .campaignLink::before{
  content: "";
  width: 1px;
  height: 100%;
  background-color: #c6c6c6;
  position: absolute;
  right: 0;
}
.periodWrap01 .campaignLink:last-of-type::before{
  content: none;
}
.periodWrap01 .campaignLink{
  margin-right: 0;
}
.periodWrap01 .campaignLink span{
  position: relative;
  padding-right: 13px;
}
.periodWrap01 .campaignLink span:hover{
  text-decoration: underline;
}
.periodWrap01 .campaignLink span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 6px;
  right: -12px;
  width: 8px;
  height: 8px;
  margin: auto;
  border-right: 1px solid #404040;
  border-top: 1px solid #404040;
  transform: rotate(135deg);
}
/*矢印アイコンの向き＞調整*/
/* .periodWrap01 .campaignLink:first-of-type span::before{
  transform: rotate(45deg);
} */
.periodWrap01 .couponNote_Info{
  font-size: 12px;
  padding-bottom: 20px;
  color: #666;
  text-align: center;
  margin: 0 16px;
  padding-bottom: 25px;
}
.periodWrap01 .couponNote_Info li{
  padding-left: 1em;
  text-indent: -1em;
  line-height: 1.6;
}
.periodWrap01 .campaignLinkList{
  padding: 0;
  display: flex;
  justify-content: center;
  width: 390px;
  margin: 0 auto;
}
/*
ttl
======================================================= */
/* title01 */
.title01{
  margin-bottom: 26px;
}
.title01 .ttl_area{
  width: 664px;
  transform: translateX(-50%);
  margin-left: 50%;
  text-align: center;
}
/* title02 */
.title02 .ttl_area{
  width: 342px;
  transform: translateX(-50%);
  margin-left: 50%;
  text-align: center;
  margin-bottom: 40px;
}
/* title03 */
.title03{
  font-size: 30px;
  text-align: center;
  line-height: 1.1;
  margin-bottom: 40px;
}
.title03 ._small{
  font-size: 20px;
}
/* title04 */
.title04{
  font-size: 36px;
  text-align: center;
  margin-bottom: 20px;
}
/*
coupon
======================================================= */
.golffes__coupon{
  padding-bottom: 79px;
}
.conpon_box{
  gap: 20px;
}
.coupon_box_ttl{
  font-size: 28px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 21px;
}
.tab_inner{
  border: 2px solid #149dac;
  padding-bottom: 27px;
  border-radius: 10px;
}
.tab_img01{
  width: 117px;
  display: block;
}
.text_box01{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 23px 36px 34px 54px;
  gap: 24px;
  margin-bottom: 20px;
}
.text_box01::before{
  content: "";
  width: 55px;
  height: 17px;
  background: url(https://r.r10s.jp/evt/event/golf/fes/_pc/img/20250528/tab_dec01.png);
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.text_box01 ._text{
  font-size: 16px;
  flex: 1
}
.tab_img02{
  width: 420px;
  margin: 0 auto;
}
.tab_inner .periodWrap01{
  padding-bottom: 0;
  padding-top: 22px;
}
a.anc_text01{
  font-size: 12px;
  color: #333;
  display: block;
  text-align: center;
  width: 100%;
  margin-top: 22px;
}
.anc_text01 span{
  font-size: 14px;
  color: #333;
  position: relative;
  padding-right: 30px;
}
.anc_text01 span::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 7px;
  right: 3px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #404040;
  border-top: 1px solid #404040;
  transform: rotate(135deg);
}

.note_text{
  font-size: 12px;
  text-align: center;
  padding-left: 1em;
  text-indent: -1em;
  margin: 41px 0 40px;
}
.note_text._02{
  margin-top: -20px;
  margin-bottom: 22px;
}
.golffes__coupon .note_text{
  margin: 30px 16px 0;
}
/*
btn
======================================================= */
/* button01 */
.button01{
  margin: 20px auto 0;
}
.button01 .buttonLink{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 72px;
  margin: 0 auto;
  border-radius: 36px;
  background: #149dac;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  font-weight: bold;
}
.button01 .buttonLink:hover{
  text-decoration: none;
  opacity: .8;
}
.button01 a.buttonLink::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 5px;
  right: 28px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: rotate(135deg);
}

/*
recommend
======================================================= */
/*
keyword
======================================================= */
.category_item a:hover{
  text-decoration: none;
  opacity: .8;
}
/* search01 */
.search01{
  width: 780px;
  margin: 0 auto 32px;
}
.search01 .search_box{
  border-radius: 0;
  border: 2px solid #149dac;
  height: 54px;
}
.search01 .search_box_submit{
  width: 52px;
  background-color: #149dac;
  padding: 0;
}
.search01 .search_input{
  padding-left: 8px;
  font-size: 14px;
}
.search01 .search_box_ic{
  font-size: 23px;
}
/* tab02 */
.keyword .tab02{
  width: 780px;
  margin: 0 auto;
}
.tab02 .tab_menuList{
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 40px;
}
.ranking .tab02 .tab_menuList{
  margin-bottom: 18px;
}
.tab02 .tab_menuItem{
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 54px;
  align-items: center;
  margin: 0;
  background-color: #fff;
  border: 2px solid #149dac;
  border-radius: 0;
  box-sizing: border-box;
  color: #149dac;
  font-size: 18px;
  line-height: 1;
}
.tab02 .tab_menuItem[aria-selected=true],
.tab02 .tab_menuItem:hover{
  background-color: #149dac;
  color: #fff;
  font-weight: bold;
}
.tab02 .tab_menuItem[aria-selected=true]::after{
  position: absolute;
  left: calc(50% - 10px);
  bottom: -15px;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-color: #149dac transparent transparent;
  border-style: solid;
  border-width: 14px 10px 0;
}
.ranking .tab02 .tab_menuItem{
  font-size: 18px;
}
/* keyword_box */
.keyword_box .category_box{
  gap: 15px 12px;
}
.keyword_box .category_wrap{
  text-align: center;
}
.keyword_box .category_ttl{
  margin: 32px 0 24px;
  font-size: 18px;
  font-weight: bold;
  color: #6b552a;
  text-align: center;
}
.keyword_box .category_wrap > ul.rl-column3 > li > a{
  display: block;
  color: #333;
}
.keyword_box .category_img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  box-sizing: border-box;
  /* padding: 0 5px; */
  margin: 0 auto;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}
.keyword_box .category_txt{
  margin: 10px 0 0;
  font-size: 16px;
  color: #4c4c4c;
  text-align: center;
  line-height: 1.2;
}
/*
ranking
======================================================= */
.alcor_area .ecm-slider-slide{
  background-color: #fff;
  padding: 8px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}
.alcor_area .ecm-slider{
  padding: 10px;
  margin: -10px;
}
/*
golfclub
======================================================= */
/*
 model_toggle
============================================*/
.accordion_btn{
  /*cursor: pointer;*/
  position: relative;
}
.model_flex_col{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: -24px;
}
.model_flex_col > *{
  width: calc((100% - 16px)/2);
  margin-bottom: 24px;
}
.model_toggle{
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.15);
}
.model_logo{
  padding: 8px 20px 0;
}
.model_logo_text{
  padding: 24px;
  font-weight: bold;
  font-size: 22px;
}
.model_list{
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px 20px;
}
.model_list li{
  width: 100%;
  padding: 0 0 12px;
}
.model_list li + li{
  padding-top: 16px;
  border-top: 1px solid #e6e6e6;
}
.model_list li a{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px 0 8px;
  line-height: 1.5;
  box-sizing: border-box;
}
.model_list li a::before{
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  transform: rotate(45deg);
}
.model_list li a ._img{
  width: 50px;
}
.model_list li a ._txt{
  width: calc(100% - 58px);
  font-size: 16px;
  color: #333;
}
.model_list li a:hover{
  opacity: .8;
}
.model_list li a:hover ._txt{
  text-decoration: underline;
}
/*
target_item
======================================================= */
/* other_list01 */
.other_list01{
  gap: 8px;
}
.sub_section + .sub_section{
  margin-top: 80px;
}
.other_list01 li{
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}
.other_list01 li a:hover{
  opacity: .8;
}
/*
gora
======================================================= */
.text01{
  font-size: 16px;
  width: 525px;
  margin: 36px auto 38px;
}
.text01._02{
  width: 750px;
}
.gora_img{
  width: 521px;
  margin: 0 auto;
  padding-top: 16px;
}
.gora_img a:hover{
  opacity: .8;
}
.gora .button01 a.buttonLink::before{
  transform: rotate(45deg);
}
/*
rule
======================================================= */
.rule{
  padding-bottom: 30px;
}
/*
other
======================================================= */
/* other_list02 */
.other_list02 .other_list_box{
  gap: 12px;
  margin: 0 16px;
}
.other_list02 a{
  display: block;
}
.other_list02 a:hover{
  opacity: .8;
}
.other_list02 a img {
  width: 100%;
}

/*
floating_area
======================================================= */
.floating_area .ecm-floating-navi{
  height: 64px;
}
.floating_area .ecm-floating-navi-item{
  position: relative;
  width: 137px;
  padding: 0 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #222222;
}
.floating_area .ecm-floating-navi-item::before{
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  background-color: #222;
  right: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floating_area .ecm-floating-navi-item:first-of-type::after{
  content: "";
  position: absolute;
  width: 1px;
  height: 34px;
  background-color: #222;
  left: -1px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]{
  background-color: #222222;
  border: none;
  color: #fff;
  font-weight: bold;
}
.floating_area .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true]::before{
  content: none;
}
