@charset "UTF-8";
/*-----------------------------------------------*/
/* スタンドライト
/*-----------------------------------------------*/
/* トップ ---------------------------------*/
#top #header {
  width: 970px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  #top #header {
    display: none;
  }
}

#top #topicpath {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.9em;
  color: #4f4946;
  text-align: left;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

#top #topicpath a:link,
#top #topicpath a:active,
#top #topicpath a:visited {
  position: relative;
  transition: opacity 0.4s;
}

#top #wrap {
  width: 100%;
}

#top img {
  max-width: 100%;
  height: auto;
}

#top .inner {
  max-width: 1230px;
  padding: 0 40px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  #top .inner {
    padding: 0 3%;
  }
}

#top .en {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
}

#top .italic {
  font-style: italic;
  font-weight: 300;
}

#top .secMainView {
  background: url(../../images/standlight/top/mv_bg@2x.jpg) no-repeat center center/cover;
  padding: 65px 0 20px;
}

#top .secMainView .inner {
  padding: 0 80px;
}

@media (max-width: 768px) {
  #top .secMainView .inner {
    padding: 0 3%;
  }
}

@media (max-width: 768px) {
  #top .secMainView {
    background: url(../../images/standlight/top/mv_bg_sp@2x.jpg) no-repeat center top/100%;
    padding: 39px 0 0;
  }
}

#top .secMainView__ttl {
  margin-bottom: 14px;
}

@media (max-width: 768px) {
  #top .secMainView__ttl {
    width: 55%;
    margin-bottom: 15px;
  }
}

#top .secMainView__list {
  position: relative;
  display: inline-block;
}

#top .secMainView__list__badge {
  position: absolute;
  right: -38px;
  top: -65px;
}

@media (max-width: 768px) {
  #top .secMainView__list__badge {
    width: 21%;
    right: -8px;
    top: -47px;
  }
}

#top .secMerit {
  padding: 100px 0 120px;
}

@media (max-width: 768px) {
  #top .secMerit {
    padding: 28px 0 5px;
  }
}

#top .secMerit__heading {
  text-align: center;
  margin-bottom: 105px;
  position: relative;
}

@media (max-width: 768px) {
  #top .secMerit__heading {
    margin-bottom: 50px;
  }
}

#top .secMerit__heading:before, #top .secMerit__heading:after {
  content: "";
  background: #282828;
  width: 180px;
  height: 1px;
  display: block;
  position: absolute;
  bottom: 23px;
}

@media (max-width: 768px) {
  #top .secMerit__heading:before, #top .secMerit__heading:after {
    content: none;
  }
}

#top .secMerit__heading:before {
  left: 0;
}

#top .secMerit__heading:after {
  right: 0;
}

#top .secMerit__list {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #top .secMerit__list {
    display: block;
  }
}

#top .secMerit__item {
  width: calc(33.3333% - 17.4px);
  background: #f2efea;
  padding: 67px 20px 20px;
  position: relative;
}

@media (max-width: 768px) {
  #top .secMerit__item {
    width: 100%;
    margin-bottom: 70px;
    padding: 60px 10px 24px;
  }
}

#top .secMerit__item:not(:nth-of-type(3n)) {
  margin-right: 26px;
}

@media (max-width: 768px) {
  #top .secMerit__item:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

#top .secMerit__item__num {
  text-align: center;
  color: #552b22;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
}

@media (max-width: 768px) {
  #top .secMerit__item__num {
    top: -20px;
  }
}

#top .secMerit__item__num .small {
  font-size: 19px;
  margin-right: 20px;
  margin-top: 5px;
}

@media (max-width: 768px) {
  #top .secMerit__item__num .small {
    font-size: 14px;
    margin-top: 0;
  }
}

#top .secMerit__item__num .num {
  font-size: 58px;
  line-height: 1;
  position: relative;
}

@media (max-width: 768px) {
  #top .secMerit__item__num .num {
    font-size: 45px;
  }
}

#top .secMerit__item__num .num:before {
  content: "";
  background: #552b22;
  width: 1px;
  height: 50px;
  display: inline-block;
  position: absolute;
  left: -10px;
  top: 5px;
  transform: rotate(18deg);
}

