@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");
body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
}

.content_wrap a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

/* bBootstrap v3.3.7の変数のみinclude */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* Component */
.sd-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #0B6CCF;
  border-radius: 4px;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
}

.sd-btn a, .sd-btn:hover, .sd-btn:focus,
.sd-btn a:hover,
.sd-btn a:focus {
  color: #FFFFFF;
}

.zoom:hover {
  -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2);
  transition: all 0.5s ease 0s;
}

.ol--reset,
.ul--reset {
  padding: 0;
  list-style-type: none;
}

.ol,
.ul {
  padding: 0;
  list-style-type: none;
}

.ol li,
.ul li {
  border-bottom: 1px dotted #cccccc;
}

.ol li:last-child,
.ul li:last-child {
  border-bottom: none;
}

.hr {
  clear: both;
  border: 0;
  height: 1px;
  border-bottom: 1px solid #000000;
}

.form textarea,
.form input {
  border: 1px solid #000000;
}

.form label {
  margin-right: 15px;
}

.form textarea,
.form input[type="text"] {
  padding: 5px;
  width: 100%;
  font-size: 1rem;
}

.stylist{
	border: 1px solid #000000;
	box-sizing: border-box;
	margin: -4.5% 0 5.7% 0;
	padding: 4.7% 7% 3.5% 8%;
	width: 100%;
	overflow: hidden;
}
.stylist a{
	color: #00308b;
	text-decoration: underline;
}
.stylist a:hover{
	text-decoration: none;
}
.stylist div{
/*	float: left;*/
	font-size: 14px;
	margin-left: 1.5%;
}
.stylist div p img{
	margin-bottom: 2%;
}

.coupon{
	background: #59c3cf;
	padding: 4% 5%;
	text-align: center;
	width: 100%;
  color: #ffffff;
}
.coupon .coupon_code{
  color: #59c3cf;
  background: #ffffff;
	border: 1px solid #59c3cf;
	font-size: 165%;
	/*font-weight: 600;*/
	margin: 1% 17%;
	padding: 1% 0;
}
.coupon .attention{
	font-size: 100%;
}

.hidden-600{
	display: block;
}
.visible-600{
	display: none;
}
.hidden-480{
	display: block;
}
.visible-480{
	display: none;
}

@media screen and (min-width: 1200px) {
  .form textarea,
  .form input[type="text"] {
    font-size: 1.6rem;
  }
}

.form textarea {
  min-height: 200px;
}

.form input[type="submit"] {
  padding: 5px;
  margin: 5px;
}

.sd-table {
  width: 100%;
  max-width: 100%;
  background: #FFFFFF;
  border-bottom: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-collapse: collapse;
}

.sd-table caption {
  font-weight: bold;
  font-size: 110%;
}

.sd-table > thead tr > th,
.sd-table > tbody tr > th,
.sd-table > tfoot tr > th {
  background: #f2f2f2;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
}

.sd-table > thead tr > th, .sd-table > thead tr > td,
.sd-table > tbody tr > th,
.sd-table > tbody tr > td,
.sd-table > tfoot tr > th,
.sd-table > tfoot tr > td {
  vertical-align: middle;
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  padding: 15px;
}

/*グラデーション*/
.gradation {
  background-color: transparent;
  background-image: linear-gradient(to bottom, #FFFFFF 0%, rgba(250, 250, 250, 0.4) 100%);
}

/*テキストシャドウ*/
.text-shadow--gray {
  text-shadow: 0 1px 0 rgba(150, 150, 150, 0.6);
}

.text-shadow--white {
  text-shadow: 0 1px 0 #FFFFFF;
}

/*ボックスシャドウ*/
.box-shadow--gray {
  box-shadow: 0 0 10px 1px #CCCCCC;
}

.box-shadow--white {
  box-shadow: 0 0 15px #FFFFFF #CCCCCC;
}

.sd-label {
  padding: 5px;
  font-size: 85%;
  border-radius: 6px;
  color: #FFFFFF;
  background-color: #000000;
}

.sd-picture {
  border: 5px solid #FFFFFF;
}

/**
 * animation
 */
/*点滅設定*/
@keyframes sdKeyframes--opacity-flashing {
  0% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.8;
  }
}

