body {
  min-width: 375px;
  font-size: 16px;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: 0em;
  line-height: 1.7;
  color: #000000;
}
body.is-scroll-hidden {
  overflow: hidden;
}
h2,h3,h4,h5,h6 {
    font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: top;
}
ul, ol, dl {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  color: #000000;
  transition: all 0.1s ease;
}
a:hover {
  color: #A35644;
}
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *:focus {
  outline: none;
}
button {
  font-family: "Helvetica Neue", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}
@charset "utf-8";
/* CSS Document */

/* サブページ見出し */
.subpage h2 {
	font-size: 28px;
    color: #001650;
    position: relative;
    margin: 0 0 35px;
    padding-bottom: 10px;
    border-bottom: 3px solid #B6C2D0;
}
.subpage h2::before {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 13%;
    height: 3px;
    content: '';
    background: #001650;
}
@media screen and (max-width: 767px) {
.subpage h2::before {
    width: 34%;
}
}
.subpage h3 {
    font-size: 24px;
    color: #AD7D3C;
    margin: 0 0 35px;
}
.subpage h4 {
    font-size: 20px;
    color: #001650;
    background: transparent;
    border-left: solid 6px #001650;
    padding: 0px 0px 0px 10px;
    margin: 30px 0;
}
.subpage h5 {
    font-size: 18px;
  color: #333333;
    position: relative;
    margin: 0 0 35px;
    padding-bottom: 5px;
    border-bottom: 3px solid #D9D6D0;
}
.subpage h5::before {
  position: absolute;
    bottom: -3px;
    left: 0;
    width: 10%;
    height: 3px;
    content: '';
    background: #E0A113;
}
@media screen and (max-width: 767px) {
.subpage h5::before {
    width: 28%;
}	
}
.subpage h6 {
    font-size: 16px;
  color: #333333;
  margin: 0 0 35px;
  position: relative;
padding-left: 30px;
}
.subpage h6::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 0;
    width: 20px;
    height: 20px;
    background: #001650;
}

