/** Shopify CDN: Minification failed

Line 991:12 Expected identifier but found whitespace
Line 991:13 Unexpected "("

**/


/* コンポーネント
---------------------------------------------------------------------------- */

:root {
--blue-color: #0080cb;
--white-color: #fff;
--black-color: #000;
--red-color: #d82401;
--gray-color: #e5e5e5;
--gray02-color: #ffeeeb;
--gray03-color: #999;
--orange-color: #ff9100;
}

.l-wrap {
max-width: 1290px;
width: calc(100% - 40px);
margin: 0 auto;
}
@media screen and (max-width: 740px) {
.l-wrap {
    width: calc(100% - 40px);
}
}

.c_secttl {
text-align: center;
margin: 0;
color: var(--black-color);
}
.c_secttl--en {
font-size: 36px;
display: block;
font-family: "BIZ UDPGothic", sans-serif;
line-height: 1;
}
@media screen and (max-width: 740px) {
.c_secttl--en {
    font-size: 23px;
}
}
.c_secttl--ja {
margin-top: 10px;
font-size: 14px;
display: block;
line-height: 1;
}
@media screen and (max-width: 740px) {
.c_secttl--ja {
    font-size: 11px;
	margin-top: 8px;
}
}

.c_goods {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 25px;
margin: 30px 0 0;
padding-left: 0;
}
@media screen and (max-width: 740px) {
	.c_goods-box {
		overflow-x: scroll;
		overflow-y: hidden;
		width: calc(100% + 40px);
		padding-left: 20px;
		margin-left: -20px;
		padding-bottom: 10px;
	}
  	.c_goods {
		display: flex;
		gap: 20px;
	}
	.c_goods-item {
	min-width: 200px;
	width: 200px;
}
}

.c_goods-item {
list-style: none;
}
.c_goods-item a {
display: block;
text-decoration: none;
color:var(--black-color);
}
@media screen and (min-width: 740px) {
.c_goods-item a {
    transition: opacity 0.3s;
    cursor: pointer;
}
.c_goods-item a:hover {
    opacity: 0.7;
}
}
.c_goods-item__img img {
width: 100%;
aspect-ratio: 1/1;
object-fit: cover;
}
.c_goods-item__ttl {
margin: 10px 8px 0;
font-size: 14px;
line-height: 1.6428571429;
font-weight: 500;
}
@media screen and (max-width: 740px) {
.c_goods-item__ttl {
    font-size: 13px;
    margin: 7px 0 0;
}
}
.c_goods-item__price {
margin: 10px 8px 0;
font-size: 18px;
font-weight: 700;
}
@media screen and (max-width: 740px) {
.c_goods-item__price {
    font-size: 15px;
    margin: 7px 0 0;
}
}

.c_btn {
margin: 0;
}
.c_btn a ,
.c_btn button {
	margin: 0 auto;
	font-size: 16px;
	color: var(--white-color);
	text-decoration: none !important;
	background-color: var(--blue-color);
	width: 274px;
	height: 54px;
	max-width: 100%;
	display: inline-block;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid var(--blue-color);
	transition: .3s !important;
}
@media screen and (max-width: 740px) {
.c_btn a ,
.c_btn button {
    height: 40px;
    width: 183px;
    font-size: 13px;
}
}
.c_btn a::before ,
.c_btn button::before {
content: "";
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 20px;
width: 10px;
height: 15px;
mask-position: center center;
mask-repeat: no-repeat;
mask-size: contain;
mask-image: url('/cdn/shop/files/arrow_white.svg?v=1752762215');
background-color: var(--white-color);
transition: 0.3s;
}
@media screen and (max-width: 740px) {
.c_btn a::before ,
.c_btn button::before {
    width: 6px;
    height: 10px;
    right: 10px;
}
}
@media screen and (min-width: 740px) {
.c_btn a:hover ,
.c_btn button:hover {
    background-color: var(--white-color);
    color: var(--blue-color) !important;
}
.c_btn a:hover::before ,
.c_btn button:hover::before {
    background-color: var(--blue-color);
}
}

