@charset "utf-8";

/** ***************************************************************************
 * フォント設定
 * ************************************************************************* */

@import url('../_font/icomoon/style.css');

/* ゴシック体 */

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../_font/NotoSans/NotoSansCJKjp-Light.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../_font/NotoSans/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../_font/NotoSans/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../_font/NotoSans/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../_font/NotoSans/NotoSansCJKjp-Black.woff') format('woff'),
       url('../_font/NotoSans/NotoSansCJKjp-Black.otf') format('opentype');
}

/* 明朝体 */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Light.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 400;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Regular.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 500;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Medium.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Medium.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-SemiBold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 700;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Bold.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: url('../_font/NotoSerif/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../_font/NotoSerif/NotoSerifCJKjp-Black.otf') format('opentype');
}

/** ***************************************************************************
 * 全体
 * ************************************************************************* */

body {
  padding-bottom: 100px;
  color: #333;
  font: 16px/1.6 'NotoSansCJKjp', sans-serif;
  font-weight: 400;
  text-align: justify;
  position: relative;
  z-index: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

a[href] {
  color: #ec9600;
  text-decoration: none;
}

a[href]:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  body {
    min-width: 1190px;
    padding-bottom: 0;
    letter-spacing: 1px;
  }

  a[href*="tel:"] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none !important;
  }

}

/** ***************************************************************************
 * 共用
 */

div.body {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

body > :not(#main) ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > :not(#main) li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > :not(#main) ol,
body > :not(#main) ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}

body > :not(#main) dl,
body > :not(#main) dl dt,
body > :not(#main) dl dd {
  margin: 0;
  padding: 0;
}

iframe {
  min-width: 0 !important;
  min-height: 0 !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  div.body {
    padding-left: 20px;
    padding-right: 20px;
  }

}

/** ***************************************************************************
 * ヘッダー
 * ************************************************************************* */

#header {
  border-bottom: 1px solid #C9C9C4;
  position: relative;
  z-index: 2;
}

#header div.header {
  padding: 5px 0;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #header {
    border-bottom: none;
  }

  #header div.header {
    padding: 10px 0;
  }

  #header div.header div.body {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

}

/** ***************************************************************************
 * ロゴ
 */

#header div.header div.logo {
  max-width: 60%;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #header div.header div.logo {
    width: 250px;
    margin-right: 30px;
  }

}

/** ***************************************************************************
 * ナビ
 */

#header div.header nav.nav {
  display: none;
}

#header div.header nav.nav ul.list {
  max-width: 745px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-end;
}

#header div.header nav.nav ul.list li {
  margin-right: -1px;
  margin-bottom: -1px;
  border: 1px solid #fe006e;
  position: relative;
}

#header div.header nav.nav ul.list li a {
  text-decoration: none;
  display: block;
}

#header div.header nav.nav ul.list li a img {
  transition: opacity 0.3s ease-in-out 0.0s;
}

#header div.header nav.nav ul.list li a:hover img {
  opacity: 0.7;
  filter: none;
}

#header div.header nav.nav ul.list li.design-2 + li.design-2 {
  border-left-color: #ccc;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #header div.header nav.nav {
    display: block;
  }

}

/** ***************************************************************************
 * グローバルナビ
 * ************************************************************************* */

#global-nav {
  padding: 2px 0;
  background-color: #fff799;
  display: none;
}

#global-nav ul.list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

#global-nav ul.list a {
  height: 100%;
  color: inherit;
  text-decoration: none;
  white-space: nowrap;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #global-nav {
    display: block;
  }

}

/** ***************************************************************************
 * 1階層目
 */

#global-nav ul.list > li {
  width: 100%;
  border-left: 1px solid #f5b545;
  border-right: 1px solid #f5b545;
  flex-grow: 1;
  position: relative;
  z-index: 1;
  transition:
    color 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
}

#global-nav ul.list > li.active,
#global-nav ul.list > li.current {
  color: #fff;
  background-color: #f5b545;
}

#global-nav ul.list > li ~ li {
  border-left: none;
}

#global-nav ul.list > li > a {
  padding: 10px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/** ***************************************************************************
 * 1階層目
 */

#global-nav ul.children {
  max-width: none;
  min-width: 100%;
  padding: 5px;
  color: #fff;
  background-color: #f5b545;
  position: absolute;
  top: 100%;
  left: -1px;
  flex-grow: 1;
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s,
    top 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

#global-nav li.active > ul.children {
  visibility: visible;
  opacity: 1;
}

#global-nav ul.children li {
  transition: background-color 0.3s ease-in-out 0.0s;
}