@media (max-width: 768px) {
  #top .secMerit__item__num .num:before {
    height: 35px;
  }
}

#top .secMerit__ttl {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: #552b22;
  margin-bottom: 26px;
}

@media (max-width: 768px) {
  #top .secMerit__ttl {
    font-size: 22px;
    margin-bottom: 27px;
  }
}

#top .secMerit__ttl span {
  background: linear-gradient(transparent 70%, #f2cbab 70%);
}

#top .secMerit__catch {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  line-height: 1.59;
}

@media (max-width: 768px) {
  #top .secMerit__catch {
    font-size: 20px;
  }
}

#top .secMerit__catch__note {
  font-size: 14px;
  text-align: center;
}

#top .secMerit__flex,
#top .secMerit__img {
  margin-top: 15px;
}

@media (max-width: 768px) {
  #top .secMerit__flex,
  #top .secMerit__img {
    margin-top: 17px;
  }
}

#top .secMerit__flex {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

#top .secMerit__flex__item {
  width: 47.5%;
}

#top .secMerit__flex__item__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f19c2e;
  margin-top: 13px;
  margin-bottom: 6px;
  text-align: center;
}

@media (max-width: 768px) {
  #top .secMerit__flex__item__ttl {
    margin-top: 12px;
    margin-bottom: 5px;
  }
}

#top .secMerit__flex__item__txt {
  line-height: 1.714;
}

#top .secMerit__flex__item__txt + .secMerit__flex__item__txt {
  margin-top: 8px;
}

@media (max-width: 768px) {
  #top .secMerit__flex__item__txt + .secMerit__flex__item__txt {
    margin-top: 7px;
  }
}

#top .secMerit__img {
  margin-bottom: 15px;
}

#top .secMerit__item__txt {
  font-size: 15px;
  line-height: 1.6;
}

#top .secMerit__item__txt--right {
  text-align: right;
}

#top .desklightNav {
  background: #f4f4f4;
  padding: 50px 0 70px;
}

#top .desklightNav__heading {
  text-align: center;
  margin-bottom: 40px;
  color: #552b22;
}

#top .desklightNav__heading__en {
  font-size: 16px;
  margin-bottom: 8px;
}

#top .desklightNav__heading__ja {
  font-size: 32px;
  font-weight: normal;
}

#top .desklightNav__btns {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  #top .desklightNav__btns {
    display: block;
  }
}

#top .desklightNav__btn.item-01 {
  margin-right: 40px;
}

@media (max-width: 768px) {
  #top .desklightNav__btn.item-01 {
    margin-right: 0;
    margin-bottom: 40px;
  }
}

#top .desklightNav__btn a {
  width: 300px;
  display: block;
  background: #fff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #552b22;
  border-radius: 5px;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  color: #552b22;
  padding: 19px 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #top .desklightNav__btn a {
    margin: 0 auto;
  }
}

#top .desklightNav__btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7.5px 0 7.5px;
  border-color: #552b22 transparent transparent transparent;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
}

#top .desklightNav__btn a img {
  margin-right: 8px;
}

@media (max-width: 768px) {
  #top .desklightNav__btn a img {
    width: 20px;
  }
}

#top .secItem {
  padding: 120px 0 0;
}

@media (max-width: 768px) {
  #top .secItem {
    padding: 40px 0 0;
  }
}

#top .heading-type {
  text-align: center;
  color: #552b22;
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  #top .heading-type {
    padding-top: 60px;
    margin-bottom: 40px;
  }
}

#top .heading-type__icn {
  margin-bottom: 19px;
}

@media (max-width: 768px) {
  #top .heading-type__icn {
    margin-bottom: 20px;
  }
  #top .heading-type__icn img {
    width: 32px;
  }
}

#top .heading-type__ttl {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media (max-width: 768px) {
  #top .heading-type__ttl {
    font-size: 26px;
  }
}

#top .secItem__box {
  margin-bottom: 83px;
}

#top .secItem__box.last {
  margin-bottom: 0;
}

