@charset "utf-8";

/*-----------------------------------------------------------
共通
-----------------------------------------------------------*/

.ec-font-bold {
    font-weight: 500;
}

.ec-layoutRole .ec-layoutRole__contents {
    max-width: 1450px;
    padding: 80px 15px 100px;
}

.ec-role {
    max-width: 100%;
    color: #4C3C2E;
    padding: 0;
}

.ec-layoutRole {
    width: 100%;
    transition: transform 0.3s;
    background: var(--primary);
}

#page_product_list .ec-layoutRole .ec-layoutRole__contents, #page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    max-width: 1630px;
    width: 100%;
    padding: 80px 15px 100px;
}

.ec-off1Grid .ec-off1Grid__cell {
    width: 100%;
    margin: auto;
}

.ec-blockBtn--action {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: solid 1px #4C3C2E;
	background: unset;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 500 !important;
	color: #4C3C2E;
	transition: .3s;
}

.ec-blockBtn--action:hover {
	background-color: #4C3C2E;
	color: #fff;
	border: solid 1px #4C3C2E;
}

.ec-blockBtn--action:focus, .ec-blockBtn--action.focus {
	background: #fff;
	color: #4C3C2E;
}

.ec-blockBtn--cancel {
	width: 100%;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 20px;
	border: solid 1px #9F8F78;
	background: unset;
	text-align: center;
	font-size: 15px;
	letter-spacing: 0.05em;
	font-weight: 500 !important;
	color: #4C3C2E;
	transition: .3s;
}

.ec-blockBtn--cancel:hover {
	background: #9F8F78;
	color: #fff !important;
	border-color: #9F8F78;
}

.ec-blockBtn--cancel:focus, .ec-blockBtn--cancel.focus {
	background: var(--secondary);
	color: #4C3C2E;
	outline: none;
}

.ec-inlineBtn--cancel {
    background: unset;
    border-color: #4C3C2E;
    color: #4C3C2E;
    font-weight: 500;
    transition: .3s;
}

.ec-inlineBtn--cancel:hover {
    background: #4C3C2E;
    color: #fff;
}

.ec-inlineBtn--action {
    background: unset;
    border-color: #9F8F78;
    color: #9F8F78;
    font-weight: 500;
    transition: .3s;
}

.ec-inlineBtn--action:hover {
    background: #9F8F78;
    border-color: #9F8F78;
    color: #fff;
}

/*-----------------------------------------------------------
ヘッダー
-----------------------------------------------------------*/

.hEcWr {
    width: 100%;
    background: #4C3C2E;
    z-index: 99999999999;
    position: relative;
}

.hEcAr {
    margin: 0 auto;
    padding: 5px;
    width: 96%;
}

.hEcBtnBx {
    margin: 0;
    display: flex;
    justify-content: flex-end;
}

.hEcBtn a {
    color: #FFF;
    display: flex;
    align-items: center;
    transition: .5s;
}

.hEcBtn a:hover {
    color: #fff;
}

.hEcBtn a i {
    font-size: 18px;
    line-height: 1em;
    color: #fff;
}

.hEcBtn a span {
    margin: 0 0 0 0.5em;
    font-size: 12px;
    line-height: 1em;
}

.hEcBtn:nth-of-type(n + 2) {
    margin: 0 0 0 1.5em;
}

.hEcBtn a:hover span {
    text-decoration: underline;
}

.hEcBtn a .fa-shopping-cart:before {
    color: #fff;
}

/*-----------------------------------------------------------
見出し
-----------------------------------------------------------*/

.ec-pageHeader h1 {
    margin: 0;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.45em;
}

.ec-pageHeader {
    font-size: 0;
    text-align: center;
    margin: 0 0 60px;
}

.ec-layoutRole .ec-layoutRole__mainWithColumn .ec-pageHeader {
    padding: 30px 0 0 !important;
    color: var(--primary);
}

/*-----------------------------------------------------------
レフトナビ
-----------------------------------------------------------*/

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #4C3C2E;
}

.ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #fff;
}

.ec-headerSearch .ec-headerSearch__keyword input[type="search"]::placeholder {
    color: #4C3C2E;
}

.ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search::before {
    color: #fff;
}

.fa-shopping-cart:before {
    color: #4C3C2E;
}

.ec-headerNav .ec-headerNav__itemIcon {
    color: #4C3C2E;
}

.ec-headerNav .ec-headerNav__itemLink {
    font-weight: 500;
    color: #4C3C2E;
}

.p-headerNav .ec-headerNav__item > a:hover {
    opacity: 0.7;
}

.p-cateTit {
    background: #4C3C2E;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}

.ec-itemNav__nav.p-sideitemNav__nav a:hover {
    opacity: 0.7;
}

.ec-itemNav__nav li a {
    font-weight: 500;
    color: #4C3C2E;
    border-color: #BBAB90;
    padding: 15px 25px !important;
}

.ec-itemNav__nav > li:hover > a {
    color: #4C3C2E;
    border-color: #BBAB90;
}

.ec-itemNav__nav li ul li a {
    background: #4C3C2E;
    border-bottom: solid 1px #BBAB90;
    color: #fff;
}

.ec-itemNav__nav > li:hover li:hover > a {
    font-weight: 500;
    background: #4C3C2E;
    border-bottom: solid 1px #BBAB90;
    color: #fff;
}

.ec-itemNav__nav li ul li ul li a {
    font-weight: 500;
    background: #BBAB90;
    color: #4C3C2E;
    border-bottom: solid 1px #4C3C2E;
}

.ec-itemNav__nav li:hover ul li ul li a:hover {
    background: #BBAB90;
    color: #4C3C2E;
    border-bottom: solid 1px #4C3C2E;
    opacity:0.7;
}

.sideNavList li a {
    color: #4C3C2E;
    font-weight: 500;
}

.sideNavList li a:hover {
    color: #4C3C2E;
    text-decoration: none;
    opacity: 0.7;
}

.ec-itemNav__nav li ul li ul:before {
    top: 17px;
    left: auto;
    right: 15px;
}

/*-----------------------------------------------------------
商品一覧
-----------------------------------------------------------*/

.ec-topicpath {
    padding: 0 0 15px;
    border: 0;
}

.ec-topicpath .ec-topicpath__item a {
    color: #4C3C2E;
}

.ec-topicpath .ec-topicpath__item, .ec-topicpath .ec-topicpath__divider, .ec-topicpath .ec-topicpath__item--active {
    color: var(--primary);
}

.ec-topicpath .ec-topicpath__item--active a {
    font-weight: 500;
    color: #4C3C2E;
    text-decoration: underline;
}


.ec-topicpath .ec-topicpath__item a:hover {
    text-decoration: underline;
}

.ec-searchnavRole .ec-searchnavRole__infos {
    border-top: solid 1px #BBAB90;
    color: #4C3C2E;
}

.ec-shelfGrid .ec-shelfGrid__item-image {
    background: #fff;
    position: relative;
    padding: 0 0 100%;
    height: 0;
}

.ec-shelfGrid .ec-shelfGrid__item-image > img {
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.ec-shelfGrid a > p {
    color: #4C3C2E;
}

.ec-shelfGrid .ec-shelfGrid__item .ec-blockBtn--action {
    max-width: 100%;
    margin: auto;
}

.ec-productRole__btn > a {
    min-height: 40px;
    font-size: 13px;
}

.ec-shelfRole {
    font-weight: 500;
    color: #4C3C2E;
}

.price02-default {font-size: 1.1em;font-weight: 500;padding: 0 0 20px;}

.ec-numberInput > span {
    font-weight: 500;
}

.ec-pager .ec-pager__item {
    transition: .3s;
}

.ec-searchnavRole__actions .ec-select select {
    background: #fff;
    border-color: #4C3C2E;
    color: #4C3C2E;
}

.ec-pager .ec-pager__item:hover {
    background: #4C3C2E;
}

.ec-pager .ec-pager__item--active {
    background: #4C3C2E;
}

.ec-pager .ec-pager__item a{
    color: var(--primary);
}

.ec-pager .ec-pager__item a:hover, .ec-pager .ec-pager__item--active a:hover{
    color: #fff;
}

.product_page .ec-inlineBtn--action {
	max-width: 162px;
	width: 100%;
	margin-top: 10px !important;
}

.ec-productRole {
    color: #4C3C2E;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
    color: #4C3C2E;
}

.ec-productRole .ec-productRole__tag {
    border-color: #201D1B;
    background: #201D1B;
    color: #fff;
}

.ec-price .ec-price__price {
    font-weight: 500;
    color: #4C3C2E;
}

.ec-productRole .ec-productRole__price {
    border-bottom: solid 1px #BBAB90;
}

.ec-productRole .ec-productRole__category {
    border-bottom: solid 1px #BBAB90;
}

.ec-productRole .ec-productRole__category > ul > li > a {
    color: #4C3C2E;
}

.ec-productRole .ec-productRole__category > div {
    border-color: #4C3C2E;
    background: #4C3C2E;
}

.ec-select label {
    font-weight: 500;
}

#page_product_detail .ec-numberInput > span {
    color: #4C3C2E;
    font-weight: 500;
}

#page_product_detail .ec-numberInput input[type='number'] {
    color: #4C3C2E;
}

