.pc {
  display: inline-block;
}

.sp {
  display: none;
}

.credit {
  color: #666666;
  font-weight: bold;
}

.scroll_simple_line {
  position: absolute;
  width: 1px;
  margin: 0 auto;
  background: #666;
  height: 80px;
  bottom: -30px;
  left: 0;
  right: 0;
  z-index: 3;
}

.scroll_simple_line .line_gray {
  position: relative;
  height: 80px;
  width: 100%;
  background: #fff;
  opacity: 1;
  animation-duration: 3s;
  animation-name: takasa_idou;
  animation-iteration-count: infinite; /*ループ*/
  animation-timing-function: ease-out;
}

@keyframes takasa_idou {
  0% {
    height: 0px;
    margin-top: 0;
  }

  50% {
    height: 80px;
    margin-top: 0px;
  }

  100% {
    height: 0px;
    margin-top: 80px;
  }
}

/*最初　PC*/
.syotai_sitei {
  font-weight: bold;
}

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

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

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

#visual.vol01 .text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  color: #000;
  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: 27px;
  font-family: "brown-bold";
  display: block;
  margin-bottom: 10px;
}

#visual.vol01 .text h1 span:last-child {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

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

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

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

#visual.vol01 #keisai {
  text-align: right;
  position: absolute;
  bottom: 20px;
  right: 20px;
  left: auto;
  font-size: 11px;
  font-weight: bold;
}

#visual.vol01 .text img.pc {
}

#visual.vol01 .text img.sp {
}

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

/*PC*/
#didyouknow {
  width: 100%;
  text-align: center;
  text-align: -webkit-center;
  padding: 80px 0 80px 0;
}

/*PC*/
#didyouknow p {
  width: 820px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 13px;
  line-height: 2.3em;
  letter-spacing: normal;
}

/*解説　PC*/
#kaisetu {
  width: 100%;
  background: #f0f0f0;
  padding: 60px 0 60px 0;
}

#kaisetu .zentai_layout {
  width: 1000px;
  margin: 0px auto 0px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;

  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#kaisetu .zentai_layout .photo_layout {
  flex-basis: 500px;
  margin-right: 40px;
  padding: 0;
}

#kaisetu .zentai_layout .photo_layout img {
  width: 100%;
  height: auto;
  margin: 0 0 24px 0;
}

#kaisetu .zentai_layout .photo_layout .credit {
  line-height: 1.9;
}

#kaisetu .zentai_layout .text_layout {
  flex-basis: 460px;
  margin: 0px;
  padding: 0;
}

#kaisetu .zentai_layout .text_layout h2 {
  width: 100%;
  font-weight: bold;
  border: none;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#kaisetu .zentai_layout .text_layout p {
  width: 100%;
  text-align: left;
  line-height: 2.4;
  margin: 0 0 20px 0;
}

/*block01　PC*/
#block01 {
  width: 960px;
  margin: 0 auto;
  padding: 70px 0 120px 0;
}

#block01 h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.1;
  padding: 0 0 15px 0;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
}

#block01 h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding: 0 0 20px 0;
  font-weight: bold;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
}

#block01 .photo_layout {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#block01 .photo_layout img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}

#block01 .photo_layout .credit {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #666666;
  font-weight: bold;
}

#block01 .text_layout {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#block01 .text_layout h2 {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
}

.vol01 h2 {
  border: none;
}

#block01 .text_layout p {
  font-size: 12px;
  line-height: 2.1;
  padding-bottom: 21px;
}

#block01 .text_layout p:last-child {
  padding-bottom: 0px;
}

/*ディテール*/
#block01 .detail_black {
  width: 800px;
  height: 400px;
  background: #000;
  margin: 60px auto 70px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*横並び・右から左*/
  flex-direction: row-reverse;
  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#block01 .detail_black .photo_layout {
  flex-basis: 400px;
  height: 400px;
  margin: 0;
  padding: 0;
}

#block01 .detail_black .text_layout {
  flex-basis: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

#block01 .detail_black .text_layout h4 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  margin: 0 auto 25px auto;
  width: 325px;
  text-align: center;
}

#block01 .detail_black .text_layout p {
  margin: 0 auto;
  width: 325px;
  letter-spacing: 0.1em;
  font-size: 12px;
}

/*靴三足*/
#block01 .variation {
  width: 960px;
  height: 310px;
  border: 3px solid #f0f0f0;
  position: relative;
}

#block01 .variation h4 {
  background: #fff;
  margin: 15px;
  position: absolute;
  width: 140px;
  height: 35px;
  top: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  letter-spacing: 0.1em;
}

#block01 .variation h4 .tyousei {
  display: block;
  margin-top: 10px;
  padding-top: 10px;
}

#block01 .variation ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /* margin: 60px auto 0 auto; */
  padding: 60px 50px 50px;
  justify-content: space-between;
}

#block01 .variation ul li {
  /* flex-basis: 220px; */
  text-align: center;
  /* margin: 0 50px 0 50px; */
  width: calc((100% - 150px) / 3);
}

