@charset "UTF-8";
/**
* Foundation
* ========================== */
#wrap {
  overflow: visible;
}

#bed #mainNav ul li {
  border-bottom: 1px solid #c5d8e3;
}

#bed #mainNav ul li.parent .children dd {
  color: #fff;
}

#common-footer {
  margin-top: 0 !important;
}

.l-contents {
  margin: 0 auto;
  font-family: "游ゴシック", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  position: relative;
  z-index: 2;
  color: #393c50;
  overflow: hidden;
}

.l-contents .flex {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  -js-display: flex;
}

.l-contents .flex.nowrap {
  flex-wrap: nowrap;
}

.l-contents .flex.reverse {
  flex-direction: row-reverse;
}

.l-contents .flex.item-center {
  align-items: center;
}

.l-contents .flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.l-contents a {
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
  color: inherit;
  transition: all 0.4s;
}

.l-contents a:hover {
  text-decoration: none;
  opacity: 1;
}

.l-contents .pc {
  display: block !important;
  margin: 0 auto;
}

.l-contents .sp {
  display: none !important;
}

.l-contents .inline-pc {
  display: inline-block !important;
}

.l-contents .inline-sp {
  display: none !important;
}

.l-contents .inner {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 40px;
  word-wrap: break-word;
  word-break: break-all;
  z-index: 1;
}

.l-contents span {
  font-weight: inherit;
}

.l-contents .img {
  line-height: 0;
}

.l-contents img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .l-contents img {
    width: auto;
  }
}

.l-contents .min {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.l-contents .en {
  font-family: "EB Garamond", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.l-contents .trans {
  transition: all 0.2s;
}

.l-contents .anc {
  margin-top: -46px;
  padding-bottom: 46px;
}

@media (max-width: 768px) {
  .l-contents .anc {
    margin-top: -59px;
    padding-bottom: 59px;
  }
}

.l-contents p {
  line-break: normal;
  word-break: normal !important;
  word-wrap: break-word;
}

@media (max-width: 768px) {
  .l-contents {
    /* flex */
  }
  .l-contents .pc {
    display: none !important;
  }
  .l-contents .sp {
    display: block !important;
  }
  .l-contents .inline-pc {
    display: none !important;
  }
  .l-contents .inline-sp {
    display: inline-block !important;
  }
  .l-contents .center {
    text-align: left;
  }
  .l-contents .ta-c {
    text-align: center;
  }
  .l-contents .wrapper {
    min-width: 100%;
  }
  .l-contents .bg-fixed {
    position: fixed;
    width: 100%;
  }
  .l-contents .inner {
    max-width: 100%;
    margin: 0;
    padding: 0 4%;
  }
  .l-contents img {
    max-width: 100%;
    height: auto;
  }
  .l-contents .flex {
    display: block;
  }
}

#page-top {
  z-index: 2;
}

/*
---------------------------------------
animation
---------------------------------------
*/
/* Object
* ========================== */
/* Component ------------ */
.btn-01 a,
.btn-01 a:link,
.btn-01 a:visited {
  color: #5f80ad;
}

.btn-01 a {
  display: block;
  border: 1px solid #5f80ad;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 172px;
  margin: 0 auto;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 8px 8px 8px 0;
  position: relative;
}

@media (max-width: 768px) {
  .btn-01 a {
    font-size: 4vw;
  }
}

.btn-01 a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #5f80ad;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: all 0.4s;
}

@media (hover: hover) {
  .btn-01 a:hover {
    background: #d2deef;
  }
}

.btn-online a,
.btn-online a:link,
.btn-online a:visited {
  color: #fff;
}

.btn-online a {
  display: block;
  border: 1px solid transparent;
  text-align: center;
  max-width: 376px;
  font-size: 18px;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
  padding: 15px 10px 15px 0;
  position: relative;
  border-radius: 5px;
  background: #eaa140;
  background: -moz-linear-gradient(top, #eaa140 0%, #f4b6a1 100%);
  background: -webkit-linear-gradient(top, #eaa140 0%, #f4b6a1 100%);
  background: linear-gradient(to bottom, #eaa140 0%, #f4b6a1 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa140', endColorstr='#f4b6a1',GradientType=0 );
  transition: all 0.4s;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .btn-online a {
    font-size: 4vw;
  }
}

.btn-online a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
  transition: all 0.4s;
}

.btn-online a .btn-online__icn {
  margin-right: 10px;
}

.btn-online a .btn-online__icn .a,
.btn-online a .btn-online__icn .b,
.btn-online a .btn-online__icn .c {
  transition: all 0.4s;
}

@media (hover: hover) {
  .btn-online a:hover {
    background: #fff;
    color: #f19c2e;
    border-color: #f19c2e;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0);
  }
  .btn-online a:hover:before {
    border-color: transparent transparent transparent #f19c2e;
  }
  .btn-online a:hover .btn-online__icn .a,
  .btn-online a:hover .btn-online__icn .b,
  .btn-online a:hover .btn-online__icn .c {
    stroke: #f19c2e;
  }
}

.open-cont {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: all 0.4s;
}

.open-cont.-open {
  height: auto;
  opacity: 1;
  visibility: visible;
}

.c-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  display: block;
  border: 1px solid #adbcd0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 280px;
  margin: 0 auto;
  text-align: center;
  color: #072c52;
  background: #fff;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.2em;
  padding: 15px 15px 15px 0;
  position: relative;
  bottom: -30px;
}

@media (max-width: 768px) {
  .c-more {
    font-size: 16px;
  }
}

.c-more.-open .c-more__cross {
  transform: translateY(-50%) rotate(45deg);
}

.c-more__cross {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 37px;
  background: url(/bed/products/position/img/more_cross.svg) no-repeat center center/cover;
}

.c-nav__listWrap {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .c-nav__listWrap {
    display: block;
  }
}

.c-nav__listWrap:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .c-nav__listWrap:not(:last-child) {
    margin-bottom: 2vw;
  }
}

