@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: 16px;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: "Noto Sans 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: #333!important;
}

@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;
}

.nolink{
  pointer-events: none;
}

.en{
  font-family: "Cardo", serif;
}

.mincho{
  font-family: "Zen Old Mincho", 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;
}





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


.wp-pagenavi {
	font-size: 0;
	text-align: center;
}
.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;
	font-size: 1.8rem;
	color: #C4C4C4;
	text-decoration: none;
	text-align: center;
  font-family: "Zen Old Mincho", serif;
  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;
  padding: 15.5px 5px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  border: none !important;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400 !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-between;
  margin: 30px 0 0;
  padding-top: 24px;
}

.archive-pagination .aroundbox a{
  text-align: center;
  padding: 0.8em 0.5em;
  display: block;
  font-family: "Zen Old Mincho", serif;
}

.aroundbox .wp-pagenavi{
  width: auto;
  display: flex;
  align-items: center;
}

.aroundbox.single-p {
  align-items: center;
}

.aroundbox.single-p div.all{
  margin: 0 1em;
}

.aroundbox.single-p div.prev {
  width: 30%;
}

.aroundbox.single-p div.next {
  width: 30%;
  text-align: right;
}

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

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

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

.aroundbox div.next{
  position: relative;
  padding-right: 20px;
}


.aroundbox div.next a::before{
  content: '';
  position: absolute;
  right: -19px;
  top: 50%;
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  border: 4px solid transparent;
  border-left: 4px solid #888888;
  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;
  }
}

/* ページトップボタン */
#page-top {
  bottom: 5px;
  position: fixed;
  right: 6px;
  z-index: 3;
}


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

  #page-top {
    max-width: 63px;
    width: 100%;
  }

}

/* ==================================================
   Footer
================================================== */
.corp-site{
  height: 258px;
  padding: 7em 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.corp-site:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../images/common/bg_footer.jpg) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
  -webkit-transition: all .6s ease-out;
  -moz-transition: all .6s ease-out;
  -ms-transition: all .6s ease-out;
  transition: all .6s ease-out;
}
.corp-site:hover:after {
  opacity: .9;
  -moz-transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.corp-site:hover{
  opacity: 1;
}

.corp-site .inner{
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.corp-site .btn{
  max-width: 317px;
}

.l-footer{
  background-color: #000000;
  padding: 4em 0em 0em;
  color: #fff;
  text-align: center;
  clear: both;
}

.l-footer .f-logo{
  display: table;
  margin: 0 auto;
}

.l-footer .f-desc{
  font-family: "Zen Old Mincho", serif;
  margin: 2em 0 5em;
  letter-spacing: 0.2em;
}

.l-footer .f-link li a{
  font-family: "Zen Old Mincho", serif;
  color: #fff;
}

.l-footer .f-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 40px;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 508px;
  width: 100%;
}

.l-footer .f-link .p-link a {
  text-decoration: none;
  color: #fff;          
  font-size: 14px;
  display: inline-block;
}

.l-footer .copyright{
  font-size: 1.4rem;
  padding: 1em 0 2em;
  margin-top: 8em;
}

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

  .corp-site img{
    max-width: 334px;
    width: 100%;
  }

}

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

  .l-footer {
    padding: 2em 0em 0em;
  }

  .corp-site .inner{
    display: block;
  }

  .corp-site .inner img{
    margin: 0 auto;
  }

  .corp-site .btn {
    margin: 2em auto 0;
  }

  .l-footer .copyright {
    padding: 1em 0 1em;
    margin-top: 2em;
  }
  
}



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

.l-header {
  /*height: 76px;*/
  width: 100%;
  /*-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;
  transition: 0.3s ease-in-out;
  background-color: #fff;
}

.l-header .header-wrapper{
  display: flex;
  justify-content: space-between;
}

.l-header .h-left {
  width: 90%;
}

.l-header .h-left .h-upper{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 0 2em;
}

.l-header .h-left .h-upper .h-link{
  margin: 0;
  display: flex;
  gap: 9%;
  width: 32%;
}

.l-header .h-left .h-upper .h-link li a{
  color: #000;
  font-family: "Zen Old Mincho", serif;
}

.l-header .h-left .h-lower{
  background-color: #F5F5F5;
  padding: 0.5em 1em;
}

.l-header .h-left .h-lower a{
  display: flex;
  justify-content: center;
  font-size: 1.4rem;
  color: #000;
  /* max-width: 590px; */
  width: auto;
  /* margin: 0 auto; */
  gap: 1%;
}

.l-header .h-right{
  display: flex;
  max-width: 230px;
  width: 100%;
}

.l-header .h-right a{
  width: 50%;
  color: #fff;
  text-align: center;
  display: flex;
  font-family: "Zen Old Mincho", serif;
  justify-content: center;
  align-items: center;
}

.l-header .h-right a .b-wrap img{
  margin: 0 auto;
  display: block;
}

.l-header .h-right a:first-child{
  background-color: #9C9C9C;
}

.l-header .h-right a:last-child{
  background-color: #5E0C01;
}


.l-header .c-logo{
  position: relative;
  left: 0;
  max-width: 159px;
  margin: 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:rgba(0,0,0,0.9);
  color: #000;
  /*動き*/
  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.active span{
  background-color: #fff;
}

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

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



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

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

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

.l-header .openbtn1.active span{
  width: 49px;
}
        
.l-header .sp-icon-area{
  display: none;
}



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

  .l-header .h-left .h-upper .h-link {
    width: 44%;
  }
 
}

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

  .l-header .h-left .h-upper .h-link {
    width: 53%;
  }

  .l-header .h-left .h-upper .h-link {
    gap: 6%;
  }
}

@media screen and (max-width:1100px) {
  .l-header .h-left .h-upper .h-link {
      gap: 6%;
      width: 54%;
  }
}

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

  .l-header .h-left .h-lower a{
    font-size: 1.2rem;
  }

  .l-header .h-left .h-lower{
    transition: transform .4s ease;
  }

  .l-header.hide-header .h-left .h-lower{
    transform: translateY(-300%);
  }
  
  .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: 113px;
    z-index: 1;
  }

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

  .l-header .h-right{
    display: none;
  }

  .l-header .h-left .h-upper{
    padding: 0 0 0 0.5em;
  }

  .l-header .h-left .h-upper .h-link{
    display: none;
  }

  .l-header .h-left {
    width: 100%;
  }

  .l-header #g-nav li a{
    display: block;
    text-align: left;
    color: #000;
    font-size: 1.6rem;
    padding: 9px 0;
    color: #000;
    font-family: "Zen Old Mincho", serif;
    text-align: center;
    color: #fff;
  }
 

  .l-header .openbtn1 span {
    left: auto;
    right: 10px;
    height: 1px;
    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: 31px;
    left: auto;
  }
  

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

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

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


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

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


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

  .gnav-wrapper ul .acc-ttl{
    padding: 0.5em 0;
    position: relative;
  }

  .gnav-wrapper ul .acc-ttl::after{/* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 1.5rem;
    font-weight: 300;
  }
  
  .gnav-wrapper ul .acc-ttl.open::after{/* 開いている時 */
    content: "－";
  }

  .gnav-wrapper ul .child{
    margin: 0!important;
  }

  .gnav-wrapper ul .grandchild{
    display: none;
  }
  
  .gnav-btn{
    display: flex;
    justify-content: space-between;
  }

  .gnav-btn a{
    display: block;
    background-color: transparent;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    color: #fff;
    padding: 0.8em 0 0.9em;
    width: 49%;
    margin-bottom: 0.5em;
    border: 1px solid #fff;
  }

  .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 {
    display: none;
  }

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


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

}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