.ec-productRole .ec-productRole__description {
    border-bottom: solid 1px #BBAB90;
}

/*-----------------------------------------------------------
カート
-----------------------------------------------------------*/

.ec-cartRole {
    padding: 0;
}

#page_cart .ec-layoutRole__main .ec-pageHeader {
    color: var(--primary);
}

#page_cart .ec-layoutRole__main .ec-pageHeader:after {
    background: var(--primary);
}

.ec-progress .is-complete .ec-progress__number {
    background: #4C3C2E;
    color: #fff;
}

.ec-progress .is-complete .ec-progress__label {
    color: #4C3C2E;
}

.ec-progress .ec-progress__number {
    background: #fff;
    color: #4C3C2E;
}

.ec-progress .ec-progress__item:after {
    background: #4C3C2E;
}

#page_cart .ec-progress .is-complete .ec-progress__number {
    background: #4C3C2E;
    color: #fff;
    font-weight: 500;
}

#page_cart .ec-progress .is-complete .ec-progress__label {
    color: #4C3C2E;
}

#page_cart .ec-progress .ec-progress__number {
    background: #fff;
    color: #4C3C2E;
}

#page_cart .ec-progress .ec-progress__label {
    color: var(--primary);
}

#page_cart .ec-progress .ec-progress__item:after {
    background: #4C3C2E;
}

.ec-cartRole {
    color: #4C3C2E;
}

.ec-blockBtn--primary {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.05em;
    font-weight: 500;
    background-color: #4C3C2E;
    border-color: #4C3C2E;
    color: #F7F5F2;
    transition: all 0.5s 
ease;
    margin-left: 20px;
}

.ec-blockBtn--primary:hover {
    border-color: #4C3C2E;
    background: #4C3C2E;
    color: #fff;
    opacity: 0.7;
}

.ec-cartHeader .ec-cartHeader__label {
    background: #4C3C2E;
    color: #fff;
    font-weight: 500;
}

.ec-cartRow .ec-cartRow__delColumn {
    width: 15%;
}

.ec-cartRow .ec-cartRow__summary .ec-cartRow__name > a {
    color: #4C3C2E;
    font-weight: 500;
}

.ec-cartRole .ec-cartRole__total {
    font-weight: 500;
}

.ec-cartRole .ec-cartRole__totalAmount {
    color: #C83232;
    font-weight: 500;
}

.ec-modal .ec-modal-wrap {
    color: #4C3C2E;
}

.ec-orderRole {
    color: #4C3C2E;
    padding: 0;
}

.ec-rectHeading h1, .ec-rectHeading h2, .ec-rectHeading h3, .ec-rectHeading h4, .ec-rectHeading h5, .ec-rectHeading h6 {
    background: #4C3C2E;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.ec-orderRole .ec-orderRole__summary {
    margin: 30px 0 0;
}

.ec-totalBox .ec-totalBox__paymentTotal {
    font-weight: 500;
    border-top: solid 1px #4C3C2E;
}

.ec-totalBox .ec-totalBox__total {
    font-weight: 500;
    border-top: solid 1px #4C3C2E;
}

