@charset "UTF-8";
/*メディアクエリー
---------------------------------------------*/
dt.under_line {
  font-weight: 600;
  line-height: 1rem;
  margin-bottom: 10px;
  border-bottom: solid 1px #a477b2;
  display: inline-block; }

br.sp {
  display: none; }

@media only screen and (max-width: 424px) {
  br.sp {
    display: block; } }
#visual .scroll {
  width: 2px;
  height: 50px;
  padding: 0px;
  margin: 0 0 0 -1px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  z-index: 3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#visual .scroll span {
  width: 2px;
  height: 80px;
  margin: 0 0 0 -1px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: -40px;
  display: block;
  -webkit-animation: bar-anime 1.5s ease-out 0s infinite normal;
  animation: bar-anime 1.5s ease-out 0s infinite normal; }

@-webkit-keyframes bar-anime {
  0% {
    height: 1px;
    top: -80px; }
  80% {
    height: 80px;
    top: 50px; }
  100% {
    height: 1px;
    top: 50px; } }
@keyframes bar-anime {
  0% {
    height: 1px;
    top: -80px; }
  80% {
    height: 80px;
    top: 50px; }
  100% {
    height: 1px;
    top: 50px; } }
/* stylists
	MEMO: vol1に影響が出ないようにこちらにしています。
	vol1もこちらに合わせたらstyle_commonへ移動してください
*/
#stylist {
  text-align: left;
  max-width: 1000px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 65px 0;
  margin: 0 auto 70px auto;
  border-top: solid 1px #CCC;
  border-bottom: solid 1px #CCC; }

@media only screen and (max-width: 424px) {
  #stylist {
    margin: 0 20px 70px;
    padding: 30px 0;
    width: auto; } }
#stylist h3 {
  width: 130px;
  height: 25px;
  background-image: url(../images/title_styling.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 25px; }

#stylist .prof {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

@media only screen and (max-width: 424px) {
  #stylist .prof {
    display: block; } }
#stylist .photo {
  width: 120px; }

@media only screen and (max-width: 424px) {
  #stylist .photo {
    width: 140px;
    margin: 0 auto 25px auto; } }
#stylist .photo img {
  border-radius: 60px; }

#stylist .text {
  width: 850px;
  margin: 0 0 0 30px; }

@media only screen and (max-width: 424px) {
  #stylist .text {
    width: 100%;
    margin: 0px; } }
#stylist .text h5 {
  line-height: 1.8em;
  font-size: 18px;
  font-weight: bold; }

@media only screen and (max-width: 424px) {
  #stylist .text h5 {
    text-align: center; } }
#stylist .text h5 .en {
  font-size: 14px; }

#stylist .text a {
  color: #ab83b8; }

#stylist .text a:hover {
  color: #d8c7dd; }

.anim {
  position: relative;
  -webkit-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out; }

.anim:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.anim2 {
  position: relative;
  -webkit-transition: all 1.25s ease-out;
  transition: all 1.25s ease-out; }

.anim2:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #bf975e;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.anim-delay1 {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.anim-delay1:after {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s; }

