@charset "shift_jis";
/* CSS Document */
/*-----------------------------------------------*/
/*ベース*/
/*-----------------------------------------------*/
main#wrapper{
    padding: 0;
    margin: 0;
    max-width: none;
}
#season-collection-summer #bg{
    max-width: 2000px;
    background-size: cover; 
    margin: 0 auto;
}
#season-collection-summer .bunner{
    max-width: 1100px; 
}
#season-collection-summer{
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    background: #fff;
    color:var(--txt);
    background: var(--bg);
    background-attachment: fixed;
    background-size: cover;
    background-position:center top;
    background-image: url(/IMAGE/season-collection-summer/2025/bg-2.jpg);
}
/* #season-collection-summer .business-bunner{
    margin-top: -10px;
} */
#season-collection-summer .title_1{
    font-size: 2.4em;
    font-weight: 600;
    margin-bottom: -25px;
    color: #030d4a;
    filter: drop-shadow(0px 0px 4px #fff);
    text-shadow: 0 0 8px #fff, 0 0 8px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
#season-collection-summer .pc_none{
    display: none !important;
}
#season-collection-summer img{
    width: 100%;
}
#season-collection-summer .bn_1{
    max-width: 900px;
    margin: 0 auto;
    margin-top: -10px;
    filter: drop-shadow(0px 0px 4px #fff);
    padding-bottom: 30px;
}
#season-collection-summer a{
    display: block;
    position: relative;
}  
#season-collection-summer a:hover{
    opacity: 0.9;
    color:#222 !important;
}

