@charset "UTF-8";




body {
      font-family: "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
      font-size: 16px;
      color: #303030;
      font-feature-settings: "palt";
      letter-spacing: 1.2px;
}

a {
  color: #303030;
}

button{
        background-color: transparent;
        border: none;
        cursor: pointer;
        outline: none;
        padding: 0;
        appearance: none;
}



nav.navigation {
    float: left;
    display: flex;
    font-size: 1.2rem;
    position: absolute;
    top: 50%;
    align-items: center;
    left: 220px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 100;
}

.nav-item:first-child {
    margin-right: 0!important;
}





/* header */

/* h1.shop-logo {

  right: 50px;
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  float: left;
  width: 11em;
  position: absolute;
}

.shop-logo a {
  display: block;
}

.shop-logo img {
  max-height: none;
  width: 100%;
} */



ul.nav {
  /* float: left;
  display: flex;
  font-size: 24px;
  position: absolute;
  right: 30px;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(-0%);
  -webkit- transform: translateY(-50%) translateX(-0%); */
}
/*
.nav {
  margin-top: 0;
}

.nav-item span {
    font-family: pt-serif, serif;
    font-weight: 400;
    font-style: normal;
}

li.nav-item {
    margin-right: 10px !important;
}

.header-inner {
    padding: 0 40px;
    height: 100%;
}


nav.nav-rigth {
  float: left;
display: flex;
font-size: 1.2rem;
position: absolute;
top: 50%;
align-items: center;
right: 30px;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
z-index: 100;
}

.nav-item a {
    padding: 0 10px!important;
    vertical-align: -webkit-baseline-middle;
}
 */




 /*---------------------------------
 header
 ---------------------------------*/
 header {
     z-index: 999;
 }
 .header a:hover {
     text-decoration: none;
 }
 .header {
     position: fixed;
     top: 0;
     left: 0;
     right: 0;
     font-size: 14px;
 }
 .top-bar {
     z-index: 999;
     margin: 0;
     background: #fff;
     box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.4);
     padding: 20px 0 16px;
 }
 @-moz-document url-prefix() {
     .top-bar {
         box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.4);
     }
 }
 .header-inner {
     padding: 0 40px;
 }
 .shop-logo {
     float: left;
     margin: 5px 16px 0 0;
 }
 .shop-logo img {
     max-height: 30px;
 }
 .nav {
     float: left;
     display: flex;
     margin-top: 5px;
 }
 @media all and (-ms-high-contrast: none) {
     .nav {
         margin-top: 11px;
     }
 }
 .drop-arrow {
     margin-left: 6px;
 }
 .nav-item a {
     padding: 8px 14px;
     vertical-align: -webkit-baseline-middle;
 }
 .second-nav {
     display: flex;
     float: right;
 }
 .nav-item span {
   font-family: pt-serif, serif;
    font-weight: 400;
    font-style: normal;
 }

 .second-nav li span {
     padding: 8px 14px
 }
 .second-nav img {
     display: block;
     margin: 0 auto 6px;
 }
 .nv-dropdown:active .drop-arrow {
     transform: rotate(180deg);
     -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
 }
 .nv-dropdown:checked {
     transform: rotate(180deg);
 }
 .sp-nav-wrap {
     display: none;
 }
 .sp-second-nav-wrap {
     display: none;
 }
 span.cart-badge {
     background: #EB503C;
     color: #fff;
     padding: 5px 7px!important;
     font-size: 10px;
     font-family: 'Noto Sans JP', sans-serif;
     border-radius: 10px;
     position: absolute;
     top: 12px;
     right: 52px;
 }
 /*---------------------------------
 header-dropmenu
 ---------------------------------*/
 .navigation ul li a{
     transition-property: border;
     transition-duration: 0.5s;
     transition-timing-function: ease;
     transition-delay: 0s;
 }
 .navigation>ul>li{
     text-align:center;
 }
 .navigation .drop-nv-wrap{
     display: none;
     position: absolute;
     top: 16px;
     z-index: -1;
 }
 .nav-item:first-child {
     margin-right: 16px;
 }
 .navigation .drop-nv-wrap ul{
     line-height: 1.4em;
     padding: 30px 0;
        overflow: scroll;
     overflow-x: auto;
     max-height: 80%;
     position: fixed;
     background-color: #f5f5f5;
 }
 ::-webkit-scrollbar{
   width: 10px;
 }
 ::-webkit-scrollbar-track{
     background: #fff;
     border: none;
     border-radius: 10px;
     box-shadow: inset 0 0 2px #777;
 }
 ::-webkit-scrollbar-thumb{
     background: #ccc;
     border-radius: 10px;
     box-shadow: none;
 }
 .navigation .drop-nv-wrap ul li{
     text-align: left;
     margin: 12px 32px 0 0!important;
     padding-left: 15px;
 }
 .navigation .drop-nv-wrap ul li a{
     padding: 0 0 0 12px!important;
     display: inline-block;
 }
 .dropdown-menu-list a:hover {
     text-decoration: underline!important;
 }
 .dropdown-menu-list a:before {
     content: "-";
     padding-right: 6px;


     vertical-align: text-top;
     font-weight: bold;
 }
 .article-title,
 .article-title-pc {
     position: relative;
 }
 .article-title:after {
     content: "";
     position: absolute;
     right: -15px;
     top: 20%;
     transition: all 0.2s ease-in-out;
     display: block;
     width: 8px;
     height: 8px;
     border-top: solid 2px #6E6E6E;;
     border-right: solid 2px #6E6E6E;;
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
 }
 .article-title-pc:after {
     content: "";
     position: absolute;
     right: 0;
     top: 9px;
     transition: all 0.2s ease-in-out;
     display: block;
     width: 8px;
     height: 8px;
     border-top: solid 2px #6E6E6E;;
     border-right: solid 2px #6E6E6E;;
     -webkit-transform: rotate(135deg);
     transform: rotate(135deg);
 }
 @-moz-document url-prefix() {
     .article-title-pc:after {
         top: 3px;
     }
 }
 .article-title.open:after,
 .article-title-pc.open:after{
     -webkit-transform: rotate(-45deg);
     transform: rotate(-45deg);
     top: 57%;
 }
 @-moz-document url-prefix() {
     .article-title.open:after,
     .article-title-pc.open:after {
         top: 44%;
     }
 }
 /*---------------------------------
 header-serch
 ---------------------------------*/
 .search-link {
     display: inline-block;
     position: relative;
     float: right;
     padding: 0;
 }
 .sp-header {
     display: none;
 }
 .search {
     float: right;
     position: relative;
 }
 .search-box {
     margin: 0;
     float: left;
     display: none;
     position: relative;
     right: 0;
 }
 .search-icon {
     margin: 0;
     float: left;
     cursor: pointer;
 }
 a.btn-go {
     text-decoration: none;
     position: absolute;
     right: -55px;
     background: #fff;
 }
 .btn-go span {
     color: #6E6E6E;
     padding: 9px 12px!important;
 }
 .search-box a:hover {
     opacity: 1;
 }
 input[type="text"] {
     margin: 21px 9px 0 0;
     padding: 0 50px 4px 0px;
     border: none;
     border-bottom: 1px solid #6E6E6E;
     outline: none;
 }
 .close {
     cursor: pointer;
     margin: 0 0 0 -20px;
     position: absolute;
     top: 27px;
 }







