@charset "utf-8";
/* CSS Document */

/* google webfont */
 	
/* ****************************************************************************************************
   * 全体
**************************************************************************************************** */

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 300;
  src: local('NotoSerifCJKjp'),
       url('../../_font/NotoSerifCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSerifCJKjp-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 600;
  src: local('NotoSerifCJKjp'),
       url('../../_font/NotoSerifCJKjp-SemiBold.woff') format('woff'),
       url('../../_font/NotoSerifCJKjp-SemiBold.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSerifCJKjp';
  font-style: normal;
  font-weight: 900;
  src: local('NotoSerifCJKjp'),
       url('../../_font/NotoSerifCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSerifCJKjp-Black.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 300;
  src: local('NotoSansCJKjp'),
       url('../../_font/NotoSansCJKjp-Light.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Light.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansCJKjp'),
       url('../../_font/NotoSansCJKjp-Regular.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Regular.otf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 500;
  src: local('NotoSansCJKjp'),
       url('../../_font/NotoSansCJKjp-Medium.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Medium.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local('NotoSansCJKjp'),
       url('../../_font/NotoSansCJKjp-Bold.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Bold.ttf') format('opentype');
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 900;
  src: local('NotoSerifCJKjp'),
       url('../../_font/NotoSansCJKjp-Black.woff') format('woff'),
       url('../../_font/NotoSansCJKjp-Black.ttf') format('opentype');
}

/* ****************************************************************************************************
   * フォント設定
**************************************************************************************************** */

/* ****************************************************************************************************
   * 共通
**************************************************************************************************** */

@media screen and (min-width:736px) {
  [sp] {
    display: none;
  }
}

@media (min-width:1100px) {
  [sp] {
    position: fixed !important;
    top: -100%;
    left: -100%;
  }
}
@media (min-width:1024px) {
  [sp-nav] {
    position: fixed !important;
    top: -100%;
    left: -100%;
  }
}
@media (max-width:1023px) {
  [flex-nav] {
    display: none !important;
  }
}

@media (max-width:1100px) {
  [pc] {
    display: none !important;
  }
}

.br-pc {
  display: block;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.br-pc {
  display: inline;
}

}


/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.br-sp {
  display: block;
}

}


/* ****************************************************************************************************
   * common
**************************************************************************************************** */

.body {
  max-width: 1280px;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}

[class*="layout-flex"] {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.layout-2 {
  display: flex;
  justify-content: space-between;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.layout-2 {
  display: block;
}

}

/* ****************************************************************************************************
   * ヘッダー
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#header {
  padding: 10px 0;
  background: linear-gradient(#fdd000, #fdc503);
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
}

#header div.body {
  max-width: 1640px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out 0.0s;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header {
    width: 100%;
    padding: 10px 0;
    position: sticky;
    z-index: 3;
    top: 0;
    left: 0;
  }

}

@media print, screen and (min-width:1301px) {

  #header div.body {
    padding-bottom: 0 !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

#header .header-inner {
  padding-top: 10px;
  transition: 0.1s;
}

#header .header-inner .body {
  max-width: /*1360px*/100%;
  margin: 0 auto;
  padding: 0 20px;
}

#header .text {
  font-size: 13px;
  font-weight: normal;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.nav-fixed #header .header-inner {
  padding-top: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
}

#header .header-inner {
  padding-top: 0;
  transition: 0.1s;
}

#header .header-inner .body {
  max-width: 1360px;
  margin: 0 auto;
  padding: 0 10px;
}

#header .text {
  font-size: 10px;
  font-weight: normal;
}

}

/* ----------------------------------------------------------------------------------------------------
   * ロゴ
/* ------------------------------------------------------------------------------------------------- */

#header div.logo img {
  width: 100px;
}
#header div.logo .text {
  margin-bottom: 0.5em;
}

/* :::::::: ブレイクポイント :::::::: */

@media print, screen and (min-width:1051px) {

  #header div.logo img {
    width: 200px;
    margin-right: 1.875%;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー：右メニュー
/* ------------------------------------------------------------------------------------------------- */

#header .header {
/*  width: 63%;*/
  margin-right: 0;
  margin-left: auto;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1023px) {

#header .header {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#header .header {
  margin-left: 0;
  margin-right: auto;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 会員情報メニュー（ゲスト/ログイン/会員登録）
/* ------------------------------------------------------------------------------------------------- */

#header ul.member {
  margin-top: 0.5em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#header ul.member > li {
  position: relative;
  text-align: center;
  font-size: 15px;
  padding-left: 1.25em;
}


