* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style-type: none;
}

.clear {
    overflow: hidden;
    _zoom: 1;
}

/*--- clearfix ---*/
#wrap .cf:after {
    content: "";
    display: block;
    clear: both;
}

#wrap *,
#wrap *:before,
#wrap *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

#wrap {
    width: 100%;
    overflow: hidden;
    /* font-family: "Noto Sans Japanese", "Hiragino Kaku Gothic Std",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka,
    "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
    font-family: "游ゴシック";
    line-height: 1.7;
    color: #707070;
    /* letter-spacing: 1.6px; */
    background: #fefaef;
    margin-top: 2%;
}

#wrap img {
    width: 100%;
}

#wrap a {
    display: block;
    color: #707070;
}

/*common//////////////////////////////////////////////////*/
#wrap .ttl {
    font-size: 6.8vw;
    /* font-family: urw-din, sans-serif; */
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: center;
    margin: 7% auto 3%;
}

#wrap .ttl:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 99%;
    left: 46%;
    display: inline-block;
    border-bottom: 2px solid #000;
}

#wrap .ttl2 {
    font-size: 5vw;
    /* font-family: urw-din, sans-serif; */
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: center;
    margin: 7% auto 3%;
}

#wrap .ttl2:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 99%;
    left: 46%;
    display: inline-block;
    border-bottom: 2px solid #000;
}

#wrap .category {
    font-size: 4vw;
    /* font-family: urw-din, sans-serif; */
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: left;
    margin: 20px auto 20px;
    border-bottom: 1px solid;
    width: 96%;
}

#wrap .category:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 99%;
    left: 46%;
    display: inline-block;
}

#wrap .category2 {
    font-size: 2.8vw;
    /* font-family: urw-din, sans-serif; */
    font-weight: 700;
    font-style: normal;
    position: relative;
    text-align: center;
    margin: 30px auto 30px;
}

#wrap .category2:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 99%;
    left: 46%;
    display: inline-block;
}

#wrap .red {
    color: #e52e2e;
}

#wrap .js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 1s;
}

#wrap .js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

/*main//////////////////////////////////////////////////*/
#wrap .main {
    width: 100%;
}

#wrap .main .txtBox {
    width: 94%;
    margin: 0 3%;
    margin: 0 auto;
}

#wrap .main .txtBox .date {
    font-size: 2.4vw;
    color: #999999;
    margin: 0% auto 0;
}

#wrap .main .txtBox .brand {
    font-size: 2.8vw;
    border-bottom: 1px solid #cccccc;
    margin: 0% auto 3%;
    padding-bottom: 2%;
}

#wrap .main .txtBox .mainTtl {
    font-size: 3.8vw;
    font-weight: bold;
    text-align: center;
    margin: 3% auto;
}

#wrap .main .mainImg {
    margin: 10px auto;
    width: 94%;
}

/*item//////////////////////////////////////////////////*/
#wrap .item {
    width: 100%;
    margin: 0 auto;
    background-color: #F5F5F5;
}

#wrap .item .lead {
    display: grid;
    /* font-family: "Noto Sans JP"; */
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    gap: 8px;
    line-height: 27px;
    /* 150% */
    padding: 25px 0 25px;
    text-align: center;
    background-color: #fff;
}

#wrap .item .lead span {
    background: linear-gradient(transparent 60%, #ff6 60%);
    padding: 25px 0 0;
}



/*shop_logo//////////////////////////////////////////////////*/
#wrap .shop_logo {
    text-align: center;
    width: 40%;
    margin: 60px auto 30px;
}

/*bigBox//////////////////////////////////////////////////*/
#wrap .item .bigBox ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto 2%;
}

#wrap .item .bigBox li {
    width: 100%;
    margin: 2% auto 6%;
}

#wrap .item .bigBox li a {
    text-decoration: none;
}

#wrap .item .bigBox li img {
    width: 96%;
    /*	height: 60vh;*/
    object-fit: cover;
    margin: 0 2%;
}

#wrap .item .bigBox li .num {
    font-size: 16.4vw;
    font-weight: bold;
    margin: 0 auto 8px;
    /* font-family: urw-din, sans-serif; */
    font-weight: 600;
    font-style: normal;
    position: relative;
    margin-left: 6%;
    letter-spacing: 3px;
}

#wrap .item .bigBox li .num:after {
    content: "";
    width: 17px;
    height: 2px;
    position: absolute;
    top: 88%;
    left: 1%;
    display: inline-block;
    border-bottom: 2px solid #000;
}

#wrap .item .bigBox li .shop,
#wrap .item .bigBox li .price {
    font-size: 4vw;
    margin: 0 3px 0 3px;
    font-weight: 400;
}

