.sp_ok {
  display: none;
}
.sp_no {
  display: inline-block;
}

.syotai_sitei {
  font-weight: bold;
}

#wrap {
}

#visual.vol01 {
  background-image: url(../images/vol05/visual_bg.jpg);
  background-position: top center;
}

#visual.vol01 {
  justify-content: flex-end;
}

#visual.vol01 .inner {
  width: 1100px;
}

#visual.vol01 .text {
  float: right;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #fff;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  letter-spacing: 0.1em;
}

#visual.vol01 .text h1 {
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: 0.11em;
}

#visual.vol01 .text h1 span:first-child {
  font-size: 32px;
  font-family: "brown-bold";
  display: block;
  margin-bottom: 20px;
}

#visual.vol01 .text h1 span:last-child {
  font-weight: bold;
}

#visual.vol01 .text .p01 {
  font-size: 14px;
  font-family: "brown-bold";
  margin-bottom: 12px;
}

#visual.vol01 .text .p02 {
  font-size: 11px;
}

#visual.vol01 .text.fadein {
  opacity: 0;
  transition: opacity 1s ease;
}

#visual.vol01 .text.show.fadein {
  opacity: 1;
  top: 0;
}
/*
#visual.vol01 .text.show .line02{
  transition-delay: 0.2s;
}
#visual.vol01 .text.show .line03{
  transition-delay: 0.4s;
}
#visual.vol01 .text.show .line04{
  transition-delay: 0.6s;
}
*/

#visual.vol01 .text img.pc {
  width: 464px;
  height: auto;
}

#visual.vol01 .text img.sp {
  display: none;
}

#visual.vol:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  background: #fff;
  position: absolute;
  bottom: -40px;
  left: 50%;
  z-index: 1;
}

#visual.vol03 {
  background-image: url(../images/vol05/visual_bg.jpg);
  background-position: top center;
}

#visual.vol03 {
  justify-content: flex-end;
}

#visual.vol03 .inner {
  width: 100%;
}

#visual.vol03 .text {
  float: right;
  padding-right: 50px;
  padding-bottom: 50px;
  color: #fff;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  letter-spacing: 0.1em;
}

#visual.vol03 .text h1 {
  font-size: 22px;
  margin-bottom: 24px;
  letter-spacing: 0.11em;
}

#visual.vol03 .text h1 span:first-child {
  font-size: 32px;
  font-family: "brown-bold";
  display: block;
  margin-bottom: 20px;
}

#visual.vol03 .text h1 span:last-child {
  font-weight: bold;
}

#visual.vol03 .text .p01 {
  font-size: 13px;
  font-family: "brown-bold";
  margin-bottom: 12px;
}

#visual.vol03 .text .p02 {
  font-size: 11px;
}

#visual.vol03 .text.fadein {
  opacity: 0;
  transition: opacity 1s ease;
}

#visual.vol03 .text.show.fadein {
  opacity: 1;
  top: 0;
}

#didyouknow {
  background: #000;
  color: #fff;
  text-align: center;
  text-align: -webkit-center;
  padding: 80px 0 255px 0;
}

#didyouknow h3 {
  font-size: 15px;
  font-family: "brown-bold";
  letter-spacing: 0.2em;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

#didyouknow h3:after {
  content: "";
  width: 32px;
  height: 2px;
  display: block;
  background: #fff;
  margin: 13px auto 25px auto;
}

#didyouknow p {
  font-weight: bold;
  font-size: 13px;
  line-height: 2em;
  letter-spacing: normal;
}

#profile {
  box-sizing: border-box;
  background: #fff;
  width: 1075px;
  margin: auto;
  position: relative;
  margin-top: -160px;
  padding: 70px 130px 50px 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}

#profile:before {
  content: "";
  width: 1px;
  height: 80px;
  background: url(../images/index/lead_line.png) repeat-x center center;
  position: absolute;
  top: -40px;
  left: 50%;
}

#profile img {
  width: 244px;
  height: auto;
}

#profile .text {
  font-weight: bold;
}

#profile .text h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  margin: 20px 0;
}

#profile .text p {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: normal;
}

#reasons {
  background: #000;
}

#reasons img {
  width: 861px;
  height: auto;
  display: block;
}

#reasons .img {
  position: relative;
}

/*クレジット*/
#reasons .img p {
  position: absolute;
  left: 1em;
  bottom: -70px;
  line-height: 20px;
  color: #666666;
}

#reasons .inner {
  min-width: 1100px;
  max-width: 1300px;
  margin: auto;
  position: relative;
}