.anim-delay2 {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.anim-delay2:after {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s; }

.anim-delay3 {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.anim-delay3:after {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s; }

.anim-delay4 {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.anim-delay4:after {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s; }

.anim-delay5 {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.anim-delay5:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s; }

.anim-delay6 {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.anim-delay6:after {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s; }

.anim-delay7 {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.anim-delay7:after {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s; }

.anim-delay8 {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.anim-delay8:after {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s; }

.anim-delay9 {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.anim-delay9:after {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s; }

.anim-delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.anim-delay10:after {
  -webkit-transition-delay: 1s;
  transition-delay: 1s; }

.anim-delay11 {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.anim-delay11:after {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s; }

.anim-delay12 {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.anim-delay12:after {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s; }

.anim-delay13 {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.anim-delay13:after {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s; }

.anim-delay14 {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.anim-delay14:after {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s; }

.anim-delay15 {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.anim-delay15:after {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s; }

.anim-delay16 {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.anim-delay16:after {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s; }

.anim-delay17 {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.anim-delay17:after {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s; }

.anim-delay18 {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.anim-delay18:after {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s; }

.anim-delay19 {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s; }

.anim-delay19:after {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s; }

.anim-delay20 {
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.anim-delay20:after {
  -webkit-transition-delay: 2s;
  transition-delay: 2s; }

.active .anim.anim-right_left:after, .active .anim2.anim-right_left:after {
  width: 0; }

.active .anim.anim-left_right:after, .active .anim2.anim-left_right:after {
  width: 0; }

.anim.anim-left_right:after, .anim2.anim-left_right:after {
  left: initial;
  left: auto;
  right: 0px; }

.active .anim.anim-top_bottom:after, .active .anim2.anim-top_bottom:after {
  height: 0; }

.anim.anim-top_bottom:after, .anim2.anim-top_bottom:after {
  top: initial;
  bottom: 0px; }

.active .anim.anim-bottom_top:after {
  height: 0; }

.anim.anim-opacity {
  opacity: 0.1; }

.anim.anim-opacity:after {
  display: none; }

.active .anim.anim-opacity {
  opacity: 1; }

.layout p {
  font-size: 14px;
  margin-bottom: 20px;
  margin-top: 20px; }

@media only screen and (max-width: 424px) {
  .layout p {
    font-size: 12px; } }
.layout .note {
  font-size: 12px;
  margin-bottom: 40px;
  color: #666666;
  font-style: italic; }

@media only screen and (max-width: 424px) {
  .layout .note {
    font-size: 11px; } }
.layout dl.credit {
  margin-top: 40px; }

.layout-04 .pl {
  margin-right: 50px; }

.layout-04 .pr {
  width: 53.28597%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

#container #visual {
  background-image: url("../images/visual_pc.jpg");
  background-position: top center;
  background-size: cover;
  position: relative; }

@media only screen and (max-width: 424px) {
  #container #visual {
    background-image: url("../images/visual_sp.jpg");
    background-position: top center;
    background-size: cocover; } }
#container #visual .img {
  text-indent: 0;
  max-width: 100%;
  text-align: center; }

#container #visual .title {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%; }
  @media screen and (max-width: 424px) {
    #container #visual .title {
      top: 3%;
      width: 70%;
      margin: 0 auto;
      left: 50%;
      transform: translateX(-50%); } }

#container #visual .title h2 {
  margin: 0 auto 15px auto;
  -webkit-transition: all 0.3s ease-out 2s;
  transition: all 0.3s ease-out 2s;
  opacity: 0; }

.loaded #container #visual .title h2 {
  opacity: 1; }

#container #visual .title h2 img {
  width: 160px;
  height: 53px; }
  @media screen and (max-width: 424px) {
    #container #visual .title h2 img {
      width: 120px;
      height: auto; } }

#container #visual .title h3 {
  -webkit-transition: all 0.3s ease-out 2.5s;
  transition: all 0.3s ease-out 2.5s;
  opacity: 0; }

.loaded #container #visual .title h3 {
  opacity: 1; }

#container #visual .title h3 img {
  width: 271px;
  height: 54px; }
  @media screen and (max-width: 424px) {
    #container #visual .title h3 img {
      width: 180px;
      height: auto; } }

#container #visual .body {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  -webkit-transition: all 0.3s ease-out 3.5s;
  transition: all 0.3s ease-out 3.5s;
  opacity: 0; }

.loaded #container #visual .body {
  opacity: 1; }

#container #visual .body p {
  color: #fff; }
  @media screen and (min-width: 425px) {
    #container #visual .body p {
      font-size: 20px;
      text-align: center;
      margin-bottom: 25px; } }
  @media screen and (max-width: 424px) {
    #container #visual .body p {
      font-size: 15px;
      text-align: center;
      margin-bottom: 15px; } }

#container #visual .body h3 img {
  width: 450px;
  height: auto; }

@media only screen and (max-width: 424px) {
  #container #visual .body h3 img {
    width: 80%;
    height: auto; } }