#header ul.member > li a {
  display: block;
  padding: 2px 10px 2px 30px;
}

#header ul.member li a:hover {
  background: rgb(255,255,255,.6);
  border-radius: 5px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1023px) {

#header ul.member[pc] {
  display: none;
}

#header ul.member[sp-nav] {
  margin-top: 0;
  display: block;
  justify-content: flex-start;
  align-items: center;
}

#header ul.member > li {
  position: relative;
  text-align: left;
  font-size: 15px;
  padding: 10px;
  border-bottom: 1px solid #f2f2f2;
}
#header ul.member > li:nth-child(2) {
  padding: 10px;
}

#header ul.member > li a {
  display: block;
  padding: 0;
}
#header ul.member > li:nth-child(3) a {
  display: block;
  padding: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1023px) {

#header ul.member > li {
  position: relative;
  text-align: left;
  font-size: 15px;
  padding: 0;
  border-bottom: 1px solid #f2f2f2;
}
#header ul.member > li:nth-child(1) {
  padding: 10px;
}
#header ul.member > li:nth-child(2) {
  padding: 0;
}

#header ul.member > li:nth-child(3) a {
  display: block;
  padding: 10px;
}

#header ul.member > li a {
  display: block;
  padding: 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

#header ul.member > li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top:50%;
  left:10px;
  margin-top: -10px;
}
#header ul.member > li:nth-child(1)::before {
  background: url("../../_images/_common/user.png") no-repeat;
  width: 15px;
  height: 20px;
  left: 0;
}

#header ul.member > li:nth-child(2)::before {
  background: url("../../_images/_common/login.png") no-repeat;
  width: 17px;
  height: 20px;
  left: 25px;
}

#header ul.member > li:nth-child(3)::before {
  background: url("../../_images/_common/member.png") no-repeat;
  width: 22px;
  height: 20px;
  left: 25px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1023px) {

#header ul.member > li::before {
  display: none;
}
}

/* ----------------------------------------------------------------------------------------------------
   * ショッピングカート
/* ------------------------------------------------------------------------------------------------- */

@media screen and (min-width: 62.5em) {
  .incart-btn {
    min-width: 160px;
    margin-top: 0;
    float: right;
  }
  .incart-btn a {
    background-color: #000;
    padding: 6px .714286em;
    text-align: center;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
    color: #fff;
    padding-left: 15px !important;
    border-radius: 5px;
  }
  .incart-btn a:hover {
    background: rgb(255,255,255,.4) !important;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ヘッダー内容
/* ------------------------------------------------------------------------------------------------- */

#header .contents {
  position: relative;
  width: 100%;
  transition: 0.3s;
}
#header .contents .layout-flex {
  align-items: center;
  justify-content: flex-end;
}

#header .contents .body {
  max-width: 1360px;
  align-items: center;
  position: relative;
  display: table;
  margin-top: 20px;
}
#header .contents .body > * {
  display: table-cell;
  vertical-align: middle;
}
#header .contents a {}

#header .nav {
  width: 100%;
  margin-top: 0px;
  margin-right: 0;
  margin-left: auto;
  text-align: center;
  vertical-align: bottom;
}

#header .nav a {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1023px) {

#header .contents .body {
  max-width: 1360px;
  align-items: center;
  position: relative;
  display: table;
  margin-top: 0;
}

#header .nav {
  width: 100%;
  margin:0 auto;
  text-align: center;
  padding-right: 0;
}
#header .contents {
  padding-top: 0;
  z-index: 9999;
  width: 100%;
  height: 50px;
  padding: 0;
  transition: 0.3s;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#header .contents.scroll {
  background: #fff;
  box-shadow: 2px 0px 7px 0px #888888;
}
#header .contents.fixed {
  position: fixed;
  top:0;
  height: 50px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1023px) {

#header .contents {
  height: 50px;
  display: flex;
  align-items: center;
}

#header .contents .layout-flex {
  align-items: center;
  justify-content: flex-start;
}

}

/* ****************************************************************************************************
   * ドロップダウン
**************************************************************************************************** */

#header .nav ul.dropdown {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  margin: 0 10px;
}
#header .nav ul.dropdown > li:last-child {
  margin-right: 0;
}
#header .nav ul.dropdown > li > a {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 10px;
  font-weight: bold;
  line-height: 1;
}

#header .nav ul.dropdown > li > a span {
  display: block;
  line-height: 1.0;
}