@media screen and (min-width: 1301px) {
  #reasons .inner {
    border-right: 1px solid #333333;
    position: relative;
  }

  #reasons .inner:before,
  #reasons .inner:after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background: #000;
    position: absolute;
    right: -1px;
    top: 0;
  }
  #reasons .inner:after {
    top: auto;
    bottom: 0;
  }
}

#reasons .text {
  background: #000;
  color: #fff;
  width: 440px;
  height: 813px;
  position: absolute;
  top: 0;
  right: 0;
  padding: 60px 35px 0 35px;
  box-sizing: border-box;
}

#reasons .text .titlebox {
  border-left: 2px solid #fff;
  font-weight: bold;
  margin: 0 0 30px 0;
}

#reasons .text .titlebox h3 {
  font-size: 18px;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  border-bottom: 1px solid #fff;
  padding: 12px 15px;
  line-height: 1.5em;
}

#reasons .text .titlebox p {
  font-size: 12px;
  padding: 12px 15px;
  border-top: 1px solid #fff;
  margin-top: 2px;
  letter-spacing: normal;
}

#reasons .text > p,
#reasons .pwrap p {
  line-height: 26px;
  margin-top: 1.4em;
  letter-spacing: normal;
}

.titleboxblack {
  border-left: 2px solid #000000;
}

.titleboxblack p {
  padding: 12px 20px;
  border-bottom: 1px solid #000;
  font-family: "brown-bold";
  font-size: 24px;
  letter-spacing: 0;
}

.titleboxblack h3 {
  padding: 12px 20px;
  border-top: 1px solid #000;
  margin-top: 2px;
  font-size: 18px;
  line-height: 26px;
  font-weight: bold;
}

#closeup {
  background: #f0efed;
  padding: 120px 0 60px;
}

#closeup .inner {
  width: 1200px;
  margin: auto;
  position: relative;
  padding-top: 170px;
}

#closeup .titlebox {
  width: 340px;
  height: 340px;
  background: #000;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
  box-sizing: border-box;
  padding: 0 0 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
}

#closeup .titlebox h3 {
  font-family: "brown-bold";
  letter-spacing: 0.1em;
  font-size: 25px;
  margin-bottom: 10px;
}

#closeup .titlebox p {
  font-size: 12px;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-weight: bold;
  letter-spacing: 0.1em;
}

#closeup .inner:after {
  content: "";
  display: block;
  clear: both;
}

/*ボックス開始*/
.migi_layout {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: right !important;
}

#closeup .box {
  width: 805px;
  margin-top: -50px;
  margin-bottom: 0px;
  position: relative;
  text-align: left;
}

#closeup .box:after {
  content: "";
  display: block;
  clear: both;
}

#closeup .box.fright {
  float: right;
  width: 805px;
}

#closeup .box.fleft {
  float: left;
  width: 805px;
}

#closeup .box .img {
  width: 415px;
  position: relative;
}

#closeup .box .img h3 {
  display: none;
}

#closeup .box .img {
  position: relative;
}

#closeup .box .img img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

#closeup .box .img:before {
  /*
  content: "";
  display: block;
  width: 240px;
  height: 240px;
  background: #000;
  position: absolute;
  */
}

#closeup .box.fright .img:before {
  right: -10px;
  top: -10px;
}

#closeup .box.fleft .img:before {
  left: -10px;
  top: -10px;
}

#closeup .box.fright .img {
  float: right;
}

#closeup .box.fleft .img {
  float: left;
}

#closeup .box .img .num {
  font-family: "brown-bold";
  font-size: 28px;
  position: absolute;
  z-index: 1;
}

#closeup .box.fright .num {
  left: -16px;
  top: -14px;
}

#closeup .box.fleft .num {
  right: -16px;
  top: -14px;
}

#closeup .box .tag {
  font-family: "brown-bold";
  font-size: 12px;
  position: absolute;
  letter-spacing: 0.1em;
  z-index: 1;
}

#closeup .box.fright .tag {
  right: 20px;
  top: 10px;
  transform: rotate(-90deg);
  transform-origin: right top;
}

#closeup .box.fleft .tag {
  left: 7px;
  top: 10px;
  transform: rotate(-90deg) translate(-100%, 0);
  transform-origin: left top;
}

#closeup .box .price {
  font-size: 11px;
  font-weight: bold;
  margin-top: 13px;
  color: #666666;
  line-height: 1.5em;
}

#closeup .box.fright .price {
  text-align: right;
}

.price_layout {
  display: inline-block;
  text-align: left !important;
}

#closeup .box .text {
  width: 370px;
  position: absolute;
  z-index: 2;
}