.c-nav__ttl {
  font-size: 18px;
  padding: 0 35px 0 85px;
  margin-right: 27px;
  letter-spacing: 0.5em;
}

@media (max-width: 768px) {
  .c-nav__ttl {
    font-size: 4.8vw;
    padding: 0 9vw 0 0;
    margin-right: 0;
    display: inline-block;
    margin-bottom: 2vw;
  }
}

.c-nav__ttl--thin {
  background: url(/bed/products/position/img/ttl_icn_horizontal.svg) no-repeat left center, url(/bed/products/position/img/icon_thin.svg) no-repeat right center;
  color: #072c52;
  background-size: 70px, 32px;
}

@media (max-width: 768px) {
  .c-nav__ttl--thin {
    background: url(/bed/products/position/img/icon_thin.svg) no-repeat right center/32px;
  }
}

.c-nav__ttl--thick {
  background: url(/bed/products/position/img/ttl_icn_horizontal_thick.svg) no-repeat left center, url(/bed/products/position/img/icon_thick.svg) no-repeat right center;
  color: #523207;
  background-size: 70px, 32px;
}

@media (max-width: 768px) {
  .c-nav__ttl--thick {
    background: url(/bed/products/position/img/icon_thick.svg) no-repeat right center/32px;
  }
}

.c-nav__list {
  display: -ms-flexbox;
  display: flex;
  flex: 1;
}

@media (max-width: 768px) {
  .c-nav__list {
    flex-wrap: wrap;
  }
}

@media (min-width: 769px) {
  .c-nav__list:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 768px) {
  .c-nav__item {
    width: calc(50% - 4.5px);
    margin-bottom: 9px;
  }
  .c-nav__item:not(:nth-of-type(2n)) {
    margin-right: 9px;
  }
}

@media (min-width: 769px) {
  .c-nav__item:not(:last-child) {
    margin-right: 24px;
  }
}

.c-nav__item a,
.c-nav__item a:link,
.c-nav__item a:visited {
  color: #072c52;
}

.c-nav__item a.thick,
.c-nav__item a:link.thick,
.c-nav__item a:visited.thick {
  color: #523207;
}

.c-nav__item a {
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0.08em;
  padding: 8px 40px 8px 16px;
  position: relative;
  background: #fff;
}

@media (max-width: 768px) {
  .c-nav__item a {
    display: block;
    text-align: center;
    font-size: 3.8vw;
    padding: 3.5vw 0 6vw;
    letter-spacing: 0;
    line-height: 1.2;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.c-nav__item a:before {
  transform: rotate(135deg);
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 1px #072c52;
  border-right: solid 1px #072c52;
  position: absolute;
  right: 15px;
  top: 16px;
}

@media (max-width: 768px) {
  .c-nav__item a:before {
    width: 6px;
    height: 6px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: auto;
    bottom: 3vw;
  }
}

@media (hover: hover) {
  .c-nav__item a:hover {
    background: #a8bad1;
  }
}

.c-nav__item a.thick:before {
  border-color: #523207;
}

.c-nav__item a.thick:hover {
  background: #e9e1d1;
}

#fix_shindan {
  position: fixed;
  right: 40px;
  bottom: 30px;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}

@media (max-width: 768px) {
  #fix_shindan {
    width: 84px;
    height: 84px;
    right: 2%;
    bottom: 10px;
  }
}

@media (hover: hover) {
  #fix_shindan a:hover {
    opacity: 0.8;
  }
}

.header__nav {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s;
}

@media (max-width: 768px) {
  .header__nav {
    top: 58px;
  }
}

.header__nav.fixed {
  opacity: 1;
  visibility: visible;
}

.header__nav .nav__head {
  background: #fff;
  width: 100%;
  padding: 8px 0;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

@media (max-width: 768px) {
  .header__nav .nav__head {
    padding: 4px 0;
  }
}

.header__nav .nav__head .inner {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .header__nav .nav__head .inner {
    justify-content: center;
  }
}

.header__nav .nav__link {
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #072c52;
  line-height: 2;
  cursor: pointer;
  position: relative;
}

@media (max-width: 768px) {
  .header__nav .nav__link {
    display: none;
  }
}

.header__nav .nav__link:link {
  transition: all 0.4s;
}

@media (hover: hover) {
  .header__nav .nav__link:link:hover {
    opacity: 0.6;
  }
}

.header__nav .nav__link--prev {
  padding-left: 19px;
}

.header__nav .nav__link--prev:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #072c52;
  border-left: 1px solid #072c52;
  transform: rotate(-45deg) translateY(-50%);
}

.header__nav .nav__link--next {
  padding-right: 19px;
}

.header__nav .nav__link--next:before {
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #072c52;
  border-right: 1px solid #072c52;
  transform: rotate(45deg) translateY(-50%);
}

