@charset "utf-8";
/* freespace category */
.freespace-cate2__section:last-child {
  margin-bottom: 20px;
}

.freespace-cate2 {
  margin-bottom: 10px;
}

.freespace-cate2 .btn-line {
  position: relative;
  display: block;
  padding: 15px 33px;
  border: 1px solid #cbcbca;
  background-color: #fff;
  border-radius: 100vh;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: .16em;
}

.freespace-cate2 .btn-line:after {
  content: '';
  position: absolute;
  right: 5.33333333333vw;
  top: 50%;
  margin-top: -6px;
  border-top: solid 2px #595959;
  border-right: solid 2px #595959;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}

.freespace-cate2__title {
  position: relative;
}

.freespace-cate2__title .title {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  padding: 12px 0;
  background-color: rgba(12, 12, 12, .3);
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.freespace-cate2__section {
  background-color: #f7f7f4;
}
.freespace-cate2__section.freespace-cate2__section--bg {
  background-color: transparent;
  margin-top: 10px;
}

.freespace-cate2__section .inner {
  margin-left: auto;
  margin-right: auto;
  width: 90.6666666667%;
}

.freespace-cate2__section h2.title {
  margin: 0 auto 15px;
  padding: 12px 0;
  border-bottom: 1px solid #cbcbca;
  color: #4d4747;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.freespace-cate2__section .catch {
    margin: 15px auto 10px;
    font-size: 16px;
    letter-spacing: 0.06em;
    font-weight: bold;
}

.freespace-cate2__section .text {
    margin: 0 auto;
    font-size: 14px;
}

.list-tab {
  display: flex;
  justify-content: space-between;
}

.freespace-cate2 .list-tab__item {
  padding: 11px;
  width: 32.3529411765%;
  border: 1px solid #cbcbca;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  box-sizing: border-box;
}

.freespace-cate2 .list-tab__item a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  text-decoration: none;
}

.freespace-cate2 .list-tab__item .title {
  margin-bottom: 12px;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .08em;
}

.freespace-cate2 .list-tab__item img {
  margin-bottom: 12px;
}

.freespace-cate2 .list-tab__item .btn {
  padding: 2px 0;
  color: #fff;
  background-color: #333;
  border-radius: 100vh;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .14em;
}

.freespace-cate2.cat_kake .inner {
  padding-bottom: 25px;
}

.freespace-cate2.cat_kake .list-tab {
  margin-bottom: 17px;
}

.freespace-cate2.cat_kake .btn-line {
  margin-top: 17px;
}

.freespace-cate2 .bnr-item {
  display: inline-block;
  margin-top: 15px;
}

/* btn */
.freespace-cate2__introduction {
    padding: 25px 0 50px;
}
.freespace-cate2__introduction li {
    text-align: center;
    font-size: 16px;
	margin: 0 0 10px;
    background-color: #F1EDE4;
    position: relative;
}
.freespace-cate2__introduction li a {
    display: block;
    height: 100%;
    width: 100%;
    padding: 12px 0;
}
.freespace-cate2__introduction li a::before {
    content: '';
    display: inline-block;
    width: 25px;
    height: 25px;
    background-image: url(/img/usr/category/question.png);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: 20px;
	top: 12px;
}
.freespace-cate2__introduction li a::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #5B6770;
    border-right: 2px solid #5B6770;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* modal_contents */
.modal-cate2_content {
    position: absolute;
    top: 16.8vw;
    left: 50%;
    width: calc(100% - 40px);
    max-width: 954px;
    max-height: 85vh;
    background-color: #fff;
    transform: translate(-50%);
	cursor: default;
}
.modal-cate2_area {
    max-height: 85vh;
	overflow-y: auto;
}
.modal-cate2-title {
    margin: 0;
    padding: 5.33333333333vw 0;
    color: #fff;
    font-size: 4.8vw;
	font-weight: 600;
    text-align: center;
    letter-spacing: .08em;
    line-height: 1.2;
	background-color: #B8A361;
	border: none;
}
.modal-cate2_content__inner {
    margin: auto;
    padding: 6.66666666667vw 4vw 8.66666666667vw;
}
.modal-cate2-title_s {
    padding: 0 0 0 10px;
    margin: 0 0 15px 0;
    font-size: 4vw;
	font-weight: 500;
    letter-spacing: .16em;
    border-left: 5px solid #B8A361;
	background: none;
}
.modal-cate2-intro {
    font-size: 12px;
    text-align: left;
    letter-spacing: .14em;
	line-height: 1.7;
    margin: 0 auto 30px;
}
.modal-cate2-det {
    font-size: 12px;
    margin: 0 auto 40px;
    display: table;
}
.modal-cate2-det img {
    margin: 0 0 2.66666666667vw;;
}
/* modal_window */
.modal-cate2 {
    position: fixed;
    top: 0;
    display: none;
    height: 100vh;
    width: 100%;
    z-index: 100000;
	cursor: pointer;
}
.modal-cate2__bg {
    position: absolute;
    background-color: rgba( 0, 0, 0, .6);
    height: 100vh;
    width: 100%;
}
.modal-cate2_btn__close {
    position: absolute;
    top: -7vw;
    right: 5px;
    display: inline-block;
    width: 9.33333333333vw;
}
.modal-cate2_btn__close::before, .modal-cate2_btn__close::after {
    position: absolute;
    display: block;
    content: "";
    width: 9.33333333333vw;
    height: 2px;
    background: #fff;
	cursor: pointer;
}
.modal-cate2_btn__close::before {
    transform: rotate(-45deg);
}
.modal-cate2_btn__close::after {
    transform: rotate(45deg);
}

.btn-cate2__area {
    text-align: center;
}
.btn_modal-cate2_close {
    display: inline-block;
    padding: 10px 0;
    float: none;
    width: 50vw;
    font-size: 4vw;
    letter-spacing: .22em;
    transition: ease-out .3s;
    color: #5B6770;
    border: 1px solid #5B6770;
	font-weight: 700;
    line-height: 1;
    text-align: center;
	cursor: pointer;
}
.btn_modal-cate2_close span {
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.btn_modal-cate2_close span::before, .btn_modal-cate2_close span::after {
    position: absolute;
    top: -1.5vw;
	left: -35px;
    display: inline-block;
    content: "";
    width: 4vw;
    height: 2px;
    background: #5B6770;
	cursor: pointer;
}
.btn_modal-cate2_close span::before {
    transform: rotate(-45deg);
}
.btn_modal-cate2_close span::after {
    transform: rotate(45deg);
}
.btn_modal-cate2_close:hover {
    color: #5B6770;
	opacity: 0.7;
}