.dropbtn:hover {
  background-color: transparent!important;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 280px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  	text-decoration: none;
	display: block;
	padding: 15px 20px!important;
  text-align: left;
}

.dropdown-content a span{
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #EFEFEF;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}



.sp-cart {
  display: none;
}
.cart-notif {
  position: absolute;
  color: #fff;
  background-color: #000;
  font-family: source-han-serif-japanese, serif;
  font-size: 1rem;
  border-radius: 100%;
  width: 19px;
  height: 19px;
  text-align: center;
  padding-top: 1px;
  padding-left: 4px;
  z-index: 2;
  right: -12px;
  top: -8px;
}


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

  .sp-cart {
    display: table;
    right: 65px;
    position: absolute;
    top: 54%;
    transform: translate(0, -50%);
  }

  .sp-cart a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 8px;
  }

  .sp-cart {
    display: flex;
    right: 76px;
  }
  
  .cart-notif{
    font-size: 1.2rem;
    width: 22px;
    height: 22px;
    text-align: center;
    padding-top: 2px;
    padding-left: 2px;
  }

  .gnav-btn{
    padding: 0 1em 0 0;
    margin: 2em 0;
  }

  .gnav-wrapper .comp-info{
    text-align: center;
    color: #fff;
  }

  .gnav-sns{
    display: flex;
    justify-content: center;
    gap: 6%;
    align-items: center;
    margin-top: 0.5em;
  }

  .gnav-wrapper .last-link{
    display: flex;
    justify-content: center;
    gap: 4%;
    margin-top: 1em;
  } 
  
  .gnav-wrapper .last-link a{
    color: #fff;
    font-size: 1.2rem;
    font-family: "Zen Old Mincho", serif;
  }
}




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

.inner {
  width: 100%;
  max-width: calc(1400px + 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: transparent;
  color: #000;
  text-align: center;
  max-width: 250px;
  width: 100%;
  display: table;
  padding: 1em 0.5em 1.1em;
  border: 1px solid #000;
  transition-duration: 0.5s;
  border-radius: 5px;
  position: relative;
  font-size: 1.4rem;
  font-weight: bold;
}


.btn:hover{
  color: #fff;
  background-color: #000;
  transition-duration: 0.5s;
  opacity: 1;
}

.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 #000;
}

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

.btn.white{
  color: #fff;
  border: 1px solid #fff;
}

.btn.white::after {
  border-left: 5px solid #fff;
}

.page-ttl{
  padding: 4em 1em 4em;
  text-align: center;
}

.page-ttl.left{
  text-align: left;
}

.page-ttl .pt-heading{
  line-height: 1;
}

.page-ttl .pt-heading .en{
  font-size: 5rem; 
  display: block;
  margin-bottom: 0.4em;
  font-weight: bold;
}

.page-ttl .pt-heading .jp{
  font-size: 3.8rem;
  letter-spacing: 0.09rem;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  font-weight: 500;
  padding-bottom: 0.5em;
}

.page-ttl .pt-heading .jp::before{
  content: '';
  width: 30px;
  height: 1px;
  background-color: #000;
  left: 50%;
  bottom:0px;
  position: absolute;
  transform: translate(-50%,0);
}

.c-main{
  padding-top: 117px;
}

.lower-mv-img{
  max-width:1100px;
  margin: 0 auto 4em;
}

.lower-mv-img img{
  margin: 0 auto;
  width: 100%;
}

.c-ttl .en{
  display: block;
  font-size: 2rem;
  margin-bottom: 0.1em;
  font-family: "Cardo", serif;
}

.c-ttl{
  font-size: 3.8rem;
  line-height: 1.6;
  font-family: "Zen Old Mincho", serif;
  position: relative;
  padding-bottom: 0.2em;
  display: table;
}

.c-ttl::before{
  content: '';
  width: 27px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,0);
  position: absolute;
}

.c-ttl.white::before{
  background-color: #fff;
}

.c-heading{
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.big-mv-img{
  height: 810px;
  width: 96%;
  margin: 3em auto 0;
  position: relative;
}

.big-mv-img .b-mv-ttl{
  background-color: #fff;
  padding: 0.5em 5em;
  transform: translate(-50%, -50%) rotate(90deg);
  position: absolute;
  left: 56px;
  top: 50%;
}

.big-mv-img .b-mv-ttl h1 span{
  display: inline-block;
  margin-right: 0.5em;
}

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

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

  .c-main{
    padding-top: 60px;
  }

  .big-mv-img {
    height: 469px;
  }

  .c-ttl .en {
    font-size: 2rem;
  }

  .c-ttl {
    font-size: 2.8rem;
    padding-bottom: 0.3em;
  }

  .page-ttl .pt-heading .jp {
    font-size: 3rem;
  }


}


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

  .page-ttl {
    padding: 6em 1em 3em;
  }

  .page-ttl h1 .en {
    font-size: 4rem;
    margin-bottom: 0;
  }

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

  .c-ttl .en{
    font-size: 2rem;
  }

  .c-ttl {
    font-size: 2.4rem;
    line-height: 1.6;
  }


  .big-mv-img .b-mv-ttl {
    padding: 0.5em 1em;
    transform: rotate(0deg) translate(0%, 0%);
    left: 0;
    top: auto;
    bottom: 0;
  }

  .big-mv-img {
    height: 320px;
  }


}