.header__nav .nav__open {
  appearance: none;
  border: none;
  background: none;
  font-size: 15px;
  letter-spacing: 0.08em;
  color: #072c52;
  line-height: 2;
  cursor: pointer;
  position: relative;
  padding: 0 25px;
  transition: all 0.4s;
}

@media (hover: hover) {
  .header__nav .nav__open:hover {
    opacity: 0.6;
  }
}

@media (max-width: 768px) {
  .header__nav .nav__open {
    font-size: 3.8vw;
  }
}

.header__nav .nav__open.-open .nav__open__cross {
  transform: translateY(-50%) rotate(45deg);
}

.header__nav .nav__open__cross {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(/bed/products/position/img/list_cross.svg) no-repeat center center/cover;
}

@media (max-width: 768px) {
  .header__nav .nav__open__cross {
    width: 15px;
    height: 15px;
  }
}

.header__nav .nav__cont {
  background: #f4f5f6;
  width: 100%;
  display: none;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 24px 0;
}

@media (max-width: 768px) {
  .header__nav .nav__cont {
    padding: 2vw 0;
  }
}

.header__nav .c-nav__list {
  justify-content: center;
}

.header__nav .c-nav__listWrap .c-nav__list {
  justify-content: flex-start;
}

.heading-01 {
  text-align: center;
  padding-top: 40px;
  position: relative;
}

@media (max-width: 768px) {
  .heading-01 {
    padding-top: 15vw;
  }
}

.heading-01:before {
  content: "";
  background: url(/bed/products/position/img/heading-01_square.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8px;
}

.heading-01__ja {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.5em;
  color: #072c52;
  padding-left: 0.5em;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .heading-01__ja {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
}

.heading-01__en {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #072c52;
  padding-left: 0.1em;
  line-height: 1;
}

@media (max-width: 768px) {
  .heading-01__en {
    font-size: 3.8vw;
  }
}

.heading-02 {
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.2em;
  padding-left: 0.2em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  padding-top: 37px;
  position: relative;
  line-height: 2;
  color: #072c52;
}

@media (max-width: 768px) {
  .heading-02 {
    font-size: 4.8vw;
    padding-top: 11vw;
    letter-spacing: 0.06em;
  }
}

.heading-02:before {
  content: "";
  background: url(/bed/products/position/img/heading-01_square.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8px;
}

.secMainView__nav {
  padding: 80px 0 120px;
  background: #f4f5f6;
}

@media (max-width: 768px) {
  .secMainView__nav {
    padding: 9.5vw 1vw 16vw;
  }
}

.secMainView__nav .nav__heading {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 15px;
  border-bottom: 4px solid #fff;
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .secMainView__nav .nav__heading {
    padding-left: 0;
    margin-bottom: 3vw;
    align-items: flex-end;
    padding-bottom: 1vw;
  }
}

.secMainView__nav .nav__heading:before {
  content: "";
  background: #aebfd6;
  width: 201px;
  height: 4px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
}

@media (max-width: 768px) {
  .secMainView__nav .nav__heading:before {
    width: 42vw;
  }
}

.secMainView__nav .nav__ttl {
  font-size: 20px;
  color: #072c52;
  letter-spacing: 0.08em;
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .secMainView__nav .nav__ttl {
    font-size: 4.8vw;
    margin-bottom: 1vw;
  }
}

.secMainView__nav .nav__ttl a,
.secMainView__nav .nav__ttl a:link,
.secMainView__nav .nav__ttl a:visited {
  color: #072c52;
}

.secMainView__nav .nav__ttl a {
  display: inline-block;
  padding-left: 17px;
  position: relative;
}

@media (max-width: 768px) {
  .secMainView__nav .nav__ttl a {
    padding-left: 2vw;
  }
}

.secMainView__nav .nav__ttl a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #072c52;
  border-left: 1px solid #072c52;
  transform: rotate(-45deg) translateY(-50%);
}

@media (max-width: 768px) {
  .secMainView__nav .nav__ttl a:before {
    width: 6px;
    height: 6px;
  }
}

.secMainView__nav .nav__ttl a:link {
  transition: all 0.4s;
}

@media (hover: hover) {
  .secMainView__nav .nav__ttl a:link:hover {
    opacity: 0.6;
  }
}

.secMainView__nav .nav__heading__link {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .secMainView__nav .nav__heading__link {
    display: block;
    text-align: right;
  }
}

.secMainView__nav .link__item a {
  display: inline-block;
  font-size: 18px;
  color: #072c52;
  letter-spacing: 0.08em;
  padding: 8px 62px 8px 31px;
  position: relative;
}

@media (max-width: 768px) {
  .secMainView__nav .link__item a {
    font-size: 3.2vw;
    padding: 1px 25px 1px 9px;
  }
}

.secMainView__nav .link__item a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #072c52;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 31px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .secMainView__nav .link__item a:before {
    right: 8px;
    border-width: 4.5px 0 4.5px 4.5px;
  }
}

.secMainView__nav .link__item a.active {
  background: #fff;
}

.secMainView__nav .link__item a.active:before {
  border-width: 7px 7px 0 7px;
  border-color: #072c52 transparent transparent transparent;
}

@media (max-width: 768px) {
  .secMainView__nav .link__item a.active:before {
    border-width: 4.5px 4.5px 0 4.5px;
  }
}

.secMainView__nav .link__item a:link {
  transition: all 0.4s;
}

