@charset "UTF-8";

.contents {
 position: relative;
 font-family:  游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,"Sawarabi Mincho", serif;/*Georgia,*/
}
.contents .mar-style {
  width: calc(100% - 30px);
  margin: 0 auto 40px;
}
/*contents*/
@media screen and (min-width: 767px) {
  .contents {
    position: relative;
    width: auto;
    margin-top: 120px;
  }
  .contents .mar-style {
    max-width: 1000px;
    margin: 0 auto 40px;
  }
}
.contents .wide-style {
  width: 100%;
  margin: 56px auto 0;
}
@media screen and (min-width: 767px) {
  .contents .wide-style {
    width: 100%;
    margin: 0 auto;
  }
}
/*contents*/

/*nav*/
.inner {
  max-width: 1020px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}
/* header */
#top-head {
  position: absolute;
  top: -100px;
  z-index: 999;
  width: 100%;
  margin: 100px auto;
  line-height: 1;
  background-color: #000;
  display: block;
  font-family:  游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,"Sawarabi Mincho", serif;
 color: #000;
}
#top-head a, #top-head {
  color: #fff;
  text-decoration: none;
}
#top-head .inner {
  position: relative;
  margin: 12px 15px 28px;
  height: 110px;
}
#top-head .logo {
  font-size: 2.250em;
  max-width: 100px;
  margin: 15px auto 13px;
  padding-top: 10px;
}
#top-head .logo img {
  height: auto;
}
@media screen and (min-width: 767px) {
  #top-head {
    height: 120px;
    display: block;
  }
  #top-head .inner {
    height: calc(100% - 40px);
  }
  #top-head.fixed #mobile-head {
    width: 20%;
  }
  #top-head.fixed .inner {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1020px) {
  #top-head .inner {
    margin: 12px auto 15px;
    max-width: calc(100% - 76px);
  }

	#global-nav ul {
	  min-width: 900px;
	}

}
/*#global-nav*/
#global-nav ul {
  display: flex;
  justify-content: space-between;
  font-size: 0.750em;
  list-style: none;
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
#global-nav ul li {
  letter-spacing: 0.1em;
  cursor: pointer;
}
#global-nav ul ul {
  font-size: 12px;
}
/*||||||　@media 767以上　||||||*/
@media screen and (min-width: 767px) {
  #global-nav ul li {
    letter-spacing: 0.2em;
  }
  #top-head .logo {
    max-width: 140px;
  }
  #top-head.fixed .logo {
    max-width: 135px;
    margin-top: 10px;
  }
  #global-nav ul {
    font-size: 0.929rem;
  }
  #global-nav ul li {
    letter-spacing: 0.2em;
  }
  #global-nav ul li a {
    padding: 10px 10px 10px 10px;
    display: inline-block;
  }
  .fixed #global-nav {
    text-align: right;
    width: 80%;
    position: relative;
  }
  .fixed #global-nav ul {
    left: 0;
    padding-left: 20px;
  }
}
/*#global-nav*/

/*#mega-nav*/
#global-nav ul li .close_btn {
  display: block;
  position: absolute;
  width: 45px;
  height: 45px;
  top: 28px;
  right: 0px;
  z-index: 10;
  pointer-events: none;
}
#global-nav ul li .plus {
  width: 15px;
  height: 15px;
  display: block;
  cursor: context-menu;
  pointer-events: none;
}
#global-nav ul li .plus::before, #global-nav ul li .plus::after {
  display: block;
  content: "";
  position: absolute;
  width: 12px;
  height: 2px;
  background: #fff;
  pointer-events: none;
}
#global-nav ul li .plus::after {
  transform: rotate(90deg);
  transition: .2s ease-in-out;
}
#global-nav ul li.open .plus::after {
  transform: rotate(0deg);
  transition: .2s ease-in-out;
}
#global-nav ul.mega-navi, #global-nav ul.mega-navi2 {
  display: none;
  background-color: #fff;
  padding: 12px 0px 12px 20px;
}
#global-nav ul.mega-navi li {
  background-color: rgba(151, 136, 99, 0.00);
  width: calc(98.5% / 2);
  padding: 10px 20px;
  margin: 0 10px 10px -10px;
  display: inline-block;
  letter-spacing: 0.1em;
}
#global-nav ul.mega-navi li:hover {
  background-color: rgba(151, 136, 99, 0.30);
}
#global-nav ul.mega-navi li:last-child:hover {
  background-color: rgba(151, 136, 99, 0.0);
}
#global-nav ul.mega-navi li.PC_ONLY img {
  display: none;
}
#global-nav ul.mega-navi li.close {
  background-color: rgba(255, 255, 255, 0.00);
}
#global-nav ul.mega-navi .close_btn_pc {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding: 10px;
}
#global-nav ul.mega-navi .close_btn_pc img {
  width: 10px;
}
#global-nav ul.mega-navi a {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  color: #000;
}
#global-nav ul.mega-navi a img {
  height: 60px;
  width: auto;
}
#global-nav .mega-navi__unit span {
  background-color: #fff;
  color: #000;
}
#global-nav li.open ul.mega-navi, #global-nav li.open ul.mega-nav-sub {
  display: block;
}
#global-nav li.open ul.mega-nav-sub {
  background-color: #1D1D1D;
  color: #fff;
  border-top: 1px #666 solid;
}
/*||||||　@media 767以上　||||||*/
@media screen and (min-width: 767px) {
  #global-nav ul li .close_btn {
    display: none;
  }
