/* vol01
--------------------------------------------*/
.syotai_sitei {
  font-weight: bold;
}
#wrap p {
  font-size: 12px;
}

#visual.vol01 {
  background-image: url(../images/vol01/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 W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "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;
}

#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 {
  display: block;
}

#reasons .img {
  position: relative;
}

#reasons .img p {
  position: absolute;
  left: 1em;
  bottom: -50px;
  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: 35px 35px 0 35px;
  box-sizing: border-box;
}

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

#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: 22px;
  margin-top: 1em;
  letter-spacing: normal;
}

#closeup {
  background: #f0efed;
  padding-top: 100px;
  padding-bottom: 120px;
  margin-bottom: 632px;
}

#closeup .inner {
  width: 1060px;
  margin: auto;
  position: relative;
}

.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 .titleboxblack {
  width: 508px;
  margin-top: 40px;
}

#closeup .titleboxblack + p {
  width: 434px;
  margin: 10px 0 0 30px;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: normal;
}

#closeup .pos01 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

#closeup .pos01 p {
  padding-left: 75px;
}

#closeup .pos02 {
  position: absolute;
  left: 154px;
  top: 328px;
}

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

#recommend {
  padding: 30px 0 0 0;
  width: 1080px;
  margin: auto;
}

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

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

#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;
}

#recommend .pos01 {
  margin-top: 40px;
}

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

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

  #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 {
    margin-bottom: 0;
  }

  #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;
  }

  #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;
  }

  #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: "3 REASONS WHY";
    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;
  }

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

  #recommend .titleboxblack p {
    border-bottom: 0;
    font-size: 12px;
    letter-spacing: 0em;
  }

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

  #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;
  }
} /*@media*/
