@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");
@font-face {
  font-family: 'AvenirLTStd-Medium';
  src: url('font/AvenirLTStd-Medium.woff') format('woff');
  }

body {
  -webkit-backface-visibility: hidden;
}



/* アニメーション ここから */
.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;
}
/* アニメーション ここまで */


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

@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--sml {
  text-align: center;
  background-color: #333333;
  padding: 0px 2px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #FFFFFF;
  padding: 12px 0;
  background-image: url("http://ds-assets.s3.amazonaws.com/e-look.jp/2017/look/2017_fall_one_piece/arrow.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  max-width: 450px;
}

@media screen and (min-width: 980px) {
  .btn--sml {
    background-position: right 20px center;
    font-size: 18px;
    padding: 17px 0;
    margin: 0 auto;
  }
}

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

.item-light-outer .btn--sml {
  font-size: 13px;
}

@media screen and (min-width: 980px) {
  .item-light-outer .btn--sml {
    font-size: 18px;
  }
}

.btn--sml__outer {
  margin-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (min-width: 980px) {
  .btn--sml__outer {
    padding: 0;
  }
}

.btn--big {
  text-align: center;
  background-color: #FFFFFF;
  padding: 12px 14px;
  font-size: 14px;
  letter-spacing: 2px;
  cursor: pointer;
  padding: 12px 0px 12px 0px;
  display: block;
  margin: 0 10px 10px 10px;
  position: relative;
  color: #000000;
  border: 2px solid #000000;
  background-image: url("http://ds-assets.s3.amazonaws.com/e-look.jp/2017/look/2017_fall_one_piece/arrow-bk.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
}

@media screen and (min-width: 980px) {
  .btn--big {
    margin: 0 auto 60px auto;
    background-position: right 20px center;
    font-size: 18px;
    padding: 30px 15px 30px 45px;
    max-width: 690px;
    margin-top: -60px;
  }
}

.btn--big:hover {
  color: rgba(0, 0, 0, 0.8) !important;
}

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

@media screen and (min-width: 980px) {
  .content_wrap {
    font-size: 16px;
  }
}

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

.main-img {
  margin: 0 -5px 20px -5px;
  text-align: center;
}

@media screen and (min-width: 980px) {
  .main-img {
    margin: 0 -5px 30px -5px;
    margin:0 0 70px 0;
  }
}

.sub-navigation-outer_3 {
  max-width: 666px;
  margin: 0 auto 60px auto;
}

@media screen and (min-width: 980px) {
  .sub-navigation-outer_3 {
    margin: 0 auto 60px auto;
  }
}

.sub-navigation-outer_4 {
  margin: 0 auto 0px auto;
}


.sub-navigation-outer_2 {
  margin: 0 auto 50px auto;
}

@media screen and (min-width: 980px) {
  .sub-navigation-outer_2 {
    margin: 0 auto 130px auto;
  }
}

.sub-navigation-outer {
  max-width: 840px;
  margin: 0 auto 60px auto;
}

@media screen and (min-width: 980px) {
  .sub-navigation-outer {
    margin: 0 auto 40px auto;
  }
}

.sub-navigation {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto 50px;
}

.sub-navigation li {
  text-align: center;
  -ms-flex-positive: 1;
      width: 50%;
      padding: 0.5%;
}

.sub-navigation li:last-child {
  border: none;
}

.sub-navigation a {
  display: block;
  padding: 2px 2px;
}


@media screen and (min-width: 980px) {
.sub-navigation {
    max-width: 860px;
    margin: auto;
}
.sub-navigation li {
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
      width: 25%;
      padding: 0.5%;
}
  .sub-navigation a {
    padding: 0;
    min-height: 35px;
  }
}

.item {
  padding-top: 5px;
}

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


.item__body {
  margin: 0 10px;
}

@media screen and (min-width: 980px) {
  .item__body {
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: end;

  }
.item__body.item_body_right {
   flex-direction: row-reverse;
}
}

@media screen and (min-width: 980px) {
  .item__body.item__body--rev {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

.item__body .item__body__child {
  text-align: center;
}

.item__body .item_body_photo {
  width: 100%;
}

.item__body .item_body_text {
  width: 100%;
}
@media screen and (min-width: 980px) {
.item__body .item_body_photo {
  width: 50%;
}

.item__body .item_body_text {
  width: 45%;
}
}

@media screen and (min-width: 980px) {
  .item__body .item__content--left {
    text-align: right;
    margin-right: 20px;
    margin-top: 100px;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__content--left-narrow_2 {
    text-align: right;
  }
}


@media screen and (min-width: 980px) {
  .item__body .item__content--left-narrow {
    text-align: right;
    margin-right: 38px;
    margin-bottom: 60px;
  }
  .item__body.item_body_right .item__content--left-narrow {
    text-align: left;
    margin-left: 45px;
    margin-right: 0px;
  }
}


  .item__body .item__content--right {
    text-align: left;
    margin-left: 0px;
    margin-top: 50px;
  }
  @media screen and (min-width: 768px) {
    .item__body .item__content--right {
      margin-left: 15%;
    }
  }

@media screen and (min-width: 980px) {
  .item__body .item__content--right {
    text-align: left;
    margin-left: 0px;
    margin-top: 150px;
  }
  .item__body.item_body_right .item__content--right {
    text-align: right;
    margin-left: 0px;
    margin-top: 150px;
    border-left: 0px solid #000000;
    border-right: 1px solid #000000;
    padding: 0 22px 0 0;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__content--right-narrow {
    text-align: left;
    margin-left: 45px;
  }
}

.item__body .nom {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .item__body .nom {
    max-width: 30%;
  }
}

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

.item__body .nom-logo_2 {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.item__body .nom-logo {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 480px) {
  .item__body .nom-logo {
    max-width: 40%;
  }
}

@media screen and (min-width: 980px) {
  .item__body .nom-logo {
    max-width: none;
  }
}

.item__body .item__img {
  position: relative;
  max-width: 527px;
  margin: auto;
}

@media screen and (min-width: 980px) {
  .item__body .item__img {
    margin: 60px 0;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__img_2 {
    margin-bottom: 35px;
  }
}


.item__body .item__text_2 {
  text-align: left;
  border: solid 1px #213751;
  padding: 22px 35px;
  max-width: 540px;
  margin-bottom: 50px;
  letter-spacing: -0.05em;
}

.item__body .item__text {
  text-align: left;
  border: solid 1px #213751;
  padding: 22px 35px;
  max-width: 540px;
  margin: 0 auto 25px auto;
  letter-spacing: -0.05em;
}

@media screen and (min-width: 980px) {
  .item__body .item__text_2 {
    max-width: 450px;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__text {
    max-width: 450px;
    margin: 0 0 0px 90px;
    letter-spacing: -0.05em;
  }
}


  .item__body .item__text-rr {
    margin-bottom: 50px;
  }
}

@media screen and (min-width: 980px) {
  .item__body .item__text-r {
    margin-left: auto;
    margin-right: 0;
  }
}

.item__body .item-data {
  margin: 30px 0 10px 0;
  font-size: 85%;
}

.item__body .item-buy {
  font-weight: bold;
  font-size: 85%;
}



@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.item__body .auto-fade {
  position: absolute;
  top: 0;
  right: 24px;
  animation-name: auto-fade_kf;
  animation-duration: 12s;
  animation-timing-function: ease;
  animation-iteration-count: infinite;
  animation-delay: 2s;
}

/* 220216追記 */

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

@media screen and (min-width: 980px) {
  .content_wrap {
      font-size: 15px;
  }
}

.content_wrap * {
  box-sizing: border-box;
  /* overflow: hidden; */
}
@media screen and (min-width: 980px) {
  .content_wrap * {
    box-sizing: border-box;
  }
}

.contents_wrap {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  font-size: 13px;
  line-height: 1.8em;
  letter-spacing: 0.01em;
  color: #4a4a4a;
}

.contents_wrap.w1170 {
  width: 100%;
  max-width: 1060px;
}

.contents_wrap.lineup {
  margin-top: 15%;
}

.contents_wrap p {
  margin: 3% 0 3%;
}

.contents_wrap.w1170 ul {
  width: 80%;
  margin: 5% auto 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contents_wrap.w1170 ul li {
  width: 100%;
  margin-bottom: 15%;
  letter-spacing: 0.05em;
  line-height: 1.8em;
}

@media screen and (min-width: 980px) {

  .contents_wrap.w1170 ul {
      width: 100%;
  }

  .contents_wrap.w1170 ul li {
      width: 30%;
      margin-bottom: 0%;
  }
}



@media screen and (min-width: 980px) {

.contents_wrap .item_link {
  max-width: 465px;
  margin: 8% 0;
}

.contents_wrap .item_link .item_text {
  font-size: 0.85em;
  letter-spacing: 0;
  line-height: 1.5em;
}

.contents_wrap .item_link .link_btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 8% 0;
}


.contents_wrap .item_link .btn-70{width: 70%;}

.contents_wrap .item_link .link_btn a {
  width: 49%;
  background: #23292e;
  margin-top: 3%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.5em;
}
.contents_wrap .item_link .btn-100{width: 70%;}
.contents_wrap .item_link .btn-100 a{width: 100%;}

.contents_wrap .item_link .spread_btn a{
width: 100%;
  }

.contents_wrap .item_link .link_btn div {
  width: 48%;
  background: #b5b5b5;
  margin-top: 4%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  line-height: 2.5em;
}

.contents_wrap .item_link .link_btn a:hover {
  background: #DEAC87;
  text-decoration: none;
}
}


@media screen and (max-width: 980px) {
  .contents_wrap p {
      margin: 8% 0 16%;
  }

  .contents_wrap .item_link .link_btn {
      width: 100%;
      max-width: 200px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
  }
  .contents_wrap .item_text_left .link_btn {
    width: 100%;
    max-width: 325px;
    margin: 0 auto 0 0;
  }

  .contents_wrap .item_link .link_btn a {
      width: 48%;
      background: #23292e;
      margin-top: 3%;
      padding: 0;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      line-height: 2.4em;
  }
  .contents_wrap .item_link .spread_btn a{
width: 100%;
  }
  .contents_wrap .item_link .link_btn div {
      width: 48%;
      background: #b5b5b5;
      margin-top: 8%;
      padding: 0;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      line-height: 2.4em;
  }

  .contents_wrap .item_link .link_btn a:hover {
      opacity: 1 !important;
      background: #DEAC87;
      text-decoration: none;
  }
}


@media screen and (min-width: 980px) {
  .contents_wrap .item_link {
  }

  .contents_wrap .item_link .item_text {
      width: auto;
      letter-spacing: 0.13em;
      line-height: 1.8em;
      font-size: 14px;
      margin: 0 0 30px 0;
  }
}


@media screen and (max-width: 767px) {
  .contents_wrap .item_link .item_text {
      width: 100%;
      max-width: 144px;
      margin: 0 auto 7%;
      font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .contents_wrap .item_link .item_text_left {
      margin: 0 0 7%;
      max-width: 100%;
  }
.br_sp{display: block;}
.br_pc{display: none;}
}

@media screen and (min-width: 767px) {
.br_sp{display: none;}
.br_pc{display: block;}
}


.p-items{
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .p-items{
    margin:0 auto;
  }
}

/*.contents_wrap .p-item {
  margin-bottom: 5%;
}*/
.contents_wrap .p-item .p-item__title {
  text-align: center;
  margin-bottom: 36px;
  font-family: apparat,'Noto Sans JP',sans-serif;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: initial;
  color: #333333;
}
@media (max-width: 768px){
  .contents_wrap .p-item .p-item__title {
    text-align: center;
    margin-bottom: 20px;
    font-family: apparat,'Noto Sans JP',sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
  }
  .ttl-smp-img{
    width: 70%;
    margin: 0 auto;
  }
  .ttl-smp-img-2{
    width: 83%;
    margin: 0 auto;
  }
}
.contents_wrap .p-item .p-item__sub-title {
  padding: 0.1% 0 0.2%;
  text-align: center;
  color: #333333;
  margin-bottom: 35px;
  font-weight: 500;
  border-radius: 2px;
  margin: 0 auto 3%;
}
.contents_wrap .p-item--ss .p-item__sub-title{
  max-width:90%;
}
.contents_wrap .p-item .p-item-list {
  margin: 0 4px 0 4px;
}
.contents_wrap .p-item .p-item-list__img {
  margin-bottom: 25px;
}
.contents_wrap .p-item .p-item-list__img img{
  width: 144px;
  height: 160.5px;
}
@media (min-width: 768px) {
  .contents_wrap .p-item .p-item-list__img img {
    width      : 200px;
    height     : 225px;
  }
}
.contents_wrap .p-item .p-item-list__img img.withshadow{
  box-shadow: 1px 1px 4px rgba(0,0,0,0.1);
}
.contents_wrap .p-item .p-item-list__img img.withshadow:hover,
.contents_wrap .p-item .p-item-list__img img.withshadow:active,
.contents_wrap .p-item .p-item-list__img img.withshadow:visited{
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
}
.contents_wrap .p-item .p-item-list__brand {
  font-weight: bold;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.contents_wrap .p-item .p-item-list__name {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}
.contents_wrap .p-item .p-item-list__price {
  margin-bottom: 0;
  letter-spacing: 0.5px;
}




.contents_wrap .p-item .align_center {
  width: 100%;
  margin: 8% auto 0 auto;
  text-align: center;
}
.contents_wrap .p-item .align_center_2 {
  width: 160%;
  margin: 8% -30% 0 -30%;
  text-align: center;
}

.contents_wrap ul.p-item-lists {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
}
.contents_wrap ul.p-item-lists > * {
  text-align: center;
}
.contents_wrap ul.p-item-lists > * {
  -webkit-flex: 0 1 19%;
      -ms-flex: 0 1 19%;
          flex: 0 1 19%;
  -webkit-flex: 0 1 calc( 20% - 10px);
      -ms-flex: 0 1 calc( 20% - 10px);
          flex: 0 1 calc( 20% - 10px);
}


.p-item-lists a img{
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  transition: 0.2s;
}
.p-item-lists a:hover img {
  transition: 0.5s;
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}
.p-item-lists:hover img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

@media (max-width: 992px) {
  .contents_wrap ul.p-item-lists {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    max-width: 525px;
  }
  .contents_wrap a.p-btn {
    max-width: 380px;
  }
  .contents_wrap ul.p-item-lists > * {
    -webkit-flex: 0 1 49%;
    -ms-flex: 0 1 49%;
    flex: 0 1 49%;
    -webkit-flex: 0 1 calc( 50% - 5px);
    -ms-flex: 0 1 calc( 50% - 5px);
    flex: 0 1 calc( 50% - 5px);
  }
}

@media (max-width: 768px) {
  .contents_wrap {
    font-size: 13px;
    letter-spacing: 2px;
    max-width: 100%;
  }
  .contents_wrap .main_block{
    margin-bottom: 5%;
  }
  .contents_wrap a.p-btn {
    font-size: 12px;
    padding: 15px 0;
    max-width: 300px;
    letter-spacing: 0.05em;
  }
  .contents_wrap .p-item .p-item__sub-title{
    margin:0 auto 5%;
  }
  .contents_wrap .p-item .p-item-list__img {
    margin-bottom: 10px;
  }

  div.pc_view,
  span.pc_view,
  p.pc_view,
  img.pc_view,
  br.pc_view {
    display: none;
  }
  div.smp_view,
  p.smp_view {
    display: block;
  }
  img.smp_view,
  span.smp_view,
  br.smp_view {
    display: inline;
  }
}

@media (max-width: 544px) {
  .contents_wrap ul.p-item-lists {
  }
}

.contents_wrap a.p-btn {
  color: #ffffff;
  background-color: #a18168;
  border-radius: 0;
  display: inline-block;
  padding: 5px;
  cursor: pointer;
  line-height: 1.8;
  display: block;
  margin: 0 1%;
  text-align: center;
  font-weight: 500;
  font-size: 17px;
  padding: 20px;
  -webkit-flex: 0 1 45%;
  -ms-flex: 0 1 45%;
  flex: 0 1 45%;
  -webkit-flex: 0 1 calc((100% / 2)- 5%);
  -ms-flex: 0 1 calc((100% / 2)- 5%);
  flex: 0 1 calc((100% / 2)- 5%);
  max-width: 328px;
  position: relative;
}
.contents_wrap a.p-btn a, .main_contents a.p-btn:hover, .main_contents a.p-btn:focus,
.contents_wrap a.p-btn a:hover,
.contents_wrap a.p-btn a:focus {
  background: #76373f;
  color: #ffffff;
}
.contents_wrap a.p-btn::before {
    content: "";
    position: absolute;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate( 45deg );
    top: 50%;
    right: 10%;
    margin-top: -4px;
    width: 10px;
    height: 10px;
}

.contents_wrap a.p-btn::after {
  content: "";
  display: block;
  margin-bottom: -4px;
}

.contents_wrap .item_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  .contents_wrap a.p-btn {
    max-width: 380px;
  }
}

@media (max-width: 768px) {
  .contents_wrap a.p-btn {
    font-size: 12px;
    padding: 15px 0;
    max-width: 300px;
    letter-spacing: 0.05em;
  }
}

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

@media screen and (min-width: 980px) {
  .text_left--md {
    text-align: left !important;
  }
}

.text_right {
  text-align: right;
}

@media screen and (min-width: 980px) {
  .text_right--md {
    text-align: right !important;
  }
}

.text_center {
  text-align: center;
}

.font_small {
  font-size: 80%;
}

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

.flex-outer {
  display: -ms-flexbox;
  display: -webkit-flex;
  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: 768px) {
  .u-sm-block {
    display: block;
  }
}

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

@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: 768px) {
  .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;
  }
}

@media screen and (min-width: 980px) {
  .md-mt-80 {
    margin-top: 80px;
  }
}

@media screen and (min-width: 980px) {
  .md-mt-170 {
    margin-top: 170px;
  }
}

.abs-left {
  left: 0;
}

.u-max-486px {
  max-width: 486px !important;
}

@media screen and (min-width: 980px) {
  .u-max-486px {
    max-width: 540px !important;
  }
}

.u-max-464px {
  max-width: 464px !important;
}

@media screen and (min-width: 980px) {
  .u-max-464px {
    max-width: 540px !important;
  }
}

.w-100 {
  width: 100%!important;
}


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

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

.txt_magin{
  margin: 30px 3px 50px;
}
@media screen and (min-width: 980px) {
  .txt_magin{
    margin: 30px 0 50px 6px;
  }
}

.txt_magin span {
  font-weight: 700;
}

.item_list{
  margin-bottom: 15px;
  font-size: 15px;
  line-height: initial;
}
@media screen and (min-width: 980px) {
.item_list{
  margin-bottom: 10px;
  font-size: 13px;
}
}

.item_list a{
  border-bottom: 1px solid #000000;
  padding: 0 0 0 0;
}

.ttl_l{
  text-align: center;
  margin-bottom: 30px;
  max-width: 50px;
}


@media screen and (min-width: 980px) {
  .ttl_l{
  text-align: left;
  max-width: 100%;
}

}

.flex-direction-nav{
}


.flex-control-nav{
  display: none;
}

.flex-next{
  display: none;
}

.p-main .p-coupon {
    text-align: center;
    max-width: 772px;
    margin: 125px auto 40px;
    background: #213751;
    color: #fff;
    padding: 40px 0;
}
@media screen and (min-width: 980px) {
.p-main .p-coupon {
    text-align: center;
    max-width: 772px;
    margin: 125px auto 80px;
    background: #213751;
    color: #fff;
    padding: 40px 0;
}
}
.p-main .p-coupon .p-coupon__title {
  margin-bottom: 50px;
  margin: auto;
  padding: 0 15%;

}
@media (min-width: 768px) {
.p-main .p-coupon .p-coupon__title {
  max-width: 450px;
  padding: 0 0;
}
}

.p-main .p-coupon .p-couppon__txt{
  padding: 0 5%;
}

.p-main .p-coupon .p-coupon__title .rogo-keith {
  display: block;
  padding-bottom: 25px;
  border-bottom: 5px solid #eeeeee;
  margin-bottom: 25px;
  padding-left: 30px;
  padding-right: 30px;
}

@media (min-width: 768px) {
  .p-main .p-coupon .p-coupon__title .rogo-keith {
    padding-left: 0;
    padding-right: 0;
  }
}

.p-main .p-coupon .p-coupon__code {
  font-size: 22px;
  text-align: center;
  padding: 15px;
  background-color: #fff;
  margin: 20px 15%;
  color: #213751;
  font-weight: bold;
}

.p-main #coupon__banner {
  position: fixed;
  bottom: 0;
  right: 0;
  margin: 0;
  opacity: 1;
  z-index: 100;
  border-top: 1px solid #213751;
}

@media (min-width: 768px) {
  .p-main #coupon__banner {
    top: 50%;
    border: none;
  }
}

.p-main #coupon__banner a {
  opacity: 1;
}

.p-main #coupon__banner.fadeIn {
  z-index: 1;
}

.flexslider_2 {
  position: relative;
  top:0;
  left: 0;
}

/*======================
  slider css
======================*/
.slide_wrap{
  margin: 0 auto 80px;
}
.slider {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.slider li {
  width: 30%;
  text-align: center;
  font-size: 0.95em;
  line-height: 1em;
}
.slider img {
  height: auto;
  width: 95% !important;
  display: inline-block;
  text-align: center;
}
.slider .prev.slick-arrow{
  position: absolute;
  top: 28%;
  left:-8%;
  width: 100px;
  z-index: 100;
}
.slider .next.slick-arrow{
  position: absolute;
  top: 28%;
  right:-10%;
  width: 100px;
  z-index: 100;
}
@media screen and (min-width: 690px) {
   .slider li {
    line-height: 1.2em;
  }
   .slider img {
  height: auto;
  width: 95% !important;
  display: inline-block;
  text-align: center;
}

.slider .prev.slick-arrow{
  position: absolute;
  top: 37%;
  left:8%;
  width: 100px;
  z-index: 100;
}
.slider .next.slick-arrow{
  position: absolute;
  top: 37%;
  right:8%;
  width: 100px;
  z-index: 100;
}
}
@media screen and (min-width: 1025px) {
   .slider img {
    width: 100%;
  }
}
/* sliderここまで */


/*======================
  商品切り替え slide css
======================*/
 /*=== 5枚画像の表示エリア ================================= */
 .slide_5p {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 144px;
  height     : 160.5px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
@media (min-width: 768px) {
  .slide_5p {
    width      : 200px;
    height     : 225px;
  }
}
 
 /*=== 5枚画像の設定 ======================================= */
.slide_5p img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime_5p 20s ease infinite;
}
 
 /*=== 5枚スライドのアニメーションを段差で開始する ========= */
.slide_5p img:nth-of-type(1) { animation-delay: 0s }
.slide_5p img:nth-of-type(2) { animation-delay: 4s }
.slide_5p img:nth-of-type(3) { animation-delay: 8s }
.slide_5p img:nth-of-type(4) { animation-delay: 12s }
.slide_5p img:nth-of-type(5) { animation-delay: 16s }
 
 /*=== 5枚スライドのアニメーション ========================= */
@keyframes slideAnime_5p{
   0% { opacity: 0 }
   2% { opacity: 1 }
  20% { opacity: 1 }
  22% { opacity: 0 }
 100% { opacity: 0 }
}

/*=== 4枚画像の表示エリア ================================= */
.slide_4p {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 144px;
  height     : 160.5px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
@media (min-width: 768px) {
  .slide_4p {
    width      : 200px;
    height     : 225px;
  }
}
 
 /*=== 4枚画像の設定 ======================================= */
.slide_4p img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime_4p 16s ease infinite;
}
 
 /*=== 4枚スライドのアニメーションを段差で開始する ========= */
.slide_4p img:nth-of-type(1) { animation-delay: 0s }
.slide_4p img:nth-of-type(2) { animation-delay: 4s }
.slide_4p img:nth-of-type(3) { animation-delay: 8s }
.slide_4p img:nth-of-type(4) { animation-delay: 12s }
 
 /*=== 4枚スライドのアニメーション ========================= */
@keyframes slideAnime_4p{
  0% { opacity: 0 }
  2% { opacity: 1 }
 25% { opacity: 1 }
 27% { opacity: 0 }
100% { opacity: 0 }
}


 /*=== 3枚画像の表示エリア ================================= */
 .slide_3p {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 144px;
  height     : 160.5px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
@media (min-width: 768px) {
  .slide_3p {
    width      : 200px;
    height     : 225px;
  }
}
 
 /*=== 3枚画像の設定 ======================================= */
.slide_3p img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime_3p 12s ease infinite;
}
 
 /*=== 3枚スライドのアニメーションを段差で開始する ========= */
.slide_3p img:nth-of-type(1) { animation-delay: 0s }
.slide_3p img:nth-of-type(2) { animation-delay: 4s }
.slide_3p img:nth-of-type(3) { animation-delay: 8s }
 
 /*=== 3枚スライドのアニメーション ========================= */
@keyframes slideAnime_3p{
  0% { opacity: 0 }
  2% { opacity: 1 }
 33% { opacity: 1 }
 35% { opacity: 0 }
100% { opacity: 0 }
}



 /*=== 2枚画像の表示エリア ================================= */
 .slide_2p {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 144px;
  height     : 160.5px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
@media (min-width: 768px) {
  .slide_2p {
    width      : 200px;
    height     : 225px;
  }
}
 
 /*=== 画像の設定 ======================================= */
 .slide_2p img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime_2p 8s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide_2p img:nth-of-type(1) { animation-delay: 0s }
.slide_2p img:nth-of-type(2) { animation-delay: 4s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime_2p{
  0% { opacity: 0 }
  4% { opacity: 1 }
 50% { opacity: 1 }
 54% { opacity: 0 }
100% { opacity: 0 }
}



 /*=== メイン画像3枚の表示エリア ================================= */
 .slide_3p_main {
  position   : relative;
  overflow   : hidden;
                    /* 画像のサイズに合わせて変更ください */
  width      : 270px;
  height     : 368px;
  margin     : auto;      /* サンプルは中央寄せの背景：白 */
  background : #fff;
}
@media (min-width: 700px) {
  .slide_3p_main {
    width      : 540px;
    height     : 736px;
  }
}
 
 /*=== 画像の設定 ======================================= */
 .slide_3p_main img {
  display    : block;
  position   : absolute;
                      /* 画像のサイズを表示エリアに合せる */
  width      : inherit;
  height     : inherit;
  opacity    : 0;
  animation  : slideAnime_3p_main 12s ease infinite;
}
 
 /*=== スライドのアニメーションを段差で開始する ========= */
.slide_3p_main img:nth-of-type(1) { animation-delay: 0s }
.slide_3p_main img:nth-of-type(2) { animation-delay: 4s }
.slide_3p_main img:nth-of-type(3) { animation-delay: 8s }
 
 /*=== スライドのアニメーション ========================= */
@keyframes slideAnime_3p_main{
  0% { opacity: 0 }
  2% { opacity: 1 }
 33% { opacity: 1 }
 35% { opacity: 0 }
100% { opacity: 0 }
}

/*@media screen and (min-width:768px) and ( max-width:992px) {
.contents_wrap ul.p-item-lists{
  justify-content: center;
}
}*/

@media (max-width: 992px) {
  .contents_wrap .p-item .p-item-list {
    margin: 0 0 60px 0;
  }
}

@media (max-width: 980px) {
.p-item-list p{
  margin: 3% 0 3%;
}
}


@media screen and (min-width: 992px) {
  .pc-br{
    display: block ;
  }
}
@media screen and (max-width: 992px) {
  .pc-br{
    display: none; ;
  }
}


/* 最下部ボタン ここから */
.p-footer p {
  margin: 0 0 20px;
}

.p-main a.p-btn--big {
  border-radius: 0;
  cursor: pointer;
  line-height: 1.7;
  display: block;
  padding: 16px 5px;
  font-size: 14px;
  text-align: center;
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 980px) {
 .p-main a.p-btn--big {
  display: block;
  width: 100%;
  max-width: 820px;
  margin: auto;
  padding: 25px 5px;
  text-align: center;
  font-size: 18px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  text-decoration: none;
  border-radius: 0;
  cursor: pointer;
}
}

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

.p-main a.p-btn--big:hover {
  text-decoration: none;
  color: #333333;
  background-color: #f5f2f1;
  border: solid 1px #333333;
  opacity: 1;
  transition : 0.5s;
}

.p-main a.p-btn--big.reverse {
  color: #ffffff;
  background-color: #333333;
  border: solid 1px #333333;
}

.p-main a.p-btn--big.reverse:hover {
  color: #fff;
  background-color: #DEAC87;
  opacity: 1;
  transition: 0.5s;
  border: solid 1px #DEAC87;
}
/* 最下部ボタン ここまで */



/* 追加ここから */
#page-body {
  width: 100%;
}
#sc_coordinate {
  font-family: 'Noto Sans JP',"ヒラギノ角ゴ Pro W6","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",MS PGothic,sans-serif;
}
#sc_coordinate .content_wrap {}
#sc_coordinate header {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
#sc_coordinate header p {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  margin: 6% auto 0;
  text-align: center;
  font-size: 30px;
  font-family: apparat,'Noto Sans JP',sans-serif;
  color: #c67041;
}
#sc_coordinate header p:before,
#sc_coordinate header p:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #c67041;
}
#sc_coordinate header p:before {
    left: 0;
}
#sc_coordinate header p:after {
    right: 0;
}
#sc_coordinate p.read {
  width: 100%;
  max-width: 1170px;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.14em;
  font-weight: 500;
  margin: 10% auto 20%;
  text-align: center;
}
#sc_coordinate p.read span {
  color: #c67041;
}
#sc_coordinate ul.nav {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1060px;
  margin: 0 auto 12%;
}
#sc_coordinate ul.nav li {
  width: 23%;
  margin: 0 auto 5%;
}
#sc_coordinate ul.nav li a:hover {
  text-decoration: none;
  opacity: 0.7;
  background: #ffffff;
  transition : 0.5s;
}
#sc_coordinate ul.nav li img {
  width: 100%;
}
#sc_coordinate ul.nav li p  {
  text-align: center;
  font-size: 14px;
  margin: 4% auto 0;
}
#sc_coordinate .conts {margin: 0 auto 25%;}
#sc_coordinate .conts .conts_inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 96%;
  max-width: 525px;
  margin: 0 auto 10%;
}
#sc_coordinate .conts .conts_inner.row-reverse {
  flex-direction: unset;
}
#sc_coordinate .conts .conts_inner a:hover {
  opacity: 1;
}
#sc_coordinate .conts .conts_inner .right {margin: 0 auto 5%;}
#sc_coordinate .conts .conts_inner .right img {
}
#sc_coordinate .conts .conts_inner .left {
}
#sc_coordinate .conts .conts_inner .left .ttl_sub {
  width: 95%;
  text-align: left;
  font-family: apparat,'Noto Sans JP',sans-serif;
  font-size: 15px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  font-weight: 400;
  color: #23292e;
  margin: 0 auto 1%;
}
#sc_coordinate .conts .conts_inner .left .ttl_sub span{
  border-bottom: solid 1px #23292e;
}
#sc_coordinate .conts .conts_inner .left h3 {
  width: 96%;
  text-align: left;
  font-family: apparat,'Noto Sans JP',sans-serif;
  font-size: 22px;
  line-height: 1.44em;
  letter-spacing: 0.1em;
  font-weight: 500;
  color: #23292e;
  margin: 0 auto 5%;
}
#sc_coordinate .conts .conts_inner .left .textile_1p{
  display: flex;
  width: 50%;
  max-width: 238px;
  text-align: left;
  margin: 0 auto;
}
#sc_coordinate .conts .conts_inner .left .textile_2p,
#sc_coordinate .conts .conts_inner .left .textile_3p{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  max-width: 525px;
  margin: 0 auto 5%;
}
#sc_coordinate .conts .conts_inner .left .textile_3p_2{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 66%;
  max-width: 525px;
  margin: 0 auto 5%;
}
#sc_coordinate .conts .conts_inner .left .textile_1p a {
  width: 100%;
  max-width: 525px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #23292e;
  margin: 0 auto 1%;
}
#sc_coordinate .conts .conts_inner .left .textile_2p a {
  width: 48%;
  max-width: 525px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #23292e;
  margin: 0 auto 1%;
}
#sc_coordinate .conts .conts_inner .left .textile_3p a {
  width: 32%;
  max-width: 525px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #23292e;
  margin: 0 auto 1%;
}
#sc_coordinate .conts .conts_inner .left .textile_3p_2 a {
  width: 48%;
  max-width: 525px;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  font-weight: 500;
  color: #23292e;
  margin: 0 auto 1%;
}
#sc_coordinate .conts .conts_inner .left .txt {
  width: 100%;
  text-align: left;
  font-family: 'Noto Sans JP';
  font-size: 12px;
  line-height: 1.7em;
  letter-spacing: 0.2em;
  font-weight: 500;
  margin: 8% 0%;
}
#sc_coordinate ul.itemlist {
    margin: 4% auto 0;
}
#sc_coordinate ul.itemlist li {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
  max-width: 410px;
  margin: 0 0 10px 0;
}
#sc_coordinate ul.itemlist li p{
  text-align: left;
  margin: 0 0 5px;
  font-size: 12px;
}
#sc_coordinate ul.itemlist li div{
  text-align: right;
}
#sc_coordinate ul.itemlist li a {
  cursor: pointer;
  width: 60px;
  padding: 4px 12px;
  text-align: center;
  font-size: 11px;
  border: 0;
  border-radius: 0;
  color: #FFFFFF;
  background-color: #23292e;
  margin: 0 5px 0 0;
}
#sc_coordinate ul.itemlist li a:hover {
  text-decoration: none;
  opacity: 1;
  transition : 0.5s;
}
#sc_coordinate .conts .main_img {
  margin: 0 auto 6%;
}
#sc_coordinate .conts .sub_img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 540px;
  margin: 0 auto 6%;
}
#sc_coordinate .conts .sub_img a {
  width: 48%;
  margin: 0 1% 2% 1%;
}
#sc_coordinate .item_img {
  width: 100%;
  margin: 0 auto;
  padding: 10% 5%;
  text-align: center;
  background: #f6f3f2;
}
#sc_coordinate .item_img img {
  margin: 0 auto 4%;
}
#sc_coordinate .p-footer h4 {
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin: 12% auto 4%;
  padding: 12% 0 0 0;
  border-top: solid 1px #333333;
  font-family: apparat,'Noto Sans JP',sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: initial;
  color: #333333;
}
#sc_coordinate .InvalidLink {
  pointer-events:none;
}
#sc_coordinate .contents_wrap .item_link .link_btn a.InvalidLink {
  background: #cccccc;
  color: #ffffff;
}

