@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Noto+Sans+JP:wght@100..900&display=swap2?family=Roboto:wght@700&display=swap");
.marugo {
  font-family: "Hiragino Maru Gothic Std", sans-serif;
}
div.wrapper_ {
  overflow: clip;
}
div.container_,
div.container_ div.contents_ div.mainframe_ {
  width: 100%;
}
.navitopicpath_ {
  max-width: 1100px;
  margin: 10px auto 19px;
}
@media screen and (max-width: 768px) {
  .navitopicpath_ {
    display: none;
  }
}
.leftmenuframe_ {
  display: none;
}
div.goods_ {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 0 33px 0;
  background: #fff;
}
@media screen and (max-width: 768px) {
  div.goods_ {
    padding: 0 20px 33px;
    margin-bottom: 0;
  }
}
.choiceme_content {
  font-family: "Noto Sans JP", sans-serif;
  background: url("/img/usr/freepage/compactlp/bg.jpg") repeat top/contain;
  background-size: 127px 116px;
  padding: 0 0 65px;
  color: #452704;
  font-weight: 400;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .choiceme_content {
    padding: 0 0 40px;
  }
}
.choiceme_content .img {
  font-size: 0;
}
.choiceme_content .img img {
  width: 100%;
}
.choiceme_content .isSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .choiceme_content .isSp {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .choiceme_content .isPc {
    display: none;
  }
}
.choiceme_content .inner {
  max-width: 1000px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
          box-shadow: 0px 3px 6px rgba(0,0,0,0.161);
  border-radius: 40px;
}
@media screen and (max-width: 768px) {
  .choiceme_content .inner {
    margin: 42px 13px 0;
  }
}
.choiceme_content .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .choiceme_content .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.choiceme_content .main_block {
  margin: 42px auto 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .choiceme_content .main_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 12px;
  }
}
.choiceme_content .main_title {
  display: inline-block;
  width: auto;
  font-weight: bold;
  margin: 0 auto 20px;
  font-size: 21px;
  letter-spacing: 0.025em;
  padding: 61px 0 0 61px;
  background-image: url("/img/usr/freepage/choiceme/head_pc.svg");
  background-size: 107px 81px;
  background-repeat: no-repeat;
  background-position: top left;
}
@media screen and (max-width: 768px) {
  .choiceme_content .main_title {
    background-image: url("/img/usr/freepage/choiceme/head_sp.svg");
    background-size: 84px 63px;
    padding: 48px 54px 0;
    font-size: 18px;
    text-align: center;
    background-position: top left 12px;
    margin-bottom: 17px;
  }
}
.choiceme_content .main_txt {
  text-align: center;
  font-size: 14px;
  padding-left: 12px;
}
@media screen and (max-width: 768px) {
  .choiceme_content .main_txt {
    padding: 0;
  }
}
.mv_content img {
  max-width: 100%;
}
.headboard {
  max-width: 1000px;
  margin: 40px auto;
}
@media screen and (max-width: 768px) {
  .headboard {
    margin: 42px 13px 0;
  }
}
.headboard_label {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #452704;
  border-radius: 25px 25px 0 0;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .headboard_label {
    font-size: 20px;
  }
}
.headboard_block {
  padding: 40px;
  background: #fff;
  border-radius: 0 0 25px 25px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .headboard_block {
    padding: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.headboard .name {
  text-align: center;
  color: #fff;
  font-size: 17px;
  line-height: 35px;
  font-weight: 500;
  border-radius: 12px 12px 0 0;
  border: solid 1px;
}
.headboard .img {
  font-size: 0;
  border-left: solid 1px;
  border-right: solid 1px;
}
.headboard .detail {
  border: solid 1px;
  border-top: none;
  border-radius: 0 0 12px 12px;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .headboard .detail {
    padding: 16px 16px 13px;
  }
}
.headboard .detail img {
  width: 120px;
}
@media screen and (max-width: 768px) {
  .headboard .detail img {
    display: none;
  }
}
.headboard .txt {
  font-size: 14px;
}
.headboard_item {
  border-radius: 12px;
}
.headboard_item:first-of-type .name,
.headboard_item:first-of-type .img,
.headboard_item:first-of-type .detail {
  border-color: #375489;
}
.headboard_item:first-of-type .name {
  background: #365489;
}
.headboard_item:first-of-type .detail {
  background: #e8ecf2;
}
.headboard_item:nth-of-type(2) .name,
.headboard_item:nth-of-type(2) .img,
.headboard_item:nth-of-type(2) .detail {
  border-color: #759d61;
}
.headboard_item:nth-of-type(2) .name {
  background: #749d61;
}
.headboard_item:nth-of-type(2) .detail {
  background: #eff3ec;
}
.headboard_item:nth-of-type(3) .name,
.headboard_item:nth-of-type(3) .img,
.headboard_item:nth-of-type(3) .detail {
  border-color: #f0902f;
}
.headboard_item:nth-of-type(3) .name {
  background: #f0902f;
}
.headboard_item:nth-of-type(3) .detail {
  background: #fbf1e8;
}
.sixtext {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
.sixtext {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
}
.choiceme_table {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .choiceme_table {
    margin: 30px 13px;
  }
}
.choiceme_table .th,
.choiceme_table .td {
  text-align: center;
  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;
  gap: 10px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .choiceme_table .th,
  .choiceme_table .td {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
  }
}
.choiceme_table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .choiceme_table .tr {
    gap: 2px;
  }
}
.choiceme_table .tr:first-of-type .th {
  background: #452704;
  color: #fff;
  font-size: 20px;
  height: 74px;
}
.choiceme_table .tr:first-of-type .th:first-of-type {
  border-top-left-radius: 25px;
}
.choiceme_table .tr:first-of-type .th:last-of-type {
  border-top-right-radius: 25px;
}
@media screen and (max-width: 768px) {
  .choiceme_table .tr:first-of-type .th {
    font-size: 14px;
  }
}
.choiceme_table .tr:last-of-type .th:first-of-type {
  border-bottom-left-radius: 25px;
}
.choiceme_table .tr:last-of-type .td:last-of-type {
  border-bottom-right-radius: 25px;
}
.choiceme_table .tr:not(:first-of-type) .th,
.choiceme_table .tr:not(:first-of-type) .td {
  background: #fff;
  height: 120px;
}
.choiceme_table .tr:not(:first-of-type) .td {
  font-size: 30px;
}
.choiceme_table .tr + .tr {
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .choiceme_table .tr + .tr {
    margin-top: 2px;
  }
}
.choiceme_table .th img {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .choiceme_table .th img {
    width: 89px;
  }
}
.choiceme_table .th:first-of-type {
  width: 301px;
}
@media screen and (max-width: 768px) {
  .choiceme_table .th:first-of-type {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.choiceme_table .th:not(:first-of-type) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.choiceme_table .td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.choiceme_table .th_label {
  font-size: 16px;
  background: #452704;
  color: #fff;
  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;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .choiceme_table .th_label {
    padding: 5px 0;
    border-radius: 20px;
    width: 71px;
    height: auto;
    background: #fff;
    border: solid 1px #452704;
    color: #452704;
    font-size: 9px;
  }
}
.tab_top .tab_wrapper li,
.tab_bottom .tab_wrapper li {
  cursor: pointer;
}
.tab_top .tab_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  place-content: center;
}
.tab_top .tab_wrapper li {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 97px;
  border-left: 1px dashed #fff;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background: #452704;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li {
    height: 68px;
    font-size: 14px;
    text-align: center;
  }
}
.tab_top .tab_wrapper li.is_active {
  color: #452704;
  background: #fff;
  border-color: #452704;
}
.tab_top .tab_wrapper li.is_active > li {
  border-color: #452704;
}
.tab_top .tab_wrapper li:first-child {
  border: none;
  border-radius: 25px 0 0 0;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:first-child {
    border-radius: 20px 0 0 0;
  }
}
.tab_top .tab_wrapper li:last-child {
  border-radius: 0 25px 0 0;
}
@media screen and (max-width: 768px) {
  .tab_top .tab_wrapper li:last-child {
    border-radius: 0 20px 0 0;
  }
}
.tab_bottom {
  color: #fff;
  background: #452704;
  border-radius: 0 0 25px 25px;
  padding: 52px 0 60px;
}
@media screen and (max-width: 768px) {
  .tab_bottom {
    border-radius: 0 0 25px 25px;
    padding: 29px 0 38px;
  }
}
.tab_bottom p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.tab_bottom .tab_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  margin: 25px 0 0;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    padding: 0 45px 0;
    gap: 16px 35px;
    margin: 20px 0 0;
  }
}
.tab_bottom .tab_wrapper li {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  border-left: 1px dashed #fff;
  padding: 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 38px;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper li {
    max-width: 100%;
    padding: 0;
    border: none;
    font-size: 13px;
    line-height: 20px;
  }
}
.tab_bottom .tab_wrapper li:after {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.tab_bottom .tab_wrapper li:first-child {
  padding-left: 0;
  border: none;
}
@media screen and (max-width: 768px) {
  .tab_bottom .tab_wrapper li:first-child {
    padding: 0;
  }
}
.tab_bottom .tab_wrapper li:first-child.is_active + li {
  padding-left: 0;
  border: none;
}
.tab_bottom .tab_wrapper .is_active {
  display: none;
}
#E-lg,
#E-dr,
#E-ts {
  position: relative;
  height: 0;
  z-index: -1;
}
#E-lg.is_active,
#E-dr.is_active,
#E-ts.is_active {
  height: 100%;
  z-index: 0;
}
.content_wrapper {
  background: #fff;
  padding: 60px 53px 100px;
}
@media screen and (max-width: 768px) {
  .content_wrapper {
    padding: 30px 20px 80px;
  }
}
.intro .img {
  position: relative;
}
.intro .intro_ttl {
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  color: #fff;
  top: 33px;
  left: 20px;
  width: 295px;
  height: 92px;
  padding-bottom: 18px;
  background: url("/img/usr/freepage/choiceme/label_pc.png") repeat top/contain;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .intro .intro_ttl {
    top: 10px;
    left: 12px;
    background: url("/img/usr/freepage/choiceme/label_sp.png") repeat top/contain;
    width: 174px;
    height: 61px;
    font-size: 15px;
  }
}
.recommend {
  position: relative;
  margin-top: 50px;
  padding-bottom: 62px;
}
@media screen and (max-width: 768px) {
  .recommend {
    margin-top: 35px;
    padding-bottom: 42px;
  }
}
.recommend_list {
  width: calc(100% - 278px);
  gap: 22px;
  display: -ms-inline-grid;
  display: inline-grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .recommend_list {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.recommend_list li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
  border-radius: 20px;
  padding: 24px 20px;
}
@media screen and (max-width: 768px) {
  .recommend_list li {
    padding: 28px 20px 30px;
  }
}
.recommend_list li .txt {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .recommend_list li .txt {
    letter-spacing: -0.01em;
  }
}
@media screen and (max-width: 768px) {
  .recommend_list + .recommend_item {
    display: block;
  }
  .recommend_list + .recommend_item .recommend_img {
    margin: 50px auto 35px;
  }
}
.recommend_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f7f6f0;
  padding: 20px 40px;
  border-radius: 12px;
}
@media screen and (max-width: 768px) {
  .recommend_item {
    border-radius: 15px;
    padding: 28px 20px 20px;
  }
}
.recommend_item .txt {
  font-weight: 600;
  font-size: 19px;
  min-height: 81px;
  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;
}
@media screen and (max-width: 768px) {
  .recommend_item .txt {
    min-height: auto;
    font-size: 17px;
  }
}
.recommend_img {
  margin: 0 auto;
  width: 161px;
}
.recommend_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .recommend_img {
    width: 150px;
  }
}
.recommend .col_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 27px;
}
@media screen and (max-width: 768px) {
  .recommend .col_block {
    display: block;
  }
}
.recommend .col_block .txt {
  max-width: 214px;
}
@media screen and (max-width: 768px) {
  .recommend .col_block .txt {
    max-width: 100%;
  }
}
.recommend .point-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .recommend .point-list {
    gap: 20px;
  }
}
.recommend .point-list li {
  text-align: center;
  width: 187px;
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .recommend .point-list li {
    width: auto;
    margin: 0;
  }
}
.recommend .point-label {
  background: #452704;
  color: #fff;
  border-radius: 12px 12px 0 0;
  font-size: 17px;
  line-height: 37px;
}
@media screen and (max-width: 768px) {
  .recommend .point-label {
    font-size: 14px;
  }
}
.recommend .point-detail {
  background: #fff;
  border-radius: 0 0 12px 12px;
  border: solid 1px #452704;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .recommend .point-detail {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
}
.recommend .point-txt {
  font-size: 14px;
}
#E-lg .recommend_ttl {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 258px;
  height: 310px;
  margin-right: 23px;
  vertical-align: top;
  margin-left: -7px;
}
@media screen and (max-width: 768px) {
  #E-lg .recommend_ttl {
    position: relative;
    height: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    margin: 0 auto 12px;
    padding: 0 72px 20px 0;
  }
}
#E-lg .recommend_ttl:after {
  display: inline-block;
  content: url("/img/usr/freepage/choiceme/rec_dot_pc.png");
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin-right: 13px;
}
@media screen and (max-width: 768px) {
  #E-lg .recommend_ttl:after {
    position: absolute;
    content: url("/img/usr/freepage/choiceme/rec_dot_sp.png");
    margin: 0;
    -ms-flex-item-align: start;
        -ms-grid-row-align: start;
        align-self: start;
    bottom: 0;
    right: 0;
  }
}
#E-lg .point-detail {
  padding: 20px 0 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 174px;
}
@media screen and (max-width: 768px) {
  #E-lg .point-detail {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    height: auto;
    row-gap: 11px;
    padding: 20px 14px 17px;
  }
}
#E-lg .point-detail img {
  height: 58px;
}
#E-dr .recommend_list {
  width: 100%;
}
#E-dr .recommend_list li {
  gap: 34px;
}
@media screen and (max-width: 768px) {
  #E-dr .recommend_list + .recommend_item {
    display: block;
  }
}
#E-dr .recommend_list + .recommend_item .txt {
  width: 194px;
}
@media screen and (max-width: 768px) {
  #E-dr .recommend_list + .recommend_item .txt {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }
}
#E-dr .recommend_ttl {
  position: relative;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #E-dr .recommend_ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 13px;
    margin-bottom: 20px;
  }
}
#E-dr .recommend_ttl:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 231px;
  height: 166px;
  background-image: url("/img/usr/freepage/choiceme/dr_dot_pc.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom right;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #E-dr .recommend_ttl:after {
    position: static;
    width: 155px;
    height: 116px;
    background-image: url("/img/usr/freepage/choiceme/dr_dot_sp.png");
    margin-left: 16px;
    margin-bottom: -13px;
  }
}
#E-dr .point-list {
  margin-right: 0;
  margin-left: auto;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  #E-dr .point-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#E-dr .point-detail img {
  width: 100%;
}
#E-ts .intro {
  background-image: url("/img/usr/freepage/choiceme/ts_bg_pc.png");
  background-size: 259px auto;
  background-position: top right;
  background-repeat: no-repeat;
  margin: 0 -3px;
}
#E-ts .img {
  max-width: 615px;
}
@media screen and (max-width: 768px) {
  #E-ts .img {
    max-width: 100%;
  }
}
#E-ts .recommend_ttl {
  text-align: center;
  margin-bottom: 28px;
}
@media screen and (max-width: 768px) {
  #E-ts .recommend_ttl {
    text-align: left;
    margin-bottom: 4px;
    padding-top: 14px;
    height: 157px;
    background-image: url("/img/usr/freepage/choiceme/ts_bg_sp.png");
    background-size: 243px auto;
    background-position: top right;
    background-repeat: no-repeat;
  }
}
#E-ts .recommend_list {
  width: 100%;
}
#E-ts .recommend_list li {
  gap: 19px;
}
@media screen and (max-width: 768px) {
  #E-ts .recommend_list + .recommend_item {
    display: block;
  }
}
#E-ts .recommend_list + .recommend_item .txt {
  width: 194px;
}
@media screen and (max-width: 768px) {
  #E-ts .recommend_list + .recommend_item .txt {
    text-align: center;
    width: 100%;
    margin-bottom: 24px;
  }
}
#E-ts .design_img {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  #E-ts .design_img {
    padding: 0;
  }
}
#E-ts .design_img img {
  width: 100%;
}
.structure {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .structure {
    padding-bottom: 40px;
  }
}
.structure_img {
  position: relative;
}
.structure_img:before {
  position: absolute;
  content: url("/img/usr/freepage/choiceme/structure_pc.svg");
  top: -60px;
  left: -6px;
}
@media screen and (max-width: 768px) {
  .structure_img:before {
    content: url("/img/usr/freepage/choiceme/structure_sp.svg");
    left: -10px;
    top: -50px;
  }
}
.structure_img img {
  width: 100%;
}
.structure_txt {
  font-weight: 600;
  text-align: center;
  line-height: 1.3;
  margin-top: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .structure_txt {
    line-height: 1.5;
    margin-top: 20px;
    font-size: 13px;
  }
}
.color {
  padding: 62px 0;
  border-top: dotted 1px #452704;
  border-bottom: dotted 1px #452704;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .color {
    padding: 42px 0;
  }
}
.color .ttl {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .color .ttl {
    margin-bottom: 24px;
  }
}
.color .head {
  font-size: 28px;
  margin-bottom: 26px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .color .head {
    font-size: 20px;
    margin-bottom: 17px;
    font-weight: bold;
  }
}
.color_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 60px;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .color_list {
    gap: 20px;
    margin-bottom: 40px;
  }
}
.color_item img {
  width: 150px;
}
@media screen and (max-width: 768px) {
  .color_item img {
    width: 90px;
  }
}
.color_item .name {
  margin-top: 8px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .color_item .name {
    font-size: 14px;
  }
}
.color .size_list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  gap: 11px;
}
@media screen and (max-width: 768px) {
  .color .size_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.color .size_label {
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  background: #452704;
  line-height: 35px;
  border: solid 1px #452704;
}
.color .size_detail {
  font-size: 14px;
  padding: 20px 20px 17px;
  border: solid 1px #452704;
  border-radius: 0 0 12px 12px;
}
