/* カスタマイズ用CSS */
/*************************
設定
*************************/
.Section{
    padding:5em 3em;
}
h2{
    margin:0;
}
h2 img{
        width: auto;
    max-width: 100%;
}
/*************************
レイアウト
*************************/
.other_page .ec-layoutRole__main,
.product_page .ec-layoutRole__main{
    padding-top:50px;
    padding-bottom:50px;
}
.ec-layoutRole .ec-layoutRole__contents{
    max-width: 100%;
}
/*************************
ヘッダー
*************************/

.ec-layoutRole__header{
    background: #e9eef8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.ec-headerRole{
 width: auto;   
}
.ec-headerNaviRole {
    background: #FFF;
    margin: 25px 0;
    padding: 10px 10px 10px 20px;
    -webkit-border-radius: 40px 0 0 40px;
    -moz-border-radius: 40px 0 0 40px;
    border-radius: 40px 0 0 40px;
}
.ec-headerNaviRole .ec-headerNaviRole__search{
    margin-top:5px;
}
.ec-headerTitle .ec-headerTitle__title{
    width:200px;
}
.ec-headerTitle .ec-headerTitle__title a{
    margin-bottom:0;
}
/*************************
メインビジュアル
*************************/
.Mv{
    position: relative;
    background: url(/html/user_data/assets/img/common/mv.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 70vh;
}
.Mv .Mv__inner .contents{
    background: #e9eef8;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 4em 5em;
}
.Mv .Mv__inner .contents p{
    color:#1b1464;
    text-align: center;
    font-size:36px;
    font-weight:bold;
}
.Mv .Mv__inner .contents .ttl{
    color:#1d8a8e;
    font-size:75px;
}

/*************************
コンセプト
*************************/
.Concept__inner{
    max-width:1150px;
    margin:0 auto;
}
.Concept__inner .title {
	margin-bottom: 2em;
	text-align: center;
}

.Concept__inner .text {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 26px;
	text-align: center;
}
.Concept__inner .moreBtn {
    text-align: center;
    margin-top: 3em;
}
.Concept__inner .moreBtn .moreBtn__inner{
    display: inline-block
}
.Concept__inner .moreBtn .moreBtn__inner a{
    background: #1d8a8e;
    color: #FFF;
    padding: 1em 3em;
}
/*************************
レコメンド
*************************/
.Recommend{
    background: #e9eef8;
}

.Recommend__inner{
    max-width:1150px;
    margin:0 auto;
}
.Recommend__inner .title {
	margin-bottom: 2em;
	text-align: center;
}
.ec-shelfGrid a{
    text-align: center
}
.ec-shelfRole .btn {
	display: block;
	    padding: 0;
}

.ec-shelfRole .btn a {
	display: block;
	padding: 1em;
	background: #1d8a8e;
	font-weight: bold;
	color: #FFF;
}
.ec-shelfRole dl{
    text-align: center;
    margin-top:1em;
}
.ec-shelfRole dl dd{
        font-weight: bold;
    margin-top: .5em;
}
/*************************
アイテム
*************************/
.Item__inner .title {
	margin-bottom: 2em;
	text-align: center;
}

.Item__inner .desc {
	margin-bottom: 2em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	text-align: center;
}
.Item__inner .desc .pcNone{
    display: none;
}
.Item__inner .desc span {
	font-size: 14px;
	font-size: 1.4rem;
}

.Item-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: justify;
	max-width: 660px;
	margin: 0 auto;
	padding: 0 !important;
	list-style: none;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	   -moz-box-pack: justify;
	        justify-content: space-between;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.Item-list-item {
	margin-bottom: 2em;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 36%;
	   -moz-box-flex: 0;
	    -ms-flex: 0 0 36%;
	        flex: 0 0 36%;
}

.Item-list-item .text {
	margin: 2em 0;
	text-align: center;
}

.Item-list-item .text p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.Item-list-item .tag__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-pack: distribute;
	padding: 0 !important;
	list-style: none;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
}

.Item-list-item .tag-item {
	width: auto;
	margin-bottom: 1em;
	padding: .2em 1em;
	background: #1d8a8e;
	color: #FFF;
}