#wrap .item .bigBox li .price span {
    font-size: 3vw;
}

#wrap .item .bigBox li .name {
    font-size: 4vw;
    font-weight: 400;
    margin: 0 3px 0 3px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#wrap .item .bigBox li .comment {
    font-size: 3.2vw;
    margin: 0 3%;
    font-weight: 200;
}

/*smallBox//////////////////////////////////////////////////*/
#wrap .item .smallBox ul {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
}

#wrap .item .smallBox li {
    width: 49.5%;
    margin: 0 1% 6% 0;
}

#wrap .item .smallBox li:nth-child(even) {
    margin-right: 0%;
}

#wrap .item .smallBox li a {
    text-decoration: none;
}

#wrap .item .smallBox li img {
    width: 100%;
    /*height: 34vh;*/
    object-fit: cover;
}

#wrap .item .smallBox li .num {
    font-size: 10.8vw;
    font-weight: bold;
    margin: 0 auto 2%;
    position: relative;
    /* font-family: urw-din, sans-serif; */
    font-weight: 700;
    font-style: normal;
    margin-left: 4%;
    letter-spacing: 3px;
}

#wrap .item .smallBox li .num:after {
    content: "";
    width: 14px;
    height: 1px;
    position: absolute;
    top: 90%;
    left: 2%;
    display: inline-block;
    border-bottom: 2px solid #000;
}

#wrap .item .smallBox li .shop,
#wrap .item .smallBox li .price {
    font-size: 3vw;
    margin: 1% 0 0 1%;
    font-weight: 400;
}

#wrap .item .smallBox li .price span {
    font-size: 7px;
}

#wrap .item .smallBox li .comment {
    font-size: 2.8vw;
    margin: 1% 0 0 1%;
    font-weight: 200;
}

#wrap .item .smallBox li .name {
    font-size: 3vw;
    margin: 1% 0 0 2%;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/*smallBox//////////////////////////////////////////////////*/
#wrap .item .threeBox ul {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    width: 96%;
    margin: auto;
}

#wrap .item .threeBox li {
    width: 32.5%;
    margin: 0 1% 6% 0;
}

#wrap .item .threeBox li:nth-child(3n) {
    margin-right: 0%;
}

#wrap .item .threeBox li a {
    text-decoration: none;
}

#wrap .item .threeBox li img {
    width: 100%;
    object-fit: cover;
}

#wrap .item .threeBox li .num {
    font-size: 9.2vw;
    font-weight: bold;
    margin: 0 auto 2%;
    position: relative;
    /* font-family: urw-din, sans-serif; */
    font-weight: 700;
    font-style: normal;
    margin-left: 4%;
    letter-spacing: 3px;
}

#wrap .item .threeBox li .num:after {
    content: "";
    width: 14px;
    height: 1px;
    position: absolute;
    top: 90%;
    left: 2%;
    display: inline-block;
    border-bottom: 2px solid #000;
}

#wrap .item .threeBox li .shop,
#wrap .item .threeBox li .price {
    font-size: 3vw;
    margin: 1% 0 0 1%;
    font-weight: 400;
}

#wrap .item .threeBox li .name {
    font-size: 3vw;
    margin: 1% 0 0 1%;
    font-weight: 400;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

#wrap .item .threeBox li .price span {
    font-size: 7px;
}

#wrap .item .threeBox li .comment {
    font-size: 2.3vw;
    margin: 1% 2% 0 2%;
    font-weight: 200;
}

/*btn//////////////////////////////////////////////////*/
#wrap .item .btn {
    width: 56%;
    margin: 2% auto 15%;
    background-color: #707070;
}

#wrap .item .btn a {
    font-size: 3vw;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
}

#wrap .item .btn p {
    padding: 6% 0;
    color: #fff;
    font-weight: 400;
}

/*staff//////////////////////////////////////////////////*/
#wrap .staff {
    width: 94%;
    margin: 0 3%;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin: 10% auto 0;
    padding-bottom: 10%;
}

#wrap .staff .comment {
    width: 90%;
    margin: 6% 5% 15%;
    text-align: center;
    font-size: 3.6vw;
    font-weight: 200;
}

/*news//////////////////////////////////////////////////*/
#wrap .news {
    width: 100%;
}

#wrap .news a {
    text-decoration: none;
}

#wrap .news ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: auto;
    width: 96%;
}

#wrap .news .bigBox li {
    width: 49.5%;
    margin: 0 1% 6% 0;
}

#wrap .news .bigBox li:nth-child(even) {
    margin-right: 0px;
}

#wrap .news .smallBox li {
    width: 32.8%;
    margin: 0 0.7% 6% 0;
}

#wrap .news .smallBox li:nth-child(3n) {
    margin-right: 0px;
}

