@charset "UTF-8";


/* drawer */


body{
    letter-spacing: 0.05em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
}

/* PC・SPのオンオフ */
.pc{
    display: block;
}
.sp{
    display: none;
}
@media (max-width: 959px){
    .pc{
        display: none !important;
    }
    .sp{
        display: block;
    }
}

/* ヘッダー */
header{
    width: 100%;
    padding: 10px 0;
}
.header_wrapper{
  width: auto;
  position: absolute;
  top: 3px;
  display: flex;
  right: 0;
  align-items: center;
}
.header_wrapper h1{
    width: auto;
    display: flex;
    align-items: center;
}
.header_wrapper h1 a{
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 34px;
}
.header_wrapper h1 span{
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.5;
    margin-left: 10px;
}
.header_right {
    display: flex;
    z-index: 100;
}


@media (max-width: 959px){
    header{
        position: fixed;
        top: 0;
        z-index: 100;
        padding: 0;
        background-color: #fff;
    }
}

/* ナビゲーション */
.gnav{
    width: 100%;
    background-color: #333;
}
.gnav_wrapper{
    max-width: 980px;
    margin: auto;
    display: flex;
}
.gnav_wrapper li{
    border-left: #888 1px solid;
    text-align: center;
    width: calc(100%/7);
    transition: all  0.3s ease;
}
.gnav_wrapper li:last-child{
    border-right: #888 1px solid;
}

.gnav_wrapper li:last-child {
    border-right: none;
    align-items: center;
    display: flex;
    justify-content: center;
}

a.nav-flex img {
  margin-right: 5px;
}

.cart-view span {
    font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: normal;
    scroll-behavior: smooth;
    color: #6E6E6E;
    margin-bottom: 5px;
}

.gnav_wrapper li:hover{
    background-color: #888;
}
.gnav_wrapper li a{
    display: block;
    padding: 1.3em 0;
    color: #fff;
    text-decoration: none;
}
@media (max-width: 959px){
    .gnav_wrapper{
        position: fixed;
        display: table;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #f7f7f7;
        visibility: hidden;
        opacity: 0;
        padding-top: 20%;
    }
    .gnav_wrapper li{
        max-width: 300px;
        margin: 0 auto;
        text-align: center;
        width: 100%;
        border-bottom: #888 1px solid;
        border-left: none;
    }
    .gnav_wrapper li:last-child{
        border-right: none;
    }
    .menu-btn {
      color: #699474;
          cursor: pointer;
          z-index: 100;
          background-color: transparent;
          max-width: 56px;
          width: 56px;
    }
    .menu-btn i{
        display: block;
        font-size: 24px;
        text-align: center;
        padding-top: 10px;
    }
    .menu-btn span{
        display: block;
        padding: 0 0 10px 0;
        font-size: 10px;
        text-align: center;
    }
    .open{
        transition: all .5s;
        visibility: visible;
        opacity: 1;
        z-index: 10;
    }
    .menu-btn span::after{
        content: attr(data-txt-menu);
    }
    .open span::after{
        content: attr(data-txt-close);
    }

}

.gnav {
    width: 100%;
    background-color: #333;
    display: block;
}



header {
  width: 100%;
  height: 60px !important;
}




.top-bar {
  padding: 10px 10px !important;
  min-height: 60px!important;
  height: 100% !important;
}






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


nav.navigation {
  display: none;
}


.fastview {
  display: none;
}

.fastview-sp {
    display: initial!important;
    width: 100%;
}

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


.product-wrap {
  width: 90%;
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 30px auto 70px;
}

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

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

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

.information-list-wrap {
  margin-top: 20px;
  width: 100%;
  padding: 0;
  border: none;
}

.information-list {
    display: flex;
    align-items: baseline;
    margin: 0 0 10px;
    flex-direction: column;
    border-bottom: 1px solid #e6e6e6;
}

.information-contents a {
    line-height: 1.4em;
    text-align: left;
    font-size: 14px;
}

.information-label {
    font-size: 12px;
    font-weight: 300;
    margin-right: 24px;
}

.information-contents {
    line-height: 1.2em;
    text-align: left;
    padding-bottom: 10px;
}


div.concept-div {
  width: 100%;
  display: flex;
  margin-top: 20px;
  flex-direction: column;
}


div.concept-img {
    width: 220px;
    height: 220px;
    position: initial;
    margin: 0 auto;
    margin-bottom: 20px;
    display: none;
}


.concept-img img {
    width: 100%;
    display: block;
    height: 100%;
    border-radius: 50%;
}

.concept-img-sp {
    display: inline;
    width: 100%;
    margin-bottom: 20px;
}

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