#global-nav li.active > ul.children li.active,
#global-nav li.active > ul.children li.current {
  background-color: rgba(255, 255, 255, 0.2);
}

#global-nav ul.children li ~ li {
  border-top: 1px solid #fff;
}

#global-nav ul.children li a {
  padding: 10px;
}

/** ***************************************************************************
 * ビジュアル
 * ************************************************************************* */

#visual {
  margin-top: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #visual {
    margin-top: 30px;
  }

}

/** ***************************************************************************
 * メイン
 * ************************************************************************* */

#main {
  padding-top: 30px;
  padding-bottom: 60px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main {
    padding-top: 50px;
    padding-bottom: 100px;
  }

  #main div.body {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }

}

/** ***************************************************************************
 * メイン コンテンツ
 * ************************************************************************* */

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-contents {
    width: 840px;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#main-contents .section ~ .section {
  margin-top: 60px;
}

#main-contents .column ~ .column {
  margin-top: 40px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-contents .section ~ .section {
    margin-top: 80px;
  }

  #main-contents .column ~ .column {
    margin-top: 60px;
  }

}

/** ***************************************************************************
 * パンくず
 */

#breadcrumb {
  margin-bottom: 30px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 2px solid #e5e5e5;
}

#breadcrumb ol.list,
#breadcrumb ol.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#breadcrumb ol.list {
  font-size: 0.875em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
}

#breadcrumb ol.list li::after {
  content: '|';
  margin-top: -4px;
  margin-left: 0.125em;
  margin-right: 0.5em;
  vertical-align: middle;
  display: inline-block;
}

#breadcrumb ol.list li:last-child::after {
  content: none;
}

#breadcrumb ol.list li a[href] {
  color: inherit;
  text-decoration: none;
}

#breadcrumb ol.list li a[href]:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #breadcrumb {
    margin-bottom: 40px;
  }

}

/** ***************************************************************************
 * シェアボタン
 */

#article div.main-sns {
  margin-bottom: 20px;
}

#article div.main-sns ul.list,
#article div.main-sns ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#article div.main-sns ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#article div.main-sns ul.list li {
  padding-left: 10px;
  padding-right: 10px;
}

#article div.main-sns ul.list li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

#article div.main-sns ul.list li i::before {
  font-size: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #article div.main-sns {
    margin-bottom: 50px;
  }

  #article div.main-sns ul.list li {
    padding-left: 15px;
    padding-right: 15px;
  }

  #article div.main-sns ul.list li i::before {
    font-size: 40px;
  }

}

/** ***************************************************************************
 * タイトル / 投稿日
 */

/** ===========================================================================
 * タイトル
 */

#article header.main-header .header-title {
  margin-bottom: 20px;
  line-height: 1.4;
  font-family: 'NotoSerifCJKjp';
  font-size: 1.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #article header.main-header .header-title {
    margin-bottom: 50px;
    font-size: 1.875em;
  }

}

/** ===========================================================================
 * 投稿日 / カテゴリー
 */

#article header.main-header .header-meta {
  margin-bottom: 20px;
  line-height: 1;
  font-size: 0.875em;
  text-align: right;
}

#article header.main-header .header-meta > * {
  vertical-align: middle;
  display: inline-block;
}

#article header.main-header .header-meta .category {
  margin-left: 0.25em;
  padding-left: 0.5em;
  border-left: 1px solid #333;
}

/** ***************************************************************************
 * 記事内容
 */

#article div.main-content {
  text-align: left;
}

#article div.main-content::after {
  content: '.';
  clear: both;
  line-height: 0;
  display: block;
  visibility: hidden;
}

/** ===========================================================================
 * ショートコード：記事下部バナー
 */

#article div.main-content div.banner-area-1 {
  margin-bottom: -15px;
  overflow: hidden;
}

#article div.main-content div.banner-area-1 div.item {
  margin-bottom: 15px;
}

#article div.main-content div.banner-area-1 div.item a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #article div.main-content div.banner-area-1 {
    margin-bottom: -15px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
  }

  #article div.main-content div.banner-area-1 div.item {
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
  }

  #article div.main-content div.banner-area-1 div.item.large {
    width: 100%;
  }

}

/** ***************************************************************************
 * お役立ちコンテンツ
 */

#main-bottom div.blog-useful {
  margin-top: -7px;
  margin-bottom: -20px;
  overflow: hidden;
}

#main-bottom div.blog-useful div.item {
  margin-bottom: 20px;
  text-align: center;
}

#main-bottom div.blog-useful div.item a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-bottom div.blog-useful {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #main-bottom div.blog-useful div.item {
    width: calc(100% / 3);
  }

  #main-bottom div.blog-useful div.item a {
    padding: 7px;
  }

}

