@charset "UTF-8";
/*--------------------------------------------------------
追加用CSS
/*--------------------------------------------------------*/
#slider_accessRanking,
#slider_catch,
#slide_history {
  position: relative; }
  #slider_accessRanking .swiper_button_home,
  #slider_catch .swiper_button_home,
  #slide_history .swiper_button_home {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 24px;
    height: 60px;
    margin: -30px 0 0 0 !important;
    padding: 0 !important;
    cursor: pointer; }
  #slider_accessRanking .home_catch_next,
  #slider_catch .home_catch_next,
  #slide_history .home_catch_next {
    right: 10px !important;
    background: url(../images/home/nav_next_home.png) no-repeat center center; }
  #slider_accessRanking .home_catch_prev,
  #slider_catch .home_catch_prev,
  #slide_history .home_catch_prev {
    left: 10px !important;
    background: url(../images/home/nav_prev_home.png) no-repeat center center; }

#slider_catch {
  display: block !important;
  width: 100%;
  max-width: 100%; }
  #slider_catch .swiper-wrapper {
    width: 100%; }
  #slider_catch .swiper-slide {
    width: 100%; }
  #slider_catch .tile_tn {
    margin-bottom: 0; }
  #slider_catch .home_catch_lead {
    padding: 10px;
    font-size: 10px;
    font-size: 0.6875rem;
    line-height: 20px; }
    #slider_catch .home_catch_lead p {
      margin: 0; }

#slider_recommend li {
  padding: 0; }
#slider_recommend .tn_box {
  position: relative;
  margin-bottom: 0; }
  #slider_recommend .tn_box .tile_tn {
    margin-bottom: 0; }
  #slider_recommend .tn_box .tile_hd {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 5px;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    color: #fff; }
#slider_recommend a p {
  padding: 10px;
  margin: 0;
  text-align: left;
  font-size: 10px; }
#slider_recommend a .cat_topics {
  padding: 0 10px; }

#homeCatch .slide_wrap h2 {
  margin-bottom: 10px; }
#homeCatch .slide_wrap .home_slider li {
  padding: 10px;
  margin-bottom: 10px;
  background: #fff; }
  #homeCatch .slide_wrap .home_slider li .home_news_tn {
    margin: 0 10px 0 0; }
  #homeCatch .slide_wrap .home_slider li p {
    margin: 0; }

#slider_accessRanking {
  box-sizing: border-box;
  width: 100%; }
  #slider_accessRanking li {
    position: relative;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    counter-increment: number 1; }
    #slider_accessRanking li::after {
      content: counter(number) "位";
      position: absolute;
      left: 0px;
      top: 0px;
      width: 40px;
      height: 40px;
      pointer-events: none; }
    #slider_accessRanking li:nth-of-type(n + 4)::after {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 30px;
      height: 30px;
      background: #fff;
      font-weight: bold;
      font-size: 12px;
      border-radius: 50%; }
    #slider_accessRanking li:nth-of-type(1)::after {
      content: "";
      background: url("../images/common/ranking_1.svg") no-repeat center/contain; }
    #slider_accessRanking li:nth-of-type(2)::after {
      content: "";
      background: url("../images/common/ranking_2.svg") no-repeat center/contain; }
    #slider_accessRanking li:nth-of-type(3)::after {
      content: "";
      background: url("../images/common/ranking_3.svg") no-repeat center/contain; }
    #slider_accessRanking li img {
      width: 100%;
      margin: 0 0 10px 0; }
    #slider_accessRanking li p {
      margin: 0;
      font-size: 10px;
      line-height: 12px; }
    #slider_accessRanking li .tn_box {
      margin-bottom: 5px; }

#slider_info li p {
  margin: 0;
  font-size: 11px; }

#slider_favorite li {
  text-align: center;
  padding: 0px;
  box-sizing: border-box; }
  #slider_favorite li img {
    width: 100%;
    margin-bottom: 5px; }
  #slider_favorite li p {
    margin: 0;
    padding: 0 10px 10px;
    font-size: 10px;
    text-align: left; }

#slide_history li p {
  margin: 0;
  font-size: 10px;
  line-height: 12px; }

.home_slider li {
  box-sizing: border-box; }