/* デフォルトボタン */
.button{
    margin: 20px auto 0;
    font-size: 16px;
    color: var(--white-color);
    text-decoration: none !important;
    background-color: var(--blue-color);
    width: 274px;
    height: 54px;
    max-width: 100%;
    display: inline-block;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid var(--blue-color);
    transition: .3s !important;
    background-image: unset;
}
@media screen and (max-width: 740px) {
    .button{
        margin: 14px auto 0;
        height: 40px;
        width: 183px;
        font-size: 13px;
    }
}
.button::before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
    height: 15px;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(//segafavestore.jp/cdn/shop/files/arrow_white.svg?v=1296127343610494921);
    mask-image: url(//segafavestore.jp/cdn/shop/files/arrow_white.svg?v=1296127343610494921);
    background-color: var(--white-color);
    transition: .3s;
}
.button:hover {
    background-color: var(--white-color);
    color: var(--blue-color);
}
.button:hover::before {
    background-color: var(--blue-color);
}
/* ボタン - オレンジ */
.button.c_orange {
	background-color: var(--orange-color);
	border: 1px solid var(--orange-color);
}
.button.c_orange:hover {
    color: var(--orange-color);
	background-color: var(--white-color);
}
.button.c_orange:hover::before {
    background-color: var(--orange-color);
}
/* ボタン - グレー */
.button.c_gray {
	background-color: var(--gray03-color);
	border: 1px solid var(--gray03-color);
}
.button.c_gray:hover {
    color: var(--gray03-color);
	background-color: var(--white-color);
}
.button.c_gray:hover::before {
    background-color: var(--gray03-color);
}



/* レスポンシブ切り替え */
.is-pc {
display: block;
}
.is-sp {
display: none !important;
}
@media screen and (max-width: 740px) {
	.is-pc {
		display: none !important;
	}
	.is-sp {
		display: block!important;
	}
}
@media screen and (max-width: 740px) {
.container {
    padding-inline: 20px;
}
}
/* 一緒に購入されている商品
---------------------------------------------------------------------------- */
.shopify-section--product-recommendations .section{
	margin: 80px 0 50px; 
}
.shopify-section--cart-recommendations .section {
	margin: 110px 0 50px; 
}
.shopify-section--product-recommendations .section__header ,
.shopify-section--cart-recommendations .section__header {
	margin-block-end : 20px;
	max-width: 100%;
}
.shopify-section--product-recommendations .section__header .heading.heading--small ,
.shopify-section--cart-recommendations .section__header .heading {
	text-align: left;
	font-size: 16px;
	letter-spacing:0;
}
.shopify-section--product-recommendations .product-list ,
.shopify-section--cart-recommendations .product-list {
	margin:0 auto;
}
.shopify-section--product-recommendations .product-list__inner--scroller ,
.shopify-section--cart-recommendations .product-list__inner--scroller {
	margin:0 auto;
	justify-content: flex-start;
}
.shopify-section--product-recommendations .product-item .product-item__image-wrapper ,
.shopify-section--cart-recommendations .product-item .product-item__image-wrapper {
	margin-bottom: 0;
}
.shopify-section--product-recommendations .product-item .product-item__info  ,
.shopify-section--cart-recommendations .product-item .product-item__info  {
	margin-top: 10px;
}
.shopify-section--product-recommendations  .c-product_tag_list,
.shopify-section--cart-recommendations  .c-product_tag_list {
	gap: 6px;
}
.shopify-section--product-recommendations  .c-product_tag_list .c-product_tag_list_item,
.shopify-section--cart-recommendations  .c-product_tag_list .c-product_tag_list_item {
    padding: 5px 7px 4px;
}
.shopify-section--product-recommendations .product-item .product-item-meta__title ,
.shopify-section--cart-recommendations .product-item .product-item-meta__title {
	text-align: left;
	font-size: 14px;
}
.shopify-section--product-recommendations .product-item .product-item-meta__price-list-container ,
.shopify-section--cart-recommendations .product-item .product-item-meta__price-list-container {
	text-align: left;
}
.shopify-section--product-recommendations .product-item .product-item-meta__price-list-container .price ,
.shopify-section--cart-recommendations .product-item .product-item-meta__price-list-container .price {
	font-weight: 900;
	font-size: 18px;
}

@media screen and (max-width: 740px) {
	.shopify-section--product-recommendations .section{
	margin: 55px 0 25px;
}
.shopify-section--cart-recommendations .section {
	margin: 0; 
}

	.shopify-section--product-recommendations .section__header ,
	.shopify-section--cart-recommendations .section__header {
	margin-block-end : 10px;
}
.shopify-section--product-recommendations .section__header .heading.heading--small ,
.shopify-section--cart-recommendations .section__header .heading {
	font-size: 13px;
}
.shopify-section--product-recommendations .product-item .product-item-meta__title ,
.shopify-section--cart-recommendations .product-item .product-item-meta__title {
	font-size: 13px;
	padding-left: 0;
	margin-block-end: 0;
}
.shopify-section--product-recommendations .product-item .product-item-meta__price-list-container ,
.shopify-section--cart-recommendations .product-item .product-item-meta__price-list-container {
	padding-left: 0;
}
.shopify-section--product-recommendations .product-item .product-item-meta__price-list-container .price ,
.shopify-section--cart-recommendations .product-item .product-item-meta__price-list-container .price {
	font-size: 15px;
}
.shopify-section--product-recommendations  .c-product_tag_list,
.shopify-section--cart-recommendations  .c-product_tag_list {
	gap: 6px;
}
.shopify-section--product-recommendations  .c-product_tag_list .c-product_tag_list_item ,
.shopify-section--cart-recommendations  .c-product_tag_list .c-product_tag_list_item {
   font-size: 10px;
	padding: 2px 8px 2px;
	border-radius: 2px;
}
}

@media screen and (max-width: 999px) {
.shopify-section--product-recommendations .scroller ,
.shopify-section--cart-recommendations .scroller {
	margin-inline: 0 -20px;
    margin-left: -20px;
}
}

/* パンくずリスト
---------------------------------------------------------------------------- */
.c_breadcrumb__list {
	margin:0;
	padding-left: 0;
	display: flex;
	overflow-x: scroll;
	padding-bottom: 10px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.c_breadcrumb__list::-webkit-scrollbar{
  display: none;
}
.c_breadcrumb__item {
	list-style: none;
	color: #999;
	font-size: 14px;
	/* text-decoration: underline; */
	white-space: nowrap;
	letter-spacing:-.05em;
}
.c_breadcrumb__link {
	font-size: 14px;
	color: #999;
	padding-right: 13px;
	position: relative;
	text-decoration: underline;
	white-space: nowrap;
	letter-spacing:-.05em;
}
.c_breadcrumb__link::before {
	content: '/';
	position: absolute;
	top:-3px;
	right:-4px;
	width: 1em;
	height: 1em;
}

@media screen and (max-width: 740px) {
	.c_breadcrumb__list {
		width: calc(100% + 40px);
		margin-left: -20px;
		padding-left: 20px;
		padding-right:20px;
	}
.c_breadcrumb__link,.c_breadcrumb__item {
	font-size: 12px;
}
}

/* c_common.css */
@media screen and (max-width: 740px) {
.shopify-section--product-recommendations .section {
	margin:55px 0 25px;
}
}



/* タグ表示 */
.c-product_tag_list {
    list-style: none;
    display: flex;
	flex-wrap:wrap;
    vertical-align: baseline;
    justify-content: left;
    gap: 10px;
    margin: 0 0 10px;
    padding: 0;
}
.c-product_tag_list_item {
    padding: 5px 14px 4px;
    color: #fff;
    border-radius: 4px;
	font-size: 12px;
}

/* 見出し */
.page-header .heading.h1,
.page-header .heading.h2 {
	/* font-size: 44px; */
	font-size: 30px;
    font-weight: 600;
}

@media screen and (max-width: 740px) {
.page-header .heading.h1,
.page-header .heading.h2 {
	/* font-size: 32px; */
	font-size: 26px;
}
}

/* 会員登録
---------------------------------------------------------------------------- */

.customer.register h1{
	margin-block-end: 24px;
	font-size: 26px;
}
@media screen and (min-width: 741px) {
    .customer.register h1{
        margin-block-end: 68px;
		font-size: 30px;
		font-weight: 600;
    }
}

/* 並び替え（アプリ会社記述） */
.cf-app__field-type--address {
	display: flex;
	flex-wrap: wrap;
}
.cf-app__field-type--address > .cf-app__address-field {
	box-sizing: border-box;
}
#cf-app-customer-fields > div.cf-app__field.cf-app__address-field.cf-app__field-type--address.width-12-of-12 > div:nth-child(5) { order: 1; }
#cf-app-customer-fields > div.cf-app__field.cf-app__address-field.cf-app__field-type--address.width-12-of-12 > div:nth-child(7)     { order: 2; }
#cf-app-customer-fields > div.cf-app__field.cf-app__address-field.cf-app__field-type--address.width-12-of-12 > div:nth-child(6){ order: 3; }
#cf-app-customer-fields > div.cf-app__field.cf-app__address-field.cf-app__field-type--address.width-12-of-12 > div:nth-child(4)   { order: 4; }
#cf-app-customer-fields > div.cf-app__field.cf-app__address-field.cf-app__field-type--address.width-12-of-12 > div:nth-child(2){ order: 5; }
#cf-app-customer-fields > div.cf-app__field.cf-app__address-field.cf-app__field-type--address.width-12-of-12 > div:nth-child(3){ order: 6; }
.company-field { order: 7; }

/* .cf-app__address-field label {
	display: none !important;
} */
#cf-app-customer-fields > div.cf-app__field.cf-app__address-field.cf-app__field-type--address.width-12-of-12 > div:nth-child(4){
width:100%
}

/* フォームサイズ */
.cf-app__field input,
.cf-app__field select {
	padding: 0 18px;
	text-align: left;
	height: var(--form-input-field-height);
	border: 1px solid rgba(var(--text-color), .15);
}
.cf-app__field select {
	background: none;
}
.cf-app__field input[type="radio"],
.cf-app__field input[type="checkbox"] {
	height: unset;
}
.cf-app__field input[type="radio"] {
	margin-right: 4px;
}
.cf-app__address-label {
	display: none;
}
#cf-app-customer-fields > .cf-app__field.cf-app__address-field {
	margin-bottom: 0 !important;
}
 