/** ***************************************************************************
 * 記事ランキング
 */

#main-bottom div.blog-popular ul.list,
#main-bottom div.blog-popular ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-bottom div.blog-popular ul.list {
  margin-top: -17px;
  margin-bottom: -17px;
  overflow: hidden;
  counter-reset: ranking;
}

#main-bottom div.blog-popular ul.list li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  counter-increment: ranking;
  position: relative;
  z-index: 1;
}

#main-bottom div.blog-popular ul.list li::before {
  content: counter(ranking);
  min-width: 1.25em;
  min-height: 1.25em;
  padding: 5px;
  color: #fff;
  line-height: 1;
  font-size: 1.25em;
  background-color: rgba(235, 94, 38, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 17px;
  left: 7px;
}

#main-bottom div.blog-popular ul.list li:nth-last-child(1) {
  border-bottom: none;
}

#main-bottom div.blog-popular ul.list li a {
  height: 100%;
  padding: 7px;
  color: inherit;
  text-decoration: none;
  display: block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: transparent;
  position: relative;
  z-index: 1;
}

#main-bottom div.blog-popular ul.list li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-bottom div.blog-popular ul.list {
    margin-top: -14px;
    margin-bottom: -14px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-start;
  }

  #main-bottom div.blog-popular ul.list li {
    width: calc(100% / 4);
    padding-top: 7px;
    padding-bottom: 7px;
  }

  #main-bottom div.blog-popular ul.list li::before {
    top: 14px;
  }

  #main-bottom div.blog-popular ul.list li:nth-last-child(-n+4) {
    border-bottom: none;
  }

}

/** ===========================================================================
 * サムネール
 */

#main-bottom div.blog-popular ul.list li div.image {
  margin-bottom: 15px;
  text-align: center;
}

#main-bottom div.blog-popular ul.list li div.image img {
  width: 100%;
}

/** ===========================================================================
 * タイトル
 */

#main-bottom div.blog-popular ul.list li div.title {
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 1.125em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-bottom div.blog-popular ul.list li div.title {
    font-size: 1em;
  }

}

/** ===========================================================================
 * 投稿日
 */

#main-bottom div.blog-popular ul.list li div.date {
  margin-bottom: 10px;
  font-size: 0.875em;
}

#main-bottom div.blog-popular ul.list li div.date::before {
  content: '\e932';
  margin-top: -2px;
  margin-right: 0.125em;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  vertical-align: middle;
  display: inline-block;
}

/** ===========================================================================
 * 内容
 */

#main-bottom div.blog-popular ul.list li div.text {
  font-size: 0.875em;
}

/** ***************************************************************************
 * よく検索されているキーワード
 */

#main-bottom div.widget_search_meter {
  padding: 20px;
  background-color: #e5e5e5;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-bottom div.widget_search_meter {
    padding: 20px 30px;
  }

}

/** ===========================================================================
 * タイトル
 */

#main-bottom div.widget_search_meter .column-title {
  margin-bottom: 15px;
  font-size: 1.125em;
  text-align: center;
  border-color: #fff;
}

#main-bottom div.widget_search_meter .column-title::before {
  content: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-bottom div.widget_search_meter .column-title {
    font-size: 1.5em;
  }

}

/** ===========================================================================
 * 一覧
 */

#main-bottom div.widget_search_meter ul,
#main-bottom div.widget_search_meter ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#main-bottom div.widget_search_meter ul {
  font-size: 0.875em;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#main-bottom div.widget_search_meter ul li {
  margin: 5px;
}

#main-bottom div.widget_search_meter ul li a {
  padding: 0.25em 0.5em 0.375em;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #ec9600;
  display: block;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(255, 255, 255, 0.6);
}

#main-bottom div.widget_search_meter ul li a:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #main-bottom div.widget_search_meter ul {
    font-size: inherit;
  }

}

/** ***************************************************************************
 * サイド コンテンツ
 * ************************************************************************* */

#side-contents {
  margin-top: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #side-contents {
    width: 290px;
    margin-top: 0;
  }

}

/** ***************************************************************************
 * セクショニング
 */

#side-contents .column ~ .column {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #side-contents .column ~ .column {
    margin-top: 40px;
  }

}

/** ***************************************************************************
 * お知らせ
 */

#side-contents div.blog-info {
  margin-bottom: -30px;
  overflow: hidden;
}

#side-contents div.blog-info div.item {
  margin-bottom: 30px;
  font-size: 0.875em;
}

#side-contents div.blog-info div.item a {
  margin-left: auto;
  margin-right: auto;
  display: table;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #side-contents div.blog-info div.item {
    font-size: 0.75em;
  }

}