/*************************
オーダーの流れ
*************************/
.Order {
	background: #e9eef8;
}

.Order__inner {
	max-width: 1150px;
	margin: 0 auto;
}

.Order__inner .title {
	margin-bottom: 4em;
	text-align: center;
}

.Order-list {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 !important;
	list-style: none;
}

.Order-list-item {
	margin-bottom: 2em;
}

.Order-list-item-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	    -ms-flex-align: center;
	padding: 2em;
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
	        border-radius: 20px;
	background: #FFF;
	-webkit-box-align: center;
	-webkit-align-items: center;
	   -moz-box-align: center;
	        align-items: center;
}

.Order-list-item-wrap .text {
	width: 100%;
	font-size: 20px;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
}

.Order-list-item-wrap .text p {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.Order-list-item .arrow {
	margin-top: 2em;
	text-align: center;
}

/*************************
フッター
*************************/
.ec-footerRole{
    background: #1d8a8e;
    margin-top: 0;   
}
/*************************
商品一覧ページ
*************************/
.ec-productRole__actions .ec-select select{
    width:100%;
    font-size: 12px;
    font-size: 1.2rem;
}

/*************************
詳細ページ
*************************/
.ec-productRole{
    padding-top:50px;
}

/*************************
メディアクエリ（タブレット）
*************************/
@media screen and (max-width:768px) {
    .ec-headerNaviRole .ec-headerNaviRole__search{
        display: none;
    }
    .ec-headerNaviRole .ec-headerNaviRole__right{
        width:150%;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left{
        display:none;
    }
    .ec-headerNav .ec-headerNav__item{
        font-size:20px;
    }
    .Mv{
        height:60vh;
    }
    .Mv .Mv__inner .contents{
        padding: 3em 0;
    }
    .Mv .Mv__inner .contents p{
        font-size:20px;
        font-size:2rem;
    }
    .Mv .Mv__inner .contents .ttl{
        font-size:60px;
        font-size:6rem;
    }
    .Concept__inner .text{
        font-size: 18px;
        font-size: 1.8rem;
        line-height:36px;
    }
    .Item-list{
        	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around;
	        justify-content: space-around;
    }
    .Order-list-item-wrap{
        padding:1em 2em;
    }
}
/*************************
メディアクエリ（スマートフォン）
*************************/
@media screen and (max-width:480px) {
    .Section{
        padding:3em 1em;
    }
    .Recommend,.Item{
            padding: 3em 1em 1em;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left{
        display: block;
    }
    .ec-headerNaviRole{
        width: 160%;
    }
    .ec-headerNaviRole .ec-headerNaviRole__left{
        position: absolute;
    }
    .ec-headerTitle .ec-headerTitle__title{
        width: auto;
    }
    .ec-headerNavSP{
        background: none;
        top:0;
        left:0;
    }
    .Mv .Mv__inner .contents{
        width:80%;
    }
    .Mv .Mv__inner .contents p{
        font-size:16px;
        font-size:1.6rem;
    }
    .Mv .Mv__inner .contents .ttl{
        font-size:40px;
        font-size:4rem;
    }
    .Concept__inner .text{
        font-size:14px;
        font-size:1.4rem;
        line-height: 26px;
    }
    .Recommend-list{
        	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
    }
    .Recommend-list-item {
        width: calc(92%/2);
        margin-bottom:2em;
    }
    .Recommend-list-item .text{
        margin:1em 0;
    }
    .Recommend-list-item .text p {
        font-size: 14px;
        font-size: 1.4rem;
    }
    .Item__inner .desc .pcNone{
        display: block;
    }
    .Item-list-item .text {
        margin: 1em 0;
    }
    .Order-list-item{
        margin-bottom:1em;
    }
    .Order-list-item-wrap .icon{
        width:16%;
    }
    .Order-list-item-wrap .icon img{
        width:100%;
    }
    .Order-list-item-wrap .text{
            font-size: 16px;
    font-size: 1.6rem;
    }
    .Order-list-item .arrow{
        width:45px;
        margin:1em auto;
    }
    .Order-list-item .arrow img{
        width:100%;
    }
}