@charset "UTF-8";
/*
	Reset CSS
-----------------------------------------------------------------------------------------------*/
/***
    The new CSS reset - version 1.8.4 (last updated 14.2.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/***
 {
  outline: 1px solid red;
}
***/

#contentsOut_noImg {
	/*background:url(../images/bg_cmn_hd01.png) repeat-x center -120px;*/
	background-size: 100% 336px;
	background-color:#ffffff;
	/*padding-top: 20px;*/
	}
	@media screen and (max-width: 640px) {
#contentsOut_noImg {
	/*background:url(../images/bg_cmn_hd01.png) repeat-x left top;*/
	background-size:1240px;
	/*padding-top: 26px;*/
	}
}

#contentsOut_noImg .breadcrumb_out {
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	height:60px;
	background:url(../images/bg_cmn_pankuzu01.svg) repeat-x center 12px;
	background-size:contain 140px;
	color:#333333;
	}
@media screen and (min-width: 1300px)  {
	#contentsOut_noImg .breadcrumb_out {
	background:url(../images/bg_cmn_pankuzu01.svg) repeat-x center 0px;
	background-size:cover;
	/*padding-top:5.25%*/

	}	
}
@media screen and (max-width: 640px)  {
	#contentsOut_noImg.breadcrumb_out {
	display:none;
	}
}

	common
