@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Work+Sans");

html{
    overflow-x : hidden;
    overflow-y : auto;
}

body {
  /* Addresses a small issue in webkit: http://bit.ly/NEdoDq */
  -webkit-backface-visibility: hidden;
  overflow-x : hidden;
  overflow-y : auto;
}

a {
  transition-duration: 0.5s;
}

a:hover {
  transition-duration: 0.5s;
}

#page-body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: 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-color: #ab2a56;
  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;
  font-size: 15px;
  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-color: #ab2a56;
  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: 35px 5px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 45px;
  width: 50%;
  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-color: #b6466c;
}


.top_text {
  margin: 30px auto;
  text-align: left;
  font-size: 0.9em;
  font-weight: bold;
  font-family: 游明朝,"Yu Mincho",YuMincho,Ryumin Medium KL,"リュウミン M-KL","Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,HiraMinProN-W3,HiraMinPro-W3,"ヒラギノ明朝 ProN W3","ヒラギノ明朝 Pro W3","ＭＳ 明朝","Sawarabi Mincho",serif,Didot,Didot LT STD,Hoefler Text,Garamond,Times New Roman;
  font-feature-settings: normal;
  color: #000000;
}

@media screen and (min-width: 768px) {
  .top_text {
    margin: 60px auto;
    text-align: center;
  }
}

.top_text h3 {
  margin: 0 auto 5%;
  text-align: center;
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.6em;
}
@media screen and (min-width: 768px) {
  .top_text h3 {
    margin: 0 auto 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: #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;
}

.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: 18px;
  }
}

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

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

.detail {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.detail .detail_img img:last-child {
  position: relative;
  z-index: -1;
  margin-top: -20%;
}

@media screen and (min-width: 768px) {
  .detail .detail_img {
    width: 60%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
       -ms-flex-pack: center;
     justify-content: center;
  }

  .detail .detail_img img:last-child {
    position: static;
    margin: 0;
  }

  .detail .coordinate .item_list li.item {
    width: 30%;
    width : -webkit-calc(100% / 3) ;
    width : calc(100% / 3) ;
  }
}

.item__body {
  width: 85%;
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 50px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .item__body {
    max-width: 1000px;
    margin: 0 auto;
    padding-bottom: 0;
  }
}


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

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

@media screen and (min-width: 768px) {
  .item__body .item__body__child_2 {
    width: 50%;
    margin: 0 0 0px 45px;
  }
}

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

@media screen and (min-width: 768px) {
  .item__body .item__body__child {
    width: 50%;
    position: relative;
  }
}

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

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


@media screen and (min-width: 768px) {
  .item__body .item__content--left-narrow {
    width: 100%;
    text-align: left;
  }
  .item__body .item__content--left-narrow .item__txt__wrap{
    width: 100%;
    position: absolute;
    bottom: 30px;
  }
}

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

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

@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__text_2 {
  text-align: left;
  padding: 22px 35px;
  max-width: 540px;
  margin-bottom: 50px;
  letter-spacing: -0.05em;
}

.item__body .item__text {
  text-align: left;
  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: 340px;
    margin: 0 ;
    padding: 0;
    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;
}

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


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

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

.coordinate{
  margin: 6% auto 0;
  max-width: 503px;
}
@media screen and (min-width: 768px){
  .coordinate{
    margin: 6% auto 0;
    max-width: 1000px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
      -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .row-reverse {
    -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
     -ms-flex-direction: row-reverse;
         flex-direction: row-reverse;
  }
}

.item_list{
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 80%;
  margin: 10% auto 0;
}

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

.item_list::after{
  content:"";
  display: block;
  width:33%;
}

.item__body__child .item_ttl {
  width: 70%;
  margin-bottom: 20px;
}

@media screen and (min-width: 980px) {
  .item__body__child .item_ttl {
    width: 100%;
  }
}

@media screen and (min-width: 980px) {
  .child__left {
    max-width: 340px;
  }
  .item__body__child .item_ttl {
    max-width: 340px;
  }
}

.item__body h3 {
  margin: 0 auto 4%;
}

.coordinate h3 img {
  width: 100%;
  max-width: max-content;
}

@media screen and (min-width: 980px){
  .coordinate .coord_item {
    width: 34%;
  }
}

.item_comment {
  margin: 0 auto 0;
  text-align: left;
}

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

.item_list li.item{
  position: relative;
  width: 45%;
  padding: 0;
  margin-bottom: 35px;
}

@media screen and (min-width: 980px){
  .item_list li.item {
    margin-bottom: 6%; 
   }
}

.coordinate .item_list li.item{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -ms-flex-pack: center;
   justify-content: center;
  -webkit-box-orient: horizontal; /*左画像、右テキスト*/
  -webkit-box-direction: normal;
     -ms-flex-direction: row;
         flex-direction: row;
 }

 @media screen and (min-width: 980px) {
  .coordinate .item_list li.row-reverse {
    -webkit-box-orient: horizontal; /*左テキスト、右画像*/
    -webkit-box-direction: reverse;
       -ms-flex-direction: row-reverse;
           flex-direction: row-reverse;
  }
}

.item_list li.item .item__img {
  width: 100%;
 }

.item_list li.item .item__name,
.coordinate .main_img .item__name {
  width: 100%;
  font-size: 13px;
  line-height: 1.7em;
  text-align: left;
 }

.coordinate .main_img .item__name {
  margin-top: 2%;
}

 @media screen and (min-width: 980px){
  .item_list li.item .item__img {
    width: 30%;
    float: left;
   }
  .item_list li.item .item__name {
    width: 65%;
    text-align: left;
    float: right;
   }
 }

.coordinate .item_list li.item .item__img {
  width: 40%;
  max-width: 170px;
}

.coordinate .item_list li.item .item__name {
  width: 60%;
  text-align: left;
  margin-top: 5%;
}

@media screen and (min-width: 980px) {
  .coordinate .item_list li.item .item__img {
    width: 60%;
  }

  .coordinate .item_list li.item .item__name {
    width: 38%;
  }
  .coordinate .item_list li.row-reverse .item__name {
    text-align: right;
   }
}

@media screen and (min-width: 980px) {
  .item__txt__wrap .item_list li{
    margin-bottom: 10px; 
  }
}

.p-main .p-link .p-link__inner {
  max-width: 1000px;
  -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: 30px auto 0;
}

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

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

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

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

.p-main a.p-btn {
  border: 0;
  color: #FFFFFF;
  background-color: #303030;
  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;
}

.p-main a.p-btn a, .p-main a.p-btn:hover, .p-main a.p-btn:focus,
.p-main a.p-btn a:hover,
.p-main a.p-btn a:focus {
  background: #848484;
  text-decoration: none;
}

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

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