#wrap .news ul li .comment {
    font-size: 3vw;
    margin: 4% 0 0 6%;
    font-weight: 200;
}

#wrap .page {
    width: 94%;
    margin: 0 3%;
    font-size: 3vw;
    border-top: 1px solid #707070;
    padding: 3% 0;
}

/*banner//////////////////////////////////////////////////*/

#wrap .item .banner ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 8% auto 3%;
}

#wrap .item .banner li {
    width: 100%;
    margin: 2% auto;
}

#wrap .item .bbannerigBox li a {
    text-decoration: none;
}

#wrap .item .banner li img {
    width: 100%;

    object-fit: cover;
}

/*---------------anchor----------------*/
#wrap .anchor_box {
    /* margin-top: 24px; */
    padding: 10px 16px;
    background-size: cover;
    background-color: #707070;

}

#wrap .anchor_ttl {
    display: block;
    padding: 2.67vw 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 100%;
    font-size: 5.33vw;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.02em;
}

#wrap .anchor_text {
    position: relative;
    padding: 3vw;
    font-size: 3.6vw;
    line-height: 1.5;
    letter-spacing: 0.05em;
    border-radius: 10px;
    text-align: center;
    font-weight: 800;
        background-color: #ebfaff;

    @media screen and (min-width: 768px) {
        position: relative;
        padding: 20px 10px;
        font-size: 18px;
        line-height: 1.5;
        letter-spacing: 0.05em;
        border-radius: 10px;
    }
}

#wrap .anchor_text span {
    font-size: 4.5vw;
    color: #0096d8;
    background: linear-gradient(transparent 0, #ff6 0);

    @media screen and (min-width: 768px) {
        font-size: 26px;
    }
}


#wrap .anchor_afte {
    transform: rotate(90deg);
    width: 16px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    color: #fff;
}

#wrap .anchor_logo {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px;
    aspect-ratio: 1/1;
}


/* 
  #wrap .anchor_text:after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 1.7vw;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 1.47vw 1vw 0 1vw;
	border-color: #707070 transparent transparent  transparent;
  }

   */

/* Anchor */
#wrap .anchor_list {
    display: grid;
    grid-template-columns: repeat(1, auto);
    /* grid-template-columns: repeat(auto-fit, minmax(79.75px, 1fr)); */
    gap: 8px;
    padding-top: 8px;

    @media screen and (min-width: 768px) {
        grid-template-columns: repeat(1, 50%);
        gap: 16px;
        justify-content: center;
    }
}

#wrap .anchor_link {
    display: grid;
    gap: 8px;
    text-decoration: none;
}

#wrap .anchor_link.--small {
    font-size: 2.9vw;
    text-decoration: none;
}

#wrap .anchor_img {
    transform: rotate(90deg);
    width: 16px;
    aspect-ratio: 1/1;
    margin: 0 auto;
}

#wrap .anchor_logo {
    background-color: #ffffff;
    border-radius: 4px;
    padding: 4px;
    aspect-ratio: 1/1;
}

#wrap .back_btn {
    font-size: 10px;
    /* font-family: urw-din, sans-serif; */
    font-weight: 400;
    font-style: normal;
    position: relative;
    text-align: right;
    margin: 10px 15px 10px;
    color: #707070;
}


/* --------フリーページ_2024_10_SFCC移行分--------- */
.shop_baycrews_240613--pc {
    display: none;
}

.shop_baycrews_240613--sp {
    display: block;
}

.shop_baycrews_240613_headline {
    display: gird;
}

.shop_baycrews_240613_headlineText {
    /* display: flex; */
    padding: 20px;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* width: 94%; */
    margin: auto;
    background-color: #707070;
    color: #fff;
}

.shop_baycrews_240613_headlineText a {
    /* display: flex; */
    padding: 20px;
    text-align: center;
    /* font-family: "Noto Sans JP"; */
    font-size: 3.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    /* width: 94%; */
    margin: auto;
    /* background-color: #707070; */
    color: #fff;
}


#shop_baycrews_240613_headlineText_afte {
    transform: rotate(90deg);
    width: 16px;
    aspect-ratio: 1/1;
    margin: 0 auto;
    width: 1em;
    height: 1em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    color: #fff;
}




.shop_baycrews_240613_date {
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    /* 150% */
    text-align: center;
}

.shop_baycrews_240613_column {
    padding: 24px 0 64px;
    margin: 0 auto;
    max-width: 1180px;
}

.shop_baycrews_240613_columnTitleColumn {
    display: grid;
    gap: 8px;
    padding: 16px;
    justify-items: center;
    margin-bottom: 20px;
}

.shop_baycrews_240613_columnTitleBox {
    display: grid;
    justify-items: center;
}

