@charset "UTF-8";
/*                下層共通
======================================================= */
#ttl_kv {
  position: relative;
  z-index: 1;
}

#ttl_kv::before {
  /**
  content: '';
  background-color: rgba(38, 38, 38, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  **/
}

#ttl_kv .img img {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 640px) {
  #ttl_kv .img img {
    height: 200px;
  }
}
#ttl_kv .page_ttl {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}

#ttl_kv .page_ttl .ttl {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 246.2%;
  line-height: 1.36;
  letter-spacing: 0.1em;
  color: #fff;
}

@media only screen and (max-width: 900px) {
  #ttl_kv .page_ttl .ttl {
    font-size: 184.6%;
  }
}
#ttl_kv.background--light .page_ttl .ttl {
  color: #222;
}

#ttl_kv.background--dark .page_ttl .ttl {
  color: #ffffff;
}

#ttl_kv.background--complex .page_ttl .ttl {
  color: #a6acae;
}

#intro_ttl {
  padding: 85px 0;
}

@media only screen and (max-width: 900px) {
  #intro_ttl {
    padding: 64px 0;
  }
}
#intro_ttl .sub {
  font-size: 215.4%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #intro_ttl .sub {
    font-size: 153.8%;
  }
}
#intro_catch {
  text-align: center;
  padding: 70px 0;
}

@media only screen and (max-width: 900px) {
  #intro_catch {
    padding: 35px 0;
  }
}
#intro_catch .catch {
  font-size: 107.7%;
  letter-spacing: 0.1em;
  line-height: 2;
}

#intro_catch .catch + .enclosure {
  margin-top: 32px;
}

@media only screen and (max-width: 900px) {
  #intro_catch .catch + .enclosure {
    margin-top: 20px;
  }
}
#intro_catch .catch + .notice {
  margin-top: 1em;
}

#intro_catch .catch.en_ttl {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 153.8%;
  border-bottom: 1px #595757 solid;
  display: inline-block;
}

#intro_catch .catch.en_ttl + .catch {
  margin-top: 36px;
}

#intro_catch .enclosure dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px #e5e8e7 solid;
  padding: 24px;
}

@media only screen and (max-width: 900px) {
  #intro_catch .enclosure dl {
    display: block;
  }
}
#intro_catch .enclosure dl dt,
#intro_catch .enclosure dl dd {
  font-size: 92.3%;
  text-align: left;
}

@media only screen and (max-width: 900px) {
  #intro_catch .enclosure dl dt,
  #intro_catch .enclosure dl dd {
    text-align: center;
  }
}
#intro_catch .enclosure dl dt {
  position: relative;
  width: 18.5em;
  font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media only screen and (max-width: 900px) {
  #intro_catch .enclosure dl dt {
    width: auto;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
}
#intro_catch .enclosure dl dt::after {
  content: "";
  background: #e5e8e7;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 900px) {
  #intro_catch .enclosure dl dt::after {
    width: 100%;
    height: 1px;
    top: auto;
    bottom: 0;
  }
}
#intro_catch .enclosure dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 1.5em;
}

@media only screen and (max-width: 900px) {
  #intro_catch .enclosure dl dd {
    padding-left: 0;
  }
}
#info_navi {
  margin-bottom: 50px;
}

@media only screen and (max-width: 900px) {
  #info_navi {
    margin-bottom: 20px;
  }
}
#info_navi .select_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 640px) {
  #info_navi .select_layout {
    display: block;
  }
}
#info_navi .select_layout .select_layout_r .select_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 640px) {
  #info_navi .select_layout .select_layout_r .select_block {
    margin: 0 -10px;
  }
}
#info_navi .select_layout .select_layout_r .select_block .select_set + .select_set {
  margin-left: 32px;
}

@media only screen and (max-width: 640px) {
  #info_navi .select_layout .select_layout_r .select_block .select_set + .select_set {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  #info_navi .select_layout .select_layout_r .select_block .select_set {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  #info_navi .select_layout .select_layout_l {
    margin-top: 24px;
  }
}
#info_navi .select_layout .select_layout_l .result {
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 640px) {
  #info_navi .select_layout.break_none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  #info_navi .select_layout.break_none .select_layout_r .select_block {
    margin: 0;
  }
}
@media only screen and (max-width: 640px) {
  #info_navi .select_layout.break_none .select_layout_r .select_block .select_set + .select_set {
    margin-left: 32px;
  }
}
@media only screen and (max-width: 640px) {
  #info_navi .select_layout.break_none .select_layout_r .select_block .select_set {
    width: auto;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  #info_navi .select_layout.break_none .select_layout_r .select_block .select_set .filter_select select {
    min-width: 172px;
  }
}
@media only screen and (max-width: 640px) {
  #info_navi .select_layout.break_none .select_layout_l {
    margin-top: 0;
  }
}
#info_navi .filter_select select {
  font-size: 11px;
  background: #fff url(../images/common/search_ar.svg) right center no-repeat;
  background-size: 16px 16px;
  border-bottom: 1px #e5e8e7 solid;
  min-width: 172px;
  width: 100%;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0.5em 1.2em 0.5em 0;
}

@media only screen and (max-width: 640px) {
  #info_navi .filter_select select {
    min-width: 0;
  }
}
/*                タイトル
======================================================= */
.h1_layout.ttl,
.h2_layout.ttl,
.h3_layout.ttl,
.h4_layout.ttl,
.h5_layout.ttl {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  letter-spacing: 0.1em;
}

.h1_layout.lead_mgn,
.h2_layout.lead_mgn,
.h3_layout.lead_mgn,
.h4_layout.lead_mgn,
.h5_layout.lead_mgn {
  margin-top: 85px;
}

@media only screen and (max-width: 900px) {
  .h1_layout.lead_mgn,
  .h2_layout.lead_mgn,
  .h3_layout.lead_mgn,
  .h4_layout.lead_mgn,
  .h5_layout.lead_mgn {
    margin-top: 65px;
  }
}
.h1_layout {
  font-size: 246.2%;
}

@media only screen and (max-width: 900px) {
  .h1_layout {
    font-size: 184.6%;
  }
}
.h1_layout.center {
  text-align: center;
}

.h2_layout {
  font-size: 184.6%;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 900px) {
  .h2_layout {
    font-size: 153.8%;
  }
}
/*                bread
======================================================= */
#bread {
  display: block;
  border-top: 1px #e5e8e7 solid;
  padding: 0;
  margin: 0;
}

#bread ol {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  padding: 25px 0;
}

@media only screen and (max-width: 900px) {
  #bread ol {
    padding: 0;
  }
}
#bread ol li {
  display: inline-block;
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 92.3%;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 46px;
  padding-left: 46px;
}

#bread ol li:before {
  content: "";
  background: #595757;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 14px;
  top: 50%;
}

#bread ol li:first-child {
  padding-left: 0;
}

#bread ol li:first-child:before {
  content: none;
}

#bread {
  display: block;
  border-top: 1px #e5e8e7 solid;
  background: #fff;
  padding: 0;
  margin: 0;
}

#bread ul.topicPath {
  overflow-x: auto;
  white-space: nowrap;
  margin: 0;
  padding: 25px 0;
}