/******************************/
/* Utility */
/******************************/
.u-container {
  max-width: 940px;
   margin: 0 auto;
}
@media screen and (max-width: 1030px) {
  .u-container {
    padding: 0 5%;
    width: auto;
  }
}
/* 
.u-contents {
  padding-top: 75px;
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .u-contents {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}
*/
.center { margin: 0 auto; text-align: center; }
/* ul li リストデザイン */
.bullets {
   margin-bottom: 40px;
  padding-left: 11px;
}
.bullets li{
    list-style:  none;
  padding: 0 0 0 11px;
  font-size: 16px;
  position: relative;
} 
.bullets li:before {
    content:  ""; 
    width:  8px;
    height:  8px; 
    display:  inline-block; 
    background-color: #E0A113; 
    border-radius:  50%; 
    position: absolute;
    top: 12px;
    left: -11px;
    margin-right: 10px; 
}
/* リンクボタン */
.link_btn,
a.link_btn,
button.link_btn {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 15px 0px;
  max-width: 100%;
    width: 250px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius {
  border-radius: 100vh;
}
a.btn-border-shadow {

font-size: 14px;
border: 1px solid #333333;
  color: #fff !important;
      margin-top: 10px;
}

a.btn-border-shadow:before {
content: "";	
  position: absolute;
z-index: -1;	
  top: 5px;
  left: -6px;
background: #C6472A;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.5rem;
}

a.btn-border-shadow--radius:before {
  border-radius: 100vh;
}


a.btn-border-shadow:hover:before {
  top: 0;
  left: 0;
}

.u-contents-s {
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .u-contents-s {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.u-attention {
  font-weight: normal;
  font-style: normal;
  color: #b72424;
}
.u-bold {
  font-weight: bold;
  font-style: normal;
}
.u-text-right {
  text-align: right;
}
.u-marker {
  background: linear-gradient(transparent 70%, #fff284 70%);
}
.u-visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}
.u-pc-only {
  display: block;
}
.u-pc-only-inline {
  display: inline;
}
.u-pc-only-inlineBlock {
  display: inline-block;
}
.u-pc-only-Flex {
  display: flex;
}
.u-sp-only {
  display: none;
}
.u-sp-only-inline {
  display: none;
}

.u-sp-only-inline-block {
  display: none;
}
.u-sp-only-flex {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-pc-only-inlineBlock {
    display: none;
  }
  .u-pc-only-flex {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline;
  }
  .u-sp-only-inline-block {
    display: inline-block;
  }
  .u-sp-only-flex {
    display: flex;
  }
}
.u-hidden {
  overflow: hidden;
}
.u-opa img {
  opacity: 1;
  transition: all 0.3s ease;
}
.u-opa img:hover {
  opacity: 0.8;
}
.u-img-scale {
  display: block;
  overflow: hidden;
  position: relative;
}
.u-img-scale img {
  display: inline-block;
  width: 100%;
  transform: scale(1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 767px) {
  .u-img-scale img {
    transform: none;
    transition: none;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
  }
}
.u-img-scale:hover img {
  transform: scale(1.05, 1.05);
}
@media screen and (max-width: 767px) {
  .u-img-scale:hover img {
    transform: none;
  }
}
/* overflow slide */
@media screen and (max-width: 767px) {
  .u-overflow-slide {
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 30px;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide.is-product-thumb {
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide.is-option-tbl {
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide::-webkit-scrollbar {
    height: 1px;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
}
@media screen and (max-width: 767px) {
  .u-overflow-slide::-webkit-scrollbar-thumb {
    background: #999899;
  }
}
/******************************/
/* Layout */
/******************************/
.l-main {
  padding-top: 0;
}
@media screen and (max-width: 1030px) {
  .l-main {
    margin-top: 0px !important;
    padding-top: 0;
  }
}

.l-contents-main {
  width: auto;
}
@media screen and (max-width: 1030px) {
  .l-contents-main {
    width: auto;
  }
}
.l-contents-side {
  order: -1;
  width: 220px;
}
@media screen and (max-width: 1030px) {
  .l-contents-side {
    margin-top: 60px;
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
}
/***** side navi *****/
.l-side-navi {
  margin-bottom: 50px;
}
.l-side-navi__ttl {
  margin: 0;
  padding: 15px 20px;
  font-size: 22px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .l-side-navi__ttl {
    font-size: 16px;
  }
}
.l-side-navi-list {
  border-bottom: 1px solid #7d7d7d;
}
.l-side-navi-list__item {
  border-top: 1px solid #7d7d7d;
}
.l-side-navi-list__link {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 20px 40px 20px 20px;
  border: 0;
  width: 100%;
  font-size: 18px;
  font-weight: normal;
  background: transparent;
  color: #000000;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link {
    padding: 20px 20px;
    width: 100%;
    font-size: 14px;
    background: #ffffff;
    text-align: left;
  }
}
.l-side-navi-list__link.is-link:before {
  margin-top: -4px;
  transform: rotate(-45deg);
}
.l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
  background: transparent;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:hover, .l-side-navi-list__link.is-on {
    background: #ffffff;
  }
}
.l-side-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #aaaaaa;
  border-bottom: 1px solid #aaaaaa;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .l-side-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #000000;
  }
}
.l-side-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-side-navi-sub-list {
  display: none;
  padding: 5px 0;
  background: #fbfbfb;
}
.l-side-navi-sub-list__link {
  display: block;
  padding: 15px 15px 15px 30px;
}
/******************************/
/* fade animation */
/******************************/
.fadeIn {
  opacity: 0;
  transition: all 1.3s cubic-bezier(0.07, 0.92, 0.46, 0.95) 0.4s;
}
.fromLeft {
  transform: translate(-20px, 0);
}
.fromRight {
  transform: translate(20px, 0);
}
.fromTop {
  transform: translate(0, -20px);
}
.fromBottom {
  transform: translate(0, 20px);
}
.fromForeground {
  transform: scale(1.6);
}
.faded {
  opacity: 1;
}
.fadedWithTransform {
  opacity: 1;
  transform: translate(0, 0) scale(1);
}
/******************************/
/* Color me icons */
/******************************/
/* 24px black */
.icon-lg-b.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-b.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-b.icon-facebook {
  background-position: -192px -264px;
}
.icon-lg-b.icon-video {
  background-position: -456px -144px;
}
.icon-lg-b.icon-pinterest {
  background-position: -312px -264px;
}
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/******************************/
/* Components */
/******************************/
/********** title **********/
.c-ttl-main {
  font-size: 20px;
    font-weight: bold;
    padding: 0 0 3px;
    border-bottom: 3px solid #CAD5DB;
}
@media screen and (max-width: 767px) {
  .c-ttl-main {
    margin-bottom: 30px;
    font-size: 21px;
  }
}
.c-ttl-main__ja {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 14px;
  color: #909090;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-ttl-main__ja {
    margin-bottom: 2px;
    font-size: 12px;
    white-space: nowrap;
  }
}
.c-ttl-sub {
  margin-top: 0;
  margin-bottom: 45px;
  line-height: 1.4;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.3em;
  text-align: center;
  font-feature-settings: "palt" 1;
}
@media screen and (max-width: 767px) {
  .c-ttl-sub {
    margin-bottom: 30px;
    font-size: 14px;
  }
}
.c-ttl-sub__ja {
  display: block;
  margin-top: 15px;
  font-size: 12px;
  font-weight: normal;
  color: #909090;
  letter-spacing: 0;
}
.c-ttl-second {
      background: #001650;
    font-size: 20px;
    font-weight: bold;
    min-height: 50px;
    color: #fff;
    margin: 0 0 35px;
    padding: 12px 15px 12px;
}
/********** パーツ **********/
.c-item-list {
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.c-item-list:after, .c-item-list:before {
    content: "";
    display: block;
    width: calc(25% - 15px);
    height: 0;
}
.c-item-list:before {
    order: 1;
}
.c-item-list__item {
 flex-basis: calc(25% - 15px);
    max-width: calc(25% - 15px);
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .c-item-list__item {
    flex-basis: calc(48% - 5px);
    max-width: calc(48% - 5px);
  }
}
.c-item-list__item.is-hidden {
  display: none;
}
.c-item-list__img {
  position: relative;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .c-item-list__img {
    text-align: center;
  }
}
.c-item-list__img:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-item-list__img a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-item-list__img img {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  text-align: center;
}
span.p-recommend-list__ttl,
span.p-ranking-list__ttl,
span.c-item-list__ttl{
	font-size: 16px;
}
.c-item-list__ttl img {
  vertical-align: middle;
}
a span .p-recommend-list__price,
a span .p-ranking-list__price,
.c-item-list__price {
  color: #3E5F98;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
}
.p-recommend-list__txt,
.p-ranking-list__txt,
.c-item-list__txt {
    display: grid;
}

a:hover span .p-recommend-list__price,
a:hover span .p-ranking-list__price,
li.c-item-list__item a:hover .c-item-list__price {
    color: #E0A113;
}
.c-item-list__price.is-strikethrough {
  margin-top: 0;
  text-decoration: line-through;
}
.c-item-list__expl {
  margin-top: 15px;
}
.c-item-list__btn {
  display: block;
  position: absolute;
  right: 30px;
  bottom: 0;
  padding: 0;
  border: 0;

  background: transparent;
  color: #d8d8d8;

  cursor: pointer;
  text-align: center;

  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1030px) {
  .c-item-list__btn {
    right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-item-list__btn {
    right: 10px;
  }
}
.c-item-list__btn.is-added {
  color: #000000;
}
.c-item-list__btn svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

/********** button **********/
.c-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 18px 45px 18px 25px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  border-left: 0;
  border-right: 0;
  min-width: 150px;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #000000;
  text-align: left;
  cursor: pointer;
  letter-spacing: 0.3em;
}
.c-btn:before, .c-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 9px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
.c-btn:after {
  transform: rotate(90deg);
}
.c-btn:hover {
  text-decoration: none;
}
.c-btn:hover:before {
  transform: rotate(90deg);
}
.c-btn:hover:after {
  transform: rotate(180deg);
}
.c-btn-cart {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 25px;
  border: none;
  border-radius: 0;
  line-height: 0.3em;
  width: 100%;
  height: 60px;
  font-size: 14px;
  font-weight: bold;
  background: #C6472A;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.c-btn-cart:hover {
  background: #E0A113;
  color: #ffffff;
  text-decoration: none;
}
.c-btn-cart.is-disabled {
  background: #d8d8d8;
  cursor: default;
}
.c-btn-cart.is-disabled:hover {
  background: rgba(216, 216, 216, 0.8);
}
.c-btn-cart.is-soldout {
  background: #ac0000;
  cursor: default;
}
.c-btn-cart.is-soldout:hover {
  background: #ac0000;
}
.c-btn-cart.is-membersonly {
  background: #53a6a5;
  cursor: default;
}
.c-btn-cart.is-membersonly:hover {
  background: #53a6a5;
}
.c-icon-cart {
  display: none;
  margin-right: 20px;
  width: 19px;
  height: 18px;
  background: url(https://img.shop-pro.jp/tmpl_img/86/icon-template-cart.png) no-repeat;
  background-size: 19px 18px;
  vertical-align: -2px;
}

.c-not-found {
  margin-bottom: 60px;
}
/********** table **********/
.c-tbl-list { margin: 0; }
.c-tbl-list__tr {
  display: flex;
  flex-wrap: wrap;
    justify-content: space-between;
  padding: 10px 0;
  font-size: 14px;
}

.c-tbl-list__th {
  font-weight: bold;
  margin: 0;
    flex-basis: calc( 40% - 15px );
    max-width: calc( 40% - 15px );
}
@media screen and (max-width: 767px) {
  .c-tbl-list__th {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
}
.c-tbl-list__td {
    flex-basis: calc( 60% - 15px );
    max-width: calc( 60% - 15px );
}
@media screen and (max-width: 767px) {
  .c-tbl-list__td {
   flex-basis: 100%;
    max-width: 100%;
  }
}
/********** breadcrumbs **********/
.free2 .u-contents {
   padding-bottom: 0px !important;
}
.c-breadcrumbs + .u-contents {
  padding-top: 0px;
}
.c-breadcrumbs-list {
  font-size: 12px;
}

.c-breadcrumbs-list__item {
  position: relative;
  display: inline-block;
  margin-right: 25px;
}
.c-breadcrumbs-list__item:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: -15px;
  margin-top: -3px;
  width: 5px;
  height: 5px;
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  transform: rotate(-45deg);
}
.c-breadcrumbs-list__item:last-child:before {
  content: none;
}
.c-breadcrumbs-list a {
  color: #000000;
}
/********** pager **********/
.c-pager {
  margin-top: 75px;
  margin-bottom: 75px;
  text-align: center;
}
.c-pager__total {
  margin-bottom: 30px;
}
.c-pager-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}
.c-pager-list__item {
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 7px;
  margin-right: 7px;
  min-width: 30px;
  line-height: 30px;
  background: #ffffff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-pager-list__item {
    display: none;
    min-width: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .c-pager-list__item.is-visible {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }
}
.c-pager-list__link {
  display: block;
  font-size: 16px;
  position: relative;
  background: #fff;
  color: #000000;
  min-width: 30px;
  width: 40px;
    height: 40px;
  line-height: 40px;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 767px) {
  .c-pager-list__link {
    min-width: 45px;
  }
}
.c-pager-list__link:hover {
  background: #3E5F98;
  color: #fff;
  text-decoration: none;
}
.c-pager-list__link.is-current {
  background:#3E5F98;
  color:#fff;
}

.c-pager-list__link.is-current:hover {
  background: #3E5F98;
    color: #fff;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-current:hover {
    border-color: #ffffff;
  }
}
i.fas.fa-angle-right {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translateY(-50%);
}
i.fas.fa-angle-left {
    position: absolute;
    top: 50%;
    left: 40%;
    -webkit-transform: translateY(-50%);
}
.c-pager-list__link.is-prev, .c-pager-list__link.is-next {
  border-color: #fff;
  background: #fff;
  width: 40px;
    height: 40px;
}

.c-pager-list__link.is-prev:hover, .c-pager-list__link.is-next:hover {
      background: #3E5F98;
}
.c-pager-list__link.is-prev.is-disabled:hover, .c-pager-list__link.is-next.is-disabled:hover {
  background: #3E5F98;
}
.c-pager-list__link.is-prev:before {
  border-right: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-prev:before {
    border-right: 8px solid #000000;
  }
}
.c-pager-list__link.is-prev.is-disabled:before {
  border-right-color: #aaaaaa;
}
.c-pager-list__link.is-next:before {
  border-left: 4px solid #000000;
}
@media screen and (max-width: 767px) {
  .c-pager-list__link.is-next:before {
    border-left: 8px solid #000000;
  }
}
.c-pager-list__link.is-next.is-disabled:before {
  border-left-color: #aaaaaa;
}

.c-pager-list__page {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-pager-list__page {
    display: inline-block;
  }
}
/******************************/
/* header */
/******************************/
.l-header {
  position: absolute;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 80px;
  background-color: rgb(255 255 255 / 0%);
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .l-header {
  /*  position: fixed;*/
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;
    min-width: 375px;
  }
}
.l-header.is-fixed, .l-header.is-open {
  position: fixed;
  top: 0;
  z-index: 10000;
  height: 80px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1000px) {
  .l-header.is-fixed, .l-header.is-open {
    height: 70px;
  }
}
.l-header.is-fixed .gnavArea .gnav li a {
    background-color: #fff;
}
.l-header.is-fixed .gnav li a:hover {
    color: #E0A113;
}
.l-header.is-fixed .l-header-main__in, .l-header.is-open .l-header-main__in {
  display: flex;
  justify-content: space-between;
  padding-top: 0;
}
.l-header.is-fixed .l-header-logo, .l-header.is-open .l-header-logo {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img, .l-header.is-open .l-header-logo__img {
  display: flex;
  align-items: center;
  min-height: 40px;
  max-width: 750px;
}
.l-header.is-fixed .l-header-logo__img.is-txt, .l-header.is-open .l-header-logo__img.is-txt {
  margin-bottom: 0;
}
.l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
  flex-basis: 173px;
    max-width: 173px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-logo__img img, .l-header.is-open .l-header-logo__img img {
    flex-basis: 140px;
    max-width: 140px;
}
  }
}

.l-header.is-fixed .l-header-logo__txt, .l-header.is-open .l-header-logo__txt {
  display: none;
}
.l-header.is-fixed .l-main-navi-list, .l-header.is-open .l-main-navi-list {
  display: none;
}
.l-header.is-fixed .l-help-navi-box, .l-header.is-open .l-help-navi-box {
      display: flex;
    position: absolute;
    top: 30px;
    right: 240px;
}

.l-header.is-fixed .l-header-search, .l-header.is-open .l-header-search {
  right: 0;
}
.l-header.is-open .l-header-search {
z-index: auto;
}
.l-header.is-open .l-menu-btn {
  z-index: 999;
}
.l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
  right: -65px;
}
@media screen and (max-width: 1030px) {
  .l-header.is-fixed .l-header-search__box, .l-header.is-open .l-header-search__box {
    right: 0px;
  }
}
@media screen and (max-width: 1000px) {
.l-header.is-fixed .l-menu-btn, .l-header.is-open .l-menu-btn {
  display: block;
}
  }
@media screen and (max-width: 1000px) {
  .l-header-main {
    padding-right: 0;
  }
}
.l-header-main__in {
   padding: 0 30px;
}
@media screen and (max-width: 1000px) {
.l-header-main__in {
  padding: 0 5%;
}
}
@media screen and (max-width: 767px) {
  .l-header-main__in {  
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background-color: rgb(255 255 255 / 25%);
  }
}
.l-header-logo {
  margin-bottom: 15px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo {
    margin-right: auto;
    margin-bottom: 0;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .l-header-logo {
    flex: 1;
    overflow: hidden;
  }
}
.l-header-logo__img {
  max-width: 450px;
  word-break: break-all;
  position: absolute;
    bottom: -6px;
}
.l-header-logo__img a:hover{
opacity: 0.4;
}
.l-header-logo__img.is-txt {
  margin-bottom: 35px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img.is-txt {
    margin-bottom: 0;
  }
}
.l-header-logo__img img {
  flex-basis: 173px;
  max-width: 173px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__img img {
    flex-basis: 140px;
  max-width: 140px;
  }
}
.l-header-logo__txt {
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 12px;
  color: #909090;
  max-width: 450px;
}
@media screen and (max-width: 1030px) {
  .l-header-logo__txt {
    display: none;
  }
}
.l-menu-btn {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-menu-btn {
    position: relative;
  width: 70px;
  height: 70px;
  cursor: pointer;
  background: #001650;
   border: 0; 
  }
  .l-menu-btn span {
  position: absolute;
  left: 20px;
  width: 30px;
  height: 3px;
  background-color: #fff;
  border-radius: 4px;
}
.l-menu-btn, .l-menu-btn span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.l-menu-btn span:nth-of-type(1) {
  top: 18px;
}
.l-menu-btn span:nth-of-type(2) {
  top: 28px;
}
.l-menu-btn span:nth-of-type(3) {
  bottom: 29px;
}
  .l-menu-btn.is-on span {
    width: 32px;
    height: 5px;
}
.l-menu-btn.is-on span:nth-of-type(1) {
  -webkit-transform: translateY(17px) rotate(-45deg);
  transform: translateY(17px) rotate(-45deg);
}
  
.l-menu-btn.is-on span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-btn05-bar02 .8s forwards;
  animation: active-btn05-bar02 .8s forwards;
}

@-webkit-keyframes active-btn05-bar02 {
  100% {height: 0;}
}
@keyframes active-btn05-bar02 {
  100% {height: 0;}
 .l-menu-btn p {
    color: #fff;
    font-size: 12px;
    position: absolute;
    bottom: -6px;
}
}
.l-menu-btn.is-on span:nth-of-type(3) {
  bottom: 13px;
  -webkit-transform: translateY(-17px) rotate(45deg);
  transform: translateY(-17px) rotate(45deg);
}  
 .l-menu-btn p {
    font-size: 12px;
   font-family: 'Shippori Mincho', serif;
    color: #fff;
    position: absolute;
    left: 19px;
    bottom: 0;
} 
 .l-menu-btn.is-on p {
    display: none;
} 
}
/********** グローバルナビ **********/

.gnavArea{
      position: absolute;
    top: 30px;
    left: 230px;
    width: 630px;
}

@media screen and (max-width: 1060px){
.gnavArea {
   top: 22px;
    left: 215px;
    width: 50%;
}	
}
@media screen and (max-width: 1000px) {
.gnavArea{display: none;}
}
.gnav {
    display: flex;
    height: 2rem;
    margin: 0 auto;
}
.gnav > li {/*親階層のみ幅を25%にする*/
    width: 25%;
}
/*全てのリスト・リンク共通*/
.gnav li {
    list-style: none;
    position: relative;
}
.gnav li a {
      font-size: 14px;
    background-color: rgb(255 255 255 / 25%);
    color: #001650;
    display: block;
    text-align: center;
    text-decoration: none;
    padding: 5px 15px;
}	
@media screen and (max-width: 1060px) {
  .gnav li a {
    width: 126px;
    padding: 8px 15px;
}
}
.gnav li a:hover {
    color: #E0A113;
}
i.fa.fa-angle-down {
    margin-left: 8px;
}
.gnav li a:hover i.fa.fa-angle-down {
   transform: rotate( 
-180deg
   );}
/*子階層以降共通*/
.gnav li li {
    height: 0;
    overflow: hidden;
    transition: .5s;
}
.gnav li li a {
    border-top: 1px solid #eee;
	  /*  width: 180px;*/
  background: #fff;
}
.gnav li:hover > ul > li {
    height: 2rem;
    overflow: visible;
}


/********** メインナビ **********/
.l-main-navi {
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 1030px) {
  .l-main-navi {
    display: none;
  }
  .l-main-navi.is-on {
    display: block;
  }
}
@media screen and (min-width: 1030px) {
  .l-main-navi {
    display: block !important;
  }
}
.l-main-navi.is-open {
  box-sizing: border-box;
  overflow-y: auto;
  position: fixed;
  top: -1px;
  right: 0;
  z-index: 100;
  display: block;
  padding-top: 50px;
  width: 100%;
  height: calc(100% - 60px);
 /* background: #fafafa;*/
}
.l-main-navi.is-open .l-main-naviInner {
height: 100%;
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open {
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0;
    width: 75%;
    height: 100%;
    background: rgb(0 22 80 / 90%);
  }
}
.l-main-navi.is-open .l-main-navi__in {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  width: 1000px;
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open .l-main-navi__in {
    padding: 70px 0 0;
    width: auto;
    height: 100%;
  }
}
.l-main-navi.is-open .l-main-navi-list {
  display: none;
}
@media screen and (max-width: 1000px) {
.l-main-navi.is-open .l-main-navi-list {
  display: block;
}
}
.l-main-navi.is-open .l-main-navi-list__ttl {
  display: block;
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open .l-main-navi-list__ttl {
    display: none;
  }
}
.l-main-navi.is-open .l-main-navi-list__link {
  display: none;
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open .l-main-navi-list__link {
    display: block;
  }
}
.l-main-navi.is-open .l-main-navi-list__item {
  margin: 0 0 30px 0;
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open .l-main-navi-list__item {
    margin: 0;
  }
}

.l-main-navi.is-open .l-help-navi-box {
  display: block;
}
.l-main-navi.is-open .l-help-navi-list {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open .l-help-navi-list {
    margin-top: 0;
  }
}
.l-main-navi.is-open .l-sns-navi-list {
  margin-top: 60px;
  margin-left: 0;
}
.l-main-navi.is-open .l-mega-menu {
  position: static;
  padding: 0;
  width: auto;

}
@media screen and (min-width: 1000px) {
  .l-main-navi.is-open .l-mega-menu {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open .l-mega-menu {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .l-main-navi.is-open .l-mega-menu-list {
    display: block;
  }
}
.l-main-navi-list {
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  
}
@media screen and (max-width: 1000px) {
  .l-main-navi-list {
    display: block;
  }
  .l-main-navi-list li a {
       padding: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
}
  .l-main-navi-list li a:hover {
   background: #fff;
    color: #001650;
}
}
.l-main-navi-list__ttl {
  display: none;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-main-navi-list__item {
  margin-left: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .l-main-navi-list__item {
    border-top: 1px solid #eeeeee;
  }
  li.l-main-navi-list__item:first-child {
    border-top: none;
}
  li.l-main-navi-list__item:last-child {
    border-bottom: 1px solid #eeeeee;
}
}
.l-main-navi-list__link {
  display: block;
  position: relative;
  padding: 15px 40px 15px 30px;
  border: 0;
  font-size: 14px;
  font-weight: bold;
  background: transparent;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .l-main-navi-list__link {
    padding: 15px;
    width: 100%;
    text-align: left;
  }
}
.l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
  background: #fafafa;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .l-main-navi-list__link:hover, .l-main-navi-list__link.is-on {
    background: #394F74;
    border-bottom: solid 1px #fff;
  }
}
.l-main-navi-list__link:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -7px;
  width: 8px;
  height: 8px;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  transform: rotate(45deg);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media screen and (max-width: 1000px) {
  .l-main-navi-list__link:before {
    right: 20px;
    margin-top: -4px;
    border-color: #fff;
  }
}
.l-main-navi-list__link.is-on:before {
  transform: rotate(-135deg);
  margin-top: -4px;
}
.l-main-navi-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fafafa;
  opacity: 0;
}
.l-main-navi-overlay.is-on {
  width: 100%;
  height: 100%;
  animation: anime-overlay 0.2s ease forwards;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  opacity: 1;
  background: rgba(0,0,0,.3);
}
@keyframes anime-overlay {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/********** メガメニュー **********/
.l-mega-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 60px 85px;
  width: 100%;
  background: #fafafa;
}
@media screen and (max-width: 1000px) {
  .l-mega-menu {
    position: static;
    width: auto;
    height: auto;
    border-top: 0;
  }
}
.l-mega-menu-list {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
@media screen and (max-width: 1000px) {
  .l-mega-menu-list {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    background: #394F74;
  }
}
.l-mega-menu-list__item {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 20px;
  width: 25%;
}
@media screen and (max-width: 1000px) {
  .l-mega-menu-list__item {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    width: auto;
    border-bottom: solid 1px #fff;
  }
}
.l-mega-menu-list__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 5px;
  height: 1px;
  background: #000000;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1000px) {
  .l-mega-menu-list__item:before {
    content: none;
  }
}
@media screen and (max-width: 1000px) {
  .l-mega-menu-list__link {
    display: block;
    padding: 20px 40px 20px 20px;
  }
}

.l-header-myaccount a{
    background: #C6472A url(https://okichu2.xsrv.jp/yamachu_ec/svg/common/mypage.svg)no-repeat center;
    width: 80px;
    height: 80px;
    display: inline-block;
  position: relative;
}
.l-header-myaccount a:hover,
.l-header-search__btn:hover,
.l-header-cart a:hover{
  opacity: 0.4;
}
@media screen and (max-width: 1000px){
	.l-header-myaccount{
		display: none;
	}
}
/********** 検索・カート **********/
.l-header-search {
  display: flex;
  position: absolute;
  top: 0;
 right: 0;
  z-index: 1000;
}
.l-header-search__contents {
  display: none;
}
.l-header-search__box {
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 15px 0 20px 25px;
  width: 1000px;
  background: #fafafa;
}
@media screen and (max-width: 1030px) {
  .l-header-search__box {
    padding: 20px 0 20px 20px;
    width: 100%;
    right: 0;
  }
}
.l-header-search__form {
  position: relative;
  flex: 1;
  margin: 0;
}
.l-header-search__btn a{
  box-sizing: border-box;
      display: block;
    padding: 0;
    width: 80px;
    height: 80px;
    border: 0;
    background: #E0A113 url(https://okichu2.xsrv.jp/yamachu_ec/svg/common/search.svg)no-repeat center;
    position: relative;
}
@media screen and (max-width: 1000px) {
  .l-header-search__btn a{
    display: none;
  }
}
.l-header-search__btn img {
  width: 18px;
}
.l-header-search__btn.is-on {
  background: #fafafa;
}
.l-header-search__input {
  flex: 1;
  border-bottom: 1px solid #7d7d7d;
}
.l-header-search__input input {
  box-sizing: border-box;
  padding-right: 60px;
  width: 100%;
  height: 40px;
  border: none;
  background: transparent;
}
.l-header-search__submit {
  position: absolute;
  right: 0;
  bottom: 0;
  box-sizing: border-box;
  padding: 0;
  width: 50px;
  height: 40px;
  border: 0;
  background: none;
}
.l-header-search__submit img {
  width: 18px;
}
.l-header-search__close {
  box-sizing: border-box;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  width: 45px;
  border: 0;
  background: transparent;
}
.l-header-search__close span {
  position: absolute;
  content: "";
  left: 13px;
  width: 20px;
  height: 1px;
  background: #858585;
}
.l-header-search__close span:nth-child(1) {
  top: 0px;
  transform: translateY(20px) rotate(-45deg);
}
.l-header-search__close span:nth-child(2) {
  top: 40px;
  transform: translateY(-20px) rotate(45deg);
}
.l-header-cart a {
  background: #001650 url(https://okichu2.xsrv.jp/yamachu_ec/svg/common/cart.svg)no-repeat center;
    background-size: 40%;
    box-sizing: border-box;
    display: block;
    padding-top: 20px;
    width: 80px;
    height: 80px;
    text-align: center;
    position: relative;
}

@media screen and (max-width: 1000px) {
  .l-header-cart a {
    background: #fff url(https://okichu2.xsrv.jp/yamachu_ec/svg/common/sp_cart.svg)no-repeat center;
    background-size: 40%;
        width: 70px;
    height: 70px;
 /*   width: 50px;*/
  }
 
}
.l-header-cart a img {width: 19px;}
.p-global-header__cart-count {
      margin-left: 44px;
    font-weight: bold;
    color: #fff;
    font-size: 11px;
    line-height: 2;
    background: #D54747;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
/********** ヘルプナビ **********/
.l-help-navi-box {
  display: flex;
  position: absolute;
  top: 30px;
    right: 240px;
}
@media screen and (max-width: 1000px) {
.l-help-navi-box {
  display: none;
}
}
.l-help-navi-box a {
  color: #000000;
}

.l-help-navi-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-help-navi-list {
    display: block;
    border-top: 1px solid #eeeeee;
  }
}
.l-sns-navi-list {
  display: flex;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  .l-sns-navi-list {
       display: none;
}
}
.l-sns-navi-list li {
    margin: 0 10px;
}
@media screen and (max-width: 1000px) {
  .l-sns-navi-list li {
    margin: 0px 7px;
}
}

.l-sns-navi-list li a:hover{
opacity: 0.4;
}
/* sns_icon */
li.instagtam a {
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(https://okichu2.xsrv.jp/yamachu_ec/svg/common/icon_ig.svg) no-repeat;
    background-size: 100%;
}

li.twitter a {
	display: inline-block;
    height: 21px;
    width: 25px;
    background: url(https://okichu2.xsrv.jp/yamachu_ec/svg/common/icon_tw.svg) no-repeat;
    background-size: 100%;
}
li.facebook a {
	display: inline-block;
    height: 20px;
    width: 20px;
    background: url(https://okichu2.xsrv.jp/yamachu_ec/svg/common/icon_fb.svg) no-repeat;
    background-size: 100%;
}
/******************************/
/* popup */
/******************************/	
	.popup { opacity: 0; height: 100vh; width: 100%; position: fixed; top: 0; left: 0; overflow: hidden; z-index: -1; transition: .3s ease; display: flex; justify-content: center; align-items: center; }
.popup .popup-inner { background: #fff; padding: 30px; width: 50%; min-width: 500px; border-radius: 8px; opacity: 1; z-index: 1; }
.popup .black-background { background: #333; position: fixed; top: 0; left: 0; height: 100vh; width: 100%; opacity: 0; }
.popup input[type="text"] { max-width: 100%; width: 100% !important; box-shadow: none; border: 1px solid #001650; font-size: 16px; height: 40px; }
.popup .btn { width: 100%; margin-bottom: 0; }
.popup .btn .icon-lg-b.icon-search { backgrournd: #fff; }
.popup #searchClose { text-align: right; color: #001650; }
.popup #searchClose p { display: inline-block; width: auto; }
.popup #searchClose p:hover { color: #DD0012; cursor: pointer; }
.popup.show { opacity: 1; z-index: 1000; }
.popup.show .black-background { opacity: 0.6; z-index: 0; }
@media (max-width: 768px) { .popup .popup-inner { background: #fff; padding: 30px; width: 80%; min-width: inherit; opacity: 1; } }
.popup .btn.btnBlue {
    color: #fff;
    background: #001650;
    border-color: #001650;
}
.popup .btn {
    margin: 30px auto 0;
    border-radius: 0;
    height: 60px;
    padding: 18px 10px;
    max-width: 290px;
    position: relative;
    display: block;
    font-size: 14px;
    transition: .3s ease;
}
.popup .btn:hover{
	background: #fff;
  border-color:#001650;
  color: #001650;
}
.popup select,
.popup textarea,
[type="text"],
[type="password"],
[type="datetime"],
[type="datetime-local"],
[type="date"],
[type="month"],
[type="time"],
[type="week"],
[type="number"],
[type="email"],
[type="url"],
[type="search"],
[type="tel"],
[type="color"],
.popup .uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  height: 20px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  color: #001650;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
	box-sizing:border-box
}
.popup select, .popup textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
    display: inline-block;
    padding: 4px 6px;
    height: 20px;
    width: 112px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}
.popup select {
    width: 100% !important;
    border: 1px solid #001650;
    background-color: #fff;
	margin-bottom: 10px;
}
.popup select, [type="file"] {
    height: 30px;
    line-height: 30px;
    margin-top: 4px;
}
/******************************/
/* STAFF CALENDAR */
/******************************/
.p-shop-info {
  display: flex;
}
@media screen and (max-width: 1030px) {
  .p-shop-info {
    display: block;
  }
}
.p-shop-info .u-contents-s {
  flex: 1;
}
/********** STAFF **********/
.p-staff {
  box-sizing: border-box;
  flex: 1;
  padding: 50px;
  background: #f7f7f7;
}
@media screen and (max-width: 767px) {
  .p-staff {
    padding: 40px 20px;
  }
}
.p-staff + .p-calendar {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .p-staff + .p-calendar {
    margin-left: 0;
    margin-top: 30px;
  }
}
.p-staff-box {
  overflow: hidden;
}
.p-staff__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  width: 120px;
}
@media screen and (max-width: 767px) {
  .p-staff__img {
    float: none;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    width: 90px;
  }
}
.p-staff__img-name {
  margin-top: 5px;
  font-size: 12px;
  color: #909090;
  text-align: center;
}
/********** CALENDAR **********/
.p-calendar {
  box-sizing: border-box;
  flex: 1;
  padding: 50px 0 50px 30px;
  min-width: 510px;
}
@media screen and (max-width: 767px) {
  .p-calendar {
    padding-left: 0;
    min-width: inherit;
  }
}
.side_cal {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1030px) {
  .side_cal {
    justify-content: space-around;
  }
}
@media screen and (max-width: 500px) {
  .side_cal {
    display: block;
  }
}
.tbl_calendar {
  margin-left: 30px;
  width: 220px;
  text-align: center;
}
@media screen and (max-width: 1030px) {
  .tbl_calendar {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .tbl_calendar {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    width: auto;
  }
}
.tbl_calendar:first-child {
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  .tbl_calendar:first-child {
    margin-left: auto;
  }
}
.tbl_calendar caption {
  margin-bottom: 20px;
  font-size: 18px;
  text-align: center;
}
.tbl_calendar th {
  padding-bottom: 5px;
  font-size: 13px;
}
.tbl_calendar td {
  padding: 5px;
  font-size: 13px;
}

.side_cal_memo {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
}
/******************************/
/*お問い合わせエリア */
/******************************/
#contactArea {
    background: url(https://okichu2.xsrv.jp/yamachu_ec/img/common/bg_contact.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    text-align: center;
    padding: 120px 0 0;
    box-sizing: border-box;
    position: relative;
}
@media screen and (max-width: 767px) {
#contactArea {
  padding: 85px 0 0;
  }
}
#contactArea .contact_container {
    max-width: 530px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
#contactArea .contact_container {
    padding: 0 60px;
}	
}
#contactArea h3 {
    font-size: 30px;
    color: #fff;
      margin: 0 0 30px;
}
#contactArea .tel_btn {
    margin: 0 auto;
    text-align: center;
  margin: 0 0 30px;
}
#contactArea .tel_btn a{
display: block;
    background: #C6472A;
 height: 90px;
 position: relative; 
}
@media screen and (max-width: 767px) {
#contactArea .tel_btn a {
    height: 75px;
}
}
#contactArea .tel_btn a:hover{
 background: #E0A113;
}
#contactArea .tel_btn a img {
    flex-basis: 219px;
    max-width: 219px;
  position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
#contactArea .tel_btn a img {
    flex-basis: 187px;
    max-width: 187px;
}
}