/** ***************************************************************************
 * ブログ内検索
 */

#side-contents div.blog-search form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

#side-contents div.blog-search [type="search"] {
  width: calc(100% - 50px);
  margin: 0;
  padding: 0.25em 0.5em;
  line-height: 1.2;
  font: inherit;
  border-radius: 0;
  border: 1px solid #333;
  background-color: #fff;
  -webkit-appearance: none;
          appearance: none;
}

#side-contents div.blog-search [type="search"]::placeholder {
  font: inherit;
  font-size: 0.875em;
}

#side-contents div.blog-search [type="submit"] {
  width: 50px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  -webkit-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: #333;
}

#side-contents div.blog-search [type="submit"]:hover {
  background-color: #555;
}

#side-contents div.blog-search [type="submit"]::before {
  content: '\e925';
  margin-top: 3px;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
}

#side-contents div.blog-search [type="submit"]::-webkit-search-decoration {
  display: none;
}

#side-contents div.blog-search [type="submit"]::focus {
  outline-offset: -2px;
}

/** ***************************************************************************
 * 最新記事
 */

#side-contents div.widget_blog_news .column-title {
  margin-bottom: 5px;
}

#side-contents div.blog-news ul.list,
#side-contents div.blog-news ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-contents div.blog-news ul.list li ~ li {
  border-top: 1px dotted #aaa;
}

#side-contents div.blog-news ul.list li a {
  padding: 0.75em 0.5em 0.75em 1.75em;
  color: inherit;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
}

#side-contents div.blog-news ul.list li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#side-contents div.blog-news ul.list li a::before {
  content: '\e914';
  color: #ebaf46;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 0.125em;
}

#side-contents div.blog-news ul.list li .date {
  font-size: 0.875em;
  display: none;
}

#side-contents div.blog-news ul.list li .date::before {
  content: '\e932';
  margin-top: -2px;
  margin-right: 0.125em;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  vertical-align: middle;
  display: inline-block;
}

#side-contents div.blog-news ul.list li .title {
  display: block;
}

/** ***************************************************************************
 * 人気記事
 */

#side-contents div.widget_blog_popular .column-title {
  margin-bottom: 5px;
}

#side-contents div.blog-popular ul.list,
#side-contents div.blog-popular ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-contents div.blog-popular ul.list {
  counter-reset: ranking;
}

#side-contents div.blog-popular ul.list li {
  counter-increment: ranking;
  position: relative;
  z-index: 1;
}

#side-contents div.blog-popular ul.list li ~ li {
  border-top: 1px dotted #aaa;
}

#side-contents div.blog-popular ul.list li a {
  padding: 0.5em;
  color: inherit;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
}

#side-contents div.blog-popular ul.list li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#side-contents div.blog-popular ul.list li a::before {
  content: counter(ranking);
  min-width: 1em;
  min-height: 1em;
  padding: 4px;
  color: #fff;
  line-height: 1;
  background-color: #ebaf46;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0.5em;
  left: 0.5em;
}

#side-contents div.blog-popular ul.list li .image {
  width: 80px;
  height: 80px;
  margin-right: 10px;
  overflow: hidden;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}

#side-contents div.blog-popular ul.list li .image img {
  width: auto;
  max-width: none;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}

#side-contents div.blog-popular ul.list li .content {
  align-self: center;
  flex-grow: 1;
}

#side-contents div.blog-popular ul.list li .date {
  margin: 7px 0;
  font-size: 0.875em;
}

#side-contents div.blog-popular ul.list li .date::before {
  content: '\e932';
  margin-top: -2px;
  margin-right: 0.125em;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  vertical-align: middle;
  display: inline-block;
}

#side-contents div.blog-popular ul.list li .text {
  font-size: 0.875em;
}

/** ***************************************************************************
 * 記事カテゴリー
 */

#side-contents div.widget_blog_category .column-title {
  margin-bottom: 5px;
}

#side-contents nav.blog-category ul,
#side-contents nav.blog-category ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#side-contents nav.blog-category ul.list li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/** ===========================================================================
 * 1階層目
 */

#side-contents nav.blog-category ul.list > li {
  border-bottom: 1px solid #aaa;
}

#side-contents nav.blog-category ul.list > li:first-child {
  display: none;
}

#side-contents nav.blog-category ul.list > li > a {
  padding: 0.75em 2em 0.75em 0.5em;
  position: relative;
  z-index: 1;
}

#side-contents nav.blog-category ul.list > li.current > a {
  padding-left: 1.5em;
}

#side-contents nav.blog-category ul.list > li.current > a::before {
  content: '\e914';
  color: #ebaf46;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0.625em;
  left: 0;
}