#header .nav ul.dropdown > li a:hover,
#header .nav ul.dropdown > li.current a {}

#header .nav ul.dropdown > li > a:after {
  content: '';
  position: absolute;
  display: block;
  height: 3px;
  background: rgba(51, 51, 51, 1.0);
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.2s left, 0.2s right;
}
#header .nav ul.dropdown > li > a:hover:after,
#header .nav ul.dropdown > li.current > a:after,
#header .nav ul.dropdown > li[current] > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}
#header .nav ul.dropdown ul {
  position: absolute;
  left: 1px;
  min-width: 100%;
  box-shadow: 0 0 3px rgba(0,0,0,0.2);
  margin-top: 3px;
}

#header .nav ul.dropdown ul.item-1 {
  width: 220px;
}

#header .nav ul.dropdown ul.item-2 {
  width: 250px;
}

#header .nav ul.dropdown ul li a {
  display: block;
  text-decoration: none;
  padding: 0.75em 1em;
  background: #fff;
  border: 1px solid #f2f2f2;
  margin-top: -1px;
}
#header .nav ul.dropdown ul li a:hover {
  background: #fffaed;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1200px) {

#header .nav ul.dropdown > li {
  position: relative;
  z-index: 1;
  text-align: center;
  transition: 0.3s;
  margin: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1023px) {

#header .nav ul.dropdown {
  margin-bottom: 0;
}

#header .nav ul.dropdown > li > a {
  position: relative;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  padding: 0 10px 10px;
  font-weight: bold;
  line-height: 1;
}


}

@media (max-width:1023px) {

#header .nav ul.dropdown {
  width: 100%;
  display: table;
  margin-top: 0px;
}
  #header .nav ul.dropdown ul {
    margin-top: 0;
  }
  #header .nav ul.dropdown > li {
    position: relative;
    display: /*block*/table;
    border-bottom: 1px solid #f2f2f2;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 0;
	}

/* incart-btn */
  #header .nav ul.dropdown > li .incart-btn {}
  #header .nav ul.dropdown > li .incart-btn a {}
  #header .nav ul.dropdown > li .incart-btn a i {
    padding-left: 7px;
    margin-right: 10px;
  }

#header .nav ul.dropdown > li:hover,
#header .nav ul.dropdown > li.current,
#header .nav ul.dropdown > li.current > a,
#header .nav ul.dropdown > li[current] > a {
  background: #f4f4f4;
}

  #header .nav ul.dropdown li::after {
    display: none;
  }
  #header .nav ul.dropdown li:first-child::before {
    display: none;
  }

  #header .nav ul.dropdown > li > a {
    display: /*block*/table-cell;
    vertical-align: middle;
    text-align: left;
    padding:20px 10px;
    font-size: 15px;
  }

#header .nav ul.dropdown > li > a span {
  display: inline-block;
  line-height: 1.0;
}

#header .nav ul.dropdown > li > a::before {
  display: none;
}

#header .nav ul.dropdown > li > a:after {
  content: '';
  position: absolute;
  display: block;
  height: 2px;
  background: #ffbe2e;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  transition: 0.2s left, 0.2s right;
}
#header .nav ul.dropdown > li > a:hover:after,
#header .nav ul.dropdown > li[current] > a:after {
  left: 0;
  right: 0;
  opacity: 1;
}

#header .nav ul.dropdown > li[current] {
  border-bottom: 0;
}

/* ----------------------------------------------------------------------------------------------------
   * 下層メニュー
/* ------------------------------------------------------------------------------------------------- */

  #header .nav ul.dropdown li.parent {
    display: block;
    border-right: 0 !important;
    border-bottom: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown li.parent a {
    width: calc( 100% - 50px );
  }
  #header .nav ul.dropdown li.parent:after {
    content: '';
    position: absolute;
    top: 15px;
    right: 20px;
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid #848473;
    border-bottom: 2px solid #848473;
    transform: rotate(45deg);
		background: none;
  }
  #header .nav ul.dropdown li.parent.active:after {
    top: 20px;
    transform: rotate(-135deg);
  }
  #header .nav ul.dropdown ul {
    position: static;
    display: block;
    border: none;
    box-shadow: none;
