﻿@charset "UTF-8";

/* ブランドから探すページ（PC） */

/* 共通 */
.pane-contents {
  padding-bottom: 40px;
}
.brand_select-sec01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
}
.brand_select-box {
  width: 580px;
  padding: 40px;
  border-radius: 10px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#brand_select-kanpofullife {
  background-color: #E9F8DF;
}
#brand_select-kanpotherapy {
  background-color: #EDF0F5;
}
#brand_select-funtome {
  background-color: #f6caa2;
}
.brand_select_logo {
  display: flex;
  align-items: center;
  height: 100px;
}
.brand_select_logo.logo_funtome {
  /* background: #f6caa2; */
  font-family: 'Zen Kaku Gothic Antique', sans-serif;
  color: #FFF;
  padding: 20px 0;
  letter-spacing: 0.055rem;
  width: 100%;
  display: flex;
  justify-content: center;
}
.ftm-logo-text {
    font-size: 26px;
    line-height: normal !important;
    margin: 0 0 0 0.8rem !important;
    color: #595757;
}
.ftm-logo-text span {
    display: block;
    font-size: 18px;
}
p.brand_txt {
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
}
.brand_select_img {
  margin: 44px auto 30px;
}
.brand_select_btn {
  width: 420px;
  max-width: 100%;
  box-sizing: border-box;
  margin: 30px auto 0;
  border-radius: 8px !important;
  overflow: hidden;
}
.brand_select_btn > a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding: 15px;
  line-height: 1.4;
  cursor: pointer;
}
.brand_select_btn.btn_kanpofullife {
  background-color: #73C300;
}
.brand_select_btn.btn_kanpofullife:hover,
.brand_select_btn.btn_kanpofullife:focus-within {
  background-color: #5ea100;
}
.brand_select_btn.btn_kanpotherapy {
  background-color: #899DB9;
}
.brand_select_btn.btn_kanpotherapy:hover,
.brand_select_btn.btn_kanpotherapy:focus-within {
  background-color: #7187a1;
}
.brand_select_btn.btn_funtome {
  background-color: #888888;
}
.brand_select_btn.btn_funtome:hover,
.brand_select_btn.btn_funtome:focus-within {
  background-color: #666666;
}
.brand_select_btn > a:focus {
  outline: 3px solid rgba(255, 255, 255, 0.65);
  outline-offset: 2px;
}
