/** Shopify CDN: Minification failed

Line 345:1 Expected "}" to go with "{"

**/
/*260707：endear 3つのこだわり*/
  .video_wrap {
    position: relative;
    width: 100%;
    line-height: 0;
  }

  .video_wrap video {
    display: block;
    width: 100%;
  }

  .video_play_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    border: 3px solid #857550;
    background: transparent;
    color: #857550;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    z-index: 5;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
    transition: transform 0.2s ease, background 0.2s ease;
  }
  .video_play_btn svg {
    margin-left: 4px;
  }
  .video_play_btn:hover {
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%) scale(1.08);
  }
  .video_play_btn.is-hidden {
    display: none;
  }

  @media (max-width: 749px) {
    .video_play_btn {
      width: 56px;
      height: 56px;
      border-width: 2px;
    }
  }

.video_sec {
  background-color: #f7f5f3;
  padding: 100px 0px;
}
.video_container {
  max-width: 960px;
  width: 90%;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}
.video_container .txt_flex {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.video_container .txt_flex_item {
  width: 30%;
  display: flex;
  flex-direction: column;
  gap:20px;
}

.video_container .txt_flex_item h3 {
  text-align: center;
  font-weight:normal;
  font-size:16px;
}

.video_container .txt_flex_item p {
  text-align: justify;
  font-weight:300;
  font-size:16px;
  margin: 0;
  line-height:2em;
  word-break: break-all;
}

.video_container h2{
    padding:0;
}

@media screen and (max-width:720px) {
    .video_sec {
  padding: 70px 0px;
}
    .video_container .txt_flex {
  display: flex;
  flex-direction:column;
  gap:50px;
      margin: 50px auto 0px auto;
    width: 90%;
    }

.video_container .txt_flex_item{
  width: 100%;
  gap: 10px;
}

.video_container .txt_flex_item p {
    font-size: 14px;
}
}

.omoi_sec {
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px 0px 100px 0px;
}
.omoi_sec p {
  margin: 0;
  padding: 0;
  line-height: 2em;
  font-weight: 300;
}
@media (max-width: 749px) {
  .omoi_sec {
    text-align: justify;
    padding: 50px 0px 70px 0px;
    width:80%;
  }
  .omoi_sec p {
    font-size: 14px;
    font-weight: 300;
    word-break: break-all;
  }
}

/*260707：コスモス・オーガニック*/
.cosmos_sec {
  max-width: 785px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap:0px;
  padding: 100px 0px 35px 0px;
}
.cosmos_img {
  width: 39%;
}
.cosmos_img img {
  width: 100%;
}
.cosmos_txt {
  display: flex;
  flex-direction: column;
    gap: 15px;
}
.cosmos_txt .cosmos_midashi {
  font-size: 16px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  line-height: 1em;
}
.cosmos_txt p {
  font-size: 16px;
  font-weight: 300;
  line-height: 2em;
  margin:0;
}

@media screen and (max-width: 959px) {
  .cosmos_sec {
    flex-direction: column;
    padding: 70px 0px 15px 0px;
    gap: 50px;
  }
  .cosmos_img {
    width: 50%;
  }
  .cosmos_txt {
  gap: 15px;
}
  .cosmos_txt .cosmos_midashi {
    text-align: center;
    gap: 10px;
  }
  .cosmos_txt p {
    font-size: 14px;
    font-weight: 300;
    text-align: justify;
    word-break: break-all;
  }
}

/*高さ調整*/
.mt_100_70{
    margin-top:100px;
}
.pt_100_70{
    padding-top:100px;
}
.mb_100_70{
    margin-bottom:100px;
}
.pb_100_70{
    padding-bottom:100px;
}


@media screen and (max-width: 959px) {
    .mt_100_70{
    margin-top:70px;
}
.pt_100_70{
    padding-top:70px;
}
    .mb_100_70{
    margin-bottom:70px;
    .mb_100_70{
    padding-bottom:70px;
}
}

/*便利なCSS*/
.cont_fit {
    width: fit-content;
}


/* ブラウザ幅により、表示非表示を切り替えるCSS：クラス名一覧
◆パソコンのみ表示する
pconly
◆タブレットのみ表示する
tbonly
◆スマホのみ表示する
sponly
◆パソコン～タブレットのみ表示する
pctbonly
◆タブレット～スマホのみ表示する
tbsponly
◆パソコン・スマホのみ表示する
pcsponly
 */
/* パソコン幅 */
/* パソコンのみ表示する */
.npconly {
    display: none !important;
}

.pconly {
    display: block !important;
}

/* タブレットのみ表示する */
.tbonly {
    display: none !important;
}

/* スマホのみ表示する */
.sponly {
    display: none !important;
}

/* パソコン～タブレットのみ表示する */
.pctbonly {
    display: block !important;
}

/* タブレット～スマホのみ表示する */
.tbsponly {
    display: none !important;
}

/* パソコン・スマホのみ表示する */
.pcsponly {
    display: block !important;
}

@media screen and (max-width:1024px) {
    .npconly {
        display: block !important;
    }
}

/* タブレット幅 */

@media screen and (max-width:959px) {

    /* パソコンのみ表示する */
    .pconly {
        display: none !important;
    }

    /* タブレットのみ表示する */
    .tbonly {
        display: block !important;
    }

    /* タブレット～スマホのみ表示する */
    .tbsponly {
        display: block !important;
    }

    /* パソコン・スマホのみ表示する */
    .pcsponly {
        display: none !important;
    }
}

/* スマホ幅 */
@media screen and (max-width:720px) {

    /* タブレットのみ表示する */
    .tbonly {
        display: none !important;
    }

    /* スマホのみ表示する */
    .sponly {
        display: block !important;
    }

    /* パソコン～タブレットのみ表示する */
    .pctbonly {
        display: none !important;
    }

    /* パソコン・スマホのみ表示する */
    .pcsponly {
        display: block !important;
    }
}