-----------------------------------------------------------------------------------------------*/
.contentsIn{
	font-size:1.6em;
	font-family: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
	font-weight: var(--fw-medium);
	font-feature-settings: "palt";
	word-break: break-all;
	overflow-wrap: break-word;
}
/* 変数 */
:root{
	/* color */
	--c-main: #50463c;
    --c-bg: #f0f0e6;
    --c-blue: #32b4ff;
    --c-pink: #ff64b2;
	/* font-weight */
	--fw-light: 300;
	--fw-medium: 400;
	--fw-bold: 700;
	--fw-black: 900;
	/* line-height */
	--lh-none: 1.0;
	--lh-small: 1.4;
	--lh-normal: 1.8;
    --lh-tall: 2.5;
	/* font-family */
	--ff-en: linotype-didot-headline, serif;
	--ff-min: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', YuGothic, Meiryo, sans-serif;
    --ff-ctg: 'Montserrat', sans-serif;
}
.only-pc {
  display: block;
}
/* スマホ（縦横問わず） */
@media (max-width: 767px) {
  .only-pc {
    display: none;
  }
}
/*kv
-----------------------------------------------------------------------------------------------*/
.kv__ctsArea{
	width: 100%;
	margin: 0 auto;
}
.kv__ctsAreaIn{
    position: relative;
	width: 1040px;
	margin: 0 auto 0 auto;
}
.kv__mov{
  position: relative;
      overflow: hidden;

}
.kv__mov img{
  width: 100%;
}
.kv__mov video{
     width: 100%;
    height: auto;
    max-width: 100%;
    display: block;
    object-fit: contain;
}
.kv__logo{
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}
.kv__logo img{
  width: 520px;
  height: auto;
}
.kv__soft{
  position: absolute;
  bottom: -55%;
  right: -5%;
  transform: translateY(-50%);
  z-index: 999;
}
.kv__soft img{
    width: 220px;
    height: auto;
}
@media screen and (max-width:812px){
    .kv__ctsArea{
        background-color: white;
        padding: 20px 0;
    }
    .kv__ctsAreaIn{
	    width: 100%;
        max-width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    .kv__mov img{
        width: 100%; 
    }
    .kv__mov video{
	    width: 100%;
    }
    .kv__logo{
        left: 5%;
    }
    .kv__logo img{
        width: 65%;
    }
    .kv__soft{
        bottom: -62%;
        right: 1%;
    }
    .kv__soft img{
        width: 75px;
        height: auto;
    }
}
/*swiper_kv
============================== */
.swiper_kv {
    width: 100%;
    margin-left: 0;
    transform: none;
    padding: 70px 0;/* 画像切れ対策 */
    overflow: hidden;   /* ← 重要 */
}
.swiper_kv .swiper-clip {
    overflow-x: hidden;
}
.swiper_kv .swiper-wrapper {
    transition-timing-function: linear;/* 滑らかに */
}
.swiper_kv .swiper-slide {
    width: 200px;
    margin-right: 20px; /* ← スライド間の余白 */
}
.swiper_kv .swiper-slide img {
    width: 100%;
    border-radius: 10px;
    display: block;
}
/* 上にずらす（奇数） */
.swiper_kv .swiper-slide:nth-child(odd) {
  transform: translateY(-20px);
}
/* 下にずらす（偶数） */
.swiper_kv .swiper-slide:nth-child(even) {
  transform: translateY(20px);
}
@media screen and (max-width:812px){
    .swiper_kv {
        width: 100%;
        padding:50px 0 20px 0;/* 画像切れ対策 */
        overflow: hidden;
    }
    .swiper_kv .swiper-slide {
        width: 150px;
        margin-right: 15px; /* ← スライド間の余白 */
    }
    /* 上にずらす（奇数） */
    .swiper_kv .swiper-slide:nth-child(odd) {
        transform: translateY(-15px);
    }
    /* 下にずらす（偶数） */
    .swiper_kv .swiper-slide:nth-child(even) {
        transform: translateY(15px);
    }
}

/*CATEGORY top
-----------------------------------------------------------------------------------------------*/
.ctg__topArea{
        padding: 40px 20px;
    }
.ctg__txt{
    margin: 0 0 0 0;
    font-size: 18px;
    font-weight: bold;
    line-height: var(--lh-tall);
    color: var(--c-main);
    text-align: center;
}
@media screen and (max-width:812px){
    .ctg__topArea{
        padding: 0 20px;
    }
    .ctg__txt{
        margin: 0 0 30px 0;
        font-size: 16px;
        line-height: var(--lh-normal);
    }
}
/* ボタン
============================== */
.ctg__topArea .btnArea{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 13px;
}
.ctg__topArea a.btnBase{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 3px 35px;
	padding-right: 60px;
	font-family: var(--ff-min);
	font-size: 16px;
	font-weight: 600;
    letter-spacing: 0.1em;
	color: #fff;
	background-color: var(--c-main);
	border-radius: 35px;
	position: relative;
}
.icoArrow{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	aspect-ratio: 1/1;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.3s;
}
.icoArrow::before,
.icoArrow::after{
	content: " ";
}
.icoArrow::before{
	width: 10px;
	height: 1px;
	background-color: var(--c-main);
}
.icoArrow::after{
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--c-main);
	border-right: 1px solid var(--c-main);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width:812px){
    .ctg__topArea a.btnBase{
        width: 225px;
        font-size: 15px;
    }
	a.btnBase:hover .icoArrow{
		right: 10px;
	}
}
/*カテゴリー共通
-----------------------------------------------------------------------------------------------*/
.ctg__ctsArea {
	width: 1040px;
	margin: 25px auto 0 auto;
}
.ctg__ctsArea h2{
    margin-bottom: 30px;
    line-height: var(--lh-none);
    font-family: var(--ff-ctg);
    font-size: 60px;
    font-weight: var(--fw-black);
    color: var(--c-main);
    text-align: center;
}
.ctg__ctsArea h2 span{
    margin-top: 10px;
    font-family: var(--ff-min);
    font-weight: var(--fw-medium);
    font-size: 15px;
    display: block;
}
.ctg__ctsArea .ctsBox{
    background-color: var(--c-bg);
    border-radius: 10px;
}
.ctg__ctsArea .ctsBoxIn{
    width: 100%;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;

}

