@charset "utf-8";

.mainVisual {
    margin-bottom: 3.5rem;
}

.post__headline {
    z-index: 10;
}

.mainVisual__bg {
    position: relative;
    min-height: 150px;
    height: 40vw;
    background-image: url(../img/catalog/mv.jpg);
}

.catalog__container {
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
}

.catalog__headline {
/*     position: relative;
    margin-bottom: 4.5rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -1px; */
	
	position: relative;
    margin: 6rem auto 2rem auto;
    font-weight: 600;
    font-size: 16px;
    line-height: 2.5rem;
    text-align: center;
    letter-spacing: -1px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.catalog__headline::after {
/*     display: block;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #333; */
	
	display: none;
}

.catalog__thumb {
    width: 100%;
    height: 59.734vw;
    margin-bottom: 2rem;
    text-align: center;
}

.catalog__thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.catalog__text {
/*     margin-bottom: 3rem;
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.62; */
	
    margin-bottom: 10rem;
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.3rem;
    line-height: 1.62;
    text-align: center;
}

.form-step {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0;
}

.form-step li {
    color: var(--primary-brown);
    font-family: var(--ff-noto-sans);
    font-weight: 700;
    font-size: 1.3rem;
    width: calc(100% / 3);
    background: var(--tertiary-brown);
    line-height: 50px;
    text-align: center;
    position: relative;
}

.form-step li:not(:first-child):not(:last-child) {
    padding: 0 0 0 10px;
}

.form-step li::before,
.form-step li::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    position: absolute;
}

.form-step li::before {
    border: solid 32px transparent;
    border-right: solid 13px transparent;
    border-left: solid 13px #FFF;
    top: -7px;
    left: 0;
    z-index: 1;
}

.form-step li::after {
    border: solid 25px transparent;
    border-left: solid 10px var(--tertiary-brown);
    border-right: solid 10px transparent;
    top: 0;
    right: -20px;
    z-index: 2;
}

.form-step li:first-child::before {
    content: none;
}

.form-step li.is-current {
    color: #FFF;
    background: var(--primary-brown);
}

.form-step li.is-current::after {
    border-left: solid 10px var(--primary-brown);
}


/* フォーム */

/* 確認フォーム */
.confirm__container {
    padding-top: 3.4rem;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
}

.confirm__container .confirm__headline {
    position: relative;
    margin-bottom: 4.5rem;
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    letter-spacing: -1px;
}

.confirm__container .confirm__headline::after {
    display: block;
    content: '';
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 1px;
    background-color: #333;
}

.catalog-confirm .confirm__text-wrap {
    margin-bottom: 3rem;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
}


/* 完了ページ */
.form-thx {
    margin-bottom: 0;
}

.form-thx .confirm__container {
    padding-top: 6rem;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
}

.form-thx .confirm__headline {
    letter-spacing: -1px;
}

.form-thx .form-step {
    margin-bottom: 2rem;
}

.form-thx {
    padding: 0;
    font-size: 1.4rem;
}

.cat-thx__text-wrap .confirm__text {
    margin-bottom: 2rem;
    font-family: var(--ff-noto-sans);
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.85;
}

.form-thx .cat-thx__line {
    padding-top: 3rem;
    padding-left: var(--padding--container);
    padding-right: var(--padding--container);
    padding-bottom: 3rem;
    background-color: var(--tertiary-brown);
    font-family: var(--ff-noto-sans);
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.85;
}

.form-thx .cat-thx__line-text {
    margin-bottom: 2rem;
}

.form-thx .line-baner {
    width: 57.63%;
    margin: auto;
}

/* 追加 */
h2.catalog_step_text, .catalog_form_text {
    font-size: 23px;
    color: #665546;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #665546;
    padding-bottom: 15px;
    width: 450px;
    margin: 0 auto 6rem;
}
.catalog_stepwrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.catalog_step_item {
  padding: 0 20px;
  width: 32%;
  background-color: #FAF7F2;
}

.catalog_step_item {
    margin-bottom: 80px;
}
.catalog_form_item {
    width: 90%;
	margin: 0 auto 12rem;
    display: block;
}

