@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  /*font: inherit;*/
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/***********************************************************************
base style
**********************************************************************/
html {
  font-size: 62.5%;
}

body {
  font-family: 'Garamond', 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'MS PMincho', 'Meiryo', serif;
  line-height: 1.5;
  min-width: 320px;
  color: #222222;
  background: #ffffff;
  font-size: 14px;
  font-size: 1.4rem;
}

::selection {
  background: #83971d;
}

::-moz-selection {
  background: #83971d;
}

img {
  vertical-align: top;
}

a {
  color: #222222;
}

a:hover {
  text-decoration: none;
}

/* layout base
----------------------------------------------------------*/
body {
  min-width: 1000px;
  -webkit-text-size-adjust: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

/***********************************************************************
layout rule
**********************************************************************/
.l-half-left {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
}

.l-half-right {
  float: right;
  box-sizing: border-box;
  width: 50%;
  padding-left: 20px;
}

/***********************************************************************
utility rule
**********************************************************************/
/* clearfix
----------------------------------------------------------------------*/
.clearfix:after {
  display: block;
  clear: both;
  content: '';
}

/* imghover
----------------------------------------------------------------------*/
.u-ov:hover {
  opacity: .7;
}

.u-dib {
  display: inline-block;
}

.u-gothic {
  font-family: 'YuGothic', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Osaka', sans-serif;
}

.u-min {
  font-family: 'Garamond', 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'MS PMincho', 'Meiryo', serif;
}

@media only screen and (min-width: 1300px) {
  .u-hidden-pcL {
    display: none;
  }
}

@media only screen and (max-width: 1299px) {
  .u-hidden-pcS {
    display: none;
  }
}

/***********************************************************************
module rule
**********************************************************************/
/***********************************
 title
*********************************** */
.m-tit-type01 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 5px 0 5px 40px;
  background: url(../images/common/icon_01.png) no-repeat left top;
  font-size: 28px;
  font-size: 2.8rem;
}

.m-tit-type02 {
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 5px 0 5px 31px;
  background: url(../images/common/icon_01.png) no-repeat left top;
  font-size: 20px;
  font-size: 2rem;
  background-size: 27px 30px;
}

/***********************************
 carousel
*********************************** */
.m-carousel {
  position: relative;
  padding: 0 35px;
}
.m-carousel .list-wrap {
  position: relative;
}
.m-carousel .item-list li {
  float: left;
  box-sizing: border-box;
  width: 20%;
  padding: 0 5px;
}
.m-carousel .item-list li:first-child {
  margin-left: 0;
}
.m-carousel .item-list li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.m-carousel .item-list li .thumb-wrap {
  position: relative;
}
.m-carousel .item-list li .thumb {
  margin-bottom: 15px;
}
.m-carousel .item-list li .thumb img {
  width: 100%;
}
.m-carousel .item-list li .num {
  position: absolute;
  top: -3px;
  left: 10px;
}
.m-carousel .item-list li .tit {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 0 10px;
  color: #9d6918;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-carousel .item-list li .txt {
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0 10px;
}
.m-carousel .item-list li .price {
  font-weight: bold;
  margin-bottom: 5px;
  padding: 5px 10px;
  text-align: right;
  color: #d41c30;
  font-size: 16px;
  font-size: 1.6rem;
}
.m-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 15px;
  height: 28px;
  margin-top: -24px;
  padding: 20px 20px;
  cursor: pointer;
  text-indent: -9999px;
  border: 0;
  background: no-repeat center center;
}
.m-carousel .slick-prev {
  left: -10px;
  background-image: url(../images/common/icon_carousel_arrow01.png);
}
.m-carousel .slick-next {
  right: -10px;
  background-image: url(../images/common/icon_carousel_arrow02.png);
}

/* .slick-list
=================== */
.slick-list {
  overflow: hidden;
}

/***********************************
 button
*********************************** */
.m-dtl-btn {
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
.m-dtl-btn a,
.m-dtl-btn .btn-inner {
  position: relative;
  display: block;
  padding: 10px 20px 10px 15px;
  text-decoration: none;
  background: #f0ead3;
}
.m-dtl-btn a:after,
.m-dtl-btn .btn-inner:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background: url(../images/common/icon_btn_arrow02.png) no-repeat left center;
}