:root {--navi: #7ccfdb;}
:root {--bg: #f6fafb;}
:root {--txt: #404040;}
/*-----------------------------------------------*/
/*全体*/
/*-----------------------------------------------*/
#season-collection-summer section{
    display: grid;
    gap: 1em;
    max-width: 900px;
    margin: -10em auto 1em auto;
    padding: 11em 0 2em 0;
}
/*-----------------------------------------------*/
/*ビジネスページ誘導バナー*/
/*-----------------------------------------------*/
#season-collection-summer #business-page {
    max-width: 900px;
    margin: 0 auto 0.5%;
    border: 3px solid #fff;
    box-sizing: border-box;
    overflow: hidden;
    display: block;
    border-radius: 5px;
    filter: drop-shadow(0px 0px 4px #fff);
}
/*-----------------------------------------------*/
/*見出し*/
/*-----------------------------------------------*/
#season-collection-summer .tab-wrap .br-pc{
    display: none;
}
#season-collection-summer h2{
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: lighter;
    letter-spacing: 2px;
}
#season-collection-summer h3{
    font-size: 2.2em;
    display: flex;
    position: relative;
    align-items: center;
    letter-spacing: 5px;
    color: #030d4a;
    filter: drop-shadow(0px 0px 4px #fff);
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#season-collection-summer h3::before,
#season-collection-summer h3::after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #030d4a;
    filter: drop-shadow(0px 0px 4px #fff);
    text-shadow: 0 0 15px #fff, 0 0 15px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
#season-collection-summer h3::before{
    margin-right: 1.2rem;
}
#season-collection-summer h3::after{
    margin-left: 1.2rem;
}
/*-----------------------------------------------*/
/*アンカー*/
/*-----------------------------------------------*/
#season-collection-summer .navi-title{
    color: var(--navi);
    margin-bottom: .3em;
    font-size: 1.2em;
    letter-spacing: 2px;
}
#season-collection-summer #navi{
    z-index: 1;
    position: sticky;
    width: 100%;
    box-sizing: border-box;
    background: #ffffff;
    padding: 0.5em 0 0.5em 0;
    top: 141px;
    margin-bottom: 2em;
    border: 2px solid #7ccfdb;
    max-width: 900px;
    margin: 0 auto 2em;
}
#season-collection-summer #navi ul {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    justify-content: center;
}
#season-collection-summer #navi ul li{
    width:calc((100% - 8%)/6);
    position: relative;
}
#season-collection-summer #navi ul li img{
    border-radius: 100px;
    width: 60%;
}
#season-collection-summer #navi ul li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-sizing: border-box;
    position: relative;
    border-radius: 50px;
    gap: .3em;
    transition: 0.3s all;
}
#season-collection-summer #navi .navi-name{
    color: var(--txt);
    font-size:.9em;
}
/*?i???A?C?R??????*/
/* #season-collection-summer #navi li.hot a::before,
#season-collection-summer #navi li.sale a::before,
#season-collection-summer #navi li.uchiwa a::before,
#season-collection-summer #navi li.hanabi a::before{
    content: "";
    right: -0.5em;
    top: -0.3em;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 47px;
    height: 47px;
    transition: 0.3s all;
}
#season-collection-summer #navi li.hot a::before{
    background-image: url(/IMAGE/season-collection-summer/scs_hot.png);
}
#season-collection-summer #navi li.sale a::before{
    background-image: url(/IMAGE/season-collection-summer/scs_sale.png);
}
#season-collection-summer #navi li.uchiwa a::before{
    background-image: url(/IMAGE/season-collection-summer/scs_uchiwa.png);
}
#season-collection-summer #navi li.hanabi a::before{
    background-image: url(/IMAGE/season-collection-summer/scs_hanabi.png);
} */
/*-----------------------------------------------*/
/*タブ切り替え*/
/*-----------------------------------------------*/
#season-collection-summer .tab-wrap >ul {
    display: flex;
    gap:1em;
    margin-top: 50px;
    max-width: 900px;
    margin: 50px auto 0 auto;
    filter: drop-shadow(0px 0px 2px #fff);
}
#season-collection-summer .tab-wrap li{
    width:50%;
}
#season-collection-summer .tab-wrap a{
    padding:0.3em 0;
    text-align: center !important;
    list-style: none;
    cursor: pointer;
    font-size:1.2em;
    background: #adb2b7;
    color: #fff;
    transition: 0.3s all;
    border-radius:5px 5px 0 0;
    position: relative;
    letter-spacing: 3px;
    height: 100%;
}
#season-collection-summer .tab-wrap li.active a{
    background:var(--navi);
}
#season-collection-summer .tab-contents {
    display: block;
    
}
/*矢印*/
#season-collection-summer .tab-wrap a::after {
    /*content: "";
    width: 0.3em;
    height:0.3em;
    position: absolute;
    top:0.9em;
    right:2em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    transition: 0.3s all;*/
}
/* #season-collection-summer .tab-wrap .navi::after {
    content: "";
    width: 0.3em;
    height: 0.3em;
    position: absolute;
    top: 0.9em;
    right: 0.3em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    transition: 0.3s all;
} */
#season-collection-summer .tab-wrap a:hover::after {
    top:1.4em;
}
#season-collection-summer .tab-wrap a:hover{
    color: #fff !important;
}
/*-----------------------------------------------*/
/*Q-max?l*/
/*-----------------------------------------------*/
#season-collection-summer .q-max-title {
    font-size: 1.6em;
    background: #349dc7;
    padding: 0.2em 0;
    color: #fff;  
}
#season-collection-summer .q-max {
    background:#f4fcfd;
    max-width: 900px;
    margin: 0 auto;
    padding-bottom: .8em;
}
#season-collection-summer .q-max dl {
    padding:0 .8em;
}
#season-collection-summer .q-max dl dt{
    font-size:1.5em;
    color: #349dc7;
}
#season-collection-summer .q-max dl dd{
    font-size:1.1em;
    line-height: 1.5em;
    font-weight: lighter;
}
/*-----------------------------------------------*/
/*商品*/
/*-----------------------------------------------*/
#season-collection-summer ul li #price {
    /*font-size: 2.8em;*/
    line-height: 1;
    font-family: Lato;
    font-weight: 700;
    font-size: 30px;
    color: #eb0012;
}
#season-collection-summer ul li .span {
    /*font-size: 2.8em;*/
    line-height: 1;
    font-family: Lato;
    font-weight: 700;
    font-size: 30px;
    color: #eb0012;
    margin-right: -4px;
}
#season-collection-summer ul li .coupon {
    font-size: 14px;
    color: #fff;
    background-color: #eb0012;
    padding: 3px 6px;
    position: relative;
    bottom: 0.4em;
    right: 2%;
}

