@charset "UTF-8";


/* pageMv
***************************************************************/
.pageMv.buy::before {
  display: none;
}
@media all and (min-width: 681px) {
  .pageMv.buy {
    background: url(../img/buy/mv_pc.jpg)no-repeat center / cover;
  }
}
@media all and (max-width:680px) {
  .pageMv.buy {
    background: url(../img/buy/mv_sp.jpg)no-repeat center / cover;
  }
  .pageMv.buy .pageMvEnTitle {
    margin-left: 30px;
    width: 160px;
  }
  .pageMv.buy .pageMvJpTitle {
    text-align: left;
    margin-left: 30px;
  }
}
@media all and (max-width:370px) {
}


/* otherConnectionBox
***************************************************************/
.otherConnectionBox .otherConnectionList li .listTitle {
  width: 100%;
}
.otherConnectionBox .otherConnectionList li .listTitle span {
  width: 100%;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.otherConnectionBox .otherConnectionList li .listTitle span img {
  width: auto;
  height: 100%;
}
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
  .otherConnectionBox .otherConnectionList li .listTitle span {
    height: 30px;
  }
}
@media all and (max-width:370px) {
}


/* side_btnList
***************************************************************/
.side_btnList {
  width: 140px;
  position: fixed;
  top: 310px;
  right: 0;
  z-index: 3333;
}
.side_btnList .side_btn {
  width: 100%;
  display: block;
  background-color: #968126;
}
.side_btnList .side_btn.type2 {
  background-color: #206290;
}
@media all and (min-width: 681px) {
  .side_btnList .side_btn:hover {
    background-color: #586270;
  }
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* buy_searchWrap
***************************************************************/
.buy_searchWrap {
  width: 1050px;
  margin: 0 auto;
  padding: 90px 0;
}
.buy_search_dl1 {
  width: 100%;
  display: flex;
}
.buy_search_dl1 + .buy_search_dl1 {
  margin-top: 20px;
}
.buy_search_dl1 .dt1 {
  width: 116px;
  background-color: #1f2e43;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  font-size: 18.5px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
}
.buy_search_dl1 .dt1 .s1 {
  font-size: 14px;
}
.buy_search_dl1 .dd1 {
  width: calc(100% - 116px);
  background-color: #ebebeb;
  padding: 18px;
}
/* checkbox_list1_box */
.checkbox_list1_box {
  display: flex;
}
.checkbox_list1_all {
  width: 216px;
}
.checkbox_list1 {
  width: calc(100% - 216px);
  display: flex;
  flex-flow: wrap;
}
.checkbox_list1 .li1 {
  width: 216px;
  margin-left: 11px;
}
.checkbox_list1_box .label {
  width: 100%;
  height: 100%;
  display: block;
}
.checkbox_list1_box .name {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: 0.3s ease;
}
.checkbox_list1_box input,
.checkbox_list2 input {
  display: none;
}
.checkbox_list1_box .checkbox_list1 .label {
  height: 35px;
}
.checkbox_list1_box input:checked + .name {
  background-color: #1f2e43;
  color: #fff;
}
/* checkbox_list2 */
.checkbox_list2 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
}
.checkbox_list2 .label {
  width: 100%;
  height: 58px;
  display: block;
}
.checkbox_list2 .name {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: 0.3s ease;
  padding-left: 35px;
  position: relative;
}
.checkbox_list2 .name::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 2px solid #000;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.checkbox_list2 .name .s1 {
  font-size: 13px;
  font-weight: 400;
  margin-top: 4px;
}
.checkbox_list2 input:checked + .name::after {
  content: "";
  width: 22px;
  height: 14px;
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
  display: block;
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 14px;
  margin: auto;
  transform: rotate(-45deg);
}
.checkbox_list2.type2 {
  counter-reset: section;
}
.checkbox_list2.type2 .name .ster {
  font-size: 16px;
  position: absolute;
  left: 35px;
  top: 0;
  bottom: 0;
  padding-bottom: 2px;
  display: flex;
  align-items: center;
}
.checkbox_list2.type2 .name .ster::after {
  counter-increment: section;
  content: counter(section);
}
.buy_search_submit {
  position: relative;
  margin-top: 20px;
}
.buy_search_submit::before {
  content: "";
  background: url(../img/common/ico_search.svg)no-repeat center / contain;
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  right: 216px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.buy_search_submit::after {
  content: "";
  width: 24px;
  height: 24px;
  border-left: 4px solid #fff;
  border-bottom: 4px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  right: 25px;
  top: 0;
  bottom: 8px;
  margin: auto;
}
.buy_search_submit_btn {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #2d5f86;
  border: none;
  transition: 0.3s ease;
  border-radius: 0;
  cursor: pointer;
  padding: 0 0 0 30px;
}
@media all and (min-width: 681px) {
  .checkbox_list1 .li1:nth-of-type(1n + 4) {
    margin-top: 10px;
  }
  .checkbox_list2.type1 .li1 {
    width: calc((100% - 11px) / 2);
  }
  .checkbox_list2.type1 .li1:nth-of-type(2n) {
    margin-left: 11px;
  }
  .checkbox_list2.type1 .li1:nth-of-type(1n + 3) {
    margin-top: 11px;
  }
  .checkbox_list2.type2 .li1 {
    width: calc((100% - 22px) / 3);
    margin-left: 11px;
  }
  .checkbox_list2.type2 .li1:first-child,
  .checkbox_list2.type2 .li1:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .checkbox_list2.type2 .li1:nth-of-type(1n + 4) {
    margin-top: 11px;
  }
  .checkbox_list2.type2 .name {
    padding-left: 50px;
  }
  .buy_search_submit_btn:hover {
    background-color: #586271;
  }
.checkbox_list1_box a:hover .name {
    color: #fff;
    background-color: #1f2e43;
  }
}
@media all and (max-width:680px) {
  .buy_searchWrap {
    width: 100%;
    padding: 30px 20px 60px;
  }
  .buy_search_dl1 {
    display: block;
  }
  .buy_search_dl1 + .buy_search_dl1 {
    margin-top: 20px;
  }
  .buy_search_dl1 .dt1 {
    width: 100%;
    font-size: 15px;
    position: relative;
    padding: 6px 0;
  }
  .buy_search_dl1 .dt1 .s1 {
    font-size: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    display: flex;
    align-items: center;
  }
  .buy_search_dl1 .dd1 {
    width: 100%;
    padding: 15px 15px 18px;
  }
  /* checkbox_list1_box */
  .checkbox_list1_box {
    display: block;
  }
  .checkbox_list1_all {
    width: 100%;
  }
  .checkbox_list1 {
    width: 100%;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
  }
  .checkbox_list1 .li1 {
    width: calc((100% - 10px) / 2);
    margin-left: 0;
    margin-top: 10px;
  }
  .checkbox_list1_box .name {
    font-size: 13px;
  }
  .checkbox_list1_box .checkbox_list1_all .label,
  .checkbox_list1_box .checkbox_list1 .label {
    height: 35px;
  }
  /* checkbox_list2 */
  .checkbox_list2 {
    justify-content: space-between;
  }
  .checkbox_list2 .li1 {
    width: calc((100% - 10px) / 2);
  }
  .checkbox_list2 .li1:nth-of-type(1n + 3) {
    margin-top: 10px;
  }
  .checkbox_list2 .name {
    font-size: 12px;
    letter-spacing: 0;
    display: block;
    text-align: left;
    padding: 10px 0 10px 30px;
  }
  .checkbox_list2 .name::before {
    left: 5px;
    top: 10px;
    bottom: auto;
  }
  .checkbox_list2 .name .s1 {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 8px;
    display: block;
    width: calc(100% + 25px);
    margin-left: -25px;
  }
  .checkbox_list2 input:checked + .name::after {
    left: 5px;
    top: 4px;
    bottom: auto;
  }
  .checkbox_list2 .label {
    height: 100%;
  }
  .checkbox_list2.type2 .name .ster {
    font-size: 14px;
    left: 27px;
    top: 8px;
    bottom: auto;
    padding-bottom: 0;
  }
  .checkbox_list2.type2 .name {
    padding: 32px 0 10px 5px;
    line-height: 1.4;
    min-height: 75px;
    font-size: 13px;
  }
  .buy_search_submit::before {
    width: 20px;
    height: 20px;
    right: 174px;
  }
  .buy_search_submit::after {
    width: 12px;
    height: 12px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    right: 15px;
    bottom: 4px;
  }
  .buy_search_submit_btn {
    height: 80px;
    font-size: 20px;
    padding-left: 35px;
  }
}
@media all and (max-width:370px) {
  .checkbox_list2.type2 .name {
    font-size: 12px;
  }
}


/* buy_article_box1
***************************************************************/
.buy_articleWrap {
  padding: 52px 0 90px;
  background-color: #f5f6f6;
}
.buy_articleWrap_inner {
  width: 1150px;
  margin: 0 auto;
}
.buy_article_box1 {
  display: flex;
  align-items: center;
}
.buy_article_box1_count {
  width: calc(100% - 585px);
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_article_box1_count_text1 {
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
}
.buy_article_box1_count_text1 .s1 {
  font-size: 48px;
  font-weight: 500;
  padding: 0 6px;
}
.buy_article_box1_icoBox {
  width: 585px;
  background-color: #fff;
  display: flex;
  padding: 18px 0;
}
.buy_article_box1_icoBox_in {
  width: 50%;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.buy_article_box1_icoBox_in + .buy_article_box1_icoBox_in {
  border-left: 1px solid #000;
}
.buy_article_box1_icoBox_ico {
  width: 80px;
}
.buy_article_box1_icoBox_text1 {
  width: 146px;
  font-size: 12px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.6;
}
@media all and (min-width: 681px) {
  .type1 .buy_article_box1_icoBox_ico img {
    width: 75px;
    margin: 0 auto;
  }
  .type2 .buy_article_box1_icoBox_ico img {
    width: 79px;
    margin: 0 auto;
  }
}
@media all and (max-width:680px) {
  .buy_articleWrap {
    padding: 35px 0 50px;
  }
  .buy_articleWrap_inner {
    width: 100%;
    padding: 0 20px;
  }
  .buy_article_box1 {
    display: block;
  }
  .buy_article_box1_count {
    width: 100%;
    display: block;
  }
  .buy_article_box1_count_text1 {
    font-size: 15px;
  }
  .buy_article_box1_count_text1 .s1 {
    font-size: 30px;
    padding: 0 4px;
  }
  .buy_article_box1_icoBox {
    width: 100%;
    display: block;
    padding: 15px 20px;
    margin-top: 12px;
  }
  .buy_article_box1_icoBox_in {
    width: 100%;
    padding: 0;
  }
  .buy_article_box1_icoBox_in + .buy_article_box1_icoBox_in {
    border-left: none;
    border-top: 1px solid #000;
    margin-top: 15px;
    padding-top: 15px;
  }
  .buy_article_box1_icoBox_ico {
    width: 70px;
  }
  .buy_article_box1_icoBox_text1 {
    width: calc(100% - 70px);
    padding-left: 15px;
    font-size: 13px;
  }
}
@media all and (max-width:370px) {
}


/* buy_article_list1
***************************************************************/
.buy_article_list1_item {
  margin-top: 46px;
  position: relative;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 23px;
}
.buy_article_list1 .buy_article_list1_item:first-child {
  margin-top: 58px;
}
.buy_article_list1_cat {
  width: 160px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006400;
}
.buy_article_list1_cat.buy_tax1_2 {
  background-color: #006400;
}
.buy_article_list1_cat.buy_tax1_3 {
  background-color: #006400;
}
.buy_article_list1_cat.buy_tax1_4 {
  background-color: #289000;
}
.buy_article_list1_cat.buy_tax1_5 {
  background-color: #008475;
}
.buy_article_list1_cat.buy_tax1_6 {
  background-color: #006400;
}
.buy_article_list1_thumb {
  width: 362px;
  min-height: 242px;
}
.buy_article_list1_thumb_img {
  width: 100%;
  height: 100%;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.buy_article_dataBox {
  width: 720px;
}
.buy_article_dataClm {
  width: 100%;
  display: flex;
  position: relative;
}
.soldout .buy_article_dataClm::after {
  content: "おかげさまでこちらの成仏物件は完売いたしました";
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.6;
}
.buy_article_dataClm_in1 {
  width: 510px;
  position: relative;
  border-right: 1px solid #000;
  padding-right: 110px;
}
.buy_article_data_text1 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 15px;
}
.buy_article_data_dl1 {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 8px;
}
.buy_article_data_dt1 {
  width: 60px;
}
.buy_article_data_dd1 {
  width: calc(100% - 60px);
}
.buy_article_data_ico1 {
  width: 66px;
  position: absolute;
  top: 0;
  right: 22px;
}
.buy_article_data_ico2 {
  width: 66px;
  position: absolute;
  top: 100px;
  right: 22px;
}
.buy_article_dataClm_in2 {
  width: 194px;
  padding-left: 20px;
}
.buy_article_data_dl2 {
  text-align: center;
  margin-bottom: 30px;
}
.buy_article_data_dt2 {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0;
  line-height: 1.5;
}
.buy_article_data_dd2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  display: flex;
  align-items: center;
  justify-content: center;
}
.buy_article_data_dd2 .s1 {
  font-size: 15px;
  font-weight: 400;
  margin-left: 4px;
  margin-top: 4px;
}
.buy_article_data_dl3 {
  display: flex;
  margin-top: 4px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.buy_article_data_dt3 {
  width: 110px;
}
.buy_article_data_dd3 {
  width: calc(100% - 110px);
}
.buy_article_data_linkBox {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.buy_article_data_link1 {
  width: calc((100% - 10px) / 2);
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #1f2e43;
  position: relative;
}
.buy_article_data_link1.type2 {
  background-color: #ea4655;
}
.buy_article_data_link1 + .buy_article_data_link1 {
  margin-left: 10px;
}
.buy_article_data_link1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media all and (min-width: 681px) {
  .buy_article_dataClm {
    min-height: 176px;
  }
  .buy_article_data_link1:hover {
    background-color: #586270;
  }
}
@media all and (max-width:680px) {
  .buy_article_list1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    padding-top: 40px;
  }
  .buy_article_list1_item {
    margin-top: 0;
    width: calc((100% - 10px) / 2);
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    padding: 0 0 8px;
  }
  .buy_article_list1 .buy_article_list1_item:first-child {
    margin-top: 0;
  }
  .buy_article_list1 .buy_article_list1_item:nth-of-type(1n + 3) {
    margin-top: 15px;
  }
  .buy_article_list1_cat {
    width: 110px;
    height: 22px;
    font-size: 11px;
  }
  .buy_article_list1_thumb {
    width: 100%;
    height: 116px;
    min-height: auto;
  }
  .buy_article_dataBox {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
  }
  .buy_article_dataClm {
    display: block;
    flex-grow: 1;
  }
  .soldout .buy_article_dataClm::after {
    white-space: pre;
    content: "おかげさまで\Aこちらの成仏物件は\A完売いたしました";
    font-size: 13px;
    letter-spacing: 0;
    text-align: center;
    width: calc(100% - 16px);
    height: calc(100% - 14px);
    top: 8px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .buy_article_dataClm_in1 {
    width: calc(100% - 16px);
    border-right: none;
    border-bottom: 1px solid #000;
    padding: 8px 0;
    margin: 0 auto;
  }
  .buy_article_data_text1 {
    font-size: 13px;
    margin-bottom: 4px;
  }
  .buy_article_data_dl1 {
    font-size: 12px;
    margin-top: 4px;
  }
  .buy_article_data_dt1 {
    width: 45px;
  }
  .buy_article_data_dd1 {
    width: calc(100% - 45px);
  }
  .buy_article_data_dl1.type2 {
    display: block;
  }
  .buy_article_data_dl1.type2 .buy_article_data_dt1 {
    width: 100%;
  }
  .buy_article_data_dl1.type2 .buy_article_data_dd1 {
    width: 100%;
    margin-top: 2px;
  }
  .buy_article_data_icoClm {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 8px;
  }
  .buy_article_data_ico1 {
    width: 44px;
    position: static;
  }
  .buy_article_data_ico2 {
    width: 54px;
    position: static;
  }
  .buy_article_data_ico1 + .buy_article_data_ico2 {
    margin-left: 12px;
  }
  .buy_article_dataClm_in2 {
    width: 100%;
    padding: 8px 8px;
  }
  .buy_article_data_dl2 {
    text-align: left;
    margin-bottom: 0;
  }
  .buy_article_data_dt2 {
    font-size: 13px;
    font-weight: 400;
    text-align: left;
  }
  .buy_article_data_dd2 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    justify-content: flex-start;
  }
  .buy_article_data_dd2 .s1 {
    font-size: 13px;
    margin-left: 4px;
    margin-top: 4px;
  }
  .buy_article_data_dl3 {
    font-size: 12px;
    line-height: 1.3;
  }
  .buy_article_data_dt3 {
    width: 90px;
  }
  .buy_article_data_dd3 {
    width: calc(100% - 90px);
  }
  .buy_article_data_linkBox {
    display: block;
    margin-top: 2px;
  }
  .buy_article_data_link1 {
    width: calc(100% - 16px);
    height: auto;
    margin: 0 auto;
    padding: 8px;
    font-size: 13px;
    line-height: 1.3;
  }
  .buy_article_data_link1 + .buy_article_data_link1 {
    margin-left: auto;
    margin-top: 8px;
  }
}
@media all and (max-width:370px) {
}



/* buy_s_wrap1
***************************************************************/
.buy_s_wrap1 {
  padding: 100px 0 0;
}
.buy_s_wrap1_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.buy_s_wrap1_in1 {
  width: 660px;
  position: relative;
}
.buy_s_wrap1_slide1 {
  width: 100%;
}
.buy_s_wrap1_slide1_item {
  width: 100%;
  height: 440px;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.slick-dots li button:before {
  font-size: 10px;
}
.buy_s_wrap1_nintei {
  width: 152px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.buy_s_wrap1_in2 {
  width: 406px;
}
.buy_s_wrap1_cat {
  width: 172px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #006400;
}
.buy_s_wrap1_cat.buy_tax1_2 {
  background-color: #006400;
}
.buy_s_wrap1_cat.buy_tax1_3 {
  background-color: #006400;
}
.buy_s_wrap1_cat.buy_tax1_4 {
  background-color: #289000;
}
.buy_s_wrap1_cat.buy_tax1_5 {
  background-color: #008475;
}
.buy_s_wrap1_cat.buy_tax1_6 {
  background-color: #006400;
}
.buy_s_wrap1_text1 {
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px 0 15px;
}
.buy_s_wrap1_dl1 {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 8px;
}
.buy_s_wrap1_dt1 {
  width: 60px;
}
.buy_s_wrap1_dd1 {
  width: calc(100% - 60px);
}
.buy_s_wrap1_clm1 {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #000;
  display: flex;
}
.buy_s_wrap1_clm1_in1 {
  width: calc(100% - 98px);
}
.buy_s_wrap1_clm1_in2 {
  width: 98px;
}
.buy_s_wrap1_dl2 {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-bottom: 14px;
}
.buy_s_wrap1_dt2 {
  width: 80px;
}
.buy_s_wrap1_dd2 {
  font-size: 25px;
  letter-spacing: 0;
  display: flex;
  align-items: center;
  margin-top: -2px;
}
.buy_s_wrap1_dd2 .s1 {
  font-size: 15px;
  font-weight: 400;
  margin-left: 4px;
  margin-top: 4px;
}
.buy_s_wrap1_dl3 {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  margin-top: 8px;
}
.buy_s_wrap1_dt3 {
  width: 130px;
}
.buy_s_wrap1_dd3 {
  width: calc(100% - 130px);
}
.buy_s_link1 {
  width: 550px;
  height: 72px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 23px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.04em;
  color: #fff;
  background-color: #ea4655;
  position: relative;
}
.buy_s_link1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
  transition: border-color 0.3s ease;
}
@media all and (min-width: 681px) {
  .buy_s_link1:hover {
    background-color: #586270;
  }
}
@media all and (max-width:680px) {
  .buy_s_wrap1 {
    padding-top: 30px;
  }
  .buy_s_wrap1_inner {
    width: 100%;
    padding: 0 20px;
    display: block;
  }
  .buy_s_wrap1_in1 {
    width: 100%;
  }
  .buy_s_wrap1_slide1_item {
    height: 220px;
  }
  .buy_s_wrap1_nintei {
    width: 76px;
  }
  .buy_s_wrap1_in2 {
    width: 100%;
    padding-top: 15px;
  }
  .buy_s_wrap1_cat {
    width: 150px;
    height: 40px;
    font-size: 15px;
  }
  .buy_s_wrap1_text1 {
    font-size: 17px;
    padding: 10px 0;
  }
  .buy_s_wrap1_dl1 {
    font-size: 14px;
  }
  .buy_s_wrap1_clm1_in1 {
    width: calc(100% - 70px);
  }
  .buy_s_wrap1_clm1 {
    align-items: center;
  }
  .buy_s_wrap1_clm1_in2 {
    width: 70px;
  }
  .buy_s_wrap1_dl2 {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 12px;
    display: block;
  }
  .buy_s_wrap1_dd2 .s1 {
    font-size: 13px;
  }
  .buy_s_wrap1_dl3 {
    margin-top: 2px;
  }
  .buy_s_wrap1_dt3 {
    width: 115px;
  }
  .buy_s_wrap1_dd3 {
    width: calc(100% - 115px);
  }
  .buy_s_wrap1_dl3 {
    font-size: 14px;
  }
  .buy_s_link1 {
    width: 300px;
    height: 46px;
    font-size: 16px;
    margin-top: 30px;
  }
  .buy_s_link1::after {
    right: 10px;
    width: 12px;
    height: 12px;
  }
}
@media all and (max-width:370px) {
}


/* buy_s_infomation
***************************************************************/
.buy_s_wrap2 {
  padding: 120px 0 0;
}
.buy_s_infomation {
  width: 770px;
  margin: 0 auto;
}
.buy_s_infomation_h2 {
  width: 280px;
  margin: 0 auto;
}
.buy_s_infomation_h3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.4;
  margin-top: 30px;
}
.buy_s_infomation_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 20px;
}
.buy_s_info_movie {
  display: block;
  width: 700px;
  height: 394px;
  margin: 30px auto 0;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.buy_s_info_movie::after {
  content: "";
  width: 60px;
  height: 36px;
  background-image: url(../img/common/movie_ico1.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.buy_s_wrap2_clmBox {
  width: 990px;
  margin: 0 auto;
  padding: 80px 0 40px;
  display: flex;
  justify-content: center;
}
.buy_s_wrap2_clmItem {
  width: 460px;
}
.buy_s_wrap2_clm_h2 {
  width: 100px;
  height: 50px;
  margin: 0 auto;
}
.buy_s_wrap2_clm_h2.type2 {
  width: 134px;
}
.buy_s_wrap2_slide {
  width: 100%;
  position: relative;
}
.buy_s_wrap2_slide::after {
  content: "";
  width: 55px;
  height: 55px;
  background-image: url(../img/common/ico_plus.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: auto;
  pointer-events: none;
}
.buy_s_wrap2_slideItem {
  display: block;
  width: 100%;
  height: 366px;
  background-image: url(../img/common/noimage.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.buy_s_wrap2_clm_p1 {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  letter-spacing: 0;
  line-height: 1.8;
  margin-top: 5px;
}
@media all and (min-width: 681px) {
  .buy_s_wrap2_clmItem + .buy_s_wrap2_clmItem {
    margin-left: 70px;
  }
  .buy_s_info_movie:hover {
    opacity: .7;
  }
  .buy_s_wrap2_slideItem:hover {
    opacity: .7;
  }
}
@media all and (max-width:680px) {
  .buy_s_wrap2 {
    padding: 60px 20px 0;
  }
  .buy_s_infomation {
    width: 100%;
  }
  .buy_s_infomation_h2 {
    width: calc(280px * 0.7);
  }
  .buy_s_infomation_h3 {
    font-size: 22px;
    margin-top: 20px;
  }
  .buy_s_infomation_p1 {
    font-size: 15px;
    margin-top: 15px;
  }
  .buy_s_info_movie {
    width: 100%;
    height: 220px;
    margin-top: 20px;
  }
  .buy_s_wrap2_clmBox {
    width: 100%;
    padding: 0 0 10px;
    display: block;
  }
  .buy_s_wrap2_clmItem {
    width: 100%;
    margin-top: 50px;
  }
  .buy_s_wrap2_clm_h2 {
    width: calc(100px * 0.7);
    height: 34px;
  }
  .buy_s_wrap2_clm_h2.type2 {
    width: calc(134px * 0.7);
  }
  .buy_s_wrap2_slide::after {
    width: 35px;
    height: 35px;
  }
  .buy_s_wrap2_slideItem {
    height: 300px;
  }
  .buy_s_wrap2_clm_p1 {
    font-size: 15px;
  }
}
@media all and (max-width:370px) {
}


/* buy_s_wrap3
***************************************************************/
.buy_s_wrap3 {
  background-color: #f5f6f6;
  padding: 80px 0 110px;
  margin-top: 140px;
}
.buy_s_wrap3_h2 {
  width: 172px;
  margin: 0 auto;
  padding-bottom: 40px;
}
.buy_s_outline {
  width: 1100px;
  margin: 0 auto;
}
.buy_s_outline + .buy_s_outline {
  margin-top: 100px;
}
.buy_s_outline_h3 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.03em;
  line-height: 1.4;
  padding-bottom: 20px;
}
.buy_s_outlineBox1 {
  width: 100%;
  display: flex;
  flex-flow: wrap;
  border: 1px solid #1f2e43;
  border-bottom: none;
  background-color: #fff;
}
.buy_s_outlineBox1 + .buy_s_outlineBox1 {
  margin-top: 40px;
}
.buy_s_outline_dl1 {
  width: 100%;
  display: flex;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  border-bottom: 1px solid #1f2e43;
}
.buy_s_outline_dt1 {
  width: 154px;
  height: 100%;
  background-color: #1f2e43;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}
.buy_s_outline_dd1 {
  width: calc(100% - 154px);
  height: 100%;
  padding: 8px;
  display: flex;
  align-items: center;
}
.buy_s_outline_sml1 {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin-top: 20px;
}
.buy_s_wrap3 .buy_s_link1 {
  margin-top: 70px;
}
@media all and (min-width: 681px) {
  .buy_s_outline_dl1.type2 {
    width: calc(100% / 2);
  }
  .buy_s_outline_dl1.type3 {
    width: calc(100% / 3);
  }
}
@media all and (max-width:680px) {
  .buy_s_wrap3 {
    padding: 60px 20px;
    margin-top: 40px;
  }
  .buy_s_wrap3_h2 {
    width: calc(172px * 0.7);
    padding-bottom: 20px;
  }
  .buy_s_outline {
    width: 100%;
  }
  .buy_s_outline + .buy_s_outline {
    margin-top: 40px;
  }
  .buy_s_outline_h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .buy_s_outlineBox1 {
    width: 100%;
    display: block;
  }
  .buy_s_outlineBox1 + .buy_s_outlineBox1 {
    margin-top: 20px;
  }
  .buy_s_outline_dl1 {
    font-size: 13px;
  }
  .buy_s_outline_dt1 {
    width: 110px;
    height: auto;
    padding: 6px 0;
  }
  .buy_s_outline_dd1 {
    width: calc(100% - 110px);
    height: auto;
    padding: 6px;
  }
  .buy_s_outline_sml1 {
    font-size: 11px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .buy_s_wrap3 .buy_s_link1 {
    margin-top: 40px;
  }
}
@media all and (max-width:370px) {
}


/* buy_linkBtn1
***************************************************************/
.buy_linkBtn1 {
  width: 514px;
  height: 62px;
  margin: 80px auto 0;
  border: 1px solid #1f2e43;
  color: #1f2e43;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: 0.3s ease;
}
.buy_linkBtn1 a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1f2e43;
}
#infscr-loading {
  text-align: center;
}
@media all and (min-width: 681px) {
  .buy_linkBtn1.w300 {
    width: 300px;
    font-size: 17px;
  }
  .buy_linkBtn1:hover {
    color: #fff;
    background-color: #1f2e43;
  }
  .buy_linkBtn1 a:hover {
    color: #fff;
  }
}
@media all and (max-width:680px) {
  .buy_linkBtn1 {
    width: 300px;
    height: 46px;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 15px;
  }
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}


/* aaa
***************************************************************/
@media all and (min-width: 681px) {
}
@media all and (max-width:680px) {
}
@media all and (max-width:370px) {
}