/* ==================================================
   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: 13px;
}

.p-top .top-slider .slick-dots li button:before {
  color: #F5F0E2;
  opacity: 1;
}

.p-top .top-slider  .slick-dots {
  bottom: 14px;
}

.p-top .top-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #124453;
}

.p-top .top-upper{
  padding: 0em 0 0;
}

.p-top .top-upper .mv-outer{
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
}

.p-top .top-upper .mv-outer #weather-wrapper{
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}

.p-top .slider-wrapper{
  width: 100%;
  margin: 0 auto 0em;
}

.p-top .slick-dotted.slick-slider {
  margin-bottom: 0px;
}

.p-top .slider-wrapper .slick-slide img{
  display: block;
  width: 100%;
}

.p-top .topabout-area{
  padding: 7em 0 10em;
  background-color: #fff;
}

.p-top .topabout-area .abt-wrap{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.p-top .topabout-area .abt-wrap .text-box{
  width: 50%;
  padding-right: 6em;
}

.p-top .topabout-area .abt-wrap .text-box p{
  line-height: 1.8;
}

.p-top .topabout-area .abt-wrap .text-box .c-heading{
  font-size: 3.5rem;
  margin-bottom: 1em;
}

.p-top .topabout-area .abt-wrap .text-box .btn{
  margin: 3em 0 0 auto;
}

.p-top .topabout-area .abt-wrap figure{
  width: 40%;
}

.p-top .topabout-area .abt-wrap figure img{
  display: block;
}


.products-list-wrap .products {
  display: flex;
  justify-content: space-between;
  color: #000;
  flex-wrap: wrap;
}

.products-list-wrap .products li{

}

.products-list-wrap ul.products li.product{
  width: 28%!important;
}

.products-list-wrap .prod-block{
  display: block;
  color: #000;
  width: 18.4%;
  margin-right: 2%;
}

.products-list-wrap .prod-block .prod-name{
  margin-top: 1em;
}

.products-list-wrap .prod-block .prod-price{
  text-align: right;
  display: block;
  margin: 0.6em 0 1em;
}

.products-list-wrap .prod-img img{
  display: block;
  margin: 0 auto;
}

.products-list-wrap .prod-block:last-child{
  margin-right: 0;
}

.mid-parallax {
  /*height: 703px;*/
  overflow: hidden;
  position: relative;
}
.mid-parallax img {
  width: 100%;
}

.mid-parallax.shop{
  height: 300px;
}

.mid-parallax .pt-heading{
  position: absolute;
  color: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

/* 背景画像 */
/*.p-top .mid-parallax::before {
  background-image: url(../images/top/bg_parallax.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}
*/

.p-top .topcat-area{
  padding: 5em 0 8em;
  background-color: #fff;
}

.cat-wrapper .c-ttl{
  margin: 0 auto 1.5em;
}

.cat-wrapper{
  max-width: 1242px;
  width: 100%;
  margin: 0 auto 11em;
}

.cat-wrapper .btn{
  margin: 2em auto 0;
}

.cat-wrapper:last-child{
  margin-bottom: 0;
}

.cat-wrapper .catblock-list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.cat-wrapper .catblock-list::after{
  content:"";
  display: block;
  width:32.4%;
}

.cat-wrapper .catblock-list a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32.4%;
  min-height: 250px;
  margin-bottom: 1em;
}

.cat-wrapper .catblock-list a span{
  font-size: 3.2rem;
  color: #fff;
  position: relative;
}

.cat-wrapper .catblock-list a::before{
  content: '';
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top .happiness-area{
  background: url(../images/top/bg_middle.jpg) no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 6em 0;
}

.p-top .happiness-area .c-ttl{
  color: #fff;
  margin: 0 auto 1em;
}

.p-top .happiness-area .btn{
  margin: 4em auto 0;
}

.p-top .topnews-area{
  padding: 10em 0;
  background-color: #fff;
}

.p-top .topnews-area .c-ttl{
  margin: 0 auto;
}

.p-top .topnews-area .news-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 4em auto 0;
}

.p-top .topnews-area .btn{
  margin: 4em auto 0;
}

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

  .mid-parallax.shop{
    margin-bottom: 3em;
  }

  .mid-parallax.shop img{
    display: none;
  }

  .mid-parallax.shop{
    background: url(../images/common/bg_shop.jpg) no-repeat;
    background-position: center;
  }

  .mid-parallax .pt-heading {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }

  .single-product #secondary{
    display: none;
  }

  .p-top .topabout-area .abt-wrap .text-box .c-heading {
    font-size: 3rem;
  }

  .p-top .topabout-area .abt-wrap .text-box {
    padding-right: 0;
  }

  .cat-wrapper .catblock-list a span{
    font-size: 2rem;
  }

}

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

  

}

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

  .p-top .slider-wrapper {
    margin: 0 auto 0em;
  }

 
  .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 .topabout-area {
    padding: 3em 0 5em;
  }

  .p-top .topabout-area .abt-wrap figure {
    width: 100%;
    margin-top: 3em;
  }

  .p-top .topabout-area .abt-wrap .text-box .c-heading {
    font-size: 2.8rem;
  }

  .p-top .topabout-area .abt-wrap .text-box .btn {
    margin: 3em auto 0;
  }

  .p-top .topabout-area .abt-wrap {
    display: block;
  }

  .p-top .topabout-area .abt-wrap .text-box {
    width: 100%;
    padding-right: 0;
  }

  .p-top .topcat-area {
    padding: 3em 0 4em
  }

  .cat-wrapper .catblock-list a span{
    font-size: 1.4rem;
  }

  .cat-wrapper .catblock-list a {
    width: 32.4%;
    min-height: 143px;
    margin-bottom: 0.3em;
    background-position: center;
    background-size: cover;
  }

  .cat-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 6em;
  }

  .products-list-wrap{
    justify-content: space-between;
    overflow: hidden;
    padding-bottom: 0em;
  }

  .products-list-wrap .slick-dots {
    bottom: 0;
  }

  .products-list-wrap .prod-block {
    width: 49%;
    margin-right: 0%;
    padding: 0 1em;
  }

  .products-list-wrap ul.products li.product {
    width: 49%!important;
  }

  .p-top .mid-parallax {
    height: 122px;
  }

  .p-top .topnews-area{
    padding: 5em 0;
  }

  .p-top .topnews-area .news-wrap {
    margin: 2em auto 0;
  }


}


/* ==================================================
   ロイヤルフード協業組合について
================================================== */

