@charset "utf-8";
/* -------------------- 表示制御 -------------------- */
.pc_display-none {
  display: none !important;
}
.sp_display-none {
  display: block !important;
}
@media screen and (max-width:767px) {
  .pc_display-none {
    display: block !important;
  }
  .sp_display-none {
    display: none !important;
  }
}
/* -------------------- MVエリア -------------------- */
/* レイアウト */
.category-common--wrap {
  padding-bottom: 1px;
  margin-bottom: 0;
  background-color: #f7f7f4;
}
.category-common--wrap-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width:767px) {
  .category-common--wrap-inner {
    width: 100%;
  }
}
/* パンくず */
.category-common--wrap .pane-topic-path {
  text-align: left;
}
.category-common--wrap .pane-topic-path .block-topic-path {
  padding: 20px 0;
}
.category-common--wrap .pane-topic-path .block-topic-path--list {
  text-align: left;
  padding-left: 0;
}
@media screen and (max-width:767px) {}
/* 説明 */
.category-common--head {
  display: flex;
  padding: 0 0 70px;
  overflow: hidden;
}
.category-common--head--desc {
  position: relative;
  width: 490px;
  padding-bottom: 80px;
}
.category-common--header {
  padding: 0;
  margin: 10px 0 20px;
  background: none;
  border: none !important;
  font-size: 30px;
  text-align: left;
  line-height: 1.3;
}
.category-common--header span {
  font-size: 24px;
}
.category-common--catch {
  margin: 0 0 10px;
  padding: 0;
  font-size: 20px;
  border: none;
}
.category-common--text {
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 2;
}
.category-common--list-btn {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.category-common--list-btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  background: #B8A361;
  border-radius: 30px;
  /*transition: .5s ease-in-out;*/
}
.category-common--list-btn a::after {
  position: absolute;
  content: "";
  top: 35%;
  right: 30px;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  transform: rotate(135deg);
}
.category-common--list-btn a:hover {
  opacity: 0.6;
}
.category-common--head .category-common--head--image {}
.category-common--head .category-common--head--image img {
  object-fit: cover;
  width: 400px;
  height: 400px;
  margin: 0 0 0 45px;
  vertical-align: top;
}
@media screen and (max-width:767px) {
  .category-common--head {
    display: block;
    padding: 0 0 16px;
  }
  .category-common--head--desc {
    position: static;
    width: 100%;
    padding-bottom: 40px;
  }
  .category-common--header {
    margin: 0 15px;
    padding: 12px 0;
    background-color: #f7f7f4;
    color: #444;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-align: center;
    line-height: 1.3;
  }
  .category-common--header span {
    font-size: 18px;
  }
  .category-common--catch {
    margin: 15px 15px 10px;
    font-weight: 600;
    font-size: 16px;
  }
  .category-common--text {
    margin: 0 15px 30px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
  }
  .category-common--list-btn {
    position: static;
    width: 90%;
    margin: auto;
  }
  .category-common--list-btn a {
    height: 50px;
  }
  .category-common--head .category-common--head--image {
    width: calc(800 * (100vw / 800));
    height: calc(450 * (100vw / 800));
    overflow: hidden;
  }
  .category-common--head .category-common--head--image img {
    object-fit: unset;
    width: 100%;
    height: auto;
    vertical-align: top;
    margin: calc(-175 * (100vw / 800)) 0 0;
  }
}
/* -------------------- バナーエリア -------------------- */
.category-common--banner {}
.category-common--banner h3 {
  font-size: 24px;
  color: #444;
  text-align: center;
  margin: 0 auto 16px;
  padding: 0;
  font-weight: 600;
  border-bottom: 0px;
  background: transparent;
}
.category-common--banner-list {
  margin: 0 auto 70px;
  display: flex;
}
.category-common--banner-list li {
  width: 235px;
  margin-right: 15px;
}
.category-common--banner-list li:last-child {
  margin-right: 0;
}
.category-common--banner-list li img {
  vertical-align: bottom;
  margin-bottom: 10px;
}
.category-common--banner-list li span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
}
.category-common--banner-list li p {
  font-size: 14px;
}
@media screen and (max-width:767px) {
  .category-common--banner {
    margin-bottom: 30px;
  }
  .category-common--banner h3 {
    font-size: 5.3vw;
  }
  .category-common--banner-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 15px;
  }
  .category-common--banner-list li {
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .category-common--banner-list li:nth-child(2n), .category-common--banner-list li:last-child {
    margin-right: 0;
  }
  .category-common--banner-list li p {
    font-weight: normal;
  }
}
/* -------------------- 子カテゴリリンクエリア -------------------- */
.category-common--children {}
.category-common--children-list {
  overflow: hidden;
  margin: 20px auto 10px;
  width: 1000px;
  display: flex;
  flex-wrap: wrap;
}
.category-common--children-list li {
  /*width: 33%;*/
  /* width: 50%; */
  margin-bottom: 10px;
  padding: 0 2% 0 0;
  /* float: left; */
  width: 250px;
}
.category-common--children-list li:nth-child(4n) {
  padding-right: 0;
}
.category-common--children-list li a {
  height: 36px;
  line-height: 36px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  font-size: 14px;
  text-align: center;
  display: block;
  background: #fff url(/img/usr/arrow2.png) right center no-repeat;
}
.category-common--children-list li a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #c8102e url(/img/usr/arrow2_on.png) right center no-repeat;
}
@media screen and (min-width:768px) {
  .category-common--children-list.adjust_1row {
    margin-bottom: 30px;
  }
  .category-common--children-list.adjust_1row li {
    width: 350px;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width:767px) {
  .category-common--children {
    margin: 0 50px;
  }
  .category-common--children-list {
    width: 100%;
    display: block;
    margin: 20px auto;
  }
  .category-common--children-list li {
    margin-bottom: 14px;
    padding: 0;
    width: 100%;
  }
  .category-common--children-list li a {
    height: 40px;
    line-height: 40px;
  }
}
/* -------------------- ランキングエリア（リセット） -------------------- */
.template-recommend-wrap .template-design-header {
  background: transparent;
}
@media screen and (max-width:767px) {
  .template-recommend-wrap .template-design-header {
    margin: 30px 0 10px;
    line-height: 1.4;
  }
}
/* -------------------- 商品一覧 見出し -------------------- */
h3.category-common--goods {
  font-size: 24px;
  color: #444;
  text-align: center;
  margin: 40px auto 16px;
  padding: 0;
  font-weight: 600;
  border-bottom: 0px;
  background: transparent;
}
@media screen and (max-width:767px) {
  h3.category-common--goods {
    font-size: 5.3vw;
    margin-top: 30px;
  }
}
/* -------------------- 商品一覧 絞り込み項目（調整） -------------------- */
@media screen and (min-width:768px) {
  .block-filter--filter-items:has(> li: nth-child(8)) {
    flex-wrap: nowrap;
  }
  .block-filter--filter-items:has(> li:nth-child(9)) {
    flex-wrap: wrap;
  }
  .block-filter--filter-items:has(> li:nth-child(7)) li {
    margin-right: 7px;
  }
  .block-filter--filter-items:has(> li:nth-child(8)) li {
    margin-right: 0;
  }
}
/* -------------------- よくあるご質問エリア（リセット） -------------------- */
@media screen and (min-width:768px) {
  .block-common-question.category-bg {
    margin: 0;
  }
  .block-common-question h3.block-common-question--title {
    margin: 0 0 25px;
    padding: 12px 0;
    border: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: center;
    background: transparent;
  }
  .adjust_2row {
    display: flex;
    justify-content: center;
  }
  .block-common-question .block-common-question--link.adjust_2row a {
    width: unset;
    min-width: 270px;
    margin: 0 40px;
    padding: 5px 30px;
  }
  .block-common-question .block-common-question--link.adjust_2row a:hover {
    width: unset;
    min-width: 270px;
  }
  .block-common-question .block-common-question--link.adjust_2row a:hover::after {
    border-top: 2px solid #b8a361;
    border-right: 2px solid #b8a361;
  }
}
@media screen and (max-width:767px) {
  .block-common-question h3.block-common-question--title {
    margin: 0 0 20px;
    padding: 0;
    border: 0;
    font-size: 4.5vw;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
  }
  .block-common-question .block-common-question--link.adjust_2row a {
    margin-bottom: 20px;
  }
  .block-common-question .block-common-question--link a::after {
    top: 16px;
  }
}
/* -------------------- アウトレットセール（リセット） -------------------- */
.block-category-original--bnr .block-on-bnr {
  text-align: center;
  padding-bottom: 30px;
  margin: 0 5px;
}
@media screen and (max-width:767px) {
  .block-category-original--bnr {
    margin: 0;
  }
}
/* -------------------- 併せてオススメ（リセット） -------------------- */
#bedmat_reco {
  margin: 100px auto 50px;
}
#bedmat_reco .m_h2 {
  background: transparent;
}
#bedmat_reco .bedmat_howto .howto_h3:first-of-type {
  font-size: 30px;
}
html[data-browse-mode="S"] #bedmat_reco {
  margin: 50px auto 20px;
}
html[data-browse-mode="S"] #bedmat_reco .bedmat_howto .howto_h3:first-of-type {
  font-size: calc(45 * (100vw / 750));
}
.adjust_br_h3 {
  margin-top: 80px !important;
}
html[data-browse-mode="S"] .adjust_br_h3 {
  margin-top: 40px !important;
}
/* -------------------- カテゴリ別 -------------------- */
/* 高さを選択エリア（枕） */
.freespace-makura__section {
  border-top: 1px solid #cdcbcb;
  background-color: #f0f0eb;
}
.freespace-makura__section .inner {
  margin: 0 auto;
  padding: 30px 0;
  width: 1000px;
}
.freespace-makura__section h3 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: .14em;
  text-align: center;
  color: #444;
  margin: 0 auto 30px;
  padding: 0;
  border-bottom: none;
  background: transparent;
}
.list-tab {
  display: flex;
  flex-wrap: wrap;
}
.freespace-makura__section .list-tab__item {
  margin-right: 15px;
  margin-bottom: 14px;
  width: 32.3%;
}
.freespace-makura__section .list-tab__item:nth-child(3n) {
  margin-right: 0;
}
.freespace-makura__section .list-tab__item a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  border: 1px solid #cbcbca;
  background-color: #fff;
  border-radius: 50vw;
  text-align: center;
  box-sizing: border-box;
}
.freespace-makura__section .list-tab__item a img {
  margin: 0 20px 0 0;
}
.freespace-makura__section .list-tab__item__title {
  font-size: 17px;
  font-weight: 600;
  letter-spacing: .14em;
}
.freespace-makura__section .list-tab__item a:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  border-top: solid 2px #595959;
  border-right: solid 2px #595959;
  width: 11px;
  height: 11px;
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  .freespace-makura__section {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .freespace-makura__section .inner {
    margin: 0 auto;
    padding: 30px 0 16px;
    width: 100%;
  }
  .freespace-makura__section h3 {
    font-size: 5.3vw;
    margin: 0 auto 16px;
  }
  .list-tab {
    display: block;
  }
  .freespace-makura__section .list-tab__item {
    margin-right: 0;
    margin-bottom: 14px;
    width: 100%;
  }
  .freespace-makura__section .list-tab__item a {
    height: 62px;
  }
  .freespace-makura__section .list-tab__item__title {
    font-size: 15px;
  }
}
/* マットレス・敷き布団を選択（マットレス・敷き布団） */
@media screen and (min-width:768px) {
  .freespace-shiki__section {
    border-top: 1px solid #cdcbcb;
    background-color: #f0f0eb;
  }
  .freespace-shiki__section .inner {
    margin: 0 auto;
    padding: 30px 0;
    width: 1000px;
  }
  .freespace-shiki__section .title {
    margin: 0 auto 30px;
    border-bottom: none;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: .14em;
    text-align: center;
  }
  .list-tab {
    display: flex;
    flex-wrap: wrap;
  }
  .freespace-shiki__section .list-tab__item {
    margin-right: 15px;
    margin-bottom: 14px;
    width: 32.3%;
  }
  .freespace-shiki__section .list-tab__item:nth-child(3n) {
    margin-right: 0;
  }
  .freespace-shiki__section .list-tab__item a {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 30px;
    height: 100px;
    border: 1px solid #cbcbca;
    background-color: #fff;
    border-radius: 50vw;
    text-align: center;
    box-sizing: border-box;
  }
  .freespace-shiki__section .list-tab__item a:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    border-top: solid 2px #595959;
    border-right: solid 2px #595959;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
  }
  .freespace-shiki__section .list-tab__item img {
    margin-right: 10px;
    width: 86px;
    height: 67px;
  }
  .freespace-shiki__section .list-tab__item__title {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .14em;
  }
}
@media screen and (max-width:767px) {
  .freespace-shiki__section:last-child {
    margin-bottom: 20px;
  }
  .freespace-shiki .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-shiki .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-shiki__title {
    position: relative;
  }
  .freespace-shiki__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-shiki__section {
    background-color: #f7f7f4;
  }
  .freespace-shiki__section .inner {
    margin-left: auto;
    margin-right: auto;
    width: 90.6666666667%;
  }
  .freespace-shiki__section h2.title {
    margin: 0 auto 15px;
    padding: 12px 0;
    border-bottom: 1px solid #cbcbca;
    color: #4d4747;
    font-size: 5.3vw;
    font-weight: 600;
    text-align: center;
  }
  section.freespace-shiki__section p {
    /*text-align: center;*/
  }
  .freespace-shiki__section p.catch {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.06em;
    padding-top: 15px;
  }
  .freespace-shiki .text {
    margin: 0 auto;
    font-size: 14px;
  }
  .list-tab {
    display: flex;
    flex-wrap: wrap;
  }
  .freespace-shiki .list-tab__item {
    margin: 0 2.66666666667vw 2.66666666667vw 0;
    padding: 2.66666666667vw;
    width: calc((100% - 2.66666666667vw * (3 - 1)) / 3);
    border: 1px solid #cbcbca;
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    box-sizing: border-box;
  }
  .freespace-shiki .list-tab__item:nth-child(3n) {
    margin-right: 0;
  }
  .freespace-shiki .list-tab__item a {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    height: 100%;
    text-decoration: none;
  }
  .freespace-shiki .list-tab__item .title {
    margin-bottom: 12px;
    padding: 2px 0;
    color: #fff;
    background-color: #333;
    border-radius: 50vh;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
  }
  .freespace-shiki .list-tab__item img {
    margin-top: auto;
  }
  .freespace-shiki .list-tab__item .btn {
    padding: 2px 0;
    margin-top: auto;
    color: #333;
    font-size: 10px;
    font-weight: 600;
    white-space: unset;
  }
  .freespace-shiki.cat_shiki .inner {
    padding-bottom: 25px;
  }
  .freespace-shiki.cat_shiki .list-tab {
    margin: 10px auto 0;
  }
  .freespace-shiki.cat_shiki .btn-line {
    margin-top: 17px;
  }
  .freespace-shiki .bnr-item {
    display: inline-block;
    margin-top: 15px;
  }
  .freespace-shiki__section .list-tab__item__title {
    padding: 2px 0;
    margin-top: auto;
    color: #333;
    font-size: 10px;
    font-weight: 600;
    white-space: unset;
  }
}
/* -------------------- モーダルウインドウ（動画） -------------------- */
@media screen and (min-width:768px) {
  .category-movie-btn {
    position: relative;
    cursor: pointer;
  }
  .category-movie-btn:hover, .category-movie-btn:focus {
    color: #976F34;
  }
  .category-movie-btn img {
    transition: .5s ease-in-out;
  }
  .category-movie-btn:hover img {
    opacity: 0.6;
  }
  .movie-player {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
  }
  .is-open .movie-player {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .movie-player_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1000px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .movie-player_inner iframe {
    width: 850px;
    height: 464px;
  }
  .is-open .movie-player .close_btn {
    position: absolute;
    top: -40px;
    right: -70px;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    font-weight: 200;
    line-height: 120px;
    border-radius: 100%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  .is-open .movie-player .close_btn::before, .is-open .movie-player .close_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 25px;
    background: #fff;
    transform: rotate(45deg);
  }
  .is-open .movie-player .close_btn::after {
    transform: rotate(-45deg);
  }
  .is-open .movie-player .close_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .category-movie-btn {
    order: 320;
    position: relative;
  }
  .category-movie-btn span.movie-txt {
    display: block;
    overflow: hidden;
    cursor: pointer;
    width: 280px;
    margin: 20px auto 0;
    padding: 15px 0 15px 40px;
    text-align: center;
    border: 1px solid #eee;
    background: #fbfbfb url(/img/guide/icon_movie.png) no-repeat center left 20px;
    background-size: 30px auto;
  }
  .category-movie-btn #video_wrapper {
    margin-bottom: 20px;
  }
  .movie-player {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    pointer-events: none;
  }
  .is-open .movie-player {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
  }
  .movie-player_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1000px;
    width: 90%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .movie-player_inner iframe {
    width: 100%;
    height: 56.2vw;
  }
  .is-open .movie-player .close_btn {
    position: absolute;
    top: -70px;
    right: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    font-size: 11px;
    font-weight: 200;
    line-height: 100px;
    border-radius: 100%;
    border: 2px solid #fff;
    cursor: pointer;
  }
  .is-open .movie-player .close_btn::before, .is-open .movie-player .close_btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background: #fff;
    transform: rotate(45deg);
  }
  .is-open .movie-player .close_btn::after {
    transform: rotate(-45deg);
  }
  .category-movie-btn span.movie-txt:hover, .is-open .movie-player .close_btn:hover {
    opacity: 0.7;
  }
}
/* -------------------- モーダルウインドウ（コンテンツ） -------------------- */
@media screen and (min-width:768px) {
  .modal {
    position: fixed;
    top: 0;
    display: none;
    height: 100vh;
    width: 100%;
    z-index: 100000;
  }
  .modal__bg {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    height: 100vh;
    width: 100%;
  }
  .modal-content {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 100%;
    max-width: 750px;
    max-height: 80vh;
    background-color: #fff;
    transform: translate(-50%);
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .btn__close {
    position: absolute;
    top: 70px;
    left: 45%;
    display: inline-block;
    margin-left: 440px;
    width: 28px;
    transform: translate(-50%);
  }
  .btn__close::before, .btn__close::after {
    position: absolute;
    display: block;
    content: "";
    width: 37px;
    height: 2px;
    background: #fff;
  }
  .btn__close::before {
    transform: rotate(-45deg);
  }
  .btn__close::after {
    transform: rotate(45deg);
  }
  .modal-content__inner {}
  .conditions__intro {
    padding: 30px 0 0;
    background: #e3f9ff;
  }
  .btn__area {
    text-align: center;
  }
  .btn__modal-close {
    display: inline-block;
    margin: 0 0 20px;
    padding: 10px 0;
    float: none;
    width: unset;
    font-size: 16px;
    letter-spacing: 1px;
    transition: ease-out .3s;
    color: #5B6770;
    text-decoration: underline;
  }
  .btn__modal-close:hover {
    color: #976F34;
    opacity: .7;
  }
  .btn__modal-close span {
    position: relative;
    display: inline-block;
    margin-right: 30px;
  }
  .btn__modal-close span::before, .btn__modal-close span::after {
    position: absolute;
    top: -8px;
    display: inline-block;
    content: "";
    width: 20px;
    height: 3px;
    background: #5B6770;
  }
  .btn__modal-close span::before {
    transform: rotate(-45deg);
  }
  .btn__modal-close span::after {
    transform: rotate(45deg);
  }
  /* contents */
  .sk-slct-bnr {
    display: table;
    margin: auto;
  }
  .sk-slct-content {}
  .conditions__intro .title__02 {
    margin: 0 auto 25px;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: .075em;
    border-bottom: none;
    text-align: center;
  }
  .conditions__intro .title__02 .marker.white {
    background: linear-gradient(transparent 60%, #fff 60%);
  }
  .desc {
    display: table;
    margin: 0 auto 25px;
    padding: 0 40px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.5px;
  }
  .conditions__intro .title__02 + .desc, .conditions__intro + .desc {
    font-size: 16px;
  }
  .conditions__intro + .desc {
    text-align: center;
  }
  .conditions__intro .title__03 {
    margin: 0 auto 10px;
    padding: 0;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .075em;
    border-bottom: none;
    text-align: center;
    background: unset;
  }
  .box__flex {
    display: flex;
    justify-content: center;
  }
  .conditions__intro__group {
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .conditions__intro__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    padding: 10px;
    width: 160px;
    height: 160px;
    line-height: 1;
    color: #2e2b26;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .conditions__intro__item:nth-child(1) {
    background-color: #fcfdc9;
  }
  .conditions__intro__item:nth-child(2) {
    background-color: #b9effd;
  }
  .conditions__intro__item:nth-child(3) {
    background-color: #a7edf1;
  }
  .conditions__intro__item .title {
    margin: 0;
    padding: 0;
    color: #2e2b26;
    font-size: 28px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    letter-spacing: .2em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
  }
  .conditions__intro .circle {
    display: block;
    width: 100%;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: 20px 0 0;
    padding: 13px 10px 10px;
    background: #19C8D1;
  }
  .conditions__point__desc {
    margin: 0;
    padding: 25px 0;
    color: #19c8d1;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: .065em;
    line-height: 1.7;
    background: #fff;
    text-align: center;
  }
  .marker.yellow {
    background: linear-gradient(transparent 60%, #fafbcc 60%);
  }
  .btn__modal-detail {
    position: relative;
    display: table;
    width: 100%;
    max-width: 250px;
    margin: 30px auto;
    padding: 15px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #b8a361;
    border: 1px solid #b8a361;
    border-radius: 34px;
  }
  .btn__modal-detail::after {
    content: "";
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .btn__modal-detail:hover {
    color: #fff;
    opacity: 0.8;
  }
  .sk-slct-content #video_wrapper2 iframe {
    width: 90%;
    margin: 10px auto;
    display: block;
    height: 374px;
  }
}
@media screen and (max-width:767px) {
  .video__wrap iframe {
    width: 100%;
    height: 56.2vw;
  }
  .modal {
    position: fixed;
    top: 0;
    display: none;
    height: 100vh;
    width: 100%;
    z-index: 100000;
  }
  .modal__bg {
    position: absolute;
    background-color: rgba(0, 0, 0, .6);
    height: 100vh;
    width: 100%;
  }
  .modal-content {
    position: absolute;
    top: 13vw;
    left: 50%;
    width: 90.9333333333%;
    max-height: 75vh;
    background-color: #fff;
    transform: translate(-50%);
    overflow-y: auto;
    overscroll-behavior-y: contain;
  }
  .btn__close {
    position: absolute;
    top: 7vw;
    right: 13vw;
    display: inline-block;
  }
  .btn__close::before, .btn__close::after {
    position: absolute;
    display: block;
    content: "";
    width: 9.33333333333vw;
    height: 2px;
    background: #fff;
  }
  .btn__close::before {
    transform: rotate(-45deg);
  }
  .btn__close::after {
    transform: rotate(45deg);
  }
  .modal-content__inner {}
  .conditions__intro {
    padding: calc(30 * (100vw / 750)) 0 0;
    background: #e3f9ff;
  }
  .btn__area {
    text-align: center;
  }
  .btn__modal-close {
    display: inline-block;
    margin: 0 0 calc(20 * (100vw / 750));
    padding: calc(10 * (100vw / 750)) 0;
    float: none;
    width: unset;
    font-size: calc(26 * (100vw / 750));
    letter-spacing: 1px;
    transition: ease-out .3s;
    color: #5B6770;
    text-decoration: underline;
  }
  .btn__modal-close:hover {
    color: #976F34;
    opacity: .7;
  }
  .btn__modal-close span {
    position: relative;
    display: inline-block;
    margin-right: calc(30 * (100vw / 750));
  }
  .btn__modal-close span::before, .btn__modal-close span::after {
    position: absolute;
    top: calc(-8 * (100vw / 750));
    display: inline-block;
    content: "";
    width: calc(20 * (100vw / 750));
    height: calc(3 * (100vw / 750));
    background: #5B6770;
  }
  .btn__modal-close span::before {
    transform: rotate(-45deg);
  }
  .btn__modal-close span::after {
    transform: rotate(45deg);
  }
  /* contents */
  .sk-slct-bnr {
    display: table;
    width: 90.6666666667%;
    margin: 50px auto;
  }
  .sk-slct-content {}
  .conditions__intro .title__02 {
    margin: 0 auto calc(25 * (100vw / 750));
    padding: 0;
    font-size: calc(40 * (100vw / 750));
    font-weight: 600;
    letter-spacing: .075em;
    border-bottom: none;
    text-align: center;
  }
  .conditions__intro .title__02 .marker.white {
    background: linear-gradient(transparent 60%, #fff 60%);
  }
  .desc {
    display: table;
    margin: 0 auto calc(25 * (100vw / 750));
    padding: 0 calc(30 * (100vw / 750));
    font-size: calc(26 * (100vw / 750));
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.5px;
  }
  .conditions__intro .title__03 {
    margin: 0 auto calc(10 * (100vw / 750));
    padding: 0;
    font-size: calc(32 * (100vw / 750));
    font-weight: 600;
    letter-spacing: .075em;
    border-bottom: none;
    text-align: center;
    background: unset;
  }
  .box__flex {
    display: flex;
    justify-content: center;
  }
  .conditions__intro__group {
    align-items: flex-start;
    margin-bottom: calc(20 * (100vw / 750));
  }
  .conditions__intro__item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 calc(10 * (100vw / 750));
    padding: calc(10 * (100vw / 750));
    width: calc(180 * (100vw / 750));
    height: calc(180 * (100vw / 750));
    line-height: 1;
    color: #2e2b26;
    border-radius: 50%;
    box-sizing: border-box;
  }
  .conditions__intro__item:nth-child(1) {
    background-color: #fcfdc9;
  }
  .conditions__intro__item:nth-child(2) {
    background-color: #b9effd;
  }
  .conditions__intro__item:nth-child(3) {
    background-color: #a7edf1;
  }
  .conditions__intro__item .title {
    margin: 0;
    padding: 0;
    color: #2e2b26;
    font-size: calc(34 * (100vw / 750));
    font-weight: 600;
    line-height: 1;
    text-align: center;
    letter-spacing: .1em;
    display: flex;
    justify-content: center;
    align-items: center;
    background: unset;
  }
  .conditions__intro .circle {
    display: block;
    width: 100%;
    font-size: calc(32 * (100vw / 750));
    font-weight: 600;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin: calc(20 * (100vw / 750)) 0 0;
    padding: calc(20 * (100vw / 750)) calc(10 * (100vw / 750)) calc(17 * (100vw / 750));
    background: #19C8D1;
  }
  .conditions__point__desc {
    margin: 0;
    padding: calc(25 * (100vw / 750)) 0;
    color: #19c8d1;
    font-size: calc(30 * (100vw / 750));
    font-weight: 600;
    letter-spacing: .065em;
    line-height: 1.3;
    background: #fff;
    text-align: center;
  }
  .marker.yellow {
    background: linear-gradient(transparent 60%, #fafbcc 60%);
  }
  .btn__modal-detail {
    position: relative;
    display: table;
    width: 100%;
    max-width: calc(370 * (100vw / 750));
    margin: calc(30 * (100vw / 750)) auto;
    padding: calc(25 * (100vw / 750));
    font-size: calc(28 * (100vw / 750));
    font-weight: bold;
    line-height: 1;
    color: #fff;
    background: #b8a361;
    border: 1px solid #b8a361;
    border-radius: calc(50 * (100vw / 750));
  }
  .btn__modal-detail::after {
    content: "";
    position: absolute;
    right: calc(20 * (100vw / 750));
    top: 0;
    bottom: 0;
    margin: auto;
    width: calc(14 * (100vw / 750));
    height: calc(14 * (100vw / 750));
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
  }
  .btn__modal-detail:hover {
    color: #fff;
    opacity: 0.8;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  .sk-slct-content #video_wrapper2 iframe {
    width: 90%;
    margin: 30px auto;
    display: block;
    height: calc(335 * (100vw / 750));
  }
}