/*    margin-bottom: -0.75em;*/
  }
  #header .nav ul.dropdown > li > ul > li > a{
    border-top: 1px solid #e4e4e4;
  }
  #header .nav ul.dropdown ul li {
    border: none;
    padding: 0;
  }
  #header .nav ul.dropdown ul li a {
    padding-left: 2em;
    border: 0;
  }
  #header .nav ul.dropdown > li > a:after {
  }
  #header .nav ul.dropdown > li > a {
    height: auto;
    text-align: left;
    color:#333;
  }




  /* icon */
  .icon-menu-trigger {
    display: block !important;
    position: absolute;
    top:0;
    right: 0;
    width: 40px;
    height: 0;
    padding-top: 40px;
    background: #333;
    -webkit-appearance: none;
    border: none;
    z-index: 9999999999;
  }
  .icon-menu-trigger:before,
  .icon-menu-trigger:after,
  .icon-menu-trigger span:before {
    content: '';
    position: absolute;
    left: 20%;
    display: block;
    width: 60%;
    height: 0;
    padding-top: 2px;
    background: #fff;
  }
  .icon-menu-trigger:before {
    top: 29%;
    transition: 0.2s top, 0.2s transform;
  }
  .icon-menu-trigger:after {
    top: 47%;
    transition: 0.2s opacity;
  }
  .icon-menu-trigger span:before {
    top: 66%;
    transition: 0.2s top, 0.2s transform;
  }
  
  /* active */
  .icon-menu-trigger.nav-active:before {
    top: 50%;
    transform: rotate(135deg);
  }
  .icon-menu-trigger.nav-active:after {
    opacity: 0;
  }
  .icon-menu-trigger.nav-active span:before {
    top: 50%;
    transform: rotate(45deg);
  }

/* ----------------------------------------------------------------------------------------------------
   * グローバルメニューアクティブ時の動き
/* ------------------------------------------------------------------------------------------------- */

  #wrapper {
    position: relative;
    left: 0;
    transition: 0.2s left;
  }
  #wrapper.nav-active {
    left: -290px;
  }
  #sp-nav {
    position: fixed;
    top: 52px;
    right: -290px;
    bottom: 0;
    z-index: 9999;
    width: 290px !important;
    background: #fff;
    overflow-y: auto;
    transition: 0.2s right;
  }
.nav-fixed #sp-nav {
  top: 0;
  /*
  height: 0;
  padding: 0;
  overflow: hidden;
  */
}

  #wrapper.nav-active {
    right: 0;
  }
  .nav-active #header .nav {
    top: 0;
    right: 0;
  }

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * メインコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* -------------------------------------------------------------------------------------------------
   * 共通
/* ---------------------------------------------------------------------------------------------- */

#main-contents {}

#main-contents div.body {}


/* ****************************************************************************************************
   * パンくず
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb {
  background: #333333;
  color: #fff;
}

#breadcrumb div.body {
  max-width: 1640px !important;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0 10px !important;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#breadcrumb div.body {
  padding: 0 !important;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#breadcrumb {}

#breadcrumb div.body {
  padding:20px 10px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#breadcrumb ol,
#breadcrumb ol li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#breadcrumb ol {
  margin:0;
  padding:5px 0 10px;
}
#breadcrumb ol li {
  font-size: 14px;
  letter-spacing: normal;
  display: inline-block;
}
#breadcrumb ol li::after {
  content: '>';
  margin: 0 10px 0 10px;
}
#breadcrumb ol li:last-child::after {
  content: none;
}
#breadcrumb ol li a {
  text-decoration: none;
  color:#ffbe2e;
}
#breadcrumb ol li a:hover {
  text-decoration: underline;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#breadcrumb ol {
  padding: 0 10px;
}

}

/* ****************************************************************************************************
   * ページナビ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#page-nav {}

#page-nav .body {
/*  max-width: 1000px !important;*/
  padding: 0 !important;
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#page-nav ul {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#page-nav ul li {
  width: /*12%*/auto;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s color,0.2s all;
  background: #ffbe2e;
  margin-bottom: 10px;
}

#page-nav ul li:hover,
#page-nav ul li.current,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding:5px 10px;
}

#page-nav ul li a:after {
  display: none;
}
#page-nav ul li a:hover {
  opacity: 0.7;
}

#page-nav ul li a:hover:after {
  bottom: 1.5em;
}

#page-nav ul li a span {
  position: relative;
  display: block;
  line-height: 1.2;
}
#page-nav ul li a span:before {}

#page-nav ul li:last-child a span:after {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#page-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#page-nav ul li {
  width: 48%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  transition: 0.2s color,0.2s all;
  background: #ffbe2e;
  color: #fff;
  margin-right: 0;
  margin-bottom: 15px;
}