#block01 .variation ul li img {
  width: 100%;
  height: auto;
  margin: 0 0 24px 0;
}

/*block02　PC*/
#block02 {
  width: 960px;
  margin: 0 auto;
  padding: 0px 0 120px 0;
}

#block02 h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.1;
  padding: 0 0 15px 0;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
}

#block02 h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding: 0 0 20px 0;
  font-weight: bold;
}

#block02 .photo_layout {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#block02 .photo_layout img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}

#block02 .photo_layout .credit {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #666666;
  font-weight: bold;
}

#block02 .text_layout {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#block02 .text_layout h2 {
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}

#block02 .text_layout p {
  font-size: 12px;
  line-height: 2.1;
  padding-bottom: 21px;
}

#block02 .text_layout p:last-child {
  padding-bottom: 0px;
}

/*ディテール01*/
#block02 .detail_black {
  width: 800px;
  height: 400px;
  background: #000;
  margin: 60px auto 70px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*横並び・右から左*/
  flex-direction: row-reverse;
  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#block02 .detail_black .photo_layout {
  flex-basis: 400px;
  height: 400px;
  margin: 0;
  padding: 0;
}

#block02 .detail_black .text_layout {
  flex-basis: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

#block02 .detail_black .text_layout h4 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 25px auto;
  width: 325px;
  text-align: center;
}

#block02 .detail_black .text_layout p {
  margin: 0 auto;
  width: 325px;
  letter-spacing: 0.1em;
  font-size: 12px;
}

/*ディテール02*/
#block02 .detail_black_02 {
  width: 800px;
  height: 400px;
  background: #000;
  margin: 60px auto 70px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#block02 .detail_black_02 .photo_layout {
  flex-basis: 400px;
  height: 400px;
  margin: 0;
  padding: 0;
}

#block02 .detail_black_02 .text_layout {
  flex-basis: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

#block02 .detail_black_02 .text_layout h4 {
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 0 auto 25px auto;
  width: 325px;
  text-align: center;
}

#block02 .detail_black_02 .text_layout p {
  margin: 0 auto;
  width: 325px;
  letter-spacing: 0.1em;
  font-size: 12px;
}

#block02 .how_to_use_zentai {
  width: 100%;
  margin: 0 auto;
}

#block02 .how_to_use_zentai h3 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.1;
  padding: 0 0 15px 0;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
}

#block02 .how_to_use_zentai .how_to_use {
  width: 990px;
  margin: 0px auto 0px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#block02 .how_to_use_zentai .how_to_use .kaku {
  flex-basis: 300px;
  margin: 0 15px 0 15px;
}

#block02 .how_to_use_zentai .how_to_use .kaku img {
  width: 100%;
  height: auto;
  margin: 0 0 15px 0;
}

#block02 .how_to_use_zentai .how_to_use .kaku p {
  color: #666;
  line-height: 1.6;
}

/*block03　PC*/
#block03 {
  width: 960px;
  margin: 0 auto;
  padding: 0px 0 120px 0;
}

#block03 h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.1;
  padding: 0 0 15px 0;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
}

#block03 h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding: 0 0 20px 0;
  font-weight: bold;
}

#block03 .photo_layout {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#block03 .photo_layout img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}

#block03 .photo_layout .credit {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #666666;
  font-weight: bold;
}

#block03 .text_layout {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#block03 .text_layout h2 {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
}

#block03 .text_layout p {
  font-size: 12px;
  line-height: 2.1;
  padding-bottom: 21px;
}

#block03 .text_layout p:last-child {
  padding-bottom: 0px;
}

/*ディテール*/
#block03 .detail_black {
  width: 800px;
  height: 400px;
  background: #000;
  margin: 60px auto 0px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*横並び・右から左*/
  flex-direction: row-reverse;
  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#block03 .detail_black .photo_layout {
  flex-basis: 400px;
  height: 400px;
  margin: 0;
  padding: 0;
}

#block03 .detail_black .text_layout {
  flex-basis: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

#block03 .detail_black .text_layout h4 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  margin: 0 auto 25px auto;
  width: 325px;
  text-align: center;
}

#block03 .detail_black .text_layout p {
  margin: 0 auto;
  width: 325px;
  letter-spacing: 0.1em;
  font-size: 12px;
}

/*block04　PC*/
#block04 {
  width: 960px;
  margin: 0 auto;
  padding: 0px 0 120px 0;
}

#block04 h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.1;
  padding: 0 0 15px 0;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
}

#block04 h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding: 0 0 20px 0;
  font-weight: bold;
}

#block04 .photo_layout {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#block04 .photo_layout img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}

#block04 .photo_layout .credit {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #666666;
  font-weight: bold;
}

#block04 .text_layout {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#block04 .text_layout h2 {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
}

#block04 .text_layout p {
  font-size: 12px;
  line-height: 2.1;
  padding-bottom: 21px;
}

#block04 .text_layout p:last-child {
  padding-bottom: 0px;
}