#sc_coordinate .archive_img {
  width: 90%;
  max-width: 700px;
  margin: 8% auto 4%;
  text-align: center;
}

@media (min-width: 768px) {
  #page-body {}
  #sc_coordinate {}
  #sc_coordinate .content_wrap {}
  #sc_coordinate header {}
  #sc_coordinate header p {
    display: none;
  }
  #sc_coordinate p.read {
    font-size: 15px;
    margin: 4% auto 6%;
  }
  #sc_coordinate p.read span {}
  #sc_coordinate ul.nav {
    flex-wrap: nowrap;
    margin: 0 auto 4%;
  }
  #sc_coordinate ul.nav li {
    width: 11.5%;
}
  #sc_coordinate ul.nav li a:hover {}
  #sc_coordinate ul.nav li img {}
  #sc_coordinate ul.nav li p  {
    font-size: 19px;
  }
  #sc_coordinate .conts {
    margin: 0 auto 10%;
}
  #sc_coordinate .conts .conts_inner {
    width: 100%;
    max-width: 1062px;
    margin: 0 auto 6%;
  }
  #sc_coordinate .conts .conts_inner.row-reverse {
    flex-direction: row-reverse;
  }
  #sc_coordinate .conts .conts_inner .right {
    max-width: 525px;
    text-align: center;
    width: 48%;
    margin: 0 2% 0 0;
  }
  #sc_coordinate .conts .conts_inner.row-reverse .right {
    margin: 0 auto 0 2%;
  }
  #sc_coordinate .conts .conts_inner .left {
    text-align: left;
    width: 46%;
    max-width: 525px;
    margin: 0 0 0 4%;
  }
  #sc_coordinate .conts .conts_inner.row-reverse .left {
    margin: 0 4% 0 auto;
  }
  #sc_coordinate .conts .conts_inner .left .ttl_sub {
    width: 96%;
    font-size: 28px;
    margin: 5% auto 3%;
  }
  #sc_coordinate .conts .conts_inner .left .ttl_sub span{
  }
  #sc_coordinate .conts .conts_inner .left h3 {
    width: 100%;
    font-size: 36px;
    margin: 0 auto 5%;
  }
  #sc_coordinate .conts .conts_inner .left .textile_1p {
  margin: 0 auto 1%;
  display: inline-flex;
  }
  #sc_coordinate .conts .conts_inner .left .textile_2p {
    margin: 0 auto 1%;
  }
  #sc_coordinate .conts .conts_inner .left .textile_3p {
    margin: 0 auto 1%;
  }
  #sc_coordinate .conts .conts_inner .left .textile_1p a {
    font-size: 15px;
  }
  #sc_coordinate .conts .conts_inner .left .textile_2p a {
    font-size: 15px;
  }
  #sc_coordinate .conts .conts_inner .left .textile_3p a {
    font-size: 15px;
  }
  #sc_coordinate .conts .conts_inner .left .txt {
    width: 100%;
    font-size: 15px;
    margin: 8% 0;
  }
  #sc_coordinate ul.itemlist {}
  #sc_coordinate ul.itemlist li {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: wrap;
    width: 40%;
    max-width: 300px;
    margin: 0 0 10px 0;
  }
  #sc_coordinate ul.itemlist li p{}
  #sc_coordinate ul.itemlist li div{}
  #sc_coordinate ul.itemlist li a {}
  #sc_coordinate ul.itemlist li a:hover {}
  #sc_coordinate ul.itemlist li a:hover {}
  #sc_coordinate .conts .main_img {}
  #sc_coordinate .conts .sub_img {
    flex-wrap: nowrap;
    max-width: 1050px;
  }
  #sc_coordinate .conts#conts_brickorange .sub_img {
    flex-wrap: nowrap;
    max-width: 810px;
  }
  #sc_coordinate .conts .sub_img a {
    width: 24%;
  }
  #sc_coordinate .conts#conts_brickorange .sub_img a {
    width: 32%;
  }
  #sc_coordinate .item_img {
    width: 100%;
    margin: 0 auto;
    padding: 4% 0;
  }
  #sc_coordinate .item_img img {
    margin: 0 auto 2%;
  }
  #sc_coordinate .p-footer h4 {
    margin: 4% auto 1%;
    padding: 4% 0 0 0;
    font-size: 28px;
  }

  #sc_coordinate .archive_img {
    width: 65%;
    max-width: 700px;
    margin: 4% auto 0;
    text-align: center; 
  }
}
/* 追加ここまで */