@media only screen and (max-width: 1299px) {
  .m-dtl-btn {
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .m-dtl-btn a,
  .m-dtl-btn .btn-inner {
    padding: 10px 15px 10px 10px;
  }
  .m-dtl-btn a:after,
  .m-dtl-btn .btn-inner:after {
    /*right: 8px;*/
  }
}
.m-arrow-btn01 {
  font-weight: bold;
  line-height: 1;
}
.m-arrow-btn01 a {
  position: relative;
  display: inline-block;
  padding: 8px 25px 8px 15px;
  text-decoration: none;
  background: #fff;
}
.m-arrow-btn01 a:after {
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background: url(../images/common/icon_btn_arrow02.png) no-repeat left center;
}

.m-more-btn {
  line-height: 1;
  position: absolute;
  right: 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-more-btn a,
.m-more-btn .btn-inner {
  position: relative;
  display: inline-block;
  padding: 12px 35px 10px 25px;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  background: #9d6918;
}
.m-more-btn a:after,
.m-more-btn .btn-inner:after {
  position: absolute;
  top: 50%;
  right: 12px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background: url(../images/common/icon_btn_arrow01.png) no-repeat left center;
}

/***********************************
 list
*********************************** */
.m-more-bnr-list01::after {
  content: "";
  display: block;
  clear: both;
}
.m-more-bnr-list01 li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
}
.m-more-bnr-list01 li:nth-child(2n) {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.m-more-bnr-list01 li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.m-more-bnr-list01 li .li-inner {
  position: relative;
  overflow: hidden;
}
.m-more-bnr-list01 li .li-inner::after {
  content: "";
  display: block;
  clear: both;
}
.m-more-bnr-list01 li .thumb {
  position: absolute;
  z-index: 0;
  top: 50%;
  right: 0;
  width: 165px;
  margin-top: -109px;
  text-align: right;
}
.m-more-bnr-list01 li .txt-box {
  position: relative;
  z-index: 1;
  margin-right: 165px;
  padding: 30px 40px 30px;
}
.m-more-bnr-list01 li .txt-box .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-more-bnr-list01 li .txt-box .txt {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-more-bnr-list01 li .txt-box .btn {
  font-weight: bold;
  width: 190px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1299px) {
  .m-more-bnr-list01 li .txt-box {
    padding: 18px 25px 18px;
  }
}
.m-more-bnr-list02::after {
  content: "";
  display: block;
  clear: both;
}
.m-more-bnr-list02 li {
  float: left;
  box-sizing: border-box;
  width: 50%;
  padding-right: 20px;
}
.m-more-bnr-list02 li:nth-child(2n) {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.m-more-bnr-list02 li.color-white {
  color: #fff;
}
.m-more-bnr-list02 li > a {
  display: block;
  text-decoration: none;
  color: inherit;
}
.m-more-bnr-list02 li .li-inner {
  position: relative;
  overflow: hidden;
}
.m-more-bnr-list02 li .li-inner::after {
  content: "";
  display: block;
  clear: both;
}
.m-more-bnr-list02 li .thumb {
  position: absolute;
  z-index: 0;
  right: 0;
  bottom: 0;
  width: 610px;
  text-align: right;
}
.m-more-bnr-list02 li .txt-box {
  position: relative;
  z-index: 1;
  margin-right: 290px;
  padding: 30px 40px 30px;
}
.m-more-bnr-list02 li .txt-box .tit {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
}
.m-more-bnr-list02 li .txt-box .txt {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
}
.m-more-bnr-list02 li .txt-box .btn {
  font-weight: bold;
  width: 190px;
  font-size: 14px;
  font-size: 1.4rem;
}

@media only screen and (max-width: 1299px) {
  .m-more-bnr-list02 li .txt-box {
    margin-right: 140px;
    padding: 25px 25px 25px;
  }
}
/***********************************************************************
common rule
**********************************************************************/
.inner {
  position: relative;
  box-sizing: border-box;
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}

/*============================
#global-header
============================*/
@media only screen and (min-width: 1300px) {
  #global-header {
    width: 1260px;
    margin: 0 auto;
    height: 270px;
  }
  .ritSanbKey {
    width: 1260px;
    margin: 0 auto;  
  }
}
@media only screen and (max-width: 1299px) {
  body, html {
    overflow-x: auto;
  }

  #global-header {
    width: 960px;
    margin: 0 auto;
    height: 320px;
  }
  .ritSanbKey {
    width: 960px;
    margin: 0 auto;  
  }
}
.header-top {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #EEE;
}
.header-top::after {
  content: "";
  display: block;
  clear: both;
}
.header-top .sub-nav {
  float: left;
}
.header-top .sub-nav li {
  display: inline-block;
  padding: 0 19px;
  font-size: 13px;
  font-size: 1.3rem;
  border-right: 1px solid #EEE;
  height: 14px;
  line-height: 14px;
}
.header-top .sub-nav li a {
  color: #222;
  text-decoration: none;
}
.header-top .sub-nav li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #666;
}
.header-top .profile-box {
  float: right;
}
.header-top .profile-box::after {
  content: "";
  display: block;
  clear: both;
}
.header-top .profile-box .profile-name,
.header-top .profile-box .profile-point,
.header-top .profile-box .profile-order {
  float: left;
  height: 50px;
  line-height: 50px;
}
.header-top .profile-box .profile-name {
  font-size: 14px;
  font-size: 1.4rem;
  padding-right: 24px;
}
.header-top .profile-box .profile-point {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: -2px;
  /*margin-top: -4px;*/
  padding-right: 19px;
}
.header-top .profile-box .profile-point span {
  font-size: 20px;
  font-size: 2rem;
  font-size: 15px;
}
.header-top .profile-box .profile-order {
  padding-right: 24px;
}
.header-top .profile-box .profile-order p {
  font-size: 13px;
  font-size: 1.3rem;
  height: 14px;
  line-height: 14px;
  padding-left: 19px;
  border-left: 1px solid #EEE;
  display: inline-block;
}
.header-top .profile-box .profile-order p a {
  color: #222;
  text-decoration: none;
}
.header-top .profile-box .profile-order p a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #666;
}
.header-top .profile-box ul {
  float: left;
}
.header-top .profile-box ul::after {
  content: "";
  display: block;
  clear: both;
}
.header-top .profile-box ul li {
  float: left;
}
.header-top .profile-box ul li a {
  display: inline;
  padding: 11px 21px;
}
.header-top .profile-box ul li:first-child {
  margin-right: 8px;
}
.header-top .profile-box ul .mypage-btn a,
.header-top .profile-box ul .login-btn a {
  color: #FFF;
  background: #dd8e1d;
  text-decoration: none;
}
.header-top .profile-box ul .mypage-btn a:hover,
.header-top .profile-box ul .login-btn a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header-top .profile-box ul .logout-btn a {
  color: #222;
  background: #DDD;
  text-decoration: none;
}
.header-top .profile-box ul .logout-btn a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header-top .profile-box ul .registration-btn a {
  color: #FFF;
  background: #ddae1d;
  text-decoration: none;
}
.header-top .profile-box ul .registration-btn a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.header-content {
  height: 144px;
  position: relative;
}
.header-content h1 {
  display: inline-block;
  margin-top: 23px;
  padding-left: 3px;
  position: relative;
  z-index: 10;
}
.header-content h1 a {
  text-decoration: none;
}
.header-content h1 a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header-content h1 img {
  margin-bottom: 10px;
}
.header-content .season-img {
  position: absolute;
  /*left: 209px;
  top: 0;*/
  left: 249px;
  top: 10px;
  z-index: 1;
}
.header-content .anniversary-logo {
  position: absolute;
  /*left: 420px;*/
  /*left: 410px;*/
  left: 370px;
  top: 26px;
}
.header-content .header-content-right {
  width: 492px;
  height: 100px;
  position: absolute;
  right: 0;
  top: 14px;
}
.header-content .header-content-right .search {
  width: 254px;
  /*height: 40px;*/
  height: 46px;
  position: absolute;
  left: 0;
  /*top: 0;*/
  top: 52px;
  background-color: #fff;
  border: 1px solid #9d6918;
}
.header-content .header-content-right .search dt input {
  /*background: url(../images/common/header/search_icon.png) 10px 10px no-repeat;*/
  background: url(../images/common/header/search_icon.png) 10px 12px no-repeat;
  border: none;
  padding-left: 40px;
  width: 160px;
  /*height: 38px;*/
  height:44px;
  font-size: 14px;
  font-size: 1.4rem;
}
.header-content .header-content-right .search dd {
  position: absolute;
  top: 0;
  right: 0;
}
.header-content .header-content-right .search dd button {
  display: block;
  background: #9d6918;
  /*height: 40px;*/
  height: 46px;
  line-height: 40px;
  border: none;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 15px;
  margin: 0;
  font-family: 'Garamond', 'Times New Roman', 'YuMincho', 'Hiragino Mincho ProN', 'MS PMincho', 'Meiryo', serif;
}
.header-content .header-content-right .search dd button:hover {
  cursor: pointer;
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header-content .header-content-right .search dd button span {
  display: block;
  color: #FFF;
}
.header-content .header-content-right .header-contact-tel {
  position: absolute;
  right: 0;
  top: 0;
}
.header-content .header-content-right .header-delivery {
  position: absolute;
  left: 0;
  /*top: 60px;*/
  top: 0;
  font-size: 16px;
  font-size: 1.6rem;
  /*letter-spacing: 0.05em;*/
}
.header-content .header-content-right .header-delivery span {
  color: #d41c30;
  font-weight: bold;
}
.header-content .header-content-right .header-delivery .except {
  letter-spacing: 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.header-content .header-content-right .cart-btn a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 223px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #d41c30;
  color: #FFF;
  font-size: 15px;
  font-size: 1.5rem;
  text-decoration: none;
}
.header-content .header-content-right .cart-btn a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.header-content .header-content-right .cart-btn a img {
  vertical-align: text-bottom;
  padding-right: 5px;
}
.header-content .header-deliverydate {
  position: absolute;
  top: 14px;
  /*left: 505px;*/
  left: 465px;
  border: 4px solid #f0ead3;
  display: inline-block;
  /*width: 240px;*/
  width: 280px;
}
.header-content .header-deliverydate dt {
  background: #f0ead3;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 8px 0;
  /*padding: 8px 23px;*/
}
.header-content .header-deliverydate dt img {
  vertical-align: text-bottom;
  padding-right: 5px;
}
.header-content .header-deliverydate dt span {
  font-size: 12px;
  font-size: 1.2rem;
}
.header-content .header-deliverydate dd {
  padding: 6px 11px;
  font-size: 12px;
  font-size: 1.2rem;
}
.header-content .header-deliverydate dd span {
  color: #d41c30;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 1299px) {
  .header-top .sub-nav li {
    padding: 0 6px;
  }
  .header-top .profile-box .profile-name {
    padding-right: 20px;
  }
  .header-top .profile-box .profile-point {
    padding-right: 10px;
  }
  .header-top .profile-box .profile-order {
    padding-right: 15px;
  }
  .header-top .profile-box .profile-order p {
    padding-left: 10px;
  }

  .header-content .anniversary-logo {
    /*left: 385px;*/
	left: 375px;
  }
  .header-content .header-deliverydate {
    width: 956px;
    height: 36px;
    position: relative;
    border: 2px solid #f0ead3;
    /*top: 20px;*/
    left: 0;
  }
  .header-content .header-deliverydate dt {
    padding: 10px 30px;
    line-height: 36px;
    display: inline;
  }
  .header-content .header-deliverydate dd {
    line-height: 36px;
    padding: 6px 11px 6px 20px;
    display: inline;
	letter-spacing: 3px;
  }
  .header-content .header-deliverydate dd br {
    display: none;
  }
}
/*menu*/
.global-menu {
  position: absolute;
  /*top: 190px;*/
  /*top: 220px;*/
  /*top: 220px;*/
  top: 230px;
  z-index: 9000;
  background: #FFF;
}
.global-menu .global-menu-inner::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .global-menu-inner > li > a {
  color: #111;
  float: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 25px;
  padding-right: 38px;
  padding-right: 34px;
  text-decoration: none;
}
.global-menu .global-menu-inner > li > a:before {
  content: '|';
  color: #DDD;
  padding-right: 38px;
  padding-right: 34px;
  vertical-align: text-bottom;
}
.global-menu .global-menu-inner > li:last-child > a:after {
  content: '';
  color: #DDD;
  padding-left: 38px;
}
.global-menu .global-menu-inner > li > a:hover {
  color: #c09200;
  text-decoration: none;
  /*background: url(../images/common/menu/arrow-b.png) 50% 30px no-repeat;*/
}
.global-menu .global-menu-inner a.on {
  background: url(../images/common/menu/arrow-b.png) 50% 30px no-repeat;
}
.global-menu .global-menu-inner > li:first-child > a:before {
  content: '';
  color: #DDD;
  padding-left: 0;
}
.global-menu .global-menu-inner li.btn {
  margin-top: -5px;
  height: 36px;
  float: right;
  background: #9d6918;
}
.global-menu .global-menu-inner li.btn a,
.global-menu .global-menu-inner li.btn a span {
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
}
.global-menu .global-menu-inner li.btn a {
  position: relative;
  width: 36px;
  height: 36px;
  padding-right: 0;
  background: #9d6918;
}
.global-menu .global-menu-inner li.btn a:before {
  content: none;
  padding-right: 0px;
}
.global-menu .global-menu-inner li.btn a:hover {
  background: #ceb48b;
}
.global-menu .global-menu-inner li.btn .btn-inner {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.global-menu .global-menu-inner li.btn .btn-inner span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
}
.global-menu .global-menu-inner li.btn .btn-inner span:nth-of-type(1) {
  top: 0;
}
.global-menu .global-menu-inner li.btn .btn-inner span:nth-of-type(2) {
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.global-menu .global-menu-inner li.btn .btn-inner span:nth-of-type(3) {
  bottom: 0;
}
.global-menu li.btn.active .btn-inner span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.global-menu li.btn.active .btn-inner span:nth-of-type(2) {
  opacity: 0;
}
.global-menu li.btn.active .btn-inner span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}
.global-menu .menu-content {
  background-color: #dbbf95;
  padding: 40px 0px 37px;
  width: 100%;
  position: absolute;
  left: 0;
  display: none;
  margin-top: 40px;
  overflow-x: hidden;
}
.global-menu .menu-content-inner {
  width: 960px;
  margin: 0 auto;
  /*letter-spacing: 0.05em;*/
}
.global-menu .menu-content-inner::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu-content-inner a {
  text-decoration: none;
}
.global-menu .menu-content-inner a:hover {
  text-decoration: underline;
}
.global-menu .menu1 ul {
  margin-top: -20px;
}
.global-menu .menu1 ul li {
  float: left;
  margin: 20px 12px 0 0;
  width: 312px;
  width: 150px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.55em;
}
.global-menu .menu1 ul li img {
  margin-bottom: 10px;
}
.global-menu .menu1 ul li a {
  color: #000;
}
.global-menu .menu1 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #666;
}
.global-menu .menu1 ul li span {
  display: block;
  margin: 0 10px;
  text-align: left;
}
/*.global-menu .menu1 ul li:nth-child(3n) {
  margin-right: 0px;
}*/
.global-menu .menu1 ul li:nth-child(6n) {
  margin-right: 0px;
}
.global-menu .menu2 dl {
  width: 312px;
  margin: 0px 7px 0 0;
  display: inline-block;
}
.global-menu .menu2 dl dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.global-menu .menu2 dl dt img {
  margin-bottom: 15px;
}
.global-menu .menu2 dl dt span {
  display: block;
  padding-left: 10px;
  text-align: left;
}
.global-menu .menu2 dl dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu2 dl dd ul {
  float: left;
  width: 146px;
  text-align: left;
}
.global-menu .menu2 dl dd ul li {
  line-height: 2em;
  background: url(../images/common/header/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
  display: block;
}
.global-menu .menu2 dl dd ul li a {
  color: #222;
}
.global-menu .menu2 dl dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu2 dl:nth-child(3) {
  margin-right: 0;
}
.global-menu .menu2 dl:nth-child(3) dd ul {
  width: auto;
}

.global-menu .menu3 ul {
  width: 960px;
  margin: 0 auto;
  margin-top: -15px;
  text-align: left;
}
.global-menu .menu3 ul::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu3 ul li {
  width: 184px;
  float: left;
  font-size: 15px;
  font-size: 1.5rem;
  margin-right: 10px;
  margin-top: 15px;
}
.global-menu .menu3 ul li img {
  margin-bottom: 7px;
}
.global-menu .menu3 ul li span {
  background: url(../images/common/header/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu3 ul li a {
  color: #222;
}
.global-menu .menu3 ul li a:hover {
  text-decoration: none;
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
  color: #666;
}
.global-menu .menu3 ul li:nth-child(5n) {
  margin-right: 0px;
}

.global-menu .menu4 dl {
  width: 312px;
  float: left;
}
.global-menu .menu4 dl:nth-child(2) {
  margin: 0 12px;
}
.global-menu .menu4 dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}
.global-menu .menu4 dt img {
  margin-bottom: 15px;
}
.global-menu .menu4 dt span {
  display: block;
  padding-left: 10px;
}
.global-menu .menu4 dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu4 dd ul {
  float: left;
  text-align: left;
}
.global-menu .menu4 dd ul li {
  line-height: 2em;
  background: url(../images/common/header/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu4 dd ul li a {
  color: #222;
}
.global-menu .menu4 dd ul li span {
  color: #ba2636;
}
.global-menu .menu4 dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu4 .banner-list li {
  margin-top: 10px;
}
.global-menu .menu4 .banner-list li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.global-menu .menu4 .banner-list li:first-child {
  margin-top: 0px;
}
.global-menu .menu5 .menu-content {
  padding-bottom: 40px;
}
.global-menu .menu5 ul {
  text-align: center;
}
.global-menu .menu5 li {
  float: left;
}
.global-menu .menu5 li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.global-menu .menu5 li:first-child {
  margin-right: 10px;
}
.global-menu .menu6 .menu-content {
  padding-bottom: 40px;
}
.global-menu .menu6 dl {
  width: 312px;
  float: left;
  text-align: left;
}
.global-menu .menu6 dl:first-child {
  margin-right: 20px;
  padding-right: 20px;
  border-right: 1px solid #000;
}
.global-menu .menu6 dl:first-child dt {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.45em;
  margin-bottom: 20px;
  text-align: left;
}
.global-menu .menu6 dl:first-child .txt {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
.global-menu .menu6 dl:nth-child(2) {
  margin-right: 20px;
}
.global-menu .menu6 dl:nth-child(2) dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
}
.global-menu .menu6 dl:nth-child(2) dt img {
  margin-bottom: 15px;
}
.global-menu .menu6 dl:nth-child(2) dt span {
  display: block;
  padding-left: 10px;
}
.global-menu .menu6 dl:nth-child(2) dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu6 dl:nth-child(2) dd ul {
  float: left;
  margin-bottom: 13px;
  text-align: left;
}
.global-menu .menu6 dl:nth-child(2) dd ul li {
  line-height: 2em;
  display: block;  
}
.global-menu .menu6 dl:nth-child(2) dd ul li a {
  color: #222;
  background: url(../images/common/header/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu6 dl:nth-child(2) dd ul li span {
  color: #ba2636;
}
.global-menu .menu6 dl:nth-child(2) dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu6 dl:nth-child(2) dd p a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.global-menu .menu6 dl:nth-child(3) {
  width: 275px;
  box-sizing: border-box;
  border: 1px solid #000;
  padding: 30px 20px 20px;
  text-align: center;
  font-family: 'Avenir' , 'Open Sans' , 'Helvetica Neue' , 'Helvetica' , 'Arial' , 'Verdana' , 'Roboto' , 'Yu Gothic' , 'YuGothic' , 'Hiragino Kaku Gothic Pro' , 'Meiryo UI' , 'Meiryo' , 'MS PGothic' , sans-serif;
}
.global-menu .menu6 dl:nth-child(3) dt:first-child {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px;
  background: url(../images/common/header/yen_icon.png) 0 50% no-repeat;
  background-size: 19px 21px;
  padding-left: 30px;
  display: inline-block;
}
.global-menu .menu6 dl:nth-child(3) .card {
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.global-menu .menu6 dl:nth-child(3) dt {
  font-weight: bold;
  text-align: center;
}
.global-menu .menu6 dl:nth-child(3) dd {
  text-align: left;
}
.global-menu .menu6 dl:nth-child(3) dd span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5em;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin: 13px 0 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.global-menu .menu6 dl:nth-child(3) .card-contents {
  text-align: center;
}
.global-menu .menu6 dl:nth-child(3) .card-contents img {
  margin-bottom: 30px;
}
.global-menu .menu6 dl:nth-child(3) .card-contents p {
  display: inline-block;
  padding: 5px 0px;
  width: 110px;
  background-color: #FFF;
}
.global-menu .menu6 dl:nth-child(3) .card-contents p a {
  color: #222;
  display: block;
  font-weight: bold;
}
.global-menu .menu6 dl:nth-child(3) .card-contents p a:after {
  content: "";
  background: url(../images/common/header/right_arrow_black.png);
  width: 5px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
}

.global-menu .menu7 .menu-content {
  padding-bottom: 40px;
}
.global-menu .menu7 ul {
  text-align: center;
}
.global-menu .menu7 li {
  /*float: left;*/
}
.global-menu .menu7 li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.global-menu .menu7 li:first-child {
  margin-right: 10px;
}
.global-menu .menu7 dl {
  width: 312px;
}
.global-menu .menu7 dt {
  margin-bottom: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  text-align: left;
}
.global-menu .menu7 dd::after {
  content: "";
  display: block;
  clear: both;
}
.global-menu .menu7 dd ul {
  /*float: left;*/
  text-align: left;
}
.global-menu .menu7 dd ul li {
  line-height: 2em;
  background: url(../images/common/header/right_arrow_black.png) 0 50% no-repeat;
  background-size: 5px 8px;
  padding-left: 14px;
}
.global-menu .menu7 dd ul li a {
  color: #222;
}
.global-menu .menu7 dd ul:first-child {
  margin-left: 20px;
}
.global-menu .menu7 .banner-list li {
  margin-top: 10px;
}
.global-menu .menu7 .banner-list li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.global-menu .menu7 .banner-list li:first-child {
  margin-top: 0px;
}

@media only screen and (min-width: 1300px) {
  .global-menu {
    width: 100%;
    min-width: 1260px;
  }
  .global-menu ul {
    /*width: 1260px;*/
    margin: 0 auto;
  }
  .global-menu ul {
    margin: 0 auto;
	text-align: center;
  }
  .global-menu li {
    display: inline-block;
  }
}
@media only screen and (max-width: 1299px) {
  .header-content {
    height: 194px;
  }

  .global-menu {
    position: absolute;
    /*top: 240px;*/
	top: 285px;
    width: 100%;
    min-width: 960px;
  }
  .global-menu ul {
    /*width: 960px;*/
    margin: 0 auto;
	text-align: center;
  }
  .global-menu li {
    display: inline-block;
  }
  .global-menu .global-menu-inner::after {
    content: "";
    display: block;
    clear: both;
  }
  .global-menu .global-menu-inner > li > a {
    color: #111;
    float: left;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 25px;
    padding-right: 16px;
	padding-right: 12px;
  }
  .global-menu .global-menu-inner > li > a:before {
    content: '|';
    color: #DDD;
    padding-right: 16px;
	padding-right: 12px;
    vertical-align: text-bottom;
  }
  .global-menu .global-menu-inner > li:last-child > a:after {
    content: '';
    color: #DDD;
    padding-left: 16px;
  }
  .global-menu .global-menu-inner > li > a:hover {
    color: #c09200;
    text-decoration: none;
    /*background: url(../images/common/menu/arrow-b.png) 50% 30px no-repeat;*/
  }
  .global-menu .global-menu-inner a.on {
    background: url(../images/common/menu/arrow-b.png) 50% 30px no-repeat;
  }
  .global-menu .global-menu-inner > li:first-child > a:before {
    content: '';
    color: #DDD;
    padding-left: 0;
  }
  .global-menu .global-menu-inner li.btn {
    width: 36px;
    height: 36px;
    background: #9d6918;
    padding: 0;
    margin-top: -5px;
    float: right;
  }
}
.fixed {
  position: fixed;
  top: 0px;
  padding-top: 15px;
  border-bottom: 1px solid #EEE;
  height: 40px;
}

/*============================
#global-footer
============================*/
#global-footer .sitemap-wrap {
  margin-bottom: 30px;
}
#global-footer .sitemap-wrap .nav-block {
  float: left;
  width: 22.6%;
  margin-left: 3.2%;
}
#global-footer .sitemap-wrap .nav-block:first-child {
  margin-left: 0;
}
#global-footer .sitemap-wrap .nav-block .nav-list {
  line-height: 1.2;
  padding: 30px 0;
  border-top: 1px solid #e8e4d9;
}
#global-footer .sitemap-wrap .nav-block .nav-list a {
  text-decoration: none;
}
#global-footer .sitemap-wrap .nav-block .nav-list a:hover {
  text-decoration: underline;
}
#global-footer .sitemap-wrap .nav-block .nav-list > li {
  margin-bottom: 30px;
  font-size: 15px;
  font-size: 1.5rem;
}
#global-footer .sitemap-wrap .nav-block .nav-list > li:last-child {
  margin-bottom: 0;
}
#global-footer .sitemap-wrap .nav-block .nav-list > li > a {
  font-weight: bold;
  padding-left: 15px;
  background: url(../images/common/icon_arrow01.png) no-repeat 0 0.1em;
}
#global-footer .sitemap-wrap .nav-block .nav-list > li .inner-list {
  padding-top: 20px;
  padding-left: 15px;
}
#global-footer .sitemap-wrap .nav-block .nav-list > li .inner-list > li {
  margin-bottom: 10px;
  font-size: 13px;
  font-size: 1.3rem;
}
#global-footer .sitemap-wrap .nav-block .nav-list > li .inner-list > li:last-child {
  margin-bottom: 0;
}
#global-footer .info-wrap {
  padding: 30px 0;
  color: #fff;
  background: #222;
}
#global-footer .info-wrap a {
  text-decoration: none;
  color: #fff;
}
#global-footer .info-wrap a:hover {
  text-decoration: underline;
}
#global-footer .info-wrap .info-block {
  margin-bottom: 15px;
}
#global-footer .info-wrap .info-block .foot-tit {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
}
#global-footer .info-wrap .info-block .lang-list {
  float: left;
  margin-left: 20px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
