@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');

/* ===============================
フォント設定
=============================== */
:root {
  --font_noto_sans: 'Noto Sans JP', sans-serif;
  --font_noto_serif: 'Noto Serif JP', sans-serif;
  --font_libre: 'Libre Baskerville', serif;
  --brown: #A88A70;
}
.font_libre {
  font-family: 'Libre Baskerville', serif;
}
/* ===============================
レイアウト・基本
=============================== */
@media screen and (max-width: 599px) {
  #for_co {
    width: calc(100% + 16px);
    margin: 0 -8px;
    padding-bottom: 0.5rem;
  }
}
#for_co h2,
#for_co h3,
#for_co h4{
  line-height: 1.8em!important;
  letter-spacing: 0.05em!important;
}
#for_co p,
#for_co p span {
  line-height: 2.2em!important;
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.5rem;
}
#for_co li {
  letter-spacing: 0.05em!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #for_co h2,
  #for_co h3,
  #for_co h4 {
    line-height: 1.5em!important;
    letter-spacing: 0.02em!important;
  }
  #for_co p,
  #for_co p span,
  #for_co li {
    letter-spacing: 0em!important;
    font-size: 1.4rem!important;
  }
}
/* ===============================
リンク設定
=============================== */
#for_co a {
  text-decoration: none!important;
}
#for_co a:hover {
  color: inherit!important;
}
/* ===============================
メインタイトル
=============================== */
.for_co_title01 {
    width: 100%;
    height: 395px;
    background: url(https://morpho1995noij.itembox.design/item/for_co/title.jpg) no-repeat bottom right;
    display: flex;
    align-items: center;
    padding-left: 3rem;
}
@media screen and (max-width: 599px) {
    .for_co_title01 {
        height: 240px;
        padding: 1rem;
    }
}
.for_co_title01 h2 {
    font-size: 3.3rem;
}
#for_co .for_co_title01 h2 + p {
    font-size: 1.7rem;
    font-family: var(--font_noto_sans)!important;
    font-weight: 400!important;
}
@media screen and (max-width: 599px) {
  .for_co_title01 h2 {
    font-size: 2.0rem;
    text-shadow: 1px 1px 2px #FFF;
  }
  #for_co .for_co_title01 h2 + p {
    font-size: 1.6rem;
    text-shadow: 1px 1px 8px #eff1e7;
  }
}
/* ===============================
リード文
=============================== */
.for_co_lead  {
  padding: 3rem 0 0; 
}
#for_co .for_co_lead p {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.6rem!important;
}
/* ===============================
チェックボックス
=============================== */
.for_co_chech_wrap {
  width: 74%;
  margin: 0 auto;
  background: url(https://morpho1995noij.itembox.design/item/for_co/bg.jpg) no-repeat;
  background-position: left 0 bottom -40px;
  background-size: cover;
  padding: 5% 8%;
}
@media screen and (max-width: 1430px) {
  .for_co_chech_wrap {
    background-position: left 0 bottom 0;
  }
}
@media screen and (max-width: 899px) {
  .for_co_chech_wrap {
    width: 98%;
  }
}
@media screen and (max-width: 599px) {
  .for_co_chech_wrap {
    padding: 4%;
  }
}
.for_co_chech_wrap ul {
  background-color: rgba(255,255,255,.7);
  padding: 9% 10%;
}
@media screen and (max-width: 599px) {
  .for_co_chech_wrap ul {
    background-color: rgba(255,255,255,.8);
    padding: 5%;
  }
}
#for_co .for_co_chech_wrap ul li {
  font-size: 1.8rem!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  background: url(https://morpho1995noij.itembox.design/item/for_co/icon_check.png) no-repeat center left;
  background-size: 23px auto;
  padding-left: 38px;
  margin-bottom: 1.6rem;
}
#for_co .for_co_chech_wrap ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  #for_co .for_co_chech_wrap ul li {
    font-size: 1.6rem!important;
    background-size: 16px auto;
    padding-left: 24px;
    line-height: 1.6!important;
  }
}
/* ===============================
背景色
=============================== */
.for_co_bg {
  background-color: #F7F3EC;
  padding: 6rem 0;
}
@media screen and (max-width: 599px) {
  .for_co_bg {
    padding: 4rem 0 3rem;
  }
}
/* ===============================
見出し
=============================== */
.for_co_ttl_01 {
  text-align: center;
  font-size: 2.5rem;
}
.for_co_ttl_01:after {
  display: block;
  content: '';
  width: 106px;
  height: 1px;
  background-color: #A88A70;
  margin: 1.6rem auto 6rem;
}
.for_co_ttl_01 small {
  font-size: 1.5rem;
  display: block;
}
@media screen and (max-width: 599px) {
  .for_co_ttl_01 {
    font-size: 1.9rem;
  }
  .for_co_ttl_01:after {
    margin-bottom: 3rem;
  }
}
/* ===============================
2カラム
=============================== */
.for_co_2col_wrap {
  width: 82.54%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 3rem;
}
@media screen and (max-width: 899px) {
  .for_co_2col_wrap {
    width: 94%;
  }  
}
@media screen and (max-width: 599px) {
  .for_co_2col_wrap {
    flex-direction: column;
  }
}
.for_co_2col_img {
  width: 41.37%;
}
@media screen and (max-width: 1430px) {
  .for_co_2col_img img {
    object-fit: cover;
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 599px) {
  .for_co_2col_img {
    width: 100%;
  }
  .for_co_2col_img img {
    object-fit: cover;
    width: 100%;
    height: 220px;
  }
}
.for_co_2col_txt {
  width: 55.63%;
  display: flex;
  flex-direction: column;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  .for_co_2col_txt {
    width: 100%;
  }
}
.for_co_ttl_02 {
  background-color: #A88A70;
  color: #FFF;
  font-size: 2.2rem;
  padding: 1rem 2rem;
}
@media screen and (max-width: 599px) {
  .for_co_ttl_02 {
    font-size: 1.8rem;
    text-align: center;
  }
}
#for_co .for_co_2col_txt p {
  padding: 2rem;
  font-size: 1.5rem!important;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  }
