/** Shopify CDN: Minification failed

Line 2299:19 Unexpected "{"
Line 2299:28 Expected ":"
Line 2306:19 Unexpected "{"
Line 2306:28 Expected ":"

**/
@charset "UTF-8";

/*body {
  font-family: 'Rubik', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}*/

/* アニメーション
------------------------------*/
@-webkit-keyframes batchrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes batchrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes flowing {
  100% {
    transform: translateX(-100%);
  }
}

/* 共通
------------------------------*/
.ank {
  padding-top: 125px;
  margin-top: -130px;
}
.back01 {
  background-color: #003769;
}
.back02 {
  background-color: #F7F7F7;
}
.sp_only {
  display: none !important;
}
.Rte .more_btn {
  max-width: 240px;
  border-radius: 50vh;
  overflow: hidden;
}
.Rte .more_btn a {
  line-height: 60px;
  font-size: 14px;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  color: #003769;
  border: solid 2px #003769;
  border-radius: inherit;
  display: block;
  transition: all .45s;
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}
.Rte .more_btn a:hover {
  color: #fff;
}
.Rte .more_btn a:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #003769;
  display: block;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: 0.45s transform cubic-bezier(0.52, 0.08, 0.18, 1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.Rte .more_btn a:hover:after {
  transform: scale(1, 1);
  transform-origin: left top;
}
.Container .SectionHeader__SubHeading.Heading.u-h6 {
  font-size: 15px;
  font-weight: bold;
  color: #003769;
  margin-bottom: 5px;
}
.Container .SectionHeader__Heading.Heading.u-h1 {
  line-height: 1;
  font-size: 44px;
  letter-spacing: .1em;
  color: #003769;
  border-bottom: dotted 2px #003769;
  display: inline-block;
  padding-bottom: 5px;
}
.title_slider {
  width: 100%;
  display: flex;
  overflow: hidden;
}
.tit_slider_item {
  min-width: auto;
  min-height: auto;
  font-size: 180px;
  line-height: 1;
  color: #F7F7F7;
  white-space: nowrap;
  /*padding-right: 0.5em;*/
  animation: flowing 40s linear infinite;
  transform: translateX(0);
  letter-spacing: .1em;
}
.floating_box {
  transition: all .3s;
}
.floating_item {
  position: fixed;
  bottom: 60px;
  right: 60px;
  z-index: 2;
  transition: all .3s;
}
.floating_item:hover {
  opacity: .75;
}
.right_floating_box {
  transition: all .3s;
}
.right_floating {
  width: 20px;
  text-align: center;
  position: fixed;
  top: 40vh;
  right: 20px;
  display: block;
  z-index: 11;
  mix-blend-mode: difference;
}
.right_floating p {
  margin: 0 0 1em;
}
.follow_item {
  list-style: none;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.page_wrap {
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
.page_wrap_wide {
  max-width: 1200px;
}
.page_container ul {
  list-style: none;
}
.page_title_box {
  color: #fff;
  padding: 130px 0;
}
.page_title_box .inn {
  max-width: 1280px;
  margin: 0 auto;
}
.page_title_main {
  font-size: 55px;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.page_title_sub {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
}
.page_title_sub:before {
  content: "";
  width: 20px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin-right: 1em;
  position: relative;
  top: -5px;
}
.page_container {
  padding: 80px 0;
}
.guide_title_box {
  color: #111;
  text-align: center;
  margin-bottom: 80px;
}
.guide_title_box .guide_title_main {
  font-size: 45px;
  letter-spacing: .1em;
  line-height: 1;
  margin-bottom: 15px;
}
.guide_title_box .guide_title_sub {
  font-size: 16px;
  letter-spacing: .1em;
  font-weight: bold;
  margin-bottom: 0;
}
.guide_title_box .guide_title_txt {
  font-size: 15px;
  letter-spacing: .1em;
  font-weight: bold;
  margin-top: 70px;
}

/* ヘッダー
------------------------------*/

.Header .HorizontalList--spacingLoose .HorizontalList__Item .Heading:before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 4px;
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(1) .Heading:before {
  background-image: url(/cdn/shop/files/icon_hd_search_blue.svg?v=1665548309);
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(2) .Heading:before {
  background-image: url(/cdn/shop/files/icon_hd_mypage_blue.svg?v=1665548309);
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(3) .Heading:before {
  background-image: url(/cdn/shop/files/icon_hd_cart_blue.svg?v=1665548309);
}
.Header.Header--transparent .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(1) .Heading:before {
  background-image: url(/cdn/shop/files/icon_hd_search_wh.svg?v=1665548309);
}
.Header.Header--transparent .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(2) .Heading:before {
  background-image: url(/cdn/shop/files/icon_hd_mypage_wh.svg?v=1665548309);
}
.Header.Header--transparent .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(3) .Heading:before {
  background-image: url(/cdn/shop/files/icon_hd_cart_wh.svg?v=1665548309);
}

/*@media screen and (min-width: 1238px) {
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(2) a .Header__LinkSpacer {
    left: 263px;
  }
}
@media screen and (max-width: 1237px) {
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(2) a .Header__LinkSpacer {
    left: 48%;
  }
}*/
@media screen and (min-width: 1140px) {
  .HorizontalList--spacingExtraLoose .HorizontalList__Item > a:after {
    font-family: var(--text-font-family);
    font-size: 13px;
    font-weight: 400;
    display: block;
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(1) > a:after {
    content: "商品カテゴリー";
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(2) > a:after {
    content: "エッグラボとは？";
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(3) > a:after {
    content: "エッグラボ研究レポート";
  }
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(4),
  .HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(5),
  .MegaMenu__Item--fit a:after,
  .DropdownMenu .Link:after {
    display: none !important;
  }
}

/* スライダー
------------------------------*/
.Slideshow {
  position: relative;
}
.slideshow_title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  opacity: .8;
}
.slideshow_title img {
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
}
.slideshow_logo {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
  opacity: .8;
}
.slideshow_logo span {
  display: inline-block;
  position: relative;
}
.slideshow_logo span img {
  -webkit-animation: batchrotate 20s linear infinite;
  animation: batchrotate 20s linear infinite;
}
.slideshow_logo span:after {
  content: "";
  width: 72px;
  height: 72px;
  background-image: url(/cdn/shop/files/icon_mark02.svg?v=1665033474);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

/* concept_top
------------------------------*/
.shopify-section--bordered > .concept_section {
  background-color: #F7F7F7;
  padding: 120px 0;
}
.concept_section .Container {
  padding: 0;
}
.concept_wrap {
  width: 90%;
  /*max-width: 1450px;*/
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
  margin-left: auto;
}
.concept_slider {
  width: 50%;
}
.concept_slider .slick-slide {
  margin-right: 15px;
}
.concept_slider .slick-slide img {
  border-radius: 5px;
  margin: 0;
}
.concept_box {
  width: 45%;
  text-align: left;
  position: relative;
}
.Container .Rte .concept_title_box {
  color: #003769;
}
.Container .Rte .concept_title_box .sub,
.concept_title_box .sub {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.Container .Rte .concept_title_box .section_title {
  font-size: 44px;
  letter-spacing: .1em;
  line-height: 1;
  border-bottom: dotted 2px #003769;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.Container .Rte .concept_title_box .concept_title,
.concept_title_box .concept_title {
  font-size: 42px;
  font-weight: bold;
  line-height: 1.5;
  color: #003769;
  margin-top: 40px;
  margin-bottom: 50px;
}
.Container .Rte .concept_txt,
.concept_txt {
  max-width: 87%;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .15em;
  color: #111111;
  line-height: 2.2;
  margin-bottom: 70px;
}
@media screen and (min-width: 961px) {
  .concept_box .photo {
    max-width: 90%;
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -10vw;
  }
}
.concept_box .photo img {
  mix-blend-mode: darken;
  margin: 0;
}
.concept_box .image_pict {
  width: 100%;
  max-width: 40%;
  position: absolute;
  top: 0;
  right: 0;
}
.concept_box .image_pict img {
  margin: 0 !important;
}
.shopify-section--bordered > .our-look-section {
  background-color: #003769;
  overflow: hidden;
  position: relative;
}
.shopify-section--bordered > .our-look-section:before,
.shopify-section--bordered > .our-look-section:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 6px, transparent 6px) 0 0/12px 1px;
}
.shopify-section--bordered > .our-look-section:before {
  top: 10px;
}
.shopify-section--bordered > .our-look-section:after {
  bottom: 10px;
}
.our-look-section .Container {
  position: relative;
}
.our-look-section .Container:after {
  width: 100%;
  content: "OUR LOOKS";
  font-size: 150px;
  white-space: nowrap;
  letter-spacing: .1em;
  line-height: 1;
  color: #053C6E;
  display: block;
  mix-blend-mode: normal;
  position: absolute;
  bottom: -130%;
  left: 50%;
  transform: translateY(0) translateX(-50%);
  -webkit-transform: translateY(0) translateX(-50%);
}
.our-look-section .Container .SectionHeader__SubHeading.Heading.u-h6 {
  color: #fff;
}
.our-look-section .Container .SectionHeader__Heading.Heading.u-h1 {
  color: #fff;
  border-bottom: dotted 2px #fff;
  position: relative;
  z-index: 1;
}
.our-look-section .Button--primary {
  line-height: 1;
  color: #003769;
  border-color: #fff;
  background-color: #fff;
  transition: all .3s;
  z-index: auto;
}
.our-look-section .Button--primary:before {
  content: none;
}
.our-look-section .Button--primary:not([disabled]):hover {
  color: #fff;
  /*border-color: #fff;*/
  /*opacity: .75;*/
}
.our-look-section .ProductItem__Title {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}
.our-look-section .Text--subdued {
  font-size: 15px;
  color: #fff;
}
.shopify-section--bordered > .top-product-section {
  background: linear-gradient(90deg, #fff 0%, #fff 50%, #F7F7F7 50%, #F7F7F7 100%);
}
.top-product-section .Container_title {
  text-align: left;
}
.top-product-section .SectionFooter {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50vh;
  overflow: hidden;
}
.top-product-section .SectionFooter .Button--primary {
  border-radius: inherit;
  display: block;
  overflow: initial;
}
.top_banner_section .Container {
  padding: 0;
}
.top_banner_section .Container .bnr_wrap {
  padding: 0 24px;
}
@media screen and (min-width: 641px) {
  .top_banner_section .Container .bnr_wrap {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1140px) {
  .top_banner_section .Container .bnr_wrap {
    padding: 0 80px;
  }
}
.top_banner_section .top_bnr01_area .list {
  display: flex;
  margin-left: 0;
}
.top_banner_section .top_bnr01_area .item {
  width: 50%;
  text-align: center;
  padding: 2% 0;
  list-style: none;
  position: relative;
}
.top_banner_section .top_bnr01_area .item:after {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/cdn/shop/files/img_top_qa_back01.jpg?v=1665465445);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.top_banner_section .top_bnr01_area .item:nth-child(2):after {
  background-image: url(/cdn/shop/files/img_top_qa_back02.jpg?v=1665465445);
}
@media screen and (min-width: 751px) {
  .top_banner_section .top_bnr01_area .item {
    background-color: #003769;
  }
  .top_banner_section .top_bnr01_area .item:nth-child(2) {
    background-color: #202020;
  }
  .top_banner_section .top_bnr01_area .item:after {
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
  }
  .top_banner_section .top_bnr01_area .item:hover:after {
    visibility: visible;
    opacity: 1;
  }
}
.top_banner_section .top_bnr01_area .item a,
.top_banner_section .top_bnr01_area .item a .bnr_title {
  color: #fff;
  text-decoration: none;
}
.top_banner_section .top_bnr01_area .item .bnr_sub {
  font-weight: bold;
}
.top_banner_section .top_bnr01_area .item a {
  position: relative;
  z-index: 1;
}
.shopify-section--bordered > .top_pickup_section {
  padding: 0;
}
.top_pickup_section .Container {
  padding: 0;
}
.top_pickup_section .Container .Rte img {
  width: 100%;
  margin: 0;
  transition: all .3s;
}
.top_pickup_section .Container .Rte img:hover {
  opacity: .75;
}
.picup_bnr_container .pc_top_bnr {
  position: relative;
}
.pc_top_bnr .pict,
.pc_bnr .pict {
  margin: 0 !important;
}
.Rte .pc_bnr a {
  text-decoration: none;
}
.picup_bnr_container .flex_bnr {
  display: flex;
}
.picup_bnr_container .flex_bnr .pc_bnr {
  width: 50%;
  position: relative;
}
.data_box {
  text-align: left;
  color: #fff;
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 1;
}
.Rte .data_box .item_sub {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 0;
}
.features--heading-uppercase .Rte .data_box .item_title {
  font-size: 35px;
  letter-spacing: .1em;
  color: #fff;
  margin: 0;
}
.features--heading-uppercase .Rte .data_box .item_txt {
  max-width: 65%;
  font-size: 14px;
  line-height: 1.8;
}
.Rte .picup_btn {
  width: 100%;
  max-width: 150px;
  overflow: hidden;
  border-radius: 50vh;
  position: absolute;
  bottom: 40px;
  right: 40px;
}
.Rte .picup_btn span {
  position: relative;
  display: block;
  /*display: inline-block;*/
  padding: 14px 28px;
  line-height: normal;
  border: 2px solid transparent;
  border-radius: inherit;
  text-transform: uppercase;
  font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 13px));
  text-align: center;
  letter-spacing: .2em;
  font-family: var(--heading-font-family);
  font-weight: 700;
  font-style: var(--heading-font-style);
  background-color: transparent;
  transition: color .45s cubic-bezier(.785,.135,.15,.86),border .45s cubic-bezier(.785,.135,.15,.86);
  z-index: 1;
  -webkit-tap-highlight-color: initial;
  /*overflow: hidden;*/
  color: #003769;
  border-color: #fff;
}
.Rte .picup_btn span:before {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transform: scale(1);
  transform-origin: left center;
  z-index: -1;
  background-color: #fff;
  transition: transform .45s cubic-bezier(.785,.135,.15,.86);
}
.Rte .picup_bnr_container .pc_top_bnr a:hover .picup_btn span,
.Rte .picup_bnr_container .flex_bnr .pc_bnr a:hover .picup_btn span {
  color: #fff;
  border-color: #fff;
  background-color: transparent;
}
.Rte .picup_bnr_container .pc_top_bnr a:hover .picup_btn span:before,
.Rte .picup_bnr_container .flex_bnr .pc_bnr a:hover .picup_btn span:before {
  transform-origin: right center;
  transform: scaleX(0);
}
.shopify-section--bordered > .top_blog_section {
  background-color: #F7F7F7;
}
.top_blog_section .SectionFooter {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50vh;
  overflow: hidden;
}
.top_blog_section .SectionFooter .Button--primary {
  border-radius: inherit;
  display: block;
  overflow: initial;
}
.shopify-section--bordered > .top_about_section {
  padding-top: 0;
}
.top_about_section .Container {
  padding: 0;
  position: relative;
}
.Rte .about_flex {
  display: flex;
}
.Rte .about_flex .pict {
  width: 50%;
  margin-bottom: 0;
}
.Rte .about_flex .pict img {
  width: 100%;
  margin: 0;
}
.Rte .about_box {
  width: 100%;
  max-width: 660px;
  background: -moz-linear-gradient(top, #32AACC, #00529D);
  background: -webkit-linear-gradient(top, #32AACC, #00529D);
  background: linear-gradient(to bottom, #32AACC, #00529D);
}
@media screen and (min-width: 1101px) {
  .Rte .about_box {
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 1;
  }
}
.Rte .about_inn {
  padding: 10%;
}
.Rte .about_title_box {
  color: #fff;
}
.Rte .about_title_box .sub_title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 5px;
}
.Rte .about_title_box .en_title {
  line-height: 1;
  font-size: 44px;
  letter-spacing: .1em;
  border-bottom: dotted 2px #fff;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.Rte .about_title_box .main_title {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #fff;
  margin-top: 40px;
}
.Rte .about_box .about_txt {
  font-size: 17px;
  line-height: 1.8;
  color: #fff;
  margin-top: 40px;
  margin-bottom: 60px;
}
.Rte .about_box .about_btn {
  width: 100%;
  max-width: 190px;
  margin: 0 auto;
  border-radius: 50vh;
  overflow: hidden;
}
.Rte .about_box .Button--primary {
  color: #003769;
  border-color: #fff;
  border-radius: inherit;
  overflow: initial;
  display: block;
}
.Rte .about_box .Button--primary:hover {
  color: #fff;
}
.Rte .about_box .Button--primary:before {
  background-color: #fff;
}
.top_about_section .title_slider {
  margin-top: 80px;
}
@media screen and (max-width: 1100px) {
  .Rte .about_box {
    max-width: none;
  }
}

.ArticleItem__Content .Article__MetaItem {
  font-size: 15px;
  color: #A0A8B1;
  display: block;
  margin-bottom: .5em;
}
.ArticleItem__Content .ArticleItem__Title {
  font-size: 20px;
  font-weight: bold;
  color: #111;
}
.ArticleItem__Content .ArticleItem__Excerpt {
  font-size: 14px;
  line-height: 1.8;
  color: #111;
}

/* フッター
------------------------------*/
.shopify-section--footer {
  overflow: hidden;
}
/*.Footer {
  position: relative;
}
.Footer:before,
.Footer:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 6px, transparent 6px) 0 0/12px 1px;
}
.Footer:before {
  top: 10px;
}
.Footer:after {
  bottom: 10px;
}*/
.Footer__Content .ft_title img {
  margin: 0;
}
.Footer__Content.Rte p {
  font-weight: bold;
  line-height: 1.8;
}
#section-footer .Footer__Title.Heading.u-h6 {
  font-size: 18px;
  margin-bottom: 1.5em;
}
.Form__Submit__btn {
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  border-radius: 50vh;
}
.Form__Submit__btn .Submit_more {
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: solid 2px #fff;
  display: block;
  transition: all .45s;
  position: relative;
  z-index: 1;
  border-radius: inherit;
  overflow: initial;
}
.Form__Submit__btn .Submit_more:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: block;
  transform: scaleX(0);
  transform-origin: right top;
  transition: .45s transform cubic-bezier(.52,.08,.18,1);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.Form__Submit__btn .Submit_more:hover {
  color: #003769;
}
.Form__Submit__btn .Submit_more:hover:after {
  transform: scale(1);
  transform-origin: left top;
}
.Footer__Block--newsletter .Form__Input {
  border: none;
}

/* 商品詳細
------------------------------*/
.QuantitySelector {
  width: 100%;
  justify-content: space-between;
  border: solid 2px #003769;
  border-radius: 50vh;
  padding: 0 40px;
}
.QuantitySelector--large .QuantitySelector__Button {
  padding: 14px 28px;
}
.ProductMeta .shipping {
  font-size: 13px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #111;
}
.features--heading-small .Product__Wrapper .Product__Aside .u-h4 {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: dotted 2px #000000;
}
#shopify-section-template--16535422107863__recently-viewed-products {
  background-color: #F7F7F7;
}
.features--heading-small #shopify-section-template--16535422107863__recently-viewed-products .u-h3 {
  font-weight: bold;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: dotted 2px #000000;
}
@media screen and (min-width: 641px) {
  .features--heading-small #shopify-section-template--16535422107863__recently-viewed-products .u-h3 {
    font-size: 22px;
  }
}

/* 特定商取引法に基づく表記
------------------------------*/
.legal_item {
  padding: 20px 0;
  border-bottom: solid 1px #F0EFF0;
  display: flex;
}
.legal_item:first-child {
  padding-top: 0;
}
.legal_item .title,
.legal_item .txt {
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: .1em;
  color: #111;
  box-sizing: border-box;
  margin-bottom: 0;
}
.legal_item .title {
  width: 270px;
  min-width: 270px;
  font-size: 16px;
  font-weight: bold;
}
.legal_item .txt {
  width: 100%;
  font-size: 15px;
}

/* プライバシーポリシー
------------------------------*/
.policy_box {
  padding: 40px 0;
  border-bottom: solid 1px #F0EFF0;
}
.policy_box:first-child {
  padding-top: 0;
}
.policy_box .title,
.policy_box .txt {
  line-height: 1.8;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: .1em;
  color: #111;
}
.policy_box .title {
  font-size: 16px;
  font-weight: bold;
}
.policy_box .txt {
  font-size: 15px;
}

/* お問い合わせ
------------------------------*/
.contact_container .page_wrap {
  max-width: 840px;
}
.contact_container .page_container {
  background-color: #F7F7F7;
}
.contact_container .Rte .Form {
  margin: 0;
}
.contact_container .Form__Submit {
  max-width: 430px;
  margin: 50px auto 0;
}
.contact_container .Form__Input,
.contact_container .Form__Textarea,
.contact_container .spr-form-input-text,
.contact_container .spr-form-input-email,
.contact_container .spr-form-input-textarea {
  border: solid 1px #DBDBDB;
}

/* ご利用ガイド
------------------------------*/
.guide_list_box {
  max-width: 1200px;
  margin: 80px auto 0;
}
.guide_list_box .list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 15px;
}
.guide_list_box .item {
  width: 24%;
  border: solid 1px #fff;
}
.guide_list_box .item a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 20px;
  display: block;
  transition: all .3s;
}
.guide_list_box .item a:hover {
  color: #003769;
  background-color: #fff;
}
.faq_nav_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}
.faq_nav_item {
  width: 23%;
  position: relative;
}
.faq_nav_item:before,
.faq_nav_item:after {
  content: "";
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: all .3s;
}
.faq_nav_item:before {
  width: 0;
  background-color: #111;
  z-index: 1;
}
.faq_nav_item:hover:before {
  width: 100%;
}
.faq_nav_item:after {
  width: 100%;
  background-color: #DBDBDB;
}
.faq_nav_item a {
  font-size: 16px;
  font-weight: bold;
  color: #111;
  display: block;
  position: relative;
}
.faq_nav_item a:after {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url(/cdn/shop/files/icon_faq_nav.svg?v=1669274147);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
}
.guide_main_container .box {
  margin-bottom: 90px;
}
.guide_main_container .box:last-child {
  margin-bottom: 0;
}
.guide_main_container .box .title {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #111;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 60px;
}
.guide_main_container .item_box {
  padding: 0 20px;
}
.guide_main_container .item_box p {
  margin-bottom: 0;
}
.guide_main_container .item_box .guide_txt {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #111;
}
.guide_main_container .item_box .guide_txt a {
  text-decoration: underline;
  transition: all .3s;
}
.guide_main_container .item_box .guide_txt a:hover {
  color: #003769;
}
.guide_main_container .faq_item_box {
  padding: 60px 20px;
  border-bottom: solid 1px #EAE8E4;
}
.guide_main_container .faq_item_box:first-of-type {
  padding-top: 0;
}
.guide_main_container .faq_item_box .faq_q,
.guide_main_container .faq_item_box .faq_a {
  display: flex;
  align-items: flex-start;
}
.guide_main_container .faq_item_box .faq_q {
  margin-bottom: 20px;
}
.guide_main_container .faq_item_box .faq_q .icon,
.guide_main_container .faq_item_box .faq_a .icon {
  width: 32px;
  min-width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background-color: #003769;
  border-radius: 50%;
  margin-right: 20px;
}
.guide_main_container .faq_item_box .faq_a .icon {
  color: #003769;
  background-color: #fff;
}
.guide_main_container .faq_item_box .faq_q .faq_title {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  color: #003769;
}
.guide_main_container .faq_item_box .faq_a .guide_txt {
  width: 100%;
}


@media screen and (max-width: 960px) {
  /* concept_top
  ------------------------------*/
  .shopify-section--bordered > .concept_section {
    padding: 80px 0;
  }
  .concept_wrap {
    width: 95%;
    display: block;
  }
  .concept_slider,
  .concept_box {
    width: 100%;
  }
  .Container .Rte .concept_title_box,
  .concept_title_box {
    margin-top: 50px;
  }
  .Rte .concept_box .more_btn {
    margin: 0 auto 80px;
  }
  .data_box {
    bottom: 20px;
    left: 20px;
  }
  .Rte .data_box .item_sub {
    font-size: 1.5vw;
  }
  .features--heading-uppercase .Rte .data_box .item_title {
    font-size: 2.5vw;
  }
  .Rte .picup_btn {
    bottom: 20px;
    right: 20px;
    line-height: 0;
  }
  .Rte .picup_btn span {
    font-size: calc(var(--base-text-font-size) - (var(--default-text-font-size) - 11px));
    padding: 10px 20px;
  }
  .features--heading-uppercase .Rte .data_box .item_txt {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 750px) {
  /* 共通
  ------------------------------*/
  .ank {
    padding-top: 95px;
    margin-top: -100px;
  }
  .top_ank {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: block !important;
  }
  .floating_item {
    width: 20%;
    bottom: 20px;
    right: 20px;
  }
  .right_floating {
    right: 5px;
  }
  .Rte .more_btn a {
    line-height: 50px;
    font-size: 14px;
    color: #fff;
    background-color: #003769;
  }
  .Container .SectionHeader__Heading.Heading.u-h1 {
    font-size: 28px;
  }
  .tit_slider_item {
    font-size: 150px;
  }
  .page_title_box {
    padding: 60px 0 !important;
  }
  .page_title_box .inn {
    width: 85%;
  }
  .page_title_main {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .page_title_sub {
    font-size: 14px;
  }
  .page_container {
    padding: 50px 0;
  }
  .page_wrap {
    width: 85%;
  }
  .guide_title_box {
    margin-bottom: 40px;
  }
  .guide_title_box .guide_title_main {
    font-size: 30px;
  }
  .guide_title_box .guide_title_sub {
    font-size: 14px;
  }
  .guide_title_box .guide_title_txt {
    font-size: 13px;
    text-align: left;
    margin-top: 40px;
  }

  /* スライダー
  ------------------------------*/
  .slideshow_title {
    width: 80%;
  }
  .slideshow_logo {
    bottom: 30px;
  }

  /* concept_top
  ------------------------------*/
  .shopify-section--bordered > .concept_section {
    padding: 50px 0;
  }
  .concept_box {
    width: 95%;
  }
  .Container .Rte .concept_title_box,
  .concept_title_box {
    margin-top: 30px;
  }
  .Container .Rte .concept_title_box .section_title {
    font-size: 28px;
  }
  .Container .Rte .concept_title_box .concept_title,
  .concept_title_box .concept_title {
    font-size: 25px;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .our-look-section .Container:after {
    font-size: 120px;
  }
  .Container .Rte .concept_txt,
  .concept_txt {
    max-width: none;
    font-size: 13px;
    margin-bottom: 40px;
  }
  .Rte .concept_box .more_btn {
    margin-bottom: 60px;
  }
  .concept_box .photo {
    margin: 0;
  }
  .concept_box .image_pict {
    /*max-width: 30%;*/
  }
  .top-product-section .Container_title {
    text-align: center;
  }
  .Liquid .top_bnr01_area .list {
    display: block;
  }
  .Liquid .top_bnr01_area .sp_item {
    list-style: none;
    margin-bottom: 10px;
  }
  .Liquid .top_bnr01_area .sp_item a {
    display: block;
  }
  .Liquid .top_bnr01_area .sp_item a img {
    margin: 0;
  }
  .Liquid .top_bnr01_area .sp_item:last-child {
    margin-bottom: 0;
  }
  .Liquid .top_bnr01_area .item a .bnr_title {
    margin-top: 0;
    margin-bottom: 5px;
  }
  .Liquid .top_bnr01_area .item .bnr_sub {
    font-size: 13px;
  }
  .Liquid .top_bnr01_area .item img {
    margin: 0 auto;
  }
  .Rte .about_inn {
    padding: 10% 24px;
  }
  .Rte .about_title_box .en_title {
    font-size: 28px;
  }
  .Rte .about_title_box .main_title {
    font-size: 24px;
  }
  .Rte .about_box .about_txt {
    font-size: 13px;
  }
  .ArticleItem__Content .Article__MetaItem {
    font-size: 14px;
  }
  .ArticleItem__Content .ArticleItem__Title {
    font-size: 18px;
  }
  .ArticleItem__Content .ArticleItem__Excerpt {
    font-size: 13px;
  }
  .shopify-section--bordered > .top_about_section {
    padding-bottom: 20px;
  }
  .top_about_section .title_slider {
    margin-top: 20px;
  }
  .sp_bnr_slider .sp_bnr {
    position: relative;
  }
  .sp_bnr_slider .sp_bnr .pict {
    margin: 0;
  }
  .sp_bnr_slider .sp_bnr a {
    display: block;
  }
  .sp_bnr_slider .sp_bnr .sp_data_box {
    width: 70%;
    font-weight: bold;
    color: #fff;
    text-align: left;
    position: absolute;
    bottom: 60px;
    left: 20px;
  }
  .Rte .sp_bnr_slider .sp_bnr .sp_data_box .item_sub {
    font-size: 15px;
    margin-bottom: 0;
  }
  .Rte .sp_bnr_slider .sp_bnr .sp_data_box .item_title {
    font-size: 22px;
    color: #fff;
    margin: .2em 0;
  }
  .Rte .sp_bnr_slider .sp_bnr .sp_data_box .item_txt {
    font-size: 14px;
    margin-bottom: 0;
  }
  .Rte .sp_bnr_slider .sp_bnr .sp_data_box .sp_picup_btn {
    max-width: 160px;
  }
  .Rte .sp_bnr_slider .sp_bnr .sp_data_box .sp_picup_btn span {
    line-height: 40px;
    font-size: 13px;
    letter-spacing: .1em;
    text-align: center;
    color: #003769;
    display: block;
    background-color: #fff;
    border-radius: 50vh;
    margin-top: 20px;
  }
  .Rte .sp_bnr_slider .slick-dots {
    display: flex;
    position: absolute;
    bottom: 30px;
    left: 20px;
    margin-left: 0;
  }
  .Rte .sp_bnr_slider .slick-dots li {
    margin: 0 0.5em;
    line-height: 0;
    list-style: none;
  }
  .Rte .sp_bnr_slider .slick-dots li button {
    width: 12px;
    height: 12px;
    font-size: 0;
    border: solid 2px #fff;
    background-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .Rte .sp_bnr_slider .slick-dots li.slick-active button {
    background-color: #fff;
  }

  /* フッター
  ------------------------------*/
  .Footer__Block {
    margin-top: 0;
  }
  .Footer__Inner--Marufuku {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 15px;
  }
  .Footer__Block--text,
  .Footer__Block--newsletter {
    grid-column: 1/3;
  }
  .Footer__Content.Rte p {
    text-align: center;
  }
  .Footer__Content .ft_title img {
    margin: 0 auto;
  }
  #section-footer .Footer__Title.Heading.u-h6 {
    margin-bottom: 1em;
  }
  .Form__Submit {
    margin-left: 0;
  }
  .Footer__Social {
    text-align: center;
  }

  /* 特定商取引法に基づく表記
  ------------------------------*/
  .legal_item {
    display: block;
  }
  .legal_item .title {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .legal_item .txt {
    font-size: 13px;
  }

  /* プライバシーポリシー
  ------------------------------*/
  .policy_box {
    padding: 30px 0;
  }
  .policy_box .title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .policy_box .txt {
    font-size: 13px;
  }

  /* ご利用ガイド
  ------------------------------*/
  .guide_list_box {
    margin-top: 40px;
  }
  .guide_list_box .item {
    width: 100%;
  }
  .guide_list_box .item a {
    font-size: 14px;
  }
  .guide_main_container .box .title {
    font-size: 16px;
    padding: 15px;
    margin-bottom: 40px;
  }
  .faq_nav_list {
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .faq_nav_item {
    width: 100%;
    margin-bottom: 40px;
  }
  .faq_nav_item:last-child {
    margin-bottom: 0;
  }
  .faq_nav_item a {
    font-size: 14px;
  }
  .guide_main_container .box {
    margin-bottom: 60px;
  }
  .guide_main_container .item_box .guide_txt {
    font-size: 13px;
  }
  .guide_main_container .faq_item_box {
    padding: 30px 20px;
  }
  .guide_main_container .faq_item_box .faq_q .icon,
  .guide_main_container .faq_item_box .faq_a .icon {
    width: 28px;
    min-width: 28px;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    margin-right: 15px;
  }
  .guide_main_container .faq_item_box .faq_q .faq_title {
    font-size: 14px;
  }
}

/* コンセプト
------------------------------*/
.page_concept {
  background-image: url(/cdn/shop/files/img_concept_bg.jpg?v=1670486033);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}
.page_concept_container .concept_section {
  padding: 120px 0;
}
.page_concept_container .concept_wrap {
  position: relative;
  z-index: 1;
}
.concept_wrap_reverse {
  flex-direction: row;
  margin-left: 0;
  margin-right: auto;
}
.page_concept_container .concept_box,
.page_concept_container .concept_title {
  color: #111;
}
.page_concept_container .concept_box .sub {
  margin-bottom: 0;
}
.page_concept_container .concept_title {
  margin-top: 10px;
  margin-bottom: 30px;
}
.page_concept_container .concept_txt {
  max-width: 100%;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
}
.page_concept_container .title_slider {
  margin-top: -100px;
}
.concept_section_a .concept_box,
.concept_section_a .concept_title,
.concept_section_a .concept_txt {
  color: #fff;
}
.concept_section_a .tit_slider_item {
  color: #053c6e;
  mix-blend-mode: normal;
}
.concept_section_b .tit_slider_item {
  color: #fff;
}
.concept_bottom_area {
  width: 90%;
  max-width: 1260px;
  margin: 100px auto 0;
  color: #111;
}
.concept_bottom_area figure {
  margin: 0;
}
.concept_bottom_area ul {
  list-style: none;
}
.concept_bottom_title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 60px;
}
.concept_bottom_area .list {
  display: flex;
  justify-content: space-between;
}
.concept_bottom_area .item {
  width: 48%;
  box-sizing: border-box;
}
.concept_bottom_area .item .pict img {
  border-radius: 5px;
}
.concept_bottom_area .item .list_title {
  font-size: 24px;
  letter-spacing: .1em;
  font-weight: bold;
  text-align: center;
  margin: 30px 0 20px;
}
.concept_bottom_area .item .list_txt {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: .1em;
  line-height: 1.8;
}
.concept_section_a .concept_bottom_area {
  color: #fff;
}
@media screen and (max-width: 960px) {
  .page_concept_container .concept_section {
    padding: 80px 0;
  }
  .page_concept_container .title_slider {
    margin-top: 0;
  }
  .concept_wrap_reverse .concept_box {
    padding-left: 5%;
  }
  .concept_bottom_area {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px) {
  .page_concept_container .concept_section {
    padding: 50px 0;
  }
  .page_concept_container .concept_txt {
    font-size: 13px;
  }
  .concept_bottom_area {
    width: 85%;
  }
  .concept_bottom_title {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .concept_bottom_area .list {
    display: block;
  }
  .concept_bottom_area .item {
    width: 100%;
    margin-bottom: 30px;
  }
  .concept_bottom_area .item:last-child {
    margin-bottom: 0;
  }
  .concept_bottom_area .item .list_title {
    font-size: 18px;
    margin: 20px 0 10px;
  }
  .concept_bottom_area .item .list_txt {
    font-size: 13px;
  }
}

/* マルフクについて
------------------------------*/
.page_about {
  background-image: url(/cdn/shop/files/img_about_bg.jpg?v=1670806366);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}
.about_section {
  color: #111;
  padding: 100px 0;
}
.about_wrap {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
.about_wrap_middle {
  max-width: 1000px;
}
.about_title_box {
  margin-bottom: 50px;
}
.about_title_box .sub_title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: .1em;
  margin-bottom: 10px;
}
.about_title_box .main_title {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.5;
}
.about_txt {
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  letter-spacing: .1em;
  line-height: 2;
}
.about_section_a {
  color: #fff;
  position: relative;
}
.about_section_a .about_title_box,
.about_section_c .about_title_box,
.about_section_d .about_title_box {
  text-align: center;
}
.about_section_a .about_txt {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 751px) {
  .about_section_a .accessory {
    width: 200px;
    position: absolute;
    bottom: -140px;
    left: 70%;
    transform: translateY(0) translateX(-50%);
    -webkit-transform: translateY(0) translateX(-50%);
  }
}
.page_concept_container .about_section_a .title_slider {
  margin-top: -160px;
}
.about_section_a .tit_slider_item {
  color: #053c6e;
  mix-blend-mode: normal;
}
.about_section_b .box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.about_section_b .box .txt_box {
  width: 43%;
  box-sizing: border-box;
}
.about_section_b .box .txt_box .title {
  font-size: 42px;
  font-weight: 700;
  letter-spacing: .1em;
  line-height: 1.5;
  margin-bottom: 50px;
}
.about_section_b .box .txt_box .company {
  font-size: 16px;
  text-align: right;
  letter-spacing: .1em;
  line-height: 2;
  margin-top: 50px;
  margin-bottom: 30px;
}
.about_section_b .box .txt_box .name_en {
  font-size: 18px;
  text-align: right;
  letter-spacing: .1em;
  margin-bottom: 0;
}
.about_section_b .box .txt_box .name {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: right;
}
.about_section_b .box .pict {
  width: 50%;
  box-sizing: border-box;
  margin: 0;
}
.about_section_c .list {
  list-style: none;
  border-top: solid 1px #ddd;
}
.about_section_c .item {
  display: flex;
  align-items: center;
  border-bottom: solid 1px #ddd;
  padding: 20px;
}
.about_section_c .item .title {
  width: 270px;
  min-width: 270px;
  font-size: 16px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 1.8;
  margin: 0;
}
.about_section_c .item .txt {
  width: 100%;
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
  line-height: 1.8;
  box-sizing: border-box;
  margin: 0;
}
.about_section_c .item .txt a {
  display: inline-block;
  text-align: center;
}
.about_section_c .item .txt a span {
  display: block;
}
.about_section_d .access_box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.about_section_d .access_box:last-child {
  margin-bottom: 0;
}
.about_section_d .access_box .pict {
  width: 35%;
  box-sizing: border-box;
  margin: 0;
}
.about_section_d .access_inn {
  width: 60%;
  box-sizing: border-box;
}
.about_section_d .access_inn .access_txt {
  font-size: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  line-height: 1.8;
  margin-bottom: 30px;
}
.about_section_d .access_inn .access_txt span.bold {
  font-weight: bold;
}
.about_section_d .access_inn .map {
  height: 400px;
}
.about_section_d .access_inn .map iframe {
  width: 100%;
  height: 100%;
}
.about_section_d .access_inn .access_btn {
  text-align: right;
  margin-top: 10px;
}
.about_section_d .access_inn .access_btn a {
  font-size: 14px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  letter-spacing: .1em;
  display: inline-block;
}
.about_section_d .access_inn .access_btn a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 750px) {
  .about_section {
    padding: 50px 0;
  }
  .about_wrap {
    width: 85%;
  }
  .about_txt {
    font-size: 13px;
  }
  .about_title_box {
    text-align: center;
    margin-bottom: 30px;
  }
  .about_title_box .main_title {
    font-size: 25px;
  }
  .about_section_a .accessory {
    width: 100px;
    margin: 20px auto 0;
  }
  .page_concept_container .about_section_a .title_slider {
    margin-top: -130px;
  }
  .about_section_b .box {
    display: block;
  }
  .about_section_b .box .pict,
  .about_section_b .box .txt_box {
    width: 100%;
  }
  .about_section_b .box .txt_box {
    margin-top: 30px;
  }
  .about_section_b .box .txt_box .title {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .about_section_b .box .txt_box .company {
    font-size: 13px;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .about_section_b .box .txt_box .name_en {
    font-size: 15px;
  }
  .about_section_b .box .txt_box .name {
    font-size: 20px;
  }
  .about_section_c .item {
    display: block;
    padding: 20px 0;
  }
  .about_section_c .item .title {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }
  .about_section_c .item .txt {
    font-size: 13px;
  }
  .about_section_c .item .txt_flex {
    display: flex;
    justify-content: space-between;
  }
  .about_section_c .item .txt_flex a {
    width: 48%;
    box-sizing: border-box;
    display: block;
  }
  .about_section_d .access_box {
    display: block;
    margin-bottom: 40px;
  }
  .about_section_d .access_box .pict,
  .about_section_d .access_inn {
    width: 100%;
  }
  .about_section_d .access_inn {
    margin-top: 20px;
  }
  .about_section_d .access_inn .access_txt {
    font-size: 13px;
    margin-bottom: 20px;
  }
  .about_section_d .access_inn .map {
    height: 250px;
  }
  .about_section_d .access_inn .access_btn a {
    font-size: 13px;
  }
}


#insta-feed {
  margin-top: 40px;
}
#insta-feed h2 {
  display: none;
}
.insta_feed {
  background-color: #F7F7F7;
  padding-top: 80px;
  padding-bottom: 120px;
}
.instagram_title p {
  text-align: center;
  letter-spacing: .1em;
}
.instagram_title .f {
  font-size: 30px;
  margin-bottom: 0;
}
.instagram_title .s {
  font-size: 14px;
}
@media screen and (max-width: 750px){
  #insta-feed .instafeed-container{
    width: 50%!important;
    padding-top: 50%!important;
  }
  .insta_feed {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}


.Rte ul.ft_sns,
.Rte ul.ft_sns li {
  margin: 0;
  list-style: none;
}
.Rte ul.ft_sns {
  display: flex;
}
.Rte ul.ft_sns li {
  margin-right: 15px;
}
.Rte ul.ft_sns li img {
  margin: 0;
  width: auto;
  height: 18px;
}
@media screen and (max-width: 750px){
  .Rte ul.ft_sns {
    justify-content: center;
  }
}

/* リニューアル
------------------------------*/
/* Header */
.Header {
  box-shadow: 0 -1px #C9A063 inset;
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:hover, 
.Header .HorizontalList--spacingLoose .HorizontalList__Item:hover > a{
  color: #C9A063 !important;
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item .Heading:before {
  width: 20px;
  height: 20px;
  content: "";
  background-repeat: no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 0.5em;
  position: relative;
  top: 4px;
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(1) .Heading:before {
  background-image: url(/cdn/shop/files/icon_search_bl.svg?v=1764227278);
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(2) .Heading:before {
  background-image: url(/cdn/shop/files/icon_mypage_bl.svg?v=1764227278);
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(3) .Heading:before {
  background-image: url(/cdn/shop/files/icon_cart_bl.svg?v=1764227278);
}
.Header.Header--transparent .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(1) .Heading:before {
  background-image: url(/cdn/shop/files/icon_search_wh.svg?v=1764227278);
}
.Header.Header--transparent .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(2) .Heading:before {
  background-image: url(/cdn/shop/files/icon_mypage_wh.svg?v=1764227278);
}
.Header.Header--transparent .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(3) .Heading:before {
  background-image: url(/cdn/shop/files/icon_cart_wh.svg?v=1764227278);
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(1):hover .Heading:before {
  background-image: url(/cdn/shop/files/icon_search_hv.svg?v=1764320292);
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(2):hover .Heading:before {
  background-image: url(/cdn/shop/files/icon_mypage_hv.svg?v=1764320292);
}
.Header .HorizontalList--spacingLoose .HorizontalList__Item:nth-child(3):hover .Heading:before {
  background-image: url(/cdn/shop/files/icon_cart_hv.svg?v=1764320292);
}
.HorizontalList--spacingExtraLoose .HorizontalList__Item:nth-child(2) a .Header__LinkSpacer {
  width: 115px;
}
.HorizontalList--spacingExtraLoose .HorizontalList__Item .MegaMenu__PushHeading.u-h6 {
  font-size: 16px;
  font-weight: 400;
}
.HorizontalList--spacingExtraLoose .HorizontalList__Item .MegaMenu__PushSubHeading.u-h7 {
  font-size: 10px;
  font-weight: 400;
  text-transform: none;
}
.DropdownMenu:before {
  background: #C9A063;
  width: 53.5%;
}
.Header__LinkSpacer:after {
  border-bottom: 2px solid #C9A063;
}
.MegaMenu {
  background: #D0AF7F;
}
.MegaMenu__PushHeading {
  color: #000 !important;
}
.MegaMenu__PushSubHeading {
  color: #000 !important;
}
.MegaMenu__Inner {
  max-width: 620px;
}
.DropdownMenu .Link {
  font-weight: 400;
}
.SidebarMenu .Text--subdued {
  color: #000;
  font-family: var(--text-font-family);
  font-size: 13px;
}
.Collapsible + .Collapsible {
  border-top: none;
}
.SidebarMenu .Collapsible, .SidebarMenu .Linklist {
  border-color: #917854;
}
.SidebarMenu .Text--subdued:hover {
  color: #000;
  text-decoration: underline;
}

/* footer */
.new_footer {
  padding: 60px 0 30px;
}
.new_footer .Container {
  max-width: 1400px;
  margin: 0 auto;
}
.Footer__Content.Rte p {
  margin-bottom: 50px;
}
.new_footer .Footer__Block {
  margin-bottom: 0;
}
.new_footer .Footer__Aside {
  display: block;
  margin-top: 15px;
  text-align: center;
}
.new_footer .Linklist__Item {
  color: #fff;
}
.new_footer ul.ft_sns,
.new_footer ul.ft_sns li {
  margin: 0;
  list-style: none;
}
.new_footer ul.ft_sns {
  display: flex;
}
.new_footer ul.ft_sns.sp-only {
  display: none !important;
}
.new_footer ul.ft_sns li {
  margin-right: 15px;
}
.new_footer ul.ft_sns li img {
  margin: 0;
  width: auto;
  height: 22px;
}
.new_footer ul.ft_sns li:last-child img {
  height: 24px;
}
@media screen and (max-width: 750px){
  .new_footer {
    padding: 10.666% 0;
  }
  .Footer__Content.Rte p {
    margin-bottom: 0;
  }
  .new_footer ul.ft_sns {
    margin-top: 50px;
  }
  .new_footer ul.ft_sns.pc-only {
    display: none !important;
  }
  .new_footer ul.ft_sns.sp-only {
    display: flex !important;
  }
  .new_footer ul.ft_sns {
    justify-content: center;
  }
}


/* fv */
.fv_slide {
  background: #ededed;
  padding-bottom: 75px;
}
.fv_slide .slick-bg {
  position: relative;
}
.fv_slide .slick-bg::before {
  content: "";
  background: url(/cdn/shop/files/fv_bg_pc.svg?v=1766024041) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 6.771vw;
  width: 100%;
  z-index: 1;
}
.fv_slide .slick-bg .fv_tx {
  position: absolute;
  top: 50%;
  left: 14.166vw;
  transform: translate(0, -50%);
  z-index: 2;
}
.fv_slide .slick-bg .fv_tx img {
  /*width: 13.594vw;*/
  /*height: 64.814vh;*/
  height: 48.5vh;
  margin-top: -3vw;
}
.fv_slide .slick-bg .slick-image img {
  object-fit: cover;
  height: 95vh;
  width: 100%;
}
.fv_slide .slick-bg .slick-image img.sp {
  display: none;
}
.fv_slide #splide-{{ section.id }} .splide__slide img {
  width: 100%;
  height: auto;
  /*opacity: .3;*/
  transform: scale(.8);
  transition: .7s;
}
.fv_slide #splide-{{ section.id }} .splide__slide.is-active img {
  /*opacity: 1;*/
  transform: scale(1);
  z-index: 1;
}
.fv_slide .splide-center-slider {
  margin-inline: auto;
  max-width: 1320px;
  /*margin-top: -6.5vw;*/
  margin-top: -11.5vw;
  width: 100%;
  position: relative;
  z-index: 2;
}
.fv_slide .splide-center-slider img {
  border: 3px solid #fff;
  border-radius: 4px;
  filter: drop-shadow(0px 4px 6px rgba(0,0,0,0.1));
}
.fv_slide .splide-center-slider .splide__slide:hover {
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.fv_slide .splide:not(.is-overflow) .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
}
.fv_slide .splide__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex !important;
  justify-content: center;
  position: static;
  margin-top: 30px;
}
.fv_slide .splide__pagination__page {
  background: #D9D9D9;
  height: 16px;
  margin: 0 10px;
  opacity: 1.0;
  padding: 0;
  position: relative;
  width: 16px;
}
.fv_slide .splide__pagination__page.is-active {
  background: #7AD2CA;
  transform: scale(1.1);
}
@media screen and (max-width: 750px){
  .fv_slide {
    padding-bottom: 50px;
  }
  .fv_slide .slick-bg::before {
    background-image: url(/cdn/shop/files/fv_bg_sp.svg?v=1766024287);
    height: 6.934vw;
  }
  .fv_slide .slick-bg .slick-image img {
    height: 80vh;
  }
  .fv_slide .slick-bg .slick-image img.pc {
    display: none;
  }
  .fv_slide .slick-bg .slick-image img.sp {
    display: block;
  }
  .fv_slide .slick-bg .fv_tx {
    left: 6.666vw;
  }
  .fv_slide .slick-bg .fv_tx img {
    width: 35.2vw;
    height: auto;
    margin-top: 0;
  }
  .fv_slide .splide-center-slider {
    margin-top: -16.5vw;
  }
  .fv_slide .splide__pagination {
    margin-top: 20px;
  }
  .fv_slide .splide__pagination__page {
    height: 10px;
    margin: 0 6.5px;
    width: 10px;
  }  
}

/* 共通 */
.new_btn a {
  font-family: var(--heading-font-family);
  display: block;
  background: #E1E1E1;
  border: 1px dashed #000;
  color: #000 !important;
  max-width: 350px;
  margin: 0 auto;
  padding: 27px 10px;
  text-decoration: none !important;
  font-size: 20px;
  line-height: 1.2;
  position: relative;
  text-align: center;
}
.new_btn a:hover {
  background: #fff;
  border: 1px solid #000;
}
.new_btn a:after {
  background-image: url(/cdn/shop/files/new_btn_icon_3e01a9a5-8921-4669-9dd4-c0801c3169a2.svg?v=1763727958);
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 24px;
  margin-top: -13px;
}
.new_btn.type02 a {
  background: #fff;
}
.new_btn.type02 a:hover {
  background: #E1E1E1;
}
.sp-only {
  display: none !important;
}
@media screen and (max-width: 1280px){
  .new_btn a {
    padding: 20px 10px;
    font-size: 18px;
    width: 70vw;
  }
  .new_btn a:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
    right: 20px;
    margin-top: -10px;
  }
}
@media screen and (max-width: 750px){
  .new_btn a {
    padding: 20px 10px;
    font-size: 16px;
  }
  .new_btn a:after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    right: 18px;
    margin-top: -9px;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: block !important;
  }
}

/* animation */
@-webkit-keyframes marqueeUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
@keyframes marqueeUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  to {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
}
@-webkit-keyframes marqueeDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes marqueeDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes marqueeBackward {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@keyframes marqueeBackward {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }
}
@-webkit-keyframes marqueeForward {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}
@keyframes marqueeForward {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
    }
  to {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

/* 既存パーツ修正 */
.features--show-image-zooming .ArticleItem__Image {
  transition: none !important;
}
.features--show-image-zooming .ArticleItem .ArticleItem__Image, 
.features--show-image-zooming .ArticleList .ImageHero .ImageHero__ImageWrapper {
  transition: .5s !important;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .features--show-image-zooming .ArticleItem:hover .ArticleItem__Image,
  .features--show-image-zooming .ArticleList .ImageHero:hover .ImageHero__ImageWrapper {
    transform: scale(1.2);
    transform-origin: center;
    transition: .5s !important;
  }
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .MegaMenu__Push img {
    transform: scale(1);transition: .5s !important;
  }
  .MegaMenu__Push:hover img {
    transform: scale(1.2);
    transform-origin: center;
    transition: .5s !important;
  }
}
.QuantitySelector {
  border: solid 1px #000;
}
@media screen and (min-width: 641px) {
  .CartItem__Title {
    font-size: 14px;
  }
}

/* egglaboとは */
.shopify-section--bordered > .egg_section {
  padding: 0;
  border-top: 1px solid #000;
}
.egg_section .Container {
  padding: 0;
}
.top-labo_inner {
  max-width: 1660px;
  margin-left: auto;
  padding-right: 4.6875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.top-labo_title {
  width: 100px;
  border-left: 1px solid #000;
  border-right: 1px dashed #000;
  padding-top: 5.208vw;
}
.top-labo_title img {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.top-labo_title p {
  font-weight: 400;
  line-height: 1;
}
.top-labo_sub {
  width: 42.17%;
  position: relative;
}
.top-labo_main {
  width: 41.35%;
  padding: 5.99vw 0;
}
.shopify-section .top-labo_main h2 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: normal;
  line-height: 2;
  margin: 0 0 .83em;
  text-align: left;
}
.shopify-section .top-labo_main p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  text-align: left;
}
.top-labo_main .new_btn a {
  margin-left: 0;
}
.top-labo_img {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.top-labo_img-set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-labo_img-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-bottom: 15px;
  overflow: hidden;
}
.top-labo_img-item img {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
  border-radius: 10px;
}
.top-labo_img-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.top-labo_img-slide.slide-1 {
  -webkit-animation: marqueeUp 40s linear infinite;
  animation: marqueeUp 40s linear infinite;
}
.top-labo_img-slide.slide-2 {
  -webkit-animation: marqueeDown 40s linear infinite;
  animation: marqueeDown 40s linear infinite;
}
@media screen and (max-width: 1280px){
  .shopify-section .top-labo_main h2 {
    font-size: 28px;
  }
  .shopify-section .top-labo_main p {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px){
  .top-labo_title {
    text-align: center;
  }
  .top-labo_title p {
    margin-top: 58px;
  transform: rotate(90deg);
  }
  .top-labo_title .text-vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    -moz-text-orientation: upright;
    -ms-text-orientation: upright;
    text-orientation: upright;
  }
}
@media screen and (max-width: 750px){
  .top-labo {
    padding-bottom: 16%;
  }
  .top-labo_inner {
    margin: 0;
    padding-right: 0;
    display: block;
  }
  .top-labo_title {
    width: 100%;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #000;
    padding: 8% 4.267% 5.334%;
    text-align: left;
  }
  .top-labo_title p {
    font-size: 14px;
    text-align: left;
    margin-top: .45em;
  }
  .top-labo_sub {
    width: initial;
    margin: 0 calc(var(--site-padding) * -1);
  }
  .top-labo_main {
    width: 100%;
    padding: 8% 4.267%;
  }
  .shopify-section .top-labo_main h2 {
    font-size: 27px;
  }
  .shopify-section .top-labo_main p {
    font-size: 15px;
  }
  .top-labo .new_btn {
    margin-top: 45px;
  }
  .top-labo_img {
    position: static;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 1rem;
  }
  .top-labo_img-set {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-labo_img-set:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .top-labo_img-item {
    width: 12.5rem;
    padding-right: 1rem;
    padding-bottom: 0;
  }
  .top-labo_img-slide {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .top-labo_img-slide.slide-1 {
    -webkit-animation: marqueeBackward 20s linear infinite;
    animation: marqueeBackward 20s linear infinite;
  }
  .top-labo_img-slide.slide-2 {
    -webkit-animation: marqueeForward 20s linear infinite;
    animation: marqueeForward 20s linear infinite;
  }
}

/* みんなの研究報告 */
.research_report_section .Container {
  padding: 0;
}
.shopify-section--bordered > .research_report_section {
  padding: 0;
  border-top: 1px solid #000;
}
.top-research {
  background: #ededed;
  padding-bottom: 90px;
}
.top-research_inner {
  max-width: 1400px;
  margin: 0 auto;
}
.top-research_title {
  border-bottom: 1px dashed #000;
  padding: 45px 0 55px;
}
.top-research_title .top-research_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 980px;
  margin: 0 auto;
}
.top-research_title-img {
  width: 42.86%;
}
.top-research_title-img img {
  margin: 0;
  padding: 0;
  height: auto;
}
.top-research_title-img img:nth-child(1) {
  margin: 0 0 15px;
}
.top-research_title-text {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  text-align: left;
  width: 51.021%;
}
.top-research_image {
  padding-top: 70px;
}
.top-research_list {
  margin-bottom: 80px;
}
.top-research_item {
  width: 24.643%;
}
.top-research_item img {
  margin: 0;
  padding: 0;
  height: auto;
}
.top-research.insta_part .instafeed-new-layout-container {
  margin-bottom: 80px;
}
.top-research.insta_part #insta-feed h2, 
.top-research.insta_part .instafeed-shopify h2 {
  display: none !important;
}
.top-research.insta_part .top-research_title .top-research_inner {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.top-research.insta_part .top-research_title-img {
  width: auto;
}
.top-research.insta_part .top-research_title-img img {
  display: block;
}
.top-research.insta_part .top-research_title-img img:nth-child(1) {
  margin: 0 0 4px;
}
.top-research.insta_part .top-research_title-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: encenterd;
  align-items: center;
  margin-left: 30px;
  margin-bottom: 17px;
  width: auto;
}
.top-research.insta_part .research_title-en {
  font-family: var(--heading-font-family);
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}
.top-research.insta_part .research_title-jp {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-left: 1em;
  padding-top: 0.45em;
}
@media screen and (min-width: 751px){
  .top-research {
    position: relative;
  }
  .top-research::before {
    background-image: url(/cdn/shop/files/top-research_illust.svg?v=1764155253);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    width: 25.98vw;
    height: 15.3125vw;
    display: block;
    position: absolute;
    bottom: -92px;
    right: 2.761vw;
  }
  .top-research_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 80px;
  }
  .top-research_item {
    width: 24.643%;
    margin-right: 0.476%;
    margin-top: 0.5%;
  }
  .top-research_item:nth-child(4n) {
    margin-right: 0;
  }
  .top-research_item:nth-child(-n+4) {
    margin-top: 0;
  }
}
@media screen and (max-width: 750px){
  .top-research {
    overflow: hidden;
    padding-bottom: 10.667%;
  }
  .top-research_title {
    padding: 12.8% 3.2% 5.867%;
  }
  .top-research_title .top-research_inner {
    display: block;
  }
  .top-research_title-img {
    width: 87.2%;
  }
  .top-research_title-img img:nth-child(1) {
    margin: 0 0 19px;
  }
  .top-research_title-text {
    margin-top: .75em;
    width: 100%;
  }
  .top-research_image {
    padding: 10px 4.2667% 0;
  }
  .top-research_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 14.58%;
  }
  .top-research_item {
    width: 49.563%;
    margin-right: 0.874%;
    margin-top: 0.875%;
  }
  .top-research_item:nth-child(2n) {
    margin-right: 0;
  }
  .top-research_item:nth-child(-n+2) {
    margin-top: 0;
  }
  .top-research_illust {
    margin-right: calc( -4.2667% - 8px );
    margin-top: 8%;
  }
  .top-research_illust img {
    margin: 0;
    padding: 0;
    height: auto;
  }
  .top-research.insta_part .top-research_title .top-research_inner {
    display: block;
  }
  .top-research.insta_part .top-research_title-img img:nth-child(1) {
    margin: 0;
  }
  .top-research.insta_part .top-research_title-text {
    margin-left: 0;
    margin-bottom: 0;
  }
  .top-research.insta_part .research_title-en {
    font-size: 23px;
  }
  .top-research.insta_part .research_title-jp {
    font-size: 14px;
  }
  .top-research.insta_part .instafeed-new-layout-container {
    margin-bottom: 14.58%;
  }
}
@media screen and (max-width: 500px){
  .top-research.insta_part .research_title-en {
    font-size: 20px;
  }
}
/* egglabo会員になってみませんか？ */
.shopify-section--bordered > .member_section {
  padding: 0;
  border-top: 1px solid #000;
}
.member_section .Container {
  padding: 0;
}
.top-member {
  padding: 60px 0 100px;
}
.top-member_box {
  max-width: 1612px;
  margin: 0 auto;
  border: 1px dashed #C9A063;
  border-radius: 218px;
  padding: 15px 17px;
  width: 98%;
}
.top-member_wrap {
  background: url(/cdn/shop/files/top_member-bg_base.svg?v=1764117860);
  background-color: #f7f7f7;
  border-radius: 200px;
  /*padding: 3.4896vw 10.052vw 3.386vw 11.771vw;*/
  padding: 52px 148px 60px 219px;
}
.top-member_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.top-member_main {
  width: 42.5%;
}
.top-member_main h2 {
  margin: 0 0 35px;
  padding: 0;
}
.top-member_main h2 img {
  margin: 0;
  padding: 0;
}
/*.top-member_main h2 img:nth-child(1) {
  width: 16.407vw;
}
.top-member_main h2 img:nth-child(2) {
  width: 23.125vw;
}*/
.top-member_main h2 img:nth-child(1) {
  margin-bottom: 7px;
}
.top-member_main p {
  font-size: 15px;
  font-weight: 400;
  line-height: 2.4;
  text-align: left;
  margin: 0 0 2.66em !important;
}
.top-member_main .new_btn a {
  margin-left: 0;
}
.top-member_img {
  width: 54.988%;
}
.top-member_img img {

  margin: 0;
  padding: 0;
  /*width: 34.167vw;*/
}
@media screen and (max-width: 1480px){
  .top-member_box {
    border-radius: 200px;
  }
  .top-member_wrap {
    border-radius: 182px;
    padding: 52px 100px 60px;
  }
  .top-member_main p {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px){
  .top-member_box {
    width: 96%;
    padding: 10px 8px;
    border-radius: 7.96vw;
  }
  .top-member_wrap {
    border-radius: 7.143vw;
    padding: 0 4.1666% 3.571vw;
  }
  .top-member_inner {
    display: block;
  }
  .top-member_main {
    width: 100%;
    position: relative;
    padding-top: 14vw;
  }
  .top-member_main h2 {
    margin: 0 0 20px;
    text-align: center;
  }
  .top-member_main h2 img {
    margin: 0 auto;
    width: 81.52%;
  }
  .top-member_main h2 img:nth-child(1) {
    margin-bottom: 0;
    position: absolute;
    top: -2.24vw;
    left: 5.102vw;
    width: 69.36%;
  }
  .top-member_main p {
    margin: 0 0 2em !important;
  }
  .top-member_main .new_btn a {
    margin-left: auto;
  }
  .top-member_img {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 750px){
  .top-member_box {
    border-radius: 20.8vw;
  }
  .top-member_wrap {
    border-radius: 18.67vw;
    padding: 0 2vw 9.39vw;
  }
  .top-member_main {
    padding: 12vw 2vw 0;
  }
  .top-member_main h2 {
    margin: 0 0 15px;
  }
  .top-member_main h2 img:nth-child(1) {
    top: -5.87vw;
    left: 13.34vw;
  }
  .top-member_main p {
    margin: 0 0 1.85em !important;
  }
  .top-member_img {
    width: 100%;
    margin-top: 9%;
  }
}
/* egg laboの研究レポート */
.shopify-section--bordered > .new_blog_section {
  background: #A1DCD7;
  padding: 0 0 100px;
  border-top: 1px solid #000;
}
.new_blog_section .Container {
  padding: 0;
}
.top-blog_title {
  border-bottom: 1px dashed #000;
  margin-bottom: 65px;
  padding: 45px 0;
}
.top-blog_inner {
  max-width: 1300px;
  margin: 0 auto;
  width: 92%;
}
.top-blog_title .top-blog_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: encenterd;
  align-items: center;
}
.top-research_title-en {
  font-family: var(--heading-font-family);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}
.top-research_title-jp {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-left: 1em;
  padding-top: 0.45em;
}
.ArticleItem__Content .Article__MetaItem {
  font-size: 13px;
  color: #000;
  display: block;
  margin-bottom: 0;
}
.ArticleItem__Content .ArticleItem__Title {
  font-family: var(--text-font-family);
  font-size: 20px;
  font-weight: 500;
  color: #000;
  letter-spacing: .1em;
}
.ArticleItem__Content .ArticleItem__Excerpt {
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
.ArticleItem__Content .tag-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 7px;
}
@media screen and (min-width: 1008px) {
  .ArticleList {
    margin-bottom: 0;
  }
  .ArticleList .Grid__Cell {
    margin-bottom: 25px;
  }
  .ArticleListWrapper {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 1280px){
  .top-research_title-en {
    font-size: 40px;
  }
  .top-research_title-jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px){
  .top-blog_title {
    margin-bottom: 35px;
    padding: 5.8% 0 5.5%;
  }
  .top-blog_title .top-blog_inner {
    display: block;
  }
  .top-research_title-en {
    font-size: 30px;
  }
  .top-research_title-jp {
    font-size: 15px;
    margin-left: 0;
    margin-top: .45em;
  }
  .new_blog_section .ArticleListWrapper {
    padding: 0 6.4%;
  }
}

/* 商品カテゴリー */
.collection-list_new {
  background: #ededed;
  border-top: 1px solid #000;
  padding-bottom: 100px;
}
.collection-list_new .collectionList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  flex-wrap: wrap;
  max-width: 1340px;
  margin: 0 auto;
  width: 92%;
}
.top-collection_inner {
  max-width: 1240px;
  margin: 0 auto;
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: encenterd;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.top-collection_title {
  border-bottom: 1px dashed #000;
  margin-bottom: 65px;
  padding: 45px 0 35px;
}
.top-collection_title-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: encenterd;
  align-items: center;
}
.top-collection_title-en {
  font-family: var(--heading-font-family);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}
.top-collection_title-jp {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-left: 1em;
  padding-top: 0.45em;
}
.top-collection_title .new_btn {
  width: 350px;
}
.category-item_title {
  margin-top: 10px;
}
.category-item_title a {
  font-family: var(--heading-font-family);
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.036em;
  position: relative;
}
.category-item_title a span {
  display: inline-block;
  vertical-align: middle;
  padding-right: 0.8em;
}
.category-item_title a:after {
  background-image: url(/cdn/shop/files/new_btn_icon_3e01a9a5-8921-4669-9dd4-c0801c3169a2.svg?v=1763727958);
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  vertical-align: middle;
}
.category-item_sub {
  font-family: var(--heading-font-family);
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.013em;
}
.collection-list_new .collection-btn {
  display: none;
}
.collection-list_new .category-item > a {
  display: block;
  overflow: hidden;
}
.collection-list_new .category-item > a img {
  transition: .5s !important;
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .collection-list_new .category-item > a:hover img {
    transform: scale(1.2);
    transform-origin: center;
    transition: .5s !important;
  }
}
@media screen and (max-width: 1280px){
  .top-collection_title-en {
    font-size: 40px;
  }
  .top-collection_title-jp {
    font-size: 14px;
  }
  .top-collection_title .new_btn {
    width: 320px;
  }
  .category-item_title a {
    font-size: 20px;
  }
  .category-item_title a:after {
    width: 20px;
    height: 20px;
    background-size: 20px 20px;
  }
  .category-item_sub {
    font-size: 14px;
  }
}
@media screen and (min-width: 751px){
  .collection-list_new .category-item {
    width: 32.39%;
    margin-right: 1.415%;
    margin-top: 60px;
  }
  .collection-list_new .category-item:nth-child(3n) {
    margin-right: 0;
  }
  .collection-list_new .category-item:nth-child(-n+3) {
    margin-top: 0;
  }
}
@media screen and (max-width: 900px){
  .top-collection_title-wrap {
    display: block;
  }
  .top-collection_title-en {
    font-size: 30px;
  }
  .top-collection_title-jp {
    font-size: 15px;
    margin-left: 0;
    margin-top: .85em;
  }
  .top-collection_title .new_btn {
    display: none;
  }
  .collection-list_new .collection-btn {
    display: block;
    margin-top: 30px;
  }
}
@media screen and (max-width: 750px){
  .collection-list_new {
    padding-bottom: 18.67%;
  }
  .top-collection_title {
    margin-bottom: 10.67%;
    padding: 5.33% 0;
  }
  .collection-list_new .category-item {
    width: 48.5%;
    margin-right: 3%;
    margin-top: 9.8%;
  }
  .collection-list_new .category-item:nth-child(2n) {
    margin-right: 0;
  }
  .collection-list_new .category-item:nth-child(-n+2) {
    margin-top: 0;
  }
  .category-item_title {
    margin-top: 5px;
  }
  .category-item_title a {
    font-size: 17px;
  }
  .category-item_title a:after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
  }
  .category-item_sub {
    font-size: 13px;
  }
}

/* 下層 */
body:not(.template-index) {
  background-color: #ededed;
}
/*.page_free_container {
  background: #ededed;
}*/
.page-fv_image {
  border-bottom: 1px solid #000;
}
.page_container {
  padding: 95px 0 100px;
}
.sub-page_title {
  border-bottom: 1px dashed #000;
  padding: 55px 0 35px;
}
.sub-page_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
}
.sub-page_title .sub-page_inner {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: encenterd;
  align-items: center;
}
.sub-page_title-en {
  font-family: var(--heading-font-family);
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0;
}
.sub-page_title-jp {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  margin-left: 1em;
  padding-top: 0.45em;
}
@media screen and (max-width: 1280px){
  .sub-page_title-en {
    font-size: 40px;
  }
  .sub-page_title-jp {
    font-size: 14px;
  }
}
@media screen and (max-width: 750px){
  .page_container {
    padding: 45px 0 50px;
  }
  .sub-page_title {
    padding: 5.8% 0 5.5%;
  }
  .sub-page_title .sub-page_inner {
    display: block;
  }
  .sub-page_title-en {
    font-size: 30px;
  }
  .sub-page_title-jp {
    font-size: 15px;
    margin-left: 0;
    margin-top: .45em;
  }
}

/* プライバシーポリシー */
.policy_box {
  padding: 0;
  border-bottom: none;
}
.policy_box + .policy_box {
  margin-top: 80px;
}
.policy_box .title {
  font-family: var(--heading-font-family);
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.8;
  border-bottom: 1px solid #000;
  margin-bottom: 1.2em;
  padding-bottom: 0.4em;
}
.policy_box .txt {
  font-family: var(--text-font-family);
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: .1em;
  line-height: 1.8;
  padding: 0 50px;
}
@media screen and (max-width: 750px){
  .policy_box + .policy_box {
    margin-top: 40px;
  }
  .policy_box .title {
    font-size: 18px;
  }
  .policy_box .txt {
    font-size: 14px;
    padding: 0 3.5%;
  }
}

/* 特定商取引法に基づく表記 */
.legal_item {
  padding: 30px 0;
  border-bottom: 1px dashed #000;
}
.legal_item:first-child {
  border-top: 1px dashed #000;
}
.legal_item:first-child {
  padding-top: 30px;
}
.legal_item .title {
  width: 300px;
  min-width: 300px;
  font-family: var(--text-font-family);
  font-size: 15px;
  font-weight: 700;
  color: #000;
  letter-spacing: .1em;
  line-height: 2;
  padding: 0 50px;
}
.legal_item .txt {
  width: 100%;
  font-family: var(--text-font-family);
  font-size: 15px;
  font-weight: 500;
  color: #000;
  letter-spacing: .1em;
  line-height: 2;
}
@media screen and (max-width: 750px){
  .legal_item {
    display: block;
    padding: 20px 0;
  }
  .legal_item:first-child {
    padding-top: 20px;
  }
  .legal_item .title {
    width: 100%;
    min-width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
    padding: 0;
  }
  .legal_item .txt {
    font-size: 14px;
  }
}

/* よくあるご質問 */
.page_container.faq {
  padding: 55px 0 100px;
}
.guide_list_box {
  max-width: 1200px;
  margin: 0 auto;
}
.page_title_box {
  padding: 50px 0 30px;
}
.guide_list_box .list {
  row-gap: 20px;
}
.guide_list_box .item {
  width: 24%;
  border: none;
}
.guide_list_box .item a {
  font-family: var(--heading-font-family);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #E1E1E1;
  border: 1px dashed #000;
  color: #000 !important;
  padding: 8px 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.45;
  position: relative;
  min-height: 72px;
  text-align: center;
}
.guide_list_box .item a:hover {
  background: #fff;
  border: 1px solid #000;
}
.guide_list_box .item a:after {
  background-image: url(/cdn/shop/files/new_btn_icon_3e01a9a5-8921-4669-9dd4-c0801c3169a2.svg?v=1763727958);
  width: 26px;
  height: 26px;
  content: "";
  background-repeat: no-repeat;
  background-size: 26px 26px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -13px;
}
.guide_title_box {
  color: #000;
  margin-bottom: 55px;
}
.guide_title_box .guide_title_main {
  font-family: var(--heading-font-family);
  font-size: 48px;
  letter-spacing: normal;
  line-height: 1;
  margin-bottom: 15px;
}
.guide_title_box .guide_title_sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: normal;
}
.guide_title_box .guide_title_txt {
  letter-spacing: 0.15em;
  font-weight: 500;
}
.faq_nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 70px;
}
.faq_nav_item a {
  color: #000;
  font-family: var(--heading-font-family);
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.15em;
  line-height: 1;
  margin-bottom: 15px;
}
.faq_nav_item a:after {
  content: "";
  width: 13px;
  height: 7px;
  background-image: url(/cdn/shop/files/icon_faq_nav_new.svg?v=1765248262);
}
.faq_nav_item:before {
  background-color: #000;
}
.faq_nav_item:after {
  background-color: #C4C4C4;
}
.guide_main_container .faq_item_box {
  border-bottom: 1px dashed #000;
  padding: 40px 0;
}
.guide_main_container .box .title {
  border-bottom: 1px solid #000;
  font-family: var(--heading-font-family);
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
  color: #000;
  background: none;
  padding: 10px 0;
  margin-bottom: 40px;
}
.guide_main_container .faq_item_box .faq_q .icon, 
.guide_main_container .faq_item_box .faq_a .icon {
  font-size: 18px;
  color: #000;
  background-color: #7AD2CA;
  border-radius: 0;
  border: 1px solid #000;
  margin-right: 18px;
  line-height: 29px;
}
.guide_main_container .faq_item_box .faq_a .icon {
  background-color: #C9A063;
}
.guide_main_container .faq_item_box .faq_q .faq_title {
  font-size: 20px;
  font-family: var(--text-font-family);
  font-weight: 500;
  letter-spacing: .05em;
  color: #000;
  line-height: 1.7;
}
.guide_main_container .item_box .guide_txt {
  font-size: 15px;
  font-family: var(--text-font-family);
  font-weight: 500;
  letter-spacing: .05em;
  color: #000;
  line-height: 2;
}
.guide_main_container .item_box .guide_txt .price {
  font-weight: 600;
}
@media screen and (max-width: 750px){
  .page_container.faq {
    padding: 40px 0 50px;
  }
  .page_title_box .inn {
    width: 92%;
  }
  .page_title_box {
    padding: 50px 0 30px !important;
  }
  .guide_list_box .list {
    row-gap: 15px;
  }
  .guide_list_box .item {
    width: 100%;
  }
  .guide_list_box .item a {
    font-size: 16px;
    min-height: 72px;
  }
  .guide_list_box .item a:after {
    width: 18px;
    height: 18px;
    background-size: 18px 18px;
    right: 10px;
    margin-top: -9px;
  }
  .guide_title_box {
    margin-bottom: 35px;
  }
  .guide_title_box .guide_title_main {
    font-size: 36px;
    margin-bottom: 12px;
  }
  .guide_title_box .guide_title_sub {
    font-size: 14px;
  }
  .faq_nav_list {
    -ms-flex-wrap:wrap;
    flex-wrap: wrap;
    margin-bottom: 55px;
  }
  .faq_nav_item {
    margin-bottom: 35px;
  }
  .faq_nav_item a {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .guide_main_container .faq_item_box {
    padding: 30px 0;
  }
  .guide_main_container .box .title {
    font-size: 16px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .guide_main_container .faq_item_box .faq_q .icon, 
  .guide_main_container .faq_item_box .faq_a .icon {
    font-size: 17px;
    margin-right: 15px;
    width: 28px;
    min-width: 28px;
    height: 28px;
    line-height: 25px;
  }
  .guide_main_container .faq_item_box .faq_q .faq_title {
    font-size: 16px;
    line-height: 1.7;
  }
  .guide_main_container .item_box .guide_txt {
    font-size: 14px;
    line-height: 2;
  }
}

/* 商品一覧 */
.CollectionToolbar__Item {
  border-color: #000;
}
.CollectionToolbar {
  background: #ededed;;
  box-shadow: 1px 1px #000, -1px -1px #000;
}
.ProductItem__Info.ProductItem__Info--center {
  text-align: left;
}
.ProductItem--horizontal .ProductItem__ViewButton {
  color: #000000;
  border: solid 2px #000000;
}

/* ブログ一覧 */
.blog_main_page {
  /*background: #ededed;*/
  padding-bottom: 80px;
}
.blog_main_page .ArticleListWrapper {
  margin-bottom: 0;
}
.research_tag_menu {
  border-bottom: 1px solid #000;
  padding: 30px 0;
}
.research_tag_menu ul {
  max-width: 1200px;
  margin: 0 auto;
  width: 92%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap:wrap;
  flex-wrap: wrap;
  list-style: none;
  gap: 15px 12px;
}
.research_tag_menu ul li .tag-item {
  background: #fff;
  border: 1px solid #fff;
  border-radius: 40px;
  display: block;
  font-size: 15px;
  font-family: var(--text-font-family);
  font-weight: 500;
  color: #000;
  padding: 5px 15px;
}
.research_tag_menu ul li .tag-item:hover {
  background-color: #7AD2CA;
  border: 1px solid #000;
}
@media screen and (max-width: 750px){
  .blog_main_page {
    padding-bottom: 50px;
  }
  .research_tag_menu {
    padding: 20px 0;
  }
  .research_tag_menu ul {
    gap: 12px 10px;
  }
  .research_tag_menu ul li .tag-item {
    border-radius: 36px;
    font-size: 14px;
    padding: 4px 12px;
  }
}

/* お問い合わせ */
.contact_container .page_container {
  background: none;
}

/* ログイン、カート周り */
.Button {
  border-radius: 0;
}
.Form__Submit.Button.Button--primary {
  border-color: #000;
}
.Form__Submit.Button.Button--primary:before {
  background-color: #000;
}
.Section--spacingExtraLarge .Select--primary:after {
  content: none;
}
.QuantitySelector {
  border: solid 1px #000;
  border-radius: 0;
}
.ShippingEstimator__Submit.Button.Button--primary {
  border-color: #000;
}
.ShippingEstimator__Submit.Button.Button--primary:before {
  background-color: #000;
}
.template-login .PageContent, 
.template-register .PageContent {
  margin-top: 50px;
  margin-bottom: 20px;
}
.template-login .PageContent--fitScreen, 
.template-register .PageContent--fitScreen {
  min-height: auto;
}
.template-login .shopify-section--bordered > .Section--spacingNormal, 
.template-register .shopify-section--bordered > .Section--spacingNormal {
  padding-top: 40px;
}
.template-login .FeatureText__Content, 
.template-register .FeatureText__Content {
  max-width: 780px;
  margin: 0 auto;
}
.template-login .SectionHeader__Description, 
.template-register .SectionHeader__Description {
  max-width: 100%;
}
.Container .SectionHeader__Heading.Heading.u-h1 {
  color: #000;
  border-bottom: dotted 2px #000;
}
.template-account .shopify-section--bordered>.Section--spacingNormal {
  padding: 0 0 80px;
}
.template-account .PageLayout:not(:only-child) {
  margin-bottom: 20px;
}
.unsubscribe_text {
  margin-bottom: 80px;
}
@media screen and (max-width: 750px){
  .template-login .PageContent, 
  .template-register .PageContent {
    margin-top: 35px;
  }
  .template-login .shopify-section--bordered > .Section--spacingNormal, 
  .template-register .shopify-section--bordered > .Section--spacingNormal {
    padding-top: 20px;
  }
  .unsubscribe_text {
    margin-bottom: 50px;
  }
}