#side-contents nav.blog-category ul.list > li > a::after {
  content: '\e90c';
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  position: absolute;
  z-index: 1;
  top: 0.875em;
  right: 0.25em;
}

#side-contents nav.blog-category ul.list > li.parent > a::after {
  content: '\e91f';
}

#side-contents nav.blog-category ul.list > li.current > a::after {
  content: none;
}

#side-contents nav.blog-category ul.list > li.parent.open > a::after {
  content: '\e911';
}

/** ===========================================================================
 * 2階層目
 */

#side-contents nav.blog-category ul.list ul {
  font-size: 0.875em;
  background-color: rgba(0, 0, 0, 0.03);
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s,
    max-height 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}

#side-contents nav.blog-category ul.list li.open ul,
#side-contents nav.blog-category ul.list li.current ul {
  visibility: visible;
  opacity: 1;
  max-height: 300vh;
}

#side-contents nav.blog-category ul.list ul li {
  border-top: 1px dotted #aaa;
}

#side-contents nav.blog-category ul.list ul li a {
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
}

#side-contents nav.blog-category ul.list ul li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#side-contents nav.blog-category ul.list ul li.current a::before {
  content: '\e914';
  color: #ebaf46;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0.375em;
  left: 0;
}

/** ***************************************************************************
 * メニュー
 * ************************************************************************* */

body {
  transition: right 0.3s ease-in-out 0.0s;
  right: 0;
}

body.menu-active {
  transition: right 0.3s ease-in-out 0.0s;
  right: 60%;
}

#menu {
  width: 60%;
  height: 100vh;
  border-left: 2px solid #fff;
  background-color: rgba(0, 0, 0, 0.05);
  position: fixed;
  z-index: 4;
  top: 0;
  transition: right 0.3s ease-in-out 0.0s;
  right: -60%;
}

body.menu-active
#menu {
  transition: right 0.3s ease-in-out 0.0s;
  right: 0;
}

#menu::after {
  content: '';
  width: 100%;
  height: 100vh;
  pointer-events: none;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  transition:
    width 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s,
    background-color 0.3s ease-in-out 0.0s;
  opacity: 0;
  background-color: transparent;
}

body.menu-active
#menu::after {
  width: 40%;
  pointer-events: visible;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
}

#menu div.menu {
  padding: 10px 10px 200px;
  height: 100%;
  overflow: hidden;
  overflow-y: visible;
  -webkit-overflow-scrolling: touch;
}

#menu div.menu .column ~ .column {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #menu {
    display: none;
    transition: none;
    right: -60%;
  }

  body.menu-active
  #menu {
    right: -60%;
  }

}

/** ***************************************************************************
 * ハンバーガー
 */

#menu div.drawer-trigger {
  width: 40px;
  height: 40px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  top: 15px;
  left: -55px;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: rgba(255, 255, 255, 0.8);
}

body.scroll-active
#menu div.drawer-trigger {
  background-color: rgba(255, 0, 120, 0.8);
}

body.menu-active
#menu div.drawer-trigger {
  background-color: rgba(255, 0, 120, 0.8);
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:737px) {

  #menu div.drawer-trigger {
    display: none;
  }

}

/** :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
 * ライン
 */

#menu div.drawer-trigger i.icon {
  width: 30px;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  z-index: 1;
  top: calc(50% - 2px);
  left: 5px;
  transition: border-color 0.3s ease-in-out 0.0s;
}

body.scroll-active
#menu div.drawer-trigger i.icon {
  border-color: rgba(255, 255, 255, 0.8);
}

#menu div.drawer-trigger i.icon::before,
#menu div.drawer-trigger i.icon::after {
  content: '';
  width: 30px;
  border-top: 2px solid #666;
  border-bottom: 2px solid #666;
  position: absolute;
  z-index: 1;
  top: 50%;
  transition: border-color 0.3s ease-in-out 0.0s;
}

body.scroll-active
#menu div.drawer-trigger i.icon::before,
body.scroll-active
#menu div.drawer-trigger i.icon::after {
  border-color: rgba(255, 255, 255, 0.8);
}

/* 上 */

#menu div.drawer-trigger i.icon::before {
  margin-top: -12px;
  transition:
    all 0.4s ease-in-out 0.0s,
    margin-left 0.4s ease-in-out 0.0s;
  margin-left: 0;
}

body.menu-active
#menu div.drawer-trigger i.icon::before {
  transform: translateY(10px) rotate(-315deg);
  margin-left: -100px;
  border-color: rgba(255, 255, 255, 0.985);
}

/* 中 */

