@charset "UTF-8";
/*
 * jQuery FlexSlider v2.7.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url("fonts/flexslider-icon.eot");
  src: url("fonts/flexslider-icon.eot?#iefix") format("embedded-opentype"), url("fonts/flexslider-icon.woff") format("woff"), url("fonts/flexslider-icon.ttf") format("truetype"), url("fonts/flexslider-icon.svg#flexslider-icon") format("svg");
  font-weight: normal;
  font-style: normal; }
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none; }

.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

.flex-pauseplay span {
  text-transform: capitalize; }

/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .flexslider .slides {
  display: block; }

* html .flexslider .slides {
  height: 1%; }

.no-js .flexslider .slides > li:first-child {
  display: block; }

/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 0px;
  background: #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: "" 0 1px 4px rgba(0, 0, 0, 0.2); }

.flexslider .slides {
  zoom: 1; }

.flexslider .slides img {
  height: auto;
  -moz-user-select: none; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.carousel li {
  margin-right: 5px; }

.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 94px;
  height: 15px;
  margin: -20px 0 0;
  position: absolute;
  bottom: 10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.flex-direction-nav a:before {
  content: '';
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover; }

.flex-direction-nav a.flex-next:before {
  content: '';
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow.svg);
  background-size: cover; }

.flex-direction-nav .flex-prev {
  left: -50px; }

.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right; }

.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px; }

.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1; }

.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px; }

.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1; }

.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }

.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004'; }

.flex-pauseplay a:hover {
  opacity: 1; }

.flex-pauseplay a.flex-play:before {
  content: '';
  display: block;
  width: 94px;
  height: 15px;
  background: url(../images/arrow02.svg);
  background-size: cover; }

.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 5px;
  height: 5px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px; }

.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }
/*メディアクエリー
---------------------------------------------*/
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 (min-width: 425px) {
  section.denimstyling div.styling01, section.denimstyling div.styling03 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto 270px; } }
@media screen and (max-width: 424px) {
  section.denimstyling div.styling01, section.denimstyling div.styling03 {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 90px; } }
@media screen and (min-width: 425px) {
  section.denimstyling div.styling01 div.stylingImg-1, section.denimstyling div.styling03 div.stylingImg-1 {
    width: 50%;
    float: left; } }
@media screen and (max-width: 424px) {
  section.denimstyling div.styling01 div.stylingImg-1, section.denimstyling div.styling03 div.stylingImg-1 {
    order: 1; } }
@media screen and (min-width: 425px) {
  section.denimstyling div.styling01 div.text, section.denimstyling div.styling03 div.text {
    width: 50%;
    float: right;
    margin: 180px 0 200px;
    box-sizing: border-box;
    padding: 0 8%; } }
@media screen and (max-width: 424px) {
  section.denimstyling div.styling01 div.text, section.denimstyling div.styling03 div.text {
    order: 3;
    box-sizing: border-box;
    padding: 0 5% 20px; } }
section.denimstyling div.styling01 p.explain, section.denimstyling div.styling03 p.explain {
  text-align: left; }
  @media screen and (min-width: 425px) {
    section.denimstyling div.styling01 p.explain, section.denimstyling div.styling03 p.explain {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding: 0 3% 0 8%;
      margin: 56px 0 45px; } }
  @media screen and (max-width: 424px) {
    section.denimstyling div.styling01 p.explain, section.denimstyling div.styling03 p.explain {
      order: 4;
      box-sizing: border-box;
      padding: 0 5% 20px; } }
section.denimstyling div.styling01 dl.credit, section.denimstyling div.styling03 dl.credit {
  text-align: left; }
  @media screen and (min-width: 425px) {
    section.denimstyling div.styling01 dl.credit, section.denimstyling div.styling03 dl.credit {
      width: 50%;
      float: left;
      box-sizing: border-box;
      padding: 0 3% 0 8%; } }
  @media screen and (max-width: 424px) {
    section.denimstyling div.styling01 dl.credit, section.denimstyling div.styling03 dl.credit {
      order: 5;
      box-sizing: border-box;
      padding: 0 5% 0;
      font-size: 10px; } }
@media screen and (min-width: 425px) {
  section.denimstyling div.styling01 div.stylingImg-2, section.denimstyling div.styling03 div.stylingImg-2 {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding: 0 8% 0;
    margin-bottom: 100px; } }
@media screen and (max-width: 424px) {
  section.denimstyling div.styling01 div.stylingImg-2, section.denimstyling div.styling03 div.stylingImg-2 {
    order: 2;
    box-sizing: border-box;
    padding: 5%; } }