.p-about .main-visual .main-bg{
  width: 50%;
  position: relative;
  background: url(../images/about/img_about.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  height: 86vh;
  display: flex;
  align-items: flex-end;
}

.p-about .main-visual .main-bg .pt-heading{
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
  margin-left: 22%;
}

.p-about .main-visual .text-box{
  width: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-about .main-visual .text-box .c-heading{
  font-size: 4.2rem;
  font-weight: bold;
}

.p-about .main-visual .text-box .c-heading span{
  font-size: 3.2rem;
  display: block;
  margin-top: 2em;
  font-weight: 500;
}

.p-about .main-visual .text-box p{
  line-height: 1.8;
}

.p-about .main-visual{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.p-about .producer-area{
  color: #F5F0E2;
  padding: 15em 0 46em;
  text-align: center;
  position: relative;
}

.p-about .producer-area .deco01{
  position: absolute;
  right: 0;
  top: 0;
}

.p-about .producer-area .deco02{
  position: absolute;
  bottom: -8em;
  left: 0;
}

.p-about .producer-area .c-heading{
  font-size: 3.2rem;
  color: #F5F0E2;
  line-height: 1.6;
  margin-bottom: 1em;
}

.p-about .producer-area p{
  line-height: 2;
}

.p-about .forcustomer-area{
  padding: 14em 0 12em;
  background-color: #fff;
}

.p-about .forcustomer-area h2.c-heading{
  font-size: 4rem;
  margin: 0 0 2em auto;
  display: table;
  width: 50.5%;
}

.p-about .forcustomer-area .customer-wrap .c-box{
  display: flex;
  justify-content: space-between;
  flex-flow: row-reverse;
}

.p-about .forcustomer-area .customer-wrap .c-box:last-child{
  margin-top: 4em;
}

.p-about .forcustomer-area .customer-wrap .c-box figure{
  width: 40%;
}

.p-about .forcustomer-area .customer-wrap .c-box .text-box{
  width: 50%;
  padding-right: 6em;
}

.p-about .forcustomer-area .customer-wrap .c-box .text-box .c-heading{
  font-size: 3.2rem;
}

.p-about .finest-area{
  background: url(../images/about/bg_gray.jpg) no-repeat;
  background-size: cover;
  padding: 8em 0 6em;
  text-align: center;
}

.p-about .finest-area .c-heading{
  text-align: center;
  font-size: 3.8rem;
  margin-bottom: 1em;
}

.p-about .national-area {
  padding: 11em 0 15em;
  background-color: #fff;
}

.p-about .national-area .inner{
  max-width: calc(1450px + 5% * 2);
}

.p-about .national-area .map-wrap{
  display: flex;
  flex-flow: row-reverse;
  align-items: end;
}

.p-about .national-area .text-box{
  width: 43%;
  padding-bottom: 10em;
}

.p-about .national-area .map-wrap .text-box .c-heading{
  font-size: 4.8rem;
  line-height: 1.5;
}

.p-about .national-area .map-wrap .text-box p{
  line-height: 2;
}


.p-about .parallax {
  height: 10vh;
}

/* 背景画像 */
.p-about .parallax::before {
  background-image: url(../images/about/bg_producer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

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

  .p-about .main-visual .main-bg {
    height: 64vh;
  }

  .p-about .producer-area {
    padding: 12em 0 34em;
  }

  .p-about .national-area .map-wrap .text-box .c-heading {
    font-size: 3.4rem;
  }

}


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

  .p-about .national-area .map-wrap figure{
    width: 53%;
  }
}

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

  .p-about .national-area {
    padding: 6em 0 7em;
  }

  .p-about .national-area .map-wrap {
    display: block;
  }

  .p-about .national-area .map-wrap figure {
    width: 68%;
    margin: 0 auto;
  }

  .p-about .national-area .text-box {
    width: 100%;
    padding-bottom: 0;
  }

}


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

  .p-about .main-visual .main-bg .pt-heading {
    font-size: 3rem;
  }

  .p-about .main-visual {
    display: block;
  }

  .p-about .main-visual .main-bg {
    width: 100%;
    height: 400px;
  }

  .p-about .main-visual .text-box {
    width: 100%;
    padding: 4em 1em 2em;
  }

  .p-about .main-visual .text-box .c-heading {
    font-size: 3rem;
  }

  .p-about .main-visual .text-box .c-heading span {
    font-size: 2.2rem;
    margin-top: 1em;
  }

  .p-about .producer-area {
    padding: 15em 0 33em;
  }

  .p-about .forcustomer-area h2.c-heading {
    font-size: 3rem;
    margin: 0 0 1em auto;
    width: 100%;
  }

  .p-about .producer-area .deco02 {
    bottom: -3em;
  }

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

  .p-about .finest-area .c-heading {
    font-size: 2.2rem;
  }

  .p-about .forcustomer-area .customer-wrap .c-box {
    display: block;
  }

  .p-about .forcustomer-area .customer-wrap .c-box figure {
    width: 100%;
  }

  .p-about .forcustomer-area .customer-wrap .c-box .text-box .c-heading {
    font-size: 2.2rem;
  }
  
  .p-about .forcustomer-area .customer-wrap .c-box .text-box {
    width: 100%;
    padding-right: 0;
  }


  .p-about .national-area {
    padding: 4em 0 6em;
  }

  .p-about .national-area .map-wrap {
    display: block;
    margin-top: 3em;
  }

  .p-about .national-area .text-box {
    width: 100%;
    padding-bottom: 0em;
  }

  .p-about .national-area .map-wrap .text-box .c-heading {
    font-size: 2rem;
  }
}

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

.p-contact{
  padding: 0 0 12em;
}

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

.p-contact .top-text{
  display: table;
  margin: 0 auto 5em;
}

.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: #000;
  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: 1.5em 1.5em 1.5em;
  font-weight: 500;
  color:#000 ;
  background-color: #fff!important;
}

.c-form table th {
  width: 268px;
  text-align: left;
  font-size: 1.6rem;
  padding: 1.5em 1.5em 1.5em;
  font-weight: 400;
  background-color: #fff!important;
}

.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: 4em auto 0;
  position: relative;
  max-width: 240px;
}

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

.c-form input[type="submit"]:hover {
  opacity: 0.6;
  background-color: #fff;
  color: #000;
}

.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.5em 0.6em;
  background-color: #F0F0F0;
  border-radius: 4px;
  display: block;
  width: 63%;
  -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{
  width: 100%!important;
}

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