@media screen and (max-width: 599px) {
  #for_co .for_co_2col_txt p {
    padding: 1.6rem;
    font-size: 1.4rem!important;
    font-family: var(--font_noto_sans)!important;
    font-weight: 400!important;
  }
}
/* ===============================
名入れ
=============================== */
.for_co_title_img img {
  object-fit: cover;
  width: 100%;
  height: 480px;
}
@media screen and (max-width: 899px) {
  .for_co_title_img img {
    height: 380px;
  }
}
@media screen and (max-width: 599px) {
  .for_co_title_img img {
    height: 240px;
  }
}
.for_co_title_img {
  margin-bottom: 3rem;
}
.for_co_naire .inner {
  width: 85%;
}
@media screen and (max-width: 599px) {
  .for_co_naire .inner {
    width: 92%;
  }
}
#for_co .for_co_naire .inner p {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #for_co .for_co_naire .inner p {
    font-family: var(--font_noto_sans)!important;
    font-size: 1.4rem;
  }
}
/* ===============================
リンクボタン
=============================== */
.for_co_btn{
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 2rem;
  text-decoration: none;
  outline: none;
  margin-top: 1rem;
}
.for_co_btn::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 110%;
  height: 1px;
  background:#A88A70;
  transition: all .3s;
}
.for_co_btn::after{
  content: '';
  position: absolute;
  bottom: 9.9px;
  right: calc(-10% - 4px);
  width: 28px;
  height:1px;
  background: #A88A70;
  transform: rotate(45deg);
  transition: all .3s;
}

.for_co_btn:hover::before{
  left:5%;
}
.for_co_btn:hover::after{
  right: calc(-10% - 3px - 5%);
}
/* ===============================
ご注文から納品までの流れ
=============================== */
#for_co_flow .for_co_bg {
  padding-bottom: 8rem;
}
.for_co_flow_wrap > div {
  width: 88%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .for_co_flow_wrap > div {
    width: 96%;
    flex-direction: column;
  }
}
.for_co_flow_wrap:after {
  content: '';
  display: block;
  width: 39px;
  height: 28px;
  background: url(https://morpho1995noij.itembox.design/item/for_co/icon_arrow.png) no-repeat;
  background-size: cover;
  margin: 5rem auto;
}
.for_co_bg .for_co_flow_wrap:last-child:after {
  display: none;
}
@media screen and (max-width: 599px) {
  .for_co_flow_wrap:after {
    margin: 2rem auto;
  }
}
.for_co_flow_no {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 22%;
  margin-top: -2rem;
}
@media screen and (max-width: 768px) {
  .for_co_flow_no {
    width: 100%;
    margin-top: 0;
    margin-bottom: 2rem;
  }
}
.for_co_flow_no h3 {
  order: 2;
  font-size: 2.2rem;
  margin-top: 1rem;
}
@media screen and (max-width: 599px) {
  .for_co_flow_no h3 {
    font-size: 1.8rem;
  }
}
#for_co .for_co_flow_no p {
  order: 1;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 599px) {
  #for_co .for_co_flow_no p {
    font-size: 1.4rem;
  }
}
#for_co .for_co_flow_no p span {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  display: block;
  font-size: 4rem;
  width: 68px;
  height: 68px;
  line-height: 64px!important;
  border-radius: 100vh;
  border: #050505 solid 1px;
  background-color: #FFF;
}
@media screen and (max-width: 599px) {
  #for_co .for_co_flow_no p span {
    font-size: 2.4rem;
    width: 58px;
    height: 58px;
    line-height: 54px!important;
  }
}
.for_co_flow_txt {
  width: 76%;
  background-color: #FFF;
  padding: 1rem 1.6rem;
}
@media screen and (max-width: 768px) {
  .for_co_flow_txt {
    width: 100%;
    padding: 2rem;
  }  
}
#for_co .for_co_flow_txt p,
#for_co .for_co_flow_txt p span {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  #for_co .for_co_flow_txt p,
  #for_co .for_co_flow_txt p span {
    font-size: 1.4rem;
  }
}

#for_co .for_co_flow_txt p span {
  font-size: 1.8rem;
  padding-right: 2rem;
}
#for_co .for_co_flow_txt p span:nth-child(2) a {
  color: #002CF7!important;
  text-decoration: underline!important;
}
#for_co .for_co_flow_txt p span a:hover {
  text-decoration: none!important;
  opacity: 1;
}
@media screen and (max-width: 599px) {
  #for_co .for_co_flow_txt p {
    font-family: var(--font_noto_sans)!important;
  }
}
.for_co_flow_txt p:nth-child(1) {
  margin-bottom: 2rem;
}
@media screen and (max-width: 1430px) {
  .for_co_flow_txt .tel_mail {
    display: block;
  }
}
/* ===============================
お問い合わせ
=============================== */
.for_co_contact_area {
  width: 90%;
  border: solid 1px #A88A70;
  padding: 3rem;
}
.for_co_naire_bnr {
  width: 90%;
  border: solid 1px #A88A70;
}
@media screen and (max-width: 599px) {
  .for_co_contact_area {
    width: 94%;
    padding: 2rem;
  }
  .for_co_naire_bnr {
    width: 94%;
  }
}
#for_co_contact .for_co_ttl_01:after {
  margin-bottom: 2rem;
}
#for_co_contact h2 + p {
  color: #A88A70;
}
#for_co_contact p,
#for_co_contact p span{
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.5rem!important;
}
#for_co_contact .tel_mail {
  display: block;
  margin: 2.6rem 0;
}
#for_co_contact .tel_mail span {
  font-size: 2.5rem!important;
  background-color: #F7F3EC;
  margin: 0 1rem;
  padding: 1.6rem 2.2rem;
}
@media screen and (max-width: 1430px) {
  #for_co_contact .tel_mail span {
    display: block;
    margin: 1rem 0;
  }
}
@media screen and (max-width: 599px) {
  #for_co_contact .tel_mail span {
    font-size: 1.8rem!important;
    padding: 1rem;
  }
}
/* ===============================
202305 追加
=============================== */
.for_co_pagelink {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 780px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .for_co_pagelink {
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  .for_co_pagelink {
    flex-direction: column;
  }
}
#for_co .for_co_pagelink li {
  width: 48%;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 2.0rem;
  border-bottom: solid 1px #A88A70;
}
@media screen and (max-width: 599px) {
  #for_co .for_co_pagelink li {
    width: 100%;
    font-size: 1.6rem!important;
    font-weight: 500!important;
  }  
}

#for_co .for_co_pagelink li span {
  line-height: 1.4!important;
}
#for_co .for_co_pagelink li span:before {
  line-height: 1.6!important;
}
#for_co .for_co_pagelink li:nth-of-type(1) span:before {
  content: '01.';
  font-family: var(--font_libre);
  color: #A88A70;
}
#for_co .for_co_pagelink li:nth-of-type(2) span:before {
  content: '02.';
  font-family: var(--font_libre);
  color: #A88A70;
}
#for_co .for_co_pagelink li:nth-of-type(3) span:before {
  content: '03.';
  font-family: var(--font_libre);
  color: #A88A70;
}
#for_co .for_co_pagelink li:nth-of-type(4) span:before {
  content: '04.';
  font-family: var(--font_libre);
  color: #A88A70;
}
@media screen and (max-width: 1200px) {
  #for_co .for_co_pagelink li span {
    display: flex;
  }
}
#for_co .for_co_pagelink li a {
  display: inline-block;
  width: 100%;
  padding: 2.5rem 0;
}
.for_co_ttl_03 {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 599px) {
  .for_co_ttl_03 {
    font-size: 2.0rem;
    margin-bottom: 2.6rem;
  }  
}
.for_co_ttl_03 small {
  font-family: var(--font_libre);
  color: var(--brown);
  display: block;
}
.for_co_ttl_03 small:after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: var(--brown);
  margin: 0 auto;
  margin-bottom: 1rem;
}
.for_co_case_2col_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (max-width: 599px) {
  .for_co_case_2col_wrap {
    flex-direction: column;
  }
}
.case_odd {
  padding-left: 4rem;
  flex-direction: row-reverse;
}
.case_even {
  padding-right: 4rem;
}
@media screen and (max-width: 599px) {
  .case_odd,
  .case_even {
    padding: 0;
    flex-direction: column-reverse;
  }
}
.for_co_case_txt {
  width: 44.67%;
}
@media screen and (max-width: 599px) {
  .for_co_case_txt {
    width: 100%;
  }
}
.for_co_ttl_04 {
  display: inline-block;
  max-width: 51.28%;
  color: #FFF;
  background-color: var(--brown);
  font-size: 1.8rem;
  padding: 1rem 2.4rem;
}
@media screen and (max-width: 1300px) {
  .for_co_ttl_04 {
    background-color: rgba(168,132,112,0.9);
  }
}
@media screen and (max-width: 599px) {
  .for_co_ttl_04 {
    font-size: 1.6rem;
    max-width: 100%;
    text-align: center;
  }
}
.case_odd .for_co_ttl_04 {
  position: absolute;
  top: 2.8rem;
  left: 0;
}
.case_even .for_co_ttl_04 {
  position: absolute;
  top: 2.8rem;
  right: 0;
}
@media screen and (max-width: 599px) {
  .case_even .for_co_ttl_04 {
    position: absolute;
    top: 2.8rem;
    left: 0;
    right: auto;
  }
}
#for_co .for_co_case_txt h3 + p {
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  font-size: 1.5rem;
}
@media screen and (max-width: 599px) {
  #for_co .for_co_case_txt h3 + p {
    font-family: var(--font_noto_sans)!important;
    font-weight: 400!important;
  }
}
.for_co_case_img {
  width: 51.28%;
  border: dotted 1px #707070;
  padding: 1rem;
}
@media screen and (max-width: 599px) {
  .for_co_case_img {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.for_co_case_item_box {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.6rem;
}
.for_co_case_item_box > div:first-child {
  width: 67.54%;
}
.for_co_case_item_box > div:last-child {
  width: 27.81%;
}
#for_co .for_co_case_item_box p,
#for_co .for_co_case_item_box p span {
  line-height: 1.6!important;
}
#for_co .for_co_case_item_box p span {
  font-size: 1.3rem!important;
}
#for_co .link_arrow a {
  font-size: 1.5rem;
  font-family: var(--font_noto_sans)!important;
  font-weight: 400!important;
  text-decoration: underline!important;
}