#menu div.drawer-trigger i.icon {
  transition:
    all 0.4s ease-in-out 0.0s,
    margin-left 0.4s ease-in-out 0.0s;
  margin-left: 0;
}

body.menu-active
#menu div.drawer-trigger i.icon {
  margin-left: 100px;
}

/* 下 */

#menu div.drawer-trigger i.icon::after {
  margin-top: 8px;
  transition:
    all 0.4s ease-in-out 0.0s,
    margin-left 0.4s ease-in-out 0.0s;
  margin-left: 0;
}

body.menu-active
#menu div.drawer-trigger i.icon::after {
  transform: translateY(-10px) rotate(315deg);
  margin-left: -100px;
  border-color: rgba(255, 255, 255, 0.985);
}

/** ***************************************************************************
 * ナビ
 */

#menu div.widget_blog_shop_nav ul.list li {
  margin: 2px 0;
  border: 1px solid #fe006e;
  overflow: hidden;
}

#menu div.widget_blog_shop_nav ul.list li a {
  text-decoration: none;
  display: block;
}

#menu div.widget_blog_shop_nav ul.list li img {
  width: 100%;
}

/** ***************************************************************************
 * お知らせ
 */

#menu div.blog-info {
  margin-bottom: -15px;
  overflow: hidden;
}

#menu div.blog-info div.item {
  margin-bottom: 15px;
  text-align: center;
}

#menu div.blog-info div.item a {
  display: inline-block;
}

/** ***************************************************************************
 * ブログ内検索
 */

#menu div.blog-search form {
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
}

#menu div.blog-search [type="search"] {
  width: calc(100% - 50px);
  margin: 0;
  padding: 0.25em 0.5em;
  line-height: 1.2;
  font: inherit;
  border-radius: 0;
  border: 1px solid #333;
  background-color: #fff;
  -webkit-appearance: none;
          appearance: none;
}

#menu div.blog-search [type="search"]::placeholder {
  font: inherit;
  font-size: 0.875em;
}

#menu div.blog-search [type="submit"] {
  width: 50px;
  height: 40px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: #fff;
  border: none;
  border-radius: 0;
  font: inherit;
  -webkit-appearance: none;
          appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out 0.0s;
  background-color: #333;
}

#menu div.blog-search [type="submit"]:hover {
  background-color: #555;
}

#menu div.blog-search [type="submit"]::before {
  content: '\e925';
  margin-top: 3px;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
}

#menu div.blog-search [type="submit"]::-webkit-search-decoration {
  display: none;
}

#menu div.blog-search [type="submit"]::focus {
  outline-offset: -2px;
}

/** ***************************************************************************
 * 最新記事
 */

#menu div.widget_blog_news .column-title {
  margin-bottom: 5px;
}

#menu div.blog-news ul.list,
#menu div.blog-news ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu div.blog-news ul.list li ~ li {
  border-top: 1px dotted #aaa;
}

#menu div.blog-news ul.list li a {
  padding: 0.75em 0.5em 0.75em 1.75em;
  color: inherit;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
}

#menu div.blog-news ul.list li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#menu div.blog-news ul.list li a::before {
  content: '\e914';
  color: #ebaf46;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0.5em;
  left: 0.125em;
}

#menu div.blog-news ul.list li .date {
  font-size: 0.875em;
  display: none;
}

#menu div.blog-news ul.list li .date::before {
  content: '\e932';
  margin-top: -2px;
  margin-right: 0.125em;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  vertical-align: middle;
  display: inline-block;
}

#menu div.blog-news ul.list li .title {
  display: block;
}

/** ***************************************************************************
 * 人気記事
 */

#menu div.widget_blog_popular .column-title {
  margin-bottom: 5px;
}

#menu div.blog-popular ul.list,
#menu div.blog-popular ul.list li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu div.blog-popular ul.list {
  counter-reset: ranking;
}

#menu div.blog-popular ul.list li {
  counter-increment: ranking;
  position: relative;
  z-index: 1;
}

#menu div.blog-popular ul.list li ~ li {
  border-top: 1px dotted #aaa;
}

#menu div.blog-popular ul.list li a {
  padding: 0.5em;
  color: inherit;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
}

#menu div.blog-popular ul.list li a:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

#menu div.blog-popular ul.list li a::before {
  content: counter(ranking);
  min-width: 1em;
  min-height: 1em;
  padding: 4px;
  color: #fff;
  line-height: 1;
  background-color: #ebaf46;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 0.5em;
  left: 0.5em;
}

#menu div.blog-popular ul.list li .image {
  margin-bottom: 10px;
}

#menu div.blog-popular ul.list li .date {
  margin: 7px 0;
  font-size: 0.875em;
}