#global-footer .info-wrap .info-block .lang-list li {
  display: inline-block;
  border-left: 1px solid #fff;
  font-size: 12px;
  font-size: 1.2rem;
}
#global-footer .info-wrap .info-block .lang-list li:first-child {
  border-left: 0;
}
#global-footer .info-wrap .info-block .lang-list li a {
  padding: 0 15px;
}
#global-footer .info-wrap .info-block .sns-list {
  float: left;
  margin-left: 20px;
}
#global-footer .info-wrap .info-block .sns-list li {
  display: inline-block;
  margin: 0 4px;
}
#global-footer .info-wrap .info-block .sns-list li a:hover {
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#global-footer .info-wrap .nav-block {
  margin-bottom: 35px;
}
#global-footer .info-wrap .nav-block .nav-list li {
  float: left;
  margin-right: 15px;
  padding-left: 10px;
  background: url(../images/common/icon_footer_arrow01.png) no-repeat left 0.3em;
  font-size: 12px;
  font-size: 1.2rem;
}
#global-footer .info-wrap .copyright {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

.sb-slidebar {
  background: #9d6918;
}
.sb-slidebar ul li {
  border-bottom: 1px solid #ceb48b;
}
.sb-slidebar ul li a {
  padding: 12px 0 11px 20px;
  color: #FFF;
  text-decoration: none;
  display: block;
}
.sb-slidebar ul li a:hover {
  background: #ceb48b;
  opacity: 0.6;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
.sb-slidebar ul li:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  width: 5px;
  height: 8px;
  margin-top: -4px;
  content: '';
  background: url(../images/common/icon_btn_arrow01.png) no-repeat left center;
}

/* サイドバー */
.sb-slidebar.sb-right {
  -webkit-overflow-scrolling: touch;
}

.sb-right-inner {
  border: none;
  width: 100%;
  height: 100%;
}

.beginner-btn {
  display: inline-block;
  padding: 5px 0px;
  min-width: 110px;
  background-color: #FFF;
}
.beginner-btn a {
  color: #222;
  display: block;
  font-weight: bold;
  margin-left: 13px;
  font-family: 'Avenir' , 'Open Sans' , 'Helvetica Neue' , 'Helvetica' , 'Arial' , 'Verdana' , 'Roboto' , 'Yu Gothic' , 'YuGothic' , 'Hiragino Kaku Gothic Pro' , 'Meiryo UI' , 'Meiryo' , 'MS PGothic' , sans-serif;
}
.beginner-btn a:after {
  content: "";
  background: url(../images/common/header/right_arrow_black.png);
  width: 5px;
  height: 8px;
  margin-left: 10px;
  display: inline-block;
}