/*ディテール*/
#block04 .detail_black {
  width: 800px;
  height: 400px;
  background: #000;
  margin: 60px auto 0px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*横並び・右から左*/
  flex-direction: row-reverse;
  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#block04 .detail_black .photo_layout {
  flex-basis: 400px;
  height: 400px;
  margin: 0;
  padding: 0;
}

#block04 .detail_black .text_layout {
  flex-basis: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

#block04 .detail_black .text_layout h4 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  margin: 0 auto 25px auto;
  width: 325px;
  text-align: center;
}

#block04 .detail_black .text_layout p {
  margin: 0 auto;
  width: 325px;
  letter-spacing: 0.1em;
  font-size: 12px;
}

/*block05　PC*/
#block05 {
  width: 960px;
  margin: 0 auto;
  padding: 0px 0 120px 0;
}

#block05 h2 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.1;
  padding: 0 0 15px 0;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
}

#block05 h3 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.08em;
  line-height: 1.1;
  padding: 0 0 20px 0;
  font-weight: bold;
}

#block05 .photo_layout {
  width: 800px;
  margin: 0 auto;
  padding: 0 0 60px 0;
}

#block05 .photo_layout img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0;
}

#block05 .photo_layout .credit {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #666666;
  font-weight: bold;
}

#block05 .text_layout {
  width: 800px;
  margin: 0 auto;
  position: relative;
}

#block05 .text_layout h2 {
  width: 100%;
  text-align: left;
  font-size: 14px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
}

#block05 .text_layout p {
  font-size: 12px;
  line-height: 2.1;
  padding-bottom: 21px;
}

#block05 .text_layout p:last-child {
  padding-bottom: 0px;
}

/*ディテール*/
#block05 .detail_black {
  width: 800px;
  height: 400px;
  background: #000;
  margin: 60px auto 0px auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  /*横並び・右から左*/
  flex-direction: row-reverse;
  /*天地中央揃える */
  -webkit-align-items: center;
  align-items: center;
}

#block05 .detail_black .photo_layout {
  flex-basis: 400px;
  height: 400px;
  margin: 0;
  padding: 0;
}

#block05 .detail_black .text_layout {
  flex-basis: 400px;
  height: auto;
  margin: 0;
  padding: 0;
  background: #000;
  color: #fff;
}

#block05 .detail_black .text_layout h4 {
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.1;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  margin: 0 auto 25px auto;
  width: 325px;
  text-align: center;
}

#block05 .detail_black .text_layout p {
  margin: 0 auto;
  width: 325px;
  letter-spacing: 0.1em;
  font-size: 12px;
}

#online-2019-spring {
  width: 92%;
  margin: 0 auto 120px auto;
}

#online-2019-spring .banner {
  width: 450px;
  height: 300px;
  position: relative;
  margin: 0 auto;
}

#online-2019-spring .text01 {
  width: 450px;
  text-align: center;
  position: absolute;
  bottom: 55px;
  left: 0;
  z-index: 3;
  margin: auto;
  right: 0;
}

#online-2019-spring .text02 {
  width: 450px;
  text-align: center;
  position: absolute;
  bottom: 15px;
  left: 0;
  z-index: 3;
  margin: auto;
  right: 0;
}

#online-2019-spring .photo {
  width: 450px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#online-2019-spring .photo img {
  width: 100%;
  height: auto;
}

#online-2019-spring .black_area {
  width: 450px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  background: #000;
  transition: all 0.9s ease;
}

#online-2019-spring a {
  width: 450px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  cursor: hand;
  cursor: pointer;
}

#online-2019-spring a:hover + .black_area {
  opacity: 0.3;
  cursor: hand;
  cursor: pointer;
}

#seventh .credit {
  /* クレジット */
  text-align: left;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #fff;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  font-weight: bold;
  padding-top: 12px;
}

#twelveth h2 {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 0.15em;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
}

/* 最初のPの指定。h3の次のPという指定方法
#first .first_01 .text_area h3 + p{
padding-top: 30px;
}
*/

/*ECリンク｜SEE THE COLLECTION　PC*/
#online-site-2018aw-layout {
  width: 100%;
  padding: 80px 0 80px 0;
  background: #f1efed;
}

#online-site-2018aw {
  width: 938px; /*プラス*/
  height: 288px; /*プラス*/
  margin: 0 auto 0 auto;
  padding: 0 0 0px 0;
  position: relative;
}

/*リンク*/
#online-site-2018aw a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-decoration: none;
  color: #fff;
}

#online-site-2018aw a:hover {
  text-decoration: none;
  color: #fff;
}

/*マウスオーバー*/
#online-site-2018aw a img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

#online-site-2018aw a:hover img {
  transform: scale(1.02);
}

/*罫線　線幅１式の分、縦横に伸ばす*/
#online-site-2018aw .keisen_01 {
  width: 932px; /*4pxプラス*/
  height: 282px; /*4pxプラス*/
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  border-style: solid;
  border-color: #000;
  border-width: 4px;

  position: absolute;
  z-index: 2;
  top: 6px;
  left: 6px;
}

#online-site-2018aw .text {
  position: absolute;
  z-index: 300;

  width: 928px;
  height: 278px;

  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  text-align: center;

  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
}