#top .secItem__heading {
  border-bottom: 1px solid #552b22;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  padding-bottom: 11px;
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  #top .secItem__heading {
    border: none;
    margin-bottom: 24px;
    padding-bottom: 0;
    display: block;
  }
}

#top .secItem__heading:before {
  content: "";
  background: #552b22;
  width: 100%;
  height: 1px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -5px;
}

@media (max-width: 768px) {
  #top .secItem__heading:before {
    content: none;
  }
}

#top .secItem__heading__name {
  font-size: 40px;
  font-weight: 500;
  margin-right: 40px;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  #top .secItem__heading__name {
    font-size: 28px;
    margin-right: 0;
    margin-bottom: 16px;
    padding-bottom: 8px;
    border-bottom: 1px solid #552b22;
    position: relative;
    letter-spacing: 0;
  }
  #top .secItem__heading__name:before {
    content: "";
    background: #552b22;
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
  }
}

#top .secItem__heading__catch {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  #top .secItem__heading__catch {
    font-size: 13px;
  }
}

#top .secItem__heading__icns {
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  margin-left: auto;
}

#top .icn__illuminance {
  background: #f6d43c;
  text-align: center;
  font-size: 15px;
  padding: 8px 12px 0px;
  margin-right: 8px;
  line-height: 1.2;
}

@media (max-width: 768px) {
  #top .icn__illuminance {
    font-size: 11px;
    padding: 8px 12px 2px;
    margin-right: 5px;
  }
}

#top .icn__illuminance .num {
  font-size: 25px;
}

@media (max-width: 768px) {
  #top .icn__illuminance .num {
    font-size: 19px;
  }
}

#top .icn__type {
  border: 1px solid #552b22;
  text-align: center;
  font-size: 12px;
  height: 56px;
  color: #552b22;
  font-weight: bold;
  padding: 5px 5px 2px;
  line-height: 1.2;
  margin-right: 8px;
}

@media (max-width: 768px) {
  #top .icn__type {
    font-size: 10px;
    height: 46px;
    margin-right: 5px;
  }
}

#top .icn__type img {
  margin-bottom: 4px;
}

@media (max-width: 768px) {
  #top .icn__type img {
    width: 15px;
  }
}

@media (max-width: 768px) {
  #top .icn__fix img {
    width: 48px;
  }
}

#top .secItem__flex {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #top .secItem__flex {
    display: block;
  }
}

#top .secItem__imgs {
  width: 590px;
}

@media (max-width: 768px) {
  #top .secItem__imgs {
    width: 100%;
    margin-bottom: 32px;
  }
}

#top .secItem__img + .secItem__img {
  margin-top: 88px;
}

@media (max-width: 768px) {
  #top .secItem__img + .secItem__img {
    margin-top: 24px;
  }
}

#top .secItem__txtbox {
  flex: 1;
  padding-left: 47px;
}

@media (max-width: 768px) {
  #top .secItem__txtbox {
    padding-left: 0;
  }
}

#top .secItem__meta + .secItem__meta {
  margin-top: 51px;
}

@media (max-width: 768px) {
  #top .secItem__meta + .secItem__meta {
    margin-top: 32px;
  }
}

#top .secItem__name {
  font-size: 38px;
  color: #552b22;
  font-weight: normal;
  margin-bottom: 25px;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  #top .secItem__name {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

#top .secItem__price {
  font-size: 18px;
  color: #552b22;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}

@media (max-width: 768px) {
  #top .secItem__price {
    font-size: 13px;
    margin-bottom: 9px;
  }
}

#top .secItem__price .yen {
  font-size: 24px;
}

@media (max-width: 768px) {
  #top .secItem__price .yen {
    font-size: 18px;
  }
}

#top .secItem__price .num {
  font-size: 30px;
}

@media (max-width: 768px) {
  #top .secItem__price .num {
    font-size: 22px;
  }
}

#top .secItem__btn a {
  width: 376px;
  display: block;
  background: #f19c2e;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f19c2e;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 19px 0;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  #top .secItem__btn a {
    width: 100%;
    font-size: 16px;
    padding: 18px 0;
  }
}

#top .secItem__btn a svg {
  margin-right: 10px;
}

