/* ------------------------------
- flex
------------------------------ */
.flex {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
}
.flex-column {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
}
.flex-row-reverse {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
}
.flex-column-reverse {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
}
.flex-flex-start {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
}
.flexitem-col2 {
        width: 48%;
}
.flexitem-col3 {
        width: 32%;
}
.flexitem-col4 {
        width: 23.5%;
}
.flex-end {
    align-items: flex-end;
}

@media screen and (min-width: 768px) {
    .flex_pc {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-column_pc {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-row-reverse_pc {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-column-reverse_pc {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-flex-start_pc {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .flexitem-col2_pc {
        width: 48%;
    }
    .flexitem-col3_pc {
        width: 32%;
    }
    .flexitem-col4_pc {
        width: 23.5%;
    }
}

@media screen and (max-width: 767px) {
    .flex_sp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-column_sp {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-row-reverse_sp {
        display: flex;
        flex-direction: row-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-column-reverse_sp {
        display: flex;
        flex-direction: column-reverse;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .flex-flex-start_sp {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .flexitem-col2_sp {
        width: 48%;
    }
    .flexitem-col3_sp {
        width: 32%;
    }
    .flexitem-col4_sp {
        width: 23.5%;
    }
}

main.curtain,
main.fabric-collection,
main.how-to-choose {
    padding-top: 0;
}

/* ------------------------------
- headbox
------------------------------ */
.headbox__title {
    text-align: center;
}
.headbox__title-sub {
    text-align: center;
    display: block;
    font-weight: normal;
    line-height: 1.7;
}
.headbox__text {
    margin: 0 0 3rem;
    //text-align: center;
}

@media screen and (min-width: 768px) {
	.headbox__title {
		font-size: 1.5rem;
		border-bottom: 1px solid #000;
		margin-bottom: 25px;
		padding-bottom: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between;
		}
    .headbox__title-sub {
        font-size: 1rem;
    }
    .headbox__text {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .headbox__title {
        /* font-size: 1.9rem; */
        display: block;
        text-align: center;
        border-bottom: 1px solid #000;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
    .headbox__title-sub {
        font-size: .9rem;
    }
}

/* ------------------------------
- btnbox
------------------------------ */
.btnbox__btn {
    position: relative;
    border: 1px solid #ccc;
    width: 350px;
    display: block;
    text-align: center;
    padding: .5rem .5rem;
}
.btnbox__btn::after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    color: #ca0000;
}

@media screen and (min-width: 768px) {
    .btnbox__btn {
        width: 400px;
        transition: .5s;
        margin: 5rem auto 1rem;
        padding: 1rem 1rem;
    }
    .btnbox__btn:not(:first-of-type) {
        margin: 2rem auto 1rem ;
    }
    .btnbox__btn:hover {
        background: #fdedf0;
    }
    .btnbox.btnbox_curtain-footer {
        margin: 0 auto;
    }
    .btnbox__btn.btnbox__btn_curtain-footer{
        margin: 1rem auto 2rem;
    }
}

@media screen and (max-width: 767px) {
    .btnbox__btn {
        width: 100%;
        margin: 3rem auto 2rem;
        padding: 1rem .5rem .8rem;
    }
    .btnbox__btn:not(:first-of-type) {
        margin: 1rem auto 2rem ;
    }
    .btnbox__btn.btnbox__btn_curtain-footer{
        margin: 1rem auto 3rem;
    }
}

/* ------------------------------
- curtain-header
------------------------------ */
@media screen and (min-width: 768px) {
    .curtain-header__title {
        font-size: 2rem;
        line-height: 1.5;
        margin: 0.8rem auto 0;
    }
    .curtain-header__text {
        font-size: 1rem;
        margin: .5rem auto 0;
    }
	.curtain-header__imgbox {
        padding:8px 0 0;
    }
}

@media screen and (max-width: 767px) {
    .inner.curtain-header__inner {
        padding: 0 10px;
    }
    .curtain-header__headbox {
        /* padding: 0 10px; */
    }
    .curtain-header__title {
        font-size: 2rem;
        margin: 0;
    }
    .curtain-header__text {
        font-size: 1rem;
        margin: 0.2rem auto 1rem;
        line-height: 1.7;
    }
	.curtain-header__imgbox {
        padding:8px 0;
    }
}

/* ------------------------------
- curtain-nav
------------------------------ */
.curtain-nav__list {
    display: flex;
    flex-flow: row wrap;
	justify-content: space-between;
}
.curtain-nav__item {
    color: #333;
    //background: #eee;
    margin:0.5rem;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    text-align: center;
    transition: .5s;
}
.curtain-nav__link {
    display: block;
    padding: 9px 1px;
    line-height: 1.5;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .curtain-nav {
        margin-top: 1rem;
    }
    .curtain-nav__item {
        width: calc(95% / 3);
        font-size: 1rem;
        transition: .5s;
    }
    .curtain .curtain-nav__item:hover {
        border-bottom: 2px solid #333;
    }
    .curtain-nav__link {
        font-size: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .curtain-nav {
        margin: .5rem 0 3rem;
    }
    .curtain-nav__item {
        width: calc(92% / 2);
        font-size: .9rem;
    }
    .fabric-collection .curtain-nav__item {
        width: calc(100% / 3);
    }
    .curtain-nav__link {
        font-size: .9rem;
    }
}

/* ------------------------------
- curtain
------------------------------ */
@media screen and (min-width: 768px) {
    .curtain section {
        padding: 5rem 0;
    }
}

@media screen and (max-width: 767px) {
    .curtain section {
        padding: 4rem 0 1rem;
    }
    .curtain .fabric-collection,
    .curtain .curtain-brand,
    .curtain .curtain-coordinate,
    .curtain .curtain-choose,
    .curtain .curtain-order {
        padding: 1rem 1rem;
    }
}

/* ------------------------------
- curtain-coordinate
------------------------------ */
.curtain-coordinate__imgbox {
    position: relative;
}
.curtain-coordinate__imgbox::after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 0;
    background-color: #eee;
    background-image: url(/wp/wp-content/themes/idc/assets/images/icon/arrow_a-r.svg);
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-size: 8px;
}

@media screen and (min-width: 768px) {
    .curtain-coordinate__box a:hover {
        opacity: .7;
    }
    .curtain-coordinate__box {
        margin-top: 3rem;
    }
    .curtain-coordinate__box-left {
        width: 58%;
    }
    .curtain-coordinate__box-left-bottom {
        margin-top: 1.5rem;
    }
    .curtain-coordinate__box-right {
        width: 40%;
    }
    .curtain-coordinate__textbox {
        margin-bottom: 1rem;
    }
}

@media screen and (max-width: 767px) {
    .curtain-coordinate__img {
        margin-top: 2rem;
    }
    .curtain-coordinate__box-left-top .curtain-coordinate__img {
        margin-top: 0;
    }
}

/* ------------------------------
- curtain-brand
------------------------------ */
.curtain-brand__text {
    font-weight: bold;
}

@media screen and (min-width: 768px) {
    .curtain-brand__box {
        padding: 2rem;
    }
    .curtain-brand__item:nth-child(2) {
        margin-top: 1rem;
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .curtain-brand__box {
        padding: 1rem;
    }
    .curtain-brand__item {
        margin-bottom: 2rem;
    }
    .curtain-brand__list:last-child .curtain-brand__item:first-child {
        margin-bottom: 0;
    }
}

/* ------------------------------
- curtain-choose
------------------------------ */
@media screen and (min-width: 768px) {
    .curtain-choose__box {
        margin-top: 3rem;
    }
    .curtain-choose__box a:hover {
        opacity: .7;
    }
    .curtain-choose__box-sub {
        width: 40%;
    }
    .curtain-choose__textbox-sub {
        margin-bottom: 1rem;
    }
    .curtain-choose__imgbox {
        width: 58%;
    }
}

@media screen and (max-width: 767px) {
    .curtain-choose__imgbox {
        margin-bottom: 2rem;
    }
}

/* ------------------------------
- curtain-measure
------------------------------ */
.curtain-measure__title {
    text-align: center;
}
.curtain-measure__item {
    padding: 2rem 1rem;
}
.curtain-measure__title-sub {
    margin: .5rem 0;
    font-size: 1.3rem;
}
.curtain-measure__text {
    line-height: 1.9;
}

@media screen and (min-width: 768px) {
    .curtain-measure__title {
        font-size: 1.8rem;
    }
    .curtain-measure__list {
        margin: 2rem 0;
    }
}

@media screen and (max-width: 767px) {
    .curtain-measure__title {
        font-size: 1.5rem;
    }
    .curtain-measure__list {
        margin: 1rem 0;
    }
}

/* ------------------------------
- curtain-order
------------------------------ */
.curtain-order__item {
    position: relative;
    padding: 2rem;
    border: 1px solid #ccc;
}
.curtain-order__item::after {
    content: '';
    position: absolute;
    border-color: #d9534f;
    border-style: solid;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    left: 50%;
    transform: translateX(-50%);
}
.curtain-order__item:last-of-type::after {
    content: none;
}
.curtain-order__date {
    display: block;
    display: inline-block;
    border: 1px solid #4b4948;
    color: #fff;
    font-weight: bold;
    background: #4b4948;
    padding: .3rem .5rem .2rem;
}

@media screen and (min-width: 767px) {
    .curtain-order__item {
        margin: 8rem 0;
    }
    .curtain-order__item:first-of-type {
        margin: 0 0 8rem;
    }
    .curtain-order__item:last-of-type {
        margin: 8rem 0 0;
    }
    .curtain-order__item::after {
        bottom: -7.5rem;
        border-width: 30px;
    }
    .curtain-order__date {
        display: inline-block;
        margin-right: 1rem;
    }
    .curtain-order__title {
        display: inline-block;
        font-size: 1.7rem;
        position: relative;
        top: 3px;
    }
    .curtain-order__box-sub {

        margin-top: 2rem;
    }

}

@media screen and (max-width: 767px) {
    .curtain-order__item {
        margin: 5rem 0;
    }
    .curtain-order__item:first-of-type {
        margin: 0 0 5rem;
    }
    .curtain-order__item:last-of-type {
        margin: 5rem 0 0;
    }
    .curtain-order__item::after {
        bottom: -5.5rem;
        border-width: 25px;
    }
    .curtain-order__date {
        display: inline-block;
        margin-bottom: .5rem;
    }
    .curtain-order__title {
        display: block;
        margin-bottom: .5rem;
        font-size: 1.3rem;
    }
    .curtain-order__text {
        margin-top: .5rem;
    }
}

/* ------------------------------
- curtain-gallery
------------------------------ */
@media screen and (min-width: 768px) {
    .curtain-gallery {
        //padding: 0 0 5rem;
    }
    .photobox__img {
        margin: 1rem auto 2rem;
    }
}

@media screen and (max-width: 767px) {
    .photobox__img {
        margin: 2rem auto .5rem
    }
}

/* ------------------------------
- curtain-footer
------------------------------ */
.curtain-footer__box {
    margin: 0;
}
.curtain-footer__title {
    border-left: 5px solid #4b4948;
    padding-left: .5rem;
    border-bottom: 1px dotted #7f7f7f;
    font-size: 1.35rem;
    font-weight: normal;
    line-height: 2;
}
.curtain-footer__text {
    margin: .5rem 0 1rem;
}

@media screen and (min-width: 768px) {
    .curtain-footer__item {
        margin: 0 2% 2rem 0;
    }
    .curtain-footer__item:nth-of-type(3n) {
        margin-right: 0;
    }
    .curtain-footer__item a:hover {
        opacity: .7;
    }
    .curtain-footer__title {
        margin: 2rem 0 1rem 0;
    }
    .curtain-footer__title:first-of-type {
        margin: 0 0 1rem 0;
    }
}

@media screen and (max-width: 767px) {
    .curtain-footer {
        margin-top: 3rem;
    }
    .curtain-footer__item {
        margin-bottom: 2rem;
    }
    .curtain-footer__title {
        margin: 4rem 0 1rem 0;
    }
    .curtain-footer__title:first-of-type {
        margin: 0 0 1rem 0;
    }
}

/* ------------------------------
- tab-buttons / tab-content
------------------------------ */
.t-button.is-active {
  border-bottom: 2px solid #333;
}
.t-content {
  display: none;
}
.t-content.is-active {
  display: block;
}

/* ------------------------------
- fabric-collection
------------------------------ */
.fabric-collection__note {
    margin-top: 3rem;
}
.fabric-collection__list {
    margin: 1rem auto 5rem;
}
.fabric-collection__text {
    margin: .5rem 0 0;
    line-height: 1.7;
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .fabric-collection__item {
        margin: 0 2% 2rem 0;
    }
    .fabric-collection__item:nth-last-of-type(1),
    .fabric-collection__item:nth-last-of-type(2),
    .fabric-collection__item:nth-last-of-type(3),
    .fabric-collection__item:nth-last-of-type(4) {
        margin-bottom: 0;
    }
    .fabric-collection__item:nth-of-type(4n) {
        margin-right: 0;
    }
    .fabric-collection__text {
        font-size: 14px;
    }
    .fabric-collection__text--small {
        margin: 0;
        font-size: .9rem;
    }
}

@media screen and (max-width: 767px) {
    .fabric-collection__item {
        margin: 0 0 2rem;
    }
    .fabric-collection__item:nth-last-of-type(1),
    .fabric-collection__item:nth-last-of-type(2) {
        margin: 0 0 0;
    }
    .fabric-collection__text {
        font-size: 13px;
    }
    .fabric-collection__text--small {
        margin: 0;
        font-size: .9rem;
    }
}

/* ------------------------------
- fabric-collection__modal
------------------------------ */
.fabric-collection__modal {
    display: none;
}
.fabric-collection__modal__heading {
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: .2rem;
    margin-bottom: 1rem;
}
.fabric-collection__modal__box {
    margin-top: 1.5rem;
}
.fabric-collection__modal__type {
    margin: 1rem 0;
    padding: .5rem .5rem 0;
    border: 1px solid #ccc;
}
.fabric-collection__modal__type:last-of-type {
    margin-bottom: 0;
}
.fabric-collection__modal__type-name {
    margin-bottom: .3rem;
}
.fabric-collection__modal__type-size {
    text-align: left;
    line-height: 1;
}
.fabric-collection__modal__type-price {
    font-weight: bold;
    text-align: right;
    line-height: 1;
}
.text_small {
    font-weight: normal;
}

@media screen and (min-width: 768px) {
    .fabric-collection__modal__heading {
        font-size: 1.5rem;
    }
    .fabric-collection__modal__box.flex-end {
        align-items: flex-end;
    }
    .fabric-collection__modal__type-name {
        font-size: .95rem;
    }
    .fabric-collection__modal__type-size {
        font-size: .85rem;
    }
    .fabric-collection__modal__type-price {
        font-size: 1.5rem;
    }
    .text_small {
        font-size: .8rem;
    }
}

@media screen and (max-width: 767px) {
    .fabric-collection__modal {

    }
    .fabric-collection__modal__heading {
        font-size: 1.3rem;
    }
    .fabric-collection__modal__text {
        font-size: .95rem;
    }
    .fabric-collection__modal__box {

    }
    .fabric-collection__modal__box-left {

    }
    .fabric-collection__modal__text-sub {
        font-size: .95rem;
    }
    .fabric-collection__modal__type {

    }
    .fabric-collection__modal__type-name {
        font-size: 1rem;
    }
    .fabric-collection__modal__type-size {
        font-size: .9rem;
    }
    .fabric-collection__modal__type-price {
        font-size: 1.3rem;
    }
    .fabric-collection__modal__box-right {
        margin-top: 2rem;
    }
    .text_small {
        font-size: .85rem;
    }
}

/* ------------------------------
- fancybox
------------------------------ */
.fancybox-container {
    z-index: 100011;
}
.fancybox-content {
    max-width: 650px;
}
.fancybox-slide--html .fancybox-close-small {
    color: #cacaca;
}
.fancybox-is-open .fancybox-bg {
    opacity: .6;
}

@media only screen and (max-width: 767px) {
    .fancybox-content {
        margin: 20px;
        padding: 30px 20px;
    }
}

/* ------------------------------
- how-to-choose
------------------------------ */
.how-to-choose__sec {
    margin-top: 1rem;
}
.sec-title {
    font-weight: bold;
    text-align: center;
}
.sec-lead {
    margin-bottom: 2rem;
}
.block-title {
    width: 100%;
    text-align: center;
}
.block-title_border {
    position: relative;
    padding-bottom: 1rem;
}
.block-title_border::after {
    position: absolute;
    content: "";
    width: 5%;
    border-bottom: 3px solid #ccc;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.block-lead {
    font-size: ;
    margin-bottom: 2rem;
}
.how-to-choose__gallery-img {
    max-width: 100%;
}
.how-to-choose__col2item:last-of-type,
.how-to-choose__col2item::nth-last-of-type(1) {
    margin-bottom: 0;
}
.how-to-choose__col2item-img {
    max-width: 100%;
}
.how-to-choose__col2item-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: .5rem 0 0;
}
.how-to-choose__col2item-title::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    content:'';
    background: #4b4948;
    margin-right: .3rem;
    /* position: relative; */
    /* top: 0; */
}
.how-to-choose__col2item-text {
    margin-top: .5rem;
}
.how-to-choose__col2item-title + .how-to-choose__col2item-text {
    margin-top: 0;
}
.how-to-choose__col3item {
    margin: 0 2% 4rem 0;
}

/*
.how-to-choose__col3item:nth-last-of-type(1),
.how-to-choose__col3item:nth-last-of-type(2), 
.how-to-choose__col3item:nth-last-of-type(3) {
    margin-bottom: 0;
}
*/

.how-to-choose__col3item:nth-of-type(3n) {
    margin-right: 0;
}

.how-to-choose__col3item-title {
    font-size: 1.1rem;
    font-weight: bold;
    margin: .5rem 0 0;
}

.how-to-choose__col3item-title::before {
    display: inline-block;
    width: 12px;
    height: 12px;
    content:'';
    background: #4b4948;
    margin-right: .3rem;
    /* position: relative; */
    /* top: 0; */
}
.how-to-choose__col3item-text {
    margin-top: .5rem;
}
.how-to-choose__col3item-title + .how-to-choose__col3item-text {
    margin-top: 0;
}


@media screen and (min-width: 768px) {
    .how-to-choose__sec {
        padding: 40px 30px 80px;
    }
    .sec-title {
        font-size: 2.3rem;
        margin-bottom: 3rem;
    }
    .sec-lead {
        margin-bottom: 2rem;
    }
    .how-to-choose__block {
        padding: 40px;
        margin-bottom: 80px;
    }
    .block-title {
        font-size: 1.5rem;
        margin-bottom: 3rem;
    }
    .block-title_border::after {
        width: 13%;
    }
    .how-to-choose__gallery-img {
        margin: 0 auto 2rem;
    }
    .how-to-choose__col2item {
        margin-bottom: 4rem;
    }
}

@media screen and (max-width: 767px) {
    .how-to-choose__sec {
        padding: 30px 15px 30px;
    }
    .sec-title {
        font-size: 1.9rem;
        margin-bottom: 2rem;
    }
    .sec-lead {
        margin-bottom: 1rem;
    }
    .how-to-choose__block {
        padding: 30px 20px;
        margin-bottom: 30px;
    }
    .block-title {
        font-size: 1.4rem;
        margin-bottom: 2rem;
    }
    .block-title_border::after {
        width: 20%;
    }
    .how-to-choose__gallery-img {
        margin: 0 auto 2rem;
    }
    .how-to-choose__col2item {
        margin-bottom: 2rem;
    }
}

/* ------------------------------
- boxBtn2
------------------------------ */
@media screen and (min-width: 768px) {
    .boxBtn2 {
        margin: 30px auto;
    }
    .boxBtn2:nth-of-type(2) {
        margin: 30px auto 6rem;
    }
    .boxBtn2__box {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
    .boxBtn2__box a {
        display: block;
    }
    .boxBtn2__list {
        width: 70%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .boxBtn2__item {
        min-width: 300px;
    }
    .boxBtn2__item a {
        display: block;
    }
    .boxBtn {
        margin: 90px auto;
    }
    .boxBtn__box {
        text-align: center;
        width: 70%;
        margin: 0 auto;
    }
    .boxBtn__box a {
        display: block;
    }
    .boxBtn__list {
        width: 70%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .boxBtn__item {
        min-width: 300px;
    }
    .boxBtn__item a {
        display: block;
    }
    .btn_style_03 {
        padding: 13px 5pc 10px;
    }
    .btn_style_02, .btn_style_03 {
        border: 1px solid #000;
        position: relative;
    }
    .btn_arrow:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        color: #000;
      }
      .btn_arrow:hover {
        background: #666;
        color: #fff;
        border-color: #666;
      }
      .btn_arrow:hover:after {
        color: #fff;
      }
}

@media screen and (max-width: 767px) {
    .boxBtn2 {
        margin: 30px auto;
    }
    .boxBtn2__box {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    .boxBtn2__list {
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .boxBtn2__box a, .boxBtn2__item a {
        display: block;
        font-size: 13px;
    }
    .boxBtn2__item:nth-child(2) {
        margin-top: 1rem;
    }
    .boxBtn {
        margin: 50px auto;
    }
    .boxBtn__box {
        text-align: center;
        width: 90%;
        margin: 0 auto;
    }
    .boxBtn__list {
        width: 90%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    .boxBtn__box a, .boxBtn__item a {
        display: block;
        font-size: 13px;
    }
    .boxBtn__item:nth-child(2) {
        margin-top: 1rem;
    }
    .btn_style_03 {
        padding: 13px 0;
        position: relative;
    }
    .btn_style_02, .btn_style_03 {
        border: 1px solid #000;
    }
    .btn_arrow:after {
        content: "\f105";
        font-family: FontAwesome;
        position: absolute;
        top: 50%;
        right: 1rem;
        transform: translateY(-50%);
        color: #000
      }
      .btn_arrow:hover {
        background: #666;
        color: #fff;
        border-color: #666;
      }
      .btn_arrow:hover:after {
        color: #fff;
      }
}


/* ------------------------------
- interior_story
------------------------------ */
@media screen and (min-width: 768px) {
    .list_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .item_col3_pc {
        width: 32%
    }
    .item_col3_pc:not(:nth-child(3n)) {
        margin-right: 2%
    }
    .item_col3_pc:nth-child(n+4) {
        margin-top: 4%
    }
    .item_col4_pc {
        width: 21.25%;
        transition: all .3s
    }
    .item_col4_pc:not(:nth-child(4n)) {
        margin-right: 5%
    }
    .item_col4_pc:nth-child(n+5) {
        margin-top: 5%
    }
    .item_col3_pc:hover > a, .item_col4_pc:hover > a {
        opacity: .8
    }
    .secProduct__item.item_col4_pc {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }
	.secBrand__item a:hover, .secInteriorstory__item a:hover, .secRecommend__item a:hover {
		text-decoration: underline
	}
	.secBrand__top, .secInteriorstory__top, .secProduct__top, .secRecommend__top {
		border-bottom: 1px solid #000;
		margin-bottom: 30px;
		padding-bottom: 5px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.secBrand__topHeading, .secInteriorstory__topHeading, .secProduct__topHeading, .secRecommend__topHeading {
		max-width: 50%;
		font-size: 20px;
		padding-top: 5px
	}
	.secInteriorstory {
		//margin: 70px auto
	}
	.secInteriorstory__item a {
		display: block
	}
	.secInteriorstory__date {
		font-weight: 400;
		text-align: center;
		margin: 0 auto;
		background: #eee;
		padding: .5rem .3rem
	}
	.secInteriorstory__text {
		margin-top: .5rem
	}
	.secInteriorstory__bottomBtn {
		text-align: right;
		margin-top: 30px
	}
}
@media screen and (max-width:767px) {
	.list_flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .item_col2_sp {
        width: 47.5%
    }
    .item_col2_sp:not(:nth-child(2n)) {
        margin-right: 5%
    }
    .item_col2_sp:nth-child(n+3) {
        margin-top: 10%
    }
    .secProduct__item.item_col2_sp {
        width: 45%
    }
    .secProduct__item.item_col2_sp:not(:nth-child(2n)) {
        margin-right: 10%
    }
    .secProduct__item.item_col2_sp:nth-child(n+3) {
        margin-top: 15%
    }
    .secProduct__item.item_col2_sp {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee
    }
    .item_col1_sp {
        width: 100%
    }
    .item_col1_sp:nth-child(n+1) {
        margin-top: 10%
    }
	.secBrand__top, .secInteriorstory__top, .secProduct__top, .secRecommend__top {
		display: block;
		text-align: center;
		border-bottom: 1px solid #000;
		margin-bottom: 20px;
		padding-bottom: 10px
	}
	.secBrand__topHeading, .secInteriorstory__topHeading, .secProduct__topHeading, .secRecommend__topHeading {
		font-size: 20px;
		margin-bottom: 5px
	}
	.secInteriorstory {
		margin: 70px 1rem
	}
	.secInteriorstory__item:not(:first-child) {
		margin-top: 10%
	}
	.secInteriorstory__item a {
		display: block;
		text-decoration: underline
	}
	.secInteriorstory__date {
		font-weight: 400;
		text-align: center;

		margin: 0 auto;
		background: #eee;
		padding: .5rem .3rem
	}
	.secInteriorstory__text {
		font-size: 13px
	}
	.secInteriorstory__bottomBtn {
		text-align: center;
		margin-top: 2rem
	}
}

/* ------------------------------
- layout
------------------------------ */
@media only screen and (min-width: 1000px) {
.breadcrumbs__list {
    width: 100%;
    max-width: 980px;
    padding: 0;
    margin: 0 auto;
    }
}

.inner {
  padding: 0 10px;
}
@media only screen and (min-width: 1000px) {
    .inner {
        width: 90%;
        max-width: 1040px;
        padding: 0;
        margin: 0 auto;
    }
}

/* ------------------------------
- linkBlock
------------------------------ */
.linkBlock {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .linkBlock {
        padding: 30px 15px 30px;
    }
}
@media screen and (min-width: 768px) {
    .linkBlock {
        flex-direction: row;
        align-items: center;
        padding: 40px 30px 40px;
    }
}
@media screen and (min-width: 1025px) {
    .linkBlock {
        margin-top: -10%;
        margin-bottom: 0;
        padding: 40px;
    }
}
@media screen and (min-width: 1040px) {
    .linkBlock {
        padding: 40px 0;
    }
}
button#prev,
button#next {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    appearance: none;
    color: #333 !important;
    text-decoration: underline;
}
#prev {
    position: relative;
    padding-left: 1em;
    font-size: 1.1rem;
    transition: all .3s;
}
#prev:not([class='is-hidden'])::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    width: .5em;
    height: .5em;
    border-top: solid 1px #333;
    border-left: solid 1px #333;
}
#next {
    position: relative;
    padding-right: 1em;
    font-size: 1.1rem;
    transition: all .3s;
}
#next:not([class='is-hidden'])::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: .5em;
    height: .5em;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
}
@media screen and (max-width: 767px) {
    #prev {
        margin-right: auto;
        margin-bottom: 1.5em;
    }
    #next {
        margin-left: auto;
    }
}
@media screen and (min-width: 1025px) {
    #prev:hover {
        opacity: .5;
    }
    #next:hover {
        opacity: .5;
    }
}