/** Shopify CDN: Minification failed

Line 16:0 Unexpected "{"
Line 16:1 Expected identifier but found "%"
Line 16:32 Expected identifier but found "%"
Line 39:0 Unexpected "{"
Line 39:1 Expected identifier but found "%"
Line 39:86 Expected identifier but found "%"
Line 52:0 Unexpected "{"
Line 52:1 Expected identifier but found "%"
Line 52:46 Expected identifier but found "%"
Line 53:0 Unexpected "{"
... and 53 more hidden warnings

**/
{% comment %}【ヘッダー】{% endcomment %}
a {
text-decoration: none;
}

.header__menu-item:hover{
  letter-spacing: 0.1em;
  transition : 0.5s;
}



a.header__menu-item{
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.4px;
}


.japan-size{
  font-size: 12px;
}

{% comment %}「ヘッダーが背面になっちゃって選択できない問題」{% endcomment %}
.header-wrapper.color-background-1.gradient.header-wrapper--border-bottom{
  z-index: 10;
}


@media screen and (max-width: 768px){
  .japan-size{
    padding: 4px 0px 0px 6px
  }
}


{% comment %} 【【トップページ】】 {% endcomment %}
{% comment %} 「全体設定」 {% endcomment %}
{% comment %} ボタンcss {% endcomment %}
.create_button{
  text-align: center !important;
}

.btn,
a.btn,
button.btn {
  margin: auto;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 6rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
}

a.btn-gradient {
  border-radius: 25px;
  font-weight: normal;
  color: #fff;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(40%, #161616),
    to(#3f3f3f)
  );
  background-image: -webkit-linear-gradient(left, #161616 40%, #3f3f3f 100%);
  background-image: linear-gradient(90deg, #161616 40%, #3f3f3f 100%);
}

a.btn-gradient:after {
  border-radius: 25px;
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  content: "";
  -webkit-transition: all 0.5s;
  transition: all 0.5s;

  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#161616),
    color-stop(#3f3f3f),
    to(#2b86c5)
  );

  background-image: -webkit-linear-gradient(left, #161616, #3f3f3f, #979797);

  background-image: linear-gradient(90deg, #161616, #3f3f3f, #979797);
}
a.btn-gradient span {
  position: relative;
  z-index: 1;
}
a.btn-gradient:hover {
  color: #fff;
}
a.btn-gradient:hover:after {
  opacity: 0;
}

@media screen and (max-width: 435px){
  .btn,
a.btn,
button.btn {
  font-size: 1.4rem;
   padding: 1rem 5rem;
}
}



{% comment %} タイトルフォント {% endcomment %}
.top__title1{
  text-align: center;
}
.top__title2{
  text-align: center;
}


{% comment %} 「MV部分」 {% endcomment %}
h2.banner__heading.h1{
    letter-spacing: 5.2px;
    font-size: 40px;
}
@media screen and (max-width: 768px){
  h2.banner__heading.h1{
    font-size:20px;
  }
}

@media screen and (max-width: 415px){
    h2.banner__heading.h1{
    font-size:16px;
    }
}


{% comment %} 「コンセプト部分」 {% endcomment %}
.rich-text__text.rte{
  text-align:left;
  display: inline-block;
}




{% comment %} 「お知らせ部分」 {% endcomment %}
{% comment %} オリジナルコード {% endcomment %}
#section-news-list{
  margin-top: -70px;
  margin-bottom: 30px;
}
.news-list-title{
    color: black;
    letter-spacing: 1.2px;
}
#section-news-list .news-list-item>a{
  text-decoration: none;
}
.news-list-date{
  color: #616161;
  font-family: monospace;
}
.news-list-heading{
  margin-top: 45px;
}
.news-list-heading a{
     background-color: black;
    color: white;
    text-decoration: none;
    font-size: 14px;
    padding: 10px 60px;
    border-radius: 20px;
}
ul.news-list{
  padding-left: 0;  
}
li {
  list-style-type: none;
}

.news-list-heading{
  text-align:center;
}



{% comment %} 本番で表示されなかったからあえて示しているコード {% endcomment %}
 #section-news-list .news-list-heading{
    display: block !important;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
  }
  #section-news-list .container{
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px;
  }
  #section-news-list .news-list{
    border: none !important;
  }
  #section-news-list .news-list-item{
    border-top: 1px solid #ccc;
    border-bottom: none !important;
  }
  #section-news-list .news-list-item>a{
    display: flex;
    align-items: center;
    padding: 20px;
  }
  #section-news-list .news-list-item:last-child{
    border-bottom: 1px solid #ccc !important;
  }
  #section-news-list .news-list-date{
    font-size: 12px;
    margin-right: 15px;
  }
  #section-news-list .news-list-category{
    font-size: 10px;
    color: #fff;
    background: #000;
    padding: 5px;
    margin-right: 15px;
    border-radius: 12px;
  }
  #section-news-list .news-list-info{
    position: relative;
    top: -1px;
  }
  #section-news-list .news-list-title{
    font-size: 14px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    top: 1px;
  }

  @media screen and (max-width: 768px){
    ul.news-list{
      width: 75%;
      margin: 20px auto;
    }
    #section-news-list .container{
      padding: 35px 20px;
    }
    #section-news-list .news-list-item>a{
      display: block;
      padding: 15px;
    }
    #section-news-list .news-list-info{
      display: flex !important;
      margin-bottom: 2px !important;
    }
    #section-news-list .news-list-item{
        text-align: left;
    }
    #section-news-list .news-list-title{
      font-size:12px !important;
      display: grid !important;
    }
  }