@media (max-width: 768px) {
  #top .secItem__btn a svg {
    width: 30px;
  }
}

#top .secItem__btn a .a,
#top .secItem__btn a .b,
#top .secItem__btn a .c,
#top .secItem__btn a .e {
  fill: none;
}

#top .secItem__btn a .a,
#top .secItem__btn a .b,
#top .secItem__btn a .c {
  stroke: #fff;
  stroke-width: 2px;
  transition: all 0.2s;
}

#top .secItem__btn a .a {
  stroke-linecap: round;
}

#top .secItem__btn a .a,
#top .secItem__btn a .b {
  stroke-linejoin: round;
}

#top .secItem__btn a .d {
  stroke: none;
}

#top .secItem__btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 7px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}

@media (hover: hover) {
  #top .secItem__btn a:hover {
    background: #fff;
    color: #f19c2e;
    opacity: 1;
  }
  #top .secItem__btn a:hover .a,
  #top .secItem__btn a:hover .b,
  #top .secItem__btn a:hover .c {
    stroke: #f19c2e;
  }
  #top .secItem__btn a:hover:before {
    border-color: transparent transparent transparent #f19c2e;
  }
}

#top .secItem__info {
  margin-top: 60px;
}

@media (max-width: 768px) {
  #top .secItem__info {
    margin-top: 45px;
  }
}

#top .secItem__info__flex__txtbox {
  flex: 1;
  padding-right: 16px;
}

@media (max-width: 768px) {
  #top .secItem__info__flex__txtbox {
    padding-right: 0;
  }
}

#top .info__ttl {
  font-size: 22px;
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  #top .info__ttl {
    font-size: 18px;
    margin-bottom: 4px;
  }
}

#top .info__txt {
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
  max-width: 473px;
}

@media (max-width: 768px) {
  #top .info__txt {
    font-size: 15px;
    max-width: 100%;
    margin-bottom: 20px;
    line-height: 1.7;
  }
}

#top .secItem__info__flex {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  #top .secItem__info__flex {
    display: block;
    margin-bottom: 20px;
  }
}

#top .secItem__info__flex .info__txt {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  #top .secItem__info__flex__img {
    width: 60%;
    margin-top: 10px;
  }
}

#top .info__flex {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 65px;
}

@media (max-width: 768px) {
  #top .info__flex {
    display: block;
    margin-bottom: 40px;
    margin-top: 32px;
  }
}

#top .info__dl {
  flex: 1;
}

@media (max-width: 768px) {
  #top .info__dl {
    margin-bottom: 30px;
  }
}

#top .info__dl .row {
  display: -ms-flexbox;
  display: flex;
}

#top .info__dl dt {
  width: 9em;
  font-size: 13px;
  line-height: 1.8;
}

#top .info__dl dd {
  flex: 1;
  font-size: 13px;
  line-height: 1.8;
}

#top .info__figure {
  padding-left: 15px;
}

@media (max-width: 768px) {
  #top .info__figure {
    padding-left: 0;
    width: 75%;
  }
}

#top .imfo__img {
  margin-bottom: 20px;
}

#top .secItem__disney {
  width: 376px;
}

@media (max-width: 768px) {
  #top .secItem__disney {
    width: 100%;
  }
}

#top .disney__btn a {
  width: 100%;
  display: block;
  background: url(../../images/standlight/top/disney_bg@2x.jpg) repeat center center/cover;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
  padding-right: 15px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  position: relative;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  #top .disney__btn a {
    font-size: 14px;
  }
}

#top .disney__btn a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 7px;
  border-color: transparent transparent transparent #fff;
  display: block;
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s;
}

#top .disney__btn a img {
  margin-right: 8px;
}

@media (max-width: 768px) {
  #top .disney__btn a img {
    width: 35px;
    margin-right: 16px;
  }
}

#top .disney__copyright {
  text-align: right;
}

@media (max-width: 768px) {
  #top .disney__copyright img {
    width: 15%;
    margin-left: auto;
  }
}

#top #anc-02 {
  margin-top: 160px;
}

@media (max-width: 768px) {
  #top #anc-02 {
    margin-top: 40px;
  }
}

#top #caution {
  width: 100%;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
}