#contactArea .contact_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 90px;
}
#contactArea .contact_wrap .contact_box {
        flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px );
}
@media screen and (max-width: 767px) {
#contactArea .contact_wrap .contact_box {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
}
#contactArea .contact_box a {
    background: #fff;
  color: #3E5F98;
    display: block;
    line-height: 4em;
      font-size: 14px;
      border-radius: 100vh;
}
#contactArea .contact_box a:hover {
background: #E0A113;
}
/******************************/
/* 戻るボタン */
/******************************/
.page_top a {
  display: block;
    width: 100%;
    height: 50px;
    background: #E0A113;
  color: #fff;
    margin-bottom: 60px;
    position: relative;
}
.page_top a:hover {
background: #fff;
  color: #E0A113;
}
.fa-angle-up:before {
    content: "\f106";
    position: absolute;
    top: 50%;
  left: 50%;
    -webkit-transform: translate(-50%, -50%);
}
/******************************/
/* ショップガイド */
/******************************/
#otherLink {
    margin: 0 auto 70px;
  border-top: solid 1px #001650;
    border-bottom: solid 1px #001650;
}
#otherLink ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 60px 0;
    padding: 0;
}
@media screen and (max-width: 767px) {
  #otherLink ul {margin: 0px;}
}
#otherLink ul li {
    flex-basis: 25%;
    max-width: 25%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#otherLink ul li:nth-child(odd):before {
    display: block;
}
#otherLink ul li + li:before {
    content: '';
    width: 1px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    display: block;
    background: #001650;
}
#otherLink ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #001650;
}
#otherLink ul li a span {
    margin-top: 45px;
    font-size: 16px;
}
#otherLink ul li a:hover span {color: #FEB847;}
#otherLink ul li.pay a {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/pay.svg') no-repeat top 10px center;
    background-size: auto 32px;
}
#otherLink ul li.delivery a {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/delivery.svg') no-repeat top 10px center;
    background-size: auto 28px;
}
#otherLink ul li.order a {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/guide.svg') no-repeat top 0px center;
    background-size: auto 40px;
}
#otherLink ul li.favorite a {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/favorite.svg') no-repeat top 10px center;
    background-size: 31px auto;
}
#otherLink ul li.pay a:hover {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/pay_hover.svg') no-repeat top 10px center;
    background-size: auto 32px;
}
#otherLink ul li.delivery a:hover {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/delivery_hover.svg') no-repeat top 10px center;
    background-size: auto 28px;
}
#otherLink ul li.order a:hover {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/guide_hover.svg') no-repeat top 0px center;
    background-size: auto 40px;
}
#otherLink ul li.favorite a:hover {
    background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/favorite_hover.svg') no-repeat top 10px center;
    background-size: 31px auto;
}
@media screen and (max-width: 767px) {
	#otherLink {margin: 0 auto 50px;}
#otherLink ul li {
    flex-basis: 50%;
    max-width: 50%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    list-style-type: none;
    position: relative;
}
#otherLink ul li.pay {border-bottom: 1px solid #001650;}
#otherLink ul li.delivery {border-bottom: 1px solid #001650;}
#otherLink ul li:nth-child(odd):before {display: none;}
#otherLink ul li:nth-child(even):before {
        content: '';
        width: 1px;
        height: 70px;
        position: absolute;
        top: 50%;
        left: 0px;
        transform: translateY(-50%);
        display: block;
        background: #001650;
    }
