@charset "UTF-8";

/* ブラウザのディフォルトレイアウトリセット */
* {
	margin: 0;
	padding: 0;
	border: none;
	font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

img{
	border-image-width:0;
}


/* サイトの基本レイアウトと書体の定義 */
body {
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-family: せのびゴシック,Arial,メイリオ,sans-serif;
	font-weight: 700;
	font-style: normal;
	font-weight: 300;
	font-style: normal;
    background-color: #B0CCBD;
}

/* ベースのCSS変数 */
:root {
  --display-width:1920px;
  --base-font:21px;
}

a{
	color:#ffffff;
	border:none;
	text-decoration: none;
	outline : none;
}
a:visited{
  	color:#fffeee;
	border:none;
	text-decoration: none;
}
a:active{
	text-color:rgba(0,0,0,1.00);
	border:none;
	text-decoration: none;
}

a:focus{
	text-color:rgba(0,0,0,1.00);
	border:none;
	text-decoration: none;
}
a:hover{
	color:rgba(126,126,126,1.00);
	border:none;
	text-decoration: none;
}

#page {
	display:inline-block;
	max-width: 100%;
}

header#top {
	display:inline-block;
	margin:0 auto;
	text-align:center;
}




/* ------ パソコン幅表示 -------- */
	html {
		font-size:var(--base-font);
		outline: none;
		height: 100%;
		border:none;
	}

	
	/*ヘッダー*/
	header{
		margin-bottom: 1rem;
	}
	
	header .header-bar{
		height: 5vw;
		width: 100%;
        background-color: #FFFFFF;
	}
	
	header .header-bar img{
		width: 18vw;
		float: left;
		overflow: hidden;
		margin-left: 32px;
		margin-top: 1.2vw;
	}
	
	header .body {
		width:100%;
        margin-bottom: 2rem;
	}

    #main-image-pc{
        display: block !important;
    }

    #main-image-sp{
        display: none !important;
    }


	header .body img{
		width: 100%;
		margin-bottom: 1rem;
	}

    /*セール*/
    h1 {
        font-size: 2.3rem;
        font-weight: bold;
        color: #004070;
        text-align: center;
        margin-bottom: 3rem;
    }

    .sale {
        display: flex;
        justify-content: space-around;
        width: 100%;
    }

    .sale-img {
        width: 45%;
        margin: auto;
    }

    .sale-img img {
        width: 100%;
    }

	
	/*メニュー*/
    
	body #menu-box {
        width: 95%;
        margin: 5vw auto 0;
        padding-top: 2rem;
        padding-bottom: 3rem;
        border-top :solid 4px #004070;
        border-bottom :solid 4px #004070;
	}

	#menu-text {
        justify-content: space-around;
	}
	
    .menu-item-1 {
        display: flex;
        justify-content: space-around;
        margin-bottom: 3vw;
    }

	.menu-item-1 li {
        list-style: none;
        width: 90%;
        text-align: center;
	}

    .menu-item-1 li img {
        width: 80%;
	}

    .menu-item-2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .menu-item-2 li {
        flex: 1 1 auto;
        list-style: none;
        width: 20%;
        text-align: center;
    }
    
    .menu-item-2 li a img {
        width: 50%;
        margin: auto;
    }
	
    /*コーディネート*/
    #coordination-1 {
        width: 95%;
        margin: auto;
        padding-bottom: 3rem;
    }

    #coordination-2 {
        width: 95%;
        margin: auto;
        padding-bottom: 3rem;
    }

    .coordination-introduction {
        padding-top: 3vw;
    }

    .coordination-name {
        font-size: 2.3rem;
        color: #004070;
        text-align: center;
        margin-bottom: 1rem;
    }

    .coordination {
        display: flex;
        align-items: center;
        width: 100%;
        padding: 2rem 0;
        margin: auto;
        background-image: url("../images/codination-2.jpg");
        background-size: cover;
        background-repeat: no-repeat;
        border-radius: 2rem;
        
    }

    .coordination-img {
        flex: 1 1 auto;
        width: 40%;
        text-align: center;
    }

    .coordination-img img {
        width: 80%;
        margin: auto;
    }

    .coordination-title {
        flex: 1 1 auto;
        width: 60%;
        height: 90%;
    }

    .coordination-title table {
        width: 95%;
        margin: auto;
        background-color: rgba(25,79,91,0.80);
        border-radius: 2rem;
    }

    .coordination-title td {
        color: #FFFFFF;
        font-size: 1.6rem;
        vertical-align: middle;
        line-height: 6rem;
    }

    .table-category {
        widows: 30%;
        text-align: end;
    }

    .table-name {
        widows: 70%;
        font-weight: 500;
        padding-left: 1rem;
    }


    /*商品カテゴリ*/
    #cap,#t-shirt,#socks,#shoes {
        padding-bottom: 3rem;
    }

    .introduction {
        margin-bottom: 2rem;
        padding-top: 3vw;
    }

    .introduction h2 {
        border-top :solid 4px #004070;
        padding-top: 3vw;
        width: 95%;
        font-size: 2.5rem;
        font-weight: bold;
        color: #004070;
        text-align: center;
        margin: auto;
    }

    .item-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .item {
        flex: 0 0 24%;
        margin-bottom: 5rem;
        padding: 0.5%;
    }

    .item-img {
        width: 90%;
        margin: auto;
        padding: 2rem 0;
    }

    .item-img img {
        width: 100%; 
    }

    .item-name {
        text-align: center;
        color: #004070;
        margin-bottom: 0.5rem;
    }

    .brand {
        font-size: 1.5rem;
    }

    .name {
        font-size: 2.5rem;
        font-weight: bold;
    }

    .buy-text {
        background-color: #628774;
        border: solid 3px #B0CCBD;
        padding: 1rem;
        text-align: center;
    }

    .buy-1 {
        display: inline;
        padding: 0.2rem;
        border-bottom: solid 3px #FFFFFF;
        font-size: 1.8rem;
        color: #FFFFFF;
        font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    }

    .color {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: solid 3px #B0CCBD;
    }

    .item-color {
        flex: 0 0 49%;
        background-color: #628774;
    }

    .item-color-2 {
        flex: 0 0 100%; 
        background-color: #628774;
    }

    .item-color:nth-child(odd){
        border-right: solid 2px #B0CCBD;
    }

    .item-color img {
        width: 100%;
        height: 100%;
        border-bottom: solid 2px #B0CCBD;
    }

    .item-color-2 img {
        width: 100%;
        height: 100%;
        border-bottom: solid 2px #B0CCBD;
    }

    .heckler {
        background-color: #628774;
        border-bottom: solid 4px #B0CCBD;
        color: #FFFFFF;
        font-size: 2rem;
        padding: 0.2rem;
        text-align: center;
    }


	/* フッター部 */
	footer {
		width:100%;
		height:3rem;
	}
	
	footer span {
		display:inline-block;
		width:100%;
		line-height:3rem;
		vertical-align:middle;
		text-align: center;
		font-size: 0.7rem;
		color: #FFFFFF;
	}

	/* ページトップボタン */
	.pagetop {
		position: fixed;
		z-index: 99997;
		right: 0.8rem;
		bottom: 0.7rem;
	}

	/* ページトップボタン */
	.pagetop>a>img {
		display:inline-block;
		z-index: 99997;
		width: 2.5rem;
	}

	/* ページトップボタン */
	.pagetop>a>img:hover{
		opacity: 0.5 ;
	}