#cf-app-customer-fields select {
  -webkit-appearance: none;
  appearance: none;
}

.cf-app__field input[type="date"] {
	display: block;
	/* display:flex; */
	line-height: 45px;
	width: 100%;
	background: none;
	-webkit-appearance: none;	
  	appearance: none;
}
.cf-app__field .cf-app__radio label{
	display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
	gap: 0;
}
.cf-app__field .cf-app__radio input {
	padding: 0;
}

.cf-app__field:not(.cf-app__address-field) {
	display: flex;
	flex-direction: column;
}
.cf-app__field label {
	order: 1;
	text-align: left;
}
.cf-app__field input,
.cf-app__field select {
	order: 2;
}
.cf-app__field[data-wrapper-for="gender"] {
	flex-direction: unset;
    flex-wrap: wrap;
}
.cf-app__field[data-wrapper-for="gender"] .cf-app__field-label {
	display: block !important;
	order: 0;
	width: 100%;
}
.cf-app__field:not(.cf-app__field-type--accepts-marketing) > label.cf-app__field-label{
	display: none;
}
.cf-app__field .cf-app__checkbox {
	text-align: left;
}
.button-field button.btn {
	margin: 0 auto;
    font-size: 16px;
    color: var(--white-color);
    text-decoration: none !important;
    background-color: var(--blue-color);
    width: 274px;
    height: 54px;
    max-width: 100%;
    display: inline-block;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid var(--blue-color);
    transition: .3s !important;
}
.button-field button.btn::before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
    height: 15px;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(//segafavestore.jp/cdn/shop/files/arrow_white.svg?v=1296127343610494921);
    mask-image: url(//segafavestore.jp/cdn/shop/files/arrow_white.svg?v=1296127343610494921);
    background-color: var(--white-color);
    transition: .3s;
}
.cf-app__field[data-wrapper-for="mail_detail"] .cf-app__field-label {
	display: block !important;
	order: 0;
}

.button-field button.btn:hover {
    background-color: var(--white-color)!important;
    color: var(--blue-color) !important;
}
.button-field button.btn:hover::before {
    background-color: var(--blue-color);
}
.form-error-message {
	order: 3;
    text-align: left;
    width: 100%;
}

.cf-app__field.cf-app__address-field.field:has(select[id="customer-address-country"]) {
  display: none;
}

/* ポリシー
---------------------------------------------------------------------------- */

.shopify-policy__body h2{
    font-size: 44px;
    font-weight: 600;
}
@media screen and (max-width: 740px) {
.shopify-policy__body h2{
    font-size: 32px;
    margin-block-end: 13px;
}
}


/* wishlist plus お気に入り
---------------------------------------------------------------------------- */

/* 商品画像上 アイコン */
@media screen and (max-width: 740px) {
	.swym-wishlist-collections-v2-container {
		top: 1.4%!important;
		right: 3%!important;
		left: auto!important;
		padding: 0!important;
	}
	button.swym-wishlist-collections-v2 {
		transform: unset !important;
		width: 22px !important;
		height: 22px !important;
	}
	button.swym-wishlist-collections-v2.swym-wishlist-collections-v2 svg {
		width: 22px !important;
		height: 22px !important;
	}
}
/* お気に入り一覧 ページ */
#swym-storefront-layout-container *::-webkit-scrollbar,
.swym-storefront-layout-body *::-webkit-scrollbar {
	display: none;
}

.swym-storefront-layout-header,
#swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body {
    max-width: 1290px !important;
    width: calc(100% - 40px) !important;
    margin: 0 auto !important;
	padding-bottom: 90px;
}
@media screen and (max-width: 740px) {
	.swym-storefront-layout-header,
    #swym-storefront-layout-section-container.swym-storefront-layout-layout .swym-storefront-layout-body {
        width: calc(100% - 40px);
		padding-bottom: 50px;
    }
}
.swym-storefront-layout-login-button {
	margin: 0 auto;
    font-size: 16px;
    color: var(--white-color)!important;
    text-decoration: none !important;
    background: var(--blue-color)!important;
    width: 274px;
    height: 54px;
    max-width: 100%;
    display: inline-block;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid var(--blue-color);
    transition: .3s !important;
}
.swym-storefront-layout-login-button::before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    width: 10px;
    height: 15px;
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url(//segafavestore.jp/cdn/shop/files/arrow_white.svg?v=1296127343610494921);
    mask-image: url(//segafavestore.jp/cdn/shop/files/arrow_white.svg?v=1296127343610494921);
    background-color: var(--white-color);
    transition: .3s;
}
@media screen and (max-width: 740px) {
.swym-storefront-layout-login-button::before {
	width: 6px;
	height: 10px;
	right: 10px;
}
}
.swym-storefront-layout-login-button svg {
	display: none;
}
.swym-storefront-layout-login-button:hover {
    background-color: var(--white-color)!important;
    color: var(--blue-color) !important;
}
.swym-storefront-layout-login-button:hover::before {
    background-color: var(--blue-color);
}

.swym-storefront-layout-grid-item-add-to-cart-button {
	margin-top: 20px;
	width: 300px;
    height: 60px;
    background: #ff9100 !important;
    border-radius: 4px;
    border: 1px solid #ff9100 !important;
    transition: .3s;
}
.swym-storefront-layout-grid-item-add-to-cart-button:hover {
	color: #ff9100;
	background: #fff !important;
}
@media screen and (max-width: 740px) {
    .swym-storefront-layout-grid-item-add-to-cart-button {
        width: 100%;
        height: 40px;
		margin-top: 14px;
		font-size: 13px;
    }
}

.swym-storefront-layout-grid-item-title {
	text-align: left;
    font-size: 14px!important;
    font-weight: 600!important;
}
@media screen and (max-width: 740px) {
.swym-storefront-layout-grid-item-title {
	font-size: 13px !important;
	line-height: 1.5;
	margin-block-end: 0px;
}
}
.swym-storefront-layout-grid-item-final-price {
	font-size: 18px;
    font-weight: 900;
	color: #000 !important;
}
@media screen and (max-width: 740px) {
.swym-storefront-layout-grid-item-final-price {
	font-size: 15px;
}
}
@media screen and (min-width: 741px) {
.swym-storefront-layout-items-container {
	grid-template-columns: repeat( 4 ,1fr )!important;
	gap: 48px 24px!important;
}
}
@media screen and (max-width: 740px) {
	.swym-storefront-layout-items-container {
	gap: 32px 12px!important;
}
.swym-storefront-layout-grid-item-image {
	display:block;
	height: 296px !important;
}
}

.swym-storefront-layout-grid-item-action-container {
	display: none!important;
}
.swym-storefront-layout-grid-item-image-container,
.swym-storefront-layout-grid-item-image {
	border-radius: 0!important;
}
.swym-storefront-layout-login-description {
	display: none;
}

#swym-storefront-layout-collection-option-button {
	display: none !important;
}
/* Feature Collections 商品リスト セクション
---------------------------------------------------------------------------- */
/* 矢印 */
.shopify-section--featured-collections .tabs-nav__position.is-initialized {
	display: none;
}
.product-list__prev-next .prev-next-button--prev {
	margin-left: -20px;
}
.product-list__prev-next .prev-next-button--next {
	margin-right: -20px;
}
@media screen and (min-width: 740px) {
	.product-list__prev-next .prev-next-button--prev {
		margin-left: -28px;
	}
	.product-list__prev-next .prev-next-button--next {
		margin-right: -28px; 
	}
}