.pagetop {
  z-index: 10; }

.concierge {
  position: relative;
  display: flex;
  justify-content: flex-end; }
  .concierge .concierge_icon {
    display: none;
    position: absolute;
    left: 0px;
    top: 0;
    width: 60px;
    height: 70px;
    background: url(../images/common/concierge.png) no-repeat center center/cover; }
  .concierge .fukidashi {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding: 10px;
    width: 100%;
    border-radius: 6px;
    background: #fff;
    box-shadow: 3px 3px 0px 0px #ccc; }
    .concierge .fukidashi::before, .concierge .fukidashi::after {
      display: none; }
    .concierge .fukidashi .box {
      margin-bottom: 15px; }
      .concierge .fukidashi .box:last-of-type {
        margin-bottom: 0; }
  .concierge .searchSentence {
    position: relative;
    width: 100%;
    margin: 15px 0;
    font-weight: bold;
    font-size: 18px;
    text-align: right; }
  .concierge .chatAnswer {
    position: relative;
    max-width: calc(100% - 100px);
    width: auto;
    margin: 0 auto 10px 50px;
    padding: 10px;
    border-radius: 4px;
    background: #d5ebbb; }
    .concierge .chatAnswer::before {
      content: "";
      position: absolute;
      left: -50px;
      top: 0;
      width: 40px;
      height: 40px;
      background: url(../images/common/concierge.png) no-repeat center center/cover; }
    .concierge .chatAnswer a {
      text-decoration: underline; }
  .concierge .word {
    width: auto;
    margin: 0 auto 5px;
    font-weight: bold; }

.search_wrap {
  margin-top: 15px; }
  .search_wrap form {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 100%;
    margin-top: 10px; }
    .search_wrap form::after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 40px;
      height: 40px;
      background: url(../images/common/icon_user.svg) no-repeat center center/cover; }
    .search_wrap form #sentence {
      width: 72%; }
  .search_wrap input {
    width: 80%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 5px;
    border-radius: 4px 0 0 4px; }
  .search_wrap .btn {
    padding: 5px 10px;
    box-sizing: border-box;
    background: #ccc;
    color: #333;
    border: none;
    border-radius: 4px; }
  .search_wrap .btn_submit {
    width: 20%;
    border-radius: 0 4px 4px 0; }

#btn_chatWord {
  border-radius: 4px;
  cursor: pointer; }

#chatWrap {
  position: fixed;
  z-index: 10;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 400px;
  height: 600px;
  margin-top: -300px;
  margin-left: -200px;
  box-shadow: 0 0 10px 5px;
  border-radius: 6px;
  background: #fff; }

#chatWindow {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px; }

#chathBox {
  position: relative;
  display: none;
  justify-content: flex-end; }

#chatSentence {
  width: 72%; }

#bgLayer {
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
  width: 120%;
  height: 120%;
  background: rgba(0, 0, 0, 0.7); }

#btn_chatClose {
  position: absolute;
  z-index: 10;
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  background: #b50000;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }
  #btn_chatClose span {
    position: relative;
    top: -2px; }

.btn_Close {
  position: absolute;
  z-index: 10;
  top: -10px;
  right: -10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  text-align: center;
  font-size: 20px;
  border-radius: 30px;
  background: #b50000;
  color: #fff;
  font-weight: bold;
  cursor: pointer; }
  .btn_Close span {
    position: relative;
    top: -2px; }

#questionWrap {
  display: none;
  position: fixed;
  z-index: 5;
  left: 20px;
  bottom: 20px;
  margin-right: 20px;
  margin-bottom: 0;
  padding: 20px;
  background: #fff;
  box-shadow: 0 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 6px; }
  #questionWrap dl:last-of-type {
    border: none;
    margin: 0; }

.questionDetail {
  padding: 15px; }
  .questionDetail dl {
    margin: 0;
    padding: 0;
    border: none; }
  .questionDetail dt {
    cursor: default; }
  .questionDetail dd {
    display: block; }

#questionDetailWrap {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 1000px;
  height: 300px;
  margin-top: -150px;
  margin-left: -500px;
  -webkit-box-shadow: 0 0 10px 5px;
  box-shadow: 0 0 10px 5px;
  border-radius: 6px;
  background: #fff; }

