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

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

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



.p-main a.p-btn--big {
  border: 0;
  color: #FFFFFF;
  background: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/scapa/2019_springcoat/arrow.png) #cca7ad no-repeat;
  background-position: right 2% center;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  font-size: 12px;
  display: block;
  padding: 26px 5px;
  text-align: center;
  margin-bottom: 45px;
  width: 90%;
  margin: auto;
}

@media screen and (min-width: 980px) {
 .p-main a.p-btn--big {
  border: 0;
  color: #FFFFFF;
  background: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/scapa/2019_springcoat/arrow.png) #cca7ad no-repeat;
  background-position: right 2% center;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  display: block;
  padding: 35px 5px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
  max-width: 780px;
  margin: auto;
}
}

.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;
  opacity: 1;
  background: url(//ds-assets.s3.amazonaws.com/e-look.jp/2019/scapa/2019_springcoat/arrow.png) #b27982 no-repeat;
  background-position: right 2% center;
}

.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: #337ab7;
  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;
  cursor: default;
}

.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("https://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("https://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 40px 0;
  }
}

.lead_text {
  margin-bottom: 100px;
}

.sub-navigation-outer_2 .item_btn a {
  font-family: 'Radley', serif;
  color: #383b60;
}

.sub-navigation-outer_2 .item_btn a {
    display: block;
    width: auto;
    text-align: center;
    font-size: 18px;
    padding: 20px 0;
    border: solid 1px #383b60;
    margin: 20px auto 0;
}

.sub-navigation-outer_2 .item_btn a:hover {
  text-decoration: none;
  background: #383b60;
  color: #ffffff;
}

.sub-navigation-outer_2 h3{
  font-family: 'Radley', serif;
  color: #383b60;
}

.sub-navigation-outer_2 h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.sub-navigation-outer_2 .lead_text {
  font-size: 13px;
}

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

@media screen and (max-width: 979px) {
.lead_text {
  margin-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .sub-navigation-outer_2 h3 {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 30px;
  }
　.sub-navigation-outer_2 .item_btn a {
    display: block;
    width: 240px;
    text-align: center;
    font-size: 24px;
    padding: 20px 0;
    border: solid 1px #383b60;
    margin: 20px auto 0;
}
  .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;
  }
}

#kt_navi_box {
    width: 100%;
    list-style: none;
    margin: 0 0 7% 0;
    overflow: hidden;
}

#kt_navi_box.fixed {
    background: #ffffff;
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

#fixedbox {
    max-width: 1070px;
    margin: auto;
    transition: 0.7s;
}

@media (min-width: 768px){
  .fixed #fixedbox {
      max-width: 550px;
  }
}

.sub-navigation {
　/* margin-top: 40px; */
  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;
}

.sub-navigation li {
  -webkit-flex: 0 1 50%;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -webkit-flex: 0 1 calc(100% / 2);
      -ms-flex: 0 1 calc(100% / 2);
          flex: 0 1 calc(100% / 2);
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
	    padding: 0 10px 15px;

}

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

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


@media screen and (min-width: 980px) {
  .sub-navigation a {
    padding: 0;
    min-height: 35px;
  }
  .sub-navigation li {
  -webkit-flex: 0 1 25%;
      -ms-flex: 0 1 25%;
          flex: 0 1 25%;
  -webkit-flex: 0 1 calc(100% / 4);
      -ms-flex: 0 1 calc(100% / 4);
          flex: 0 1 calc(100% / 4);
  text-align: center;
  -ms-flex-positive: 1;
      flex-grow: 1;
}
}

.item {
  padding-top: 5px;
  margin-bottom: 50px;
}

@media screen and (min-width: 980px) {
  .item {
    margin: 0 50px 70px;
  }
  .item_custom{
	margin: 0 0 70px;	
  }
}


.item__body {
  margin: 0 10px;
}

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

  }
}


@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__child h3,
.item__body .item__body__child h4,
.item__body .item__body__child  .check_btn a {
  font-family: 'Radley', serif;
  color: #383b60;
}

.item__body .item__body__child .space_15{
	margin-bottom: 15px;
}

.item__body .item__body__child h3 {
  font-size: 30px;
  margin-top: 30px;
  margin-bottom: 20px;
}

.item__body .item__body__child h4 {
  font-size: 23px;
  line-height: 32px;
  margin-bottom: 30px;
}