@media (hover: hover) {
  .secMainView__nav .link__item a:link:hover {
    opacity: 0.6;
  }
}

.secMainView {
  background: #f4f5f6;
  position: relative;
  margin-top: 22px;
}

@media (max-width: 768px) {
  .secMainView {
    margin-top: 0;
  }
}

.secMainView:before {
  content: "";
  background: #fff;
  width: 100%;
  height: 78px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media (max-width: 768px) {
  .secMainView:before {
    height: 17vw;
  }
}

.secMainView__head {
  background: url(/bed/products/position/img/mv_bg@2x.png) no-repeat left bottom/1073px;
}

@media (max-width: 768px) {
  .secMainView__head {
    background: url(/bed/products/position/img/mv_bg_sp@2x.png) no-repeat left bottom 1.5vw/100vw;
  }
}

.secMainView__head .inner {
  width: 100%;
}

.secMainView__head__in {
  max-width: 1600px;
  min-height: 460px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background-image: url(/bed/products/position/img/mv_en@2x.png);
  background-repeat: no-repeat;
  background-position: left top 55px;
  background-size: 49%;
  position: relative;
}

@media (max-width: 768px) {
  .secMainView__head__in {
    background: url(/bed/products/position/img/mv_img_sp@2x.png) no-repeat right top/99%;
    min-height: 0;
    padding-bottom: 7vw;
  }
}

.secMainView__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 48.5%;
  height: 100%;
  display: block;
  background: url(/bed/products/position/img/mv_img_bg@2x.jpg) no-repeat center/cover;
  padding: 0 0 22px 22px;
}

.secMainView__img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  object-position: left bottom;
}

@media (max-width: 1300px) {
  .secMainView__img img {
    object-position: center;
  }
}

.secMainView__txtbox {
  max-width: 600px;
  position: relative;
  padding-top: 220px;
}

@media (max-width: 768px) {
  .secMainView__txtbox {
    width: 44vw;
    padding-top: 26vw;
  }
}

.secMainView__heading__ja {
  color: #072c52;
  font-weight: 500;
  line-height: 1.452;
}

.secMainView__btn {
  position: relative;
  text-align: right;
  margin-top: 15px;
  padding-right: 45px;
}

@media (max-width: 768px) {
  .secMainView__btn {
    margin-top: 3vw;
    padding-right: 0;
    margin-right: 2.5vw;
  }
}

.secMainView__btn a,
.secMainView__btn a:link,
.secMainView__btn a:visited {
  color: #5f80ad;
}

.secMainView__btn a {
  display: inline-block;
  border: 1px solid #5f80ad;
  font-size: 18px;
  letter-spacing: 0.2em;
  padding: 8px 31px;
  margin-left: auto;
  position: relative;
}

@media (max-width: 768px) {
  .secMainView__btn a {
    font-size: 3.2vw;
    padding: 0.3vw 6vw;
  }
}

.secMainView__btn a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #5f80ad transparent transparent transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .secMainView__btn a:before {
    right: 1.5vw;
    border-width: 5px 5px 0 5px;
  }
}

.secMainView__btn a:after {
  content: "";
  background: #5f80ad;
  width: 397px;
  height: 1px;
  display: block;
  position: absolute;
  left: -385px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.4s;
}

@media (max-width: 768px) {
  .secMainView__btn a:after {
    width: 12vw;
    left: -10vw;
  }
}

@media (hover: hover) {
  .secMainView__btn a:hover {
    background: #5f80ad;
    color: #fff;
  }
  .secMainView__btn a:hover:before {
    border-color: #fff transparent transparent transparent;
  }
  .secMainView__btn a:hover:after {
    background: #072c52;
  }
}

.secProducts {
  background: url(/bed/products/position/img/bg_wave@2x.jpg) no-repeat center top/100%;
  padding-bottom: 53px;
}

@media (max-width: 768px) {
  .secProducts {
    background: url(/bed/products/position/img/bg_wave_sp@2x.jpg) no-repeat center top/100%;
    padding-bottom: 11vw;
  }
}

.secProducts .heading-01 {
  margin-bottom: 68px;
}

@media (max-width: 768px) {
  .secProducts .heading-01 {
    margin-bottom: 12vw;
  }
}

.secProducts__list {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.secProducts__item {
  width: calc(100% / 3 - 33.4px);
  margin-bottom: 64px;
}

@media (max-width: 768px) {
  .secProducts__item {
    width: calc(50% - 7px);
    margin-bottom: 8vw;
  }
}

@media (min-width: 769px) {
  .secProducts__item:not(:nth-of-type(3n)) {
    margin-right: 50px;
  }
}

@media (max-width: 768px) {
  .secProducts__item:not(:nth-of-type(2n)) {
    margin-right: 14px;
  }
}

.secProducts__img {
  margin-bottom: 21px;
  border: 1px solid #eaeaea;
}

@media (max-width: 768px) {
  .secProducts__img {
    margin-bottom: 2vw;
  }
}

.secProducts__img a {
  display: block;
  background: #fff;
  position: relative;
  height: 220px;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .secProducts__img a {
    height: auto;
    padding-top: 62.9%;
  }
}

.secProducts__img a > img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 83%;
}

.secProducts__img a:before {
  content: "";
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.11) 14%, black 100%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.11) 14%, black 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.11) 14%, black 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c000000', endColorstr='#000000',GradientType=0 );
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.4s;
}