@media screen and (max-width:812px){
    .ctg__ctsArea {
	    width: 100%;
	    margin: 50px auto 0 auto;
    }
    .ctg__ctsArea h2{
        font-size: 35px;
        padding: 0 20px;
        letter-spacing: 0.05em;
    }
    .ctg__ctsArea h2 span{
        margin-top: 5px;
        font-size: 12px;
    }
    .ctg__ctsArea .ctsBox{
        margin: 0 20px;
    }
    .ctg__ctsArea .ctsBoxIn{
        width: auto;
        padding: 0px 20px;
}
}
/*MENU CATEGORY
-----------------------------------------------------------------------------------------------*/
.ctg__ctsArea .colBoxOut{
    position: relative;
    margin-top: 165px; /* 飛び出し分+余白40px */
}
.ctg__ctsArea .colBox{
    padding: 0px 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px; 
    justify-content: space-between;
    position: relative;
    top:-125px; /* ← 飛び出し分 */
    margin-bottom: -100px;

}
.ctg__ctsArea .colBoxIn{
    width: calc(100% / 3 - 20px);
    height: 250px;
    display: flex;
    flex-direction: column;
    background-repeat: no-repeat;
    background-size: cover;
}
.tabLink {
  display: block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
}

.ctg__ctsArea .blue{
    background-image: url("../images/img_cat_blue.png");
}
.ctg__ctsArea .pink{
    background-image: url("../images/img_cat_pink.png");
}
.ctg__ctsArea .yellow{
    background-image: url("../images/img_cat_yellow.png");
}
.ctg__ctsArea .green{
    background-image: url("../images/img_cat_green.png");
}
.ctg__ctsArea .orange{
    background-image: url("../images/img_cat_orange.png");
}
.ctg__ctsArea .red{
    background-image: url("../images/img_cat_red.png");
}
.colBox h3{
    margin-top: 30px;
    line-height: var(--lh-none);
    font-family: var(--ff-ctg);
    font-size: 30px;
    font-weight: var(--fw-bold);
	color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
}
.colBox h3 span{
    margin-top: 10px;
    font-family: var(--ff-min);
    font-size: 13px;
    letter-spacing: normal;
    display: block;
}
.colBox .colBoxIn figure{
    display: flex;
    justify-content: center;
}
.colBox .colBoxIn img{
    width: 145px;
}
.arrangeList_Tit{
    display: block;
    width: fit-content;
    margin: -70px auto 5px auto;
    padding: 15px 30px;
    text-align: center;
    font-family: var(--ff-min);
    font-size: 18px;
    font-weight: 600;
    /*letter-spacing: 0.1em;*/
    color: var(--c-main);
    /*background-color: white;
    border: 1px solid var(--c-main);
    border-radius: 35px;*/
}
.arrangeList_Txt{
    text-align: center;
    letter-spacing: 0.1em;
    line-height:var(--lh-normal);
}
.arrangeList{
    /*display: flex;*/
    /*gap: 20px;  要素間の余白 */
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: var(--ff-min);
    color: var(--c-main);
}
.arrangeList li{
    width: 180px;
    text-align: center;
}
.arrangeList li p{
    text-align: left;
    font-weight: var(--fw-bold);
}
.arrangeList li a{
    margin: 20px 0 50px 0;
    display: inline-block;
    font-weight: var(--fw-bold);
}
.arrangeList figure{
    text-align: center;
}
.arrangeList figure img{
    border-radius: 10px;
}
.arrangeList .menuTit{
    display: table;
    margin: 5px auto 20px auto;
    font-family: var(--ff-min);
    font-size: 12px;
    font-weight: var(--fw-bold);
    color: var(--c-main);
    letter-spacing: 0.05em;
    padding-bottom: 0px;
}
.arrangeCard{
    display: block; 
    text-decoration: none;
    color: inherit;
    z-index: 1;
}
.cardLink{
    margin-top: 10px;
    display: flex;
    align-items: center;
    gap: 3px;
    width: 100%;
    justify-content: flex-start;
}
.cardLink .linkTxt{
    text-align: left;
}
.icoArrowR{
    position: relative;
    width: 18px;
    height: 18px;
    background-color: var(--c-main);
    border-radius: 50%;
    flex-shrink: 0;
}
.icoArrowR::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 9px;
    height: 1.5px;
    background: #fff;
    transform: translateY(-50%);
}
.icoArrowR::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.swiper_flow .swiper-wrapper {
  transition-timing-function: linear;
}