/* fastview */

div.fastview {
  width: 100%;
  background-color: #303030;
}

.fastview img {
  width: 100%;
  display: block;
  height: 100%;
}

.main-visual {
  margin-top: 77px;
}

/* Topics */


.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 20px;
    font-feature-settings: "palt";
}



.product-wrap {
  width: 90%;
  display: flex;
  max-width: 1200px;
  margin: 80px auto 0;
}

.information-heading {
  padding-bottom: 0;
  border-bottom: none;
  margin: auto;
  display: flex;
  flex-direction: column;
  width: 20%;
}

.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 20px;
}

.information-list-wrap {
    border-left: 1px solid #707070;
    padding-left: 30px;
    border-bottom: 0;
}

.heading-title {
  font-size: 40px;
  font-family: pt-serif, serif;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  width: 100%;
  padding-bottom: 10px;
  margin-right: 0;
}

.heading-sub-title {
    font-family: 'honoka-shinmincho';
    font-weight: 400;
    font-style: normal;
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.contents-title {
  margin: 0 auto;
margin-top: 50px;
}


.information-contents-last {
  margin-bottom: 0;
}



/* logo */

.shop-logo {
    float: left;
    margin: 0!important;
    display: flow-root;
}

.shop-logo img {
    width: 11em!important;
}

.shop-logo img {
    max-height: max-content!important;
}






/* main */

.main {
    margin: 0 auto;
}

.fastview-sp {
  display: none;
}

.contents-section {
    max-width: none;
    margin: 0 auto;
}

.product-contents-wrap {
  max-width: none;
  margin: 0 auto;
}



.bx-wrapper {
  display: none;
}

.product-contents-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.contents-section {
  max-width: none;
  margin: 0 auto;
}

.product-contents-wrap {
    max-width: none;
    margin: 0 auto;
}

.product-container {
    display: block;
    width: 100%;
}

.contents-section {
    max-width: none;
    margin: 0 auto;
    padding: 0;
}

.contents-wrap {
  max-width: 1200px;
  margin: 80px auto 0;
  width: 90%;
}

.concept-img-sp {
  display: none;
}

.concept-img-tb {
  display: none;
}


div.side-bar {
  display: none;
}

.new-product-wrap {
  display: flex;
  flex-direction: column;
  border-bottom: none;
}

.contents-heading {
  display: flex;
  flex-direction: column;
  align-items: baseline;
  margin: 0;
  margin-right: 20px;
}



/* topics */



.button-link button {
  width: 200px;
  margin: 0 auto;
  background-color: #fff0;
  padding: 10px 15px;
  font-size: 18px;
  color: #377145;
  border: 1px solid;
  font-family: 'honoka-shinmincho';
  font-weight: 400;
  font-style: normal;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 30px;

}

 a.button-link {
  width: 200px;
  margin: 0 auto;
  display: block;
  text-decoration: none;
}

.button-link img {
  height: 100%;
  width: 30px;
}







/* concept */
div.concept-div {
  width: 100%;
  display: flex;
  margin-top: 50px;
  align-items: center;
  min-height: 0%;
}

div.concept-img {
  width: 45%;
}

.concept-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: 80% 0%;
}