.secProducts__img a:after {
  content: "";
  background: url(/bed/products/position/img/ttl_icn.svg) no-repeat center center/cover;
  width: 11px;
  height: 87px;
  display: block;
  position: absolute;
  bottom: -44px;
  left: 10px;
}

@media (max-width: 768px) {
  .secProducts__img a:after {
    content: none;
  }
}

@media (hover: hover) {
  .secProducts__img a:hover:before {
    opacity: 0.4;
  }
  .secProducts__img a:hover .secProducts__more .a {
    fill: #fff;
  }
  .secProducts__img a:hover .secProducts__more .b {
    stroke: #fff;
  }
}

.secProducts__more {
  position: absolute;
  right: 8px;
  bottom: 8px;
}

@media (max-width: 768px) {
  .secProducts__more {
    right: 6px;
    bottom: 6px;
  }
}

.secProducts__more .a {
  transition: all 0.4s;
}

.secProducts__more .b {
  transition: all 0.4s;
}

.secProducts__ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #072c52;
  padding-left: 33px;
}

@media (max-width: 768px) {
  .secProducts__ttl {
    font-size: 4vw;
    padding-left: 0;
    letter-spacing: 0.06em;
    line-height: 1.4;
  }
}

.secProducts__hardness {
  width: 319px;
  margin: 17px auto 0;
  position: relative;
}

@media (max-width: 768px) {
  .secProducts__hardness {
    width: 90%;
    margin: 0 auto;
  }
}

.detail__markWrap {
  position: absolute;
  left: 0;
  top: -8px;
}

@media (max-width: 768px) {
  .detail__markWrap {
    top: 3px;
  }
}

.detail__markWrap.-on .detail__markWrap__inner {
  width: 100%;
}

.detail__markWrap__inner {
  height: 13px;
}

@media (max-width: 768px) {
  .detail__markWrap__inner {
    height: 6px;
  }
}

.detail__mark {
  width: 13px;
  position: absolute;
  right: -7px;
  bottom: 0;
}

@media (max-width: 768px) {
  .detail__mark {
    width: 6px;
    right: -2px;
  }
}

/* フィットマスターエア */
.detail__markWrap--fitmaster {
  width: 13.8%;
}

/* モフモ */
.detail__markWrap--mofmo {
  width: 42.5%;
}

/* シンクスリープフィット */
.detail__markWrap--thinksleepfit {
  width: 85.8%;
}

/* フィットマスターファイバー */
.detail__markWrap--fitmasterfiber {
  width: 71.5%;
}

/* Kポイント */
.detail__markWrap--kpoint {
  width: 57%;
}

/* シンクスリープポイント */
.detail__markWrap--thinksleeppoint {
  width: 28.2%;
}

.secProducts__checkList {
  padding-left: 41px;
  margin-top: 15px;
}

@media (max-width: 768px) {
  .secProducts__checkList {
    padding-left: 0;
    margin-top: 2vw;
  }
}

.checkList__item {
  padding-left: 36px;
  background: url(/bed/products/position/img/icn_check.svg) no-repeat left top 2px/26px;
  font-size: 16px;
  color: #072c52;
  letter-spacing: 0.08em;
  line-height: 1.6;
}

@media (max-width: 768px) {
  .checkList__item {
    font-size: 3vw;
    background-position: left top 1px;
    background-size: 18px;
    padding-left: 25px;
  }
}

.checkList__item:not(:last-child) {
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .checkList__item:not(:last-child) {
    margin-bottom: 10px;
  }
}

.c-type {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 13px;
}

@media (max-width: 768px) {
  .c-type {
    font-size: 2.8vw;
    padding: 2px 5px 0;
    line-height: 1.5;
  }
}

.c-type--thin {
  background: #adbcd0;
  color: #072c52;
}

.c-type--thick {
  background: #e0cdae;
  color: #523207;
}

/* Structures ------------ */
/* Project ------------ */
/*
---------------------------------------
position
---------------------------------------
*/
#position .secMainView__heading__ja {
  font-size: 53px;
  letter-spacing: 0.06em;
}

@media (max-width: 768px) {
  #position .secMainView__heading__ja {
    font-size: 4vw;
    letter-spacing: 0.04em;
    line-height: 1.6;
  }
}

.header__nav .nav__head .inner {
  justify-content: center;
}

.secW-cushion {
  background: #f4f5f6;
  margin-bottom: 160px;
}

@media (max-width: 768px) {
  .secW-cushion {
    margin-bottom: 33vw;
  }
}

.secW-cushion__heading {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .secW-cushion__heading {
    margin-bottom: 14vw;
  }
}

.secW-cushion__lead {
  text-align: center;
  font-size: 22px;
  color: #072c52;
  letter-spacing: 0.2em;
  line-height: 2;
  font-weight: normal;
  padding-left: 0.2em;
  margin-bottom: 27px;
}

@media (max-width: 768px) {
  .secW-cushion__lead {
    font-size: 4.8vw;
    letter-spacing: 0.05em;
    margin-bottom: 5vw;
  }
}

.secW-cushion__txt {
  text-align: center;
  font-size: 15px;
  color: #393c50;
  line-height: 1.8;
  letter-spacing: 0.01em;
  margin-bottom: 84px;
}

@media (max-width: 768px) {
  .secW-cushion__txt {
    text-align: left;
    font-size: 3.8vw;
    margin-bottom: 9vw;
  }
}