.swiper_flow {
    overflow: hidden;
    padding: 10px 0;/* 画像切れ防止 */
    margin-top: 30px;
}

.swiper_flow .swiper-slide {
   /*width: calc((100% - 40px) / 4);*/
      width: 180px; 
}
/* 上にずらす（奇数） */
.swiper_flow .swiper-slide:nth-child(odd) {
  transform: translateY(-10px);
}
/* 下にずらす（偶数） */
.swiper_flow .swiper-slide:nth-child(even) {
  transform: translateY(10px);
}

.swiper_flow .swiper-button-prev,
.swiper_flow .swiper-button-next {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: white;
    top: 40%;
    transform: translateY(-50%);
    z-index: 9999;
    border: 1px solid var(--c-main);
}
.swiper_flow .swiper-button-prev {
    left: 20px;
}
.swiper_flow .swiper-button-next {
    right: 20px;
}
.swiper_flow .swiper-button-next::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    width: 13px;
    height: 1.5px;
    background: var(--c-main);
    transform: translateY(-50%);
}
.swiper_flow .swiper-button-next::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid var(--c-main);
    border-right: 1.5px solid var(--c-main);
    transform: translateY(-50%) rotate(45deg);
}
.swiper_flow .swiper-button-prev::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 13px;
    width: 13px;
    height: 1.5px;
    background: var(--c-main);
    transform: translateY(-50%);
}
.swiper_flow .swiper-button-prev::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 14px;
    width: 8px;
    height: 8px;
    border-top: 1.5px solid var(--c-main);
    border-right: 1.5px solid var(--c-main);
    transform: translateY(-50%) rotate(-135deg);
}
.swiper_flow .swiperNav {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 10;
}
.swiper_flow .swiperNav button {
    pointer-events: auto;
}
.tab-content {
    display: none; 
}
.tab-contents {
    padding-bottom: 50px;
    padding-top: 100px;
    background:rgba(255, 255, 255, 0.6);
}
.tab-content.is-active {
    display: block;
}
/* タブ共通 */
.tab {
    cursor: pointer;
    position: relative;
    transition: transform 0.25s ease;
}
/* active時に大きくする */
/*.tab.is-active {
    transform: scale(1.1);
    z-index: 2; 
} 
.tab{
    transition: transform 0.3s ease;
}*/

/* hover時に大きくする */
.tab:hover{
    transform: scale(1.1);
    z-index: 10;
}