@media screen and (min-width: 980px) {
  .item__body .item__body__child h3 {
    font-size: 50px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .item__body .item__body__child h4 {
    font-size: 30px;
    line-height: 45px;
    margin-bottom: 30px;
  }
}

.item__body .item__body__child p {
  font-size: 13px;
  text-align: left;
}

.item__body .item__body__child img.pickup-1 {
  margin: 50px 0 0;
}

.item__body .item__body__child img.pickup-2 {
  margin: 10px 0 0;
}

.item_link_btn {
  display: block;
  margin: 6px 0;
}
.lsize ,.msize {
  display: inline-block;
  width: 48%;
  margin: 0;
}
.lsize {
  margin-left: 2%;
}
.item_none {
  visibility: hidden;
}
.lsize a,.msize a {
  display: block;
  background: #3c364c;
  color: #ffffff;
  padding: 6px 0;
  text-align: center;
  transition: 0.2s;
  text-decoration: none;
}
.lsize.inline {
  display: inline-block;
}
.lsize.inline a{
    padding: 3px 15px;
}
.lsize a:hover,.msize a:hover{
  background: #7d768f;
  text-decoration: none;
}
@media screen and (min-width: 980px) {
  .item_link_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
  }
  .lsize ,.msize {
    width: 60px;
  }
  .msize{
	margin: 	
  }
  .lsize a,.msize a {
    padding: 3px 0;
  }
}

.item__body .item__body__child .check_btn a {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 24px;
  padding: 10px 0;
  border: solid 1px #383b60;
}

.item__body .item__body__child .coordination .check_btn a {
  padding: 20px 0;
}

.item__body .item__body__child  .check_btn a:hover {
  text-decoration: none;
  background: #383b60;
  color: #ffffff;
}

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

#coordinate {
  width: 100%;
  max-width: 1070px;
  background: #fcf8fb;
  margin: 5% auto 0;
  padding: 3% 0 0;
}
#coordinate ul {
  margin: 0 10px 30px;
  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;
}

#coordinate ul li {
  margin-bottom: 25px;
  -webkit-flex: 0 1 33.3%;
  -ms-flex: 0 1 33.3%;
  flex: 0 1 33.3%;
  -webkit-flex: 0 1 calc(100% / 3);
  -ms-flex: 0 1 calc(100% / 3);
  flex: 0 1 calc(100% / 3);
  text-align: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

#coordinate ul li img {
  width: 100%;
  transition-duration: 0.5s;
  cursor: pointer;
}
#coordinate ul li a img:hover {
  transform: translateY(-10px);
  transition-duration: 0.5s;
}

@media screen and (min-width: 980px) {
  #coordinate ul {
    margin: 0 auto 80px;
	max-width: 800px;
  }
}

.archive_btn a {
  display: block;
  margin: 20px 20px -15px;
  text-align: center;
  font-size: 12px;
  font-family: 'Radley', serif;
  padding: 20px 0;
  color: #ffffff;
  background: #383b60;
}

.archive_btn span {
  font-size: 18px;
}

@media screen and (min-width: 980px) {
  .archive_btn a {
    max-width: 940px;
    font-size: 20px;
    padding: 20px 0;
    margin: 0 auto;
  }

  .archive_btn span {
    font-size: 30px;
  }
}
.archive_btn a:hover {
  text-decoration: none;
  background: #66698b;
}



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

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

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

@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: left;
    width: 590px;
  }
}

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

@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: 590px;
}

.item__body .item__img {
    margin-bottom: 30px;
}

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

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


.item__body .item__text_2 {
  text-align: left;
  /* padding: 22px 35px; */
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}

.item__body .item__text {
  text-align: left;
  /* padding: 22px 35px; */
  letter-spacing: 0.05em;
}

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

.item__body .item__text-rr {
  margin: 10px auto;
  font-size: 13px;
  letter-spacing: 0px;
}

@media screen and (min-width: 980px) {
  .item__body .item__text-rr {
    margin: 50px auto;
    font-size: 11px;
  }
}

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

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

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


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

wrap__coordination

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

.content_wrap .item .wrap__coordination h2{
    padding: 5% 0 4%;
    width: 60%;
}
.content_wrap .item .wrap__coordination ul.coordination{
  display: inline;
  margin-bottom: 20px;
}
.content_wrap .item .wrap__coordination .coordination li.coord{
  margin-bottom: 50px
}
@media screen and (min-width: 980px) {
  .content_wrap .item .wrap__right .item__img {
    max-width: 100%;
  }
  .content_wrap .item .wrap__right .item__point li{
    display: inline;
  }
  .content_wrap .item .wrap__right .item__point_text{
    width: 100%;
  }
  .content_wrap .item .wrap__coordination .coordination li.coord{
    margin: 0 25px 50px;
  }
}
@media screen and (min-width: 690px) {
.item__img img {
  max-width: 100%;
}
  .content_wrap .item .wrap__left{
  width: 60%;
  max-width: 640px;
  padding: 0 10px ;
  float: left;
}
.item__img__s {
  margin: 0 0 0 5%;
}
.item__img__s .item__point li{
  margin-bottom: 30px;
}
  .content_wrap .item .wrap__right{
  width: 40%;
  max-width: none;
  padding: 0 10px ;
  float: right;
  margin-top: 60px;
}
  .content_wrap .item .wrap__coordination{
    clear: both;
  }
  
  .content_wrap .item .wrap__coordination ul.coordination{
    display: flex;
    justify-content: space-between;
  }
  .content_wrap .item.item_bottom .wrap__left{
  width: 50%;
  max-width: none;
  padding: 0 0 0 0;
  float: left;
}
  .content_wrap .item.item_bottom .wrap__left .item__img__s {
  margin: 0 0 0 40px;
}
  .content_wrap .item.item_bottom .wrap__left .item__img__s .item__img{
    text-align: left;
  }
  .content_wrap .item.item_bottom .wrap__right{
  width: 50%;
  max-width: none;
  padding: 0 0px ;
  float: right;
}
  .content_wrap .item.item_bottom .wrap__right .item__img__l {
  margin: 230px 0 0 0;
  text-align: right;
}
}