#menu div.blog-popular ul.list li .date::before {
  content: '\e932';
  margin-top: -2px;
  margin-right: 0.125em;
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  vertical-align: middle;
  display: inline-block;
}

#menu div.blog-popular ul.list li .text {
  font-size: 0.875em;
}

/** ***************************************************************************
 * ナビゲーション
 */

#menu div.widget_blog_nav {
  min-width: 15%;
  margin-right: 30px;
}

#menu div.widget_blog_nav ul li {
  padding-left: 0.75em;
  position: relative;
  z-index: 1;
}

#menu div.widget_blog_nav ul li::before {
  content: '\e914';
  line-height: 1;
  font-family: icomoon;
  position: absolute;
  z-index: 1;
  top: 0.75em;
  left: 0;
}

#menu div.widget_blog_nav ul li a {
  padding: 0.25em 0.5em;
  color: inherit;
  text-decoration: none;
  display: inline-block;
}

#menu div.widget_blog_nav ul li a:hover {
  text-decoration: underline;
}

/** ***************************************************************************
 * 記事カテゴリー
 */

#menu div.widget_blog_category .column-title {
  margin-bottom: 5px;
}

#menu nav.blog-category ul,
#menu nav.blog-category ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu nav.blog-category ul.list li a {
  color: inherit;
  text-decoration: none;
  display: block;
}

/** ===========================================================================
 * 1階層目
 */

#menu nav.blog-category ul.list > li {
  border-bottom: 1px solid #aaa;
}

#menu nav.blog-category ul.list > li:first-child {
  display: none;
}

#menu nav.blog-category ul.list > li > a {
  padding: 0.75em 2em 0.75em 0.5em;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  z-index: 1;
}

#menu nav.blog-category ul.list > li.current > a {
  padding-left: 1.5em;
}

#menu nav.blog-category ul.list > li.current > a::before {
  content: '\e914';
  color: #ebaf46;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0.625em;
  left: 0;
}

#menu nav.blog-category ul.list > li > a::after {
  content: '\e90c';
  line-height: 1;
  font-family: icomoon;
  font-size: 1.25em;
  position: absolute;
  z-index: 1;
  top: 0.875em;
  right: 0.25em;
}

#menu nav.blog-category ul.list > li.parent > a::after {
  content: '\e91f';
}

#menu nav.blog-category ul.list > li.current > a::after {
  content: none;
}

#menu nav.blog-category ul.list > li.parent.open > a::after {
  content: '\e911';
}

/** ===========================================================================
 * 2階層目
 */

#menu nav.blog-category ul.list ul {
  font-size: 0.875em;
  background-color: rgba(0, 0, 0, 0.03);
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s,
    max-height 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
}

#menu nav.blog-category ul.list li.open ul,
#menu nav.blog-category ul.list li.current ul {
  visibility: visible;
  opacity: 1;
  max-height: 300vh;
}

#menu nav.blog-category ul.list ul li {
  border-top: 1px dotted #aaa;
}

#menu nav.blog-category ul.list ul li a {
  padding: 0.5em 0.5em 0.5em 1.5em;
  position: relative;
  z-index: 1;
  transition: background-color 0.3s ease-in-out 0.0s;
}

#menu nav.blog-category ul.list ul li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

#menu nav.blog-category ul.list ul li.current a::before {
  content: '\e914';
  color: #ebaf46;
  line-height: 1;
  font-family: icomoon;
  font-size: 24px;
  position: absolute;
  z-index: 1;
  top: 0.375em;
  left: 0;
}

/** ***************************************************************************
 * お問い合わせ（ポップアップ用）
 * ************************************************************************* */
/*
#contact-popup {
  max-height: 100vh;
  font-size: 12px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #f7f7f7;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 999;
  left: 5px;
  right: 5px;
  bottom: 5px;
}

#contact-popup * {
  max-width: 100%;
}ポップアップ削除(中野) */

/* :::::::: ブレイクポイント :::::::: */
/*
@media print, screen and (min-width:770px) {

  #contact-popup {
    width: 300px;
    font-size: 13px;
    left: 10px;
    right: auto;
    bottom: 10px;
  }

}ポップアップ削除(中野) */

/** ***************************************************************************
 * タイトル
 */

#contact-popup .header {
  width: auto;
  padding: 0.75em 1em;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
  background-color: #f5b545;
  position: relative;
}

#contact-popup .header .title {
  letter-spacing: 1px;
}

#contact-popup .header .popup-close {
  margin-top: 0;
  line-height: 1;
  cursor: pointer;
  font-size: 1.5em;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
  top: 50%;
  right: 15px;
  display: none;
}