#questionWindow {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px; }

.askBox {
  display: flex;
  width: calc(100% - 15px);
  box-sizing: border-box;
  padding: 0px;
  margin: 15px;
  border: 3px solid #ccc;
  border-radius: 4px;
  background: #fff;
  overflow: hidden; }
  .askBox input {
    width: 80%;
    height: 100%;
    border: none;
    box-sizing: border-box;
    padding: 5px; }
  .askBox button {
    display: block;
    box-sizing: border-box;
    width: 30%;
    height: 100%;
    padding: 5px;
    background: #ccc;
    color: #333;
    border: none; }

.home_news p {
  font-size: 0.8rem; }

.home_news_tn {
  width: 50px;
  margin: 0 10px 10px 0; }

.chart_box {
  position: relative;
  border: 1px solid #ccc;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  text-align: center; }
  .chart_box::after {
    content: "マイページ";
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ccc;
    font-size: 24px;
    font-weight: bold; }
  .chart_box img {
    width: 100%;
    opacity: 0.3; }
  .chart_box a {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%; }

.mypage_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 20px; }
  .mypage_links a {
    position: relative;
    width: 30px;
    text-align: center; }
    .mypage_links a img {
      width: 100%;
      max-height: 30px; }
    .mypage_links a span {
      position: absolute;
      top: 0;
      display: none;
      width: 100%;
      height: 100%;
      text-align: center;
      font-size: 9px; }
    .mypage_links a:hover span {
      display: flex;
      justify-content: center;
      align-items: center; }
  .mypage_links.col_3 a {
    width: 30%;
    margin-bottom: 20px; }

.to_list {
  float: right;
  padding: 0 5px;
  color: #999; }

#AISearchBox {
  position: fixed;
  z-index: 5;
  left: 10px;
  bottom: 0; }
  #AISearchBox .avatar {
    width: 100px;
    cursor: pointer; }
    #AISearchBox .avatar:hover .fukidashi {
      background: #0053b3;
      color: #fff; }
      #AISearchBox .avatar:hover .fukidashi::before {
        background: #0053b3; }
    #AISearchBox .avatar .fukidashi {
      position: relative;
      padding: 5px;
      background: #fff;
      border: 2px solid #ccc;
      border-radius: 10px;
      text-align: center;
      font-weight: bold;
      font-size: 11px;
      line-height: 16px; }
      #AISearchBox .avatar .fukidashi::before, #AISearchBox .avatar .fukidashi::after {
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -10px;
        display: block;
        width: 20px;
        height: 20px;
        transform: rotate(45deg); }
      #AISearchBox .avatar .fukidashi::before {
        z-index: 1;
        bottom: -6px;
        background: #fff; }
      #AISearchBox .avatar .fukidashi::after {
        z-index: -1;
        bottom: -10px;
        background: #ccc; }
      #AISearchBox .avatar .fukidashi span {
        position: relative;
        z-index: 2; }
    #AISearchBox .avatar .icon {
      width: 90%;
      margin: auto; }
      #AISearchBox .avatar .icon img {
        width: 100%; }

#AIChatBox {
  position: fixed;
  z-index: 5;
  left: 10px;
  bottom: 0;
  display: none;
  width: 300px;
  height: 500px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  #AIChatBox iframe {
    width: 100%;
    height: 100%; }
  #AIChatBox .questionDetail {
    height: 120px;
    margin-bottom: 0px; }
    #AIChatBox .questionDetail a:hover {
      opacity: 0.6; }

#btnCloseChat {
  position: absolute;
  top: -5px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: bold;
  background: #b50000;
  border-radius: 50%; }
  #btnCloseChat:hover {
    background: #ff7000; }

df-messenger {
  --df-messenger-button-titlebar-color: #ffa000;
  /* タイトルバーとアイコンの背景色 */
  --df-messenger-button-titlebar-font-color: #fff;
  /* フォントカラー */ }

#btnOpenChat {
  cursor: pointer; }