@media only screen and (max-width: 900px) {
  #bread ul.topicPath {
    padding: 0;
  }
}
#bread ul.topicPath li {
  display: inline-block;
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 92.3%;
  letter-spacing: 0.05em;
  position: relative;
  line-height: 46px;
  padding-left: 46px;
}

#bread ul.topicPath li:before {
  content: "";
  background: #595757;
  width: 12px;
  height: 1px;
  position: absolute;
  left: 14px;
  top: 50%;
}

#bread ul.topicPath li:first-child {
  padding-left: 0;
}

#bread ul.topicPath li:first-child:before {
  content: none;
}

/*                product
======================================================= */
#product_intro {
  padding-top: 50px;
}

#product_intro + #product_info {
  margin-top: 100px;
}

#product_intro .detail_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

@media only screen and (max-width: 900px) {
  #product_intro .detail_layout {
    display: block;
    margin: 0;
  }
}
#product_intro .detail_layout .layout_l {
  width: 50%;
  padding: 0 16px;
}

@media only screen and (max-width: 900px) {
  #product_intro .detail_layout .layout_l {
    width: 100%;
    padding: 0;
  }
}
#product_intro .detail_layout .layout_r {
  width: 50%;
  padding: 42px 16px 0;
}

@media only screen and (max-width: 900px) {
  #product_intro .detail_layout .layout_r {
    width: 100%;
    padding: 0 24px;
    margin-top: 42px;
  }
}
#product_intro .main_slider {
  margin-bottom: 32px;
}

#product_intro .thum_slider {
  margin: 0 -8px;
}

@media only screen and (max-width: 900px) {
  #product_intro .thum_slider .slick-list {
    overflow: visible;
    padding: 0 26px;
  }
}
#product_intro .thum_slider .item {
  cursor: pointer;
  padding: 0 8px;
}

#product_intro .thum_slider .item .img {
  border: solid 1px transparent;
}

#product_intro .thum_slider .item.slick-current .img {
  border: solid 1px #e5e8e7;
}

@media only screen and (max-width: 900px) {
  #product_intro .thum_slider.item_list_block::before {
    content: "";
    position: absolute;
    left: calc(-100% + 26px);
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: #fff;
    display: block;
  }
}
#product_intro .intro_info .icons {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 92.3%;
  color: #8d8d8d;
}

#product_intro .intro_info .itemName {
  font-size: 215.4%;
  line-height: 1.43;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

@media only screen and (max-width: 900px) {
  #product_intro .intro_info .itemName {
    font-size: 138.5%;
  }
}
#product_intro .intro_info .price {
  /* font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; */
  font-size: 184.6%;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 900px) {
  #product_intro .intro_info .price {
    font-size: 123.1%;
  }
}
#product_intro .intro_info .price .yen {
  font-size: 16px;
  margin-left: 5px;
}

@media only screen and (max-width: 900px) {
  #product_intro .intro_info .price .yen {
    font-size: 12px;
  }
}
#product_intro .intro_info .price .tax {
  font-size: 12px;
}

#product_intro .intro_info .cartPanel {
  margin-top: 30px;
}

#product_intro .intro_info .cartPanel .cartNum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#product_intro .intro_info .cartPanel .cartNum label {
  color: #5f5a5a;
  font-size: 1.2rem;
}

#product_intro .intro_info .cartPanel .cartNum .enterNum {
  position: relative;
  width: 112px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

#product_intro .intro_info .cartPanel .cartNum .enterNum .kazu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  width: 40px;
  height: 40px;
  color: #5f5a5a !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: transparent;
  font-size: 16px;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  -webkit-text-fill-color: black;
  opacity: 1;
}

#product_intro .intro_info .cartPanel .cartNum .enterNum .kazu:disabled {
  color: #5f5a5a !important;
  -webkit-text-fill-color: #5f5a5a;
  -webkit-opacity: 1;
}

#product_intro .intro_info .cartPanel .cartNum .enterNum .updown input {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 1px #e5e8e7 solid;
  position: absolute;
  width: 36px;
  height: 36px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  cursor: pointer;
}

#product_intro .intro_info .cartPanel .cartNum .enterNum .updown input.spinner_up {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background: url(/assets/renewal/images/common/icon_plus.png) 0 0 no-repeat;
  background-position: center center;
}

#product_intro .intro_info .cartPanel .cartNum .enterNum .updown input.spinner_down {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  background: url(/assets/renewal/images/common/icon_minus.png) 0 center no-repeat;
  background-position: center center;
}

#product_intro .intro_info .cartPanel .buttonArea .inCart {
  font-family: "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: auto;
  height: auto;
  margin: 0 auto;
}

#product_intro .intro_info .cartPanel .buttonArea .inCart + p {
  margin-top: 24px;
}

@media only screen and (max-width: 900px) {
  #product_intro .intro_info .cartPanel .buttonArea .inCart + p {
    margin-top: 18px;
  }
}
#product_intro .intro_info .cartPanel .buttonArea .inCart a {
  font-size: 16px;
  color: #fff;
  display: block;
  height: 64px;
  line-height: 64px;
  background-color: #595757;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #product_intro .intro_info .cartPanel .buttonArea .inCart a {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
#product_intro .intro_info .cartPanel .buttonArea .inCart a span {
  display: block;
  position: relative;
  z-index: 2;
}

#product_intro .intro_info .cartPanel .buttonArea .inCart a span::before {
  /* margin-right: 15px;
  content: "";
  display: inline-block;
  width: 22px;
  height: 24px;
  vertical-align: middle;
  background: url(/assets/images/common/icon_cart.png) 0 center no-repeat;
  -webkit-background-size: 22px 24px;
  background-size: 22px 24px; */
}

#product_intro .intro_info .cartPanel .buttonArea .nostock {
  height: 64px;
  line-height: 64px;
  color: #fff;
  background-color: #ddd;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
}

#product_intro .intro_info .cartPanel .buttonArea .nostock + p {
  margin-top: 24px;
}

@media only screen and (max-width: 900px) {
  #product_intro .intro_info .cartPanel .buttonArea .nostock + p {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 900px) {
  #product_intro .intro_info .cartPanel .buttonArea .nostock {
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
}
#product_intro .intro_info .cartPanel .buttonArea p img {
  max-width: 160px;
}

#product_info .detail_layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  #product_info .detail_layout {
    display: block;
    margin: 0;
  }
}
#product_info .detail_layout .layout_l {
  width: 376px;
  padding-right: 1em;
}

@media only screen and (max-width: 900px) {
  #product_info .detail_layout .layout_l {
    width: 100%;
    padding-right: 0;
    margin-bottom: 24px;
  }
}
#product_info .detail_layout .layout_r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#product_info .aco_block .aco_set {
  border-bottom: 1px #d9dbdb solid;
}

#product_info .aco_block .aco_set .aco_ttl {
  font-size: 123.1%;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.65em 42px 1.65em 0;
}

@media only screen and (max-width: 900px) {
  #product_info .aco_block .aco_set .aco_ttl {
    font-size: 107.7%;
  }
}
#product_info .aco_block .aco_set .aco_ttl .cross_icon > span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 40px;
  width: 16px;
  height: 1px;
  background-color: #595757;
}