@media screen and (max-width:812px){
    .ctg__ctsArea .colBoxOut{
        position: relative;
        margin-top: 20px; /* 飛び出し分+余白30px */
    }
    .ctg__ctsArea .colBox{
        padding: 0px 20px;
        margin: 0 auto;
        align-items: center; 
        top:-20px; /* ← 飛び出し分 */
    }
    .ctg__ctsArea .colBoxIn{
        width: calc((100% - 32px) / 2); /* ← gap分引く */
        height: 60px;
        padding: 5px 5px;
        margin-bottom: 0;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
    }
    .ctg__ctsArea .colBoxIn .tabInner {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }
    .ctg__ctsArea .colBoxIn .tabInner h3{
        flex: 1;
        margin: 0 0 0 5px;
        text-align: left;
    }

    .ctg__ctsArea .colBoxIn .tabInner figure{
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin: 0;
        width: 50px;
        flex-shrink: 0;
    }

   .ctg__ctsArea .colBoxIn .tabInner figure img{
        width: 50px;
        display: block;
    }
    .tabLink {
        width: 100%;
        height: auto;
    }
    /*.ctg__ctsArea .blue{
        background-color:#68ade0;
        background-image: none;
    }
    .ctg__ctsArea .pink{
        background-color:#E7A8B5;
        background-image:none;
    }
    .ctg__ctsArea .yellow{
        background-color:#E5C85A;
        background-image:none;
    }
    .ctg__ctsArea .green{
        background-color:#68C4A0;
        background-image:none;
    }
    .ctg__ctsArea .orange{
        background-color:#E8B36A;
        background-image:none;
    }
    .ctg__ctsArea .red{
        background-color:#C5626E;
        background-image:none;
    }*/
    .colBox h3{
        font-size: 12px;
        margin-top: 0px;
        margin-left: 5px;
        line-height: 0.8rem;
        text-align: left;
    }
    .colBox h3 span{
        margin-top: 5px;
        font-size: 9px;
        line-height: 0.7rem;
        text-align: left;
    }
    .arrangeList_Tit{
        margin: -20px auto 0 auto;
        padding: 15px 30px;
        font-size: 14px;
    }
    .arrangeList li a{
        margin: 20px 0 30px 0;
    }
    .arrangeList figure img{
        width: 100%;
        border-radius: 10px;
    }
    .swiper_flow {
        padding: 8px 0;/* 画像切れ防止 */
        margin-top: 0px;
    }
    /* 1スライドの幅を「2枚＋α」にする */
    .swiper_flow .swiper-slide {
        width: calc(100% / 3);
    }
    /* 上にずらす（奇数） */
    .swiper_flow .swiper-slide:nth-child(odd) {
        transform: translateY(-5px);
    }
    /* 下にずらす（偶数） */
    .swiper_flow .swiper-slide:nth-child(even) {
        transform: translateY(5px);
    }
    .ctg__ctsArea .tabs {
        display: flex;
        gap: 12px;
    }
    /*.tab.is-active {
        transform: scale(1.15);
    }*/
    .tab-content {
       /* width: 100%;*/
         display: none;
    }
    .tab-content.is-active{
        display: block;
    }
    .tab-contents {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .tab:hover {
        transform: none;
        z-index: auto;
    }

}

/*Trends & Season
-----------------------------------------------------------------------------------------------*/
.Trends {
    margin-top: 100px;
}
.Trends .ctsBoxIn{
    align-items: flex-end;
}
.Trends .sofrepe_txtArea{
    margin-right: 20px;
    flex: 1;/* ← 残り幅を全部使う */
    min-width: 0;/* ← はみ出し防止の保険 */
    display: flex;
    flex-direction: column;
    font-family: var(--ff-min);
    font-weight: var(--fw-bold);
}
.Trends .movArea{
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
}
.Trends .logo{
    width: 100%;
    position: relative;
    top:-100px;
    margin-bottom: -70px;
}
.Trends .logo img{
    margin: 0 auto;
    display: block;
    filter: drop-shadow(0px 0px 5px rgba(0,0,0,0.45));
}
.Trends .sofrepe_txtArea p {
    font-size: 16px;
    color: var(--c-main);
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
.Trends .qrArea {
    padding: 20px;
    margin-top: 20px;
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
}
.Trends .qrArea .qr_txtArea{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.Trends .qrArea .imgArea{
    width: 17%;
    align-items: center;
    justify-content: center;
}
.Trends .qrArea .imgArea img{
    width: 100%;
}
.Trends .qrArea p {
    font-size: 12px;
    font-weight: var(--fw-bold);
    color: black;
    letter-spacing: 0.05em;
}
.Trends .qrArea .toApp {
    margin-bottom: 5px;
    font-size: 16px;
    color: var(--c-blue);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.toApp .icoArrowR{
    position: relative;
    width: 18px;
    height: 18px;
    background-color: var(--c-blue);
    border-radius: 50%;
    flex-shrink: 0;
}
.toApp .icoArrowR::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 9px;
    height: 1.5px;
    background: #fff;
    transform: translateY(-50%);
}
.toApp .icoArrowR::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.Trends .qrArea .toInsta {
    margin-bottom: 5px;
    font-size: 16px;
    color: var(--c-pink);
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.toInsta .icoArrowR{
    position: relative;
    width: 18px;
    height: 18px;
    background-color: var(--c-pink);
    border-radius: 50%;
    flex-shrink: 0;
}
.toInsta .icoArrowR::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 4px;
    width: 9px;
    height: 1.5px;
    background: #fff;
    transform: translateY(-50%);
}
.toInsta .icoArrowR::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 5px;
    width: 5px;
    height: 5px;
    border-top: 1.5px solid #fff;
    border-right: 1.5px solid #fff;
    transform: translateY(-50%) rotate(45deg);
}
.Trends .sofrepeMov {
    display: flex;
    gap: 15px;
}
.Trends .sofrepeMov li {
    flex: 0 0 270px; 
    width: 270px;
    border-radius: 10px;
}
.Trends .sofrepeMov video {
    width: 100%;
    display: block;
    border-radius: 10px;
}
.archive{
    background-color: var(--c-bg);
    mix-blend-mode: multiply;
    border-radius: 10px;
    font-family: var(--ff-min);
    font-weight: var(--fw-bold);
    color: var(--c-main);
}
.archiveTit{
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1.5px solid var(--c-main);
    padding-bottom: 5px;
}
.archive p{
    margin-top: 20px;
}
.archive a.btnBase{
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 3px 35px;
	padding-right: 60px;
	font-family: var(--ff-min);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: var(--c-main);
	border-radius: 35px;
	position: relative;
}
.icoArrowRB{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 26px;
	aspect-ratio: 1/1;
	background-color: white;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	transition: all 0.3s;
}

.icoArrowRB::before,
.icoArrowRB::after{
	content: " ";
}
.icoArrowRB::before{
	width: 15px;
	height: 1px;
	background-color: var(--c-main);
    transform: translateY(-50%);
}
.icoArrowRB::after{
	width: 6px;
	height: 6px;
	border-top: 1px solid var(--c-main);
	border-right: 1px solid var(--c-main);
	position: absolute;
	top: 50%;
	left: 45%;
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:812px){
    #TRENDS_SEASON{
        margin-bottom: 50px;
    }
    .Trends .ctsBoxIn{
        flex-direction: column;
        align-items: stretch;
    }
    .Trends .sofrepe_txtArea{
        width: 100%;
        margin-right: 0px;
    }
    .Trends .movArea{
        width: 100%;
        justify-content: center;
    }
    .Trends .logo{
        width: 100%;
        position: relative;
        top:-30px;
        margin-bottom: -10px;
    }
    .Trends .logo img{
        width: 130px;
    }
    .Trends .qrArea{
        flex-direction: column;
        align-items: flex-start;
    }
    .Trends .qrArea p {
        font-size: 13px;
        line-height: var(--lh-small);
    }
    .Trends .qrArea .qr_txtArea{
        width: 100%;
    }
    .Trends .qrArea .imgArea{
        display: none;
    }
    .Trends .sofrepeMov{
        width: 100%;
        margin: 20px 0 0 0;
        display: block;
    }
    .Trends .sofrepeMov li{
        width: 100%;
        margin-bottom: 20px;
    }
    .archive{
        padding: 30px 20px!important;
    }
    .archiveTit{
        text-align: center;
        display: block;
    }
    .archive a.btnBase{
        margin-top: 20px;
    	font-size: 15px;
    }

}

/*STYLE & SCENE
-----------------------------------------------------------------------------------------------*/
.STYLE_SCENE ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:25px ;
}
.STYLE_SCENE ul li{
    padding: 10px;
    width: calc((100% - 25px) / 2);
    box-sizing: border-box;
    background-color: white;
    border-radius: 10px;
    color: var(--c-main);
    font-family: var(--ff-min);
    font-weight: var(--fw-bold);
}
.STYLE_SCENE ul li img{
    width: 435px;
}
.STYLE_SCENE ul li span{
    display: table;
    margin: 20px auto 0px auto;
    font-size: 16px;
    border-bottom: 1.5px solid var(--c-main);
    padding-bottom: 5px;
    font-weight: var(--fw-bold);
}
.STYLE_SCENE ul li p{
    padding: 10px;
    font-weight: var(--fw-bold);
    letter-spacing: 0.1em;
    line-height: 1.5em;
}
@media screen and (max-width:812px){
    .STYLE_SCENE ul{
        display: block;
        width: 100%;
        padding: 10px 0 30px 0;
    }
    .STYLE_SCENE ul li{
        padding: 10px;
        margin-top: 20px;
        width: 100%;
    }
    .STYLE_SCENE ul li img{
        width: 100%;
    }
    .STYLE_SCENE ul li span{
        text-align: center;
        line-height: 1.2em;
    }
    .STYLE_SCENE ul li p{
        padding: 10px 5px;
    }
}