#freeWordSearchBox {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 20px;
  left: 20px;
  width: 400px;
  -webkit-box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  background: #fff;
  padding: 20px; }
  #freeWordSearchBox > section {
    padding: 0;
    margin-bottom: 20px; }
    #freeWordSearchBox > section:last-of-type {
      margin-bottom: 0; }
  #freeWordSearchBox .searchBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: url(../images/common/concierge.svg) no-repeat center left 10px/40px auto;
    padding: 20px 0px 20px 60px; }
  #freeWordSearchBox #btn_close {
    position: absolute;
    z-index: 10;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    border: none;
    background: #b50000 url(../images/common/icon_close.svg) no-repeat center center/10px 10px;
    border-radius: 50px; }
  #freeWordSearchBox input {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px 0 0 4px; }
  #freeWordSearchBox #btn_submit {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 20%;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ccc;
    color: #333;
    border: none;
    border-radius: 0 4px 4px 0; }
  #freeWordSearchBox .questionDetail .faq dt {
    padding: 15px 0 15px 50px;
    border-bottom: 1px dotted #ccc; }
    #freeWordSearchBox .questionDetail .faq dt::before {
      top: 15px; }
  #freeWordSearchBox .questionDetail .faq:last-of-type dt {
    border: none; }

@media only screen and (min-width: 960px) {
  body.home .tn_box {
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center; }
    body.home .tn_box.bg {
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      body.home .tn_box.bg img {
        visibility: hidden; }
    body.home .tn_box::before {
      content: "";
      display: block;
      padding-top: 75%; }
    body.home .tn_box img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      height: 100%;
      min-width: 100%;
      object-fit: cover; }
  body.home .home_main {
    flex-wrap: wrap; }
  body.home .home_catch {
    flex: unset;
    max-width: unset;
    width: 45%; }
  body.home .home_content {
    width: 55%;
    flex: 1; }
    body.home .home_content .hdline {
      flex: 0 0 100%;
      margin: 0 0 20px 0;
      width: 100%; }
    body.home .home_content h2 {
      margin-bottom: 10px; }
  body.home .wrap_home_slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: unset; }
    body.home .wrap_home_slide::after {
      display: none; }
  body.home .home_rec {
    box-sizing: border-box;
    width: 49%;
    margin: 0; }
  body.home .home_news {
    box-sizing: border-box;
    width: 49%;
    margin: 0; }
  body.home .home_upper_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0; }
    body.home .home_upper_wrap > div {
      width: 49%; }
    body.home .home_upper_wrap .hdline {
      margin: 0; }
  body.home #homeCatch {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 15px 15px; }
    body.home #homeCatch #slider_catch {
      width: 100%; }
    body.home #homeCatch .slide_wrap {
      width: 100%; }
      body.home #homeCatch .slide_wrap h2 {
        margin-bottom: 10px; }
      body.home #homeCatch .slide_wrap .home_slider {
        height: 300px; }
        body.home #homeCatch .slide_wrap .home_slider li {
          padding: 10px;
          margin-bottom: 10px;
          background: #fff; }
          body.home #homeCatch .slide_wrap .home_slider li .home_news_tn {
            margin: 0 10px 0 0; }
          body.home #homeCatch .slide_wrap .home_slider li p {
            margin: 0; }
  body.home .home_catch_main {
    width: 100%; }
  body.home #slider_accessRanking .swiper_button_home,
  body.home #slider_catch .swiper_button_home,
  body.home #slide_history .swiper_button_home {
    display: none; }
  body.home #slider_accessRanking:hover .swiper_button_home,
  body.home #slider_catch:hover .swiper_button_home,
  body.home #slide_history:hover .swiper_button_home {
    display: block; }
  body.home #slider_recommend {
    width: 100%;
    height: 600px; }
    body.home #slider_recommend li a {
      display: block;
      width: 100%;
      text-align: center; }
    body.home #slider_recommend li .tile_hd {
      text-align: left; }
  body.home #slider_info {
    width: 100%;
    height: 300px; }
  body.home #slider_favorite {
    width: 100%;
    height: 300px; }
  body.home #slide_history {
    position: relative;
    width: 98%;
    margin: 0 auto 15px auto; }
    body.home #slide_history ul {
      margin-top: 10px; }
    body.home #slide_history li img {
      width: 100%;
      margin-bottom: 5px; }
  body.home .home_slider {
    opacity: 0; }
  body.home .swiper-container {
    position: relative; }
    body.home .swiper-container .swiper-slide {
      width: auto;
      height: auto; }
    body.home .swiper-container .swiper-button {
      opacity: 0;
      width: 100%;
      height: 30px;
      margin: auto; }
    body.home .swiper-container:hover .swiper-button {
      opacity: 1 !important; }
    body.home .swiper-container .swiper-button-next {
      position: absolute;
      left: 0;
      background: url(../images/home/nav_next.png) no-repeat center center; }
    body.home .swiper-container .swiper-button-prev {
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/home/nav_prev.png) no-repeat center center; }
    body.home .swiper-container .swiper-button-disabled {
      opacity: 0 !important; }
  body.home.member_home .home_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  body.home.member_home .home_catch {
    box-sizing: border-box;
    width: 35%;
    max-width: unset; }
  body.home.member_home .home_content {
    box-sizing: border-box;
    width: 65%; }
  body.home.member_home .wrap_home_slide {
    max-width: unset; }
  body.home.member_home #slide_history {
    width: 100%;
    padding: 0 15px; }
    body.home.member_home #slide_history li a {
      position: relative;
      display: block;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      body.home.member_home #slide_history li a img {
        display: block;
        margin: auto;
        width: auto;
        height: 70px;
        object-fit: cover; }
      body.home.member_home #slide_history li a p {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        background: rgba(0, 0, 0, 0.7);
        color: #fff;
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding: 5px;
        opacity: 0; }
      body.home.member_home #slide_history li a:hover p {
        opacity: 1; }
  body.home.member_home .home_rec {
    width: 36%; }
  body.home.member_home .home_news {
    width: 28%; }
  body.home.member_home .home_pr {
    width: 32%; } }