@media screen and (min-width: 425px) {
  section.denimstyling div.styling02, section.denimstyling div.styling05sp {
    width: 77%;
    margin: 0 auto 270px;
    overflow: hidden; } }
@media screen and (max-width: 424px) {
  section.denimstyling div.styling02, section.denimstyling div.styling05sp {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 90px; } }
@media screen and (min-width: 425px) {
  section.denimstyling div.styling02 div.stylingImg, section.denimstyling div.styling05sp div.stylingImg {
    width: 60%;
    float: left; } }
@media screen and (max-width: 424px) {
  section.denimstyling div.styling02 div.stylingImg, section.denimstyling div.styling05sp div.stylingImg {
    width: 64%; } }
@media screen and (min-width: 425px) {
  section.denimstyling div.styling02 div.text, section.denimstyling div.styling05sp div.text {
    width: 40%;
    float: right;
    box-sizing: border-box;
    padding: 0 14%;
    margin: 30px auto 180px; } }
@media screen and (max-width: 424px) {
  section.denimstyling div.styling02 div.text, section.denimstyling div.styling05sp div.text {
    width: 36%;
    box-sizing: border-box;
    padding: 7%; } }
section.denimstyling div.styling02 p.explain, section.denimstyling div.styling05sp p.explain {
  text-align: left; }
  @media screen and (min-width: 425px) {
    section.denimstyling div.styling02 p.explain, section.denimstyling div.styling05sp p.explain {
      width: 40%;
      float: right;
      box-sizing: border-box;
      padding: 0 80px;
      margin-bottom: 150px; } }
  @media screen and (max-width: 424px) {
    section.denimstyling div.styling02 p.explain, section.denimstyling div.styling05sp p.explain {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%;
      margin-top: 35px; } }
section.denimstyling div.styling02 dl.credit, section.denimstyling div.styling05sp dl.credit {
  text-align: left; }
  @media screen and (min-width: 425px) {
    section.denimstyling div.styling02 dl.credit, section.denimstyling div.styling05sp dl.credit {
      width: 60%;
      float: left;
      margin-top: 50px; } }
  @media screen and (max-width: 424px) {
    section.denimstyling div.styling02 dl.credit, section.denimstyling div.styling05sp dl.credit {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%;
      font-size: 10px;
      margin-top: 35px; } }

@media screen and (max-width: 424px) {
  div.styling03 div.text {
    padding: 0 9% 20px 5% !important; } }

div.styling04, div.styling06 {
  width: 100%; }
  @media screen and (min-width: 425px) {
    div.styling04, div.styling06 {
      margin-bottom: 270px; } }
  @media screen and (max-width: 424px) {
    div.styling04, div.styling06 {
      margin-bottom: 90px; } }
  @media screen and (min-width: 425px) {
    div.styling04 div.stylingImg, div.styling06 div.stylingImg {
      display: flex; } }
  @media screen and (min-width: 425px) {
    div.styling04 div.stylingImg div.stylingImg-1, div.styling06 div.stylingImg div.stylingImg-1 {
      width: 50%;
      box-sizing: border-box;
      padding-right: 7%; } }
  @media screen and (max-width: 424px) {
    div.styling04 div.stylingImg div.stylingImg-1, div.styling06 div.stylingImg div.stylingImg-1 {
      width: 100%;
      box-sizing: border-box;
      padding-right: 5%;
      margin-bottom: 20px; } }
  @media screen and (min-width: 425px) {
    div.styling04 div.stylingImg div.stylingImg-2, div.styling06 div.stylingImg div.stylingImg-2 {
      width: 50%;
      box-sizing: border-box;
      padding-left: 7%; } }
  @media screen and (max-width: 424px) {
    div.styling04 div.stylingImg div.stylingImg-2, div.styling06 div.stylingImg div.stylingImg-2 {
      width: 100%;
      box-sizing: border-box;
      padding-left: 5%;
      margin-bottom: 30px; } }
  @media screen and (min-width: 425px) {
    div.styling04 div.creditArea, div.styling06 div.creditArea {
      display: flex;
      margin-top: 100px;
      align-items: flex-end; } }
  @media screen and (min-width: 425px) {
    div.styling04 div.creditArea div.textArea, div.styling06 div.creditArea div.textArea {
      width: 50%; } }
  @media screen and (min-width: 425px) {
    div.styling04 div.creditArea div.textArea div.text, div.styling06 div.creditArea div.textArea div.text {
      width: 65%;
      margin: 0 0 50px 5%; } }
  @media screen and (max-width: 424px) {
    div.styling04 div.creditArea div.textArea div.text, div.styling06 div.creditArea div.textArea div.text {
      width: 100%;
      box-sizing: border-box;
      padding: 0 5%;
      margin-bottom: 20px; } }
  div.styling04 div.creditArea div.textArea p.explain, div.styling06 div.creditArea div.textArea p.explain {
    text-align: left; }
    @media screen and (min-width: 425px) {
      div.styling04 div.creditArea div.textArea p.explain, div.styling06 div.creditArea div.textArea p.explain {
        width: 65%;
        margin: 0 0 0 5%; } }
    @media screen and (max-width: 424px) {
      div.styling04 div.creditArea div.textArea p.explain, div.styling06 div.creditArea div.textArea p.explain {
        width: 100%;
        box-sizing: border-box;
        padding: 0 5%;
        margin-bottom: 35px; } }
  div.styling04 div.creditArea dl.credit, div.styling06 div.creditArea dl.credit {
    text-align: left; }
    @media screen and (min-width: 425px) {
      div.styling04 div.creditArea dl.credit, div.styling06 div.creditArea dl.credit {
        box-sizing: border-box;
        padding-left: 7%;
        width: 50%; } }
    @media screen and (max-width: 424px) {
      div.styling04 div.creditArea dl.credit, div.styling06 div.creditArea dl.credit {
        box-sizing: border-box;
        padding-left: 5%;
        font-size: 10px; } }