#page-nav ul li:hover,
#page-nav ul li[current] {}

#page-nav ul li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding:10px;
}

#page-nav ul li a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: -8px auto;
  transition: 0.2s bottom;
}
#page-nav ul li a:hover {
  opacity: 0.7;
}

#page-nav ul li a:hover:after {
  bottom: 1.5em;
}

#page-nav ul li a span {
  position: relative;
  display: block;
}
#page-nav ul li a span:before {}

#page-nav ul li:nth-child(2) a span:after,
#page-nav ul li:last-child a span:after {}

}

/* -------------------------------------------------------------------------------------------------
   * 要素が3つ
/* ---------------------------------------------------------------------------------------------- */

#page-nav ul.flex-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#page-nav ul.flex-3 li {
  width: 33.3333%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s color,0.2s all;
}

#page-nav ul.flex-3 li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding:20px;
}

#page-nav ul.flex-3 li a span {
  line-height: 1;
}

#page-nav ul.flex-3 li a:after {
  display: none;
}

#page-nav ul.flex-3 li a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  left: -20px;
}
#page-nav ul.flex-3 li:last-child a span:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: -20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#page-nav ul.flex-3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#page-nav ul.flex-3 li {
  width: 50%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s color,0.2s all;
}

#page-nav ul.flex-3 li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding:20px;
}

#page-nav ul.flex-3 li a:after {
  display: none;
}

#page-nav ul.flex-3 li a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  left: -20px;
}
#page-nav ul.flex-3 li:nth-child(4) a span:after,
#page-nav ul.flex-3 li:last-child a span:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: -20px;
}

}

/* -------------------------------------------------------------------------------------------------
   * 要素が4つ
/* ---------------------------------------------------------------------------------------------- */

#page-nav ul.flex-4 li a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  left: -20px;
}
#page-nav ul.flex-4 li:last-child a span:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: -20px;
}

#page-nav ul.flex-4 li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding:20px;
}

#page-nav ul.flex-4 li a:after {
  display: none;
}

/* -------------------------------------------------------------------------------------------------
   * 要素が6つ（7つ）
/* ---------------------------------------------------------------------------------------------- */

#page-nav ul.flex-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

#page-nav ul.flex-6 li {
  width: /*16.6666%*/14.2%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s color,0.2s all;
}

#page-nav ul.flex-6 li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding:20px;
}

#page-nav ul.flex-6 li a:after {
  display: none;
}

#page-nav ul.flex-6 li a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  left: -20px;
}
#page-nav ul.flex-6 li:last-child a span:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: -20px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#page-nav ul.flex-6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#page-nav ul.flex-6 li {
  width: 50%;
  position: relative;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  transition: 0.2s color,0.2s all;
}

#page-nav ul.flex-6 li a {
  position: relative;
  display: block;
  color: inherit;
  text-decoration: none;
  padding:20px;
}

#page-nav ul.flex-6 li a:after {
  display: none;
}

#page-nav ul.flex-6 li a span:before {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  left: -20px;
}
#page-nav ul.flex-6 li:nth-child(4) a span:after,
#page-nav ul.flex-6 li:last-child a span:after {
  content: "";
  display: block;
  width: 1px;
  height: 30px;
  background: #bbbbbb;
  position: absolute;
  top: 0;
  right: -20px;
}

}

/* ****************************************************************************************************
   * 地図
**************************************************************************************************** */

iframe {}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

iframe {
  height: 250px;
}

}

/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
   * サイドコンテンツ
/* ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */

/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

#side-contents {
  width: 250px;
  margin-right: 30px;
  order: 1;
}

#side-contents .body {
  padding: 0 !important;
}

#side-contents section ~ section {
  margin-top: 30px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1500px) {

#side-contents .body {
  padding: 0 !important;
}

#side-contents section ~ section {
  margin-top: 30px;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#side-contents {
  width: 100%;
  float: none;
  padding-right: 0;
  clear: both;
  margin-top: 50px;
}

#side-contents section ~ section {
  margin-top: 30px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

#side-contents .title {
  background: #ffbe2e;
  color:#000;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  padding: 10px;
}

/* ****************************************************************************************************
   * 検索キーワード
**************************************************************************************************** */

#side-contents #search {}

#side-contents #search #side-search-2 {}