#otherLink ul li a {flex-direction: column; text-decoration: none; }
#otherLink ul li.pay a {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/pay.svg') no-repeat top 60px center;
        background-size: auto 30px;
    }
    
#otherLink ul li.delivery a {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/delivery.svg') no-repeat top 60px center;
        background-size: auto 28px;
    }
    
#otherLink ul li.order a {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/guide.svg') no-repeat top 60px center;
        background-size: auto 40px;
    }
    
#otherLink ul li.favorite a {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/favorite.svg') no-repeat top 60px center;
        background-size: auto 30px;
    }
    
#otherLink ul li.pay a:hover {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/pay_hover.svg') no-repeat top 60px center;
        background-size: auto 30px;
    }
    
#otherLink ul li.delivery a:hover {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/delivery_hover.svg') no-repeat top 60px center;
        background-size: auto 28px;
    }
    
#otherLink ul li.order a:hover {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/guide_hover.svg') no-repeat top 60px center;
        background-size: auto 40px;
    }
    
#otherLink ul li.favorite a:hover {
        background: url('https://okichu2.xsrv.jp/yamachu_ec/svg/common/favorite_hover.svg') no-repeat top 60px center;
        background-size: auto 30px;
    }
#otherLink ul li a span {
        display: block;
        margin-top: 45px;
        font-size: 14px;
        color: #001650;
    }
	}