.content_wrap .item .wrap__coordination li{
  -webkit-flex: 0 1 50%;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  -webkit-flex: 0 1 calc(100% / 2);
  -ms-flex: 0 1 calc(100% / 2);
  flex: 0 1 calc(100% / 2);
  text-align: left;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 10px 15px;
}
@media screen and (max-width: 480px) {
.content_wrap .item .wrap__coordination li{
  padding: 7px 0;
}
}

.content_wrap .item07 .inner_item_wrap{
  overflow: hidden;
  margin-top: 40px;
}

.content_wrap .item07 .inner_item_wrap .inner_item_list{
  width: 50%;
  float: left;
  padding: 0 10px;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 980px) {
  .content_wrap .item .wrap__coordination li{
	-webkit-flex: 0 1 33.3%;
    -ms-flex: 0 1 33.3%;
    flex: 0 1 33.3%;
    -webkit-flex: 0 1 calc(100% / 3);
    -ms-flex: 0 1 calc(100% / 3);
    flex: 0 1 calc(100% / 3);
    text-align: left;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 7px 0;
  }
}

@media screen and (min-width: 690px) {
.content_wrap .item07 .inner_item_wrap .inner_item_list{
  width: 25%;
  float: left;
  padding: 0 10px;
}
}
.content_wrap .item07 .item__txt__wrap {
  text-align: left;
  max-width: 100%;
  margin: 0 0 0 0;
}

.item__txt__wrap {
  text-align: left;
  max-width: 510px;
  margin: 0 0 0 0;
}
.item__txt__wrap h1{
  margin: 50px 0 30px 0;
}
.item__txt__wrap ul {
  margin: 30px 0 0 0;
}
.item__txt__wrap ul li {
  display: block;
  padding: 7px 0;
}
.lsize a,.msize a{
  display: block;
  background: #2a2536;
  color: #ffffff;
  padding: 3px 0;
  text-align: center;
  transition: 0.2s;
  text-decoration: none;
}
.lsize.inline {
  display: inline-block;
}
.lsize.inline a{
    padding: 3px 15px;
}
.lsize a:hover,.msize a:hover{
  background: #3c364c;
  text-decoration: none;
}

@media screen and (min-width: 690px) {
.item__txt__wrap ul li {
  display: block;
  border-bottom: 1px #cccccc solid;
  padding: 7px 0;
}
.item__txt__wrap ul li span {
  display: inline-block;
  width: 100%;
  margin: 0.5% 0.5% 0 0;
}
.item__txt__wrap ul li span:last-child {
  text-align: right;
}
.item__txt__wrap ul li span.msize {
  width: 60px;
}
.item__txt__wrap ul li span.lsize {
  width: 60px;
}

.link-banner-navi {
  display: flex;
  justify-content: space-between;
}
.link-banner-itemlist a,
.link-banner-navi a {
  display: block;
  margin: auto;
  padding: 20px 0;
  font-family: 'Radley', serif;
  font-size: 130%;
  text-align: center;
  color: #032d45;
  background-color: #ffffff;
  letter-spacing: 2px;
  border: solid 1px #032d45;
  text-decoration: none;
}
.link-banner-navi a{
  width: 48%;
}
.link-banner-itemlist a{
  max-width: 520px;
}
.link-banner-itemlist a:hover,
.link-banner-navi a:hover{
  background-color: #f3f6f9;
}
.link-banner-itemlist a:hover,.link-banner-itemlist a:link,.link-banner-itemlist a:visited,
.link-banner-navi a:hover,.link-banner-navi a:link,.link-banner-navi a:visited{
  color: #032d45 !important;
}
@media screen and (min-width: 690px) {
  .link-banner-itemlist a,
  .link-banner-navi a {
  font-size: 180%;
  letter-spacing: 6px;
  }
}
.item__img a{
  transition: 0.2s;
}
.item__img a:hover{
  opacity: 0.9;
}

.content_wrap .item .item__header {
  position: relative;
  margin-bottom: 20px;
}

.content_wrap .item .item__header p {
  margin: 0;
}

.content_wrap .item .item__brand {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 2px;
}

.content_wrap .item .item__name {
  font-size: 12px;
}
@media screen and (min-width: 690px) {
  .content_wrap .item .item__name {
  font-size: 13px;
}
}
.content_wrap .item .item__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all .1s linear;
  z-index: -1;
}

