@charset "utf-8";
@font-face {
  font-family: "NotoSansMonoCJKSC";
  src: url("NotoSansMonoCJKsc-Regular.otf") format("otf");
}
.container {
  width: 100%;
}
.md-container {
  max-width: none;
}
.breadcrumb,
.title-area,
.nav,
.item-area-inner {
  max-width: 1200px;
  margin: 0 auto;
}
#sp-content {
  width: 100%;
  text-align: left;
  margin: auto;
  overflow: hidden;
  color: #402f29;/*
  font-family: 'NotoSansMonoCJKSC', sans-serif;*/
  font-size: 14px;
  letter-spacing: 0.05em;
}
#sp-content a img {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  transition-duration: 0.3s;
}
#sp-content .headline {
  width: 100%;
  position: relative;
}
#sp-content .headline img{
  width: 100%;
}

span.color_b{
  color: #d2d8ed;
}
span.color_c{
  color: #9ca9d9;
  }

/*title-area*/
#sp-content .title-area {
  margin: 4% auto 4%;
}
#sp-content .title-area .title-area-txt {
  text-align: center;
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 2.2em;
}
#sp-content .title-area .title-area-txt span{
  font-size: 0.8em;
  letter-spacing: 0.05em;
}

/*item-area*/
#sp-content .item-area {
  position: relative;
  padding: 10% 0 0;
  margin: -10% 0 0;
}
.item-area_ttl{
  text-align: center;
}
.item-area_txt{
  font-size: 2em;
  letter-spacing: 0;
}
.item-area_txt span:first-of-type {
  font-size: 1.9em;
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  vertical-align: middle;
}

.item-area ul.item_color {
  display: flex;
  justify-content: center;
  margin: 6% 0 0;
}
.item-area ul.item_color li {
  max-width: 250px;
  margin-right: 2%;
}
.item-area ul.item_color li:last-of-type {
  margin-right: 0;
}
.item-area ul.item_color li p {
  margin-top: 6%;
  line-height: 1.5;
}
.item-area ul.item_color li p.item_txt span{
  font-size: 0.8em;
}

.btn_buy{
  margin-top: 10%;
}
.btn_buy a {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  font-size: 0.9em;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding: 1.5% 8%;
  text-decoration: none;
  border: 2px solid #000000;
}
.btn_buy a:hover {
  background-color: #d2d8ed;
  color: #000000;
  font-weight: 600;
  border: 2px solid #d2d8ed;
}

.link-btn-area {
  margin: 3% auto 0;
}
.link-btn-area a {
  display: block;
  width: 34%;
  min-width: 460px;
  margin: 2% auto 0;
  padding: 1.2% 0;
  color: #000;
  border: 2px solid #000;
  text-align: center;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  text-decoration: none;
  font-weight: 600;
  transition-duration: 0.3s;
  position: relative;
}
.link-btn-area a::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: no-repeat;
  background-image: url(//ds-assets.store-image.jp/laisp/sp/2021/one_piece_length_21ss/test/anchor.png);
  position: absolute;
  top: 42%;
  right: 4%;
}
.link-btn-area a span{
  font-family: 'Spartan', sans-serif;
  letter-spacing: 0;
  font-size: 1.1em;
}
.link-btn-area a:hover{
  background-color: #d2d8ed;
  border: 2px solid #d2d8ed;
  color: #535353;
}

.link-btn-area.btn_all {
  margin: 3% auto;
}
.link-btn-area.btn_all:last-of-type {
    margin-bottom: 7%;
}
.link-btn-area.btn_all a {
  background-color: #000;
  color: #fff;
}
.link-btn-area.btn_all a::after {
  background-image: url(//ds-assets.store-image.jp/laisp/sp/2021/one_piece_length_21ss/test/anchor_w.png);
}
.link-btn-area.btn_all a:hover {
  background-color: #d2d8ed;
  color: #2f2f2f;
}
.link-btn-area.btn_all a:hover::after {
  background-image: url(//ds-assets.store-image.jp/laisp/sp/2021/one_piece_length_21ss/test/anchor.png);
}

.cont_line{
  display: flex;
  justify-content: center;
  margin: 4% auto 6%;
  width: 90%;
}

#page_top {
  width: 80px;
  height: 80px;
  position: fixed;
  right: 70px;
  right: 8%;
  bottom: 50px;
  bottom: 10%;
  z-index: 1000;
  background: #e1a6a0;
  background: gray;
  opacity: 0;
  transition: .3s;
  visibility: hidden;
}
#page_top.active {
  opacity: 0.4;
  visibility: visible;
}
#page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
#page_top a::before{
  content: '';
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 30px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