@media screen and (min-width: 425px) {
  div.styling05pc {
    width: 72%;
    margin: 0 auto 270px;
    display: flex; } }
@media screen and (min-width: 425px) {
  div.styling05pc div.stylingImg {
    width: 50%; } }
@media screen and (min-width: 425px) {
  div.styling05pc div.stylingImg img {
    margin-bottom: 50px; } }
@media screen and (min-width: 425px) {
  div.styling05pc div.stylingImg img:last-child {
    margin-bottom: 0; } }
div.styling05pc div.creditArea {
  text-align: left; }
  @media screen and (min-width: 425px) {
    div.styling05pc div.creditArea {
      width: 50%;
      display: flex;
      flex-direction: column;
      align-items: flex-end; } }
  @media screen and (min-width: 425px) {
    div.styling05pc div.creditArea div.inner {
      width: 64%;
      position: sticky;
      top: 0; } }
  @media screen and (min-width: 425px) {
    div.styling05pc div.creditArea div.inner div.text {
      width: 35%;
      margin: 0 auto 125px; } }
  div.styling05pc div.creditArea div.inner p.explain {
    text-align: left; }
    @media screen and (min-width: 425px) {
      div.styling05pc div.creditArea div.inner p.explain {
        margin-bottom: 100px; } }

@media screen and (max-width: 424px) {
  div.styling05sp div.stylingImg {
    width: 70% !important; } }
@media screen and (max-width: 424px) {
  div.styling05sp div.text {
    width: 30% !important;
    box-sizing: border-box !important;
    padding: 2% 5% 0 !important; } }

@media screen and (min-width: 425px) {
  div.styling07 {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 210px; } }
@media screen and (max-width: 424px) {
  div.styling07 {
    margin-bottom: 100px; } }
@media screen and (min-width: 425px) {
  div.styling07 div.stylingImg {
    width: 50%; } }
@media screen and (max-width: 424px) {
  div.styling07 div.stylingImg {
    width: 100%;
    box-sizing: border-box;
    padding-left: 5%; } }
@media screen and (min-width: 425px) {
  div.styling07 div.creditArea {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center; } }
@media screen and (max-width: 424px) {
  div.styling07 div.creditArea {
    width: 100%;
    box-sizing: border-box;
    padding: 0 5%;
    margin-top: 40px; } }
@media screen and (min-width: 425px) {
  div.styling07 div.creditArea div.text {
    width: 61.3%;
    margin-bottom: 40px; } }
@media screen and (max-width: 424px) {
  div.styling07 div.creditArea div.text {
    margin-bottom: 20px; } }
div.styling07 div.creditArea p.explain {
  text-align: left; }
  @media screen and (min-width: 425px) {
    div.styling07 div.creditArea p.explain {
      width: 61.3%;
      margin-bottom: 70px; } }
  @media screen and (max-width: 424px) {
    div.styling07 div.creditArea p.explain {
      margin-bottom: 35px; } }
div.styling07 div.creditArea dl.credit {
  text-align: left; }
  @media screen and (min-width: 425px) {
    div.styling07 div.creditArea dl.credit {
      width: 61.3%; } }
  @media screen and (max-width: 424px) {
    div.styling07 div.creditArea dl.credit {
      font-size: 12px; } }

dl.credit span {
  border-bottom: 1px solid #000;
  line-height: 1.8; }

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