.p-contact .c-form{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.p-contact .form-area{
  padding: 0 0 5em;
}


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

  .p-contact {
    padding: 0 0 4em;
  }

  .c-form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]) {
    width: 100%;
  }

  .c-form table th {
    padding: 1em 0em;
    font-size: 1.4rem;
    border-bottom: none;
  }

  .c-form table td{
    padding: 0em 0em 1em;
  }

  .c-form table th .required {
    float: none;
    margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .c-form table .label-fromhere th {
    width: 100%;
    padding: 2.5em 1.5em 0.5em;
  }

  .c-form table tbody,
  .c-form table tr,
  .c-form table th,
  .c-form table td {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  
  .c-form .toi-typewrap .mwform-radio-field {
    margin: 0;
  }

  .c-form .toi-typewrap input[type="radio"] + span {
    padding: 0.8em 1em;
    font-size: 1.3rem;
  }

  .c-form .check_btn .mwform-checkbox-field label{
    display: block;
  }


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



}
  



/* ==================================================
   ブログ
================================================== */

.news-area .news-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.news-list li a{
  color: #000;
  padding: 1.5em 3em;
  border-bottom: 1px solid #C3C3C3;
  display: flex;
  justify-content: center;
  font-weight: 500;
  gap: 2em;
}

.news-list li a .ttl{
  padding-top: 0.2em;
}

.news-list li a .date-block{
  width: 15%;
  font-family: "Zen Old Mincho", serif;
}

.news-list li a .detail-news{
  width: 65%;
}



.cat-block{
  color: #000;
  background-color: #fff;
  border: 1px solid #707070;
  font-size: 1.2rem;
  margin-right: 10px;
  padding: 0.3em 1.1em;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
}

.cat-block:last-child{
  margin-right: 0;
}



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

  .news-wrapper .news-box .date-wrap{
    display: block;
    margin-bottom: 0.5em;
  }

  .news-wrapper .news-box .date-wrap .date{
    margin-top: 0.5em;
    font-size: 1.3rem;
  }

  .news-wrapper .news-box {
    padding: 1.4em 0em;
  }

  .news-wrapper .news-box .img-box {
    width: 29%;
  }

  .news-wrapper .news-box .text-box {
    width: 67%;
  }

  .news-list{
    margin: 0;
  }

  .news-list li a{
    color: #000;
    padding: 1em 0em;
    display: block;
  }

  .news-list li a .date-block {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .news-list li a .detail-news {
    width: 100%;
  }


}


/*個別*/



.kiji-wrap .blog-date-wrap{
  display: flex;
  margin-bottom: 2em;
  align-items: center;
}

.kiji-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 4em auto 4em;
  display: block;
}

.kiji-wrap h1{
  text-align: left;
  position: relative;
  font-size: 2.5rem;
  font-family: "Zen Old Mincho", serif;
}

.kiji-wrap .blog-date{
  font-family: "Zen Old Mincho", serif;
}

.kiji-wrap .eyecatch{
  z-index: 1;
  position: relative;
  margin: 3em 0;
}

.kiji-wrap .eyecatch img{
  display: block;
  margin:0 auto;
  height: auto;
}

.kiji-wrap .kiji-box {
  padding: 0px 0 0;
  overflow: hidden;
}

.kiji-wrap .kiji-box p{
  margin: 1.5em 0;
}

.kiji-wrap .kiji-box h2{
  padding: 1em 1em 1.2em;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
  position: relative;
}

.kiji-wrap .kiji-box h3{
  padding: 0.2em 1em;
  border-left: 2px solid #000;
  font-size: 2rem;
  line-height: 2.2;
  margin-bottom: 1em;
  margin-top: 2em;
  font-weight: 500;
}

.kiji-wrap .kiji-box h4{
  font-size: 1.8rem;
  line-height: 1.4;
  padding-left: 1em;
  margin-bottom: 1em;
  margin-top: 2em;
  position: relative;
  display: inline-block;
  font-weight: 500;
}

.kiji-wrap .kiji-box img.aligncenter{
  display: block;
  margin: 1em auto;
} 



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

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

.kiji-wrap .kiji-box .btn{
  text-decoration: none;
}

.kiji-wrap .kiji-box .btn:hover{
  color: #fff;
}

.kiji-wrap .kiji-box ol{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
  margin-left: 0!important;
}

.kiji-wrap .kiji-box ol li{
  list-style-type:decimal!important;
  
}

.kiji-wrap .kiji-box ul{
  padding-left: 1.8em;
  margin-bottom: 0.5em!important;
  margin-left: 0!important;
}

.kiji-wrap .kiji-box ul li{
  list-style-type: disc!important;
}




.p-news .news-area{
  padding: 0 0 13em;
}


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

  .kiji-wrap .blog-date-wrap {
    margin-top: 0.5em;
  }

  .kiji-wrap h1 {
    font-size: 2rem;
  }

  .kiji-wrap .kiji-box h2 {
    font-size: 1.8rem;
  }

  .kiji-wrap .kiji-box h3 {
    font-size: 1.6rem;
  }

  .kiji-wrap .kiji-box h4 {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-left: 1em;
    margin-bottom: 0.5em;
    margin-top: 1em;
    font-weight: 500;
  }

  .p-blog .archive-wrap {
    padding: 0 0 3em;
  }

  .p-blog .blog-tab-wrap {
    margin-bottom: 3em;
  }

 

  .blog-wrapper .side-t-box li a figure {
    height: 71px;
    width: 22%;
  }

  .blog-wrapper .side-t-box li a .detail-block {
    width: 73%;
  }

  .blog-wrapper .side-box {
    margin-bottom: 2em;
  }

  .blog-wrapper .side-box .side-category li a {
    font-size: 1.4rem;
    padding: 0.5em 1em;
  }

  .p-blog .related-wrap{
    margin: 7em 0 0 auto;
  }

  .p-blog .related-wrap::before{
    width: 166px;
    height: 382px;
  }

}


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

.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;
  max-width: 205px;
  width: 100%;
  background-color: #616161;
  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 0.5em;
  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{
  padding: 0 0 12em;
}

.p-guide .guide-wrap{
  max-width: 900px;
  width: 100%;
  margin: 2em auto 0;
}

.p-guide .guide-wrap .g-box{
  margin-bottom: 5em;
}

.p-guide .guide-wrap .g-box .c-heading{
  margin-bottom: 1.2em;
}

.p-guide .guide-wrap .g-box:last-child{
  margin-bottom: 0;
}

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

  .p-guide .guide-wrap .g-box{
    margin-bottom: 3em;
  }

}

/* ==================================================
  会社概要
================================================== */

.big-mv-img.company{
  background: url(../images/company/bg_mv.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}

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

.p-company .company-area{
  padding: 7em 0 0;
}

.p-company .company-wrap .table-wrap{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

.table-wrap dl{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #EEEAEA;
}

.table-wrap dl dt{
  width: 30%;
  padding: 1.5em 0 1.5em 0em;
}

.table-wrap dl dd{
  width: 70%;
  padding: 1.5em 0 1.5em 0em;
  margin-bottom: 0;
}

.commonmap-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 10em;
}

.commonmap-wrap .map-block{
  width: 61%;
}

.commonmap-wrap .map-block iframe{
  width: 100%;
  height: 320px;
}

.commonmap-wrap .detail-block{
  width: 33%;
}

.commonmap-wrap .detail-block .desc-catch{
  margin: 1em 0 2.5em;
}

.commonmap-wrap .detail-block .desc-address{
  margin: 1em 0;
}

.commonmap-wrap .detail-block .desc-shop .shop-name{
  font-size: 2rem;
  margin-bottom: 0.5em;
}

.commonmap-wrap .detail-block .desc-shop .s-hour{
  font-size: 1.2rem;
}

.commonmap-wrap .detail-block .desc-shop .s-day{
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.2rem;
}

@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 0em 0em;
  }

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

  .commonmap-wrap {
    display: block;
    margin-top: 4em;
  }

  .commonmap-wrap .detail-block {
    width: 100%;
    margin-top: 1em;
  }

  .commonmap-wrap .map-block {
    width: 100%;
  }

  .commonmap-wrap .map-block iframe {
    height: 216px;
  }

}


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

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

