@charset "utf-8";

html{overflow:auto;}
body{
  position:relative;
  min-width:950px;
  overflow:hidden;
}
#riGlobalWrap{
  overflow:hidden;
  /* IE Bug Support */
  overflow-x:hidden;
}
/* contents[common] 
--------------------------------------------*/
/* bg */
[bg] {

}


/*
 kanban
=============================================*/
.rc-kanban{margin-bottom: 106px;}
.kanban__leadText{
  margin-top: 28px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.06em;
}

/*
 lineup
=============================================*/
.content-container[data-layout="lineup"]{
  margin-bottom: 102px;
  /* position: relative; */
}
.content-container[data-layout="lineup"] .d-grid-col-6{margin: 0 71px;}
.content-container[data-layout="lineup"] .d-grid-col-6 > *{

}
.content-container[data-layout="lineup"] .d-grid-col-6 > :nth-child(6n){margin-right: 0!important;}
.lineup__title{
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
.lineup__text{
  color: #333!important;
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
  line-height: 1.5;
}
.lineup__link{display: block;}
.lineup__link:hover{opacity:.8;text-decoration: none;}

/*
 index
=============================================*/
.content-container[data-layout="index"]{
  padding: 104px 0 110px;

  background-color: #f1f1f1;
}
.index__title{
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.index__title::after {
  content: "";
  display: block;
  width: 136px;
  height: 6px;
  margin: 48px auto 0;
  background: rgb(112,119,130);
  background: linear-gradient(90deg, rgba(112,119,130,1) 0%, rgba(169,176,186,1) 100%);
  text-align: center;
}
.index__navi{
  display: flex;
  flex-wrap:wrap;
  width: 725px;
  margin: 0 auto;
}
.index__navi > .index__naviList{
  width:calc((100% - 16px) / 3)!important;
  margin-right: 8px;
}
.index__navi > .index__naviList:nth-child(3n){margin-right: 0!important;}
.index__naviButton{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 68px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #fff!important;
  padding-bottom: 10px;
  box-sizing: border-box;
  background-color: #707782;
  border-radius: 8px;
  cursor: pointer;
}
.index__naviButton::after{
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  border-right:solid 1px #fff;
  border-bottom:solid 1px #fff;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}
.index__naviButton:hover{opacity:.8;text-decoration: none;}

/* swiper */
.related__title{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.related__notice{
  color: #666;
  width: 726px;
  margin: 40px auto 0;
  font-size: 14px;
  line-height: 1.3;
}
.swiper-container {
  width: 100%;
  height: auto;
  overflow: visible;
  z-index: 0;
  margin-top: 60px;
}
.swiper-wrapper{
  visibility: visible;
}
.swiper-pagination{
  position: static;
  text-align: center;
  line-height: 1;
  margin-top: 30px;
}
.swiper-pagination-bullet{
  background: #bbbbbb;
  opacity: 1;
  width: 12px;
  height: 12px;
}
.swiper-pagination-bullet + .swiper-pagination-bullet{
  margin-left: 20px;
}
.swiper-pagination-bullet-active{
  background: #4285f4;
}
.swiper-pagination-bullet:hover{
  background: #4285f4;
}
.swiper-button-wrap{
  position: relative;
  width: 276px;
  margin: 0 auto;
}
.swiper-button-next,
.swiper-button-prev{
  width: 11px;
  height: 23px;
  top: inherit;
  bottom: -3px;
  background-image: inherit;
}
.swiper-button-next:hover,
.swiper-button-prev:hover{
  opacity: .8;
}
.swiper-button-prev{
  left: 0;
  right: inherit;
  transform: scaleX(-1);
}
.swiper-button-next{
  left: inherit;
  right: 0;
  transform: scaleX(1);
}
.swiper-slide{
  position: relative;
  width: 492px;
  height: auto;
  box-sizing: border-box;
}
a.swiper_item{
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #b2c8ed;
  border-radius: 10px;
  box-sizing: border-box;
  color: #333;
  background: #f3f8fe;
  overflow: hidden;
}
a.swiper_item:hover{
    text-decoration: none;
  opacity: .8;
}
.swiper_item_text{
  padding: 16px 18px;
  font-size: 16px;
  line-height: 1.4;
}
.swiper_item_text .item_title{
  margin-bottom: 3px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
/*.swiper-slide {
  transform: scale(0.94)!important;
  transition: all 1s;
}
.swiper-slide.swiper-slide-active {
  margin: 0 16px!important;
  transform: scale(1.06)!important;
  z-index: 2;
}*/

/*.rn-floatingNavi
============================================= */
.ecm-floating-navi-container._custom{}

.ecm-floating-navi-container._custom .ecm-floating-navi{
  height: 72px;
  background: #fff;
  width: 960px;
  margin:0 auto;
}
.rn-floatingNavi__menuList{
  width: 100%;
}
.ecm-floating-navi-container._custom .ecm-floating-navi .ecm-floating-navi-item{
  position: relative;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 33.3%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  color: #333;
  font-size: 18px;
}
.ecm-floating-navi-container._custom .ecm-floating-navi-item.ecm-floating-navi-item-anchor[data-in-viewport=true],
.ecm-floating-navi-container._custom .ecm-floating-navi-item.ecm-floating-navi-item-anchor:hover {
  border-bottom: 2px solid #707782;
}

/*
 section
=============================================*/
.main_section{
  /* position: relative; */
  padding: 100px 0 110px;
}
.section_wrap > section.main_section:nth-of-type(even){
  background-color: #f1f1f1;
}

/*h2*/
.main_ttl{
  position: relative;
  margin-bottom: 80px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
}
.main_ttl::after{
  content: "";
  display: block;
  width: 136px;
  height: 6px;
  margin: 46px auto 0;
  background: rgb(112,119,130);
  background: linear-gradient(90deg, rgba(112,119,130,1) 0%, rgba(169,176,186,1) 100%);
  text-align: center;
}

/* google_assistant */
.google_assistant__image{
  position: relative;
  width: 724px;
  height: 519px;
  margin: 0 auto 56px;
}
.google_assistant__imageText{
  position: absolute;
  display: inline-block;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.316;
  color: #fff;
  top: 264px;
  left: 64px;
}
.google_assistant__lead{
  width: 724px;
  font-size: 16px;
  margin: 0 auto 100px;
}

/* main_content */
.main_content{
  padding: 80px 72px;
  background-color: #fff;
  border-radius: 15px;
}
.main_content + .main_content{
  margin-top: 40px;
}
.main_content_inner .content_inner{
  display: flex;
  justify-content: space-between;
}
.main_content_inner .content_inner p{
  width: 380px;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  line-break: strict;
}
a.content_imgLink{
  display: block;
  width: 408px;
  line-height: 1;
  border: 1px solid #bbbbbb;
  box-sizing: border-box;
}
a.content_imgLink:hover{
  opacity: .8;
}
.main_content_inner + .main_content_inner{
  margin-top: 80px;
}
.main_content .content_btn{
  width: 352px;
  margin: 30px auto 0;
}
.main_content .content_btn a{
  position: relative;
  border: 1px solid #4285f4;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.35;
  color: #4285f4;
  background-color: #fff;
  text-align: center;
  box-sizing: border-box;
}
.main_content .content_btn a:hover{
  opacity: .75;
}
.main_content .content_btn a::before{
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 7px;
  height: 7px;
  border-right: 1px solid #4285f4;
  border-top: 1px solid #4285f4;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_col3 .content_btn + .content_btn{
  margin-top: 15px;
}
/*h3*/
.content_ttl{
  margin: 0 0 32px;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #333;
}

/*
 search
=============================================*/
.search03{
  width: 770px;
  margin: 0 auto;
}
.search03 .ecm-search{
  border: 1px solid #707782;
  border-radius: 4px;
  overflow: hidden;
  font-size: 16px;
  height: 60px;
}
.search03 .ecm-search-input-container .ecm-search-input {
    padding-left: 16px;
    font-size: 16px;
    background-color: #ffffff;
}

.search03 .ecm-search-submit{
  width: 70px;
  font-size: 28px;
  background: #707782;
}
.search03 .ecm-search-submit .ecm-icon-search{
    font-size: 28px;

}
/* keyword01 */
.keyword01{
  width: 770px;
  margin: 20px auto 88px;
}
.keyword01 .keyword_list_wrap{
    display:flex;
    justify-content: center;
    gap:16px;
}

.keyword01 .con-searchKeyword__link{
    display:flex;

    background: #fff!important;
    border:none!important;
    border-radius: 26px;
    box-shadow: 0 2px 8px rgba(49,45,43,.15);
    padding: 13px 36px;
    font-size: 16px;
    color:#333333;
}
.con-searchKeyword__item a.con-searchKeyword__link:hover{
  opacity: .75;
  text-decoration: none;
}
.con-searchKeyword__item:hover a.con-searchKeyword__link::before{
  content: none;
  display: none;
}

/* con-navigationLink */
.d-grid-col-4[data-layout="scene"] > *{

}
.d-grid-col-4[data-layout="scene"] .con-navigationLink {
  border-bottom: none;
}
.d-grid-col-4[data-layout="scene"] > :nth-child(4n){margin-right: 0!important;}
.d-grid-col-4[data-layout="scene"] .con-navigationLink .con-navigationLink__link{
    display: flex;
  justify-content: center;
  align-items: center;
  height: 51px;
  box-sizing: border-box;
  border: 1px solid #707782;
  border-radius: 26px;
  position: relative;
  padding: 8px 16px;
}
.d-grid-col-4[data-layout="scene"] .con-navigationLink .con-navigationLink__link .con-navigationLink__text{
    display: inline-block;
    width: 100%;
    font-size: 15px!important;
    font-weight: bold;
    text-align: center;
    color: #707782!important;
}
.d-grid-col-4[data-layout="scene"] .con-navigationLink .con-navigationLink__link:hover{opacity:.8;}

.d-grid-col-4[data-layout="scene"] .con-navigationLink .con-navigationLink__text:hover{text-decoration: none!important;}
.scene__notice{
  padding: 72px 0 0;
  font-size: 14px;
  text-align: center;
  color: #666;
}
.scene__notice > span{
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}


/*
 alcor
============================================= */
.article__inner{
  background-color: #fff;
  padding: 76px 0 40px;
  border-radius: 8px;
}
.article__inner[data-layout="assistant"]{padding: 0;}

.article__inner .featured_items_width{
  width: 890px;
  margin: 0 auto;
}


/* add floating bnr */

#floating_btm_bnr{
    width: 700px;
    background-color: rgba(0,0,0,0.2);
    padding: 16px;
    margin:0 auto;
}
#floating_btm_bnr .close_btn{
    position: absolute;
    left:-12px;
    top:-12px;
    font-size: 18px;
    width: 32px;
    height: 32px;
    border-radius: 32px;
    color: #ffffff;
    background-color: #bbbbbb;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}



.bnr_parts{
    width: 540px;
    margin: 0 auto;
}

.coupon_text {
    color: #333;
    margin: 0px auto 50px;
    font-size: 14px;
    line-height: 1.3;
}