@media screen and (max-width: 415px){
    ul.news-list{
      width: 100%;
    }
  #section-news-list .news-list-date{
    font-size: 13px !important;
  }
   #section-news-list .news-list-category{
    padding: 1px 6px 1px 6px !important;
    margin-left: -8px !important;
  }
  #section-news-list .news-list-info{
    text-align: left;
    margin-bottom: 0px !important;
    }
  .news-list-heading a{
    font-size: 12px;
    padding: 8px 50px;
  }

}


{% comment %} 「カテゴリー部分」 {% endcomment %}
h3.card__heading{
  font-size: 13px;
  font-weight: 500;
}

a.full-unstyled-link{
  text-align: left;
  line-height: 1.4em;
}

span.icon-wrap{
  display: none;
}


{% comment %} カテゴリーを画像とタイトル横並びにするcss {% endcomment %}
a.full-unstyled-link-yokonarabi{
  color: #000000;
  background: #ffffff00;
}
h3.card__heading-yokonarabi{
    font-size: 14px;
    font-weight: 500;
    text-align:left;
}

.yokonarabi{
    display: flex !important;
    align-items: center;
  flex-direction: inherit;
  border: 1px solid #cccccc;
}

.card--media{
  width: -webkit-fill-available;
}

@media screen and (max-width: 768px){
  h3.card__heading-yokonarabi {
      text-align: left;
      font-size:12px;
      margin-left: -25px;
    }
  a.full-unstyled-link-yokonarabi{
       font-size:12px;
}
  .width__sp{
        width:65%;
  }  
}

@media screen and (max-width: 435px){
.card__content{
  padding: 0rem !important;
  }
  a.full-unstyled-link-yokonarabi {
    font-size:10px;
  }
}




{% comment %} 「New Series部分」 {% endcomment %}
.image-box{
  width: 75%;
  margin-top: -20px;
  margin: auto;
  }
.image-box:hover{
  cursor: pointer;
}
.image-box img{
    margin-top: 20px;
}

@media screen and (max-width: 768px){
  .image-box{
    width: 80%;
  }
}

@media screen and (max-width: 435px){
    .image-box{
    width: 90%;
  }
  .image-box img{
    margin-top: 10px;
  }
}


{% comment %} 「バナー部分」 {% endcomment %}
a.header__menu-item.list-menu__item.link.link--text.focus-inset{
  text-align:center;
}
.shopify-section img{
  width: 100%;
}

.image_new_box a{
  margin: 30px 0;
}


{% comment %}【フッター】{% endcomment %}
.footer-block{
  text-align: left;
  font-size: 12px;
  line-height: 2.2em;
}


{% comment %}【フッターにあるページ】{% endcomment %}
.main-page-title.page-title.h0{
    font-size: 32px;
    margin-top: 50px;
}
}




{% comment %}【【Our Storyページ】】{% endcomment %}

{% comment %}プロフィール部分{% endcomment %}
.profile-card{
  width: 100%;
  margin: auto;
  padding: 30px;
  position: relative;
  background: #fff; /*背景の色*/
  box-shadow: 0px 1px 3px rgba(0,0,0,.18);
  overflow: hidden;
}
.profile-card__inner{
 position: relative;
  z-index: 1;
}
.profile-thumb{
    overflow: hidden;
    width: 125px;
    height: 125px;
    border: #fff 3px solid;
    border-radius: 55px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    background: #fff;
}
.profile-thumb img{
  display: block;
    width: 100%;
    height: auto;
}
.profile-content{
  margin: 0 0 49px;
  padding: 15px;
  
}
.profile-content span{
  display: block;
}
.profile-name{
  margin-bottom: 3px;
  font-weight: bold;
  text-align: center;
}
.profile-job{
  margin-bottom: 10px;
  color: #ccc;
  font-size: 10px;
  text-align: center;
}
.profile-intro{
  font-size: 14px;
    width: 80%;
    margin: auto;
}
.profile-sns {
    padding: 5px 0;
    text-align: center;
    color: black;
}
.profile-sns span{
  display: block;
  font-size: 10px;
  
}
.profile-sns a {
  font-size: 24px;
    margin: 0 8px;
    color: black;
}