@media screen and (max-width: 424px) {
  header p {
    display: none; } }

#lead {
  max-width: 767px;
  margin: 103px auto;
  padding: 60px 0 36px;
  position: relative;
  border-color: #999999;
  border-style: solid;
  border-width: 2px;
  padding: 57px 32px; }

@media only screen and (max-width: 424px) {
  #lead {
    margin: 1.6rem 1.6rem;
    padding: 1.6rem 1.6rem;
    text-align: left; } }
#lead:before, #lead:after {
  content: '';
  display: block;
  position: absolute;
  left: 3px;
  width: calc(100% - 6px);
  border-color: #999999;
  border-style: solid;
  border-width: 1px 0 0 0; }

#lead:before {
  top: 3px; }

#lead:after {
  bottom: 3px; }

#lead p {
  font-size: 15px;
  line-height: 29px; }

@media only screen and (max-width: 424px) {
  #lead p {
    font-size: 14px;
    line-height: 24px; } }
#lead .writer {
  margin-top: 42px;
  text-align: right;
  font-size: 18px; }

@media only screen and (max-width: 424px) {
  #lead .writer {
    margin-top: 26px;
    margin-right: 10px;
    font-size: 16px; } }
@media screen and (min-width: 425px) {
  .pcNone {
    display: none; } }
@media screen and (max-width: 424px) {
  .pcNone {
    display: block; } }

@media screen and (min-width: 425px) {
  .spNone {
    display: block; } }
@media screen and (max-width: 424px) {
  .spNone {
    display: none; } }

dl.credit {
  line-height: 1.6; }