.p-privacy .privacy-wrap{
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}

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

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

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

.p-privacy .privacy-wrap .p-box .p-ttl .num{
  font-size: 2.4rem;
  margin-right: 0.6em;
  font-family: "Zen Old Mincho", serif;
}

.p-privacy .privacy-wrap .p-box .p-text{
  word-break: break-all;
  line-height: 1.8;
}

.p-privacy .privacy-wrap .p-box .p-text ul {
  margin-left: 0;
}

.p-privacy .privacy-wrap .p-box .p-text ul li{
  position: relative;
  padding-left: 2em;
}

.p-privacy .privacy-wrap .p-box .p-text ul li::before{
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #000;
  position: absolute;
  top: 10px;
  left: 4px;
}

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

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

.p-privacy .privacy-wrap .p-box .p-text .t-indent{
  padding-left: 2em;
  text-indent: -2em;
  margin-bottom: 2em;
}

.p-privacy .privacy-wrap .p-box .p-text .t-indent:last-child{
  margin-bottom: 0em;
}

.p-privacy .privacy-wrap .p-box .p-text .btn{
  text-decoration: none;
  margin: 1.3em 0;
}

@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: 5em 0 12em;
}

.p-sitemap .sitemap-wrap{
  display: flex;
  justify-content: space-between;
  margin-top: 4em;
}

.p-sitemap .sitemap-wrap ul{
  margin: 0;
}

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

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



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

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

  

}


/* ==================================================
  特定商取引法に関する表示
================================================== */

.p-transaction .trans-wrap{
  margin-bottom: 5em;
}

.p-transaction .trans-wrap:last-child{
  margin-bottom: 0em;
}

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

.p-transaction .table-wrap dl dt {
  width: 22%;
}

.p-transaction .table-wrap dl dd {
  width: 78%;
}



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

  .table-wrap dl {
    display: block;
  }

  .table-wrap dl dt {
    width: 100%;
    padding-bottom: 0;
  }
  
  .table-wrap dl dd {
    width: 100%;
  }
}

/* ==================================================
  退会する
================================================== */

.p-withdrawal{
  padding: 2em 0 14em;
}

.p-withdrawal .reg-wrap{
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  text-align: center;
}

.p-withdrawal .reg-wrap input[type="submit"]{
  max-width: 200px;
  width: 100%!important;
  margin: 0 auto;
  display: block;
  padding: 0.8em 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
}

.p-withdrawal .reg-wrap input[type="submit"]:hover{
  background-color: #000;
  color: #fff;
}

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

.p-error .c-error{
  text-align: center;
}

.p-error .c-error .btn{
  margin: 5em auto 0;
}

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

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

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

.page-id-10 .woocommerce-breadcrumb{
  display: none;
}

.page-id-10 #secondary{
  display: none;
}

.page-id-10 .ttl{
  font-size: 3rem;
}

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

.page-id-10 .login-wrap{
  max-width: 800px;
  width: 100%;
}

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

.page-id-10 .woocommerce-button.button.print{
  font-size:0;
  padding: 7px 10px;

}

.page-id-10 .woocommerce-orders-table__row.woocommerce-orders-table__row--status-cancelled .woocommerce-button.button.print, 
.page-id-10 .woocommerce-orders-table__row.woocommerce-orders-table__row--status-pending .woocommerce-button.button.print,
.page-id-10 .woocommerce-orders-table__row.woocommerce-orders-table__row--status-failed .woocommerce-button.button.print,
.page-id-10 .woocommerce-orders-table__row.woocommerce-orders-table__row--status-processing .woocommerce-button.button.print,
.page-id-10 .woocommerce-orders-table__row.woocommerce-orders-table__row--status-on-hold .woocommerce-button.button.print{
  display: none;
}



.page-id-10 .woocommerce-button.button.print::before{
  content: '領収書を印刷';
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.page-id-10 .woocommerce-MyAccount-navigation li a{
  color: #000;
}

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

.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-register{
  padding: 0 0 10em;
}

.p-register .reg-wrap{
  display: table;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

.p-register .woocommerce-form-register__submit{
  max-width: 200px;
  width: 100%!important;
  margin: 0 auto;
  display: block;
  padding: 0.8em 0;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
}

.p-register .woocommerce-form-register__submit:hover{
  background-color: #000;
  color: #fff;
}

/* ==================================================
   カート
================================================== */

.page-id-8 #secondary,
.page-id-9 #secondary{
  display: none;
}

.page-id-8 .wp-block-separator + .wp-block-heading{
  display: none;
}

.page-id-8 .wc-block-product-new{
  display: none;
}

.page-id-9 .woocommerce-checkout .woocommerce-additional-fields__field-wrapper label{
  margin-bottom: 1em;
  position: relative;
}

.page-id-9 .woocommerce-checkout .woocommerce-additional-fields__field-wrapper label::after{
  content: '※お届け希望日がある場合は、注文メモに記載下さい。';
  font-size: 14px;
  display: block;
}

@media (min-width: 768px) {

  .page-id-8 #primary,
  .page-id-9 #primary {
      width: 100%!important;
      float: none;
  }
}

/* ==================================================
   マイページ
================================================== */

@media (max-width: 768px) {

  .page-id-10 form.woocommerce-EditAccountForm p.form-row-first{
    float: none!important;
  }

  .page-id-10 form.woocommerce-EditAccountForm p.form-row-last {
    float: none !important;
  }
}



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

.side-box h4{
  background-color: #E8E8E8;
  font-size: 1.8rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  padding: 0.8em 0.5em;
  font-weight: bold;
}

.side-box h4:first-child{
   margin-top: 0em;
}

.side-box .searchandfilter > ul > li{
  margin-bottom: 2em;
}

.side-box .searchandfilter ul > li > ul li{
  border-bottom: 1px solid #CCCCCC;
  font-size: 1.4rem;
  padding: 0.5em 0;
}

/* 子カテゴリを隠す */
.side-box ul.children > li .sf-label-checkbox{
  display: none;
}