#contact-popup.popup-active .header .popup-close {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #contact-popup .header {
    font-size: inherit;
  }

}

/** ***************************************************************************
 * 内容
 */

#contact-popup div.content {
  width: 100%;
  overflow: hidden;
  position: relative;
  flex-grow: 1;
  transition: min-height 0.3s ease-in-out 0.0s;
  height: 0;
  min-height: 0;
}

#contact-popup.popup-active div.content {
  height: auto;
  min-height: 400px;
}

#contact-popup iframe {
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}

/** ***************************************************************************
 * 閉じた時の内容
 */

#contact-popup div.close-content {
  margin: 5px;
  padding: 0.5em 1em;
  cursor: pointer;
  border: 1px solid #ccc;
  text-align: center;
  display: block;
}

#contact-popup.popup-active div.close-content {
  display: none;
}

/** ***************************************************************************
 * フッター
 * ************************************************************************* */

#footer {
  padding: 15px 0;
  border-top: 12px solid #ffe167;
  background-color: #fff799;
  position: relative;
  z-index: 1
}

#footer a {
  color: inherit;
  text-decoration: underline;
}

#footer a:hover {
  text-decoration: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #footer {
    padding: 30px 0;
  }

}

/** ***************************************************************************
 * フッターナビ
 */

#footer-nav {
  display: none;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #footer-nav {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    justify-content: flex-start;
  }

}

/** ===========================================================================
 * ナビゲーション
 */

#footer-nav div.widget_blog_nav {
  min-width: 15%;
  margin-right: 30px;
}

#footer-nav div.widget_blog_nav ul li {
  padding-left: 0.75em;
  position: relative;
  z-index: 1;
}

#footer-nav div.widget_blog_nav ul li::before {
  content: '\e914';
  line-height: 1;
  font-family: icomoon;
  position: absolute;
  z-index: 1;
  top: 0.75em;
  left: 0;
}

#footer-nav div.widget_blog_nav ul li a {
  padding: 0.25em 0.5em;
  text-decoration: none;
  display: inline-block;
}

#footer-nav div.widget_blog_nav ul li a:hover {
  text-decoration: underline;
}

/** ===========================================================================
 * 記事カテゴリー
 */

#footer-nav nav.blog-category ul.list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
}

#footer-nav nav.blog-category ul.list li:first-child {
  display: none;
}

#footer-nav nav.blog-category ul.list li a {
  padding: 0.125em 0.25em;
  text-decoration: none;
  display: inline-block;
}

#footer-nav nav.blog-category ul.list li a:hover {
  text-decoration: underline;
}

/** ---------------------------------------------------------------------------
 * 1階層目
 */

#footer-nav nav.blog-category ul.list > li {
  min-width: 20%;
  margin-bottom: 2em;
  padding: 0 1.5em;
}

#footer-nav nav.blog-category ul.list > li > a {
  font-weight: 700;
}

/** ---------------------------------------------------------------------------
 * 2階層目
 */

#footer-nav nav.blog-category ul.list ul {
  margin-left: 1.375em;
  font-size: 0.875em;
}

#footer-nav nav.blog-category ul.list ul li {
  padding-left: 0.5em;
  position: relative;
  z-index: 1;
}

#footer-nav nav.blog-category ul.list ul li::before {
  content: '';
  border-radius: 100%;
  border: 3px solid #333;
  position: absolute;
  z-index: 1;
  top: 0.75em;
  left: 0;
}

/** ***************************************************************************
 * ページトップ
 */

#footer div.pagetop {
  width: 40px;
  height: 40px;
  position: fixed;
  z-index: 3;
  right: 13px;
  bottom: 100px;
  transition:
    visibility 0.3s ease-in-out 0.0s,
    opacity 0.3s ease-in-out 0.0s;
  visibility: hidden;
  opacity: 0;
}

body.scroll-active
#footer div.pagetop {
  visibility: visible;
  opacity: 1;
}

body.scroll-active
#footer.window-in div.pagetop {
  position: absolute;
  top: -65px;
  bottom: auto;
}

#footer div.pagetop a {
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: rgba(255, 0, 120, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

#footer div.pagetop a::before {
  content: '\e911';
  line-height: 1;
  font-family: icomoon;
  font-size: 20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #footer div.pagetop {
    width: 50px;
    height: 50px;
    bottom: 13px;
  }

  body.scroll-active
  #footer.window-in div.pagetop {
    top: -75px;
  }

}

/** ***************************************************************************
 * コピーライト
 */

#footer div.copyright {
  font-size: 0.875em;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:770px) {

  #footer div.copyright {
    margin-top: 20px;
  }

}