.widget_search div {
  border:2px solid #000;
}
.widget_search .search-text {
  padding: 10px;
}
.widget_search .searchsubmit {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 7px;
  background: #000;
  color: #fff;
  min-height: 44px;
}
.widget_search .searchsubmit:hover {
  opacity: 0.7;
  background: #000;
  color: #fff;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.widget_search .searchsubmit {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 7px;
  background: #000;
  color: #fff;
  min-height: 46px;
  width:46px;
  height: 46px;
}
}


/* ****************************************************************************************************
   * 商品カテゴリ
**************************************************************************************************** */

#side-contents #menu-1 {}

#side-contents #menu-1 .body {
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-1 ul {
  margin-top: 0;
  padding-top: 20px;
  background: #fff;
  padding: 10px;
}

#side-contents #menu-1 ul li ~ li {
  padding-top: 10px;
}

#side-contents #menu-1 ul li {}

#side-contents #menu-1 ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding:5px 30px 5px 10px;
  word-break:break-all; /* 改行*/
}
#side-contents #menu-1 ul li a:hover {
  background: #ffbe2e;
}

#side-contents #menu-1 ul li a .images {
  width: 50px;
  min-width: 50px;
}

#side-contents #menu-1 ul li a img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.1);
  image-rendering: -webkit-optimize-contrast;
}

#side-contents #menu-1 ul li .images > p {
  padding: 0 !important;
}

#side-contents #menu-1 ul li p.caption {
  margin-top: 0;
  font-size: 14px;
  padding-left: 10px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#side-contents #menu-1 ul li a {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding:5px 25px 5px 10px;
}

}

/* ****************************************************************************************************
   * 商品状態について
**************************************************************************************************** */

#side-contents #menu-2 {}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-2 ul {
  margin-top: 0;
  padding-top: 1em;
  background: #ededed;
  padding: 10px;
}

#side-contents #menu-2 ul li ~ li {
  margin-top: 20px;
}

#side-contents #menu-2 ul li a {
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
}

#side-contents #menu-2 ul li a:hover {
  background: #fff;
}

#side-contents #menu-2 ul li p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 10px;
}

/* ----------------------------------------------------------------------------------------------------
   * カテゴリ
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-2 span {
  font-size: 12px;
  color:#fff;
  text-align: center;
  min-width: 80px;
}

#side-contents #menu-2 .status-1 {
  background: #ff002a;
}
#side-contents #menu-2 .status-2 {
  background: #ffbe2e;
}
#side-contents #menu-2 .status-3 {
  background: #1d8852;
}
#side-contents #menu-2 .status-4 {
  background: #c68a09;
}
#side-contents #menu-2 .status-5 {
  background: #979797;
}


/* ****************************************************************************************************
   * 検査状態について
**************************************************************************************************** */

#side-contents #menu-3 {}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-3 ul {
  margin-top: 0;
  padding-top: 1em;
  background: #ededed;
  padding: 10px;
}

#side-contents #menu-3 ul li ~ li {
  margin-top: 20px;
}

#side-contents #menu-3 ul li a {
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
}

#side-contents #menu-3 ul li a:hover {
  background: #fff;
}

#side-contents #menu-3 ul li p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 10px;
}

/* ----------------------------------------------------------------------------------------------------
   * カテゴリ
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-3 span {
  font-size: 12px;
  color:#fff;
  text-align: center;
  min-width: 80px;
}

#side-contents #menu-3 .inspection-1 {
  background: #00a960;
}
#side-contents #menu-3 .inspection-2 {
  background: #0099CE;
}
#side-contents #menu-3 .inspection-3 {
  background: #F6AD3C;
}
#side-contents #menu-3 .inspection-4 {
  background: #D4987E;
}


/* ****************************************************************************************************
   * 販売状態について
**************************************************************************************************** */

#side-contents #menu-4 {}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-4 ul {
  margin-top: 0;
  padding-top: 1em;
  background: #ededed;
  padding: 10px;
}

#side-contents #menu-4 ul li ~ li {
  margin-top: 20px;
}

#side-contents #menu-4 ul li a {
  display: flex;
  justify-content: flex-start;
  align-items:flex-start;
}

#side-contents #menu-4 ul li a:hover {
  background: #fff;
}

#side-contents #menu-4 ul li p {
  margin-top: 0;
  font-size: 14px;
  line-height: 1.4;
  margin-left: 10px;
}

/* ----------------------------------------------------------------------------------------------------
   * カテゴリ
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-4 span {
  font-size: 12px;
  color:#fff;
  text-align: center;
  min-width: 80px;
}

#side-contents #menu-4 .sales-1 {
  background: #EE87B4;
}
#side-contents #menu-4 .sales-2 {
  background: #5D5099;
}
#side-contents #menu-4 .sales-3 {
  background: #696969;
}

/* ****************************************************************************************************
   * サービス
**************************************************************************************************** */