.shop_baycrews_240613_columnTitle {
    /* border: 1px solid #333; */
    padding: 10px 20px;
    color: #333;
    text-align: center;
    /* font-family: "Cormorant Infant"; */
    font-size: 4.5vw;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    width: fit-content;

    @media screen and (min-width: 768px) {
        font-size: 30px;
    }
}

.shop_baycrews_240613_columnBrandName {
    /* font-family: "Noto Sans JP"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 8px 0;
}

.shop_baycrews_240613_columnBrandLogo {
    aspect-ratio: 1 / 1;
    width: 80px !important;
    padding: 4px;
}

.shop_baycrews_240613_columnBrandDescription {
    color: #333;
    /* font-family: "Noto Sans JP"; */
    font-size: 4vw;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    padding: 16px 16px 40px;
    text-align: center;
}

.shop_baycrews_240613_columnBrandUl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    padding: 0 16px;
}

.shop_baycrews_240613_columnBrandUlLi {
    display: grid;
    padding-bottom: 50px;
    grid-template-rows: subgrid;
    grid-row: span 5;
}

.shop_baycrews_240613_columnBrandUlImage {
    /* aspect-ratio: 5/6; */
    border-radius: 8px;
    object-fit: cover;

    /* height: 200px; */
    @media (min-width: 768px) {
        min-width: 170px;
        /* height: 300px; */
    }

}

.shop_baycrews_240613_columnBrandUlItem {
    display: grid !important;
    color: #fff !important;
    border-radius: 4px;
    background: #333;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /* font-family: "Noto Sans JP"; */
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;

    @media screen and (min-width: 768px) {
        font-size: 12px;
    }
}


.shop_baycrews_240613_columnBrandUlItem2 {
    display: grid !important;
    color: #333 !important;
    border-radius: 4px;
    background: #ebfaff;
    border: 2px solid #333;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /* font-family: "Noto Sans JP"; */
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;

    @media screen and (min-width: 768px) {
        font-size: 12px;
    }
}



.shop_baycrews_240613_columnBrandTextBox {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    grid-template-rows: subgrid;
    grid-row: span 3;
    text-align: center;
}

.shop_baycrews_240613_columnBrandTextName {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    overflow-wrap: anywhere;
}