.secW-cushion__box {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 143px;
}

@media (max-width: 768px) {
  .secW-cushion__box {
    display: block;
    margin-bottom: 0;
    padding-bottom: 3vw;
  }
}

@media (max-width: 768px) {
  .secW-cushion__img {
    width: 74%;
    margin: 0 auto 18vw;
  }
}

.secW-cushion__txtbox {
  flex: 1;
  max-width: 303px;
  position: relative;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox {
    max-width: 100%;
    margin-bottom: 21vw;
    padding: 0 2vw;
  }
}

.secW-cushion__txtbox:before {
  content: "";
  background: url(../img/w-cushion_circle@2x.png) no-repeat center center/cover;
  width: 426px;
  height: 426px;
  display: block;
  position: absolute;
  left: -70px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox:before {
    width: 80vw;
    height: 80vw;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.secW-cushion__txtbox .txtbox__ttl__en {
  font-size: 80px;
  line-height: 1;
  color: #d2deef;
  white-space: nowrap;
  letter-spacing: 0.01em;
  position: absolute;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox .txtbox__ttl__en {
    font-size: 15.2vw;
    text-align: center;
    position: relative;
    letter-spacing: 0.07em;
  }
}

.secW-cushion__txtbox .txtbox__ttl__en:before {
  content: "";
  display: block;
  position: absolute;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox .txtbox__ttl__en:before {
    content: none;
  }
}

.secW-cushion__txtbox--mattress {
  order: -1;
  margin-right: auto;
  padding-top: 55px;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox--mattress {
    padding-top: 0;
  }
}

.secW-cushion__txtbox--mattress .txtbox__ttl__en {
  letter-spacing: 0.07em;
  left: 0;
  top: -47px;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox--mattress .txtbox__ttl__en {
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 4vw;
  }
}

.secW-cushion__txtbox--mattress .txtbox__ttl__en:before {
  background: url(../img/w-cushion_line_01@2x.png) no-repeat center center/cover;
  width: 387px;
  height: 45px;
  left: 0;
  bottom: -32px;
}

.secW-cushion__txtbox--woodcushion {
  margin-left: auto;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox--woodcushion {
    padding-top: 0;
  }
}

.secW-cushion__txtbox--woodcushion .txtbox__ttl__en {
  letter-spacing: -0.02em;
  right: 0;
  bottom: -14px;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox--woodcushion .txtbox__ttl__en {
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 4vw;
    bottom: auto;
    letter-spacing: 0.02em;
  }
}

.secW-cushion__txtbox--woodcushion .txtbox__ttl__en:before {
  background: url(../img/w-cushion_line_02@2x.png) no-repeat center center/cover;
  width: 513px;
  height: 112px;
  right: 0;
  bottom: 11px;
}

.secW-cushion__txtbox .txtbox__ttl__ja {
  font-size: 20px;
  color: #393c50;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 21px;
  letter-spacing: 0.01em;
  position: relative;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox .txtbox__ttl__ja {
    font-size: 4.8vw;
    margin-bottom: 4vw;
    text-align: center;
  }
}

.secW-cushion__txtbox .txtbox__txt {
  font-size: 15px;
  line-height: 1.8;
  position: relative;
}

@media (max-width: 768px) {
  .secW-cushion__txtbox .txtbox__txt {
    font-size: 3.8vw;
  }
}

@media (min-width: 769px) {
  .secPoint {
    padding-bottom: 54px;
  }
}

.secPoint__heading {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .secPoint__heading {
    margin-bottom: 10vw;
  }
}

.secPoint__item {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

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

.secPoint__item:not(:last-child) {
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .secPoint__item:not(:last-child) {
    margin-bottom: 10vw;
  }
}

.secPoint__item:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.secPoint__item:nth-of-type(odd) .secPoint__txtbox {
  padding-right: 31px;
}

@media (max-width: 768px) {
  .secPoint__item:nth-of-type(odd) .secPoint__txtbox {
    padding: 0;
  }
}

.secPoint__item:nth-of-type(even) .secPoint__txtbox {
  padding-left: 31px;
}

@media (max-width: 768px) {
  .secPoint__item:nth-of-type(even) .secPoint__txtbox {
    padding: 0;
  }
}

.point__flex {
  background: #fff;
  padding: 20px 20px 44px;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 642px;
}

@media (max-width: 768px) {
  .point__flex {
    width: 100%;
    display: block;
    padding: 5vw 5vw 7.5vw;
    margin-bottom: 7vw;
  }
}

.point__flex .point__item {
  width: 47%;
}

@media (max-width: 768px) {
  .point__flex .point__item {
    width: 100%;
    margin-bottom: 3vw;
  }
}

.point__flex .point__img {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .point__flex .point__img {
    margin-bottom: 2vw;
  }
}

.point__flex .point__txt {
  font-size: 13px;
  color: #393c50;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .point__flex .point__txt {
    font-size: 3.5vw;
  }
}

.point__flex .point__attention {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 13px;
  color: #393c50;
  line-height: 1.4;
  padding-top: 5px;
}

@media (max-width: 768px) {
  .point__flex .point__attention {
    font-size: 3.2vw;
  }
}

.point__flex .hulsta {
  position: absolute;
  right: 26px;
  bottom: 15px;
}

@media (max-width: 768px) {
  .point__flex .hulsta {
    width: 33%;
    right: 5vw;
    bottom: 2.5vw;
  }
}

.secPoint__txtbox {
  flex: 1;
}

@media (max-width: 768px) {
  .secPoint__img {
    margin-bottom: 7vw;
  }
}

.secPoint__num {
  font-size: 16px;
  color: #393c50;
  line-height: 1;
  letter-spacing: 0.01em;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .secPoint__num {
    font-size: 4.2vw;
    margin-bottom: 7vw;
  }
}

.secPoint__num:after {
  content: "";
  background: #5f80ad;
  flex: 1;
  height: 1px;
  display: block;
  margin-left: 9px;
}

.secPoint__ttl {
  font-size: 20px;
  color: #393c50;
  line-height: 1.4;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: 0.01em;
}

@media (max-width: 768px) {
  .secPoint__ttl {
    font-size: 4.8vw;
    margin-bottom: 4vw;
  }
}

.secPoint__txt {
  font-size: 15px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .secPoint__txt {
    font-size: 3.8vw;
    line-height: 2;
  }
}

.secPoint__info {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  padding-top: 26px;
}

@media (max-width: 768px) {
  .secPoint__info {
    display: block;
    padding-top: 0;
  }
}

.blaueengel {
  background: #fff;
  padding: 36px 44px 19px;
  width: 64.2%;
  position: relative;
}

@media (max-width: 768px) {
  .blaueengel {
    padding: 9vw 5vw 9vw;
    width: 100%;
    margin-bottom: 7vw;
  }
}

.blaueengel .blaueengel__icn {
  position: absolute;
  top: 14px;
  left: 29px;
}

@media (max-width: 768px) {
  .blaueengel .blaueengel__icn {
    width: 17%;
    top: 9.5vw;
    left: 2.5vw;
  }
}

.blaueengel .blaueengel__ttl {
  text-align: center;
  font-size: 20px;
  color: #393c50;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .blaueengel .blaueengel__ttl {
    padding-left: 16vw;
    font-size: 4.2vw;
    letter-spacing: 0;
    margin-bottom: 6vw;
    text-align: left;
  }
}

.blaueengel .blaueengel__txt {
  line-height: 1.8;
  margin-bottom: 20px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .blaueengel .blaueengel__txt {
    font-size: 3.8vw;
    margin-bottom: 5vw;
  }
}

.simulater {
  background: #fff;
  padding: 36px 32px 0;
  width: 32.2%;
  position: relative;
}

@media (max-width: 768px) {
  .simulater {
    padding: 7vw 5vw 0;
    width: 100%;
    margin-bottom: 13vw;
  }
}

.simulater .simulater__ttl {
  text-align: center;
  font-size: 20px;
  color: #393c50;
  line-height: 1.4;
  letter-spacing: 0.01em;
  font-weight: normal;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .simulater .simulater__ttl {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
}

.simulater .simulater__txt {
  line-height: 1.8;
  margin-bottom: 15px;
  font-size: 15px;
}

@media (max-width: 768px) {
  .simulater .simulater__txt {
    font-size: 3.8vw;
    margin-bottom: 5vw;
  }
}

@media (max-width: 768px) {
  .simulater .btn-01 {
    margin-bottom: 7vw;
  }
}

.simulater .simulater__img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 768px) {
  .simulater .simulater__img {
    position: relative;
    width: 80%;
  }
}

.secSetting {
  padding: 0 0 133px;
}

@media (max-width: 768px) {
  .secSetting {
    padding-bottom: 23vw;
  }
}

.secSetting__heading {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .secSetting__heading {
    margin-bottom: 16vw;
  }
}

@media (min-width: 769px) {
  .secSetting__item {
    padding-bottom: 46px;
  }
}

.secSetting__item .inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 768px) {
  .secSetting__item .inner {
    display: block;
  }
}