#side-contents #menu-5 {}

#side-contents #menu-5 .body {
  box-shadow: 0px 0px 16px -6px rgba(0,0,0,0.6);
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

#side-contents #menu-5 ul {
  margin-top: 0;
}

#side-contents #menu-5 ul li {
  background: #fff;
}

#side-contents #menu-5 ul li ~ li {
  margin-top:3px;
}

#side-contents #menu-5 ul li a {
  position: relative;
  display: block;
  background: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0 10px 3.5em;
  transition: 0.3s;
}

#side-contents #menu-5 ul li a:hover {
  background: #ffbe2e;
}

#side-contents #menu-5 ul li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
}
#side-contents #menu-5 ul li:nth-child(1) a::before {
  background: url("../../_images/_common/side-icon-1.png") no-repeat;
  width: 30px;
  height: 30px;
}
#side-contents #menu-5 ul li:nth-child(2) a::before {
  background: url("../../_images/_common/side-icon-2.png") no-repeat;
  width: 22px;
  height: 28px;
}
#side-contents #menu-5 ul li:nth-child(3) a::before {
  background: url("../../_images/_common/side-icon-3.png") no-repeat;
  width: 26px;
  height: 21px;
}

/* ****************************************************************************************************
   * バナー
**************************************************************************************************** */

#side-contents #menu-6 {}

#side-contents #menu-6 li {
  text-align: center;
}
#side-contents #menu-6 li img {
}


/* ****************************************************************************************************
   * お買い物ガイド
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.shopping {
  position: relative;
  background: #ffbe2e;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.shopping .body {
  padding: 0 20px !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.shopping .title-area {
  text-align: center;
}

.shopping .title {
  position: relative;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border-bottom: 5px solid #000;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.shopping .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.shopping .title {
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-bottom: 5px solid #000;
  color: #000;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.shopping .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 35px;
}

}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.shopping ul.list {
  margin-top: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shopping ul.list li {}

.shopping ul.list li a {
  position: relative;
  transition: 0.3s;
  display: block;
}

.shopping ul.list li a:hover {
  background: rgba(255,255,255,.7);
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.shopping ul.list {
  margin-top: 20px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.shopping ul.layout-flex-4 > :nth-child(n+3) {
  margin-top: 10px;
}

.shopping ul.list li a {
  position: relative;
  transition: 0.3s;
  display: block;
  padding:10px;
}

.shopping ul.list li a:hover {
  background: #f4f4f4;
}

}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.shopping ul.list li .text {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.shopping ul.list li .text {
  position: relative;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}

}

/* ----------------------------------------------------------------------------------------------------
   * アイコン
/* ------------------------------------------------------------------------------------------------- */

.shopping ul.list li .text::before {
  content: "";
  display:block;
  margin: 0 auto 20px;
  width: 200px;
  height: 201px;
}
.shopping ul.list li:nth-child(1) .text::before {
  background: url("../../_images/_common/guide-1.png") no-repeat;
}
.shopping ul.list li:nth-child(2) .text::before {
  background: url("../../_images/_common/guide-2.png") no-repeat;
}
.shopping ul.list li:nth-child(3) .text::before {
  background: url("../../_images/_common/guide-3.png") no-repeat;
}
.shopping ul.list li:nth-child(4) .text::before {
  background: url("../../_images/_common/guide-4.png") no-repeat;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.shopping ul.list li .text::before {
  content: "";
  display:block;
  margin: 0 auto 20px;
  width: 100px;
  height: 100px;
}
.shopping ul.list li:nth-child(1) .text::before {
  background: url("../../_images/_common/guide-1.png") no-repeat;
  background-size: 100px 100px;
}
.shopping ul.list li:nth-child(2) .text::before {
  background: url("../../_images/_common/guide-2.png") no-repeat;
  background-size: 100px 100px;
}
.shopping ul.list li:nth-child(3) .text::before {
  background: url("../../_images/_common/guide-3.png") no-repeat;
  background-size: 100px 100px;
}
.shopping ul.list li:nth-child(4) .text::before {
  background: url("../../_images/_common/guide-4.png") no-repeat;
  background-size: 100px 100px;
}
}


/* ****************************************************************************************************
   * お問い合わせ
**************************************************************************************************** */
/* ----------------------------------------------------------------------------------------------------
   * 共通
/* ------------------------------------------------------------------------------------------------- */