#online-site-2018aw .text .child {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  text-align: center;
}

#online-site-2018aw .photo_layout {
  width: 928px;
  height: 278px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
}

#online-site-2018aw .photo_layout img {
  width: 100% !important;
  height: auto;
}

#online-site-2018aw span:nth-child(1) {
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  width: 100%;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.15em;
  margin: 0 auto 0 auto;
  display: block;
}

#online-site-2018aw span:last-child {
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.02em;
  margin: 0 auto 0 auto;
  display: block;
}

/*PERSONAL SHOPPING SERVICE　PC*/
#personal-shopping-2018aw-layout {
  padding: 0 0 0px 0;
  background: #000;
  margin: 0 auto;
  width: 100%;
  background: #f1efed;
}

#personal-shopping-2018aw {
  width: 938px; /*プラス*/
  height: 288px; /*プラス*/
  margin: 0 auto 0 auto !important;
  padding: 0 0 0px 0 !important;
  position: relative;
}

/*テキスト*/
.personal_layout_text_layout {
  background: #f1efed;
}

.personal_layout_text {
  width: 928px;
  margin: 0 auto;
  padding: 15px 0 80px 0;
  color: #333;
  font-size: 13px;
  line-height: 1.7em;
}

/*リンク*/
#personal-shopping-2018aw a {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  text-decoration: none;
  color: #fff;
}

#personal-shopping-2018aw a:hover {
  color: #fff;
  text-decoration: none;
}

/*マウスオーバー*/
#personal-shopping-2018aw a img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

#personal-shopping-2018aw a:hover img {
  transform: scale(1.02);
}

/*罫線　線幅１式の分、縦横に伸ばす*/
#personal-shopping-2018aw .keisen_01 {
  width: 932px; /*4pxプラス*/
  height: 282px; /*4pxプラス*/
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  border-style: solid;
  border-color: #000;
  border-width: 4px;

  position: absolute;
  z-index: 2;
  top: 6px;
  left: 6px;
}

#personal-shopping-2018aw .text {
  position: absolute;
  z-index: 300;

  width: 928px;
  height: 278px;

  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  text-align: center;

  margin: 0 auto;
  padding: 0;
  top: 0;
  left: 0;
}

#personal-shopping-2018aw .text .child {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

#personal-shopping-2018aw .photo_layout {
  width: 928px;
  height: 278px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background: #fff;
  overflow: hidden;
}

#personal-shopping-2018aw .photo_layout img {
  width: 100% !important;
  height: auto;
}

#personal-shopping-2018aw span:nth-child(1) {
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  width: 100%;
  text-align: center;
  font-size: 25px;
  letter-spacing: 0.15em;
  margin: 0 auto 0 auto;
  display: block;
}

#personal-shopping-2018aw span:last-child {
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-weight: bold;
  width: 100%;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.15em;
  margin: 0 auto 0 auto;
  display: block;
}

/* 罫線　アニメーション　Effect2
 *************************************** */
.change-border02::after,
.change-border02::before,
.change-border02__inner::after,
.change-border02__inner::before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
}

.change-border02::after {
  height: 4px;
  right: 0px;
  top: 6px;
  width: 0px;
}

.change-border02::before {
  bottom: 0px;
  height: 4px;
  left: 6px;
  width: 0px;
}

.change-border02__inner::after {
  height: 0px;
  left: 6px;
  top: 6px;
  width: 4px;
}

.change-border02__inner::before {
  bottom: 0px;
  height: 0px;
  right: 0px;
  width: 4px;
}

/* hover */
.change-border02:hover::after,
.change-border02:hover::before {
  width: 932px;
}

.change-border02:hover .change-border02__inner::after,
.change-border02:hover .change-border02__inner::before {
  height: 282px;
}

/*各2018年記事リンク　PC*/
#link_2018aw {
  width: 100%;
  color: #000;
  border-top: 1px solid #999;
  background: #f1efed;
  position: relative;
}

.link_2018aw_zentai {
  width: 1098px;
  margin: 0 auto;
  padding: 80px 0 0 0;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;

  -webkit-align-items: center; /*天地中央揃える*/
  align-items: center;
}

/*各 PC*/
.kaku_thumb_2018aw {
  flex-basis: 342px;
  height: 300px;
  margin: 0;
  padding: 0px 0 0 0;
  overflow: hidden;
}