.side-box .sf-field-taxonomy-product_brand  ul.children > li,
.side-box .sf-field-taxonomy-product_cat ul.children > li{
  border-bottom: none;
  padding: 0;
}

/* 孫カテゴリを表示 */
.side-box ul.children > li > ul > li .sf-label-checkbox{
  display: block!important;
  padding: 0.5em 1em 0.5em 3em;
}

.side-box ul.children > li > ul > li{
  border-bottom: 1px solid #CCCCCC!important;
}

.side-box ul.children > li:last-child > ul > li:last-child{
  border-bottom: none!important;
  padding-bottom: 0;
}

.side-box .searchandfilter ul > li > ul.children li:last-child{
  border-bottom: none;
}

.side-box .searchandfilter input[type=checkbox] {
    display: none
}

.side-box .searchandfilter .sf-label-checkbox {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px 5px 30px;
    position: relative;
    width: auto;
    display: table;
}

.side-box .searchandfilter .sf-label-checkbox:before {
    background: #fff;
    border: 1px solid #707070;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px
}

.side-box .searchandfilter .sf-label-checkbox:after {
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
    display: block;
    height: 9px;
    left: 10px;
    margin-top: -7px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    width: 5px
}

.side-box .searchandfilter input[type=checkbox]:checked+.sf-label-checkbox:after {
    opacity: 1
}


.p-product-loop {
  padding-top: 9em;
}

.p-product-loop .custom-product-count {
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 1em;
}

.p-product-loop .custom-product-count .number-big{
  font-family: "PT Serif", serif;
  font-size: 2rem;
}

.p-product-loop .woocommerce-result-count{
  display: none;
}

.p-product-loop .storefront-sorting{
  display: none;
}

.p-product-loop .custom-ordering{
  margin-bottom: 5em;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.p-product-loop .custom-ordering .ordering-ttl{
  margin-right: 1em;
  font-size: 1.6rem;
  font-family: "Zen Old Mincho", serif;
}

.p-product-loop .custom-ordering .woocommerce-ordering{
  float: none;
  margin: 0 0 0 auto;
  display: table;
  padding: 0.3em 2em 0.3em 0.3em;
  font-family: "Zen Old Mincho", serif;
}

.p-product-loop .select-wrap{
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}

.p-product-loop .select-wrap::before{
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0,-50%);
  display: inline-block;
  vertical-align: middle;
  color: #CCCCCC;
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.5em 0.32em;
  border-top-color: currentColor;
  border-bottom: 0;
}

.p-product-loop .select-wrap .orderby{
   -webkit-appearance: none;
   -moz-appearance: none;
  appearance: none;
  border: none;
  font-family: "Zen Old Mincho", serif;
}
.post-type-archive .storefront-sorting{
  display: none;
}

.category-descbox{
  margin-bottom: 3em;
  line-height: 2;
  border-bottom: 1px solid #ccc;
  padding-bottom: 3em;
  padding-top: 0.5em;
}

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

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

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

.archive-block{
  margin: 0 0 5em;
}

.archive-block .c-ttl{
  margin-bottom: 2em;
}

.p-product-loop .woocommerce-loop-product__title{
  font-family: "Zen Old Mincho", serif;
  text-align: center!important;
}

.p-product-loop .woocommerce-loop-product__link .price{
  text-align: center;
  font-family: "Cardo", serif;
}



@media (min-width: 768px) {
  .site-main ul.products.columns-3 li.product {
    width: 31.411765%!important;
    margin-right: 2.882353%!important;
  }

  .site-main ul.products li.product.last, .site-main ul.products .wc-block-grid__product.last, .site-main .wc-block-grid__products li.product.last, .site-main .wc-block-grid__products .wc-block-grid__product.last {
    margin-right: 0 !important;
  }

  .p-product-loop .woocommerce-loop-product__link .woocommerce-loop-product__title{
    font-size: 1.7rem!important;
  }
  
  .p-product-loop .woocommerce-Price-amount.amount{
    font-size: 1.7rem;
  }

  .recent-product ul.products.columns-3 li.product{
    margin-right: 0!important;
    width: 19% !important;
  }

  .recent-product ul.products.columns-3 li.product .woocommerce-loop-product__title {
    font-size: 1.4rem !important;
  }

  .recent-product ul.products.columns-3 li.product .product-tags{
    display: none;
  }

  .recent-product ul.products.columns-3 li.product .woocommerce-Price-amount.amount {
    font-size: 1.4rem;
  }
}

@media (max-width: 1025px) {
  .p-product-loop {
    padding-top: 3em;
  }

  .side-box .searchandfilter > ul{
    margin: 0;
  }

  .side-box h4 {
    font-size: 1.4rem;
  }

  .side-box .searchandfilter > ul > li {
    margin-bottom: 0em;
    padding: 0;
    margin-bottom: 0.5em;
  }

  .side-box .searchandfilter h4 + ul{
    display: none;
  }

  .side-box{
    padding: 0 1em;
  }

  .side-box .searchandfilter h4 {
    margin: 0;
    padding: 9px 0 9px;
    position: relative;
  }

  .side-box .searchandfilter h4::after{/* 閉じている時 */
    content: "＋";
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 1.5rem;
    font-weight: 300;
  }
  
  .side-box .searchandfilter h4.open::after{/* 開いている時 */
    content: "－";
  }

  .left-sidebar .content-area {
    width: 100%!important;
  }

}


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

.woocommerce-loop-product__link .woocommerce-loop-product__title{
  font-size: 1.4rem!important;
  line-height: 1.6;
  text-align: left;
}

.outofstock .woocommerce-loop-product__link{
  position: relative;
}

.outofstock .product_type_simple{
  display: none!important;
}

.outofstock .product_type_variable{
  display: none;
}

.outofstock .woocommerce-loop-product__link .soldout{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #ccc;
  color: #fff;
  padding: 0.5em 0.5em;
  font-family: "Outfit", sans-serif;
}

.woocommerce-loop-product__link .price{
  text-align: right;
  margin: 0.5em 0;
  color: #000!important;
  font-size: 1.4rem!important;
}

.woocommerce-loop-product__link .price .woocommerce-price-suffix{
  font-size: 1.3rem;
}

.woocommerce-loop-product__link .description{
  text-align: left;
  color: #000;
}

.product .add_to_cart_button{
  display: none;
}

.recent-product{
  margin-top: 6em;
}

.recent-product h3{
  font-size: 1.8rem;
  font-family: "Zen Old Mincho", serif;
  border-bottom: 1px solid #CCCCCC;
  padding: 0 1em 0.8em;
  font-weight: bold;
  margin-bottom: 2em;
}

.recent-product ul{
  display: flex;
  gap: 1%;
}