#global-nav ul li .plus {
    display: none;
}
  #global-nav ul.mega-navi {
    list-style-type: none;
    position: absolute;
    top: 105px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    z-index: 50;
    text-align: left;
    max-width: 1100px;
    font-size: 14px;
    letter-spacing: 0;
    padding: 12px 0px 12px 20px;
	height: 310px;
  }
  #global-nav ul.mega-navi li {
    width: calc(98.5% / 4);
  }
  #global-nav ul.mega-navi li.PC_ONLY img {
    display: inline-block;
  }
  #global-nav ul.mega-navi a {
    padding: 0;
    color: #000;
    height: 70px;
  }
  .fixed #global-nav ul.mega-navi {
    top: 58px;
  }
  .fixed #global-nav ul.mega-navi a {
    color: #000;
  }
  #global-nav ul.mega-nav-sub {
    display: block;
    position: relative;
    background-color: #000;
    padding: 5px 0;
    width: 200px;
  }
  #global-nav ul.mega-nav-sub li {
    letter-spacing: 0;
  }
  #global-nav ul.mega-nav-sub li:hover:before {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 2px;
    display: inline-block;
    width: 50px;
    height: 1px;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translate(-50%);
    background-color: #fff;
  }
  #global-nav .mega-navi__unit span {
    display: flex;
    height: 24px;
    background-color: #fff;
    color: #000;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    width: 200px;
  }
  #global-nav ul.mega-nav-sub li a {
    display: flex;
    height: 36px;
    align-items: center;
    justify-content: center;
  }
  #top-head #global-nav ul.mega-navi li br, #top-head.fixed #global-nav ul.mega-navi li br {
    display: none;
  }
}
/*#mega-nav*/

/*.header-tools*/
#top-head .header-tools_wrap {
  position: absolute;
  top: 10px;
  right: 0;
  display: flex;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  font-size: 15px;
	z-index: 1;
}
#top-head.fixed .header-tools_wrap {
  display: none;
}
#top-head .header-tools_wrap ul.header-tools {
  display: flex;
  list-style: none;
  align-items: center;
  width: auto;
}
#top-head .header-tools_wrap ul.header-tools {
  display: none;
}
#top-head .header-tools_wrap ul.header-tools li {
  margin-left: 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  letter-spacing: 0.05em;
  font-size: 0.857rem;
}
#top-head .header-tools_wrap ul.header-tools li img {
  height: 20px;
  width: auto;
}
#top-head .header-tools_wrap ul.header-tools li.item1 {
  order: 1;
}
#top-head .header-tools__unit {
  position: relative;
}
#top-head .header-tools__unit:first-child {
  margin-right: 20px;
}
#top-head .header-tools__unit span, #footer_tool .header-tools__unit span {
  padding: 5px 1.8em 5px 0;
  background-image: url("../../img/pub/icon_user.png");
  background-repeat: no-repeat;
  background-size: auto 18px;
  background-position: center right;
}
#top-head .header-tools__unit:last-child span, #footer_tool .header-tools__unit:last-child span {
  background-image: url("../../img/pub/icon_cart.png");
}
@media screen and (min-width: 767px) {
  #top-head .header-tools_wrap ul.header-tools {
    display: flex;
  }
}


/* Fixed */
#top-head.fixed {
  position: absolute;
  top: 0;
  padding-top: 10px;
  margin-top: 0;
  height: 80px;
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}
#top-head.fixed #global-nav ul li a {
  color: #fff;
}
#top-head.fixed #global-nav ul ul li a {
  color: #000;
  padding: 0;
}
@media screen and (min-width: 767px) {
  #top-head.fixed {
    position: fixed;
  }
  #top-head.fixed .logo {
    padding-top: 0px;
    margin-top: 0;
    font-size: 0.875em;
  }
}
/* Fixed */

/* Toggle Button */
#nav-toggle {
  display: none;
  position: absolute;
  z-index: 101;
  right: 13px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
}
#nav-toggle div {
  position: relative;
}
#nav-toggle span {
  display: block;
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
  background: #666;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 0;
}
#nav-toggle span:nth-child(2) {
  top: 11px;
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
/* Toggle Button */