@media screen and (max-width: 435px){
  .profile-card{
  width: 100%;
  }

  .profile-intro{
    width: 100%;
  }
}









/* =======================================
   Otsuks About Page Styling
   すべて .about-otsuks 配下に限定
======================================= */

.about-otsuks {
  margin-top: -80px;
  font-size: 16px;
  line-height: 1.9;
  color: #3c3a36;
}

/* スマホ/PC出し分け用 */
.about-otsuks .sp-only {
  display: inline;
}
.about-otsuks .pc-only {
  display: none;
}

@media (min-width: 768px) {
  .about-otsuks .sp-only {
    display: none;
  }
  .about-otsuks .pc-only {
    display: inline;
  }
}

/* ベース レイアウト */
.about-otsuks section {
  padding: 64px 16px;
}

.about-otsuks .about-section__inner,
.about-otsuks .about-hero__inner {
  max-width: 960px;
  margin: 0 auto;
}

/* ---------------------------------------
   HERO：タグライン & キービジュアル
--------------------------------------- */

.about-otsuks .about-hero {
  background: linear-gradient(135deg, #f7f1ea 0%, #fdfaf7 40%, #f5ece6 100%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-otsuks .about-hero__inner {
  text-align: center;
}

.about-otsuks .about-hero__eyecatch {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #a38f7c;
  margin-bottom: 12px;
}

.about-otsuks .about-hero__title {
  font-size: 3.4rem;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin-bottom: 16px;
  color: #2f2a26;
}

.about-otsuks .about-hero__lead {
  font-size: 0.95rem;
  color: #5a5550;
  margin: 0 auto 32px;
  max-width: 765px;
}

.about-otsuks .about-hero__image {
  max-width: 840px;
  margin: 0 auto;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
}

.about-otsuks .about-hero__image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* PC時にもう少し存在感 */
@media (min-width: 768px) {
  .about-otsuks .about-hero__title {
    font-size: 3.4rem;
  }
  .about-otsuks .about-hero__lead {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 435px) {
  .about-otsuks .about-hero__title{
    font-size: 2.4rem;
  }
  .about-otsuks .about-hero__lead{
    font-size: 1.6rem;
    text-align: left;
  }
  .about-otsuks .about-hero{
    padding-top: 100px;
    padding-bottom: 100px;
  }

}


/* ---------------------------------------
   共通セクション見出し
--------------------------------------- */

.about-otsuks .about-section__title {
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 32px;
  position: relative;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  color: #2f2a26;
}

.about-otsuks .about-section__title::after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background: #c97a86;
  margin: 16px auto 0;
  border-radius: 999px;
}

.about-otsuks .about-section__text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.6rem;
  color: #4c4742;
  line-height: 1.9;
}

@media screen and (max-width: 435px) {
  .about-otsuks .about-section__title{
    text-align: left;
    font-size: 2.5rem;
  }
}

/* ---------------------------------------
   Otsuksとは？
--------------------------------------- */

.about-otsuks .about-intro {
  background-color: #ffffff;
}

/* ---------------------------------------
   Otsuksの美意識（Aesthetic）
--------------------------------------- */

.about-otsuks .about-aesthetic {
  background-color: #faf4ee;
}

.about-otsuks .about-aesthetic__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.about-otsuks .about-aesthetic__list li {
  background: #ffffff;
  border-radius: 16px;
  padding: 30px 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(201, 122, 134, 0.12);
}

.about-otsuks .about-aesthetic__list h3 {
  margin-top: 12px;
  font-size: 2.3rem;
  margin-bottom: 8px;
  color: #3b3430;
  font-weight: 500;
}

.about-otsuks .about-aesthetic__list p {
  font-size: 1.6rem;
  color: #5a5550;
  margin: 0;
}

@media (min-width: 768px) {
  .about-otsuks .about-aesthetic__list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------
   ブランドストーリー
--------------------------------------- */

.about-otsuks .about-story {
  background-color: #ffffff;
}

/* ---------------------------------------
   職人パートナー
--------------------------------------- */

.about-otsuks .about-artisans {
  background-color: #f7f1ea;
}

.about-otsuks .about-artisans__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: center;
  margin-top: 8px;
}