/* 0807修正対応 */

.article__header-content.text-container {
    text-align: left;
}
h1.article__title.heading.h1 {
    font-size: 30px;
}
.page-header .heading.h1{
    font-size: 30px;
}

@media screen and (min-width: 741px) {
    .header__wrapper {
        padding: calc(18px - var(--reduce-header-padding) * 6px) 0;
    }
}
#boost-sd__search-widget-init-wrapper * ,
#boost-sd__search-bar-autocomplete-wrapper *,
.boost-sd__header-item.boost-sd__instant-search-product-list-header,
.boost-sd__suggestion-queries-item-title,
.boost-sd__suggestion-queries-item-vendor,
.boost-sd__format-currency {
	font-family: "Noto Sans JP", sans-serif !important;
}

body {
	overflow-x: hidden;
    width: 100%;
}

.cart-notification {
	z-index: 999;
}

.account--order .c_back_order {
	margin: 50px auto 0;
	left: 0;
	font-size: 16px;	
}
@media screen and (max-width: 740px) {
.account--order .c_back_order {
	margin: 40px auto 0;
	font-size: 13px;
}
}
.account--order .c_back_order:before {
	right: unset;
	left: 20px;
	transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 740px) {
	.account--order .c_back_order:before {
	left: 10px;
	width: 6px;
	height: 10px;
}
}