/*.site-main .products.columns-4::after{
  display: block;
  content:"";
  width: 22.05%;
}*/


.products .prod-block{
  width: 23%;
  margin-bottom: 4em;
}

.rp-product .wc-img-wrapper,
.p-wrap.products-list-wrap .wc-img-wrapper,
.products .wc-img-wrapper{
  margin: 0 0 0;
  width: 100%;
  padding-top: 75%;
  overflow: hidden;
  position: relative;
  margin-bottom: 1em;
}

.rp-product .wc-img-wrapper img,
.p-wrap.products-list-wrap .wc-img-wrapper img,
.products .wc-img-wrapper img{
  max-width: initial;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  margin: 0;
}



/*.search-wrap .search{
  top: 0px;
  left: 0;
  width: 100%;
  position: absolute;
  transition: 0.3s ease-in-out;
  z-index: 6;
}*/

.single-p-info{
  margin-top: 3em;
}

.single-product div.product .woocommerce-product-gallery img {
  margin: 0 auto!important;
  display: block;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
  width: 24%!important;
  margin-right: 1.3%!important;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0!important;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
  margin-bottom: 0.66em!important;
}

.single-product div.product .product_meta{
  border-top: none!important;
  margin-bottom: 1em;
}

.single-product div.product .posted_in{
  display: none!important;
}

.single-product .product_title{
  line-height: 1.4;
  margin-bottom: 1.5em;
  font-size: 2.4rem;
  font-family: "Zen Old Mincho", serif;
}

.single-product div.product p.price{
  font-size: 2rem!important;
  margin: 2.3em 0 1em!important;
}

.single-product .quantity .qty{
  background-color: #fff;
  border: 1px solid #EEEEEE;
}

.single-product .wc-pao-addon-container{
  display:block;
  margin-bottom: 3em;
}

.single-product .wc-pao-addon-container .wc-pao-addon-name{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 400;
  margin-bottom: 1em;
}

.single-product .wc-pao-addon-container .wc-pao-addon-wrap{
  width:  100%;
  margin: 0;
}

.single-product .variations tr{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.single-product .variations tr th{
  width: 20%;
}

.single-product .reset_variations{
  display: none!important;
}

.single-product div.product table.variations select {
  max-width: 100%;
  padding: 0.5em 0.5em;
  background-color: #fff;
  border: 1px solid #5E0C01;
  width: 100%;
  border: none;
}

.single-product .woocommerce-variation-price{
 margin-bottom: 0;
 margin-top: 2em;
 font-size: 2rem;
 font-weight: 500;
}

.single-product .variations tr th label{
  font-size: 1.4rem;
  font-weight: bold;
}

.single-product .variations tr td{
  width: 74%;
  margin-bottom: none!important;
}

.single-product div.product form.cart .quantity{
  float: none!important;
  margin-bottom: 1em;
}

.single-product .single_add_to_cart_button{
  max-width: 270px;
  width: 100%;
  background-color: #5E0C01!important;
  border: 1px solid #5E0C01;
  color: #fff!important;
  font-weight: 400;
  padding: 1.2em 0.5em 1.1em!important;
  font-size: 1.4rem;
  transition-duration: 0.5s;
}

.single-product .single_add_to_cart_button:hover{
  background-color: #fff!important;
  color: #5E0C01!important;
  transition-duration: 0.5s;
}

.single-product .storefront-wc-brands-single-product,
.single-product .woocommerce-tabs.wc-tabs-wrapper{
  display: none;
}

.single-product .product_meta{
  display: none;
}


.single-product .related-product-wrapper .rp-box .rp-ttl{
  font-size: 2.2rem;
  margin-bottom: 1em;
}

.single-product .related-product-wrapper .rp-box{
  margin-bottom: 5em;
}

.single-product .related-product-wrapper .rp-box:last-child{
  margin-bottom: 0;
}

.single-product .related-product-wrapper .products-list-wrap .prod-block {
  width: 23%;
}

.tax-price_cat .archive-block,
.tax-otherprod_cat .archive-block,
.tax-grapetype_cat .archive-block,
.tax-series_cat .archive-block,
.tax-flavor_cat .archive-block,
.tax-product_cat .archive-block,
.archive.search .archive-block{
  display: none;
}



.entry-summary .wc-pao-addon .wc-pao-addon-wrap select{
  width: 100%;
  padding: 0.5em 0.5em;
  background-color: #fff;
  border: 1px solid #5E0C01!important;
  border: none;
}

.withdraw-btn{
  max-width: 117px;
  width: 100%;
  display: block;
  text-align: center;
  padding: 0.7em 0.5em;
  background-color: #D54F4F;
  color: #fff;
  text-decoration: none !important;
}

.CoolTakkyubin{
  background-color: #eee;
  clear: both;
}

.storefront-product-pagination{
  display: none!important;
}


@media (min-width: 768px) {
  .col-full {
      max-width: 1525px!important;
  }

  .page-id-10.logged-in .content-area{
    width: 100%!important;
  }
}

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


  .single-p-info .s-block .scent-wrapper .scent-box img{
    max-width: 50px;
    width: 100%;
  }

  .single-p-info .s-block .scent-wrapper{
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }
  
  .single-p-info .s-block .scent-wrapper .scent-box{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.8em;
    align-items: center;
  }

  .single-p-info .s-block .scent-wrapper .scent-box:last-child{
    margin-bottom: 0em;
  }

  .single-p-info .s-block .scent-wrapper .scent-box .s-icon{
    width: 17%;
  }

  .single-p-info .s-block .scent-wrapper .scent-box .name{
    width: 78%;
    text-align: left;
    margin-top: 0;
    font-size: 1.3rem;
  }
  
  .single-p-info .s-block .ttl {
    width: 24%;
  }

  ul.products::before, ul.products::after{
    display: none!important;
  }

  .site-main .products.columns-4{
    display: flex;
    justify-content: space-between;
  }

  .site-main ul.products.columns-4 li.product {
    width: 49%;
    margin-right:0%;
  }

  .archive-block {
    margin: 0 0 1em;
  }

  .single-p-info .s-block .sweet-wrapper{
    max-width: 198px;
  }

  .single-product .wc-pao-addon-container {
    display: block;
  }

  .single-product .wc-pao-addon-container .wc-pao-addon-name {
    width: 100%;
    margin-bottom: 0.5em;
  }

  .entry-summary .wc-pao-addon .wc-pao-addon-wrap select {
    width: 100%;
  }

  .single-p-info .s-block .content {
    width: 72%;
  }

  .single-product .related-product-wrapper .products-list-wrap .prod-block {
    width: 49%;
  }

}

.maintenance{
  text-align: center;
}