.ec-totalBox .ec-totalBox__price {
    font-weight: 500;
}

.ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__price, .ec-totalBox .ec-totalBox__paymentTotal .ec-totalBox__taxLabel {
    color: #C83232;
    font-weight: 500;
    margin-left: 10px;
}

.ec-totalBox {
    background: #C7B18C;
    color: #4C3C2E;
}

.ec-totalBox .ec-totalBox__pointBlock {
    background: #E3D5B9;
}

.ec-totalBox .ec-totalBox__btn a {
    color: #4C3C2E;
}

#shopping-form .ec-imageGrid .ec-imageGrid__content > p:first-of-type {
    background: #C7B18C;
    color: #4C3C2E;
    font-weight: 500;
}

.ec-cartNaviIsset {
    color: #4C3C2E;
}

.ec-cartCompleteRole {
    color: #4C3C2E;
}

.ec-cartRow__delColumn .ec-icon {
    filter: brightness(0) saturate(100%) invert(18%) sepia(56%) saturate(320%) hue-rotate(347deg) brightness(98%) contrast(85%);
}

#page_cart .ec-cartRole .ec-cartRole__actions {
    margin: 0;
}

.ec-customerRole {
    color: #4C3C2E;
    padding: 0;
}

input[type="checkbox"], input[type="radio"] {
    accent-color: #4C3C2E;
}

/*-----------------------------------------------------------
ログイン
-----------------------------------------------------------*/

.ec-login {
    background: #C7B18C;
    color: #4C3C2E;
}

.ec-link {
    color: #4C3C2E;
}

.ec-link:hover {
    color: #4C3C2E;
    opacity: 0.7;
}

.ec-guest {
    width: 100%;
    padding: 30px;
    background: #C7B18C;
}

.ec-guest .ec-guest__actions a {
    color: #4C3C2E;
}

.ec-blockBtn {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: solid 1px #201D1B;
    background: unset;
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    font-weight: 500 !important;
    color: #201D1B;
}

.ec-cartNaviIsset .ec-cartNaviIsset__action .ec-blockBtn--action {
    color: #4C3C2E;
    border: solid 1px #4C3C2E;
}

.ec-blockBtn:hover {
    background: #201D1B;
    border-color: #201D1B;
    color: #fff;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.ec-borderedDefs dl:not(:first-child) {
    margin-top: 20px;
}

.ec-borderedDefs {
    letter-spacing: 0.05em;
    line-height: 2.35em;
    border: 0;
}

.ec-borderedDefs dl {
    border-bottom: solid 1px #BBAB90;
    justify-content: space-between;
    padding-bottom: 20px;
}

.ec-borderedDefs dt {
    background: unset;
    color: inherit;
    padding: 0;
}

.ec-borderedDefs dt label {
    font-weight: 500;
}

.ec-borderedDefs dd {
    background: unset;
    color: inherit;
    padding: 0;
    margin: 10px 0 0;
}

.tradelawTb th {
    background: #4C3C2E;
    color: #fff;
    font-weight: 500;
}

.ec-borderedDefs .txt01 {
    font-weight: 500;
}

/*-----------------------------------------------------------
フォーム
-----------------------------------------------------------*/

.ec-borderedDefs dt > .ec-required {
    max-width: 40px;
    width: 100%;
    background: #C83232;
    color: #fff;
    font-weight: 500;
    text-align: center;
    line-height: 1em;
    padding: 5px 5px;
}

.ec-checkbox label {
    font-weight: 500;
}

.ec-borderedDefs dd input {
    margin: 0;
}

.ec-borderedDefs dd .ec-input {
    margin: 10px 0 0;
}

.ec-borderedDefs dd .ec-input:first-child {
    margin: 0;
}

.ec-borderedDefs dd .ec-select {
    margin: 10px 0 0;
}

.ec-borderedDefs dd .ec-select:first-child {
    margin: 0;
}

.ec-zipInputHelp {
    margin-bottom: 0;
}

.ec-registerRole .ec-blockBtn--action {
    margin: 20px auto 0;
}

.ec-registerRole .ec-blockBtn--cancel {
    margin: 15px auto 0;
}

/*-----------------------------------------------------------
会員登録
-----------------------------------------------------------*/