/*||||||　@media 766以下　||||||*/
@media screen and (max-width: 766px) {
  #top-head, .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: absolute;
    margin-top: 0;
  }
  #top-head .inner {
    position: relative;
    margin: 0;
    height: auto;
  }
  /* Fixed reset */
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head, .fixed #mobile-head {
    position: relative;
    z-index: 999;
    width: 100%;
    height: 56px;
    background: #000;
  }
  #top-head.fixed .logo, #top-head .logo {
    position: absolute;
    left: 13px;
    top: 0px;
    color: #fff;
    font-size: 1.625em;
    padding-top: 0;
  }
  /* #global-nav */
  #global-nav {
    position: absolute;
    top: -600px;
    width: 100%;
   /* padding: 10px 0;*/
    background: #333;
    text-align: center;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    position: static;
    display: block;
    right: 0;
    bottom: 0;
    font-size: 0.875em;
    list-style: none;
  }
  #global-nav ul li {
    float: none;
    position: relative;
  }
  #global-nav ul li + li {
    border-top: 1px #666 solid;
  }
  #global-nav ul.mega-navi li + li {
    border-top: none;
  }
  #global-nav ul li a, .fixed #global-nav ul li a {
    display: flex;
    width: 100%;
    padding: 0;
    height: 60px;
    align-items: center;
    justify-content: center;
    line-height: 1.8;
  }
  #global-nav ul.mega-navi li a, .fixed #global-nav ul.mega-navi li a {
    justify-content: space-between;
    text-align: left;
  }
  #global-nav ul.mega-navi li br, .fixed #global-nav ul.mega-navi li br {
    display: block;
  }
  #nav-toggle {
    display: block;
  }
  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
    -moz-transform: translateY(656px);
    -webkit-transform: translateY(656px);
    transform: translateY(656px);
  }
}
/* #global-nav */

/*footer_tool*/
#footer_tool {
  display: flex;
  bottom: 0;
  position: fixed;
  background-color: #000;
  color: #fff;
  width: 100%;
  z-index: 2;
  text-align: center;
}
#footer_tool ul {
  max-width: 820px;
  display: flex;
  width: calc(100% - 30px);
  margin: 15px auto !important;
  justify-content: space-between;
}
#footer_tool ul a {
  color: #fff;
}
#footer_tool ul li {
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48%;
  height: 32px;
  height: 40px;
}
#footer_tool ul li:first-child {
  
}
/*||||||　@media 767以上　||||||*/
@media screen and (min-width: 767px) {
  #footer_tool ul li {
    height: 32px;
  }
}
/*footer_tool*/


/*footer*/
#footer_contents {
  font-family:  游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo,"Sawarabi Mincho", serif;/*Georgia,*/
  width: 100%;
  padding: 40px 0 40px;
  background-color: #000;
  color: #fff;
  text-align: center;
}
#footer_contents a {
  color: #fff;
}
#footer_contents a:hover {
  color: #fff;
}
#footer_contents address {
  letter-spacing: 5px;
  font-style: normal;
}
#footer_contents .footerLogo {
  text-align: center;
}
#footer_contents .footerLogo img {
  width: 120px;
}
#footer_contents .inner p {
  font-size: 0.813em;
}
#footer_contents ul {
  margin: 20px 0;
}
#footer_contents ul li {
  margin: 10px 0;
  display: block;
  font-size: 0.75em;
}
#footer_contents .col2_01:first-child {
  width: 100%;
}
#footer_contents .col2_01 {
  width: 100%;
}
/*||||||　@media 767以上　||||||*/
@media screen and (min-width: 801px) {
  #footer_contents {
    width: 100%;
    height: 215px;
    padding: 80px 0 50px;
  }
  #footer_contents .inner {
    display: flex;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
    width: calc(100% - 30px);
  }
  #footer_contents .inner p {
    font-size: 0.875em;
  }
#footer_contents .footerLogo img {
  width: 170px;
}
  #footer_contents ul {
    display: flex;
    margin: 0;
  }
  #footer_contents ul li {
    margin: 0 40px 0 0;
    font-size: 0.875em;
  }
  #footer_contents .col2_01 {
    width: 50%;
  }
  #footer_contents .col2_01:nth-last-of-type(1) {
    text-align: right;
  }
}
/*footer*/


/*parts*/
.alpha a:hover {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.fade {
  opacity: 1;
}
#page-top {
  position: absolute;
  right: 15px;
  top: -15px;
  font-size: 13px;
  background-color: #000;
  padding: 5px 20px 0px;
}
#page-top a {
  color: #fff;
}
/*||||||　@media 1100以上　||||||*/
@media screen and (min-width: 1100px) {
  #page-top {
    position: absolute;
    right: 20px;
    top: 20px;
  }
}
/*parts*/