@media only screen and (max-width: 700px) {
  body.home .askBox {
    width: calc(100% - 30px); }
  body.home .hdline {
    margin: 20px 0px; }
  body.home #slider_catch .swiper_button_home {
    top: 30% !important; }
  body.home .chart_box::after {
    font-size: 7vw; }
  body.home.member_home #slide_history ul {
    margin: 10px 0; }
  body #slider_accessRanking {
    margin-bottom: 20px; }
  body .home_history {
    position: relative;
    width: 98%;
    margin: auto; }
    body .home_history .swiper-wrapper {
      position: relative; }
  body #slider_ranking .swiper-button,
  body #slider_recommend .swiper-button {
    display: none; }
  body #slider_recommend a {
    position: relative; }
    body #slider_recommend a p + div {
      float: right;
      width: 100%;
      margin: 0 0 10px 0; }
  body #slider_recommend .tile_hd {
    position: relative;
    width: 100%;
    margin: 15px 0;
    font-size: 16px;
    line-height: 20px;
    font-weight: bold; }
  body #slider_recommend .tn_box {
    margin-left: 15px;
    float: right;
    width: 80px; }
  body #slider_recommend .tile_tn {
    width: 100%; }
  body .home_slider .swiper-button {
    display: none; }
  body #homeCatch .slide_wrap h2 {
    width: calc(100% - 20px);
    margin: 0 auto 10px; }
  body #homeCatch .slide_wrap ul {
    width: calc(100% - 20px);
    margin: auto; }
  body #homeCatch .slide_wrap .home_slider {
    width: 100%; }
    body #homeCatch .slide_wrap .home_slider li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%; }
      body #homeCatch .slide_wrap .home_slider li a {
        display: block;
        width: 100%; }
      body #homeCatch .slide_wrap .home_slider li img {
        width: 55%;
        margin-right: 10px; }

  .swiper-container .swiper-button {
    display: none !important; }

  #questionDetailWrap {
    width: 90%;
    height: 400px;
    margin-top: -200px;
    margin-left: -45%; }

  .concierge .concierge_icon {
    width: 52px;
    height: 60px; }

  .search_wrap form #sentence {
    width: 65%; }

  #freeWordSearchBox {
    bottom: 80px;
    width: calc(100% - 40px); }

  #AISearchBox .avatar .icon {
    width: 50px; }

  #AIChatBox {
    width: calc(100% - 20px);
    height: calc(100% - 120px); } }

/*# sourceMappingURL=add_style.css.map */