@media screen and (max-width: 424px) {
  section.lacestyling div.block01 {
    background: #e2e8ec;
    margin-top: 60px;
    margin-bottom: 5px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block01 {
    display: flex;
    width: 1110px;
    margin: 0 auto 10px;
    position: relative; } }
section.lacestyling div.block01 div.block01-1 {
  position: relative;
  background: url(../images/image01.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block01 div.block01-1 {
      width: 50%; } }
  section.lacestyling div.block01 div.block01-1::before {
    content: "";
    display: block;
    padding-top: calc(1126 / 750 * 100%); }
  section.lacestyling div.block01 div.block01-1 h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block01 div.block01-1 h4 {
        width: 64.7%; } }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block01 div.block01-1 h4 {
        width: 64.2%; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block01 div.block01-2 {
    width: 50%; } }
section.lacestyling div.block01 div.block01-2::before {
  content: "";
  display: block;
  padding-top: calc(1126 / 750 * 100%);
  background: url(../images/image02.jpg);
  background-size: cover;
  background-position: center center; }
@media screen and (min-width: 425px) {
  section.lacestyling div.block01 div.explain {
    position: absolute;
    width: 50%;
    text-align: left;
    bottom: 30px;
    left: 50%;
    color: #fff; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block01 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 30px; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block01 div.explain h5 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block01 div.explain h5 {
    width: 85%;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 1.6; } }
section.lacestyling div.block01 div.explain p {
  text-align: left;
  font-size: 14px; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block01 div.explain p {
      width: 85%;
      margin: 0 auto;
      color: #fff; } }
section.lacestyling div.block01 dl.credit {
  text-align: left; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block01 dl.credit {
      position: absolute;
      color: #fff;
      bottom: 32px;
      left: calc(50% - 32px);
      transform: translateX(-100%); } }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block01 dl.credit {
      width: 90%;
      padding-bottom: 80px;
      margin: 0 auto; } }
  section.lacestyling div.block01 dl.credit dd:first-child {
    margin-bottom: 10px; }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block01 dl.credit dd:first-child span {
        border-bottom: 1px solid #000; } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block01 dl.credit dd:first-child span {
        border-bottom: 1px solid #fff; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block01 dl.credit dd a {
      color: #fff; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block02 {
    background: #e2e8ec;
    margin-bottom: 5px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block02 {
    display: flex;
    flex-wrap: wrap;
    width: 1110px;
    margin: 0 auto 10px; } }
section.lacestyling div.block02 div.block02-1 {
  position: relative; }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block02 div.block02-1 {
      background: url(../images/image03.jpg);
      background-size: cover;
      background-position: center center; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block02 div.block02-1 {
      width: 100%;
      margin: 0 auto;
      background: url(../images/image03w.jpg);
      background-size: cover;
      background-position: center center; } }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block02 div.block02-1::before {
      content: "";
      display: block;
      padding-top: 100%; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block02 div.block02-1::before {
      content: "";
      display: block;
      padding-top: calc(720 / 1116 * 100%); } }
  section.lacestyling div.block02 div.block02-1 h4 {
    position: absolute; }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block02 div.block02-1 h4 {
        width: 35%;
        top: 50%;
        transform: translateY(-50%);
        right: 13%; } }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block02 div.block02-1 h4 {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 64.2%; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block02 div.block02-2 {
    width: 50%; } }
section.lacestyling div.block02 div.block02-2::before {
  content: "";
  display: block;
  padding-top: calc(1126 / 750 * 100%);
  background: url(../images/image04.jpg);
  background-size: cover;
  background-position: center center; }
@media screen and (min-width: 425px) {
  section.lacestyling div.block02 div.block02-3 {
    width: 50%;
    background: #e2e8ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block02 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 30px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block02 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 48px; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block02 div.explain h5 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block02 div.explain h5 {
    font-size: 26px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 30px; } }
section.lacestyling div.block02 div.explain p {
  text-align: left;
  font-size: 14px; }
section.lacestyling div.block02 dl.credit {
  text-align: left; }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block02 dl.credit {
      width: 90%;
      padding-bottom: 80px;
      margin: 0 auto; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block02 dl.credit {
      width: 90%; } }
  section.lacestyling div.block02 dl.credit dd:first-child {
    margin-bottom: 10px; }
    section.lacestyling div.block02 dl.credit dd:first-child span {
      border-bottom: 1px solid #000; }
@media screen and (max-width: 424px) {
  section.lacestyling div.block03 {
    background: #e2e8ec;
    margin-bottom: 5px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block03 {
    width: 1110px;
    margin: 0 auto 10px;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: flex-end; } }
section.lacestyling div.block03 div.block03-1 {
  position: relative;
  background: url(../images/image05.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block03 div.block03-1 {
      width: 50%; } }
  section.lacestyling div.block03 div.block03-1::before {
    content: "";
    display: block;
    padding-top: calc(1126 / 750 * 100%); }
  section.lacestyling div.block03 div.block03-1 h4 {
    position: absolute;
    top: 50%;
    left: 9%;
    transform: translateY(-50%); }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block03 div.block03-1 h4 {
        width: 64.2%; } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block03 div.block03-1 h4 {
        width: 60.1%; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block03 div.block03-2 {
    width: 50%; } }
section.lacestyling div.block03 div.block03-2::before {
  content: "";
  display: block;
  padding-top: calc(1126 / 750 * 100%);
  background: url(../images/image06.jpg);
  background-size: cover;
  background-position: center center; }
@media screen and (min-width: 425px) {
  section.lacestyling div.block03 div.block03-3 {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-bottom: 32px;
    padding-right: 32px; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block03 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 30px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block03 div.explain {
    color: #fff;
    margin-bottom: 30px; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block03 div.explain h5 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block03 div.explain h5 {
    line-height: 1.6;
    text-align: right;
    color: #fff;
    font-size: 26px;
    margin-bottom: 115px; } }
section.lacestyling div.block03 div.explain p {
  text-align: left;
  font-size: 14px; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block03 div.explain p {
      width: 72%;
      margin-left: auto; } }
section.lacestyling div.block03 dl.credit {
  text-align: left; }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block03 dl.credit {
      width: 90%;
      padding-bottom: 80px;
      margin: 0 auto; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block03 dl.credit {
      width: 72%; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block03 dl.credit dd {
      text-align: left;
      color: #fff; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block03 dl.credit dd a {
      color: #fff; } }
  section.lacestyling div.block03 dl.credit dd:first-child {
    margin-bottom: 10px; }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block03 dl.credit dd:first-child span {
        border-bottom: 1px solid #000; } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block03 dl.credit dd:first-child span {
        border-bottom: 1px solid #fff; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block04 {
    background: #e2e8ec;
    margin-bottom: 5px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block04 {
    width: 1110px;
    margin: 0 auto 10px;
    display: flex;
    flex-wrap: wrap; } }
section.lacestyling div.block04 div.block04-1 {
  position: relative;
  background: url(../images/image07.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block04 div.block04-1 {
      width: 100%;
      background: url(../images/image07w.jpg); } }
  section.lacestyling div.block04 div.block04-1::before {
    content: "";
    display: block; }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block04 div.block04-1::before {
        padding-top: 100%; } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block04 div.block04-1::before {
        padding-top: calc(720 / 1116 * 100%); } }
  section.lacestyling div.block04 div.block04-1 h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block04 div.block04-1 h4 {
        width: 94%; } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block04 div.block04-1 h4 {
        width: 47.7; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block04 div.block04-2 {
    width: 50%; } }
section.lacestyling div.block04 div.block04-2::before {
  content: "";
  display: block;
  padding-top: calc(1126 / 750 * 100%);
  background: url(../images/image08.jpg);
  background-size: cover;
  background-position: center center; }
@media screen and (min-width: 425px) {
  section.lacestyling div.block04 div.block04-3 {
    width: 50%;
    background: #e2e8ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block04 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 30px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block04 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 48px; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block04 div.explain h5 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block04 div.explain h5 {
    font-size: 26px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 30px; } }
section.lacestyling div.block04 div.explain p {
  text-align: left;
  font-size: 14px; }
section.lacestyling div.block04 dl.credit {
  text-align: left; }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block04 dl.credit {
      width: 90%;
      padding-bottom: 80px;
      margin: 0 auto; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block04 dl.credit {
      width: 90%; } }
  section.lacestyling div.block04 dl.credit dd:first-child {
    margin-bottom: 10px; }
    section.lacestyling div.block04 dl.credit dd:first-child span {
      border-bottom: 1px solid #000; }
@media screen and (max-width: 424px) {
  section.lacestyling div.block05 {
    background: #e2e8ec;
    margin-bottom: 5px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block05 {
    display: flex;
    width: 1110px;
    margin: 0 auto 10px;
    position: relative; } }
section.lacestyling div.block05 div.block05-1 {
  position: relative;
  background: url(../images/image09.jpg);
  background-size: cover;
  background-position: center center; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block05 div.block05-1 {
      width: 50%; } }
  section.lacestyling div.block05 div.block05-1::before {
    content: "";
    display: block;
    padding-top: calc(1126 / 750 * 100%); }
  section.lacestyling div.block05 div.block05-1 h4 {
    position: absolute;
    top: 9%;
    left: 47%;
    transform: translateX(-50%);
    width: 68%; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block05 div.block05-1 h5 {
      color: #fff;
      line-height: 1.6;
      font-size: 26px;
      text-align: left;
      position: absolute;
      top: 22%;
      left: 50%;
      transform: translateX(-50%);
      width: 75%; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block05 div.block05-2 {
    width: 50%; } }
section.lacestyling div.block05 div.block05-2::before {
  content: "";
  display: block;
  padding-top: calc(1126 / 750 * 100%);
  background: url(../images/image10.jpg);
  background-size: cover;
  background-position: center center; }
@media screen and (min-width: 425px) {
  section.lacestyling div.block05 div.block05-3 {
    position: absolute;
    width: 50%;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    box-sizing: border-box;
    padding-right: 32px;
    padding-bottom: 32px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block05 div.explain {
    color: #fff;
    width: 91%;
    margin: 0 0 50px auto; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block05 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 30px; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block05 div.explain h5 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6; } }
section.lacestyling div.block05 div.explain p {
  text-align: left;
  font-size: 14px; }
section.lacestyling div.block05 dl.credit {
  text-align: left; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block05 dl.credit {
      width: 91%;
      margin-left: auto; } }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block05 dl.credit {
      width: 90%;
      padding-bottom: 80px;
      margin: 0 auto; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block05 dl.credit dd {
      color: #fff; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block05 dl.credit dd a {
      color: #fff; } }
  section.lacestyling div.block05 dl.credit dd:first-child {
    margin-bottom: 10px; }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block05 dl.credit dd:first-child span {
        border-bottom: 1px solid #000; } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block05 dl.credit dd:first-child span {
        border-bottom: 1px solid #fff; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block06 {
    background: #e2e8ec;
    margin-bottom: 5px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block06 {
    width: 1110px;
    display: flex;
    margin: 0 auto 100px;
    flex-wrap: wrap; } }
section.lacestyling div.block06 div.block06-1 {
  position: relative; }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block06 div.block06-1 {
      background: url(../images/image11.jpg);
      background-size: cover;
      background-position: center center; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block06 div.block06-1 {
      background: url(../images/image11w.jpg);
      background-size: cover;
      background-position: center center;
      width: 100%; } }
  section.lacestyling div.block06 div.block06-1::before {
    content: "";
    display: block; }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block06 div.block06-1::before {
        padding-top: 100%; } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block06 div.block06-1::before {
        padding-top: calc(720 / 1116 * 100%); } }
  section.lacestyling div.block06 div.block06-1 h4 {
    position: absolute; }
    @media screen and (max-width: 424px) {
      section.lacestyling div.block06 div.block06-1 h4 {
        width: 68%;
        top: 22%;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (min-width: 425px) {
      section.lacestyling div.block06 div.block06-1 h4 {
        width: 39.3%;
        top: 60%;
        right: 4.5%; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block06 div.block06-2 {
    width: 50%; } }
section.lacestyling div.block06 div.block06-2::before {
  content: "";
  display: block;
  padding-top: calc(1126 / 750 * 100%);
  background: url(../images/image12.jpg);
  background-size: cover;
  background-position: center center; }
@media screen and (min-width: 425px) {
  section.lacestyling div.block06 div.block06-3 {
    width: 50%;
    background: #e2e8ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block06 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 30px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block06 div.explain {
    width: 90%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 80px 0 48px; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.block06 div.explain h5 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.6; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.block06 div.explain h5 {
    font-size: 26px;
    text-align: left;
    line-height: 1.6;
    margin-bottom: 30px; } }
section.lacestyling div.block06 div.explain p {
  text-align: left;
  font-size: 14px; }
section.lacestyling div.block06 dl.credit {
  text-align: left; }
  @media screen and (max-width: 424px) {
    section.lacestyling div.block06 dl.credit {
      width: 90%;
      padding-bottom: 80px;
      margin: 0 auto; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.block06 dl.credit {
      width: 90%; } }
  section.lacestyling div.block06 dl.credit dd:first-child {
    margin-bottom: 10px; }
    section.lacestyling div.block06 dl.credit dd:first-child span {
      border-bottom: 1px solid #000; }
@media screen and (min-width: 425px) {
  section.lacestyling div.about {
    text-align: center; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.about {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0; } }
@media screen and (max-width: 424px) {
  section.lacestyling div.about h4 {
    width: 43%;
    margin: 0 auto 30px; } }
@media screen and (min-width: 425px) {
  section.lacestyling div.about h4 {
    width: 182px;
    margin: 0 auto 30px; } }
section.lacestyling div.about h4::before {
  content: "";
  display: block;
  border-top: 1px solid #000; }
  @media screen and (max-width: 424px) {
    section.lacestyling div.about h4::before {
      width: 11%;
      margin: 0 auto 40px; } }
  @media screen and (min-width: 425px) {
    section.lacestyling div.about h4::before {
      width: 182px;
      margin: 0 auto 50px; } }
section.lacestyling div.about p {
  text-align: left; }
  @media screen and (min-width: 425px) {
    section.lacestyling div.about p {
      text-align: center;
      margin-bottom: 100px; } }

/*# sourceMappingURL=style.css.map */