@media (max-width: 768px){
  .breadcrumb,
  #page-body {
    margin: 0 -10px;
  }
  #sp-content {
    margin-top: 20px;
    font-size: 10px;
  }
  #sp-content .title-area {
    margin: 11% auto 11%;
  }
  #sp-content .title-area .title-area-txt {
    padding: 0 3%;
    text-align: center;
    letter-spacing: 0;
    font-size: 1.3em;
  }
  .color_b{
	color: #d2d8ed;
  }
  .color_c{
  color: #9ca9d9;
  }
  .cont_line {
    margin: 12% auto 18%;
  }
  .item-area_ttl p:first-of-type{
    width: 30%;
    margin: 0 auto;
  }
  .item-area_ttl p:last-of-type{
    display: inline;
    padding: 0 2%;
  }
  .item-area_txt {
    font-size: 1.7em;
    line-height: 1.5;
    width: 100%;
  }
  .item-area ul.item_color li {
    margin-bottom: 3.5%;
  }
  .item-area ul.item_color li p {
    line-height: 1.6em;
  }
  .item-area ul.item_color li p.item_txt span{
    ont-size: 0.9em;
  }
  #sp-content .item-area {
    padding-top: 20%;
    margin-top: -20%;
  }
  .item-area ul.item_color {
    width: 100%;
    margin: 8% auto 0;
    flex-wrap: wrap;
    justify-content: center;
  }
  .item-area ul.item_color li{
    width: 32%;
    margin-bottom: 8%;
  }
  .item-area ul.item_color:after {
    content: "";
    display: block;
    width: 32%;
    height: 0;
  }
  .item-area ul.item_color li:last-of-type {
    margin-right: 3.5%;
  }
  .item-area ul.item_color li p {
    margin-top: 10%;
  }

  .link-btn-area.btn_all {
      margin: 10% auto;
  }
  .link-btn-area a {
    font-size: 1.3em;
    line-height: 1.5;
    width: 80%;
    min-width: 280px;
    padding: 3% 0;
  }

}

.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}

@media (min-width: 769px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

/*nav*/

#navi_box {
  width: 100%;
  list-style: none;
  margin: 0 0 10% 0;
  overflow: hidden;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#navi_box.fixed{
  background: #ffffff;
}
.fixed #fixedbox{
  max-width: 90%;
}
.fixed #fixedbox .header_nav > * {
  -webkit-flex: 0 1 20%;
      -ms-flex: 0 1 20%;
          flex: 0 1 20%;
}
#fixedbox {
  max-width: 1260px;
  margin: auto;
  transition: 0.7s;
}

.lp_content .header_nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.lp_content .header_nav > * {
  padding: 5px 7px;
  -webkit-flex: 0 1 33%;
      -ms-flex: 0 1 33%;
          flex: 0 1 33%;
}
.lp_content .header_nav a:hover ,.item-area ul.item_color a:hover{
  /*opacity: .7;*/
  transition: .3s;
}
.lp_content .header_nav a:hover ,.item-area ul.item_color li > a:hover{
  opacity: .7;
  transition: .3s;
}

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

  .lp_content .header_nav {
    max-width: 1260px;
    margin: 0 auto;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
  }
  .lp_content .header_nav > * {
    padding: 5px 12px;
    -webkit-flex: 0 1 19%;
        -ms-flex: 0 1 19%;
            flex: 0 1 19%;
    -webkit-flex: 0 1 calc(100% / 5);
        -ms-flex: 0 1 calc(100% / 5);
            flex: 0 1 calc(100% / 5);
  }
}

@media screen\0 { /* IE8〜11 */
  .lp_content .header_nav > * {
    padding: 5px 0;
  }
}

/*E-LOOK #footer_banner .container*/
#footer_banner .container{
width: 1170px;
}
.link-btn-area p{
margin: 0;
}
@media (max-width: 1200px) {
#footer_banner .container{
width: 965px;
}
}
@media (max-width: 979px) {
#footer_banner .container{
width: 750px;
}
}
@media (max-width: 768px) {
.breadcrumb, #page-body{
margin: 0 auto;
}
#footer_banner .container{
width: auto;
}
}