@media only screen and (max-width: 900px) {
  #product_info .aco_block .aco_set .aco_ttl .cross_icon > span {
    top: 35px;
    width: 8px;
  }
}
#product_info .aco_block .aco_set .aco_ttl .cross_icon > span:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#product_info .aco_block .aco_set .aco_ttl .cross_icon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#product_info .aco_block .aco_set .aco_ttl .cross_icon.change > span:nth-child(1) {
  display: none;
}

#product_info .aco_block .aco_set .aco_ttl .cross_icon.change > span:nth-child(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#product_info .aco_block .aco_set .aco_inner {
  display: none;
  padding: 20px 40px 40px;
}

@media only screen and (max-width: 900px) {
  #product_info .aco_block .aco_set .aco_inner {
    padding: 20px 24px 24px;
  }
}
#product_info .aco_block .aco_set .aco_inner .productDetail .infoBox {
  margin: 0;
}

#product_info .aco_block .aco_set:first-child {
  border-top: 1px #d9dbdb solid;
}

/* #product_info .aco_block .aco_set:first-child .aco_inner {
  display: block;
} */

#product_info .aco_block .aco_set.default .aco_inner {
  display: block;
}

#product_recommend {
  margin-top: 150px;
}

@media only screen and (max-width: 900px) {
  #product_recommend {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  #product_recommend .slider {
    opacity: 1 !important;
    margin-right: -32px;
  }
}
#product_recommend .slider .slick-arrow {
  width: 46px;
  height: 46px;
  -webkit-transform: none;
  transform: none;
  top: -80px;
  bottom: auto;
}

#product_recommend .slider .slick-arrow.nv_left {
  border: 1px #e5e8e7 solid;
  left: auto;
  right: 72px;
}

#product_recommend .slider .slick-arrow.nv_left span::before {
  border: none;
  -webkit-transform: none;
  transform: none;
  width: 16px;
  height: 10px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(-1, 1);
  transform: translate(-50%, -50%) scale(-1, 1);
}

@media only screen and (min-width: 901px) {
  #product_recommend .slider .slick-arrow.nv_left:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  #product_recommend .slider .slick-arrow.nv_left:hover span::before {
    -webkit-animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    left: calc(50% - 8px);
  }
}
#product_recommend .slider .slick-arrow.nv_right {
  border: 1px #e5e8e7 solid;
  left: auto;
  right: 16px;
}

#product_recommend .slider .slick-arrow.nv_right span:after {
  border: none;
  -webkit-transform: none;
  transform: none;
  width: 16px;
  height: 10px;
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media only screen and (min-width: 901px) {
  #product_recommend .slider .slick-arrow.nv_right:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  #product_recommend .slider .slick-arrow.nv_right:hover span::after {
    -webkit-animation: arrowSlide_r-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_r-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    left: calc(50% - 8px);
  }
}
/*                article（topics）
======================================================= */
#article #article_intro {
  padding: 80px 0 0;
  margin-bottom: 32px;
}

@media only screen and (max-width: 900px) {
  #article #article_intro {
    padding: 40px 0 0;
  }
}
#article #article_intro .date {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 92.3%;
  color: #8d8d8d;
  margin-bottom: 5px;
}

@media only screen and (max-width: 900px) {
  #article #article_intro .date {
    font-size: 76.9%;
  }
}
#article #article_intro .ttl {
  font-size: 215.4%;
  color: #595757;
}

@media only screen and (max-width: 900px) {
  #article #article_intro .ttl {
    font-size: 153.8%;
  }
}
#article #article_kv {
  margin-bottom: 64px;
}

@media only screen and (max-width: 900px) {
  #article #article_kv {
    margin-bottom: 32px;
  }
}
#article #article_kv img {
  width: 100%;
  height: auto;
}

#article .topicsDetail .main_width {
  max-width: 912px;
}

#article .back_list {
  border-top: 1px #e5e8e7 solid;
  padding-top: 40px;
  margin-top: 150px;
  font-size: 107.7%;
}

@media only screen and (max-width: 900px) {
  #article .back_list {
    font-size: 92.3%;
  }
}
#article .back_list a {
  position: relative;
  padding-left: 30px;
}

#article .back_list a::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e904";
  font-size: 10px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}

@media only screen and (min-width: 901px) {
  #article .back_list a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) {
  #article .back_list a:hover::after {
    -webkit-animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
    animation: arrowSlide_l-middle 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s 1 forwards;
  }
}
/*                news
======================================================= */
.topics_detailPage.news #article_intro .main_width {
  max-width: 912px;
}

/*                journal
======================================================= */
body.journal .list_block .set {
  width: 33.33333333%;
}

@media only screen and (max-width: 900px) {
  body.journal .list_block .set {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  body.journal .list_block .set {
    width: 100%;
  }
}
/*                shoplist
======================================================= */
#shop_list .locationAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 900px) {
  #shop_list .locationAnchor {
    display: block;
    margin-bottom: 60px;
  }
}
#shop_list .locationAnchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 900px) {
  #shop_list .locationAnchor ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
#shop_list .locationAnchor ul li {
  font-size: 92.3%;
}

#shop_list .locationAnchor ul li + li {
  margin-left: 32px;
}

@media only screen and (max-width: 900px) {
  #shop_list .locationAnchor ul li + li {
    margin-left: 24px;
  }
}
#shop_list .locationAnchor ul li a {
  position: relative;
  padding-left: 16px;
}

#shop_list .locationAnchor ul li a::before {
  content: "";
  display: block;
  border-top: 1px #595757 solid;
  border-right: 1px #595757 solid;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (min-width: 901px) {
  #shop_list .locationAnchor ul li a:hover {
    opacity: 0.7;
  }
}
#shop_list .locationAnchor p {
  font-size: 76.9%;
}

@media only screen and (max-width: 900px) {
  #shop_list .locationAnchor p {
    text-align: center;
    margin-top: 40px;
  }
}
#shop_list .shopArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px #e5e8e7 solid;
  padding: 64px 0;
}

@media only screen and (max-width: 900px) {
  #shop_list .shopArea + .shopArea {
    margin-top: 70px;
  }
}
@media only screen and (max-width: 900px) {
  #shop_list .shopArea {
    border-top: none;
    padding: 0 24px;
  }
}
#shop_list .shopArea .location {
  width: 306px;
  font-size: 153.8%;
  padding-right: 32px;
}

@media only screen and (max-width: 900px) {
  #shop_list .shopArea .location {
    width: 100%;
    font-size: 138.5%;
    border-bottom: 1px #e5e8e7 solid;
    padding-bottom: 10px;
    padding-right: 0;
    margin-bottom: 36px;
  }
}
#shop_list .shopArea ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px -64px;
}

@media only screen and (max-width: 900px) {
  #shop_list .shopArea ul {
    display: block;
    margin: 0 0 -64px;
  }
}
#shop_list .shopArea ul li {
  width: 50%;
  padding: 0 16px;
  margin-bottom: 64px;
}

@media only screen and (max-width: 900px) {
  #shop_list .shopArea ul li {
    width: 100%;
    padding: 0;
  }
}
#shop_list .shopArea ul li .image {
  margin: 0 0 20px;
}