/* ------ 1500PXをブレークポイントにする -------- */
@media only screen and (max-width: 1500px){
	html {
		font-size:15px;
	}
}

/* ------ 1000PXをブレークポイントにする -------- */
@media only screen and (max-width: 1100px){
	html {
		font-size:12px;
	}
    
    /* 使い方レイアウト */
    .image-pc{
        display: none !important;
    }

    .image-sp{
        display: block !important;
    }
}

/* ------ 800PXをブレークポイントにする -------- */
@media only screen and (max-width: 800px){
	html {
		font-size:10px;
	}
    
    /* 使い方レイアウト */
    .image-pc{
        display: none !important;
    }

    .image-sp{
        display: block !important;
    }
}

/* ------ スマートフォン幅表示 670PXをブレークポイントにする -------- */
@media only screen and (max-width: 670px){
	
	html {
		font-size:11px;
	}
	
	header{
		margin-bottom: 12vw;
	}
	
	header .header-bar{
		height:9vw;
		width:100%;
	}
	
	header .header-bar img{
		width:30vw;
		margin-left:2vw;
		margin-top:2vw;
	}
    
    #main-image-pc{
        display: none !important;
    }

    #main-image-sp{
        display: block !important;
    }
    
    header .body-text2 {
        height: 13rem;
        padding: 0 2rem;
    }
	
	/*セール*/
	h1 {
        font-size: 2.3rem;
        color: #004070;
        text-align: center;
        margin-bottom: 3rem;
    }

    .sale {
        flex-direction: column;
        width: 100%;
    }

    .sale-img {
        width: 90%;
        margin: auto;
        padding-bottom: 1rem;
    }

	
	/*メニュー*/
	
    .menu-item-1 {
        display: flex;
        flex-direction: column;
        margin-bottom: 3vw;
    }

	.menu-item-1 li {
        width: 100%;
        text-align: center;
        margin-bottom: 3vw;
	}

    .menu-item-1 li img {
        width: 90%;
	}

    .menu-item-2 {
        width: 90%;
        margin: auto;
    }

    .menu-item-2 li a img {
        width: 90%;
    }
	
    /*コーディネート*/
    #coordination-1 {
        padding-top: 5vw;
        padding-bottom: 3rem;
    }

    .introduction {
        margin-bottom: 5rem;
    }

    h2 {
        font-size: 2.3rem;
    }

    .coordination {
        flex-direction: column;
        width: 95%;
        margin: auto;
    }

    .coordination-img {
        width: 100%;
    }

    .coordination-title {
        width: 90%;
    }

    .coordination-title table {
        width: 100%;
        padding-top: 1rem;
    }

    .coordination-title td {
        font-size: 1.5rem;
        padding-left: 0.5rem;
    }
    
    
    /*アイテム紹介*/
	#cap,#t-shirt,#socks,#shoes {
        padding-top: 5vw;
        padding-bottom: 3rem;
    }

    .item {
        flex: 0 0 49%;
        margin-bottom: 5rem;
        padding: 0.5%;
    }

    .brand {
        font-size: 1.5rem;
    }

    .name {
        font-size: 2.5rem;
    }

    .buy-text {
        border: solid 2px #B0CCBD;
    }

    .buy-1 {
        font-size: 2rem;
    }

    .color {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        border: solid 3px #B0CCBD;
    }

    .item-color:nth-child(odd){
        border-right: solid 2px #B0CCBD;
    }

    .heckler {
        border-bottom: solid 4px #B0CCBD;
        font-size: 2rem;
    }

	
	/* ページトップボタン */
	.pagetop>a>img {
		width: 4rem;
	}
}
