@charset "UTF-8";

/* ======================================================

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

-> scss -> base -> _normalize.scss

- - - - - - - - - - - - - - - - - - - - - - - - - - - - -

====================================================== */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

ul {
  margin: 0;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* Iphoneでタップすると拡大されないように */
input, textarea, select {
  font-size: 16px!important;
}

/* ==================================================
   Base Style
   ================================================== */
html {
  font-size: 62.5%;
  /*-
  @include min-width(md){
    font-size: 71.42857142%;
  }
  -*/
}

body {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family:  "noto-sans-cjk-jp", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
  font-weight: 400;
  font-weight: 400;
  letter-spacing: 0.09em;
  color: #231B0F;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a {
  color: #59ABF3;
  text-decoration: none;
}

a, a:before, a:after {
  -webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  color: #1D78C7;
}

a:hover {
  text-decoration: none;
  opacity: 0.6;
  color: #59ABF3;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

p {
  font-weight: 400;
}

img {
  max-width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 0px!important;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

.tel{
  pointer-events: none;
}

.pc-only{
  display: block;
}

.sp-only{
  display: none;
}

.en{
  font-family: 'Montserrat', sans-serif;
}

.mincho{
  font-family: source-han-serif-japanese, serif;
}

.no-link{
  pointer-events: none;
}

@media screen and (max-width: 767px){
  .pc-only{
    display: none;
  }

  .sp-only{
    display: block;
  }

  .tel{
    pointer-events:auto;
  } 
}

/**
 * テキストの選択
 */
::-moz-selection {
  background: #dedede;
}
::selection {
  background: #dedede;
}

::-moz-selection {
  background: #dedede;
}

/**
 * Scroll Bar
 */
/*-
// 縦スクロールバー（幅）
::-webkit-scrollbar {
	width: 4px; }

// 横スクロールバー（幅）
::-webkit-scrollbar:horizontal {
	height: 12px; }

// スクロールバー軌道（色）
::-webkit-scrollbar-track {
  background: $color-scrollbar;
}

// 軌道のコーナー（色）
::-webkit-scrollbar-corner {
	background: $color-scrollbar;
}

// 移動タブ（色・角丸み）
::-webkit-scrollbar-thumb {
  background: $color-scrollbar;
	border-radius: 12px;
}
-*/
/**
 * iOS
 */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}


/* ==================================================
   Header
================================================== */







/* ==================================================
   Footer
================================================== */




/* ==================================================
   Pagination
   ================================================== */


.wp-pagenavi {
	margin: 0 auto;
	font-size: 0;
	text-align: center;
  font-family: 'Source Serif Pro', serif;
}
.wp-pagenavi .pages{
	display: none;
}
.wp-pagenavi .last{
	display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
	margin: 0;
	padding: 0;
}

.wp-pagenavi .page, .wp-pagenavi .extend {
	display: inline-block;
	width: 45px;
	height: auto;
	line-height: 1;
	background: #FFF;
	font-size: 1.8rem;
	color: #A5A5A5;
	text-decoration: none;
	text-align: center;
  border: none;
}

.wp-pagenavi .page:hover, .wp-pagenavi .extend:hover {
	opacity: 0.8;
}

.wp-pagenavi .current {
	display: inline-block;
	color: #000;
  font-size: 1.8rem;
	width: 45px;
	height: auto;
	line-height: 1;
	font-size: 16px;
	text-align: center;
  border: none;
  background-color: #fff;
  font-weight: 500!important;
}


.nextpostslink{
  width: 30px;
  position: relative;
  border: none!important;
  padding: 17px 6px 8px!important;
}


.previouspostslink{
  width: 30px;
  position: relative;
  border: none!important;
  padding: 17px 6px 8px!important;
}



.aroundbox{
  display: flex;
  justify-content: space-around;
  margin: 30px 0 0;
  padding-top: 24px;
}

.archive-pagination .aroundbox{
  justify-content: space-between;
}

.archive-pagination .aroundbox a{
  background-color: #605137;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.8em 0.5em;
  max-width: 205px;
  width: 100%;
  display: block;
}

.aroundbox div{
  width: 33.33%;
}

.aroundbox .wp-pagenavi{
  width: auto;
}

/*.aroundbox div.prev{
  padding-left: 20px;
}*/

.aroundbox div.prev a::before{
  content: '';
  position: absolute;
  left: 4px;
  top: 35%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  transform: rotate(-180deg) translate(-50%, -50%);
  
}

.aroundbox div.all{
  text-align: center;
}

.aroundbox div.next{
  text-align: right;
  position: relative;
  /*padding-right: 20px;*/
  margin: 0 0 0 auto;
}

.aroundbox div.next a{
  margin: 0 0 0 auto;
}

.aroundbox div.next a::before{
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  transform: translate(-50%, -50%);
}

.aroundbox a{
  color: #000;
  position: relative;
}

.aroundbox.article-nav div.next a,
.aroundbox.article-nav div.prev a{
  font-size: 0;
}

.aroundbox.article-nav div.next {
    text-align: left;
}

.aroundbox.article-nav div.prev {
  text-align: right;
}

.aroundbox.article-nav div.next a::before {
  content: '';
  background: url(../images/top/img_slidearrow_next.svg) no-repeat;
  width: 20px;
  position: absolute;
  background-size: 100%;
  top: 50%;
  right: 8%;
  transform: translate(0, -50%);
  height: 9px;
  border: none;
}

.aroundbox.article-nav div.prev a::before {
  content: '';
  background: url(../images/top/img_slidearrow_prev.svg) no-repeat;
  width: 20px;
  position: absolute;
  background-size: 100%;
  top: 50%;
  left: 8%;
  transform: translate(0, -50%);
  height: 9px;
  border: none;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi .page, .wp-pagenavi .extend, .wp-pagenavi .current {
    width: auto;
  }

  .aroundbox{
    margin: 60px 0 0;
  }
}


/* ==================================================
   Bread Crumb
   ================================================== */
.c-breadcrumb {
  padding: 0 0 ;
}

.c-breadcrumb ul {
  padding: 1em 0 1em 0em;
  background: transparent;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      
}

.c-breadcrumb ul li{
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
}

.c-breadcrumb ul li:first-child{
  font-family: 'Montserrat', sans-serif;
}

.c-breadcrumb ul li::after{
  content: '';
  border-top: 1px solid #707070;
  border-right: 1px solid #707070;
  width: 4px;
  height: 4px;
  transform: rotate(45deg) translate(-50%,-50%);
  position: absolute;
  top: 50%;
  right: -16px;
}

.c-breadcrumb ul li:last-child:after{
  content: none;
}


.c-breadcrumb ul li {
  margin-right: 2.2em;
 }
 
 .c-breadcrumb ul li a {
   color: #202625;
 }
 
 .c-breadcrumb ul li i {
   margin-left: 10px;
 }

@media screen and (max-width: 767px) {
  .c-breadcrumb {
    padding: 0 0 50px;
  }

  .c-breadcrumb ul {
    padding: 12px 5%;
  }
}




/* ==================================================
   Footer
================================================== */

.l-footer{
  background-color: #F3F3F3;
  padding: 5em 1em 3em;
  color: #fff;
  text-align: right;
}

.l-footer .f-inner{
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.l-footer .f-nav{
  display: flex;
  justify-content: right;
  margin-bottom: 1.5em;
}

.l-footer .f-nav li {
  margin-left: 2em;
}

.l-footer .f-nav li:first-child{
  margin-left: 0;
}

.l-footer .f-nav li a{
  color: #000;
}

.l-footer .copyright{
  color: #000;
  font-size: 1.2rem;
  margin-top: 1.5em;
}



@media screen and (max-width: 767px) {

  .l-footer {
    padding: 2em 1em 2em;
    text-align: left;
  }

  .l-footer .f-nav {
    display: block;
  }

  .l-footer .f-nav li {
    margin-left: 0em;
    margin-bottom: 1em;
  }
}



/* ==================================================
   Header
================================================== */

.l-header {
  height: 76px;
  width: calc(100% - 225px);
  /*-webkit-transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);
  transition: 0.16s cubic-bezier(0.17, 0.935, 0.305, 1);*/
  position: fixed;
  z-index: 999;
  background-color: #76C158;
  transition: 0.3s ease-in-out;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header .c-logo{
  position: relative;
  left: 0;
  max-width: 298px;
  margin-bottom: 0;
}

.l-header .c-logo a{
  display: block;
  position: relative;

}

.l-header .c-logo a img{
  display: block;

}

.l-header #g-nav{
  position:fixed;
  z-index: 999;
  top:0;
  left: -120%;
  width:32%;
  height: 100vh;/*ナビの高さ*/
  background:#F3F3F3;
  color: #fff;
  /*動き*/
  transition: all 0.7s cubic-bezier(.43,.24,.54,.93);
}

/*アクティブクラスがついたら位置を0に*/
.l-header #g-nav.panelactive{
  left: 0;
}

/*ナビゲーションの縦スクロール*/
.l-header #g-nav.panelactive #g-nav-list{
  /*ナビの数が増えた場合縦スクロール*/
  position: fixed;
  z-index: 999; 
  width: 32%;
  height: 100vh;/*表示する高さ*/
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}


/*リストのレイアウト設定*/

.l-header #g-nav li{
  list-style: none;
}