#season-collection-summer .item-list {
    display:grid;
    gap: 2em;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1em;
}
#season-collection-summer .col_1 {
    grid-template-columns: repeat(1, 1fr);
}
#season-collection-summer .col_2 {
    grid-template-columns: repeat(2, 1fr);
}
#season-collection-summer .item-list li,
#season-collection-summer .item-list li >a{
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
    border: 1px solid #f1f5f5;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
    filter: drop-shadow(0px 0px 2px #fff);
}
#season-collection-summer .item-list_1 li >a{
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center;
}
#season-collection-summer #tab3 .item-list li >a{
    background: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    flex-direction: column;
}
/**/
#season-collection-summer #item_bedpad .item-list li{
    align-items: flex-start;
}
/******** 内容 ********/
#season-collection-summer .item-list-content{
    display: flex;
    gap: .5em;
    margin: 1em;
    width: 90%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#season-collection-summer .item-list-content_1{
    display: flex;
    gap: .4em;
    margin: 1em;
    width: 40%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
#season-collection-summer #tab3 .item-list-content{
    display: flex;
    gap: .5em;
    margin: 1em;
    width: 90%;
    box-sizing: border-box;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
/********  ********/
#season-collection-summer .item-list-img{
    width: 100%;
}
#season-collection-summer .item-list-img_1{
    width: 60%;
}
#season-collection-summer #tab3 .item-list-img{
    width: 100%;
}
/******** アイコン ********/
#season-collection-summer .item-list-icon ul{
    display: flex;
    align-items: center;
    align-content: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    gap: .5em;
}
#season-collection-summer .item-list-icon ul > li{
    display: inline-block;
    font-size: 1em;
    padding:.1em .3em;
    width: auto;
    border: 1px solid;
    color:#63b5c1;
}
/******** 商品名 ********/
#season-collection-summer .item-list-txt{
    font-size:1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.3em;
    width: 100%;
}
/******** 説明文 ********/
#season-collection-summer .item-list-com{
    background: #63b5c5;
    color: #fff;
    padding: .1em .6em .3em;
    font-size: 1.1em;
    line-height: 1.3em;
}
/******** サイズ名 *********/
#season-collection-summer .item-list-size {
    width: 100%;
    display: grid;
    gap: 0.3em;
}
#season-collection-summer .item-list-size a{
    display: flex;
    position: relative;
    gap: 1em;
    border-bottom: 1px dashed #dadfe1;
    padding-bottom: .3em;
}
#season-collection-summer .item-list-size p {
    color: #fff;
    font-size: 1.4em;
    background: var(--navi);
    padding: .1em 0;
    width: 16%;
}
/******** ???? ********/
#season-collection-summer .item-list-price {
    position:relative;
}
#season-collection-summer .item-list-price::after,
#season-collection-summer .item-list-size a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 9px;
    height: 9px;
    border-top: 2px solid #63b5c1;
    border-right: 2px solid #63b5c1;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0.3s all;
}
#season-collection-summer .item-list-price::after {
    bottom: 34%;
    right:-16%;
}
#season-collection-summer .item-list-size a::after {
    bottom: 44% !important;
    right: 3% !important;
}
/*hover*/
#season-collection-summer a:hover .item-list-price::after {
    right:-20%;
}
#season-collection-summer .item-list-size a:hover::after {
    right: 1% !important;
}
/*-----------------------------------------------*/
/*価格プロ*/
/*-----------------------------------------------*/
#season-collection-summer li.motoprice,
#season-collection-summer span.spesicalprice,
#season-collection-summer li.intax {
	display: none;
}
#season-collection-summer li.price {
    font-size: 30px;
    color: #eb0012;
    border: 0px;
}
#season-collection-summer .item-list-size li.price {
	color: var(--txt) !important;
	font-size: 1.8em;
}
/*-----------------------------------------------*/
/*PICKUP*/
/*-----------------------------------------------*/
#season-collection-summer section#pickpu h3{
    color: #f43b3c;
    display: none;
}
#season-collection-summer section#pickpu .item-list li,
#season-collection-summer section#pickpu .item-list li >a{
    background:#d52224 ;
}
#season-collection-summer section#pickpu .item-list_1 li,
#season-collection-summer section#pickpu .item-list_1 li >a{
    background:#d52224 ;
}
#season-collection-summer section#pickpu .item-list-icon ul > li{
    background:#fee6a8;
    border:none;
    color:#f43b3c ;
    font-weight: bold;
}
#season-collection-summer section#pickpu .item-list-txt{
    font-size: 1em;
    color: #fff;
}
#season-collection-summer section#pickpu .item-list-txt_1{
    font-size: 1em;
    color: #fff;
}
#season-collection-summer section#pickpu .item-list-normal{
    font-size: .9em;
    color: #fff;
    text-decoration: underline;
}
#season-collection-summer section#pickpu .buy_price>ol, .buy_price>ul{
    margin: 0 auto;
}
#season-collection-summer section#pickpu .item-list-price,
#season-collection-summer section#pickpu li.price{
	color: #fee6a8 !important;
    font-size: 1.8em;
    font-family: Lato;
    font-weight: 700;
    line-height: 1em !important;
}
#season-collection-summer ul li .span-1 {
    color: #fee6a8 !important;
    font-size: 26px;
    font-family: Lato;
    line-height: 1em !important;
}
#season-collection-summer section#pickpu .item-list-price::after{
    border-top: 2px solid #fee6a8;
    border-right: 2px solid #fee6a8;
}
/*-----------------------------------------------*/
/*その他こちら*/
/*-----------------------------------------------*/
#season-collection-summer .btn-black-box {
    display: flex;
    width: 71%;
    gap: 1em;
    margin: 0 auto;
}
#season-collection-summer .btn-black-title {
    width: 50%;
	font-size: 1.4em;
    background: #f47070;
    color: #fff;
    margin: 0 auto;
    position: relative;
    padding: .1em 0;
    border-radius: 50px;
}
#season-collection-summer .btn-black-title::before{ 
    position: absolute;
    content: "";
    background: #f47070;
    height: calc(tan(44deg)* 17px / 2);
    width: 17px;
    clip-path: polygon(100% 0, 50% 100%, 0 0%);
    bottom: -18%;
    left: 48%;
}
#season-collection-summer .col_2 {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    /*gap: 15px;*/
    gap: 25px 20px;
    align-items: start;
}
#season-collection-summer .col_2 .btn-black {
	margin:0 1em;
	display: flex;
	gap: 1em;
}
#item_water ul li #btn-black_2col {
	width: 90% !important;
    margin-bottom: 25px;
}
#season-collection-summer .btn-black {
	margin:0 9em;
	display: flex;
	gap: 1em;
}
#season-collection-summer .btn-black a {
	color:#fff !important;
	position: relative;
	font-size: 1.2em;
	width: 100%;
	padding: 15px 0;
	align-items: center;
    background-color: #030d4a;
    box-shadow: 0 0px 15px 0 rgb(255 255 255 / 80%);
}
#season-collection-summer .btn-black a::after {
    position: absolute;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    top: 42%;
    right: 4%;
    margin: auto;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .3s ease 0s;
}
/*hover*/
#season-collection-summer .btn-black a:hover {
    color:#fff !important;
}
#season-collection-summer .btn-black a:hover::after {
    right: 3%;
    border-top: 2px solid #222;
    border-right: 2px solid #222;
}
/*-----------------------------------------------*/
/*モーダルウィンドウ*/
/*-----------------------------------------------*/
#season-collection-summer .modalArea {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#season-collection-summer .modalBg {
	width: 100%;
	height: 100%;
	background-color: rgba(30,30,30,0.9);
}