/*点滅*/
.sd-flashing {
  animation: sdKeyframes--opacity-flashing 1s infinite;
}

/* Project */
.btn--item {
  text-align: center;
  color: #FFFFFF;
  background-color: #100a0d;
  font-size: 12px;
  letter-spacing: 2px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
  background-image: url("http://ds-assets.s3.amazonaws.com/e-look.jp/2017/keith/keith_lee2017ss/arrow.png");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 7px 10px;
  letter-spacing: 0.1px;
}

@media screen and (min-width: 980px) {
  .btn--item {
    text-align: left;
  }
}

.btn--item:hover {
  color: rgba(255, 255, 255, 0.7) !important;
}

.btn--item a {
  display: block;
  color: #FFFFFF;
  padding: 10px 13px;
}

@media screen and (min-width: 980px) {
  .btn--item a {
    padding: 5px 13px;
  }
}

/*@media screen and (min-width: 980px) {
#page-footer .footer_nav,
  #footer_banner,
  .breadcrumb,
  .navbar {
    display: none;
  }
}*/

body {
  background-color: #ffffff;
  /*padding: 0;*/
}

@media screen and (min-width: 980px) {
  body {
    background-color: #f5f5f5;
  }
}

.ani-fadeInUp {
  opacity: 0;
}

.content_wrap {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}

@media screen and (min-width: 980px) {
  .content_wrap {
    max-width: 1170px;
  }
}

.content_wrap * {
  box-sizing: border-box;
}

.header {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 980px) {
  .header {
    margin-bottom: 100px;
  }
}