@media only screen and (max-width: 900px) {
  #shop_list .shopArea ul li .image {
    max-width: 500px;
    margin: 0 auto 20px;
  }
}
#shop_list .shopArea ul li .image img {
  width: 100%;
  height: auto;
}

#shop_list .shopArea ul li .shopBox .shopName {
  font-size: 138.5%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 900px) {
  #shop_list .shopArea ul li .shopBox .shopName {
    font-size: 123.1%;
    margin-bottom: 16px;
  }
}
#shop_list .shopArea ul li .shopBox dl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#shop_list .shopArea ul li .shopBox dl > div + div {
  margin-top: 16px;
}

@media only screen and (max-width: 900px) {
  #shop_list .shopArea ul li .shopBox dl > div + div {
    margin-top: 12px;
  }
}
#shop_list .shopArea ul li .shopBox dl dt,
#shop_list .shopArea ul li .shopBox dl dd {
  font-size: 92.3%;
}

#shop_list .shopArea ul li .shopBox dl dt {
  width: 90px;
}

#shop_list .shopArea ul li .shopBox dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#shop_list .shopArea ul li .shopBox .linkMap a {
  font-family: "AvenirLTPro-Roman", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #ccb4a1;
  position: relative;
  padding-right: 20px;
}

#shop_list .shopArea ul li .shopBox .linkMap a::after {
  font-family: "icomoon";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e906";
  font-size: 14px;
  color: #595757;
  line-height: 1;
  position: absolute;
  top: calc(50% - 2px);
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*                giftwrapping
======================================================= */
#giftwrapping .main_width {
  max-width: 912px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping #intro_catch {
    padding: 35px 16px 64px;
  }
}
#giftwrapping .giftwrapping_block + .others_block {
  margin-top: 80px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block {
    margin: 0 -8px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set + .giftwrapping_set {
  margin-top: 32px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set + .giftwrapping_set {
    margin-top: 8px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner {
  background: #f6f6f6;
  height: 100%;
  padding: 64px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner {
    padding: 32px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout + .order_step {
  border-top: 1px solid #9d968d;
  padding-top: 48px;
  margin-top: 48px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout {
    display: block;
    margin: 0;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding: 0 16px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l {
    width: auto;
    padding: 0;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt {
  margin-bottom: 24px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt {
    text-align: center;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt p.here {
  font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 92.3%;
  border-bottom: 1px #9d968d solid;
  padding-bottom: 0.5em;
  margin-bottom: 48px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .ttl {
  font-size: 153.8%;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .ttl + .desc {
  margin-top: 24px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .ttl {
    font-size: 138.5%;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .ttl span {
  font-size: 10px;
  display: block;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt p.price {
  font-size: 92.3%;
  margin-top: 16px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt p.price + .desc {
  margin-top: 24px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt p.price span {
  font-size: 10px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .desc {
  font-size: 76.9%;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .desc.under {
  text-decoration: underline;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .desc a {
  text-decoration: underline;
}

@media only screen and (min-width: 901px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .desc a:hover {
    opacity: 0.7;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_l > .txt .link {
  margin-top: 3.5em;
  margin-top: 1.5em;
  /**
  a{
    font-size: $fontS10;
    //font-size: $fontS8;
    font-size: 10px;
    transform: scale(0.8);
    transform: scale(0.8);
    transform-origin: left center;
    text-decoration: underline;
    display: inline-block;
    margin-right: -6em;
    &:hover{
      @include media901{
        opacity: 0.7;
      }
    }
  }
  **/
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_r {
  width: 484px;
  padding: 0 16px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .layout .layout_r {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame + .sub_frame {
  margin-top: 32px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame + .sub_frame {
    margin-top: 24px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame .slide .img img {
  width: 100%;
  height: auto;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame .slide.slider .slick-dots {
  position: absolute;
  left: 16px;
  bottom: 16px;
  margin-top: 0;
}

@media only screen and (max-width: 640px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame .slide.slider .slick-dots {
    left: 12px;
    bottom: 12px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame .slide.slider .slick-dots li {
  width: 8px;
  height: 8px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame .slide.slider .slick-dots li + li {
  margin-left: 8px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .main_frame .slide.slider .slick-dots li button {
  width: 8px;
  height: 8px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set {
  display: none;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .img {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: auto;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .img::after {
  content: "";
  background-image: url(../images/common/icon_zoom.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 12px;
  bottom: 12px;
}

@media only screen and (min-width: 901px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .img:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 901px) and (min-width: 901px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .txt {
  width: 164px;
  padding: 0 16px;
}

@media only screen and (max-width: 640px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .txt {
    width: 120px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .txt .ttl {
  font-size: 100%;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .txt .ttl {
    font-size: 76.9%;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set > .set_inner > .txt .size {
  font-size: 76.9%;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .sub_frame > .set.current {
  display: block;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch + .aco_block {
  margin-top: 40px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch p {
  font-size: 76.9%;
  line-height: 1;
  padding-right: 10px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 76.9%;
  line-height: 1;
  width: 32px;
  height: 32px;
  border: 1px #dee0e0 solid;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch ul li + li {
  margin-left: 8px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch ul li.current {
  border: 1px #595757 solid;
  pointer-events: none;
}

@media only screen and (min-width: 901px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .giftwrapping_switch ul li:hover {
    opacity: 0.7;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .intro .ttl {
  font-size: 123.1%;
  margin-bottom: 28px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -4px -8px;
}

@media only screen and (max-width: 640px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order {
    display: block;
    margin: 0 0 -8px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set {
  width: 25%;
  padding: 0 4px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set {
    padding: 0;
    width: 100%;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set .set_inner {
  position: relative;
  background: #fff;
  text-align: center;
  height: 100%;
  padding: 32px 0;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set .set_inner .number {
  color: #fff;
  background: #acbac3;
  background: #9d968d;
  width: 32px;
  height: 32px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set .set_inner .icon {
  max-width: 24px;
  margin: 16px auto 20px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set .set_inner .icon img {
  width: 100%;
  height: auto;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set .set_inner .ttl {
  font-size: 107.7%;
  margin-bottom: 12px;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .order_step .order .set .set_inner .desc {
  font-size: 76.9%;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl {
  background: #9d968d;
  color: #fff;
  font-size: 107.7%;
  position: relative;
  display: block;
  cursor: pointer;
  padding: 1.2em 42px 1.2em 24px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl {
    font-size: 100%;
    padding: 0.7em 42px 0.7em 24px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl .cross_icon > span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 1px;
  background-color: #fff;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl .cross_icon > span {
    right: 16px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl .cross_icon > span:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl .cross_icon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl .cross_icon.change > span:nth-child(1) {
  display: none;
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_ttl .cross_icon.change > span:nth-child(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_inner {
  display: none;
  background: #fff;
  padding: 40px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_inner {
    padding: 40px 20px;
  }
}
#giftwrapping .giftwrapping_block .giftwrapping_set > .set_inner .aco_block .aco_set .aco_inner p {
  font-size: 92.3%;
}

#giftwrapping .others_block {
  max-width: 880px;
  margin: 0 auto;
}

#giftwrapping .others_block + .others_block {
  margin-top: 80px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .others_block {
    padding: 0 24px;
  }
}
#giftwrapping .others_block .intro .ttl {
  font-size: 153.8%;
  margin-bottom: 40px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .others_block .intro .ttl {
    font-size: 138.5%;
  }
}
#giftwrapping .others_block .aaaaaorder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px -16px;
}

@media only screen and (max-width: 640px) {
  #giftwrapping .others_block .aaaaaorder {
    display: block;
    margin: 0 0 -16px;
  }
}
#giftwrapping .others_block .aaaaaorder .set {
  width: 25%;
  padding: 0 16px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 900px) {
  #giftwrapping .others_block .aaaaaorder .set {
    width: 50%;
  }
}
@media only screen and (max-width: 640px) {
  #giftwrapping .others_block .aaaaaorder .set {
    padding: 0;
    width: 100%;
  }
}
#giftwrapping .others_block .aaaaaorder .set .set_inner {
  position: relative;
  background: #f6f6f6;
  text-align: center;
  height: 100%;
  padding: 32px 0;
}

#giftwrapping .others_block .aaaaaorder .set .set_inner .number {
  color: #fff;
  background: #acbac3;
  width: 32px;
  height: 32px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
}

#giftwrapping .others_block .aaaaaorder .set .set_inner .icon {
  max-width: 24px;
  margin: 16px auto 20px;
}

#giftwrapping .others_block .aaaaaorder .set .set_inner .icon img {
  width: 100%;
  height: auto;
}

#giftwrapping .others_block .aaaaaorder .set .set_inner .ttl {
  font-size: 107.7%;
  margin-bottom: 12px;
}

#giftwrapping .others_block .aaaaaorder .set .set_inner .desc {
  font-size: 76.9%;
}

#giftwrapping .others_block .delivery dl + dl {
  margin-top: 38px;
}

#giftwrapping .others_block .delivery dl dt {
  font-size: 107.7%;
  margin-bottom: 16px;
}

#giftwrapping .others_block .delivery dl dd {
  font-size: 76.9%;
}

#giftwrapping .others_block .delivery dl.frame {
  border: 1px #222 solid;
  padding: 25px;
}

body.aboutgiftwrappingPage .modal {
  background-color: rgba(51, 51, 51, 0.95);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5em 0;
}

body.aboutgiftwrappingPage .modal .modal_close {
  cursor: pointer;
  width: 100%;
  text-align: right;
  position: absolute;
  right: 40px;
  top: 40px;
}

@media only screen and (max-width: 900px) {
  body.aboutgiftwrappingPage .modal .modal_close {
    right: 20px;
    top: 20px;
  }
}
body.aboutgiftwrappingPage .modal .modal_close img {
  width: 24px;
  margin: 0 0 0 auto;
}

body.aboutgiftwrappingPage .modal .modal_wrap {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 1152px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body.aboutgiftwrappingPage .modal .modal_wrap .modal_content {
  max-height: 100vh;
  cursor: default;
}

body.aboutgiftwrappingPage .modal .modal_wrap .modal_content .modal_area .modal_cont {
  max-width: 912px;
  padding: 0 16px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  body.aboutgiftwrappingPage .modal .modal_wrap .modal_content .modal_area .modal_cont {
    padding: 0;
  }
}
body.aboutgiftwrappingPage .modal .modal_wrap .modal_content .modal_area .modal_cont .img img {
  width: 100%;
  height: auto;
}

body.aboutgiftwrappingPage .modal .modal_wrap .modal_content .modal_area .modal_cont p.close_txt {
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  color: #fff;
  margin-top: 0.2em;
}

body.aboutgiftwrappingPage .modal .modal_wrap .close_btn {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 153.8%;
  text-align: center;
  letter-spacing: 0.08em;
  display: block;
  width: 100%;
  padding: 15px 0 45px;
}

/*                faq
======================================================= */
#faq .locationAnchor {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media only screen and (max-width: 900px) {
  #faq .locationAnchor {
    display: block;
    margin-bottom: 60px;
  }
}
#faq .locationAnchor ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  #faq .locationAnchor ul {
    margin: 0 -8px;
  }
}
#faq .locationAnchor ul li {
  font-size: 92.3%;
}

#faq .locationAnchor ul li + li {
  margin-left: 32px;
}

@media only screen and (max-width: 900px) {
  #faq .locationAnchor ul li + li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 900px) {
  #faq .locationAnchor ul li {
    width: 50%;
    padding: 0 8px;
  }
}
#faq .locationAnchor ul li a {
  position: relative;
  padding-left: 16px;
}

#faq .locationAnchor ul li a::before {
  content: "";
  display: block;
  border-top: 1px #595757 solid;
  border-right: 1px #595757 solid;
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media only screen and (min-width: 901px) {
  #faq .locationAnchor ul li a:hover {
    opacity: 0.7;
  }
}
#faq .locationAnchor p {
  font-size: 76.9%;
}

@media only screen and (max-width: 900px) {
  #faq .locationAnchor p {
    text-align: center;
    margin-top: 40px;
  }
}
#faq .answerList_wrap .answerList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 42px 0;
}

#faq .answerList_wrap .answerList + .answerList {
  border-top: 1px #d9dbdb solid;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList + .answerList {
    border-top: none;
    margin-top: 64px;
  }
}
@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList {
    display: block;
    padding: 0;
  }
}
#faq .answerList_wrap .answerList:first-child {
  border-top: 1px #d9dbdb solid;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList:first-child {
    border-top: none;
  }
}
#faq .answerList_wrap .answerList:last-child {
  border-bottom: 1px #d9dbdb solid;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList:last-child {
    border-bottom: none;
  }
}
#faq .answerList_wrap .answerList .title {
  width: 274px;
  font-size: 123.1%;
  padding-right: 32px;
  padding-top: 24px;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList .title {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
#faq .answerList_wrap .answerList ul {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
}

#faq .answerList_wrap .answerList ul li + li {
  border-top: 1px #d9dbdb solid;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList ul li + li {
    border-top: none;
  }
}
@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList ul li {
    border-bottom: 1px #d9dbdb solid;
  }
}
#faq .answerList_wrap .answerList ul li .question {
  position: relative;
  font-size: 123.1%;
  display: block;
  cursor: pointer;
  padding: 1.65em 40px 1.65em 40px;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList ul li .question {
    font-size: 107.7%;
    padding: 1.65em 24px 1.65em 24px;
  }
}
#faq .answerList_wrap .answerList ul li .question > span.q {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 24px;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList ul li .question > span.q {
    font-size: 16px;
    top: 21px;
  }
}
#faq .answerList_wrap .answerList ul li .question .cross_icon > span {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  right: 0;
  top: 40px;
  width: 16px;
  height: 1px;
  background-color: #595757;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList ul li .question .cross_icon > span {
    top: 35px;
    width: 8px;
  }
}
#faq .answerList_wrap .answerList ul li .question .cross_icon > span:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#faq .answerList_wrap .answerList ul li .question .cross_icon > span:nth-child(2) {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#faq .answerList_wrap .answerList ul li .question .cross_icon.change > span:nth-child(1) {
  display: none;
}

#faq .answerList_wrap .answerList ul li .question .cross_icon.change > span:nth-child(2) {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#faq .answerList_wrap .answerList ul li p {
  display: none;
  padding: 20px 40px 40px;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList ul li p {
    padding: 20px 24px 24px;
  }
}
#faq .answerList_wrap .answerList ul li p .mini {
  font-size: 76.9%;
  display: block;
  margin-top: 16px;
}

@media only screen and (max-width: 900px) {
  #faq .answerList_wrap .answerList ul li:first-child {
    border-top: 1px #d9dbdb solid;
  }
}
/*                contact
======================================================= */
#contact p.lead {
  font-size: 107.7%;
  text-align: center;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 900px) {
  #contact p.lead {
    font-size: 92.3%;
  }
}
#contact .contact_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

#contact .contact_block + .qa_link {
  margin-top: 38px;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block + .qa_link {
    margin-top: 32px;
  }
}
@media only screen and (max-width: 900px) {
  #contact .contact_block {
    display: block;
    margin: 0;
    padding: 0 24px;
  }
}
#contact .contact_block .contact_set {
  position: relative;
  width: 50%;
  padding: 0 16px 46px;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set + .contact_set {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set {
    width: 100%;
    padding: 0;
  }
}
#contact .contact_block .contact_set .set_inner {
  background: #f6f6f6;
  height: 100%;
  padding: 48px;
}

#contact .contact_block .contact_set .set_inner + .note {
  margin-top: 16px;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set .set_inner {
    padding: 32px 24px;
  }
}
#contact .contact_block .contact_set .set_inner .ttl {
  font-size: 153.8%;
  letter-spacing: 0.05em;
  text-align: center;
  border-bottom: 1px #e5e8e7 solid;
  padding-bottom: 16px;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set .set_inner .ttl {
    font-size: 123.1%;
  }
}
#contact .contact_block .contact_set .set_inner .txt {
  padding: 36px 0 0;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set .set_inner .txt {
    padding: 24px 0 0;
  }
}
#contact .contact_block .contact_set .set_inner .txt h3 {
  font-size: 123.1%;
  text-align: center;
  margin-bottom: 0.5em;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set .set_inner .txt h3 {
    font-size: 107.7%;
  }
}
#contact .contact_block .contact_set .set_inner .txt .tel {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 36px;
  letter-spacing: 0.05em;
  color: #595757;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set .set_inner .txt .tel {
    font-size: 24px;
  }
}
#contact .contact_block .contact_set .set_inner .txt .tel .icon {
  position: relative;
  top: 2px;
  display: inline-block;
  max-width: 40px;
  margin-right: 8px;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set .set_inner .txt .tel .icon {
    max-width: 28px;
  }
}
#contact .contact_block .contact_set .set_inner .txt .tel .icon img {
  width: 100%;
  height: auto;
}