/*微調整１*/
#closeup .box.fright .text {
  left: 0;
  bottom: 0px;
}

#closeup .box.fright .text.bityousei_01 {
  left: 0;
  bottom: 76px !important;
}

#closeup .box.fleft .text.bityousei_02 {
  bottom: 70px !important;
}

#closeup .box.fright .text.bityousei_03 {
  left: 0;
  bottom: 54px !important;
}

#closeup .box.fright .text.mbminus {
  bottom: -26px;
}

#closeup .box.fleft .text {
  right: 0;
  bottom: 0;
}

#closeup .box .text .title {
  border-left: 2px solid #000000;
}

#closeup .box .text .title h3 {
  border-bottom: 1px solid #000;
  padding: 14px 0 12px 14px;
}

#closeup .box .text .title h3 span:first-child {
  font-family: "brown-bold";
  font-size: 19px;
  letter-spacing: 0.1em;
  margin-right: 0px;
}

#closeup .box .text .title h3 span:last-child {
  font-size: 17px;
  font-weight: bold;
}

#closeup .box .text .title p {
  border-top: 1px solid #000;
  margin-top: 2px;
  font-weight: bold;
  font-size: 13px;
  padding: 12px 12px 0 14px;
  line-height: 20px;
}

#closeup .box .text > p {
  padding-left: 14px;
  font-size: 12px;
  line-height: 23px;
  margin-top: 10px;
}

p.credit {
  font-size: 12px;
  font-weight: bold;
  color: #666666;
  line-height: 20px;
  margin-top: 15px;
  letter-spacing: normal;
}

/*PC*/
#recommend {
  padding: 30px 0 0 0;
  width: 1100px;
  margin: auto;
}

#recommend:after {
  content: "";
  display: block;
  clear: both;
}

#recommend .titleboxblack {
  border: none;
  margin-bottom: 0px;
  text-align: center;
}

#recommend .titleboxblack p {
  font-size: 28px;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  margin: 0 !important;
  padding: 20px 0 0 0 !important;
}

#recommend .titleboxblack h3 {
  border: none;
  text-align: center;
  font-size: 12px;
  margin: 0 !important;
  padding: 4px 0 37px 0 !important;
}

#recommend .left {
  width: 554px;
  float: left;
}

/*追加*/
#recommend .kon {
  width: 345px;
  float: left;
  margin-right: 32px;
}

#recommend .gray_layout {
  width: 345px;
  float: left;
  margin-right: 33px;
}

#recommend .stripe {
  width: 345px;
  float: left;
}

#recommend img {
  width: 100%;
  height: auto;
  margin: 0 0 18px 0;
}

#recommend .suit_pos {
  height: 520px;
  margin-bottom: 40px;
}

#recommend .suit_pos p {
  line-height: 1.8;
}

#recommend .pos02 {
  float: right;
}

#recommend .pos {
  width: 496px;
  margin: auto;
}

#recommend .pos h3 {
  font-family: "brown-bold";
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
  text-align: center;
  text-align: -webkit-center;
  display: flex;
  justify-content: center;
}

#recommend .pos h3 + p {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 20px;
  letter-spacing: 0;
}

article + .callinglink {
  margin-top: 100px;
}