.contact {
  position: relative;
  background: url("../../_images/_common/contact-bg.jpg") no-repeat;
  background-size: cover;
  background-position: top;
  clear: both;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact .body {
  padding: 0 20px !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * タイトル
/* ------------------------------------------------------------------------------------------------- */

.contact .title-area {
  text-align: center;
}

.contact .title {
  position: relative;
  font-size: 16px;
  display: inline-block;
  text-align: center;
  border-bottom: 5px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.contact .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 50px;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact .title {
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  border-bottom: 5px solid #fff;
  color: #fff;
  font-weight: bold;
  line-height: 1.2;
  padding-bottom: 1.0em;
}

.contact .title::before {
  content: attr(data-txt);
  display: block;
  font-size: 35px;
}
}

/* ----------------------------------------------------------------------------------------------------
   * テキスト
/* ------------------------------------------------------------------------------------------------- */

.contact .text {
  margin-top: 40px;
  color:#fff;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact .text {
  margin-top: 20px;
  color:#fff;
  text-align: center;
}
}

/* ----------------------------------------------------------------------------------------------------
   * リスト
/* ------------------------------------------------------------------------------------------------- */

.contact ul.list {
  align-items: center;
  padding: 0 30px;
}

.contact ul.list li {
  position: relative;
  text-align: center;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

.contact ul.list {
  padding: 0;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact ul.list li ~ li {
  margin-top: 20px !important;
}

}

/* ----------------------------------------------------------------------------------------------------
   * 電話
/* ------------------------------------------------------------------------------------------------- */

.contact ul.list li.tel {
  max-width: 300px;
  color:#fff;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------------------------------------
   * メールフォーム
/* ------------------------------------------------------------------------------------------------- */

.contact ul.list li.mail {
  position: relative;
  width: 300px;
  margin: 0 auto;
}

.contact ul.list li.mail a {
  background: none;
  border:1px solid #fff;
  color:#fff;
  display: block;
  transition: 0.3s;
  padding:10px;
}

.contact ul.list li a:hover {
  background: #ffbe2e;
  color: #000;
  border:1px solid #ffbe2e;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

.contact ul.list li.mail {
  width: 90%;
  font-size: 20px;
  margin-top: 20px;
}

.contact ul.list li.mail a {
  display: block;
  transition: 0.3s;
  padding: 20px 10px;
  font-size: 16px;
}

}

/* ****************************************************************************************************
   * フッター
**************************************************************************************************** */

#footer {
  position: relative;
  background: #fff;
  text-align: center;
  color: #333;
}

#footer .footer {
  padding: 70px 0;
}


#footer .footer a {
  color: #de9d0d;
}

#footer .copyright {
  text-align: center;
  padding-bottom: 10px;
}

@media (max-width:736px) {
  #footer .footer {
    padding: 60px 0;
  }
  #footer .copyright {
    padding-bottom: 10px;
  }
}

/* ----------------------------------------------------------------------------------------------------
   * ページトップ
/* ------------------------------------------------------------------------------------------------- */

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 200px;
  font-size: 77%;
	z-index: 999;
}
#pagetop a {
  background: rgba(0,0,0,0.9) ;
  text-decoration: none;
  color: #fff;
  width: 60px;
  height: 60px;
  text-align: center;
  display: block;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 4px #fff;
  border-left: solid 4px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
  margin-top: -4px;
  transition: 0.2s right;
}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:1100px) {

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  font-size: 77%;
	z-index: 999;
}

}

/* :::::::: ブレイクポイント :::::::: */

@media screen and (max-width:736px) {

#pagetop {
  position: fixed;
  bottom: 70px;
  right: 10px;
  font-size: 77%;
  z-index: 999;
  margin-top: 0;
}
#pagetop a {
  background: rgba(0,0,0,0.9) ;
  text-decoration: none;
  color: #fff;
  width: 30px;
  height: 30px;
  text-align: center;
  display: block;
  border:1px solid #fff;
}
#pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
#pagetop a:before {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
  margin-top: -4px;
  transition: 0.2s right;
}
}

/* ----------------------------------------------------------------------------------------------------
   * 下部固定メニュー
/* ------------------------------------------------------------------------------------------------- */

.fixbtn {
  position: sticky;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
  background: #ffbe2e;
}

.fixbtn ul {
  width: 100%;
  display: flex;
  justify-content: center;
}

.fixbtn ul li a {
  display: block;
}