#season-collection-summer .modalWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	width: 70%;
	max-width: 900px;
	padding: 3em;
	background-color: #fff;
}
#season-collection-summer .closeModal {
	position: absolute;
	top: 0.5rem;
	right: 1rem;
	cursor: pointer;
}
#season-collection-summer #openModal p{
	position:relative;
}
#season-collection-summer #openModal {
	position: fixed;
    bottom: 100px;
    right: 6px;
    z-index: 3;
    transition: 0.3s all;
}
#season-collection-summer #openModal img{
	width: 100%;
}
#season-collection-summer #openModal:hover {
	cursor: pointer;
	transform: translateY(-3px);
}
/*-----------------------------------------------*/
/*トップページ*/
/*-----------------------------------------------*/
#season-collection-summer .pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 3;
}
#season-collection-summer .pagetop a {
	display: flex;
	justify-content: center;
    align-items: center;
    text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	background-color: #222222c7;
	border-radius: 80px;
	width:70px;
	height:70px;
    line-height: 1.3em;
    transition: 0.3s all;
}
#season-collection-summer .pagetop a:hover{
	background-color: #4b8b91b0;
	color: #fff !important;
	transform: translateY(-2px);
}



.cont-one{
    width: 50%;
    margin: 0 auto;
    overflow: hidden;
}
.wrap-one{
    position: relative;
    display: flex;
    transition: 1s;
    right: 0;
}
.items-one,
.items-one img{
    width: 100%;
}
.button-cont-one{
    font-size: 40px;
    padding-top: 1rem;
    display: flex;
    justify-content: space-around;
}