/* SP
--------------------------------------------*/
@media screen and (max-width: 768px) {
  #profile,
  #visual.vol01 .inner {
    width: auto;
  }

  #profile,
  #visual.vol03 .inner,
  #reasons .inner,
  #closeup .inner {
    width: auto;
    min-width: inherit;
    max-width: none;
  }

  #visual.vol03 {
    background-image: url(../images/vol05/visual_bg_sp.jpg);
    background-position: top center;
  }

  #visual.vol .text {
    float: none;
    width: 100%;
    padding: 0 20px 60px 20px;
    box-sizing: border-box;
  }

  #visual.vol .text h1 {
    font-size: 16px;
  }

  #visual.vol .text h1 span:first-child {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #visual.vol .text h1 span:last-child {
    line-height: 1.5em;
  }

  #visual.vol .text.show .line03 {
    font-size: 12px;
    line-height: 15px;
  }

  #visual.vol .text.show .line04 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
  }

  #visual.vol:after {
    height: 40px;
    bottom: -20px;
  }

  #reasons .inner {
    max-width: inherit;
    min-width: inherit;
  }

  #reasons .text {
    width: auto;
    position: static;
  }

  #visual.vol01 .text img.pc {
    display: none;
  }

  #visual.vol01 .text img.sp {
    display: inline-block;
    width: 320px;
    height: auto;
  }

  #closeup {
    padding: 0 0 50px 0 !important;
  }

  #closeup .inner {
    width: auto;
  }

  #closeup .pos01,
  #closeup .pos02 {
    position: static;
  }

  #recommend,
  #closeup .titleboxblack,
  #closeup .titleboxblack + p {
    width: auto;
  }

  #recommend .left,
  #recommend .pos,
  #recommend .pos02 {
    width: auto;
    float: none;
  }

  #visual.vol01 .inner {
    width: 100%;
  }

  #visual.vol01 .text {
    float: none;
    width: 100%;
    padding: 0 20px 30px 20px;
    box-sizing: border-box;
  }

  #visual.vol01 .text h1 {
    font-size: 16px;
    line-height: 1.3;
  }

  #visual.vol01 .text h1 span:first-child {
    font-size: 22px;
    margin-bottom: 10px;
  }

  #visual.vol01 .text.show .line03 {
    font-size: 12px;
    line-height: 15px;
  }

  #visual.vol01 .text.show .line04 {
    font-size: 11px;
    line-height: 15px;
    font-weight: bold;
  }

  #visual.vol:after {
    height: 40px;
    bottom: -20px;
  }

  #didyouknow {
    width: 100%;
    margin: 0;
    padding: 50px 0 100px 0;
  }

  #didyouknow h3 {
    width: 100%;
    text-align: center;
    text-align: -webkit-center;
    display: block;
  }

  #profile {
    padding: 35px;
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -50px;
    display: block;
  }

  #profile:before {
    height: 40px;
    top: -20px;
  }

  #profile img {
    width: 100%;
    height: auto;
  }

  #profile .text {
    text-align: center;
    margin-top: 10px;
  }

  #profile .text p:last-child {
    text-align: left;
    font-weight: normal;
    margin-left: -25px;
    margin-right: -25px;
  }

  #profile .text p:last-child br {
    display: none;
  }

  #profile .text p {
    font-size: 10px;
    line-height: 17px;
    letter-spacing: normal;
  }

  #profile .text h3 {
    font-size: 15px;
    margin: 10px 0;
  }

  #reasons .text {
    padding: 30px 15px;
    height: auto;
  }

  #reasons .text .titlebox {
    border-left: 0;
    text-align: center;
    text-align: -webkit-center;
  }

  #reasons .text .titlebox:before {
    content: "MATCH YOUR SUIT,SHIRT & TIE";
    display: block;
    font-family: "brown-bold";
    font-size: 12px;
    letter-spacing: 0.1em;
  }

  #reasons .text .titlebox h3 {
    font-size: 15px;
    padding: 15px 0;
  }

  #reasons .text .titlebox p {
    margin-top: 1px;
    letter-spacing: normal;
  }

  #reasons .img img {
    margin-bottom: 10px;
  }

  #reasons .img p {
    position: static;
    color: #fff;
  }

  #reasons .text > p,
  #reasons .pwrap p {
    margin: 1em 0;
  }

  #reasons .text p.one:before,
  #reasons .text p.two:before,
  #reasons .text p.three:before {
    content: "#1";
    display: block;
    margin: 35px 0;
    text-align: center;
    text-align: -webkit-center;
    font-family: "brown-bold";
  }

  #reasons .text p.two:before {
    content: "#2";
  }

  #reasons .text p.three:before {
    content: "#3";
  }

  #reasons .text p.three {
    margin-bottom: 0;
  }
  #reasons .text p.three + p {
    margin-top: 0;
  }

  .four {
    padding-top: 1em;
  }

  #closeup {
    padding: 15px;
  }

  #closeup .titleboxblack {
    margin-top: 0;
  }

  .titleboxblack {
    border-left: 0;
    text-align: center;
    text-align: -webkit-center;
  }

  .titleboxblack p {
    font-size: 20px;
    padding: 15px 0;
    letter-spacing: normal;
  }

  .titleboxblack h3 {
    font-size: 15px;
    line-height: 19px;
    padding: 15px 0;
  }

  #closeup .titleboxblack + p {
    margin-left: 0;
  }

  #closeup .pos01,
  #closeup .pos02 {
    margin: 15px 0;
  }

  #closeup .pos01 img {
    width: 80%;
    height: auto;
  }

  #closeup .pos01 p {
    padding-left: 0;
    letter-spacing: normal;
  }

  #closeup .pos02 img {
    width: 70%;
    height: auto;
  }

  #closeup .pos02 {
    text-align: right;
  }

  #closeup .pos02 p {
    text-align: left;
    letter-spacing: normal;
  }

  p.credit {
    margin-top: 10px;
  }

  #recommend {
    padding: 15px;
  }

  #recommend .pos01 {
    margin-top: 0;
  }

  /*SP*/
  #recommend .titleboxblack {
    border-bottom: 3px double #000;
    margin-bottom: 15px;
  }

  #recommend .titleboxblack p {
    border-bottom: 0;
    font-size: 14px;
    letter-spacing: 0.1em !important;
  }

  #recommend .titleboxblack h3 {
    font-size: 17px;
    line-height: 22px;
    border-top: 0;
    margin: 0px;
    padding: 20px 0 20px 0 !important;
  }

  #recommend .pos h3 {
    font-size: 16px;
    margin: 25px 0;
    text-align: center;
    text-align: -webkit-center;
  }

  #recommend .pos02 {
    margin-top: 35px;
  }

  #recommend .titleboxblack p,
  #recommend .pos h3,
  #didyouknow h3,
  #reasons .text .titlebox:before,
  .titleboxblack p {
    letter-spacing: 0em;
    margin-right: -0.05em;
  }

  #recommend .pos h3 {
    letter-spacing: normal;
  }

  #closeup {
    padding-top: 0;
  }

  #closeup .inner {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  #closeup .box {
    margin-top: 0;
  }

  #closeup .box .img {
    width: auto;
  }

  #closeup .box.fleft,
  #closeup .box.fright {
    float: none;
    width: auto;
    margin-top: 50px;
  }

  #closeup .box.fright .img,
  #closeup .box.fleft .img {
    float: none;
  }

  #closeup .box .text {
    width: auto;
    position: static;
  }

  #closeup .titlebox {
    background: none;
    color: #000;
    display: block;
    width: auto;
    height: auto;
    text-align: center;
    padding: 0;
    position: static;
  }

  #closeup .titlebox h3 {
    padding: 12px 20px;
    border-bottom: 1px solid #000;
    font-family: "brown-bold";
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 0;
  }

  #closeup .titlebox p {
    padding: 12px 20px;
    border-top: 1px solid #000;
    margin-top: 1px;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
  }

  #closeup .box.fright .num,
  #closeup .box.fleft .num {
    top: -16px;
    left: 5px;
    right: auto;
    z-index: 1;
  }

  #closeup .box .tag {
    display: none;
  }

  #closeup .box .img {
    position: relative;
  }

  #closeup .box .img img {
    position: relative;
    z-index: 1;
  }

  #closeup .box .img:before {
    width: 50vw;
    height: 50vw;
  }

  #closeup .box.fright .img:before,
  #closeup .box.fleft .img:before {
    right: -3px;
    top: -3px;
    left: auto;
  }

  #closeup .box .img h3 {
    display: block;
    /* position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;*/
    border-bottom: 3px double #000;
    margin-bottom: 15px;
  }

  #closeup .box .img h3 span:first-child {
    font-family: "brown-bold";
    font-size: 17px;
    letter-spacing: 0.1em;
    margin-right: 6px;
    margin-bottom: 6px;
    display: inline-block;
  }

  #closeup .box .img h3 span:last-child {
    font-size: 16px;
    font-weight: bold;
  }

  #closeup .box .text .title {
    border-left: none;
  }

  #closeup .box .text .title h3 {
    display: none;
  }

  #closeup .box .text .title p {
    border-top: 0;
    border-bottom: 3px double #000;
    padding: 0;
    margin-top: 20px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 21px;
  }

  #closeup .box .price {
    text-align: right;
    color: #666666;
    margin-top: 5px;
  }

  #closeup .box .text > p {
    padding-left: 0;
    font-size: 13px;
    line-height: 22px;
  }

  .sp_ok {
    display: inline-block;
  }

  .sp_no {
    display: none;
  }

  /*追加*/
  #recommend .kon {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  #recommend .gray_layout {
    width: 100%;
    float: none;
    margin-right: 0px;
  }

  #recommend .stripe {
    width: 100%;
    float: none;
  }

  #recommend img {
    width: 100%;
    height: auto;
    margin: 0 0 18px 0;
  }

  #recommend .suit_pos {
    height: auto;
    margin-bottom: 40px;
  }

  #recommend .suit_pos p {
    line-height: 1.8;
  }

  #visual.vol01 {
    background-image: url(../images/vol05/visual_bg_sp.jpg);
    background-position: top center;
  }

  #visual.vol01 {
    justify-content: flex-end;
  }

  #visual.vol03 .text h1 span:last-child {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.3 !important;
  }
} /*@media*/

p {
  font-size: 12px;
}