.boost-sd__instant-search-results--mobile-style1.boost-sd__instant-search-results--product-type-grid .boost-sd__suggestion-queries-item-product--left:before {
	padding-top: 100% !important;
}
@media screen and (min-width: 991px) {
	#boost-sd__search-widget-init-wrapper[aria-controls="boost-sd__search-widget-init-input-0"] {
		top: 69px !important;
		left: 0 !important;
		width: 500px;
		height: calc(100% - 69px);
	}
	.boost-sd__instant-search-results {
		max-height: unset !important;
		height: 100%;
	}
	.boost-sd__instant-search-autocomplete {
		width: 100% !important;
	}
}
@media screen and (min-width: 1200px) {
	#boost-sd__search-widget-init-wrapper[aria-controls="boost-sd__search-widget-init-input-0"] {
		top: 69px !important;
		right: 0 !important;
		left: unset !important;
		width: 500px;
		height: calc(100% - 69px);
	}
	.boost-sd__instant-search-results {
		max-height: unset !important;
		height: 100%;
	}
	.boost-sd__instant-search-autocomplete {
		width: 100% !important;
	}
}
@media screen and (max-width: 740px) {
.boost-sd__product-list-grid--2-col .boost-sd__product-item {
	margin-bottom: 64px !important;
}
}
.boost-sd__product-title {
	text-transform: none !important;
}