/*タイトル　PC*/
#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:first-of-type {
  padding: 80px 36px 0 0;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:first-of-type h2 {
  width: 100%;
  text-align: center;
  font-size: 17px;
  line-height: 1.4em;
  letter-spacing: 0.1em;
  /*border-top:2px solid #fff;
border-bottom:2px solid #fff;*/
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  padding: 2px 0 2px 0;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:first-of-type h2 div:first-child {
  font-size: 13px;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:first-of-type h2 div:last-child {
  font-size: 19px;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:first-of-type h2::before {
  width: 342px;
  /*border-top:1px solid #fff;*/
  height: 1px;
  content: "";
  display: block;
  padding: 0px 0 12px 0;
  margin: 0;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:first-of-type h2::after {
  width: 342px;
  /*border-bottom:1px solid #fff;*/
  content: "";
  display: block;
  padding: 12px 0 0px 0;
  margin: 0;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:first-of-type p {
  width: 100%;
  text-align: center;
  font-size: 13px;
  line-height: 1.4em;
  letter-spacing: 0.02em;
  font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:nth-of-type(2) {
  padding: 0 36px 0 0;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:nth-of-type(4) {
  padding: 0 36px 0 0;
}

#link_2018aw .link_2018aw_zentai .kaku_thumb_2018aw:nth-of-type(5) {
  padding: 0 36px 0 0;
}

.kaku_thumb_2018aw a {
  text-decoration: none !important;
  color: #000 !important;
}

.kaku_thumb_2018aw a:hover {
  text-decoration: none !important;
  color: #000 !important;
}

.kaku_thumb_2018aw a:visited {
  text-decoration: none !important;
  color: #000 !important;
}

/*サムネイル　画像　PC*/
.thumb_img {
  width: 342px;
  height: 192px;
  position: relative;
  overflow: hidden;
}

.thumb_img img {
  width: 100%;
  height: auto;
}

.kaku_thumb_2018aw a img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

.kaku_thumb_2018aw a:hover img {
  transform: scale(1.02);
}

/*タイトルEN　PC*/
.title_en {
  font-family: "brown-bold";
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  color: #000;
  padding: 12px 0 0 0;
}

/*タイトルJP　PC*/
.title_jp {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  color: #000;
  padding: 8px 0 0 0;
  font-weight: bold;
}

/*タイトル日付　PC*/
.title_date {
  letter-spacing: 0.1em;
  font-size: 13px;
  padding: 8px 0 0 0;
  color: #666;
  font-family: "brown-bold";
}

/*予告 PC*/
.thumb_yokoku {
  position: relative;
}

/*罫線　PC*/
.thumb_img .keisen {
  position: absolute;
  width: 332px;
  height: 182px;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  top: 5px;
  left: 5px;

  opacity: 0.6;
}

/*罫線　PC*/
.thumb_yokoku .keisen {
  position: absolute;
  width: 332px;
  height: 182px;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #a8a8a8;
  top: 5px;
  left: 5px;

  opacity: 0.6;
}

/*coming soon　PC*/
.coming_soon {
  font-family: "brown-bold";

  width: 342px;
  height: 192px;
  background: #666666;
  text-align: center;

  font-size: 16px;
  line-height: 22px;
  letter-spacing: 1.2px;
  color: #ccc;
}

/*予告　タイトルのみ　PC*/
.kaku_thumb_2018aw .yokoku {
  font-family: "brown-bold";
  font-size: 15px;
  letter-spacing: 0.04em;
  color: #858585;
  padding: 12px 0 0 0;
}

.coming_date_text {
  padding: 78px 0 0 0;
}

/*ライン　罫線*/

#link_2018aw .line {
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}

/*sotries　PC*/
#stories_2018aw {
  width: 100%;
  margin: 0 auto;
  background: #fff;
}

#stories_2018aw h3 {
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000;
  font-family: "brown-bold";
  padding: 50px 0 50px 0;
  text-align: center;
  width: 100%;
}

#stories_2018aw ul {
  width: 996px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
}

#stories_2018aw ul li {
  flex-basis: 332px;
  height: 300px;
  overflow: hidden;
}

#stories_2018aw ul li .img_layout {
  width: 332px;
  height: 199px;
  overflow: hidden;
}

#stories_2018aw ul li .img_layout img {
  width: 333px;
  height: auto;
  overflow: hidden;
}

#stories_2018aw ul li a {
  text-decoration: none;
  overflow: hidden;
}

#stories_2018aw ul li a:hover {
  text-decoration: none;
}

#stories_2018aw ul li a:visited {
  text-decoration: none;
}

#stories_2018aw ul li a img {
  transform: scale(1);
  transition: transform 0.5s ease;
}

#stories_2018aw ul li a:hover img {
  transform: scale(1.02);
}

/*タイトルEN　PC*/
#stories_2018aw .title_en {
  font-family: "brown-bold";
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  color: #000;
  padding: 12px 0 0 0;
}

/*タイトルJP　PC*/
#stories_2018aw .title_jp {
  font-size: 13px;
  letter-spacing: 0.04em;
  line-height: 1.3em;
  color: #000;
  padding: 8px 0 0 0;
  font-weight: bold;
}

/*タイトル日付　PC*/
#stories_2018aw .entry_date {
  letter-spacing: 0.1em;
  font-size: 13px;
  padding: 8px 0 0 0;
  color: #666;
  font-family: "brown-bold";
}