.content_wrap .item .item__link a {
  background-color: rgba(159, 226, 211, 0.9);
  height: 100%;
  text-align: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 3px;
}

.content_wrap .item .item__link a:hover {
  background-color: rgba(159, 226, 211, 0.9);
}

.content_wrap .item .item__link.is-hover {
  opacity: 1;
  z-index: 1;
}

.content_wrap .item .item__link--l {
  margin-top: 20px;
}

.content_wrap .item .item__link--l a {
  padding: 0 5px 5px 5px;
  border-bottom: 1px solid #000000;
  transition: all .2s linear;
  text-decoration: none;
}

.content_wrap .item .item__link--l a:hover {
  text-decoration: none;
  color: rgba(159, 226, 211, 0.9);
  border-color: rgba(159, 226, 211, 0.9);
  padding: 0 15px 5px 15px;
}

.content_wrap .item .item__link--l:active, .content_wrap .item .item__link--l:visited {
  text-decoration: none;
}

.content_wrap .item .item__text {
  margin-top: 30px;
  text-align: left;
}
.content_wrap .item .item__text ul{
　cursor: default;
}

.content_wrap .item .item__text .item_link_btn{
　cursor: pointer;
}	

@media screen and (min-width: 980px) {
  .content_wrap .item .item__text {
    line-height: 24px;
  }
}

/*.content_wrap .item .item__text:hover {
  cursor: pointer;*/
}

.content_wrap .item .item__text .text-01 {
  margin: 0;
}

.content_wrap .item .item__text .text-01::after {
  content: '...';
}

.content_wrap .item .item__text .text-01.is-clicked::after {
  content: '';
}

.content_wrap .item .item__text .text-02 {
  margin: 0;
  display: none;
  margin-left: -4px;
  opacity: 0;
  transition: all .5s linear;
}

.content_wrap .item .item__text .text-02.is-on {
  opacity: 1;
}





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

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-bottom: 50px;
}

.item_list{
  text-align: center;
  margin-bottom: 20px;
}

.item__text-rr li {
  border-bottom: 1px #cccccc solid;
  padding: 7px 0;
  margin-bottom: 10px;
}

@media screen and (min-width: 980px){
  .item__text-rr li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
       -ms-flex-pack: justify;
     justify-content: space-between;
  }
}
.item__text-rr .licon {
  border: solid 1px #717171;
  padding: 0px 5px;
  font-size: 0.7em;
  margin-right: 3px;
  margin-left: 10px;
  vertical-align: text-bottom;
}

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

@media screen and (min-width: 980px) {
  .ttl_l{
    text-align: left;
    margin-bottom: 50px; 
  }
}

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

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

.flex-next{
  display: none;
}

.campaign_text {
  width: 90%;
  max-width: 772px;
  margin: 60px auto 60px;
  text-align: center;
  font-size: 12px;
}

@media screen and (min-width: 980px) {
  .campaign_text {
    margin: 140px auto 60px;
    text-align: center;
    font-size: 18px;
  }
}

.campaign_text img {
  margin: 5px auto 10px;
}

@media screen and (min-width: 980px) {
  .campaign_text img {
    margin: 15px auto 30px;
  }
}

.campaign_text a.p-btn--mypage {
  border: 0;
  color: #FFFFFF;
  background: #bc0078;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  font-size: 12px;
  display: block;
  padding: 26px 5px;
  text-align: center;
  margin: 10px auto;
  width: 100%;
}

@media screen and (min-width: 980px) {
 .campaign_text a.p-btn--mypage {
  border: 0;
  color: #FFFFFF;
  background: #bc0078;
  background-position: right 2% center;
  border-radius: 0;
  display: inline-block;
  padding: 6px 24px;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 1.44;
  display: block;
  padding: 35px 5px;
  font-size: 18px;
  text-align: center;
  margin: 50px auto;
}
}

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

.campaign_text a.p-btn--mypage:hover {
  text-decoration: none;
  opacity: 1;
  background: #d845a3;
}

.banner-coupon {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
}

@media screen and (min-width: 690px) {
  .banner-coupon {
    top: 20%;
    left: auto;
    right: 0;
  }
}