@charset "UTF-8";
@media screen and (max-width: 480px) {
  /*=======デフォルトCSS上書き用=======*/
  html {
    font-size: 62.5%;
  }
  body {
    font-family: "Noto Sans Japanese", sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    min-height: 100vh;
  }
  main {
    margin-top: 70px;
  }
  a:hover {
    /* opacity: .5; */
    text-decoration: none;
  }
  a.btn:hover,
  .pagination a:hover {
    opacity: 1;
  }
  p {
    font-size: 20px;
  }
  *:focus {
    outline: none !important;
  }
  .box-header {
    padding: 0 2%;
    border: none;
    height: 70px;
  }
  .box-header ul {
    padding-top: 4px;
  }
  .box-header ul.box-dropdown-target {
    padding-top: 0;
  }
  /* ヘッダー */
  .sp-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .logo-area img {
    width: auto;
    max-height: 45px;
  }
  .box-copyright {
    text-align: center;
    background: none;
    border-top: none;
  }
  .box-copyright a,
  .box-copyright a small {
    font-size: 14px;
    color: #9e9e9e;
  }
  .box-copyright a:hover small {
    color: #000;
    transition: 0.3s;
  }
  #toTopBtn {
    border: 15px solid transparent;
    text-align: center;
    width: 50px;
    height: 50px;
  }
  #toTopBtn:hover {
    opacity: 1;
  }
  .ttl-border {
    padding-bottom: 1rem;
  }
  p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .ttl-lg {
    margin-bottom: 25px;
    font-size: 28px;
    font-size: 2.8rem;
    font-weight: 500;
    letter-spacing: 1px;
  }
  .ttl-md {
    margin-bottom: 25px;
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: 500;
  }
  .ttl-sm {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .ttl-xs {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .text-plain {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .text-sm {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xs {
    font-size: 10px;
    font-size: 1rem;
  }
  .tile-inner {
    /* background: #fff; */
    box-shadow: none;
    margin-top: 15px;
  }
  .box-section + .box-section {
    border-top: none;
  }
  /*reset*/
  ol,
  ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  /*=======simpleテンプレート=======*/
  /*---------layout---------*/
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
  }
  /*余白つけるページ*/
  #page-index .box-main,
  #page-index_login .box-main {
    padding: 25px 15px 0;
  }
  .box-main {
    margin-bottom: 0;
  }
  /*---------parts---------*/
  /*layout*/
  .float-l {
    float: left;
  }
  .float-r {
    float: right;
  }
  .center {
    margin: 0 auto;
    text-align: center;
  }
  .clearfix:after,
  .clearfix:before {
    content: "";
    display: block;
    clear: both;
  }
  .clearfix {
    display: block;
  }
  .inner-sm {
    margin-top: 20px;
  }
  .l-wrap-md {
    margin: 0 auto;
    width: auto;
  }
  /*ttl*/
  .txt-lg {
    font-size: 16px;
  }
  .txt-md {
    font-size: 14px;
  }
  .txt-center {
    text-align: center;
  }
  /*btn*/
  .btn {
    font-size: 14px;
  }
  .btn-border {
    padding: 5px 10px;
    font-size: 14px;
  }
  .btn-toggle {
    padding: 8px;
  }
  .accordion-box + .btn-toggle {
    margin-top: 20px;
  }
  .icon {
    padding: 8px;
    padding-right: 30px !important;
  }
  .alert-dismissible .close {
    padding: 15px 5px 15px 0;
  }
  .alert-success .container,
  .alert-info .container {
    font-size: 18px;
    color: #244883;
  }
  .delivery-end {
    text-align: right;
    color: #f00;
  }

  /*----------------------------
header
----------------------------*/
  .box-header .container {
    padding-right: 0;
  }
  .box-header nav .nav-inner:first-child {
    margin-right: 15px;
  }
  .box-header .logo-wrap {
    width: 200px;
  }
  /* .box-header .nav-inner:last-child {
    width: calc(100% - 200px);
  } */
  .box-header h1 {
    margin-bottom: 0;
  }
  .box-header h1 a {
    display: block;
    height: 58px;
  }
  .box-header h1 a img {
    width: auto;
    height: 100%;
  }
  .box-header h2 {
    font-size: calc(1.375rem + 1.5vw);
    margin-bottom: 0;
  }
  .box-header .category-list-item h4 {
    font-weight: 400;
    margin-bottom: 0;
    line-height: 24px;
  }
  .box-header .btn-wrap > li + li {
    margin-left: 5px !important;
  }
  .box-header .global-nav li + li {
    margin-left: 12px;
  }
  .global-nav-list > li .fa-user {
    margin-right: 10px;
  }
  .user-icon {
    font-size: 1.8rem;
    height: 30px;
  }
  @media screen and (max-width: 345px) {
    .user-icon {
      margin-right: 5px;
    }
  }
  .user-icon a {
    display: block;
  }
  .user-icon span {
    font-size: 8px;
    position: relative;
    top: -14px;
    left: -20%;
  }
  .user-icon .mypage-icon {
    left: -30%;
  }
  .box-header .global-nav a {
    padding: 3px 0;
    font-size: 14px;
    font-weight: 300;
  }
  .box-header .btn {
    padding: 3px 10px;
    font-size: 14px;
    background: transparent;
  }
  .box-dropdown-target {
    padding: 0 !important;
  }
  .global-nav-list .link-list a {
    padding: 12px 15px;
    color: #000;
  }
  .global-nav-list .link-list a:hover {
    text-decoration: none;
    color: #fff;
    background: #000;
    opacity: 1;
  }
  .major-category {
    font-size: 1.6rem;
    border-bottom: none;
    margin-bottom: 0;
  }
  .category-list-item > .major-category::after {
    z-index: 1000;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #424242;
    border-right: 1px solid #424242;
    transition-timing-function: ease-out;
    transition-duration: 0.2s;
    transform: translateY(-50%) rotate(45deg);
    content: "";
    display: inline-block;
    margin-left: 16px;
  }
  .category-list-item.active > .major-category::after {
    transform: rotate(-135deg);
  }
  .sub-category-list {
    display: none;
  }
  .sub-category-list > .sub-category-list-item {
    padding: 5px 10px;
  }

  /*----------------------------
footer
----------------------------*/
  .box-footer {
    padding-top: 10px;
    /* border-top: 1px solid #ccc; */
    padding: 0 0 20px 0;
    background: #fff;
    position: sticky;
    top: 100vh;
    margin-top: 0;
  }
  .box-footer nav ul {
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .box-footer nav ul li {
    list-style: none;
    font-size: 14px;
  }
  .box-footer nav ul li + li {
    margin-left: 12px;
  }
  .box-copyright {
    padding-top: 8px;
  }
  .footer-link {
    padding: 0 10px;
  }
  .footer-link li {
    margin-bottom: 10px;
  }
  .footer-logo {
    margin: 30px auto 10px;
    max-width: 100px;
  }
  .footer-logo img {
    width: 100%;
  }

  .videoArea {
    padding: 0;
    width: 100%;
    height: 100%;
  }

  /* .box-footer nav.container, */
  #toTopBtn {
    display: none;
  }

  /* 特設オリジナル */
  .kyodaku-font {
    font-size: 2.3vw;
  }

  .footer-table tbody tr {
    vertical-align: top;
  }

  .title {
    font-size: 26px;
  }

  .title-text {
    font-size: 20px;
  }

  h2 {
    font-size: 18px;
  }

  .br-disp {
    display: none;
  }

  .main-img {
    width: 100%;
  }

  .videoArea {
    width: 100%;
  }

  .info-table {
    width: 100%;
  }

  .footer-table tbody {
    display: block;
  }

  .info-table tr {
    width: 100%;
  }

  .info-table th {
    width: 25%;
    font-size: 16px;
  }

  .info-table td {
    width: 75%;
    font-size: 14px;
  }

  .info-table td .caution {
    font-size: 12px;
  }

  .br-table {
    display: block;
  }

  .space {
    padding-left: 0;
  }

  .click-button.live {
    width: 95%;
  }

  /* カラー用スタイル */
  /* PC・SP共通 layout
 ------------------ */
  body {
    color: #fff;
    background: linear-gradient(180deg, #000, rgb(63, 20, 70));
  }
  a,
  a:visited,
  a:focus {
    color: #fff;
  }

  .page-item .page-link {
    color: #707070;
  }

  .page-item.active .page-link {
    background-color: #707070;
    border-color: #707070;
  }

  .nav-link.active {
    /* tabパネル アクティブ */
    color: #000 !important;
  }

  /* btn スタイル */
  .btn-theme {
    /* メインテーマ色のボタン */
    background: #000;
    border-color: #000;
  }

  .btn-theme-ghost {
    /* メインテーマカラーのゴーストボタン */
    border-color: #000;
    color: #000 !important;
  }

  .btn-accent {
    /* アクセントカラーのボタン */
    background: #969696;
    border-color: #969696;
  }

  .btn-sample {
    /* サンプル動画再生ボタン */
    background: #969696;
    border-color: #969696;
  }

  .btn-files {
    /* 関連ファイルダウンロードボタン */
    background: #969696;
    border-color: #969696;
  }

  /* フォーム フロー図 */
  .box-form-flow > span.active {
    color: #000;
  }

  /* datepicker スタイル調整*/
  .ui-widget-header {
    border: 1px solid #000;
    background: #ffd966;
  }

  /* SP用
 ------------------ */

  /* 並べ替えボタン */
  .box-sort .btn {
    color: #979797;
  }

  .box-sort .btn[class*="active"] {
    background: #707070;
  }

  /* footer */
  .box-footer {
    /* border-top-color: #ffbf00; */
    background-color: #000;
  }

  /*=======追加=======*/
  /*parts*/
  .box-header .global-nav a,
  .box-header .global-nav a:visited,
  .box-header .global-nav a:focus {
    color: #000;
  }
  /* .content-ttl-wrap {
  background: #f5f5f5;
} */
  .box-contentsInfo-section .accordion-box {
    background: #fff;
  }
  .detail-wrap {
    background: #f5f5f5;
  }
  .list-breadCrumb li a {
    color: #000;
  }
  #page-mypage-index .accordion-box {
    background: #eee;
  }
  /*txt*/
  .ttl-wrap:before {
    background: #c30d23;
  }
  .txt-gr {
    color: #808080;
  }
  /*btn*/
  a.btn-border {
    color: #fff;
    background: #000;
    border: 1px solid #000;
  }
  .btn-toggle {
    background: #555;
    color: #fff;
    border: 1px solid #acacac;
  }
  .list-btn li a {
    color: #fff;
    border: 1px solid #777;
    background: #000;
  }
  .slick-arrow i {
    color: #fff;
  }
  /*tag*/
  .tag-wrap ul li a {
    color: #fff;
    background: #000;
  }
  .status-end,
  .status-start {
    background: #999;
  }
  .status-new {
    color: #ff9933;
    border: 1px solid #ff9933;
  }
  /* コメント */
  .comment-block {
    background: #fff;
  }

  /* 会員アイコン　カラー */
  .header-fixed .fa-user:before {
    color: #333;
  }

  /* お問い合わせページ　矢印　カラー */
  .box-form-flow > span + span::after {
    border-left-color: #999;
  }

  /* 検索窓　文字カラー */
  .form-inline input[type="text"] {
    color: #fff;
  }

  .menu-box .form-control[type="text"]:focus {
    color: #fff;
  }

  /* スライダーボタンカラー */
  .slick-dots li button:before {
    color: #fff;
  }
  .slick-dots li.slick-active button:before {
    color: #fff;
  }

  /* No.33 */
  .btn-toggle {
    background: #000;
  }

  /*----------------------------
チャット  202110
----------------------------*/

  /* 情報エリア */
  #page-contents-showWithChat #tab-info.tab-pane {
    background: #f5f5f5;
  }
}