.about-otsuks .about-artisans__image img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.08);
}

.about-otsuks .about-artisans__content p {
  font-size: 1.6rem;
  color: #4a443d;
  margin: 0;
}

@media (min-width: 900px) {
  .about-otsuks .about-artisans__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
    gap: 40px;
  }
}

/* ---------------------------------------
   素材とプロダクト
--------------------------------------- */

.about-otsuks .about-materials {
  background-color: #ffffff;
}

.about-otsuks .about-materials__blocks {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 8px;
}

.about-otsuks .about-materials__block {
  border-radius: 14px;
  padding: 24px 24px 24px;
  background: #faf7f3;
  border: 1px solid rgba(163, 143, 124, 0.25);
}

.about-otsuks .about-materials__block h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
  color: #3b3430;
}

.about-otsuks .about-materials__block p {
  font-size: 1.5rem;
  margin: 0;
  color: #5a5550;
}

@media (min-width: 900px) {
  .about-otsuks .about-materials__blocks {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ---------------------------------------
   暮らしの中での楽しみかた
--------------------------------------- */

.about-otsuks .about-lifestyle {
  background-color: #faf4ee;
}

.about-otsuks .about-lifestyle__list {
  list-style: none;
  padding: 0;
  margin: 8px auto 0;
  max-width: 760px;
  display: grid;
  gap: 20px;
}

.about-otsuks .about-lifestyle__list li {
  position: relative;
  padding-left: 20px;
  font-size: 1.6rem;
  color: #4c4742;
}

.about-otsuks .about-lifestyle__list li::before {
  content: "●";
  position: absolute;
  left: 0;
  top: 2.6em;
  font-size: 0.5rem;
  color: #c97a86;
}

.about-otsuks .about-lifestyle__list strong {
  font-size: 2rem;
  font-weight: 500;
  color: #3b3430;
}

/* ---------------------------------------
   ミニFAQ
--------------------------------------- */

.about-otsuks .about-faq {
  background-color: #ffffff;
}

.about-otsuks .about-faq__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 18px;
  margin-top: 8px;
}

.about-otsuks .about-faq__item {
  border-radius: 14px;
  padding: 24px 24px 24px;
  border: 1px solid #e3d7c9;
  background: #fdfaf7;
}

.about-otsuks .about-faq__item h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-top: 12px;
  margin-bottom: 16px;
  color: #3b3430;
}

.about-otsuks .about-faq__item p {
  font-size: 1.5rem;
  margin: 0;
  color: #5a5550;
}

@media (min-width: 900px) {
  .about-otsuks .about-faq__items {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ---------------------------------------
   ビジョン & CTA
--------------------------------------- */

.about-otsuks .about-vision {
  background: linear-gradient(135deg, #f7f1ea 0%, #fdfaf7 100%);
  text-align: center;
}

.about-otsuks .about-vision .about-section__text {
  max-width: 700px;
}

.about-otsuks .about-cta {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
}

.about-otsuks .about-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 220px;
  padding: 10px 24px;
  border-radius: 999px;
  font-size: 0.95rem;
  text-decoration: none;
  transition: all 0.2s ease;
  border: 1px solid transparent;
}

.about-otsuks .about-cta__button--primary {
  font-size: 14px;
  background-color: #c97a86;
  color: #fff;
  border-color: #c97a86;
}

.about-otsuks .about-cta__button--primary:hover {
  background-color: #b56572;
  border-color: #b56572;
}

.about-otsuks .about-cta__button--secondary {
  font-size: 14px;
  background-color: #ffffff;
  color: #3c3a36;
  border-color: #d4c6b3;
}

.about-otsuks .about-cta__button--secondary:hover {
  background-color: #f3ebe2;
}

.about-otsuks .about-cta__link {
  font-size: 0.9rem;
  color: #a06b75;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.about-otsuks .about-cta__link:hover {
  color: #8d5964;
}

/* PCでCTA横並びに */
@media (min-width: 768px) {
  .about-otsuks .about-cta {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
}







{% comment %}【ポリシーページ】{% endcomment %}
{% comment %}余白調整{% endcomment %}
.shopify-policy__container{
  max-width: 75ch !important;
  margin: 100px auto !important;
}

@media screen and (max-width: 435px){
  .shopify-policy__container{
  margin: 50px auto !important;
}
.shopify-policy__title{
  padding-bottom:15px;
  font-size:23px;
}
  
  
}