.header .header__img {
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .header .header__img {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .header .header__img {
    margin-bottom: 45px;
  }
}

.header .header__text {
  padding: 0 15px;
  margin-bottom: 30px;
}

.set {
  border-bottom: solid 1px #8e8e8e;
  padding-bottom: 25px;
  margin-bottom: 70px;
}

.set .two-rows {
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px;
}

@media screen and (min-width: 980px) {
  .set .two-rows {
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .set.set-06 .two-rows,
  .set.set-07 .two-rows {
    display: block;
    float: right;
    width: 35%;
  }
}

.set .two-rows .two-rows-child:first-child {
  padding-right: 5px;
}

@media screen and (min-width: 980px) {
  .set .two-rows .two-rows-child:first-child {
    margin-right: 20px;
  }
}

.set .two-rows .two-rows-child:last-child {
  padding-left: 5px;
}

@media screen and (min-width: 980px) {
  .set .two-rows .two-rows-child:last-child {
    margin-left: 20px;
  }
}

@media screen and (min-width: 980px) {
  .set.set-06 .two-rows .two-rows-child,
  .set.set-07 .two-rows .two-rows-child {
    margin: 0 0 8% 0;
    padding: 0;
  }
}

@media screen and (min-width: 980px) {
  .set .two-rows--md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

@media screen and (min-width: 980px) {
  .set.item-04 .two-rows--md {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media screen and (min-width: 980px) {
  .set.set-02 .two-rows--md,
  .set.set-04 .two-rows--md {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.set .two-rows-md-child:first-child {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .set .two-rows-md-child:first-child {
    width: 40%;
    background: #ffffff;
    padding: 50px 40px 20px;
  }
}

@media screen and (min-width: 980px) {
  .set .two-rows-md-child:last-child {
    width: 59%;
    padding: 53px 70px;
    font-size: 1.2em;
  }
}

.present {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.present .present_attention {
  font-size: 0.8em;
}
@media screen and (min-width: 980px) {
  .set .flex-parent-center-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.set .set-title {
  margin: 0 10px 45px 10px;
  text-align: center;
}

/*.set:nth-child(odd) .set-title {
  text-align: right;
}*/

@media screen and (min-width: 980px) {
  .set .set-title {
    padding: 0 15px;
    margin: 0 0 50px 0;
  }
  .set-02 .set-title {
    margin: 0 0 20px 0;
  }
}

.set .set-title img {
  max-height: 70px;
}

@media screen and (min-width: 980px) {
  .set .set-title img {
    max-height: 95px;
  }
}

.set .set-photo {
  margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .set .set-photo {
    margin-bottom: 40px;
  }
  .set .set-photo:after {
    content: "";
    display: block;
    clear: both;
  }
}

.set .set-photo__main {
  margin-bottom: 10px;
}

@media screen and (min-width: 980px) {
  .set .set-photo__main {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 980px) {
  .set.set-06 .set-photo__main,
  .set.set-07 .set-photo__main {
    float: left;
    width: 62%;
  }
}

.set .set-item {
  background-color: #FFFFFF;
  margin: 0 10px 60px 10px;
  padding: 20px;
}

.present .set-item {
  background: #95b0bc;
  margin: 0 0 0;
}

.present .set-item .present_item {
  background: #ffffff;
  margin-bottom: 20px;
}

.present .set-item .present_item p {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  margin: 0;
  text-align: left;
  font-size: 0.8em;
}

.present .set-item .present_item p.text_right {
  width: 40%;
}

@media screen and (min-width: 980px) {
  .present .set-item .present_item p {
    width: 100%;
    display: block;
    text-align: right;
  }
  .present .set-item .present_item p.text_right {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .set .set-item {
    margin: 0 0 120px 0;
  }
}

@media screen and (min-width: 980px) {
  .set .set-item:nth-child(even) {
    padding: 60px 40px 60px 110px;
  }
}

@media screen and (min-width: 980px) {
  .set .set-item:nth-child(odd) {
    padding: 60px 110px 60px 40px;
  }
}

@media screen and (min-width: 980px) {
  .set.set-04 .set-item:nth-child(odd) {
    padding: 60px 4px 60px 110px;
  }
  .present .set-item:nth-child(odd) {
    padding: 0;
    margin-bottom: 0;
  }
}

.set .set-item__number {
  text-align: center;
  margin: 10px 0 30px 0;
}

.set .set-item__item {
  margin-left: 5px;
  margin-right: 5px;
  /*margin-bottom: 30px;*/
}

@media screen and (min-width: 980px) {
  .set .set-item__item {
    margin-bottom: 0;
  }
}

.set .set-item__title {
  text-align: center;
  margin-bottom: 30px;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 980px) {
  .set .set-item__title {
    max-width: none;
  }
}

.set ul.set-item__data {
  margin-bottom: 30px;
  font-size: 90%;
}

@media screen and (min-width: 980px) {
  .set ul.set-item__data {
    margin-bottom: 35px;
  }
}

.set ul.set-item__data li {
  margin-bottom: 5px;
}

@media screen and (min-width: 980px) {
  .set ul.set-item__data li {
    text-align: center;
  }
}

.set .set-item__comment {
  padding-bottom: 10px;
  margin-bottom: 20px;
  /* border-bottom: 1px solid #efefef; */
}

.set .set-item__comment-title {
  font-size: 14px;
  margin-bottom: 5px;
}

@media screen and (min-width: 980px) {
  .set .set-item__comment-title {
    text-align: center;
  }
}

@media screen and (min-width: 980px) {
  .set ul.set-item__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: stretch;
        align-items: stretch;
  }
}

.set ul.set-item__link li {
  margin-top: 7px;
  background-color: #343434;
  /*padding: 10px 0;*/
}

@media screen and (min-width: 980px) {
  .set ul.set-item__link li a{
    display: block;
    padding: 15px 10px;
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .set.set-01 ul.set-item__link li a{
    display: block;
    padding: 10px;
  }
}


/*.set.set-01 ul.set-item__link li {
  padding: 0;
}
*/
@media screen and (min-width: 980px) {
  .set ul.set-item__link li {
    margin: 0;
    width: 48.5%;
  }
}

.set ul.set-item__link li:first-child {
  margin-top: 0;
}

.set.set-01 ul.set-item__link li {
  margin-top: 7px;
}

@media screen and (min-width: 980px) {
  .set.set-01 ul.set-item__link li {
    margin: 0;
    width: 32%;
  }
}

/* Utility */
.hide_text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.clear {
  clear: both;
}

.fluid_img {
  max-width: 100%;
  height: auto;
}

.none {
  display: none;
}

.flo-left {
  float: left;
}

.flo-right {
  float: right;
}

.text_left {
  text-align: left;
}

.text_right {
  text-align: right;
}

.text_white {
  color: #ffffff;
}

.text_center-md {
  text-align: center;
}

@media screen and (min-width: 980px) {
  .text_center-md {
      text-align: center;
  }
}

.text_center {
  text-align: center;
}

.font_small {
  font-size: 80%;
}

.opa-0,
.ani-fadeIn,
.ani-fadeInLeft {
  opacity: 0;
}

.flex-wrapper,
.flex-outer,
.flex-parent {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.flex-child {
  width: 50%;
}

.u-none {
  display: none;
}

@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-block {
    display: block;
  }
}

@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}

.u-table {
  display: table;
}

@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}

@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}

@media screen and (min-width: 690px) {
  .u-sm-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .mt-md_-35px {
    margin-top: -35px !important;
  }
}

.u-mb-30 {
  margin-bottom: 30px;
}

.u-cb {
  color: #000000 !important;
}

.u-cb::before {
  content: '-' !important;
}

@media screen and (min-width: 980px) {
  .u-r-up .coordinate__single:nth-child(1) {
    margin-top: 120px !important;
  }
  .u-r-up .coordinate__single:nth-child(2) {
    margin-top: 80px !important;
  }
  .u-r-up .coordinate__single:nth-child(3) {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 980px) {
  .u-l-up .coordinate__single:nth-child(1) {
    margin-top: 0px !important;
  }
  .u-l-up .coordinate__single:nth-child(2) {
    margin-top: 80px !important;
  }
  .u-l-up .coordinate__single:nth-child(3) {
    margin-top: 120px !important;
  }
}

.u-opa {
  opacity: 0.3;
}

.u-white {
  color: #FFFFFF;
}

.u-mb-60-sm {
  margin-bottom: 60px;
}

@media screen and (min-width: 980px) {
  .u-mb-60-sm {
    margin-bottom: auto;
  }
}

@media screen and (min-width: 690px) {
  #page-body .light_outer .credit__data .cdu-l {
    width: 40%;
  }
}

@media screen and (min-width: 690px) {
  #page-body .light_outer .credit__data .cdu-r {
    width: 60%;
  }
}

@media screen and (max-width: 980px) {
  .coupon{
  	padding: 0 8% 6% 8%;
  }
  .coupon .coupon_code{
  	font-size: 145%;
      font-weight: 600;
      margin: 4% 2%;
  }
  .coupon .attention{
  	font-size: 100%;
  }
}

@media screen and (max-width: 690px) {
  .coupon{
  	padding: 9% 4%;
  }
  .coupon .attention{
  	font-size: 77%;
  }
}

@media screen and (max-width: 600px) {
  .coupon .attention {
      font-size: 90%;
    	line-height: 1.6;
  }
  .hidden-600{
  	display: none;
  }
  .visible-600{
  	display: block;
  }
}

@media screen and (max-width: 480px) {
  .stylist {
      padding: 11.7% 7% 11.5% 8%;
  }
  .stylist p{
  	line-height: 1.5;
  }

  .coupon .coupon_code {
      line-height: 1.4;
      padding: 4% 0;
  }

  .hidden-480{
  	display: none;
  }
  .visible-480{
  	display: block;
  }
}



/*================================================================================

state

================================================================================*/
.is-fade-in {
  transition: opacity 0.2s linear;
  opacity: 1 !important;
}

.is-fade-out {
  transition: opacity 0.6s ease-in-out;
  opacity: 0 !important;
}

.is-fade-out--long {
  transition: opacity 1s ease-in-out;
  opacity: 0 !important;
}

.is-nav-on {
  display: table-cell !important;
  vertical-align: middle;
  height: 100vh;
  padding: 20vh 0;
}


/*追記*/

.link-banner{
  margin: 20px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .link-banner{
    display: flex;
    justify-content: center;
    margin: 40px 0;
  }
}

a.lb-btn{
  margin: 5px 0;
  display: block;
}

@media screen and (min-width: 980px) {
  a.lb-btn{
    margin: 0 5px;
  }
}

.shop-list{
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .shop-list{
    text-align: right;
  }
}

/* 170428 追記*/
.two-rows-child img{
    width: 100%;
}

.banner-coupon-sml,
.banner-coupon-lg{
  position: fixed;
  z-index: 99999;
  display: none;
  box-shadow: 0px 1px 5px 1px rgba(0,0,0,0.2);
}

.banner-coupon-sml:hover,
.banner-coupon-lg:hover{
  opacity: 0.9;
}

.banner-coupon-sml{
  background-color: #FFFFFF;
}

.banner-coupon-lg{
  right: 0;
  top: 100px;
}

.banner-coupon-sml__outer img{
  margin-left: -5px;
}

@media screen and (min-width: 640px) {
  .banner-coupon-sml__outer{
    display: none;
  }
}

.banner-coupon-lg__outer{
  display: none;
}

@media screen and (min-width: 640px) {
  .banner-coupon-lg__outer{
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .stylist div p img{
    width: 100%;
  }
}

.stylist {
  margin: 0 10px 40px 10px;
  width: auto;
  display: flex;
}

@media screen and (min-width: 640px) {
  .stylist {
    display: flex;
    margin: -50px 0 80px 0;
  }
}

.stylist-img-sml{
  max-width: 176px;
  height: auto;
}

@media screen and (min-width: 640px) {
  .stylist-img-sml{
    display: none;
  }
}

.stylist-img-lg{
  display: none;
}

@media screen and (min-width: 640px) {
  .stylist-img-lg{
    display: inline;
  }
}

.max-width-509{
  width: 100%;
  max-width: 509px;
}



ul.point li {
  width: 85%;
  margin: 20% auto;
  text-align: center;
}
@media screen and (min-width: 980px) {
  ul.point li {
    width: 100%;
  }
}

p.font_radley {
  font-family: 'Radley', serif;
  font-weight: bold;
}

p.copy {
  font-size: 0.8em;
  margin: 0 0 50px 0;
}
@media screen and (min-width: 980px) {
  p.copy {
    font-size: 1.2em;
  }
}
ul.point li .point_text p {
  font-size: 0.8em;
  line-height: 240%;
  letter-spacing: 0.15em;
  text-align: left;
}
@media screen and (min-width: 980px) {
  ul.point li .point_text p {
    font-size: 1.25em;
  }
}

ul.point li .point_text .point_ttl {
  display: block;
  max-height: 100px;
  margin: 0 auto 7%;
}

@media screen and (min-width: 980px) {
  ul.point li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 2.5% auto;
  }
  ul.point li.point_img_left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  ul.point li .point_text, ul.point li .point_img {
    width: 50%;
  }
  ul.point li .point_text {
    background: #ffffff;
    position: relative;
  }
  ul.point li .point_text_child{
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
  }
  ul.point li .point_text .point_ttl {
    max-height: 150px;
  } 
}

ul.model_img {
  width: 85%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  ul.model_img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  ul.model_img li {
    width: 33.33%;
  }
}

@media screen and (min-width: 980px) {
  ul.coord_item {
    width: 90%;
    margin: 5% auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

ul.sbu_item {
  width: 90%;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  ul.sbu_item {
    max-width: 550px;
    font-size: 0.9em;
  }
}

ul.sbu_item .pants {
  width: 60%;
}

ul.sbu_item .bag {
  width: 40%;
}

ul.sbu_item .bag img {
  padding-top: 25%;
}
@media screen and (min-width: 980px) {
  ul.sbu_item .bag img {
    padding-top: 0;
  }
}
ul.coord_item li {
  width: 85%;
  margin: 9% auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul.main_item li {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 980px) {
  ul.coord_item li {
    width: 48%;
  }
}

ul.coord_item li .item_img,
ul.coord_item li .item_text {
  width: 48%;
}
ul.sbu_item li .item_img {
  max-width: 106px;
  margin-right: 5%;
  background: #ffffff;
}

ul.coord_item li .item_text {
  position: relative;
  padding: 2% 0 0;
  font-size: 0.6em;
  line-height: 1.7em;
}

@media screen and (min-width: 980px) {
  ul.coord_item li .item_text {
    font-size: 1em;
  }
}

ul.coord_item li .item_text .color_name {
  margin: 0 0 8%;
}

ul.coord_item li .item_text .color_name img {
  width: 100%;
}
@media screen and (min-width: 980px) {
  ul.coord_item li .item_text .color_name img {
    width: 100%;
  }
}

ul.coord_item li .item_link {
  margin: 0;
}
ul.coord_item li .item_link li {
  width: 100%;
  display: block;
  margin: 0;
}

ul.coord_item li .item_link li a {
  color: #808080;
  line-height: 2em;
}

ul.coord_item li .item_text .detail_view {
  position: absolute;
  bottom: 7%;
}

.coord_link a {
  display: block;
  width: 90%;
  max-width: 550px;
  margin: 5% auto;
  padding: 1.4% 0;
  background: #5f5f5f;
  font-family: 'Radley', serif;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  font-size: 0.9em;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 980px) {
  .coord_link a {
    font-size: 1.3em;
  }
}

.coord_link a:hover {
  background: #868686
}

ul.variation {
  width: 90%;
  max-width: 1010px;
  margin: 5% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.variation li {
  width: 48%;
  margin-bottom: 8%;
  text-align: center;
}

@media screen and (min-width: 980px) {
  ul.variation li {
    width: 29%;
  }
}
ul.variation li img {
  margin-bottom: 3%;
}

.p-link {
  /* background-color: #f5f5f5; */
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "Noto Sans JP", "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, serif;
  font-weight: bold;
  padding: 40px 0;
}

.p-link .p-link__inner {
  max-width: 1170px;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 30px auto;
}

@media (min-width: 768px) {
  .p-link .p-link__inner {
    margin: 0 auto 50px auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (min-width: 768px) {
  .p-link .p-link__inner > * {
    -webkit-flex: 0 1 48%;
        -ms-flex: 0 1 48%;
            flex: 0 1 48%;
    -webkit-flex: 0 1 calc(50% - 5px);
        -ms-flex: 0 1 calc(50% - 5px);
            flex: 0 1 calc(50% - 5px);
  }
}

.p-link .p-link__inner > * + * {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .p-link .p-link__inner > * + * {
    margin-top: 0;
  }
}

.p-link .p-link__text-outer {
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 5px;
}

@media (min-width: 768px) {
  .p-link .p-link__text-outer {
    padding: 0;
  }
}

.p-link .p-link__text {
  text-align: right;
  font-weight: bold;
  font-size: 110%;
}

@media (min-width: 768px) {
  .p-link .p-link__text {
    font-size: 130%;
  }
}

.p-link .p-link__text a {
  border-bottom: 2px solid rgba(0, 0, 0, 0.6);
  padding-bottom: 5px;
}

.p-link .p-link__text a:after {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #000000;
  margin-left: 10px;
  border-width: 4px 0 4px 8px;
}

@media (min-width: 768px) {
  .p-link .p-link__text a:after {
    border-width: 8px 0 8px 12px;
  }
}

.p-link .p-link__text-top a:after {
  border-color: transparent transparent #000000 transparent;
  border-width: 0 4px 8px 4px;
}

@media (min-width: 768px) {
  .p-link .p-link__text-top a:after {
    border-width: 0 8px 12px 8px;
  }
}

.p-link .p-link__text + .p-link__text {
  margin-top: 30px;
}

a.p-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #333333;
  border-radius: 0;
  display: inline-block;
  padding: 11px;
  cursor: pointer;
  line-height: 1.44;
  display: block;
  text-align: center;
  font-size: 16px;
  letter-spacing: 2px;
  padding: 10px 2px;
}

a.p-btn a, .p-main a.p-btn:hover, .p-main a.p-btn:focus,
a.p-btn a:hover,
a.p-btn a:focus {
  color: #FFFFFF;
}

@media (min-width: 768px) {
  a.p-btn {
    padding: 22px;
  }
}

@media (min-width: 980px) {
  a.p-btn {
    font-size: 22px;
  }
}

a.p-btn img {
  vertical-align: middle;
}

a.p-btn .l-mark {
  margin: 0 10px 10px 10px;
  width: 35px;
  height: 35px;
  vertical-align: -20px;
}

@media (min-width: 768px) {
  a.p-btn .l-mark {
    margin: 0 10px;
    vertical-align: -25px;
    width: 63px;
    height: 63px;
  }
}

.banner {
  margin-bottom: 60px;
}