#boost-sd__search-widget-init-wrapper *, #boost-sd__search-bar-autocomplete-wrapper *, .boost-sd__header-item.boost-sd__instant-search-product-list-header, .boost-sd__suggestion-queries-item-title, .boost-sd__suggestion-queries-item-vendor, 
.boost-sd__format-currency
Specificity: (1,0,0)
 {
    max-width: 590px;
}
#boost-sd__search-widget-init-wrapper .boost-sd__instant-search-product-list {
	max-width: 590px;
}

.c_container {
	position: relative;
}

.c_container .c_logout {
	position: absolute;
	top: 50%;
	right: 40px;
	transform: translateY(-50%);
}
@media screen and (max-width: 999px) {
	.c_logout_sp {
		margin-block-start: 40px !important;
	}
}
.list-collection__item-title.heading.h4 {
    font-size: 26px;
}
@media screen and (max-width: 999px) {
.list-collection__item-title.heading.h4 {
    font-size: 20px;
}
}
tabs-nav#search-tabs-nav {
    opacity: 0;
    pointer-events: none;
	margin-top: 30px;
}
@media screen and (max-width: 999px) {
tabs-nav#search-tabs-nav {
	margin-top: 10px;
}
}
h1.product-meta__title.heading.h3 {
    text-transform: none;
}