.shop_baycrews_240613_columnBrandTextDescription {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop_baycrews_240613_columnBrandTextPrice {
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    overflow-wrap: anywhere;
}

.shop_baycrews_240613_columnBrandTextLinks {
    display: grid;
    gap: 8px;
}

.shop_baycrews_240613_columnBrandTextLink {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    text-align: center;
    padding: 8px 0;
}

.shop_baycrews_240613_columnBrandToList {
    display: flex;
    justify-content: center;
    padding: 40px 16px 0;
}

.shop_baycrews_240613_columnBrandToListLink {
    border-radius: 4px;
    border: 1px solid #707070;
    display: flex;
    flex-shrink: 0;
    padding: 8px;
    /* font-family: "Noto Sans JP"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 398px;
    min-height: 44px;
}


.shop_tenpouketori {
    padding: 24px 0;
    margin: 30px auto;
    /* max-width: 1180px; */
    border: 1px solid;
    width: 96%;
    border-radius: 20px;
    background-color: #ebfaff;
}


.shop_tenpouketoriTitleColumn {
    display: grid;
    gap: 8px;
    padding: 16px;
    justify-items: center;
    margin-bottom: 20px;
}

.shop_tenpouketoriTitleBox {
    display: grid;
    justify-items: center;
}

.shop_tenpouketoriTitle {
    /* border: 1px solid #333; */
    padding: 10px 20px;
    color: #333;
    text-align: center;
    /* font-family: "Cormorant Infant"; */
    font-size: 4.5vw;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    width: fit-content;

    @media screen and (min-width: 768px) {
        font-size: 30px;
    }
}

.shop_tenpouketoriBrandName {
    /* font-family: "Noto Sans JP"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 8px 0;
}

.shop_tenpouketoriBrandLogo {
    aspect-ratio: 1 / 1;
    width: 80px !important;
    padding: 4px;
}

.shop_tenpouketoriBrandDescription {
    color: #333;
    /* font-family: "Noto Sans JP"; */
    font-size: 4vw;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding: 16px 8px 40px;
    text-align: center;
}


.shop_tenpouketorilead {
    color: #333;
    /* font-family: "Noto Sans JP"; */
    font-size: 3.8vw;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding: 48px 20px 20px;
    text-align: left;
}


.shop_tenpouketorilead span{
    color: #E60012;
    border-bottom: 1px solid #333;
}

.shop_tenpouketorilead object{
        font-size: 5vw;
    color: #0096d8;
    background: linear-gradient(transparent 0, #ff6 0);
}


.shop_tenpouketorilead2 {
    color: #333;
    /* font-family: "Noto Sans JP"; */
    font-size: 3.8vw;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    padding: 20px 20px;
    text-align: left;
}


.shop_tenpouketoriBrandUl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    padding: 0 16px;
}

.shop_tenpouketoriBrandUlLi {
    display: grid;
    padding-bottom: 50px;
    grid-template-rows: subgrid;
    grid-row: span 5;
}

.shop_tenpouketoriBrandUlImage {
    /* aspect-ratio: 5/6; */
    border-radius: 8px;
    object-fit: cover;

    /* height: 200px; */
    @media (min-width: 768px) {
        min-width: 170px;
        /* height: 300px; */
    }

}

.shop_tenpouketoriBrandUlItem {
    display: grid !important;
    color: #fff !important;
    border-radius: 4px;
    background: #707070;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /* font-family: "Noto Sans JP"; */
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    @media screen and (min-width: 768px) {
        font-size: 12px;
    }
}




.shop_tenpouketoriBrandUlItem2 {
    display: grid !important;
    color: #707070 !important;
    border-radius: 4px;
    /* background: #707070; */
    border: 2px solid #707070;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /* font-family: "Noto Sans JP"; */
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    @media screen and (min-width: 768px) {
        font-size: 12px;
    }
}



.shop_tenpouketoriBrandTextBox {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    grid-template-rows: subgrid;
    grid-row: span 3;
}

.shop_tenpouketoriBrandTextName {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    overflow-wrap: anywhere;
}

.shop_tenpouketoriBrandTextDescription {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop_tenpouketoriBrandTextPrice {
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    overflow-wrap: anywhere;
}

.shop_tenpouketoriBrandTextLinks {
    display: grid;
    gap: 8px;
}

.shop_tenpouketoriBrandTextLink {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    text-align: center;
    padding: 8px 0;
}

.shop_tenpouketoriBrandToList {
    display: flex;
    justify-content: center;
    padding: 0px 16px 0;
}


.shop_tenpouketoriBrandToListLink {
    border-radius: 4px;
    /* border: 1px solid #707070; */
    display: flex;
    flex-shrink: 0;
    padding: 8px;
    /* font-family: "Noto Sans JP"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 398px;
    min-height: 44px;
    background-color: #707070;
    color: #fff !important;
    width: 75%;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
}

.shop_takanawa {
    padding: 0 0 40px;
    margin: 30px auto;
    /* max-width: 1180px; */
    border: 1px solid;
    width: 96%;
    border-radius: 20px;
    background-color: #F5F5F5;
}


.shop_takanawaTitleColumn {
    display: grid;
    gap: 8px;
    padding: 16px;
    justify-items: center;
    margin-bottom: 20px;
}

.shop_takanawaTitleBox {
    display: grid;
    justify-items: center;
}

.shop_takanawaTitle {
    /* border: 1px solid #333; */
    padding: 10px 20px;
    color: #333;
    text-align: center;
    /* font-family: "Cormorant Infant"; */
    font-size: 4.5vw;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    width: fit-content;

    @media screen and (min-width: 768px) {
        font-size: 30px;
    }
}

.shop_takanawaBrandName {
    /* font-family: "Noto Sans JP"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    padding: 8px 8px 0;
}

.shop_takanawaBrandLogo {
    aspect-ratio: 1 / 1;
    width: 80px !important;
    padding: 4px;
}

.shop_takanawaBrandDescription {
    color: #333;
    /* font-family: "Noto Sans JP"; */
    font-size: 4vw;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    padding: 35px 16px 10px;
    text-align: center;
}


.shop_takanawalead {
    color: #333;
    /* font-family: "Noto Sans JP"; */
    font-size: 3.8vw;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    padding: 48px 20px 20px;
    text-align: left;
}

.shop_takanawalead2 {
    color: #333;
    /* font-family: "Noto Sans JP"; */
    font-size: 3.8vw;
    font-style: normal;
    font-weight: bold;
    line-height: 21px;
    padding: 20px 20px;
    text-align: left;
}


.shop_takanawaBrandUl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 12px;
    padding: 0 16px;
}

.shop_takanawaBrandUlLi {
    display: grid;
    padding-bottom: 50px;
    grid-template-rows: subgrid;
    grid-row: span 5;
}

.shop_takanawaBrandUlImage {
    /* aspect-ratio: 5/6; */
    border-radius: 8px;
    object-fit: cover;

    /* height: 200px; */
    @media (min-width: 768px) {
        min-width: 170px;
        /* height: 300px; */
    }

}

.shop_takanawaBrandUlItem {
    display: grid !important;
    color: #fff !important;
    border-radius: 4px;
    background: #707070;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /* font-family: "Noto Sans JP"; */
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    @media screen and (min-width: 768px) {
        font-size: 12px;
    }
}




.shop_takanawaBrandUlItem2 {
    display: grid !important;
    color: #707070 !important;
    border-radius: 4px;
    /* background: #707070; */
    border: 2px solid #707070;
    padding: 4px;
    text-decoration: none;
    text-align: center;
    width: 100%;
    /* font-family: "Noto Sans JP"; */
    font-size: 2.5vw;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;

    @media screen and (min-width: 768px) {
        font-size: 12px;
    }
}



.shop_takanawaBrandTextBox {
    display: grid;
    gap: 4px;
    padding: 10px 0;
    grid-template-rows: subgrid;
    grid-row: span 3;
}

.shop_takanawaBrandTextName {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    overflow-wrap: anywhere;
}

.shop_takanawaBrandTextDescription {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    overflow-wrap: anywhere;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop_takanawaBrandTextPrice {
    /* font-family: Inter; */
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    overflow-wrap: anywhere;
}

.shop_takanawaBrandTextLinks {
    display: grid;
    gap: 8px;
}

.shop_takanawaBrandTextLink {
    /* font-family: "Noto Sans JP"; */
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration-line: underline;
    text-align: center;
    padding: 8px 0;
}

.shop_takanawaBrandToList {
    display: flex;
    justify-content: center;
    padding: 0px 16px 0;
}


.shop_takanawaBrandToListLink {
    border-radius: 4px;
    /* border: 1px solid #707070; */
    display: flex;
    flex-shrink: 0;
    padding: 10px 0 8px;
    /* font-family: "Noto Sans JP"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 398px;
    min-height: 44px;
    background-color: #707070;
    color: #fff !important;
    width: 75%;
    box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
}

.shop_takanawaBrandToList2 {
    display: flex;
    justify-content: center;
    padding: 0px 16px 0;
}


.shop_takanawaBrandToListLink2 {
    border-radius: 4px;
    /* border: 1px solid #707070; */
    display: flex;
    flex-shrink: 0;
    padding: 10px 0 8px;
    /* font-family: "Noto Sans JP"; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    max-width: 398px;
    min-height: 44px;
    background-color: #707070;
    color: #fff !important;
    width: 75%;
    margin-top: 30px;
box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.3);
    @media screen and (min-width: 768px) {
        padding: 15px 0;
    }



    .shop_baycrews_240613_relevance {
        background-color: #d9d9d9;
        display: grid;
        gap: 24px;
        padding: 64px 0;
    }

    .shop_baycrews_240613_relevanceContainer {
        display: grid;
    }

    .shop_baycrews_240613_relevanceTitle {
        /* font-family: "Noto Sans JP"; */
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px;
        text-align: center;
        margin-bottom: 16px;
    }

    .shop_baycrews_240613_relevanceShopnews {
        display: grid !important;
        grid-auto-flow: column;
        justify-content: start;
        column-gap: 8px;
        padding-left: 16px;
        width: 100%;
    }

    .shop_baycrews_240613_relevanceShopnewsLi {
        display: grid;
        grid-template-rows: subgrid;
        grid-row: span 3;
        max-width: 128px;
        padding-bottom: 8px;
    }

    .shop_baycrews_240613_relevanceShopnewsLink {
        display: grid !important;
        grid-template-rows: subgrid;
        grid-row: span 3;
        text-decoration: none;
    }

    .shop_baycrews_240613_relevanceShopnewsTextBox {
        display: grid;
        gap: 4px;
        padding: 8px 0;
        grid-template-rows: subgrid;
        grid-row: span 2;
    }

    .shop_baycrews_240613_relevanceShopnewsText {
        color: #707070;
        /* font-family: "Noto Sans JP"; */
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
        overflow-wrap: anywhere;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .shop_baycrews_240613_relevanceShopnewsDate {
        color: #707070;
        /* font-family: Inter; */
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 18px;
    }

    .shop_baycrews_240613_relevanceShopnewsImage {
        aspect-ratio: 1/1;
        border-radius: 4px;
        width: 128px !important;
        max-width: 128px;
    }

    .shop_baycrews_240613_relevanceBrand {
        display: grid;
        grid-auto-flow: column;
        justify-content: start;
        column-gap: 8px;
        padding: 0 0 16px 16px;
        width: 100%;
    }

    .shop_baycrews_240613_relevanceBrandLi {
        display: grid;
        max-width: 80px;
    }

    .shop_baycrews_240613_relevanceBrandLink {
        text-decoration: none;
    }

    .shop_baycrews_240613_relevanceBrandImage {
        aspect-ratio: 1/1;
        background-color: #fff;
        border-radius: 4px;
        width: 80px !important;
        max-width: 80px;
    }

    .shop_baycrews_240613_relevanceBrandTextBox {
        display: grid;
        padding: 8px 0;
    }

    .shop_baycrews_240613_relevanceBrandText {
        /* font-family: "Noto Sans JP"; */
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 18px;
        overflow-wrap: anywhere;
    }

    .shop_baycrews_240613_relevanceKeyword {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
        padding: 0 16px 16px;
    }

    .shop_baycrews_240613_relevanceKeywordLink {
        background-color: #fff;
        border-radius: 4px;
        padding: 4px 8px;
        text-decoration: none;
        width: fit-content;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .mobile_first_to_page_top {
        display: block;
    }

    .shop_baycrews_240613_relevanceCarouselArrow.splide__arrow {
        background-color: #3338;
        top: 135px;
        width: 40px;
        height: 40px;
        opacity: 1;
    }

    .shop_baycrews_240613_relevanceCarouselArrow.splide__arrow:disabled {
        display: none;
    }

    .shop_baycrews_240613_relevanceCarouselArrow.splide__arrow::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        display: block;
        background: url(https://cdn.lumine.jp/contents/design/contents_img/2024/template/shop_baycrews_240613/icon_chevron_left.svg);
        width: 16px;
        height: 16px;
        transform: translate(-50%, -50%);
    }

    .shop_baycrews_240613_relevanceCarouselArrow.splide__arrow--next {
        right: 41px;
    }

    .shop_baycrews_240613_relevanceCarouselArrow.splide__arrow--prev {
        left: 41px;
    }

    .shop_baycrews_240613_relevanceCarouselArrow.splide__arrow--next::before {
        background: url(https://cdn.lumine.jp/contents/design/contents_img/2024/template/shop_baycrews_240613/icon_chevron_right.svg);
    }
}

    @media screen and (min-width: 768px) {
        .shop_baycrews_240613--pc {
            display: block;
        }

        .shop_baycrews_240613--sp {
            display: none;
        }

        .shop_baycrews_240613_headline {
            display: flex;
            justify-content: center;
        }

        .shop_baycrews_240613_headlineText {
            display: grid;
            text-align: center;
            margin: auto;
            font-size: 16px;
        }

        .shop_baycrews_240613_headlineText a {
            display: grid;
            text-align: center;
            margin: auto;
            font-size: 16px;
        }

        .shop_baycrews_240613_date {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_baycrews_240613_column {
            padding: 40px 0 64px;
        }

        .shop_baycrews_240613_columnTitleColumn {
            padding: 16px 40px 40px;
        }

        .shop_baycrews_240613_columnBrandDescription {
            text-align: center;
            padding: 16px 16px 40px;
            font-size: 21px;
        }

        .shop_baycrews_240613_columnBrandUl {
            grid-template-columns: repeat(6, 1fr);
            column-gap: 20px;
            padding: 0 40px;
        }

        .shop_baycrews_240613_columnBrandUlLi {
            padding-bottom: 80px;
        }

        .shop_baycrews_240613_columnBrandTextName {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_baycrews_240613_columnBrandTextDescription {
            font-size: 13px;
            line-height: 150%;
            -webkit-line-clamp: 2;
        }

        .shop_baycrews_240613_columnBrandTextPrice {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_baycrews_240613_columnBrandTextLink {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_baycrews_240613_relevance {
            display: grid;
            justify-content: center;
            padding: 64px 40px;
        }

        .shop_baycrews_240613_relevanceContainer {
            display: grid;
            max-width: 1180px;
        }

        .shop_baycrews_240613_relevanceContainer--keyword {
            justify-items: center;
        }

        .shop_baycrews_240613_relevanceTitle {
            font-size: 18px;
            line-height: 27px;
            margin-bottom: 24px;
        }

        .shop_baycrews_240613_relevanceShopnews {
            column-gap: 16px;
            padding-left: 40px;
        }

        .shop_baycrews_240613_relevanceShopnewsLi {
            max-width: 170px;
            padding-bottom: 16px;
        }

        .shop_baycrews_240613_relevanceShopnewsText {
            font-size: 13px;
            line-height: 150%;
            -webkit-line-clamp: 3;
        }

        .shop_baycrews_240613_relevanceShopnewsDate {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_baycrews_240613_relevanceShopnewsImage {
            aspect-ratio: 1/1;
            border-radius: 4px;
            width: 170px !important;
            max-width: 170px;
        }

        .shop_baycrews_240613_relevanceBrand {
            column-gap: 16px;
            padding: 0 0 16px 40px;
        }

        .shop_baycrews_240613_relevanceBrandLi {
            max-width: 170px;
        }

        .shop_baycrews_240613_relevanceBrandImage {
            width: 170px !important;
            max-width: 170px;
            padding: 4px;
        }

        .shop_baycrews_240613_relevanceBrandText {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_baycrews_240613_relevanceKeyword {
            max-width: 914px;
            padding: 0 30px 16px;
            justify-content: center;
        }

        #wrap .main .mainImg {
            width: 400px;
            margin: 40px auto 40px;
        }

        #wrap .item .lead {
            padding: 24px 0;
            font-size: 24px;
            font-style: normal;
            font-weight: 700;
            line-height: 36px;
            /* 150% */
            margin-top: 30px;
            background-color: #fff;
        }


        .shop_greenlabelrelaxing_240627__navList {
            display: grid;
            justify-items: center;
            grid-template-columns: repeat(2, 1fr);
            column-gap: 8px;
            row-gap: 16px;

            @media screen and (min-width: 768px) {
                display: flex;
                justify-content: center;
                column-gap: 16px;
            }
        }

        .shop_greenlabelrelaxing_240627__navItem {
            width: fit-content;
            text-decoration: none;

            @media screen and (min-width: 768px) {
                max-width: 170px;
            }
        }

        .shop_greenlabelrelaxing_240627__navLink {
            color: var(--aboutTextColor);
            text-decoration: none;
        }

        .shop_greenlabelrelaxing_240627__navArrow {
            width: 16px;
            height: 16px;
            margin: 4px auto 0;
            stroke: var(--aboutTextColor);
        }

        .shop_greenlabelrelaxing_240627__navImg {
            width: 100%;
            aspect-ratio: 5/6;
            margin-bottom: 16px;
            /* border-radius: 8px; */
        }

        .shop_greenlabelrelaxing_240627__navButton {
            padding: 8px;
            border: solid 1px var(--aboutTextColor);

            font-size: 14px;
        }


        .shop_tenpouketori {
            padding: 40px 0;
            border: 1px solid;
            margin: 50px auto;
            border-radius: 30px;
            /* max-width: 1180px; */
            width: 800px;
        }

        .shop_tenpouketoriTitleColumn {
            padding: 16px 40px 40px;
        }

        .shop_tenpouketoriBrandDescription {
            text-align: center;
            padding: 16px 16px 40px;
            font-size: 21px;
            line-height: normal;
        }

        .shop_tenpouketorilead {
            text-align: left;
            padding: 40px 90px 40px;
            font-size: 16px;
            line-height: normal;
        }

        .shop_tenpouketorilead object{
            font-size: 26px;
            line-height: normal;
        }


        .shop_tenpouketorilead2 {
            text-align: left;
            padding: 20px 90px 40px;
            font-size: 16px;
            line-height: normal;
        }


        .shop_tenpouketoriBrandUl {
            grid-template-columns: repeat(5, 1fr);
            column-gap: 20px;
            padding: 0 40px;
        }

        .shop_tenpouketoriBrandUlLi {
            padding-bottom: 80px;
        }

        .shop_tenpouketoriBrandTextName {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_tenpouketoriBrandTextDescription {
            font-size: 13px;
            line-height: 150%;
            -webkit-line-clamp: 2;
        }

        .shop_tenpouketoriBrandTextPrice {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_tenpouketoriBrandTextLink {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_takanawa {
            padding: 10px 0 40px;
            border: 1px solid;
            margin: 50px auto;
            border-radius: 30px;
            /* max-width: 1180px; */
            width: 800px;
        }

        .shop_takanawaTitleColumn {
            padding: 16px 40px 40px;
        }

        .shop_takanawaBrandDescription {
            text-align: center;
            padding: 30px 16px 10px;
            font-size: 21px;
            line-height: normal;
        }

        .shop_takanawalead {
            text-align: left;
            padding: 40px 90px 40px;
            font-size: 16px;
            line-height: normal;
        }

        .shop_takanawalead2 {
            text-align: left;
            padding: 20px 90px 40px;
            font-size: 16px;
            line-height: normal;
        }


        .shop_takanawaBrandUl {
            grid-template-columns: repeat(5, 1fr);
            column-gap: 20px;
            padding: 0 40px;
        }

        .shop_takanawaBrandUlLi {
            padding-bottom: 80px;
        }

        .shop_takanawaBrandTextName {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_takanawaBrandTextDescription {
            font-size: 13px;
            line-height: 150%;
            -webkit-line-clamp: 2;
        }

        .shop_takanawaBrandTextPrice {
            font-size: 13px;
            line-height: 150%;
        }

        .shop_takanawaBrandTextLink {
            font-size: 13px;
            line-height: 150%;
        }

.shop_takanawaBrandToListLink {
        padding: 15px 0;
    }


    }