/******************************/
/* footer */
/******************************/
.l-footer {
      margin-bottom: 90px;
}

.l-footer-main {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .l-footer-main { display: block; text-align: center; margin-bottom: 50px; }
}
.l-footer-shopinfo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: auto;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .l-footer-shopinfo {
        display: block;
  }
}
.l-footer-shopinfo__logo img {
  max-width: 170px;
}
.l-footer-shopinfo__logo a:hover img{
opacity: 0.4;
}
.l-footer-shopinfo__txt {
  margin-top: 10px;
  font-size: 12px;
  color: #909090;
}
.footer_tel {
  line-height: 1.2em;
    margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .footer_tel { margin: 0 0px 30px; }
 .l-footer-shopinfo__logo {
    margin-bottom: 30px;
} 
}
.l-footer-sns-list {
  display: flex;
  margin-top: 30px;
}
/*
@media screen and (max-width: 1030px) {
  .l-footer-sns-list {
    margin-top: 50px;
    justify-content: center;
  }
}
*/
.l-footer-sns-list__item {
  margin-right: 20px;
}
.l-footer-qrcode {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-qrcode {
    display: none;
  }
}

i.fas.fa-external-link-alt {
    margin-left: 10px;
}

.l-footer-navi {
    width: 665px;
    margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  .l-footer-navi {
    display: none;
  }
}
.l-footer-navi ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.l-footer-navi ul li + li:before {
    content: '|';
  padding: 0 19px;
}
.l-footer-navi ul li a{
	font-size: 14px;
}
.footer_sns {
    margin: 0 auto 35px;
    max-width: 107px;
}
.footer_sns ul {
    display: flex;
  justify-content: space-between;
}
.footer_sns ul li a:hover {
    opacity: 0.4;
}