#season-collection-summer .btn_1 {
    margin: 0 auto 4% auto;
    max-width: 900px;
    margin: 22px auto 4% auto;
}
#season-collection-summer .btn_1 ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 20px auto;
}
#season-collection-summer .btn_1 ul li {
    text-align: center;
    margin: 0 0.5% 0 0;
    box-sizing: border-box;
    box-shadow: 0 0px 15px 0 rgb(255 255 255 / 80%);
}
#season-collection-summer .btn_1 ul li a {
    display: block;
    padding: 16px 0 16px 0;
    color: #fff;
    position: relative;
    font-size: 21px;
    background: #3077a3;
    border-radius: 5px;
}

#season-collection-summer .btn_1 li .hover:hover{
    opacity: 0.9;
    color:#fff !important;
}




/*ピックアップ*/
#irisfes2025-summer-item {
    max-width: 900px;
    margin: 0 auto;
}

#irisfes2025-summer-item .item-lineup {
    position: relative;
    display: flex
;
    width: 100%;
    margin: 0 auto;
    display: flex
;
    justify-content: space-between;
    gap: 1.5%;
    padding-bottom: 1%;
    overflow-x: scroll;
    margin-bottom: 10px;
}

#irisfes2025-summer-item .item-price__sale {
    background-color: #dd0000;
    color: #fff;
    padding: 0 8px;
    margin: 3px 0;  
}

#irisfes2025-summer-item .item {
    min-width: 200px;
    align-items: stretch;
    /* filter: drop-shadow(0px 0px 4px #fff); */

    & a{
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background:white;
        box-sizing: border-box;
        padding: 5%;
        border-radius: 10px;

        width: 100%;
        height: 100%;
        }
        & img{
            width: 100%;
            border-radius: 10px;
            overflow: hidden;
            }
}

/* 250613 追加 ここから */
#season-collection-summer .banner {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    filter: drop-shadow(0px 0px 2px #fff);
}
#season-collection-summer .banner a {
    border-radius: 5px;
    overflow: hidden;
}
#season-collection-summer .banner p{
    font-size: 1.5rem;
    text-align: center;
    font-weight: 600;
    color: #030d4a;
    filter: drop-shadow(0px 0px 4px #fff);
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
/* 250613 追加 ここまで */

/* 250618 追加 ここから */
#season-collection-summer h1 {
    padding-top: 1rem;
}
#season-collection-summer #business-page {
    margin: 1rem auto;
}
/* 250618 追加 ここまで */