.secSetting__item--odd .inner {
  flex-direction: row-reverse;
}

@media (min-width: 769px) {
  .secSetting__item--odd .secSetting__txtbox {
    padding-top: 10px;
  }
}

.secSetting__item--odd .secSetting__num {
  right: -20px;
  top: -20px;
}

@media (max-width: 768px) {
  .secSetting__item--odd .secSetting__num {
    right: auto;
    left: 0;
    top: 11vw;
  }
}

@media (min-width: 769px) {
  .secSetting__item--even .secSetting__txtbox {
    padding-left: 70px;
    padding-top: 42px;
  }
}

.secSetting__item--even .secSetting__num {
  left: 0px;
  top: 10px;
}

@media (max-width: 768px) {
  .secSetting__item--even .secSetting__num {
    left: 0;
    top: 11vw;
  }
}

.secSetting__item.item-01, .secSetting__item.item-03 {
  background: url(../img/setting_line_01@2x.png) no-repeat center bottom/100% 145px;
}

@media (max-width: 768px) {
  .secSetting__item.item-01, .secSetting__item.item-03 {
    background: url(../img/setting_line_01_sp@2x.png) no-repeat center bottom 60vw/100% 35px;
  }
}

.secSetting__item.item-02 {
  background: url(../img/setting_line_02@2x.png) no-repeat center bottom 10px/100% 145px;
}

@media (max-width: 768px) {
  .secSetting__item.item-02 {
    background: url(../img/setting_line_01_sp@2x.png) no-repeat center bottom 60vw/100% 35px;
  }
}

.secSetting__item.item-01 {
  margin-bottom: 94px;
}