/*PRODUCT
-----------------------------------------------------------------------------------------------*/
.product_txtArea{
    width: 400px;
}
.product_txtArea p {
    margin: 30px 0;
    font-size: 15px;
    color: var(--c-main);
    letter-spacing: 0.05em;
    line-height: 1.8em;
}
.product_imgArea img {
    width: 500px;
    border-radius: 10px;
}
.product_txtArea a.btnBase{
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 10px 35px;
	padding-right: 60px;
	font-family: var(--ff-min);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: var(--c-main);
	border-radius: 35px;
	position: relative;
}
.other{
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-color: var(--c-bg);
    mix-blend-mode: multiply;
    border-radius: 10px;
    font-family: var(--ff-min);
    font-weight: var(--fw-bold);
    color: var(--c-main);
}
.other_Txtarea{
    text-align: center;
}
.otherTit{
    font-size: 16px;
    letter-spacing: 0.05em;
    border-bottom: 1.5px solid var(--c-main);
    padding-bottom: 5px;
    display: inline-block;
}
.other ul{
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.other ul li{
    flex: 1; 
}
.other ul li a{
    display: block;
}
.other ul li img{
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
}

@media screen and (max-width:812px){
    .PRODUCT .ctsBoxIn{
        display: block;
        padding: 30px 20px 20px 20px;
    }
    .product_txtArea{
        width: 100%;
    }
    .product_txtArea p {
        margin: 30px 0;
    }
    .product_txtArea img{
        width: 80%;
        margin: 0 auto;
        display: block;
    }
    .product_imgArea img {
        width: 100%;
    }
     .product_txtArea a.btnBase{
        margin-top: 10px;
        padding: 3px 35px;
    	font-size: 14px;
        display: flex;
    }
    .product_imgArea img {
        width: 100%;
        margin-top: 30px;
    }
    .other ul{
        display: block;
    }
    .other ul li{
        margin-top: 20px;
    }
}

/*下部 お問い合わせ ボタンエリア
-----------------------------------------------------------------------------------------------*/
.inquiry {
    margin: 80px 0 60px 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.inquiry a.btnBase{
    display: flex;
	justify-content: center;
	align-items: center;
	min-height: 40px;
	padding: 5px 45px;
	padding-right: 75px;
	font-family: var(--ff-min);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	background-color: var(--c-main);
	border-radius: 35px;
	position: relative;
}
@media screen and (max-width:812px){
    .inquiry {
        margin: 40px 0;
        padding:0 20px;
        flex-direction: column; 
        gap: 20px;
    }
    .inquiry a.btnBase {
        box-sizing: border-box;
        justify-content: center;
        padding: 12px 20px;
        padding-right: 50px;
    }
}