/* コレクションリスト */
.c_heading {
	font-size: 30px;
}
@media screen and (max-width: 740px) {
.c_heading {
	font-size: 23px;
}
}
.list-collections .container {
	max-width: 1290px;
    width: calc(100% - 40px);
    margin: 0 auto;
	padding: 0;
}
@media screen and (max-width: 740px) {
	.list-collections .container {
        width: calc(100% - 40px);
    }
}
.list-collections__item {
	background: unset;
}

.c_list-collections__item-list {
	display:grid ;
	gap: 40px;
	grid-template-columns: repeat( 4 ,1fr ) ;
}
@media screen and (max-width: 740px) {
.c_list-collections__item-list {
	grid-template-columns: repeat( 3 ,1fr ) ;
	gap: 12px;
}
}
.list-collections__item-image {
	min-height: unset;
}
.list-collections__item-image-wrapper {
	border: 1px solid #999;
	height: unset;
}
.list-collections__item-info {
	transform: unset;
	position: unset;
	padding: 0;
}
.list-collections__item-info h2 {
	color: #333;
	margin-top: 20px !important;
	text-align: left;
}
.list-collections__item-info p.heading {
	text-align: left;
	font-size: 14px;
    margin-block-start: 10px !important;
}
@media screen and (max-width: 740px) {
.list-collections__item-info p.heading {
	font-size: 11.5px;
}
}
.list-collections__item.image-zoom {
	background: unset;
}
.list-collections__item.has-overlay .list-collections__item-image-wrapper:before {
	content: none;
}

/* 記事詳細 */
.article__info {
    display: none;
}

.article__image {
    max-width: 550px;
}
.article__image-wrapper.article__image-wrapper--square {
    text-align: center;
}
@media screen and (max-width: 740px) {
	.article__image {
    max-width: 100%;
}
}


/* お問い合わせ */
.contact  .section__header .heading, 
.page-header__text-wrapper .heading, 
.shopify-policy__title .heading {
	font-size: 30px;
}
@media screen and (max-width: 740px) {
.contact  .section__header .heading, 
.page-header__text-wrapper .heading, 
.shopify-policy__title .heading {
	font-size: 26px;
}
}

/* 矢印 */
button.product-list__arrow.prev-next-button.prev-next-button--prev {
    border-radius: 6px;
    border: 1px solid var(--blue-color);
    transition: .3s !important;
    background: var(--blue-color);
    color: #fff;
}
button.product-list__arrow.prev-next-button.prev-next-button--next {
    border-radius: 6px;
    border: 1px solid var(--blue-color);
    transition: .3s !important;
    background: var(--blue-color);
    color: #fff;
}
button#swym-atw-pdp-button {
    padding-left: 0;
}

span.c_shipping-bar_under {
    display: block;
    font-size: 10px;
}
@media screen and (max-width: 740px) {
.c_footer_menu ul.c_footer_menu_list::nth-of-type(2){
	padding-top:10px;
}
.c_footer_menu_item:nth-of-type(3):before {
	display:none;
}
.c_footer_menu_item:nth-of-type(4):before {
	display:none;
}
}
span._root_1uj7g_1.ruffruff-pre-order-badge {
    display: block;
}

.ruffruff-pre-order-badge {
    display: none!important;
}

/* 検索 */

