/*ｰｰｰｰｰｰｰｰ/arclands-css/global.css からの戻しｰｰｰｰｰｰｰｰ*/
.container {
 padding: 0 !important;
 max-width: 100% !important;
}
.row {
 margin: 0;
}
.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-auto, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
 padding: 0;
}
.ml-n2, .mx-n2 {
 margin: 0 !important;
}
/*ｰｰｰｰｰｰｰｰ共通CSSｰｰｰｰｰｰｰｰ*/
.container > .row > * > .experience-component {
 margin: 1em 0;
}
.arclands-postDetail figure {
 margin: 0;
}
.arclands-postDetail hr.dotted {
 border-top: 3px dotted #8C8B8B;
}
/*** commerce_layouts：カラム共通 ***/
.container > .row > * > .experience-component > * > * > .region {
 padding: 0.25em;
}
/*** コンポーネント共通 ***/
.articlePage h1 {
 margin: 2em 0 0.5em;
 padding: 0.2em 0.6em;
 font-size: 2.2em;
 font-weight: bold;
 border-bottom: 5px solid var(--grayColor08);
 background: #f4f4f4;
 text-align: left;
}
.articlePage h2 {
 margin: 2em 0 0.5em;
 padding: 0.2em 0.6em;
 font-size: 1.8em;
 font-weight: bold;
 border-bottom: 1px solid var(--grayColor08);
 background: #f4f4f4;
 text-align: left;
}
.articlePage h3 {
 margin: 1em 0 0.5em;
 padding: 0.2em 0.6em;
 font-size: 20px;
 font-weight: bold;
 border-bottom: 1px solid var(--grayColor08);
 text-align: left;
}
/*** コンポーネント：Textbox ***/
.experience-commerce_assets-editorialRichText p {
 font-size: 1.1em;
}
@media screen and (max-width: 768px) {
 .experience-commerce_assets-editorialRichText p {
  font-size: 1em;
  text-align: left;
 }
}
/*** コンポーネント：Link Banner ***/
.experience-commerce_assets-category .shop-category-component {
 padding: 1em 0;
}
.experience-commerce_assets-category .shop-category-component .shop-category-header {
 width: 100%;
}
.experience-commerce_assets-category .shop-category-component .shop-category-header p {
 font-size: 1.3em;
 font-weight: 500;
 padding-bottom: 0.2em;
}
.experience-commerce_assets-category .shop-category-component .row {
 gap: 5px;
 margin: 5px 0;
}
.experience-commerce_assets-category .shop-category-component .shop-category-label {
 border: 1px solid var(--orangeColor);
 border-radius: 30px;
 font-family: "Noto Sans JP", sans-serif;
 font-size: 1.2em;
 text-decoration: none;
}
.experience-commerce_assets-category .shop-category-component .shop-category-label a {
 padding: 7px 2.5em 7px 1.5em;
 display: block;
 position: relative;
 color: var(--orangeColor) !important;
}
.experience-commerce_assets-category .shop-category-component .shop-category-label a::before {
 display: block;
 content: '';
 width: 6px;
 height: 6px;
 border-right: solid 2px var(--orangeColor);
 border-bottom: solid 2px var(--orangeColor);
 transform: rotate(-45deg);
 position: absolute;
 top: calc(50% - 3px);
 right: 1.5em;
}
@media screen and (max-width: 768px) {
 .experience-commerce_assets-category .shop-category-component .row {
  justify-content: flex-start;
  font-size: 0.95em;
 }
 .experience-commerce_assets-category .shop-category-component .shop-category-label {
  min-width: calc(50% - 3px);
 }
 .experience-commerce_assets-category .shop-category-component .shop-category-label a {
  padding: 7px 1.5em 7px 0.7em;
 }
 .experience-commerce_assets-category .shop-category-component .shop-category-label a::before {
  right: 1em;
 }
}
/*** コンポーネント：Main Banner ***/
.experience-commerce_assets-mainBanner .image-component {
 position: relative;
}
.experience-commerce_assets-mainBanner .image-component .image-heading-container {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 1.5em;
 display: flex;
 align-items: center;
 font-size: 1.8em;
}
.experience-commerce_assets-mainBanner .image-component .mainbanner-sub-text {
 display: none;
}
@media screen and (max-width: 768px) {
 .experience-commerce_assets-mainBanner .image-component .image-heading-container {
  left: 1em;
  font-size: 1.3em;
 }
}
.experience-commerce_assets-mainBanner .image-component .mainbanner-image {
 height: auto;
}
.experience-commerce_assets-mainBanner .image-component .common-image-filter {
 -webkit-filter: none;
 filter: none;
}
/*** コンポーネント：Round Category Tile with Caption ***/
.experience-commerce_assets-popularCategory .popular-category-link {
 text-align: center;
 margin: 0 0 1em;
}
.experience-commerce_assets-popularCategory .popular-category-link a {
 display: inline-block;
 position: relative;
 padding: 7px 3em 7px 2em;
 color: var(--orangeColor);
 border: 1px solid var(--orangeColor);
 border-radius: 20px;
 font-weight: 500;
 font-size: 1.2em;
}
.experience-commerce_assets-popularCategory .popular-category-link a:after {
 display: block;
 content: '';
 width: 6px;
 height: 6px;
 border-right: solid 2px var(--orangeColor);
 border-bottom: solid 2px var(--orangeColor);
 transform: rotate(-45deg);
 position: absolute;
 top: calc(50% - 3px);
 right: 2em;
}
@media screen and (max-width: 768px) {
 .experience-commerce_assets-popularCategory .popular-category-link {
  margin: 0 0 0.5em;
 }
 .experience-commerce_assets-popularCategory .popular-category-link a {
  padding: 7px 2.5em 7px 1.5em;
 }
 .experience-commerce_assets-popularCategory .popular-category-link a:after {
  right: 1.5em;
 }
}
.experience-commerce_assets-popularCategory .image-cropper {
 display: none;
}
/*** コンポーネント：Shop The Look Layout ***/
.experience-commerce_layouts-mobileGridLookBook .show-more {
 display: none;
}
.experience-commerce_layouts-mobileGridLookBook .look-book-layout .row .col-12 {
 padding: 0.25em;
}
/*ｰｰｰｰｰｰｰｰ共通CSS 商品コンポーネントｰｰｰｰｰｰｰｰ*/
/*** コンポーネント：Product Tile ***/
@media screen and (max-width: 768px) {
 .experience-commerce_assets-productTile .product-tile-body {
  font-size: 0.95em;
 }
}
.experience-commerce_assets-productTile .sales {
 font-size: 1.4em;
}
.experience-commerce_assets-productTile .sales .value {
 font-weight: bold;
 font-family: "Roboto";
}
.experience-commerce_assets-productTile .sales .arclands-yen {
 font-size: 60%;
 font-weight: normal;
}
@media screen and (max-width: 768px) {
 .experience-commerce_assets-productTile .sales .arclands-yen {
  font-size: 70%;
 }
}
.experience-commerce_assets-productTile .quick-shop, .experience-commerce_assets-productTile .color-swatches, .experience-commerce_assets-productTile .rating-number {
 display: none;
}
/*** コンポーネント：Shop The Look Product Tile ***/
.experience-commerce_assets-shopTheLook .product-info {
 max-width: 100%;
 display: block;
 position: static;
 text-align: left;
 -webkit-transform: none;
 transform: none;
}
.experience-commerce_assets-shopTheLook .shopthelook-figure-lg:hover .shopthelook-image {
 -webkit-filter: none;
 filter: none;
}
.experience-commerce_assets-shopTheLook .shopthelook-product-name p {
 color: var(--baseColor) !important;
 font-weight: normal !important;
 font-size: 1.1em !important;
}
.experience-commerce_assets-shopTheLook .shopthelook-product-price .price {
 color: var(--baseColor);
 font-weight: normal;
}
.experience-commerce_assets-shopTheLook .sales {
 font-size: 1.4em;
}
.experience-commerce_assets-shopTheLook .justify-content-center {
 display: none !important;
}
/*** コンポーネント：HTML Code ***/
.experience-custom-htmlCode ul.menu {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 align-items: flex-start;
 gap: 5px;
 font-size: 1.2em;
}
.experience-custom-htmlCode ul.menu li {
 border: 1px solid var(--grayColor04);
 border-radius: 30px;
 text-align: center;
}
.experience-custom-htmlCode ul.menu li a {
 padding: 0.7em 2.5em 0.7em 1.5em;
 display: block;
 position: relative;
}
.experience-custom-htmlCode ul.menu li a::before {
 display: block;
 content: '';
 width: 6px;
 height: 6px;
 border-right: solid 2px var(--baseColor);
 border-bottom: solid 2px var(--baseColor);
 transform: rotate(-45deg);
 position: absolute;
 top: calc(50% - 3px);
 right: 1.5em;
}
@media screen and (max-width: 768px) {
 .experience-custom-htmlCode ul.menu {
  justify-content: flex-start;
  font-size: 0.95em;
 }
 .experience-custom-htmlCode ul.menu li {
  width: calc(50% - 3px);
 }
 .experience-custom-htmlCode ul.menu li a {
  padding: 1em 2em 1em 1em;
 }
 .experience-custom-htmlCode ul.menu li a::before {
  right: 1em;
 }
}
.experience-custom-htmlCode table.base_table {
 width: 100%;
}
.experience-custom-htmlCode table.base_table th, .experience-custom-htmlCode table.base_table td {
 border: 1px solid var(--grayColor09);
 padding: 0.5em;
}
.experience-custom-htmlCode table.base_table th {
 background: var(--grayColor06);
}
/*** コンポーネント：HTML Code （アコーディオン）***/
.experience-custom-htmlCode .toggle {
 display: none;
}
.experience-custom-htmlCode .option {
 position: relative;
 margin-bottom: -1px;
 border: solid 1px var(--grayColor09);
 overflow: hidden;
}
.experience-custom-htmlCode .accordion .option:first-child {
 border-radius: 10px 10px 0 0;
}
.experience-custom-htmlCode .accordion .option:last-child {
 border-radius: 0 0 10px 10px;
}
.experience-custom-htmlCode .title, .experience-custom-htmlCode .box {
 -webkit-backface-visibility: hidden;
 backface-visibility: hidden;
 transform: translateZ(0);
 transition: all 0.3s;
}
.experience-custom-htmlCode .title {
 padding: 1em 2em 1em 1em;
 display: block;
 color: #333;
 font-size: 1.2em;
 font-weight: bold;
 background-color: var(--grayColor06);
}
.experience-custom-htmlCode .title::after, .experience-custom-htmlCode .title::before {
 content: "";
 position: absolute;
 right: 1.25em;
 top: 1.25em;
 width: 2px;
 height: 0.75em;
 background-color: var(--orangeColor);
 transition: all 0.3s;
}
.experience-custom-htmlCode .title::after {
 transform: rotate(90deg);
}
.experience-custom-htmlCode .box {
 max-height: 0;
 overflow: hidden;
 border-top: solid 1px var(--grayColor09);
 margin-bottom: -1px;
}
.experience-custom-htmlCode .box .content {
 margin: 0;
 line-height: 1.5;
 padding: 1em;
}
.experience-custom-htmlCode .toggle:checked + .title + .box {
 max-height: 100vh;
 transition: all 1.5s;
}
.experience-custom-htmlCode .toggle:checked + .title::before {
 transform: rotate(90deg) !important;
}
/*** コンポーネント：HTML Code （カテゴリ以外のテキストリンク）***/
.experience-custom-htmlCode .link {
 text-align: center;
 margin: 1em 0;
}
.experience-custom-htmlCode .link a {
 display: inline-block;
 position: relative;
 padding: 7px 3em 7px 2em;
 color: var(--orangeColor);
 border: 1px solid var(--orangeColor);
 border-radius: 20px;
 font-weight: 500;
 font-size: 1.2em;
}
.experience-custom-htmlCode .link a:after {
 display: block;
 content: '';
 width: 6px;
 height: 6px;
 border-right: solid 2px var(--orangeColor);
 border-bottom: solid 2px var(--orangeColor);
 transform: rotate(-45deg);
 position: absolute;
 top: calc(50% - 3px);
 right: 2em;
}
.experience-custom-htmlCode .arc-link, .experience-custom-htmlCode .arc-link2 {
 margin: 0.5em 0;
}
.experience-custom-htmlCode .arc-link a {
 display: block;
 margin: 0 auto;
 width: 100%;
 max-width: 300px;
 background: var(--orangeColor);
 color: var(--whiteColor);
 padding: 0.5em;
 border-radius: 30px;
 font-size: 1.2em;
 text-align: center;
 font-weight: 600;
}
.experience-custom-htmlCode .arc-link2 a {
 display: block;
 margin: 0 auto;
 width: 100%;
 max-width: 300px;
 border: 1px solid var(--orangeColor);
 color: var(--orangeColor);
 padding: 0.5em;
 border-radius: 30px;
 font-size: 1.2em;
 text-align: center;
 font-weight: 500;
}