#contact .contact_block .contact_set .set_inner .txt .time {
  font-size: 76.9%;
}

#contact .contact_block .contact_set .set_inner .txt .link a {
  font-size: 123.1%;
  color: #fff;
  text-align: center;
  background: #595757;
  display: block;
  padding: 1.15em;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set .set_inner .txt .link a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 901px) {
  #contact .contact_block .contact_set .set_inner .txt .link a:hover {
    opacity: 0.7;
  }
}
#contact .contact_block .contact_set p.note {
  font-size: 76.9%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 16px;
}

@media only screen and (max-width: 900px) {
  #contact .contact_block .contact_set p.note {
    position: static;
    padding: 0;
  }
}
#contact .qa_link {
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #contact .qa_link {
    padding: 0 24px;
  }
}
#contact .qa_link a {
  font-size: 123.1%;
  text-align: center;
  border: 1px #e5e8e7 solid;
  display: inline-block;
  width: 100%;
  max-width: 400px;
  padding: 1.15em;
}

@media only screen and (max-width: 900px) {
  #contact .qa_link a {
    font-size: 100%;
    max-width: none;
  }
}
@media only screen and (min-width: 901px) {
  #contact .qa_link a:hover {
    opacity: 0.7;
  }
}
/*                philosophy
======================================================= */
.philosophyPage {
  position: relative;
  z-index: 1;
}