@media (max-width: 768px) {
  .secSetting__item.item-01 {
    margin-bottom: 16vw;
  }
}

.secSetting__item.item-02 {
  margin-bottom: 116px;
}

@media (max-width: 768px) {
  .secSetting__item.item-02 {
    margin-bottom: 16vw;
  }
}

.secSetting__num {
  position: absolute;
  font-size: 98px;
  letter-spacing: 0.04em;
  color: #d2deef;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
  z-index: -1;
}

@media (max-width: 768px) {
  .secSetting__num {
    font-size: 17.9vw;
  }
}

@media (max-width: 768px) {
  .secSetting__img {
    width: 85%;
    margin: 0 auto 7vw;
    position: relative;
  }
}

.secSetting__txtbox {
  flex: 1;
}

.secSetting__catch {
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #072c52;
  margin-bottom: 17px;
}

@media (max-width: 768px) {
  .secSetting__catch {
    font-size: 4vw;
    text-align: center;
    margin-bottom: 5vw;
  }
}

.secSetting__ttl {
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: 47px;
}

@media (max-width: 768px) {
  .secSetting__ttl {
    display: block;
    text-align: center;
    margin-bottom: 5vw;
  }
}

.secSetting__ttl .ttl__txt {
  font-size: 32px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #072c52;
  font-weight: normal;
}

@media (max-width: 768px) {
  .secSetting__ttl .ttl__txt {
    font-size: 6.2vw;
    display: block;
  }
}

.secSetting__ttl .ttl__cross {
  margin: 0 14px;
}

@media (max-width: 768px) {
  .secSetting__ttl .ttl__cross {
    margin: 3.7vw auto;
    display: block;
    width: 8.5%;
  }
}

.secSetting__info__item {
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .secSetting__info__item {
    display: block;
    width: 73%;
    margin: 0 auto;
  }
}

.secSetting__info__item:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .secSetting__info__item:not(:last-child) {
    margin-bottom: 8vw;
  }
}

.secSetting__info__item .info__ttl {
  padding-left: 80px;
  background: url(../img/ttl_icn_horizontal.svg) no-repeat left center/69px;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #072c52;
  width: 281px;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .secSetting__info__item .info__ttl {
    font-size: 4.2vw;
    padding-left: 1em;
    background: url(../img/ttl_icn_horizontal_sp.svg) no-repeat left center/11px;
    margin-bottom: 2vw;
  }
}

.secSetting__info__item .info__ttl:after {
  content: "";
  background: #adbcd0;
  flex: 1;
  height: 1px;
  display: block;
  margin: 0 9px;
}

@media (max-width: 768px) {
  .secSetting__info__item .info__ttl:after {
    content: none;
  }
}

@media (max-width: 768px) {
  .secSetting__info__item .info__link {
    padding-left: 5vw;
  }
}

.secSetting__info__item .info__link a {
  display: block;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #072c52;
  background: url(../img/more.svg) no-repeat right center/50px;
  padding: 11px 65px 11px 0;
}

@media (max-width: 768px) {
  .secSetting__info__item .info__link a {
    font-size: 4vw;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    background: #d2deef;
    padding: 5px 15px;
    position: relative;
  }
  .secSetting__info__item .info__link a:before {
    position: absolute;
    top: 50%;
    right: 4.2vw;
    content: "";
    width: 7px;
    height: 7px;
    border-top: 1px solid #072c52;
    border-right: 1px solid #072c52;
    transform: rotate(45deg) translateY(-50%);
  }
}

@media (hover: hover) {
  .secSetting__info__item .info__link a:hover {
    opacity: 0.8;
  }
}

.secShindan {
  padding-bottom: 80px;
}

@media (max-width: 768px) {
  .secShindan {
    padding-bottom: 21vw;
  }
}

.shindan__heading {
  text-align: center;
  padding-top: 25px;
  position: relative;
  font-size: 31px;
  color: #072c52;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.08em;
  margin-bottom: 29px;
}

@media (max-width: 768px) {
  .shindan__heading {
    padding-top: 13vw;
    font-size: 4.6vw;
    margin-bottom: 4vw;
    letter-spacing: 0;
  }
}

.shindan__heading:before {
  content: "";
  background: url(../img/heading-01_square.svg) no-repeat center center/cover;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -8px;
}

.shindan__heading em {
  font-style: normal;
  font-size: 36px;
}

@media (max-width: 768px) {
  .shindan__heading em {
    font-size: 5.3vw;
    letter-spacing: 0.08em;
  }
}

.shindan__btn a,
.shindan__btn a:link,
.shindan__btn a:visited {
  color: #fff;
}

.shindan__btn a {
  display: block;
  border: 1px solid #fff;
  background: #7990af url(../img/shindan_icn@2x.png) no-repeat left 50px center;
  background-size: 105px;
  width: 637px;
  margin: 0 auto;
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  padding: 45px 0 45px 60px;
  position: relative;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

@media (max-width: 768px) {
  .shindan__btn a {
    width: 100%;
    font-size: 5vw;
    background-size: 16vw;
    background-position: left 8.5vw center;
    padding: 8vw 0 8vw 11vw;
  }
}

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

@media (max-width: 768px) {
  .shindan__btn a:before {
    border-width: 6px 0 6px 6px;
    right: 3.8vw;
  }
}

@media (hover: hover) {
  .shindan__btn a:hover {
    opacity: 0.8;
  }
}