@media (min-width: 640px) {
	.catalog_form_spicon, .catalog_form_spbeige {
    background-color: #eee6dc;
    max-width: 90%;
    margin: auto;
    border-radius: 30px;
}

.catalog_form_sp3 {
    background-color: #b6a794;
    max-width: 90%;
    margin: auto;
    border-radius: 30px;
}

.catalog_form_sp1 img, .catalog_form_sp2 img, .catalog_form_sp3 img {
    max-width: 50%;
    padding-top: 30px;
} {
	display: none !important;
	}
}

@media (max-width: 640px) {
	
	.catalog__text {
    margin-bottom: 6rem;
	}
	
	h2.catalog_step_text, .catalog_form_text {
    font-size: 16px;
    color: #665546;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #665546;
    padding-bottom: 15px;
    width: 180px;
    margin: 0 auto 3rem;
	}
	
	.catalog_stepwrap {
    display: block;
	margin-bottom: 6rem;
	}
	
	.catalog_step_item {
    padding: 0 20px;
    width: 80%;
    background-color: #FAF7F2;
    margin: 0 auto 30px;
	}
	
	.catalog_step_item:not(:last-child) {
    margin-bottom: 30px;
	}
	
	.catalog_form_item {
		display: none !important;
	}
	
/* 　追加	 */
	.catalog_form_sp1 img, .catalog_form_sp2 img {
    display: block;
    margin: 10px auto 0 auto;
    width: 80%;
    padding-bottom: 20px;
	}
	.catalog_form_sp3 img {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 20px;
	}
	.catalog_form_spbeige {
    background-color: #eee6dc;
    max-width: 90%;
    margin: auto;
    border-radius: 30px;
	}
	.catalog_form_sp2 {
    padding-bottom: 10px;
    margin-bottom: 2.5rem;
	}

	.catalog_form_sp3 {
    background-color: #b6a794;
    max-width: 90%;
    margin: auto;
    border-radius: 30px;
	}

	.catalog_form_sp1 img, .catalog_form_sp2 img, .catalog_form_sp3 img {
    max-width: 50%;
    padding-top: 30px;
	}
	
	.catalog_stepyellow {
    width: 100%;
    background-color: #FAF7F2;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-bottom: 6rem;
	}
	
/* ここまで */

	.catalog_form_spicon img {
    display: block;
    margin: auto;
	}

	.catalog_formwrap {
    margin-bottom: 6rem;
	}
	
	p.catalog_p {
    text-align: center;
    font-size: 14px;
    color: #665546;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	}

	p.catalog_bigp {
    text-align: center;
    font-size: 24px;
    color: #665546;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
	margin-top: 10px;
	}
	
	.catalog_form_sp1 h3, .catalog_form_sp2 h3 {
    font-size: 15px;
    color: #665546;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #665546;
    padding-bottom: 5px;
    width: 150px;
    margin: 0 auto 2rem;
	}
	.catalog_form_sp3 h3 {
    font-size: 12px;
    height: 60px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    padding-top: 30px;
    line-height: normal;
	display: flex;
    justify-content: center;
	}
	
	.catalog_form_sp1 p, .catalog_form_sp2 p {
    font-size: 13px;
    color: #665546;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    text-align: center;
    margin: -5px auto 2rem;
    line-height: normal;
	}
	
	.catalog_form_sp3 p {
    font-size: 12px;
    height: 60px;
    color: #fff;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    text-align: center;
    padding-bottom: 90px;
	line-height: normal;
	}
	.catalog_form_sp3 h3::before, .catalog_form_sp3 h3::after {
	border-radius: 5px;
    content: "";
    background-color: #fff;
    height: 2.5px;
    width: 30px;
    margin-top: 35px;
	}
	.catalog_form_sp3 h3::before {
	left: auto;
    transform: rotate(45deg);
	}
	.catalog_form_sp3 h3::after {
	right: auto;
    transform: rotate(-45deg);
	}
	
	
}

@media (min-width: 640px) {
	p.catalog_p {
	display: none !important;
	}
	p.catalog_bigp {
	display: none !important;
	}
	.catalog_form_spicon, .catalog_form_spbeige, .catalog_form_sp3 {
	display: none !important;
	}
	.catalog_stepyellow {
    width: 100%;
    background-color: #FAF7F2;
    padding-top: 60px;
    margin-bottom: 10rem;
	border-radius: 30px;
	}
}	


@media (min-width: 1000px) {

    /* header */
    .header .form-flex {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 90px;
    }

    .header .site-logo {
        display: flex;
    }

    .header .company-name {
        margin-left: 2.2rem;
        font-weight: 500;
        font-size: 2.2rem;
    }

    .header .form-link-button a {
        width: 242px;
        padding: .3rem 0;
        color: #fff;
        font-family: var(--ff-noto-sans);
        font-weight: 400;
        font-size: 1.5rem;
        background-color: var(--primary-brown);
        border-radius: 4px;
        text-align: center;
    }

    .p-breadcrumb {
        top: 100px;
    }

    .p-breadcrumb__item,
    .p-breadcrumb__item:not(:last-child)::after {
        color: #fff;
    }

    .mainVisual {
        margin-bottom: 8.7rem;
    }

    .mainVisual__bg {
        position: relative;
        height: 32.3vw;
        background-image: url(../img/catalog/mv_pc.jpg);
    }

    .main-contents {
        display: block;
    }

    .catalog__headline {
        margin-bottom: 6rem;
        font-size: 23px;
		font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
		line-height: 35px;
    }

    .catalog__headline::after {
        bottom: -16px;
        width: 100px;
    }

    .catalog__text {
        font-size: 1.6rem;
        text-align: center;
    }

    .form-step {
        width: 608px;
        margin: auto;
    }

    .form-step li {
        font-size: 1.4rem;
        line-height: 80px;
    }

    .form-step li:not(:first-child):not(:last-child) {
        padding: 0 0 0 25px;
    }

    .form-step li::before,
    .form-step li::after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        position: absolute;
    }

    .form-step li::before {
        border: solid 48px transparent;
        border-right: solid 13px transparent;
        border-left: solid 24px #fff;
        top: -7px;
        left: 0;
        z-index: 1;
    }

    .form-step li::after {
        border: solid 40px transparent;
        border-left: solid 20px var(--tertiary-brown);
        border-right: solid 10px transparent;
        top: 0;
        right: -30px;
        z-index: 2;
    }

    .form-step li:first-child::before {
        content: none;
    }

    .form-step li.is-current {
        color: #FFF;
        background: var(--primary-brown);
    }

    .form-step li.is-current::after {
        border-left: solid 20px var(--primary-brown);
    }

    /* 応募フォーム */

    /* 確認フォーム */

    .catalog-confirm .main-contents {
        display: block;
    }

    .confirm__container {
        padding-top: 8rem;
    }

    .confirm__container .confirm__headline {
        margin-bottom: 6rem;
        font-size: 2.6rem;
    }

    .confirm__container .confirm__headline::after {
        bottom: -16px;
        width: 100px;
    }

    .catalog-confirm .confirm__text-wrap {
        text-align: center;
    }


    /* 完了 */
    .form-thx .p-breadcrumb__item,
    .form-thx .p-breadcrumb__item:not(:last-child)::after {
        color: var(--primary-brown);
    }

    .form-thx .confirm__container {
        padding-top: 8rem;
    }

    .form-thx .form-step {
        margin-bottom: 4rem;
    }

    .cat-thx__text-wrap .confirm__text {
        margin-bottom: 6rem;
        font-size: 1.6rem;
        text-align: center;
    }

    .form-thx .cat-thx__line {
        padding: 3rem 8.5rem 4.6rem;
    }

    .form-thx .cat-thx__line-text {
        margin-bottom: 2.5rem;
    }

    .form-thx .line-baner {
        width: 280px;
    }

    .form-thx .line-baner a {
        transition: opacity .4s ease;
    }

    .form-thx .line-baner a:hover {
        opacity: 0.6;
    }

    #confirm .p-breadcrumb__item,
    #confirm .p-breadcrumb__item:not(:last-child)::after,
    #cat_thx .p-breadcrumb__item,
    #cat_thx .p-breadcrumb__item:not(:last-child)::after {
        color: var(--primary-brown);
    }

}