div.concept-text {
  width: 55%;
  text-align: center;
  margin: auto;
  margin-left: 30px;
}

.concept-text h2 {
  font-size: 30px;
  font-family: 'honoka-shinmincho';
  font-weight: 400;
  font-style: normal;
  padding-bottom: 30px;
  line-height: 1.4;
  text-align: center;
}

.concept-text p {
    font-size: 16px;
    line-height: 1.8em;
    text-align: left;
    width: 85%;
    margin: 0 auto;
}

/* .concept-text button {
  width: 170px;
  margin: 0 auto;
  background-color: #7ba585;
  padding: 5px 15px;
  font-size: 16px;
  color: #ffffff;
}

.concept-text a {
  margin: 0 auto;
  background-color: #7ba585;
  color: #fff;
} */



/* Items */

div.items-wrap {
  width: 100%;
  margin-top: 50px;
  display: flex;
  min-height: 0%;
  justify-content: center;
}

div.items-wrap-name {
  width: 30%;
  margin: 0 10px;
}

div.items-img-wrap {
  width: 100%;
}

.items-img-wrap img {
  width: 100%;
  height: 100%;
  display: block;
}

div.items-name {
  width: 100%;
  padding-top: 15px;
}

.items-wrap-name a {
  text-decoration: none;
  display: block;
}






.items-name h2 {
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
  padding-bottom: 10px;
}

.items-name p {
  font-size: 15px;
  line-height: 1.65!important;
}

#item-display-none {
  display: none;
}

div.items-wrap-sp {
  display: none;
}








/* column */

div.column-div {
  padding-bottom: 80px;
  width: 100%;
  background-color: #faf9f3;
  max-width: none;
}

div.column-div-df {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  margin-top: 50px;
}

.column-title-text  {
  font-size: 16px;
  line-height: 1.8em!important;
  text-align: center;
  margin-top: 30px;
  font-weight: 400;
}

div.column-div-wrap {
    width: 30%;
    display: flex;
    margin: 0 35px;
    flex-direction: column;
    background-color: #fff;
}

div.column-img {
  width: 100%;
  height: 200px;
}

.column-img img {
    width: 100%;
    display: block;
    height: 100%;
    object-fit: cover;
}


div.column-wrap-title {
    padding: 30px 10px;
    background-color: #fff;
    height: auto;
    text-align: left;
}

p.column-title-sentence {
  line-height: 1.5em!important;
  padding-bottom: 5px;
}



.column-wrap-title span {
  font-size: 12px;
}








#column-button-link {
  width: 170px;
  margin: 0 auto;
  background-color: #7ba585;
  padding: 5px 15px;
  color: #ffffff;
  margin-top: 30px;
  text-decoration: none;
}

#column-button {
  margin: 0 auto;
  background-color: #7ba585;
  color: #fff;
  display: block;
  font-size: 16px;
}




/* add */

.column-section-wrap {
    max-width: 1200px;
    margin: 0px auto 0;
    width: 90%;
}


.column-div-wrap-top {
    width: 30%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
}

div.column-img-top {
  width: 100%;
  height: 200px;
}

.column-img-top img {
  width: 100%;
  height: 100%;
  display: block;
  background-color: lightgray;
}