.ec-registerRole {
    max-width: 100%;
    color: #4C3C2E;
    padding: 0;
}

.ec-registerCompleteRole {
    color: #fff;
}

/*-----------------------------------------------------------
利用規約
-----------------------------------------------------------*/

.iAgreAr01 {
    padding: 30px 3%;
    background: #fff;
    color: var(--base-font-color);
}

.iAgreTit01 {
    color: #4C3C2E;
    border-color: #4C3C2E;
}

/*-----------------------------------------------------------
マイページ
-----------------------------------------------------------*/

.ec-navlistRole .ec-navlistRole__navlist {
    border-color: #4C3C2E;
}

.ec-navlistRole .ec-navlistRole__item {
    border-color: #4C3C2E;
    color: #4C3C2E;
    font-weight: 500;
}

.ec-navlistRole .active a {
    background: #4C3C2E;
    color: #fff;
}

.ec-navlistRole .ec-navlistRole__item a:hover {
    background: #4C3C2E;
    color: #fff;
}

.ec-welcomeMsg {
    color: #4C3C2E;
}

.ec-mypageRole {
    color: #4C3C2E;
}

.ec-closeBtn--circle {
    background: #9F8F78;
}

.ec-withdrawRole {
    color: #4C3C2E;
}

.ec-historyRole .ec-historyRole__contents {
    color: #4C3C2E;
    border-top: solid 1px #BBAB90;
}

.ec-historyListHeader .ec-historyListHeader__date {
    font-weight: 500;
}

.ec-definitions dt, .ec-definitions--soft dt {
    font-weight: 500;
}

.ec-historyRole .ec-historyRole__detail .ec-historyRole__detailTitle {
    font-weight: 500;
}

/*-----------------------------------------------------------
パスワード再発行
-----------------------------------------------------------*/

.ec-forgotRole {
	color: #4C3C2E;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:378px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.product_page .ec-inlineBtn--action {
	margin-top: 0 !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 378px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:576px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 576px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:768px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
見出し
-----------------------------------------------------------*/

.ec-pageHeader h1 {
    font-size: 30px;
}

/*-----------------------------------------------------------
商品一覧
-----------------------------------------------------------*/

.ec-productRole__btn > a {
    font-size: 14px;
}

/*-----------------------------------------------------------
テーブル
-----------------------------------------------------------*/

.ec-borderedDefs dt {
    width: 25%;
}

.ec-borderedDefs dd {
    width: 72%;
    margin: 0;
}

/*-----------------------------------------------------------
カート
-----------------------------------------------------------*/

.ec-guest {
    padding: 50px;
}

.ec-off3Grid .ec-off3Grid__cell {
    width: 68%;
    margin-left: 17%;
}

.ec-orderRole .ec-orderRole__detail {
    width: 60%;
    padding: 0 10px 0 0;
}

.ec-orderRole .ec-orderRole__summary {
    width: 40%;
    padding: 0 0 0 10px;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 768px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.ec-layoutRole .ec-layoutRole__contents {
    padding: 160px 15px 200px;
}
	
/*-----------------------------------------------------------
見出し
-----------------------------------------------------------*/

.ec-pageHeader {
    margin: 0 0 80px;
}

/*-----------------------------------------------------------
商品一覧
-----------------------------------------------------------*/
.ec-productRole__btn > a {
    font-size: 14px;
}

/*-----------------------------------------------------------
カート
-----------------------------------------------------------*/

.ec-orderRole .ec-orderRole__detail {
    width: 66.66%;
}

.ec-orderRole .ec-orderRole__summary {
    width: 33.33%;
}

/*-----------------------------------------------------------
利用規約
-----------------------------------------------------------*/

.iAgreAr01 {
    padding: 60px 5%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1024px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

#page_product_list .ec-layoutRole .ec-layoutRole__contents, #page_product_detail .ec-layoutRole .ec-layoutRole__contents {
    padding: 160px 15px 200px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1024px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:1200px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*-----------------------------------------------------------
見出し
-----------------------------------------------------------*/

.ec-pageHeader h1 {
    font-size: 40px;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
}/* min-width: 1200px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */