.nav_area {
  padding: 80px 0 70px;
  background-image: url("../images/bg_head_roomwear.svg");
  background-repeat: no-repeat;
  background-position: center top -10px;
  background-size: auto;
}
.nav_area_inr {
  width: 1100px;
  margin: 0 auto;
}
.nav_wrap_heading {
  margin-bottom: 30px;
  text-align: center;
}
.nav_wrap_heading .text {
  padding-left: 45px;
  font-size: 28px;
  font-weight: bold;
  line-height: 41px;
  letter-spacing: 0.2em;
  background-image: url("../images/icon_home.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: auto;
}
.anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.anchor_list_item {
  width: calc((100% - 60px) / 4);
  padding-bottom: 40px;
  background-image: url("../images/anchor_arw.svg");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
}
.anchor_list_item_link {
  display: block;
}
.anchor_comment {
  margin-bottom: 30px;
  padding: 10px;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
  z-index: 0;
}
.anchor_comment::before,
.anchor_comment::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border: 14px solid transparent;
  border-top: 14px solid #000;
  position: absolute;
  right: 0;
  bottom: -28px;
  left: 0;
}
.anchor_comment::after {
  border-top: 14px solid #fff;
  bottom: -27px;
}
.anchor_comment_p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
}
.anchor_pic {
  font-size: 0;
}
.anchor_name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 29px;
  text-align: center;
}
.section_content {
  padding-bottom: 100px;
  background-color: #f8f6f0;
  position: relative;
  z-index: 0;
}
.section_content+.section_content {
  margin-top: 80px;
}
.section_content::before {
  content: '';
  display: block;
  width: 100%;
  height: 338px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.section_content_inr {
  width: 1200px;
  margin: 0 auto;
}
.section_head {
  position: relative;
}
.section_head_pic {
  font-size: 0;
  text-align: right;
}
.section_head_box {
  width: 548px;
  margin: auto;
  padding: 30px 35px 60px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section_head_heading .en {
  display: block;
  font-size: 0;
}
.section_head_heading .jp {
  display: block;
  margin-left: 45px;
  font-size: 56px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 66px;
}
.section_head_p {
  margin-top: 18px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 32px;
}
.section_postop_pic {
  margin-top: -35px;
  font-size: 0;
  position: relative;
  z-index: 0;
}
.lp_btn_wrap {
  margin-top: 60px;
}
.lp_btn_wrap+.lp_btn_wrap {
  margin-top: 40px;
}
.lp_btn_link {
  display: block;
  width: 520px;
  margin: 0 auto;
  padding: 24px 30px;
  font-size: 21px;
  font-weight: bold;
  line-height: 31px;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  background-color: #000;
  position: relative;
}
.lp_btn_link:link,
.lp_btn_link:visited {
  color: #fff;
}
.lp_btn_link::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.lp_btn_link.white {
  border: 1px solid #000;
  color: #000;
  background-color: transparent;
}
.lp_btn_link.white::after {
  border-color: #000;
}
.photo_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: 80px auto 0;
}
.photo_list.col_2 {
  width: 960px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.photo_list.col_2 .photo_list_item {
  width: calc((100% - 80px) / 2);
  margin-left: 0;
}
.photo_list_item {
  width: 260px;
}
.photo_list_item:nth-child(n+2) {
  margin-left: 20px;
}
.photo_list_item:nth-child(n+5) {
  margin-top: 20px;
}
.photo_list_item:nth-child(4n+5) {
  margin-left: 0;
}
.photo_list_item_link {
  display: block;
}
.photo_list_item_pic {
  font-size: 0;
}
.photo_list_item_link_text {
  display: block;
  margin-top: 20px;
  text-align: center;
}
.photo_list_item_link_text .text {
  padding-right: 20px;
  font-size: 18px;
  font-weight: bold;
  line-height: 27px;
  text-align: center;
  position: relative;
}
.photo_list_item_link_text .text::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 0;
  right: 5px;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .isSp {
    display: none;
  }
  .isPc {
    display: block;
  }
  .container.ht {
    width: 1040px;
    margin: 0 auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 80px;
    padding-left: 20px;
    font-weight: bold;
  }
}
@media screen and (max-width: 767px) {
  .isSp {
    display: block;
  }
  .isPc {
    display: none;
  }
  img {
    width: 100%;
  }
  .container.ht {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .uc_heading-h1 {
    margin-bottom: 25px;
    background: #eee;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px;
    height: 58px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .nav_area {
    padding: 40px 0;
    background-position: center top;
    background-size: 90%;
  }
  .nav_area_inr {
    width: 100%;
    padding: 0 15px;
  }
  .nav_wrap_heading {
    margin-bottom: 24px;
  }
  .nav_wrap_heading .text {
    padding-left: 35px;
    font-size: 21px;
    background-size: 25px 23px;
  }
  .anchor_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .anchor_list_item {
    width: calc((100% - 15px) / 2);
    padding-bottom: 15px;
    background-size: 26px 5px;
  }
  .anchor_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .anchor_comment {
    margin-bottom: 15px;
    padding: 5px;
  }
  .anchor_comment::before,
  .anchor_comment::after {
    border: 10px solid transparent;
    border-top: 10px solid #000;
    bottom: -20px;
  }
  .anchor_comment::after {
    border-top: 10px solid #fff;
    bottom: -19px;
  }
  .anchor_comment_p {
    font-size: 14px;
    line-height: 20px;
  }
  .anchor_name {
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .section_content {
    padding-bottom: 40px;
  }
  .section_content+.section_content {
    margin-top: 40px;
  }
  .section_content::before {
    display: none;
  }
  .section_content_inr {
    width: 100%;
    padding: 0 15px;
  }
  .section_head {
    margin: 0 -15px;
  }
  .section_head_pic {
    text-align: center;
  }
  .section_head_box {
    width: 100%;
    padding: 20px 15px 30px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .section_head_heading .en {
    width: 30%;
  }
  .section_head_heading .jp {
    margin-top: 10px;
    margin-left: 0;
    font-size: 28px;
    line-height: 33px;
  }
  .section_head_p {
    margin-top: 14px;
    font-size: 14px;
    line-height: 26px;
  }
  .section_postop_pic {
    margin-top: 30px;
  }
  .lp_btn_wrap {
    margin-top: 40px;
  }
  .lp_btn_wrap+.lp_btn_wrap {
    margin-top: 15px;
  }
  .lp_btn_link {
    width: 100%;
    padding: 20px 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .photo_list {
    width: 100%;
    margin-top: 30px;
  }
  .photo_list.col_2 {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .photo_list.col_2 .photo_list_item {
    width: calc((100% - 15px) / 2);
  }
  .photo_list_item {
    width: calc((100% - 15px) / 2);
  }
  .photo_list_item:nth-child(even) {
    margin-left: 15px;
  }
  .photo_list_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .photo_list_item:nth-child(2n+3) {
    margin-left: 0;
  }
  .photo_list_item_link_text {
    margin-top: 20px;
  }
  .photo_list_item_link_text .text {
    padding-right: 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .photo_list_item_link_text .text::after {
    width: 7px;
    height: 7px;
    top: 1px;
  }
}

/*# sourceMappingURL=style.css.map */