/*========= ボタンのためのCSS ===============*/
.l-header .openbtn1{
  position:absolute;
  z-index: 9999;/*ボタンを最前面に*/
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  cursor: pointer;
  width: 50px;
  height:50px;
  display: none;
}

/*×に変化*/  
.l-header .openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 50px;
  width: 1px;
  border-radius: 2px;
  background-color: #000;
  
}

.l-header .openbtn1 span:nth-of-type(1) {
  top:11px; 
}

.l-header .openbtn1 span:nth-of-type(2) {
  top: 25px;
  left: 28px;
}



.l-header .openbtn1.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-45deg);
}

.l-header .openbtn1.active span:nth-of-type(3){
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(45deg);
}

.l-header .openbtn1.active span:nth-of-type(2){
  opacity: 0;
}

.l-header .header-navlink{
  display: flex;
  width: 90%;
  justify-content: flex-end;
  align-items: center;
}

.l-header .header-navlink ul{
  display: flex;
  margin-bottom: 0;
}

.l-header .header-navlink ul li{
  margin-right:3em;
}

.l-header .header-navlink ul li a{
  color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
}

.l-header .header-navlink .h-login{
  background: rgb(73,98,155);
  background: linear-gradient(180deg, rgba(73,98,155,1) 0%, rgba(26,45,70,1) 100%);
  height: 76px;
  display: flex;
  align-items: center;
  padding: 0 2em;
  letter-spacing: 0;
  color: #fff;
  border-radius: 2px;
}

.l-header .sp-icon-area{
  display: none;
}


@media screen and (max-width:1420px) {

  .l-header .header-navlink ul li {
    margin-right: 1.5em;
  }

}

@media screen and (max-width:1290px) {

  .l-header .header-navlink {
    width: 80%;
  }

  .l-header .header-navlink ul li {
    margin-right: 1.2em;
  }

  .l-header .header-navlink ul li a {
    font-size: 1.4rem;
  }

  .l-header .header-navlink .icon-area {
    max-width: 70px;
  }
}



@media only screen and (max-width: 1180px) and (min-width: 768px)  {

  .l-header .header-navlink ul li {
    margin-right: 0em;
  }

  .l-header .header-navlink ul {
    margin-left: 1em;
  }

  .l-header .header-navlink ul li a {
    font-size: 1.3rem;
    padding: 0 0.6em;
    display: block;
  }

  .l-header .header-navlink .h-login {
    padding: 0 1em;
  }
  
}

@media screen and (max-width:1040px) {

  .l-header .c-logo {
    max-width: 237px;
  }

}

@media screen and (max-width:1025px) {

  .l-header .sp-icon-area{
    right: 66px;
    position: relative;
    top: 4px;
    display: flex;
    align-items: center;
  }

  .l-header .sp-icon-area a{
    display: table;
    margin-left: 1.5em;
  }

  .l-header .header-navlink{
    display: none;
  }
  
  .l-header .openbtn1{
    display: block;
  }

  .scroll-prevent {
    overflow: hidden;
  }

  .l-header {
    width: 100%;
    height: 60px;
    border-right: none;
    background-color: rgba(255,255,255,0.8);
  }

  .l-header .c-logo {
    position: relative;
    max-width: 157px;
    left: 2px;
  }

  .l-header .c-logo a {
    display: block;
    position: relative;
  }

  .l-header #g-nav li a{
    display: block;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    padding: 9px 0;
    color: #000;
  }
 

  .l-header .openbtn1 span {
    left: auto;
    right: 10px;
    height: 2px;
    width: 32px;
  }

  .l-header .openbtn1 {
    position: absolute;
    top: 50%;
    left: auto;
    right: 6px;
    transform: translate(0%,-50%);
    cursor: pointer;
    height: 42px;
  }

  .l-header .openbtn1 span:nth-of-type(2) {
    top: 23px;
    left: auto;
  }

  .l-header .openbtn1 span:nth-of-type(3) {
    top: 35px;
     left: auto;
  }
  

  .l-header #g-nav.panelactive #g-nav-list {
    width: 77%;
  }

  .l-header #g-nav{
    left: auto;
    right: -120%;
    width: 78%;
  }

  .l-header #g-nav li {
    text-align: left;
    display: block;
    width: 100%;
  }


  /*アクティブクラスがついたら位置を0に*/
  .l-header #g-nav.panelactive{
    right: 0;
    left: auto;
  }

  /*ナビゲーション*/
  .gnav-wrapper{
    top:70px;
    left:auto;
    padding-left: 10px;
    transform: translate(0%,0%);
    width: 100%;
    padding-bottom: 30px;
    position: relative;
  }

  .gnav-wrapper .top-btn-wrap{
    padding: 0 20px 0 10px;
  }

  .gnav-wrapper .bottom-btn-wrap a{
    display: block;
  }

  .gnav-wrapper .bottom-btn-wrap a.guide-btn{
    padding: 0px 24px 0 16px;
    margin-bottom: 15px;
  }

  .gnav-wrapper .bottom-btn-wrap a img{
    display: block;
    margin: 0;
    width: 100%;
  }

 
  .gnav-wrapper .g-btn{
    display: block;
    color: #000;
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 10px 0;
  }

  .gnav-wrapper .g-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(0,-50%);
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 3px solid transparent;
    border-left: 5px solid #000;
    z-index: 2;
  }

  .gnav-wrapper .g-btn.mypage{
    background-color:#fff ;
    margin-bottom: 8px;
  }

  .gnav-wrapper ul{
    margin: 1em 0 1em!important;
    padding: 0 15px;
  }

  .gnav-btn a{
    display: block;
    background-color: #fff;
    text-align: center;
    color: #000;
    padding: 1em 0;
    margin-bottom: 0.5em;
  }

  .gnav-btn .login{
    background-color: #C2C2C2;
  }

  .gnav-btn a:last-child{
    margin-bottom: 0;
  }

  .gnav-btn a span{
    display: table;
    margin: 0 auto;
    position: relative;
    font-weight: bold;
  }

  .gnav-btn a.contact span{
    padding-left: 2.5em;
  }

  .gnav-btn a.contact span::before{
    content: '';
    background: url(../images/common/icon_mail.svg) no-repeat;
    background-size: cover;
    width: 21px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 3px;
  }
 
}


.h-sidecart{
  height: 100vh;
  width: 225px;
  position: fixed;
  right: 0;
  background-color: #F3F3F3;
}

.h-sidecart .cart-total{
  background: rgb(235,97,97);
background: linear-gradient(180deg, rgba(235,97,97,1) 0%, rgba(148,47,31,1) 100%);
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 1.8em 0.5em;
  height: 76px;
  align-items: center;
  border-radius: 2px;
}

.h-sidecart .sc-inner{
  padding: 1em 1em;
  position: relative;
  height: calc(100vh - 76px);
}

.h-sidecart .sc-inner .woocommerce-mini-cart__total{
  display: none;
}

.h-sidecart .sc-inner .woocommerce-mini-cart__buttons{
  display: none;
}

.h-sidecart .sc-inner .widget.widget_block{
  margin-bottom: 0;
}

.h-sidecart .sc-inner .sc-buttons{
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}

.h-sidecart .sc-buttons .sc-btn{
  display: block;
  max-width: 205px;
  width: 100%;
  margin: 0 auto 8px;
  /*
  background-color: #616161;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin: 0 auto 0.3em;
  font-weight: 500;
  padding: 1.1em 0.5em;
  letter-spacing: 0;
  */
}
/*
.h-sidecart .sc-buttons .sc-btn::after{
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  transform: translate(-50%, -50%);
}

.h-sidecart .sc-buttons .sc-btn.order::before{
  content: '';
  position: absolute;
  width: 34px;
  height: 34px;
  top: 50%;
  left: 6px;
  transform: translate(0%,-50%);
  background: url(../images/common/icon_order.svg) no-repeat;
  background-size: cover;
}

.h-sidecart .sc-buttons .sc-btn.top::before{
  content: '';
  position: absolute;
  width: 31px;
  height: 28px;
  top: 50%;
  left: 6px;
  transform: translate(0%,-50%);
  background: url(../images/common/icon_top.svg) no-repeat;
  background-size: cover;
}

.h-sidecart .sc-buttons .sc-btn.login::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 6px;
  transform: translate(0%,-50%);
  background: url(../images/common/icon_login.svg) no-repeat;
  background-size: cover;
}

.h-sidecart .sc-buttons .sc-btn.register::before{
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  left: 6px;
  transform: translate(0%,-50%);
  background: url(../images/common/icon_register.svg) no-repeat;
  background-size: cover;
}
*/

@media screen and (max-width:1025px) {
  .h-sidecart {
    display: none;
  }
}

@media screen and (max-width:768px) {

}





/* ==================================================
  共通
================================================== */

