@charset "UTF-8";
html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
}
@media screen and (min-width: 768px) {
  .spOnly {
    display: none;
  }
  .pcOnly {
    display: block;
  }
  .lineupBox a:hover {
    opacity: 1;
  }
}
main {
  overflow-x: hidden;
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
}
main p,
main li,
main dd {
  font-size: 16px;
  line-height: 32px;
}
.bread-crumb li {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", Meiryo, Osaka, "sans-serif";
  font-size: 14px;
  line-height: 1.1;
}
img {
  vertical-align:top;
}
.ffmYmc {
  font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ffmTrj {
  font-family: 'trajan-pro-3', serif;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.bcWrap,
.mv,
.anchorWrap01,
section .contentWrap {
  width: 1040px;
  margin: 0 auto;
}
.anchorWrap01 {
  margin-top: 100px;
  padding: 100px 0;
  background: url('../images/anchor_img.jpg') top center / cover no-repeat;
}
.anchorWrap01 ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.anchorWrap01 li {
  margin-right: 100px;
}
.anchorWrap01 li:last-child {
  margin-right: 0;
}
.anchorWrap01 li a {
  position: relative;
  display: block;
  padding-bottom: 30px;
  color: #fff;
  text-align: center;
}
.anchorWrap01 li a::before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #fff;
  left: 50%;
  bottom: 0;
}
.anchorWrap01 li a::after {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  background: #fff;
  left: calc(50% - -2px);
  bottom: -1px;
  transform: rotate(45deg);
}
.anchorWrap01 li .ffmTrj {
  font-size: 38px;
  line-height: 38px;
  text-shadow: 0 0 20px #000;
}
.anchorWrap01 li .ffmYmc {
  font-size: 18px;
  line-height: 18px;
  text-shadow: 0 0 20px #000;
}
section {
  padding-bottom: 100px;
  overflow: hidden;
}
section h2 {
  position: relative;
}
section h2::before {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  font-family: 'trajan-pro-3', serif;
  font-weight: 600;
  font-size: 250px;
  line-height: 1;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 0;
}
.section_sewing h2::before,
.section_history h2::before {
  color: #183066;
  background: -webkit-linear-gradient(0deg, #193269 0%, #13264F 66%, #183063 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.section_sewing h2::before {
  content: 'Sewing';
  letter-spacing: 0.02em;
}
.section_lineup h2::before {
  content: 'Lineup';
  color: #EBEBEB;
  background: -webkit-linear-gradient(0deg, #E0E0E0 0%, #FAFAFA 66%, #EBEBEB 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  top: -25px;
  letter-spacing: 0.08em;
}
.section_history h2::before {
  content: 'History';
  top: -25px;
  letter-spacing: -0.05em;
  padding-right: 40px;
}
section h2 span {
  position: relative;
  z-index: 1;
}
section h2 .ffmTrj {
  display: block;
  margin-bottom: 20px;
  padding-top: 70px;
  font-size: 80px;
  line-height: 80px;
  text-align: center;
}
section h2 .ffmYmc {
  display: block;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}
.section_sewing,
.section_history {
  color: #fff;
}
.section_sewing,
.section_history {
  background: #12244A;
}
.section_sewing {
  margin-top: 100px;
}
section h3 {
  position: relative;
  margin: 100px 0 60px;
  padding: 28px 0 20px;
  font-size: 32px;
  line-height: 52px;
  letter-spacing: 0.05em;
  text-align: center;
}
section h3::before,
section h3::after {
  position: absolute;
  content: '';
  width: 100px;
  height: 3px;
  background: linear-gradient(to right, #BA9C7B 0%, #FFE6CC 33%, #BA9C7B 66%, #D9C4AD 100%);
  left: 0;
  right: 0;
  margin: auto;
}
section h3::before {
  top: 0;
}
section h3::after {
  bottom: 0;
}
section h3 .top,
section h3 .bottom {
  position: absolute;
  width: 40px;
  height: 20px;
  left: 0;
  right: 0;
  margin: auto;
}
section h3 .top {
  top: -9px;
}
section h3 .bottom {
  bottom: -9px;
}
section h3 .top::before,
section h3 .top::after,
section h3 .bottom::before,
section h3 .bottom::after {
  position: absolute;
  content: '';
  width: 3px;
  height: 20px;
  background: linear-gradient(#FFE6CC 0%, #BA9C7B 100%);
  transform: rotate(-45deg);
}
section h3 .top::before {
  left: calc(50% - 6px);
}
section h3 .top::after {
  right: calc(50% - 6px);
}
section h3 .bottom::before {
  left: calc(50% - 6px);
}
section h3 .bottom::after {
  right: calc(50% - 6px);
}
section .imgBox + .txt {
  margin-top: 50px;
}
section .txt + .imgBox {
  margin-top: 50px;
}
.section_sewing .wrap01 {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 50px;
}
.section_sewing .wrap01 p {
  margin-left: 50px;
}
.anchorWrap02 {
  margin-top: 100px;
}
.anchorWrap02 ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: center;
}
.anchorWrap02 li {
  margin-right: 100px;
}
.anchorWrap02 li:last-child {
  margin-right: 0;
}
.anchorWrap02 li a {
  position: relative;
  display: block;
  padding-bottom: 30px;
  text-align: center;
}
.anchorWrap02 li a::before {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 20px;
  background: #000;
  left: 50%;
  bottom: 0;
}
.anchorWrap02 li a::after {
  position: absolute;
  content: '';
  display: block;
  width: 2px;
  height: 8px;
  background: #000;
  left: calc(50% - -2px);
  bottom: -1px;
  transform: rotate(45deg);
}
.anchorWrap02 li .ffmYmc {
  font-size: 24px;
  line-height: 24px;
}
.lineupBox {
  padding-top: 100px;
}
.lineupBox h3 {
  margin-top: 0;
}
.lineupBox > ul {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: -100px;
}
.lineupBox > ul > li {
  flex: 0 0 470px;
  margin-right: 100px;
  margin-bottom: 100px;
  position: relative;
}
.lineupBox > ul > li:nth-child(2n) {
  margin-right: 0;
}
.lineupBox > ul > li > a {
  display: block;
  width: 100%;
  height: 100%;
}
.lineupBox .hoverBox {
  position: absolute;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.3s;
}
.lineupBox li:hover .hoverBox {
  opacity: 1;
}
.lineupBox .hoverBox li {
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
.lineupBox .lineupBtn {
  position: absolute;
  width: 185px;
  height: 40px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 60px;
  opacity: 0;
  transition-duration: 0.3s;
}
.lineupBox li:hover .lineupBtn {
  opacity: 1;
}
.lineupBox .lineupBtn:hover {
  text-decoration: underline;
}
.lineupBox .lineupBtn p {
  padding-top: 4px;
  font-weight: 700;
  text-align: center;
  color: #12244A;
}
.lineupBox.isOne > ul {
  justify-content: center;
}
.lineupBox.isOne > ul > li {
  margin-right: 0;
}
.section_history ol {
  position: relative;
  margin-top: 100px;
}
.section_history ol::before {
  position: absolute;
  content: '';
  width: 2px;
  height: calc(100% - 14px);
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  top: 14px;
}
.section_history li {
  padding-bottom: 50px;
}
.section_history .historyInner {
  width: 50%;
}
.section_history .isL .historyInner {
  padding-right: 30px;
}
.section_history .isR .historyInner {
  margin-left: 50%;
  padding-left: 30px;
}
.section_history dt.ffmTrj {
  position: relative;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 400;
}
.section_history dt::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  top: 9px;
}
.section_history .isL dt::before {
  right: -36px;
}
.section_history .isR dt::before {
  left: -36px;
}
.section_history .isL dt.ffmTrj {
  text-align: right;
}
.section_history .isImg {
  position: relative;
}
.section_history .isImg .imgBox {
  position: absolute;
  width: 200px;
  top: 0;
}
.section_history .isImg dl {
  margin-left: 230px;
}
.section_history .isImg .cap {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.section_history .is02 {
  margin-bottom: 60px;
}
.taharaBtn {
  margin-top: 100px;
}
.taharaBtn a {
  display: block;
  width: 370px;
  height: 60px;
  margin: auto;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.section_lineup .taharaBtn a {
  color: #fff;
  background: #12244A;
}
.section_history .taharaBtn a {
  color: #12244A;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
  body main section p,
  body main section li,
  body main section dd {
    /*font-size: 15px;*/
    line-height: 28px;
  }
  .bcWrap,
  .mv,
  section .contentWrap {
    width: 100%;
    padding: 0 15px;
  }
  .anchorWrap01 {
    width: calc(100% - 30px);
    margin: 0 15px;
  }
  .anchorWrap01 {
    margin-top: 50px;
    padding: 40px 0;
    background: url('../images/anchor_img.jpg') top center / cover no-repeat;
  }
  .anchorWrap01 ul {
    display: block;
  }
  .anchorWrap01 li {
    margin-right: 0;
    margin-bottom: 25px;
    text-align: center;
  }
  .anchorWrap01 li:last-child {
    margin-bottom: 0;
  }
  .anchorWrap01 li a {
    display: inline-block;
    width: auto;
    padding-bottom: 0;
  }
  .anchorWrap01 li a::before {
    left: auto;
    right: 10px;
    bottom: 7px;
  }
  .anchorWrap01 li a::after {
    left: auto;
    right: 8px;
    bottom: 6px;
  }
  .anchorWrap01 li .ffmTrj {
    font-size: 32px;
  }
  .anchorWrap01 li .ffmYmc {
    position: relative;
    top: -3px;
    padding-left: 10px;
    padding-right: 25px;
  }
  section {
    padding-bottom: 50px;
  }
  .section_sewing {
    margin-top: 50px;
    padding-bottom: 30px;
  }
  section h2::before {
    font-size: 82px;
    top: -5px;
  }
  .section_lineup h2::before {
    top: -5px;
  }
  .section_history h2::before {
    top: -5px;
    padding-right: 10px;
  }
  section h2 .ffmTrj {
    margin-bottom: 10px;
    padding-top: 45px;
    font-size: 50px;
    line-height: 50px;
  }
  section h2 .ffmYmc {
    font-size: 18px;
  }
  section h3 {
    position: relative;
    margin: 50px 0 30px;
    padding: 18px 0 16px;
    font-size: 24px;
    line-height: 40px;
  }
  section .imgBox + .txt {
    margin-top: 25px;
  }
  .section_sewing .wrap01 {
    align-items: flex-start;
    margin-top: 30px;
  }
  .section_sewing .wrap01 img {
    width: calc(50% - 15px);
  }
  .section_sewing .wrap01 p {
    margin-left: 15px;
  }
  .anchorWrap02 {
    margin-top: 50px;
  }
  .anchorWrap02 li {
    margin-right: 50px;
  }
  .anchorWrap02 li:last-child {
    margin-right: 0;
  }
  .anchorWrap02 li a {
    padding-right: 25px;
    padding-bottom: 0;
  }
  .anchorWrap02 li a::before {
    left: auto;
    right: 10px;
    bottom: 5px;
  }
  .anchorWrap02 li a::after {
    left: auto;
    right: 8px;
    bottom: 4px;
  }
  .anchorWrap02 li .ffmYmc {
    font-size: 20px;
  }
  .lineupBox {
    padding-top: 50px;
  }
  .lineupBox > ul {
    margin-bottom: -30px;
  }
  .lineupBox > ul > li {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: calc( 50% - 8px );
    max-width: calc( 50% - 8px );
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .lineupBox > ul > li:nth-child(2n) {
    margin-right: 0;
  }
  .lineupBox > ul > li > a:active {
    opacity: 0.7;
  }
  .lineupBox .hoverBox {
    position: static;
    display: block;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    background: none;
    opacity: 1;
  }
  .lineupBox .hoverBox li {
    line-height: 24px;
    color: #1A1A1A;
  }
  .lineupBox .lineupBtn {
    position: static;
    width: 100%;
    height: 50px;
    border: 1px solid #12244A;
    background: #fff;
    opacity: 1;
  }
  .lineupBox .lineupBtn p {
    padding-top: 10px;
  }
  .lineupBox > ul > li > a:active .lineupBtn p {
    text-decoration: underline;
  }
  .section_history ol {
    position: relative;
    margin-top: 50px;
  }
  .section_history ol::before {
    left: 4px;
    right: auto;
  }
  .section_history li {
    padding-bottom: 30px;
  }
  .section_history .historyInner {
    width: 100%;
  }
  .section_history .isL .historyInner {
    padding-right: 0;
    padding-left: 25px;
  }
  .section_history .isR .historyInner {
    margin-left: 0;
    padding-left: 25px;
  }
  .section_history dt.ffmTrj {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .section_history dt::before {
    top: 9px;
  }
  .section_history .isL dt::before {
    right: auto;
    left: -26px;
  }
  .section_history .isR dt::before {
    left: -26px;
  }
  .section_history .isL dt.ffmTrj {
    text-align: left;
  }
  .section_history .isImg {
    position: static;
  }
  .section_history .isImg .imgBox {
    position: static;
    width: 100%;
    margin-top: 15px;
  }
  .section_history .isImg .imgBox img {
    display: block;
    width: 50%;
    margin: auto;
  }
  .section_history .isImg dl {
    margin-left: 0;
  }
  .section_history .isImg .cap {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }
  .section_history .is02 {
    margin-bottom: 0;
  }
  .taharaBtn {
    margin-top: 50px;
  }
  .taharaBtn a {
    width: 100%;
    height: 50px;
    padding-top: 9px;
    font-size: 20px;
  }
}