div.column-img {
  background-color: lightgray;
}


.column-title-sentence-p span {
  font-size: 16px!important;
}


div.column-div-df {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
}


.column-img-top img {
    width: 100%;
    object-fit: cover;
    height: 100%;
    display: block;
    background-color: lightgray;
}


/* sns */

div.sns-wrap {
  margin-top: 0;
}

div.sns-link-wrap {
  width: 70%;
  margin: 0 auto;
  min-height: 0%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

div.sns-df {
    display: flex;
    flex-direction: column;
    width: 45%;
    min-height: 0%;
    background-color: #e8ede9;
    border: 3px solid #e8ede9;
    margin: 0 35px;
}


.sns-df a {
    text-decoration: none;
    min-height: 0%;
}


p.sns-logo {
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-family: pt-serif, serif;
  font-size: 21px;
}

.sns-logo img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

div.sns-screenshot {
    background-color: #fff;
    min-height: 0%;
}


.sns-screenshot img {
  width: 100%;
  height: 100%;
}





/* contact */
p.contact-text {
  font-size: 16px;
  line-height: 1.8;

}

















/* footer */

.footer {
    background: #a5b5a9;
    margin-top: 100px;
    color: #fff;
}

.footer-menu-list-item a {
  color: #fff;
}

.footer-menu-list-item a {
    color: #fff!important;
}

.footer-menu {
    width: 40em;
    margin: 0 auto;
}

.footer-contents {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
    width: 90%;
}

.footer-bottom-inner {
    padding: 30px 0;
    text-align: center;
    color: #fff;
    background-color: #7a9580;
}

.footer-conce-list-title {
    margin-bottom: 24px;
    font-size: 20px;
    font-weight: bold;
    color: #525252;
    font-family: pt-serif, serif;
    font-weight: 700;
}


p.copy-right {
    text-align: center;
    font-size: 11px;
    margin-top: 0;
}


li.footer-sns-icon {
    display: flex;
    justify-content: space-between;
    width: 3em;
}

.footer-sns-icon a {
  display: block;
  text-decoration: none;
  width: 20px;
}

.footer-sns-icon img {
  width: 100%;
  height: 100%;
  display: block;
}

ul.footer-menu-list {
    text-align: left!important;
    display: flex;
    justify-content: space-around;
}

.footer-menu-list-item a {
    color: #fff!important;
    font-size: 13px;
}

.footer-menu-list-item {
    margin-bottom: 20px;
}


/* animation */

.button-link button {
    width: 200px;
    margin: 0 auto;
    background-color: #fff0;
    padding: 10px 15px;
    font-size: 18px;
    color: #377145;
    border: 1px solid;
    font-family: "honoka-shinmincho";
    font-weight: 400;
    font-style: normal;
    display: inline-block!important;
    justify-content: space-evenly;
    align-items: center;
}


.button-link img {
    height: 100%;
    margin-bottom: 5px;
    margin-left: 5px;
    width: 30px;
    vertical-align: middle;
    display: inline-block;
}








a.button-link {
    transition: background 0.3s;
    background: #fff0;
    display: block;
    align-items: center;
    margin-top: 50px;
}

a.display-none {
  display: none;
}

div.display-none {
  display: none;
}

li.display-none {
  display: none;
}

a.button-link:hover {
  background: #e5e5e5;
  opacity: 1!important;
}

.makeshop-modal-window {
  display: none;
}


.display-none-pc {
  display: none;
}

.column-div-wrap-sp {
  display: none;
}

.header_wrapper {
  display: none;
}

.gnav {
  display: none;
}





span.topics-new {
    font-size: 13px;
    background-color: #adadad;
    color: #fff;
    padding: 2px 5px;
    margin: auto;
    margin-right: 5px;
    letter-spacing: normal;
    text-align: center;
    font-family: pt-serif, serif;
}


.shop-logo-sp {
  display: none;
}



.class-items-a {
  display: none!important;
}



/* sns-add */

div.sns-btn {
    display: flex;
    width: 35rem;
    margin: 0 auto;
    justify-content: space-around;
    margin-top: 50px;
}

div.sns-btn-wrap {
    display: flex;
    align-items: center;
}

.sns-btn-wrap img {
    width: 32px;
    display: block;
    height: 32px;
    margin-right: 20px;
}

.sns-btn-wrap p {
    font-size: 18px;
    font-family: pt-serif, serif;
}

a.sns-btn-link {
    background: white;
    border: 1px solid #656565;
    padding: 10px 100px 10px 30px;
    display: block;
    border-radius: 80px;
    width: 45%;
    height: fit-content;
}