.philosophyPage::before {
  content: "";
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease;
  /*background-color: #A6ACAE;*/
  background-color: #9d968d;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
}

.philosophyPage.gray::before {
  opacity: 1;
}

.philosophyPage.gray #intro .catch .layout .layout_l .ttl {
  color: #fff;
}

.philosophyPage.gray #intro .catch .layout .layout_l .img img {
  display: block !important;
}

.philosophyPage.gray #intro .catch .layout .layout_l .img img:nth-child(1) {
  display: none !important;
}

.philosophyPage.gray #intro .catch .layout .layout_r p {
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #philosophy .h1_layout {
    text-align: center;
  }
}
#philosophy #hd_kv {
  position: relative;
  z-index: 1;
  margin-bottom: 118px;
}

@media only screen and (max-width: 640px) {
  #philosophy #hd_kv {
    margin-bottom: 94px;
  }
}
#philosophy #hd_kv .img {
  margin-right: -87px;
}

@media only screen and (max-width: 900px) {
  #philosophy #hd_kv .img {
    width: auto;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media only screen and (max-width: 640px) {
  #philosophy #hd_kv .img {
    width: auto;
    margin-left: -16px;
    margin-right: -16px;
  }
}
#philosophy #intro {
  position: relative;
  z-index: 1;
}

#philosophy #intro .catch {
  max-width: 880px;
  margin: 0 auto;
}

#philosophy #intro .catch + .product_img {
  margin-top: 118px;
}

@media only screen and (max-width: 900px) {
  #philosophy #intro .catch + .product_img {
    margin-top: 92px;
  }
}
#philosophy #intro .catch .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 900px) {
  #philosophy #intro .catch .layout {
    display: block;
  }
}
#philosophy #intro .catch .layout .layout_l {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 48px;
}

@media only screen and (max-width: 900px) {
  #philosophy #intro .catch .layout .layout_l {
    padding-right: 0;
  }
}
#philosophy #intro .catch .layout .layout_l .ttl {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 215.4%;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 900px) {
  #philosophy #intro .catch .layout .layout_l .ttl {
    font-size: 153.8%;
  }
}
#philosophy #intro .catch .layout .layout_l .img {
  margin-top: 20px;
}

#philosophy #intro .catch .layout .layout_l .img img:nth-child(n+2) {
  display: none;
}

#philosophy #intro .catch .layout .layout_r {
  width: 480px;
}

@media only screen and (max-width: 900px) {
  #philosophy #intro .catch .layout .layout_r {
    width: auto;
    padding: 0 24px;
    margin-top: 48px;
  }
}
#philosophy #intro .catch .layout .layout_r p.ttl {
  font-size: 138.5%;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 900px) {
  #philosophy #intro .catch .layout .layout_r p.ttl {
    font-size: 115.4%;
  }
}
#philosophy #intro .catch .layout .layout_r p {
  font-size: 100%;
  line-height: 2.3;
  letter-spacing: 0.1em;
}