@media screen and (min-width:590px) and ( max-width:959px) {
  .concept-img-tb {
      display: initial;
      width: 100%;
      margin-bottom: 20px;
  }

  .concept-img-tb img {
    display: block;
    width: 100%;
  }

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



.concept-img-sp img {
  width: 100%;
  display: block;
}

.concept-h2 {
  display: none;
}




div.concept-text {
  width: 100%;
  text-align: center;
  margin: auto;
}

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


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

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

div.items-wrap {
  display: none;
}

div.items-wrap-sp {
    display: flex;
    justify-content: space-between;
}

div.items-wrap-name {
    width: 48%;
    margin: 20px 0 0!important;
}

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

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

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

a.display-none {
  display: none;
}

.column-title-text {
  font-size: 16px;
  line-height: 1.8 !important;
  text-align: left;
  font-weight: 400;
  width: 90%;
  margin: 0 auto;
  margin-top: 20px;
}

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

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

div.column-div-wrap {
  width: 48%;
  margin: 0;
  background-color: #fff;
  margin-bottom: 30px;
}

div.column-img {
    width: 100%;
    height: 25vw;
}

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

div.column-div {
    padding-bottom: 30px;
    width: 100%;
    background-color: #faf9f3;
    max-width: none;
    margin-bottom: 0!important;
}

p.column-title-sentence {
    line-height: 1.4em!important;
    padding-bottom: 5px;
    font-size: 13px;
}

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











/* add */



div.column-div-block {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    flex-flow: wrap;
    width: 100%;
}

div.column-img-top {
    width: 30%;
    height: auto;
}


p.column-title-sentence {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-wrap-title span {
    font-size: 13px!important;
    white-space: initial;
}

p.column-title-sentence-p {
  font-size: 14px!important;
  line-height: 1.4;
}


.column-title-sentence-p span {
  font-size: 14px!important;
  line-height: 1.4;
}








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

.column-sentence-title h3 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.3;
}


.contents-section article {
    margin: 20px 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.contents-section p {
    line-height: 1.8em;
    font-size: 16px;
}

.column-wrap-title span {
    font-size: 12px;
    text-align: left!important;
}

div.column-wrap-title {
    padding: 20px 10px!important;
    background-color: #fff;
    text-align: left!important;
    height: auto!important;
    width: 70%;
}



div.column-top-title {
    max-width: 1200px;
    margin: 20px auto 0;
    width: 100%;
    display: flex;
}

.column-top-title h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'honoka-shinmincho';
    font-style: normal;
}

.column-div-wrap-top {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.column-div-wrap-top a {
    display: flex;
}

div.column-div-df {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    flex-direction: column;
}





@media screen and (min-width:590px) and ( max-width:959px) {


  .column-div-wrap-top {
      width: 48%;
      display: flex;
      margin-bottom: 30px;
      flex-direction: column!important;
  }

  .column-div-wrap-top a {
    display: flex;
    flex-direction: column;
}

div.column-div-df {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    flex-direction: row;
}

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



}








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

div.sns-link-wrap {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content:center;
    margin-top: 30px;
}

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

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

.sns-logo img {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}



div.sns-screenshot {
    background-color: #fff;
    height: auto;
}

p.contact-text {
    font-size: 16px;
    line-height: 1.6rem;
}

.footer {
    background: #F5F5F5;
    margin-top: 0;
}

.footer-menu {
    margin-bottom: 0;
    width: 100%;
}




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

.footer-menu-list-title {
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Marcellus', serif;
}

.copy-right {
    font-size: 11px;
    margin-top: 0;
    letter-spacing: 0.1em;
}


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

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

.footer-menu-list-item {
    margin-bottom: 10px;
    text-align: center;
}

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

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


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

div.column-dummy {
  display: none!important;
}


.second-nav {
    display: none!important;
    /* float: right; */
}

h1.shop-logo {
    float: none;
    width: max-content;
    margin: 0 auto!important;
}

.shop-logo a {
  display: block;
}


.header_wrapper {
    left: 0;
}

.gnav_wrapper {
    width: 85%;
    height: 100vh;
}

.gnav_wrapper li a {
    padding: 0;
}


.accordion-container .article-title:hover, .accordion-container .article-title:active, .accordion-container .content-entry.open .article-title {
    color: #303030;
}

.accordion-container .article-title {
    display: block;
    position: relative;
    margin: 0;
    font-weight: normal;
    color: #303030;
    cursor: pointer;
}

.gnav_wrapper li:hover {
    background-color: rgb(0 0 0 / 0%);
}

div.login_bottom {
width: 4rem;
display: block;
margin: 20px 10px 0px;
}

.login_bottom a {
  display: flex;
flex-direction: column;
text-align: center;
}

.login_bottom img {
  width: fit-content;
    margin: 0 auto;
    padding-bottom: 5px;
}

div.login_bottom_div {
  display: flex;
width: 100%;
justify-content: center;
}









@media screen and (min-width:590px) and ( max-width:959px) {

div.column-div-df {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 30px;
    width: 90%;
    flex-flow: wrap;
}

.gnav_wrapper {
    width: 55%!important;
}

.header_wrapper h1 {
    width: 13em!important;
}




}



.sp-second-nav-wrap {
    display: inherit!important;
}



span.cart-badge {
    background: #EB503C;
    color: #fff!important;
    padding: 5px 7px!important;
    font-size: 10px!important;
    font-family: 'Noto Sans JP', sans-serif!important;
    border-radius: 10px;
    position: absolute;
    top: -10px;
    right: -14px;
}


h1.shop-logo {
    display: none!important;
}

.header_wrapper h1 {
    width: 10em;
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header_wrapper h1 a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: inherit;
}

.shop-logo-sp img {
  display: block;
width: 100%;
}



/* sns-add */

div.sns-btn {
    display: flex;
    flex-direction: column!important;
    width: auto!important;
}

a.sns-btn-link {
    background: white;
    border: 1px solid #656565;
    padding: 10px 100px 10px 30px;
    display: block;
    border-radius: 80px;
    width: 90%;
    height: fit-content;
    margin: 0 auto;
    /* 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;
}

.contents-section p {
    line-height: 1.65em;
    font-size: 15px;
}

#btn-twitter {
    margin-top: 20px;
}