/* LOOKS＆TEXTILEここから */
.p-main h4 span {
    display: block;
    text-align: center;
    font-family: apparat,sans-serif;
    font-size: 1.75em;
    line-height: 0.8em;
    letter-spacing: 0.14em;
    font-weight: 400;
    color: #23292e;
    margin: 0 auto 3%;
}
.p-main h4 .sub-ttl{
    display: block;
    text-align: center;
    margin: 0 auto 10%;
    font-family: apparat,sans-serif;
    color: #4a4a4a;
    font-size: 0.75em;
    letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  .p-main h4 span {
  font-size: 3.5em;
  margin: 0 auto 2%;
  }
  .p-main h4 .sub-ttl{
      font-size: 1em;
      margin: 0 auto 8%;
  }
}
/* LOOKS＆TEXTILEここまで */


/* couponここから */
.p-main .coupon__information{
  width: 100%;
  max-width: 1060px;
  background: #DEAC87;
  text-align: center;
  margin: 0 auto;
  padding: 4% 0 1%;
  color: #ffffff;
}
.p-main .coupon__information .coupon__information h3 {
  width: 50%;
  margin: 0 auto 5%;
  text-align: center;
}
.coupon__information .coupon_code{
  max-width: 810px;
  background-color: #ffffff;
  margin: 3% auto;
  padding: 2% 0;
  color: #4a4a4a;
  font-size: 18px;
  line-height: 0.6em;
}
.coupon__information .coupon_code span.btn-clipboard {
  font-size: 53px;
  letter-spacing: 0.15em;
  margin: 5% auto 5%;
}
.coupon__information .coupon_terms {
  margin: 0 auto 4%;
}
.coupon__information .coupon_terms p {
  font-size: 23px;
  font-weight: bold;;
}
.coupon__information .coupon_terms ul {
  font-size: 13px;
  font-weight: 300;
  line-height: 2.3em;
}
.coupon__information .coupon_terms ul li {
  margin: 0 auto 0.7%;
  font-size: 15px;
  letter-spacing: 0.08em;
}
.coupon__information img{
  margin: 0 auto;
}
h5 {
  width: 100%;
  text-align: center;
  margin: 5% auto 15%;
  font-size: 1em;
}
@media (max-width: 768px) {
  .p-main .coupon__information {
    padding: 7% 0 3%;
  }
  .coupon__information .coupon_code {
    font-size: 12px;
  }
  .coupon__information .coupon_code span.btn-clipboard {
    font-size: 25px;
  }
  .coupon__information .coupon_terms p {
    font-size: 14px;
  }
  .coupon__information .coupon_terms ul li {
    font-size: 12px;
  }
  .coupon__information img{
    width: 80%;
  }
  h5 {
    font-size: 0.75em;
    margin: 5% auto 20%;
  }
}
/* クリップボードにコピー */
.btn-clipboard {
  display: inline-block;
}
.btn-clipboard:hover {
  cursor:
  pointer;
  color: #DEAC87;
}
.clipboard-success {
  display: none;
  margin: 0 0 0 8px;
  font-size: .9em;
}
/* couponここまで */