#philosophy #intro .catch .layout .layout_r p + p {
  margin-top: 2em;
}

@media only screen and (max-width: 400px) {
  #philosophy #intro .catch .layout .layout_r p {
    font-size: 92.3%;
  }
}
#philosophy #intro .product_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  #philosophy #intro .product_img {
    margin: 0 -16px;
  }
}
#philosophy #intro .product_img .img img {
  width: 100%;
  height: auto;
}

#philosophy #intro .product_img .img:nth-child(1) {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-right: 3%;
}

#philosophy #intro .product_img .img:nth-child(2) {
  width: 70%;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set + .philosophy_set {
  margin-top: 200px;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set + .philosophy_set {
    margin-top: 165px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout {
    display: block;
    padding: 0 24px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l {
  width: 306px;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l {
    width: auto;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l .ttl {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l .ttl .en {
  font-size: 184.6%;
  line-height: 1.416;
  display: block;
  letter-spacing: 0.1em;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l .ttl .en + .jp {
  margin-top: 0.8em;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l .ttl .en {
    font-size: 153.8%;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l .ttl .jp {
  font-size: 100%;
  display: block;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_l .ttl .jp {
    font-size: 76.9%;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  padding-left: 48px;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r {
    padding-left: 0;
    margin-top: 80px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set + .set {
  margin-top: 120px;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set + .set {
    margin-top: 96px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set h3.ttl {
  font-size: 138.5%;
  color: #fff;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set h3.ttl {
    font-size: 123.1%;
    margin-bottom: 42px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set h3.ttl span.sub {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 10px;
  letter-spacing: 0.1em;
  color: #fff;
  display: block;
  margin-bottom: 1em;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set h3.ttl span.sub > span {
  position: relative;
  padding-right: 90px;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set h3.ttl span.sub > span::after {
  content: "";
  width: 80px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 0;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set p.desc {
  font-size: 100%;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 2.3;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set p.desc + p {
  margin-top: 2em;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set p.desc + dl {
  margin-top: 42px;
}

@media only screen and (max-width: 400px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set p.desc {
    font-size: 92.3%;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border: 1px #fff solid;
  padding: 50px;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl {
    display: block;
    padding: 32px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dt {
  width: 210px;
  font-size: 100%;
  letter-spacing: 0.1em;
  color: #fff;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dt + dd {
  position: relative;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dt + dd::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dt + dd::before {
    width: 100%;
    height: 1px;
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dt {
    width: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 32px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  font-size: 84.6%;
  line-height: 1.636;
  letter-spacing: 0.1em;
  color: #fff;
  padding-left: 50px;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dd {
    padding-left: 0;
    padding-top: 32px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dd h4 {
  font-size: 76.9%;
  letter-spacing: 0.1em;
  color: #fff;
}

#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dd h4 + p {
  margin-top: 2em;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dd h4 {
    text-align: center;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dd h4 span {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  display: block;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 900px) {
  #philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set dl dd h4 span {
    font-size: 14px;
  }
}
#philosophy #philosophy_product .philosophy_block .philosophy_set .layout .layout_r .set .img {
  /* background-image: url(../images/philosophy/philosophy_img01_pc.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 400px; */
  margin-top: 48px;
}

/*                sizelist
======================================================= */
#sizelist .main_width {
  max-width: 912px;
}

#sizelist p.lead {
  font-size: 107.7%;
  text-align: center;
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 900px) {
  #sizelist p.lead {
    font-size: 92.3%;
  }
}
#sizelist ul.lead {
  max-width: 488px;
  margin: 0 auto;
}

#sizelist ul.lead + .sizelist_block {
  margin-top: 70px;
}

@media only screen and (max-width: 900px) {
  #sizelist ul.lead + .sizelist_block {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 900px) {
  #sizelist ul.lead {
    padding: 0 24px;
  }
}
#sizelist ul.lead li {
  font-size: 107.7%;
}

@media only screen and (max-width: 900px) {
  #sizelist ul.lead li {
    font-size: 92.3%;
  }
}
#sizelist .sizelist_block .sizelist_set + .sizelist_set {
  margin-top: 60px;
}

#sizelist .sizelist_block .sizelist_set .ttl_frame {
  margin-bottom: 38px;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .ttl_frame {
    margin-bottom: 24px;
  }
}
#sizelist .sizelist_block .sizelist_set .ttl_frame h2.ttl {
  font-size: 153.8%;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .ttl_frame h2.ttl {
    font-size: 138.5%;
  }
}
#sizelist .sizelist_block .sizelist_set .ttl_frame h2.ttl span {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  letter-spacing: 0.1em;
  display: block;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .ttl_frame h2.ttl span {
    font-size: 10px;
  }
}
#sizelist .sizelist_block .sizelist_set .table .thead ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.4em 0;
  margin: 0 -16px;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul {
    margin: 0 -8px;
  }
}
#sizelist .sizelist_block .sizelist_set .table .thead ul::before {
  content: "";
  background: #e5e8e7;
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sizelist .sizelist_block .sizelist_set .table .thead ul::after {
  content: "";
  background: #e5e8e7;
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

#sizelist .sizelist_block .sizelist_set .table .thead ul li {
  font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 92.3%;
  padding: 0 16px;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul li {
    font-size: 76.9%;
    padding: 0 8px;
  }
}
#sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(1) {
  width: 26%;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(1) {
    width: 28%;
  }
}
@media only screen and (max-width: 480px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(1) {
    width: 30%;
  }
}
#sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(2) {
  width: 48%;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(2) {
    width: 44%;
  }
}
@media only screen and (max-width: 480px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(2) {
    width: 36%;
  }
}
#sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(3) {
  width: 26%;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(3) {
    width: 28%;
  }
}
@media only screen and (max-width: 480px) {
  #sizelist .sizelist_block .sizelist_set .table .thead ul li:nth-child(3) {
    width: 34%;
  }
}
#sizelist .sizelist_block .sizelist_set .table .tbody dl {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 30px 0;
  margin: 0 -16px;
}

#sizelist .sizelist_block .sizelist_set .table .tbody dl + dl::before {
  content: "";
  background: #e5e8e7;
  width: calc(100% - 32px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl {
    margin: 0 -8px;
  }
}
#sizelist .sizelist_block .sizelist_set .table .tbody dl dt {
  font-family: "FP-こぶりなゴシック StdN W6", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 92.3%;
  width: 26%;
  padding: 0 16px;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl dt {
    font-size: 76.9%;
    width: 28%;
    padding: 0 8px;
  }
}
@media only screen and (max-width: 480px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl dt {
    width: 28%;
  }
}
#sizelist .sizelist_block .sizelist_set .table .tbody dl dd {
  font-size: 92.3%;
  padding: 0 16px;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl dd {
    font-size: 76.9%;
    padding: 0 8px;
  }
}
#sizelist .sizelist_block .sizelist_set .table .tbody dl dd:nth-child(2) {
  width: 48%;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl dd:nth-child(2) {
    width: 44%;
  }
}
@media only screen and (max-width: 480px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl dd:nth-child(2) {
    width: 37%;
  }
}
#sizelist .sizelist_block .sizelist_set .table .tbody dl dd:nth-child(3) {
  font-family: "ApercuRegular", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1em;
  width: 26%;
}

@media only screen and (max-width: 900px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl dd:nth-child(3) {
    width: 28%;
  }
}
@media only screen and (max-width: 480px) {
  #sizelist .sizelist_block .sizelist_set .table .tbody dl dd:nth-child(3) {
    width: 35%;
  }
}
#sizelist .sizelist_block .sizelist_set .table .tbody dl dd ul li {
  min-height: 55px;
}

#sizelist .sizelist_block .sizelist_set .table .tbody dl dd ul li span {
  font-size: 10px;
  display: block;
  letter-spacing: 0.01em;
}

/*                記事
======================================================= */
.topicsArticle .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.topicsArticle .yt iframe,
.topicsArticle .yt object,
.topicsArticle .yt embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#philosophy.philosophy2023 {
  padding-bottom: 175px;
}
#philosophy.philosophy2023 * {
  font-family: "ApercuRegular", "秀英角ゴシック銀 M", "FP-こぶりなゴシック StdN W3", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#philosophy.philosophy2023 .main_width {
  max-width: 1382px;
}
#philosophy.philosophy2023 .cont_width {
  max-width: 1074px;
  margin: 0 auto;
}
#philosophy.philosophy2023 .cont_in {
  max-width: 764px;
  margin: 0 auto;
}
#philosophy.philosophy2023 .gradation_frame {
  padding: 0;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 .gradation_frame {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 640px) {
  #philosophy.philosophy2023 .gradation_frame {
    padding: 0 16px;
  }
}
#philosophy.philosophy2023 #intro {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 110px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #intro {
    display: block;
    margin-bottom: 10vw;
  }
}
#philosophy.philosophy2023 #intro .info {
  padding-left: 16px;
}
#philosophy.philosophy2023 #intro .info img {
  display: block;
  margin-bottom: 40px;
}
#philosophy.philosophy2023 #intro .info h2 {
  font-weight: 500;
  font-size: 38px;
}
#philosophy.philosophy2023 #intro .info p {
  font-family: "ApercuRegular", sans-serif;
  font-size: 34px;
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #intro .info {
    padding-left: 0;
    margin-bottom: 3vw;
  }
  #philosophy.philosophy2023 #intro .info img {
    width: 60%;
    margin-bottom: 3vw;
  }
  #philosophy.philosophy2023 #intro .info h2 {
    font-size: 6vw;
  }
  #philosophy.philosophy2023 #intro .info p {
    font-size: 5vw;
    margin-top: 1em;
  }
}
#philosophy.philosophy2023 #intro .img {
  padding-left: 76px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #intro .img {
    padding-left: 0;
  }
}
#philosophy.philosophy2023 #thought {
  border: 1px #000 solid;
  padding: 74px 54px 54px 60px;
  margin-bottom: 84px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #thought {
    padding: 7vw 6vw;
    margin-bottom: 10vw;
  }
}
#philosophy.philosophy2023 #thought dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#philosophy.philosophy2023 #thought dl dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 350px;
  font-size: 25px;
  padding-right: 1.5em;
}
#philosophy.philosophy2023 #thought dl dd {
  border-left: 1px solid #000;
  font-size: 18px;
  line-height: 2;
  padding: 18px 0 6px 56px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #thought dl {
    display: block;
  }
  #philosophy.philosophy2023 #thought dl dt {
    font-size: 5vw;
    text-align: center;
    width: 100%;
    padding: 0;
    margin-bottom: 0.5em;
  }
  #philosophy.philosophy2023 #thought dl dd {
    border-left: none;
    font-size: 3.3vw;
    padding: 0;
  }
}
#philosophy.philosophy2023 .line_title {
  display: table;
  position: relative;
  font-size: 30px;
  margin-bottom: 1em;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 .line_title {
    font-size: 5.5vw;
  }
}
#philosophy.philosophy2023 .line_title:after {
  background-color: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#philosophy.philosophy2023 .line_title img {
  max-width: 280px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 .line_title img {
    width: 40vw;
  }
}
#philosophy.philosophy2023 #deployment {
  margin-bottom: 100px;
}
#philosophy.philosophy2023 #deployment .line_title img {
  max-width: 240px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #deployment .line_title img {
    width: 35vw;
  }
}
#philosophy.philosophy2023 #deployment p {
  font-size: 18px;
  line-height: 2.3;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #deployment {
    margin-bottom: 10vw;
  }
  #philosophy.philosophy2023 #deployment p {
    font-size: 3.3vw;
  }
}
#philosophy.philosophy2023 #deployment #more_trees {
  border: 1px #000 solid;
  padding: 18px 30px;
  margin-top: 60px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #deployment #more_trees {
    padding: 4vw 5vw;
    margin-top: 5vw;
  }
}
#philosophy.philosophy2023 #deployment #more_trees dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #deployment #more_trees dl {
    display: block;
  }
}
#philosophy.philosophy2023 #deployment #more_trees dl dd {
  font-size: 12px;
  line-height: 1.8;
  padding-left: 30px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #deployment #more_trees dl dt {
    margin-bottom: 3vw;
  }
  #philosophy.philosophy2023 #deployment #more_trees dl dt img {
    margin: 0 auto;
    width: 60%;
    max-width: 200px;
  }
  #philosophy.philosophy2023 #deployment #more_trees dl dd {
    padding: 0;
    font-size: 3vw;
  }
}
#philosophy.philosophy2023 #theme {
  width: 110%;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #theme {
    width: 100%;
  }
}
#philosophy.philosophy2023 #theme dl .dl_set {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#philosophy.philosophy2023 #theme dl .dl_set + .dl_set {
  margin-top: 10px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #theme dl .dl_set {
    display: block;
  }
  #philosophy.philosophy2023 #theme dl .dl_set + .dl_set {
    margin-top: 1.5em;
  }
}
#philosophy.philosophy2023 #theme dl .dl_set dt {
  background-color: #000;
  color: #fff;
  line-height: 1;
  font-family: "ApercuRegular", sans-serif;
  font-size: 17px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
  width: 5.5em;
  padding: 5px 0;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #theme dl .dl_set dt {
    display: block;
    font-size: 3.5vw;
    width: auto;
    padding: 0.5em 0;
    margin-bottom: 0.5em;
  }
}
#philosophy.philosophy2023 #theme dl .dl_set dd {
  font-size: 16px;
  padding-top: 2px;
  padding-left: 16px;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 #theme dl .dl_set dd {
    font-size: 3.4vw;
    padding: 0;
  }
}
#philosophy.philosophy2023 .galally {
  margin-top: 20px;
}
#philosophy.philosophy2023 .galally .img_wrap {
  max-width: 50%;
  margin: 0 auto;
}
#philosophy.philosophy2023 .galally .img_wrap .simpleParallax {
  position: relative;
  padding-bottom: 8%;
}
@media only screen and (max-width: 900px) {
  #philosophy.philosophy2023 .galally {
    margin-top: 5vw;
  }
  #philosophy.philosophy2023 .galally .img_wrap {
    max-width: 70%;
  }
}