/* スマホ
-------------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

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

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

  /*vol基本　質問　SP*/
  .question::before {
    width: 2.5em;
    content: "";
    height: 1px;
    background: #000;
    border-bottom: 1px solid #fff;
    padding: 0;
    margin: 0;
    text-align: left;

    position: absolute;
    left: 0em;
    top: 0.6em;
  }

  .question {
    position: relative;
    width: 100%;
    text-indent: 3em;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.08em;
  }

  /*メインヴィジュアル　SP*/

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

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

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

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

  #visual.vol01 #keisai {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 20px;
    left: auto;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
  }

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

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

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

  /*SP　最初のリード*/
  #didyouknow {
    width: 100%;

    text-align: center;
    text-align: -webkit-center;
    padding: 80px 0 0px 0;
  }

  /*SP*/
  #didyouknow p {
    width: 84%;
    margin: 0 auto;
    font-weight: normal;
    font-size: 13px;
    line-height: 2.3em;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 70px;
    border-bottom: 1px solid #fff;
  }

  /*解説　スマホ*/
  #kaisetu {
    width: 100%;
    background: #f0f0f0;
    padding: 40px 0 40px 0;
  }

  #kaisetu .zentai_layout {
    width: 100%;
    margin: 0px auto 0px auto;
    display: block;
  }

  #kaisetu .zentai_layout .photo_layout {
    width: 100%;
    margin-right: 0px;
    padding: 0;
  }

  #kaisetu .zentai_layout .photo_layout img {
    width: 100%;
    height: auto;
  }

  #kaisetu .zentai_layout .photo_layout .credit {
    line-height: 1.9;
    width: 92%;
    margin: 0 auto 24px auto;
  }

  #kaisetu .zentai_layout .text_layout {
    width: 92%;
    margin: 40px auto 0 auto;
    padding: 0;
  }

  #kaisetu .zentai_layout .text_layout h2 {
    width: 100%;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.1em;
    margin: 0px auto 40px auto;
  }

  #kaisetu .zentai_layout .text_layout p {
    width: 100%;
    text-align: left;
    line-height: 2.4;
    margin: 0 0 20px 0;
  }

  /*block01　スマホ*/
  #block01 {
    width: 100%;
    margin: 0 auto;
    padding: 70px 0 120px 0;
  }

  #block01 h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.1;
    padding: 0 0 15px 0;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  }

  #block01 h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.1;
    padding: 0 0 20px 0;
    font-weight: bold;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  }

  #block01 .photo_layout {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }

  #block01 .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
  }

  #block01 .photo_layout .credit {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #666666;
    font-weight: bold;
  }

  #block01 .text_layout {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }

  #block01 .text_layout h2 {
    width: 100%;
    line-height: 1.4;
    text-align: center;
    font-size: 14px;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
    font-weight: bold;
  }

  #block01 .text_layout p {
    font-size: 12px;
    line-height: 2.1;
    padding-bottom: 21px;
  }

  #block01 .text_layout p:last-child {
    padding-bottom: 0px;
  }

  /*ディテール*/
  #block01 .detail_black {
    width: 100%;
    height: auto;
    background: #000;
    margin: 60px auto 70px auto;
    display: block;
  }

  #block01 .detail_black .photo_layout {
    width: 92%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
  }

  #block01 .detail_black .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }

  #block01 .detail_black .text_layout {
    width: 92%;
    height: auto;
    margin: 20px auto 20px auto;
    padding: 0 0 20px 0;
    background: #000;
    color: #fff;
    text-align: left;
  }

  #block01 .detail_black h4.sp_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
  }

  #block01 .detail_black h4 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #block01 .detail_black .text_layout p {
    margin: 0 auto 0px auto;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: left;
  }

  /*靴三足*/
  #block01 .variation {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px 0;
    border: 3px solid #f0f0f0;
    position: relative;
    overflow: visible;
  }

  #block01 .variation h4 {
    background: #fff;
    margin: 15px;
    position: absolute;
    width: 140px;
    height: 35px;
    top: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    letter-spacing: 0.1em;
  }

  #block01 .variation h4 .tyousei {
    display: block;
    margin-top: 10px;
    padding-top: 10px;
  }

  #block01 .variation ul {
    width: 100%;
    display: block;
    margin: 60px auto 0 auto;
  }

  #block01 .variation ul li {
    width: 90%;
    height: -webkit-calc(90vw * 720 / 960 + 40px);
    height: calc(90vw * 720 / 960 + 40px);
    text-align: center;
    margin: 0;
  }

  #block01 .variation ul li img {
    width: 100%;
    height: auto;
    margin: 0 0 24px 0;
  }

  /*block02　スマホ*/
  #block02 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 100px 0;
  }

  #block02 h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.1;
    padding: 0 0 15px 0;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  }

  #block02 h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.1;
    padding: 0 0 20px 0;
    font-weight: bold;
  }

  #block02 .photo_layout {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }

  #block02 .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
  }

  #block02 .photo_layout .credit {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #666666;
    font-weight: bold;
  }

  #block02 .text_layout {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }

  #block02 .text_layout h2 {
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-weight: bold;
  }

  #block02 .text_layout p {
    font-size: 12px;
    line-height: 2.1;
    padding-bottom: 21px;
  }

  #block02 .text_layout p:last-child {
    padding-bottom: 0px;
  }

  /*ディテール01*/
  #block02 .detail_black {
    width: 100%;
    height: auto;
    background: #000;
    margin: 60px auto 0px auto;
    display: block;
  }

  #block02 .detail_black h4.sp_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #block02 .detail_black .photo_layout {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  #block02 .detail_black .text_layout {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #000;
    color: #fff;
  }

  #block02 .detail_black .text_layout h4 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto 25px auto;
    width: 100%;
    text-align: center;
  }

  #block02 .detail_black .text_layout p {
    margin: 0 auto;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  /*ディテール02*/
  #block02 .detail_black_02 {
    width: 100%;
    height: auto;
    background: #000;
    margin: 0px auto 70px auto;
    display: block;
  }

  #block02 .detail_black_02 h4.sp_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 60px auto 25px auto;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #block02 .detail_black_02 .photo_layout {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  #block02 .detail_black_02 .photo_layout img {
    width: 100%;
    height: auto;
  }

  #block02 .detail_black_02 .text_layout {
    width: 92%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    background: #000;
    color: #fff;
  }

  #block02 .detail_black_02 .text_layout h4 {
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin: 0 auto 25px auto;
    width: 100%;
    text-align: center;
  }

  #block02 .detail_black_02 .text_layout p {
    margin: 0 auto;
    padding: 0 0 40px 0;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 12px;
  }

  #block02 .how_to_use_zentai {
    width: 100%;
    margin: 0 auto;
  }

  #block02 .how_to_use_zentai h3 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.1;
    padding: 0 0 15px 0;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  }

  #block02 .how_to_use_zentai .how_to_use {
    width: 100%;
    margin: 0px auto 0px auto;
    display: block;
  }

  #block02 .how_to_use_zentai .how_to_use .kaku {
    width: 86%;
    margin: 0 10% 40px 4%;
  }

  #block02 .how_to_use_zentai .how_to_use .kaku:nth-child(2) {
    margin: 0 4% 40px 10%;
  }

  #block02 .how_to_use_zentai .how_to_use .kaku:nth-child(3) {
    margin: 0 10% 0px 4%;
  }

  #block02 .how_to_use_zentai .how_to_use .kaku img {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }

  #block02 .how_to_use_zentai .how_to_use .kaku p {
    color: #666;
    line-height: 1.6;
  }

  /*block03　スマホ*/
  #block03 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 100px 0;
  }

  #block03 h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.1;
    padding: 0 0 15px 0;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  }

  #block03 h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.1;
    padding: 0 0 20px 0;
    font-weight: bold;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  }

  #block03 .photo_layout {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 30px 0;
  }

  #block03 .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0px 0 25px 0;
    padding: 25px 0 25px 0;
    background: #dcdcdc;
  }

  #block03 .photo_layout .credit {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #666666;
    font-weight: bold;
  }

  #block03 .text_layout {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }

  #block03 .text_layout h2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.4;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
    font-weight: bold;
  }

  #block03 .text_layout p {
    font-size: 12px;
    line-height: 2.1;
    padding-bottom: 21px;
  }

  #block03 .text_layout p:last-child {
    padding-bottom: 0px;
  }

  #block03 ul.main-carousel {
    width: 100%;
    height: auto;
    margin: 40px auto;
  }

  #block03 ul.main-carousel li {
    width: 88%;
    margin: 0 2% 0 2%;
    text-align: center;
    height: -webkit-calc(88vw / 960 * 1190 + 40px);
    height: calc(88vw / 960 * 1190 + 40px);
  }

  #block03 ul.main-carousel li img {
    width: 100%;
    height: auto;
    margin: 0 0 15px 0;
  }

  /*ディテール*/
  #block03 .detail_black {
    width: 100%;
    height: auto;
    background: #000;
    margin: 60px auto 0px auto;
    display: block;
  }

  #block03 .detail_black .photo_layout {
    width: 92%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
  }

  #block03 .detail_black .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    padding: 0;
    background: none;
  }

  #block03 .detail_black .text_layout {
    width: 92%;
    height: auto;
    margin: 20px auto 20px auto;
    padding: 0 0 20px 0;
    background: #000;
    color: #fff;
    text-align: left;
  }

  #block03 .detail_black h4.sp_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
  }

  #block03 .detail_black h4 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #block03 .detail_black .text_layout p {
    margin: 0 auto 0px auto;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: left;
  }

  /*block04　スマホ*/
  #block04 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 100px 0;
  }

  #block04 h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.1;
    padding: 0 0 15px 0;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  }

  #block04 h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.1;
    padding: 0 0 20px 0;
    font-weight: bold;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  }

  #block04 .photo_layout {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }

  #block04 .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
  }

  #block04 .photo_layout .credit {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #666666;
    font-weight: bold;
  }

  #block04 .text_layout {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }

  #block04 .text_layout h2 {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
    font-weight: bold;
  }

  #block04 .text_layout p {
    font-size: 12px;
    line-height: 2.1;
    padding-bottom: 21px;
  }

  #block04 .text_layout p:last-child {
    padding-bottom: 0px;
  }

  /*ディテール*/
  #block04 .detail_black {
    width: 100%;
    height: auto;
    background: #000;
    margin: 60px auto 0px auto;
    display: block;
  }

  #block04 .detail_black .photo_layout {
    width: 92%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
  }

  #block04 .detail_black .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }

  #block04 .detail_black .text_layout {
    width: 92%;
    height: auto;
    margin: 20px auto 20px auto;
    padding: 0 0 20px 0;
    background: #000;
    color: #fff;
    text-align: left;
  }

  #block04 .detail_black h4.sp_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
  }

  #block04 .detail_black h4 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #block04 .detail_black .text_layout p {
    margin: 0 auto 0px auto;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: left;
  }

  /*block05　スマホ*/
  #block05 {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 50px 0;
  }

  #block05 h2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.18em;
    line-height: 1.1;
    padding: 0 0 15px 0;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
  }

  #block05 h3 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 13px;
    letter-spacing: 0.08em;
    line-height: 1.1;
    padding: 0 0 20px 0;
    font-weight: bold;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
  }

  #block05 .photo_layout {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 60px 0;
  }

  #block05 .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 25px 0;
  }

  #block05 .photo_layout .credit {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    color: #666666;
    font-weight: bold;
  }

  #block05 .text_layout {
    width: 92%;
    margin: 0 auto;
    position: relative;
  }

  #block05 .text_layout h2 {
    width: 100%;
    text-align: center;
    line-height: 1.4;
    font-size: 14px;
    font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo, "MS PGothic", "MS UI Gothic", Arial, sans-serif;
    font-weight: bold;
  }

  #block05 .text_layout p {
    font-size: 12px;
    line-height: 2.1;
    padding-bottom: 21px;
  }

  #block05 .text_layout p:last-child {
    padding-bottom: 0px;
  }

  /*ディテール*/
  #block05 .detail_black {
    width: 100%;
    height: auto;
    background: #000;
    margin: 60px auto 70px auto;
    display: block;
  }

  #block05 .detail_black .photo_layout {
    width: 92%;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 0;
    position: relative;
  }

  #block05 .detail_black .photo_layout img {
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
  }

  #block05 .detail_black .text_layout {
    width: 92%;
    height: auto;
    margin: 20px auto 20px auto;
    padding: 0 0 20px 0;
    background: #000;
    color: #fff;
    text-align: left;
  }

  #block05 .detail_black h4.sp_title {
    display: inline-block;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
  }

  #block05 .detail_black h4 {
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1.1;
    font-family: "brown-bold", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo;
    margin: 20px auto 25px auto;
    width: 100%;
    text-align: center;
    color: #fff;
  }

  #block05 .detail_black .text_layout p {
    margin: 0 auto 0px auto;
    width: 100%;
    letter-spacing: 0.1em;
    font-size: 12px;
    text-align: left;
  }

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

  /*スマホ　スクロールライン*/
  .scroll_simple_line {
    position: absolute;
    width: 1px;
    margin: 0 auto;
    background: #666;
    height: 80px;
    bottom: -50px;
    left: 0;
    right: 0;
    z-index: 3;
  }

  .scroll_simple_line .line_gray {
    position: relative;
    height: 80px;
    width: 100%;
    background: #fff;
    opacity: 1;
    animation-duration: 3s;
    animation-name: takasa_idou;
    animation-iteration-count: infinite; /*ループ*/
    animation-timing-function: ease-out;
  }

  .second_tyousei {
    margin: 40px 0 0 0;
  }

  #online-2019-spring {
    width: 92vw;
    margin: 0 auto 60px auto;
  }

  #online-2019-spring .banner {
    width: 100%;
    height: -webkit-calc(92vw * 300 / 450 + 0px);
    height: calc(92vw * 300 / 450 + 0px);

    position: relative;
    margin: 0 auto;
  }

  #online-2019-spring .text01 {
    width: 92%;
    text-align: center;
    position: absolute;
    bottom: 55px;
    left: 0;
    z-index: 3;
    margin: auto;
    right: 0;
  }

  #online-2019-spring .text01 img {
    width: 100%;
    height: auto;
  }

  #online-2019-spring .text02 {
    width: 92%;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    z-index: 3;
    margin: auto;
    right: 0;
  }

  #online-2019-spring .text02 img {
    width: 100%;
    height: auto;
  }

  #online-2019-spring .photo {
    width: 100%;
    height: -webkit-calc(92vw * 300 / 450 + 0px);
    height: calc(92vw * 300 / 450 + 0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }

  #online-2019-spring .photo img {
    width: 100%;
    height: auto;
  }

  #online-2019-spring .black_area {
    width: 100%;
    height: -webkit-calc(92vw * 300 / 450 + 0px);
    height: calc(92vw * 300 / 450 + 0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    background: #000;
    transition: all 0.9s ease;
  }

  #online-2019-spring a {
    width: 100%;
    height: -webkit-calc(92vw * 300 / 450 + 0px);
    height: calc(92vw * 300 / 450 + 0px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    cursor: hand;
    cursor: pointer;
  }

  #online-2019-spring a:hover + .black_area {
    opacity: 0.3;
    cursor: hand;
    cursor: pointer;
  }
} /*@media*/