.l-footer-copyright {
  padding-top: 10px;
  padding-bottom: 60px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-footer-copyright {
    padding-top: 0;
    padding-bottom: 30px;
  }
}
.l-copyright {
  font-size: 12px;
  text-align: center;
}

.l-copyright__logo {
  margin-top: 15px;
}
.l-copyright__logo a {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.l-copyright__logo img {
  margin-left: 10px;
  width: 200px;
  height: 36px;
}
/***** CSS編集内style *****/
@charset "euc-jp";
body {
  background-color: #fff;
  background-image: url(https://okichu2.xsrv.jp/yamachu_ec/img/common/bg.jpg);
  color: #333333;
}
a {
  color: #464e54;
}
a:hover {
  color: #E0A113;
      text-decoration: none;
}
/** icons **/
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
/******************************/
/* free page */
/******************************/
.p-freepage__attention {
  margin-top: 15px;
  margin-bottom: 30px;
  color: #ff0000;
  font-weight: bold;
  text-align: center;
}
.p-freepage__img {
  margin-top: 15px;
  margin-bottom: 15px;
  text-align: center;
}
.p-freepage__img img {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.p-freepage-ol { padding-left: 25px; list-style-type: decimal; }
.p-freepage-ol__item {
  margin-top: 20px;
  margin-bottom: 20px;

  letter-spacing: 0.1em;
}
div[class*="free"] .c-breadcrumbs {
  margin: 110px 0 90px;
}
blockquote {
    margin: 0 0 30px !important;
    padding: 20px 30px !important;
    border-left: none !important;
    background: #ffffff !important;
    border-radius: 10px !important;
}
/* カラム */
.column2_wrap{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column2_wrap .column2_box {
    flex-basis: calc( 50% - 15px );
    max-width: calc( 50% - 15px );
}
@media (max-width: 767px) {
	.column2_wrap .column2_box {
    flex-basis: 100%;
    max-width: 100%;
}
}
.column2img_wrap{
  display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column2img_wrap .column2img_box {
    flex-basis: calc( 33% - 15px );
    max-width: calc( 33% - 15px );
}
.column2img_wrap .column2text_box {
    flex-basis: calc( 66% - 15px );
    max-width: calc( 66% - 15px );
}
@media (max-width: 767px) {
.column2img_wrap .column2img_box,
.column2_wrap .column2text_box{
    flex-basis: 100%;
    max-width: 100%;
}
 .column2img_wrap .column2text_box {
    flex-basis: 100%;
    max-width: 100%;
}
}
.column3_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.column3_wrap .column3_box {
    flex-basis: calc( 33% - 15px );
    max-width: calc( 33% - 15px );
      margin-bottom: 40px;
}
@media (max-width: 767px) {
.column3_wrap .column3_box {
    flex-basis: 100%;
    max-width: 100%;
}
}
.column4_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.column4_wrap .column4_box {
    flex-basis: 25%;
    max-width: 25%;
}
@media (max-width: 767px) {
	.column4_wrap .column4_box {
    flex-basis: 50%;
    max-width: 50%;
}
}
.h_menu_search {
    margin: 20px 15px;
}
.h_menu_search form {
      border: 1px solid #707070;
    height: 50px;
    width: 100%;
    position: relative;
}
.h_menu_search [type="text"]  {
    display: inline-block;
    padding: 4px 6px;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #555;
    vertical-align: middle;
    font-size: 14px;
    line-height: 20px;
}
.l-header.is-open .l-main-navi__in .h_menu_search [type="text"] {
-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  border: 0;
}
input.searchSubmit {
  width: 18px;
    height: 18px;
      position: absolute;
    top: 15px;
    right: 15px;
}
/* 一覧セクション */
#itemlistArea { margin: 110px auto 95px; }
#itemlistArea .c-breadcrumbs { margin: 110px auto 90px; }
/* ページタイトル */
h2.page_title {
    font-size: 24px;
    color: #001650;
    text-align: center;
      margin: 0 0 30px;
}
.page_title_img {margin-bottom: 40px;}
/***** 商品件数・ソート *****/
.p-item-sort-list { display: flex; justify-content: flex-end; margin: 0 0 30px; padding: 0; }
.p-item-sort-list li { margin: 0; padding: 0; list-style: none; line-height: 1; }
.p-item-sort-list li + li { border-left: 1px solid #ccc; margin-left: 10px; padding-left: 10px; }
.p-item-list-num {display: none;}