.inner {
  width: 100%;
  max-width: calc(1200px + 5% * 2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 5%;
  padding-right: 5%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.btn{
  background-color: #333;
  color: #fff;
  text-align: center;
  max-width: 250px;
  width: 100%;
  display: table;
  padding: 0.7em 0.5em 0.5em;
}


.btn:hover{
  color: #fff;
}

.btn::after {
  content: '';
  position: absolute;
  right: 17px;
  top: 50%;
  transform: translate(0,-50%);
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 5px solid #fff;
}

.btn:hover:after{
  right: 14px;
}

.pr-wrapper{
  padding-right: 225px;
}

.lower-page{
  padding-top: 9em;
}

.page-ttl{
  padding-bottom: 4em;
}

.page-ttl h1{
  background-color: #76C158;
  color: #fff;
  border-radius: 4px;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 0.5em 0.6em;
  margin-bottom: 0.5em;
}


@media screen and (max-width:1025px) {

  .pr-wrapper {
    padding-right: 0;
  }

}


@media screen and (max-width:768px) {

  .lower-page{
    padding-top: 6em;
  }

  .page-ttl h1 {
    font-size: 2.2rem;
  }

}


/* ==================================================
   TOP
================================================== */

.p-top .top-slider .slick-next:before {
  background: url(../images/common/icon_arrow_next.svg)!important;
  background-size: contain!important;
}

.p-top .top-slider .slick-prev:before {
  background: url(../images/common/icon_arrow_prev.svg)!important;
  background-size: contain!important;
}

.p-top .top-slider .slick-arrow:before {
  content: ""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top .top-slider .slick-prev, 
.p-top .top-slider .slick-next{
  width: 44px;
  height: 44px;
  z-index: 1;
}

.p-top .top-slider .slick-next {
  right: 16px;
}

.p-top .top-slider .slick-prev {
  left: 16px;
}

.p-top .top-slider .slick-dots li button:before {
  font-size: 16px;
}


.p-top .top-upper{
  padding: 8em 0 0;
  margin-bottom: 7em;
}

.p-top .top-category{
  display: flex;
  justify-content: space-between;
  margin: 4em 0 1em;
}

.p-top .top-category .l-box{
  width: 59%;
}

.p-top .top-category .r-box{
  width: 40%;
}

.p-top .topbtn-area{
  display: flex;
  justify-content: space-between;
}

.p-top .topbtn-area .t-btn{
  width: 24.5%;
}

.p-top .m-ttl {
  background-color: #76C158;
  color: #fff;
  border-radius: 4px;
  font-size: 3.2rem;
  font-weight: 500;
  padding: 0.5em 0.6em;
  margin-bottom: 0.5em;
}

.p-top .top-arearank .area-wrap{
  /*display: flex;
  justify-content: space-between;*/
  margin-top: 4em;
}

.p-top .top-arearank .area-rank .rank-selectbox{
  max-width: 50%;
  width: 100%;
  margin: 0 0 2em auto;
}

.p-top .top-arearank .area-rank-block .rank-flex{
  display: flex;
  justify-content: space-between;
}

.p-top .top-arearank .area-rank-block .map-box{
  width: 45%;
}

.p-top .top-arearank .area-rank-block .r-wrap{
  width: 50%;
}

.p-top .top-arearank .area-wrap select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 6px 15px 6px 15px;
}
   
.p-top .top-arearank .area-wrap select::-ms-expand{
  display: none;
}

.p-top .top-arearank .area-wrap .select-wrap:after {
  content: '';
  position: absolute;
  right: 16px;
  top: 39%;
  width: 4px;
  height: 4px;
  border-top: 1px solid #6A510E;
  border-right: 1px solid #6A510E;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg) translate(0,-50%);
}


.p-top .top-arearank .area-wrap .area-map{
  width: 45%;
} 

.p-top .top-arearank .area-wrap .select-wrap{
  max-width: 46%;
  width: 100%;
  position: relative;
  z-index: 0;
  padding: 1px;
  width: 100%;
  margin-right: 3%;
}

.p-top .top-arearank .area-wrap .select-wrap .form-control{
  width: 100%;
}

/*.p-top .top-arearank .area-wrap .area-rank{
  width: 50%;
}*/

.p-top .top-arearank .area-wrap .area-rank .rank-ttl{
  font-size: 2.4rem;
  margin-bottom: 0.8em;
}

.p-top .top-arearank .area-wrap .area-rank li a{
  color: #000;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C2C2C2;
  padding: 1em 0.3em
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-num{
  font-size: 2rem;
  font-weight: bold;
  width: 10%;
  position: relative;
  padding-top: 1.8em;
  text-align: center;
}

.p-top .top-arearank .area-wrap .area-rank ul {
  counter-reset: number 0;
  margin-left: 0;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-num::after {
  content: counter(number)"位";
  counter-increment: number 1;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: 2rem;
  line-height: 1;
  z-index: 1;
  width: 100%;
}

.p-top .top-arearank .rank-wrap .area-rank-block:nth-of-type(n+2){ 
  display: none; 
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-num::before{
  content: '';
  position: absolute;
  width: 49px;
  height: 39px;
  top: -15px;
  left: 50%;
  transform: translate(-50%,0);
  background: url(../images/common/icon_crown.png) no-repeat;
  background-size: cover;
}

.p-top .top-arearank .area-wrap .area-rank li:nth-child(4) a .rank-num::before,
.p-top .top-arearank .area-wrap .area-rank li:nth-child(5) a .rank-num::before{
  background: none;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-img{
  width: 18%;
  margin: 0 2.5em;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-img img{
  display: block;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-detail{
  font-size: 2rem;
  width: 70%;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-detail .rank-pname{
  margin-bottom: 0.8em;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-detail .rank-pdetail{
  display: flex;
  align-items: baseline;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-detail .rank-pprice{
  font-size: 1.8rem;
  margin-right: 2em;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-detail .rank-pprice .from{
  font-size: 1.3rem;
  display: block;
}

.p-top .top-arearank .area-wrap .area-rank li a .rank-detail .btn-s{
  background-color: #9F9F9F;
  color: #fff;
  position: relative;
  max-width: 167px;
  width: 100%;
  position: relative;
  font-size: 1.5rem;
  text-align: center;
  padding: 0.4em 0.2em;
} 

.p-top .top-arearank .area-wrap .area-rank li a .rank-detail .btn-s::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  transform: translate(-50%, -50%);
}

/* トップページバナーエリアレイアウト */
.top-bnr-area {
  display: grid;
  margin-top: 10px;
}
.top-bnr-area.column-2 {
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.top-bnr-area.column-2 .bnr-1 {
  grid-area: 1 / 1 / 3 / 2;
}
.top-bnr-area.column-2 .bnr-2 {
  grid-area: 1 / 2 / 3 / 3;
}

.top-bnr-area.column-3 {
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.top-bnr-area.column-3 .bnr-1 {
  grid-area: 1 / 1 / 3 / 2;
}
.top-bnr-area.column-3 .bnr-2 {
  grid-area: 1 / 2 / 3 / 3;
}
.top-bnr-area.column-3 .bnr-3 {
  grid-area: 1 / 3 / 2 / 4;
}

.top-bnr-area.column-3-2 {
  grid-template-columns: repeat(2, 1fr) 1.342fr;
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.top-bnr-area.column-3-2 .bnr-1 {
  grid-area: 1 / 1 / 3 / 2;
}
.top-bnr-area.column-3-2 .bnr-2 {
  grid-area: 1 / 2 / 3 / 3;
}
.top-bnr-area.column-3-2 .bnr-3 {
  grid-area: 1 / 3 / 2 / 4;
}
.top-bnr-area.column-3-2 .bnr-4 {
  grid-area: 2 / 3 / 3 / 4;
}

.top-bnr-area.column-4 {
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.top-bnr-area.column-4 .bnr-1 {
  grid-area: 1 / 1 / 3 / 2;
}
.top-bnr-area.column-4 .bnr-2 {
  grid-area: 1 / 2 / 3 / 3;
}
.top-bnr-area.column-4 .bnr-3 {
  grid-area: 1 / 3 / 2 / 4;
}
.top-bnr-area.column-4 .bnr-4 {
  grid-area: 1 / 4 / 2 / 5;
}

@media screen and (max-width:600px) {
  
  .top-bnr-area.column-3-2,
  .top-bnr-area.column-4 {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }
  .top-bnr-area.column-3-2 .bnr-1,
  .top-bnr-area.column-4 .bnr-1 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .top-bnr-area.column-3-2 .bnr-2,
  .top-bnr-area.column-4 .bnr-2 {
    grid-area: 1 / 2 / 2 / 3;
  }
  .top-bnr-area.column-3-2 .bnr-3,
  .top-bnr-area.column-4 .bnr-3 {
    grid-area: 2 / 1 / 3 / 2;
  }
  .top-bnr-area.column-3-2 .bnr-4,
  .top-bnr-area.column-4 .bnr-4 {
    grid-area: 2 / 2 / 3 / 3;
  }
}

.top-bnr-area img {
  width: 100%;
}

.products {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  position: relative;
}

.products .prod-block{
  width: 19.04%;
  margin-bottom: 1em;
  display: block;
  position: relative;
  margin-right: 1.2%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 2px 3px 2px rgb(0 0 0 / 16%);
}

.products .prod-block:nth-child(5n){
  margin-right: 0;
}

.products:after {
  content: "";
  display: block;
  width: 32.5%;  /* .boxに指定したwidthと同じ幅を指定する */
  height: 0;
}
.products .prod-block .prod-cat {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background-color: #bd672e;
  padding: 0.1em 0.5em;
}
.products .prod-block .prod-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.products .prod-block .prod-img:after {
  content: '';
  display: block;
  width: 100%;
  padding-bottom: 57.4%;
}
.products .prod-block .prod-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.products .prod-block .prod-detail{
  /*
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0.8em 0.8em;
  color: #fff;
  */
  color: #000;
  padding: 0.5em 1em;
}

.products .prod-block .prod-detail .prod-name{
  font-size: 1.7rem;
}

.products .prod-block .prod-detail .prod-price{
  display: flex;
  justify-content: flex-end;
  font-size: 1.5rem;
  align-items: baseline;
}

.p-top .top-newproduct{
  margin-top: 7em;
  padding-bottom: 8em;
}


@media screen and (max-width:768px) {

  .p-top .top-slider .slick-prev:before {
    background: url(../images/common/icon_arrow_prev_sp.svg)!important;
    background-size: contain!important;
  }

  .p-top .top-slider .slick-next:before {
    background: url(../images/common/icon_arrow_next_sp.svg)!important;
    background-size: contain!important;
  }

  .p-top .top-slider .slick-prev, .p-top .top-slider .slick-next {
    width: 30px;
    height: 30px; 
    z-index: 1;
}

  .p-top .top-upper {
    padding: 6em 0 0;
    margin-bottom: 3em;
  }

  .p-top .topbtn-area {
    flex-wrap: wrap;
  }

  .p-top .topbtn-area .t-btn {
    width: 49%;
    margin-bottom: 0.5em;
  }

  .p-top .m-ttl {
    font-size: 2rem;
  }

  .p-top .top-newproduct .p-wrap .prod-block {
    width: 100%;
  }

  .p-top .top-arearank .area-wrap {
    display: block;
    margin-top: 2em;
  }

  .p-top .top-arearank .area-wrap .area-map {
    width: 100%;
  }

  .p-top .top-arearank .area-wrap .area-rank {
    width: 100%;
  }

  .p-top .top-arearank .area-wrap .area-rank .rank-ttl {
    margin-bottom: 0.8em;
    font-size: 2rem;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-detail .rank-pname {
    margin-bottom: 0.2em;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-img {
    width: 27%;
    margin: 0 0.5em;
    margin: 0 0 0 1.5em;
  }

  .p-top .top-arearank .area-wrap .area-rank li a  {
    flex-wrap: wrap;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-detail {
    font-size: 1.8rem;
    width: 100%;
    padding-left: 2.8em;
    margin-top: 0.2em;
  }

  .p-top .top-arearank .area-wrap .select-wrap {
    max-width: 71%;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-detail .rank-pprice {
    font-size: 1.4rem;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-num {
    font-size: 1.8rem;
    padding-top: 1.5em;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-num::before {
    width: 33px;
    height: 25px;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-detail .btn-s {
    font-size: 1.2rem;
    padding: 0.3em 0.2em;
    letter-spacing: 0;
    max-width: 124px;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-detail .btn-s::after {
    right: -2px;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-detail .rank-pdetail {
    justify-content: space-between;
  }

  .p-top .top-arearank .area-rank-block .rank-flex {
    display: block;
  }

  .p-top .top-arearank .area-rank .rank-selectbox {
    max-width: 100%;
  }

  .p-top .top-arearank .area-rank-block .r-wrap {
    width: 100%;
  }

  .p-top .top-arearank .area-rank-block .map-box {
    width: 50%;
    display: block;
    margin: 0 auto 1.5em;
  }

  .p-top .top-arearank .area-wrap .area-rank li a .rank-num::after{
    font-size: 1.4rem;
  }



  .p-top .top-newproduct {
    margin-top: 4em;
    padding-bottom: 3em;
  }

  .p-top .top-newproduct .p-wrap .prod-block .prod-detail .prod-name {
    font-size: 2rem;
  }

  .p-top .top-newproduct .p-wrap .prod-block .prod-detail .prod-price {
    font-size: 2rem;
  }

  .p-top .top-category {
    display: block;
  }

  .p-top .top-category .l-box {
    width: 100%;
  } 

  .p-top .top-category .r-box {
    width: 100%;
  }

  .products .prod-block {
    width: 48%;
  }

  .products .prod-block .prod-detail .prod-name {
    font-size: 1.6rem;
  }

  .products .prod-block .prod-detail .prod-price {
    font-size: 1.4rem;
  }

  .products .prod-block .prod-detail {
    padding: 0.4em 0.3em;
  }

}


/* ==================================================
   お問い合わせ
================================================== */


.c-form {
  margin-top: 3em;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]),
.c-form select,
.c-form textarea {
  background-color:#E3EAEC;
  font-size: 1.4rem;
  padding: 11px 13px;
}

.c-form textarea {
  width: 80%!important;
}

.c-form input[type="text"] {
  width: 60%;
}

.c-form .required {
  text-align: center;
  font-size: 1.1rem;
  float: right;
  background-color: #9F9F9F;
  color: #fff;
  padding: 3px 10px;
}

.c-form table {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  table-layout: fixed;
}

.c-form table td {
  padding: 1em 1.5em 1.5em;
  font-weight: 500;
  color:#000 ;
}

.c-form table th {
  width: 268px;
  text-align: left;
  font-size: 1.6rem;
  padding: 1em 1.5em 2.5em;
  font-weight: 500;
}

.c-form table th .ps{
  display: block;
  font-weight: normal;
  font-size: 1.2rem;
}

.c-form .warning{
  text-align: center;
  margin-top: 60px;
  border: 1px solid #E40325;
  margin-bottom: 20px;
  padding: 20px;
  color: #E40325;
}

.c-form .select-wrap{
  width: 40%;
  position: relative;
}

.c-form .select-wrap:after {
  content: '';
  position: absolute;
  top: 23px;
  right: 24px;
  transform: translate(0,-50%);
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 3px solid transparent;
  border-left: 5px solid #000;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg) translate(0,-50%);
}

.mw_wp_form_confirm .select-wrap:after {
  content: none;
}

.mw_wp_form_complete{
  text-align: center;
}

.mw_wp_form_complete .btn{
  margin: 2em auto 0;
}

.c-form .select-wrap select{
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


.c-form .backbtn{
  background-color: #000;
  color: #fff;
}

.c-btn-box{
  margin: 6em auto 0;
  position: relative;
  max-width: 338px;
}

.c-btn-box .btn{ 
  max-width: 338px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #35575F;
  text-align: center;
  font-weight: 500;
      padding: 0.9em 0.6em;
  position: relative;
  margin: 0 auto;
  display: block;
  color: #35575F;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  font-family: "noto-sans-cjk-jp","游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "ＭＳ ゴシック", sans-serif!important;
}

.c-btn-box .btn.backbtn{
  background-color: #000;
  color: #fff;
  margin-top: 1em;
}

.c-form input[type="submit"]:hover {
  opacity: 0.6;
}

.c-form .c-form.form-check .note{
  display: none;
}

.p-contact ::placeholder {
  color: #D2D2D2;
}
/* 旧Edge対応 */
.p-contact ::-ms-input-placeholder {
  color: #D2D2D2;
}
/* IE対応 */
.p-contact :-ms-input-placeholder {
  color: #D2D2D2;
}

.c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]), .c-form select, .c-form textarea {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0.9em 0.6em;
  background-color: #fff;
  border: 1px solid #909E9F;
  display: block;
  width: 46%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.4rem;
}

input[type=text], input[type=number], input[type=email], input[type=tel], textarea, .input-text, .state_select {
  box-shadow: none!important;
}

.c-form textarea{
  height: 141px;
}

.c-form .mw_wp_form.mw_wp_form_complete .message{
  text-align: center;
}



.c-form .mw_wp_form_confirm .select-wrap{
  width: auto;
}

.c-form .mw_wp_form_confirm .select-wrap:after {
  content: none;
}

  


/* ==================================================
   お買い物ガイド
================================================== */

.p-about .about-area{
  padding: 0 0 10em;
}

.p-about .about-area .top-about .c-ttl{
  text-align: center;
  font-size: 3rem;
  margin-bottom: 1em;
}

.p-about .about-area .top-about{
  text-align: center;
}

.p-about .about-area .about-character{
  margin-top: 7em;
}

.p-about .a-box{
  display: flex;
  justify-content: space-between;
  max-width: 80%;
  margin: 0 0 5em;
}

.p-about .a-box .a-img{
  width: 30%;
}

.p-about .a-box .a-img img{
  display: block;
}

.p-about .a-box .a-text{
  width: 60%;
}

.p-about .a-box.reverse{
  flex-flow: row-reverse;
  margin: 0 0 5em auto;
}

/* ==================================================
  特定商取引法にもとづく表記
================================================== */

.p-specified{
  padding-bottom: 6em;
}

.p-specified .specified-wrap .s-box{
  margin-bottom: 2.5em;
}

.p-specified .specified-wrap .s-ttl{
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 0.4em;
}

.p-specified .specified-wrap .s-box.payment .s-text{
  margin-top: 0.8em;
  padding-left: 1em;
}

.p-specified .specified-wrap .s-box.payment .t-ttl{
  font-weight: bold;
  margin-bottom: 0.2em;
}

.p-specified .specified-wrap .s-box.payment .t-box:first-child{
  margin-bottom: 1.5em;
}

@media screen and (max-width:768px) {

  .p-about .about-area {
    padding: 0 0 3em;
  }

  .p-about .about-area .top-about .c-ttl {
    font-size: 2rem;
  }

  .p-about .a-box {
    display: block;
    max-width: 100%;
    margin: 0 0 3em;
  }

  .p-about .a-box .a-img {
    width: 100%;
    margin-bottom: 1em;
  }

  .p-about .a-box .a-text {
    width: 100%;
  }

  .p-about .about-area .about-character {
    margin-top: 4em;
  }

}

/* ==================================================
  よくあるご質問
================================================== */

.p-faq{
  padding-bottom: 10em;
}

.p-faq .faq-content {
  margin-top: 3.2em;
}

.p-faq .faq-nav{
  display: flex;
}

.p-faq .fn-btn{
  display: block;
  background: rgb(118,193,88);
  background: linear-gradient(180deg, rgba(118,193,88,1) 0%, rgba(32,116,48,1) 100%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin: 0 0.5em 0 0;
  font-weight: 500;
  padding: 1em 2em;
  letter-spacing: 0;
}

.p-faq .fn-btn::after {
  content: '';
  position: absolute;
  right: 4px;
  top: 50%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
  transform: translate(-50%, -50%);
}

.p-faq .fn-btn:last-child{
  margin-right: 0;
}

.p-faq .faq-content .f-box{
  border: 1px solid #C2C2C2;
  padding: 0em 1em;
  max-width: 760px;
  width: 100%;
  margin-bottom: 1.3em;
}

.p-faq .faq-content .f-box .f-cont{
  padding: 1em 0 1em 0em;
  position: relative;
  display: flex;
}

.p-faq .faq-content .f-box .f-cont .icon{
  max-width: 50px;
  height: 50px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
}

.p-faq .faq-content .f-box .f-cont.f-question .icon{
  background-color: #5E5E5E;
}

.p-faq .faq-content .f-box .f-cont.f-answer .icon{
  background-color: #9F9F9F;
}

.p-faq .faq-content .f-box .f-cont.f-question {
  border-bottom: 1px solid #C2C2C2;
}

.p-faq .faq-content .f-box .f-cont .text{
  width: 80%;
  padding-top: 0.8em
}

@media screen and (max-width:768px) {

  .p-faq {
    padding-bottom: 3em;
  }

  .p-faq .faq-nav {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .p-faq .fn-btn{
    display: block;
    max-width: 49%;
    width: 100%;
    font-size: 1.4rem;
    margin: 0 0 0.5em;
  }

  .p-faq .faq-content {
    margin-top: 2.2em;
  }

  .p-faq .faq-content .f-box .f-cont .icon {
    max-width: 40px;
    height: 40px;
    font-size: 1.4rem;
  }

  .p-faq .faq-content .f-box .f-cont .text {
    padding-top: 0.2em;
  }
}


/* ==================================================
   お買い物ガイド
================================================== */

.p-guide .guide-content{
  margin-top: 4em;
}

.p-guide .guide-content .s-box{
  margin-bottom: 2em;
}

.p-guide .guide-content .s-box .s-ttl{
  font-weight: bold;
  margin-bottom: 0.5em;
}


/* ==================================================
  運営会社
================================================== */

.p-company{
  padding-bottom: 15em;
}

.p-company .company-wrap dl{
  display: flex;
  align-items: flex-start;
}

.p-company .company-wrap dl dt{
  width: 15%;
  border-bottom: 2px solid #616161;
  padding: 1.5em 0 1.5em 0em;
  font-weight: bold;
}

.p-company .company-wrap dl dd{
  width: 85%;
  border-bottom: 1px solid #EEEAEA;
  padding: 1.5em 0 1.5em 2em;
  margin-bottom: 0;
}
.p-company .company-wrap dl dd h3 {
  font-size: 1.6rem;
}

@media screen and (max-width:768px) {

  .p-company {
    padding-bottom: 4em;
  }

  .p-company .company-wrap dl {
    display: block;
  }

  .p-company .company-wrap dl dt {
    width: 100%;
    padding: 1em 0 1em 0em;
  }

  .p-company .company-wrap dl dd {
    width: 100%;
    border-bottom: 1px solid #EEEAEA;
    padding: 1em 0 1em 0em;
  }

}


/* ==================================================
  プライバシーポリシー
================================================== */

.p-privacy{
  padding-bottom: 5em;
}

.p-privacy .privacy-wrap{
  border: 1px solid #C2C2C2;
  padding: 1.6em 1.6em 0;
  max-width: 800px;
  width: 100%;
}

.p-privacy .privacy-wrap .top-box{
  padding: 0 0 1.5em;
}

.p-privacy .privacy-wrap .p-box{
  padding: 2em 0;
  border-top: 1px solid #C2C2C2;
}

.p-privacy .privacy-wrap .p-box .p-ttl{
  font-weight: bold;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.p-privacy .privacy-wrap .p-box .p-text{
  padding-left: 2.4em;
  word-break: break-all;
}

.p-privacy .privacy-wrap .p-box .p-text a{
  text-decoration: underline;
  color: #000;
}

.p-privacy .privacy-wrap .p-box .p-text a:hover{
  text-decoration: none;
}

@media screen and (max-width:768px) {

  .p-privacy {
    padding-bottom: 3em;
  }

  .p-privacy .privacy-wrap {
    padding: 1.2em 1.2em;
  }

  .p-privacy .privacy-wrap .p-box .p-ttl {
    font-size: 1.6rem;
  }

  .p-privacy .privacy-wrap .p-box .p-text {
    padding-left: 0em;
  }

}


/* ==================================================
  サイトマップ
================================================== */

.p-sitemap{
  padding-bottom: 10em;
}

.p-sitemap .sitemap-area{
  margin-top: 5em;
}

.p-sitemap .sitemap-wrap ul li{
  margin-bottom: 1em;
}

.p-sitemap .sitemap-wrap ul li a{
  color: #000;
  text-decoration: underline;
}

.p-sitemap .sitemap-wrap ul li a:hover{
  text-decoration: none;
}

@media screen and (max-width:768px) {

  .p-sitemap {
    padding-bottom: 3em;
  }

}


/* ==================================================
   ログイン
================================================== */

.page-id-11 .entry-header{
  display: none;
}

.page-id-11 .woocommerce-form-login__submit{
  margin-top: 1em;
}

.login-outer .register-box{
  margin-top: 5em;
}

/* ==================================================
   会員登録
================================================== */

.p-register{
  padding-bottom: 6em;
}

.p-register .state_select {
  padding: .6180469716em;
  position: relative;
  border: none;
  background-color: #f2f2f2;
  background-image: url(../images/common/icon_arrow_btm.svg);
  background-repeat: no-repeat;
  background-position: 93%;
}

/* ==================================================
   お客様の声
================================================== */

.p-voice .cr-ajax-search,
.p-voice .cr-count-row,
.p-voice .cr-summaryBox-wrap{
  display: none!important;
}

.p-voice .woocommerce-review__published-date{
  display: none;
}

.p-voice .comment-text{
  margin-bottom: 2em;
  border: 1px solid #e4e1e3!important;
  padding: 1em 1.5em!important;
}

.p-voice .cr-avatar-check,
.p-voice .avatar{
  display: none!important;
}

.p-voice .cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name{
  flex-wrap: wrap;
}

.p-voice .cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a{
  max-width: 68px;
  width: 100%;
  margin-right: 10px;
}

.p-voice .woocommerce-review__author{
  display: none!important;
}

.p-voice .woocommerce-review__verified{
  display: none!important;
}

.p-voice .cr-product-name-picture{
  background-color:#E5E5E5;
  padding: 1em 1em;
}

.p-voice .cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a img{
  display: block;
  width: 100%;
}

.p-voice .cr-product-name-picture{
  width: 100%;
  display: block;
}

.p-voice .crstar-rating{
  width: 100%!important;
  display: block;
}

.p-voice .cr-all-reviews-shortcode ol.commentlist li .comment-text{
  margin: 0 0 0 0px!important;
}

/* ==================================================
   商品一覧
================================================== */

.post-type-archive-product .pnav-list.small-nav{
  display: none;
}

.archive.tax-product_cat .storefront-sorting,
.post-type-archive .storefront-sorting{
  display: none;
}

.archive.tax-product_cat .woocommerce-products-header,
.post-type-archive .woocommerce-products-header{
  display: none;
}

.archive-prod-nav{
  margin-bottom: 3em;
}

.archive-prod-nav .pnav-list {
  display: flex;
  flex-wrap: wrap;
}

.archive-prod-nav .pnav-list.big-nav{
  margin-bottom: 1.3em;
}

.archive-prod-nav .pnav-list.big-nav a {
  display: block;
  background: rgb(118,193,88);
  background: linear-gradient(180deg, rgba(118,193,88,1) 0%, rgba(32,116,48,1) 100%);
  border-radius: 5px;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  position: relative;
  margin: 0 0.5em 0 0;
  font-weight: 500;
  padding: 1em 2em;
  letter-spacing: 0;
}

.archive-prod-nav .pnav-list.small-nav a {
  display: block;
  max-width: 19.8%;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #d0d5c7;
  padding: 0.8em 0.5em;
  margin-right: 0.1em;
  margin-bottom: 0.1em;
  font-size: 1.5rem;
  font-weight: 500;
}

.right-sidebar .content-area {
  float: none!important;
  margin-right: 0!important;
  width: 100%!important;
  margin-bottom: 0!important;
}

.woocommerce-Tabs-panel{
  display: block!important;
}

.composite-sidefix{
  position: fixed;
  z-index: 1000;
  max-width: 250px;
  width: 100%;
  right: 14vw;
  top: 10vw;
  background-color: #fff;
  border: 1px solid #9F9F9F;
  padding: 1em 1em;
  height: 520px;
  overflow-y: scroll;
}

.composite-sidefix .widget_composite_summary .quantity input.qty {
  width: 68px;
}

.composite-sidefix .widget .widgettitle {
  font-size: 1.4rem;
  padding: 0 0 0.5em;
  font-weight: bold;
}

.composite-sidefix .composite_summary .summary_element_wrapper_inner {
  padding: 0px;
}

.composite-sidefix .widget_composite_summary .composite_add_to_cart_button{
  font-size: 0.9em;
  padding: 0.86em 1em;
  margin-top: 1em;
}

.composite-sidefix .composite_summary .summary_element .summary_element_wrapper {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1em;
}

.composite_form .step_title_wrapper{
  font-weight: bold;
}

.composite-sidefix .summary_element_content{
  font-size: 1.4rem!important;
  font-weight: bold;
}

.composite-sidefix span.summary_element_content span.content_product_title{
  font-size: 1.4rem;
}

.composite-sidefix .composite_summary a.summary_element_select {
  font-size: 1.2rem;
}

.woocommerce-product-gallery .flex-direction-nav{
  display: none;
}

@media only screen and (max-width: 1180px) and (min-width: 768px)  {

  .archive-prod-nav .pnav-list.big-nav a {
    padding: 1.3em 0.5em;
    font-size: 1.6rem;
  }

  .products .prod-block .prod-detail .prod-name {
    font-size: 1.6rem;
  }

  .products .prod-block .prod-detail .prod-price {
    font-size: 1.6rem;
  }


  .composite-sidefix {
    max-width: 100%;
    width: calc(100vw - 241px);
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    height: 175px;
    overflow-y: scroll;
  }
}

@media screen and (max-width:768px) {

  .archive-prod-nav {
    margin-bottom: 2em;
  }

  .archive-prod-nav .pnav-list.big-nav{
    justify-content: space-between;
    margin-bottom: 0.6em;
  }

  .archive-prod-nav .pnav-list.big-nav a {
    max-width: 49%;
    padding: 1em 0.5em;
    font-size: 1.4rem;
    margin-bottom: 0.3em;
  }

  .archive-prod-nav .pnav-list.small-nav a {
    max-width: 33%;
    font-size: 1.4rem;
    margin-bottom: 0.3em;
  }

  .archive-prod-nav .pnav-list.small-nav a:nth-child(3n){
    margin-right: 0;
  }

  .composite-sidefix{
    display: none;
  }
}

/* ==================================================
   返品受付・登録フォーム
================================================== */

.p-return{
  padding-bottom: 5em;
}

.p-return .login-box{
  border: 1px solid #9F9F9F;
  padding: 1.5em 1.5em;
  max-width: 800px;
  width: 100%;
}

.p-return .login-box a{
  display: table;
  color: #000;
  margin-top: 1em;
  text-decoration: underline;
}

.p-return .login-box a:hover{
  text-decoration: none;
}

.p-return .return-ttl{
  margin-bottom: 2em;
}

.p-return .return-ttl{
  font-size: 2rem;
  font-weight: bold;
}

.p-return .return-ttl span{
  font-size: 1.4rem;
  font-weight: 500;
  margin-left: 1em;
}

.p-return .return-area .return-ttl span{
  display: block;
  margin-left: 0;
  margin-top: 0.5em;
}

.p-return .product-outer{
  border: 1px solid #9F9F9F;
  padding: 1.5em 2em;
  margin-bottom: 1.5em;
}

.p-return .product-outer:last-child{
  margin-bottom: 0;
}

.p-return .info-wrap{
  display: flex;
  justify-content: space-between;
}

.p-return .info-wrap .p-img{
  width: 20%;
}

.p-return .info-wrap .p-info{
  width: 80%;
}

.p-return .product-wrappper{
  display: flex;
  justify-content: flex-start;
  margin-top: 1em;
}

.p-return .product-wrappper .prod-name-block{
  width: 33%;
}

.p-return .product-wrappper .block-ttl{
  background-color: #E5E5E5;
  text-align: center;
  padding: 0.5em 0.5em;
  margin-bottom: 1.5em;
}

.p-return .product-wrappper .prod-quantity-block{
  width: 12%;
  text-align: center;
}


.p-return .product-outer table{
  margin-top: 1.5em;
}

.p-return .return-area th,
.p-return .product-outer th{
  text-align: center;
  color: #000;
  background-color: #E5E5E5;
  padding: 1em 1em;
}

.p-return .return-area td,
.p-return .product-outer td{
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}

.p-return .return-area tbody tr:nth-child(2n) td,
.p-return .product-outer tbody tr:nth-child(2n) td{
  background-color: #fff;
}

.p-return .return-area td:first-child,
.p-return .product-outer td:first-child{
  display: flex;
  justify-content: space-between;
  text-align: left;
}

.p-return .return-area td:first-child .image,
.p-return .product-outer td:first-child .image{
  width: 20%;
}

.p-return .return-area td:first-child div:last-child,
.p-return .product-outer td:first-child div:last-child{
  width: 73%;
  padding-top: 1em;
}

.p-return .return-area .sp-ttl,
.p-return .product-outer .sp-ttl{
  display: none;
}

@media screen and (max-width:768px) {

  .p-return .return-ttl span{
    display: block;
    margin-left: 0em;
  }

  .p-return .return-ttl {
    margin-bottom: 1.5em;
  }
  
  .p-return .product-outer {
    padding: 1.5em 1em;
  }

  .p-return .return-area .thead,
  .p-return .product-outer .thead {
    display: none;
  }

  .p-return .return-area tr,
  .p-return .return-area td,
  .p-return .product-outer tr,
  .p-return .product-outer td{
    display: block;
    width: 100%;
    position: relative;
  }
  
  .p-return .return-area tr,
  .p-return .product-outer tr {
    margin-bottom: 40px;
    background-color: #F1F1F1;
    padding: 1em 1em;
  }

  .p-return .return-area tr:last-child,
  .p-return .product-outer tr:last-child{
    margin-bottom: 0;
  }

  .p-return .return-area td,
  .p-return .product-outer td{
    text-align: left;
    padding: 1em 0;
    background-color: transparent;
  }

  .p-return .return-area tbody tr:nth-child(2n) td,
  .p-return .product-outer tbody tr:nth-child(2n) td {
    background-color: transparent;
  }

  .p-return .return-area td .table-inner,
  .p-return .product-outer td .table-inner{
    max-width: 65%;
    width: 100%;
    display: block;
    margin: 0 0 0 auto;
  }

  .p-return .return-area .p-flex,
  .p-return .product-outer .p-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .p-return .return-area td:first-child div:last-child,
  .p-return .product-outer td:first-child div:last-child {
    padding-top: 0;
  }

  .p-return .return-area .sp-ttl,
  .p-return .product-outer .sp-ttl{
    font-weight: bold;
    display: block;
    font-size: 1.3rem;
  }

  .p-return .return-area .prod-returnregister input,
  .p-return .product-outer .prod-returnregister input{
    width: 89%;
    background-color: #fff;
  }

  
}



/* ==================================================
   404エラー
================================================== */

.p-error{
  padding-bottom: 6em;
}

/* ==================================================
   商品詳細
================================================== */

.composite_form .step_title_wrapper {
  background-color: #76C158;
  color: #fff;
  border-radius: 4px;
  font-size: 2.4rem;
  font-weight: 500;
  padding: 0.5em 0.6em;
  margin-bottom: 0.5em;
}