@charset "UTF-8";
/*=======================================
 	             SMACSS  base
 ========================================*/
img {
  width: 100%;
}

/*=======================================
	         SMACSS  layout　　　　　　　       ( style.scss ) ( header.scss / main.scss / footer.scss ...) 
========================================*/
/*=======================================
                flex  
========================================*/
.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*=======================================
                  PC   
========================================*/
/* ===================
	　　 General
=================== */
#onepiece_0827 {
  width: 1200px;
  margin: 0 auto;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

/* ===================
	　　  common
=================== */
section .sec_img {
  position: relative;
}

section .sec_img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 418px;
  height: 628px;
  border: 1px solid #a8b3bd;
}

section .description {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.01em;
}

section .sec_credit {
  font-family: 'Crimson Text';
  font-size: 13px;
  letter-spacing: 0.015em;
  margin-top: 20px;
}

section .sec_credit span {
  margin-right: 12px;
}

section .sec_credit span:last-child {
  margin-right: 0;
}

section .sec_credit span a {
  border-bottom: solid 1px #cbcbcb;
}

/* ===================
	　　　 top
=================== */
.l-top__ttl {
  width: 801px;
  margin: 0 auto;
}

.l-top__lead {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.01em;
  margin-top: 52px;
}

/* ===================
	　　 section
=================== */
.sec-01 {
  margin-top: 85px;
}

.sec-01 .sec_img::before {
  top: -30px;
  left: 405px;
}

.sec-01 .img01 {
  width: 420px;
  margin-left: 375px;
}

.sec-01 .description {
  margin-top: 23px;
}

.sec-02 {
  margin-top: 103px;
}

.sec-02 .sec_img::before {
  top: 29px;
  left: 375px;
}

.sec-02 .img02 {
  width: 420px;
  margin-left: 405px;
}

.sec-02 .description {
  margin-top: 52px;
}

.sec-03 {
  margin-top: 131px;
}

.sec-03 .sec_img::before {
  width: 688px;
  top: -29px;
  left: 60px;
}

.sec-03 .sec_img {
  width: 810px;
  margin: 0 auto;
}

.sec-03 .sec_img .img0301 {
  width: 420px;
  margin: unset;
}

.sec-03 .sec_img .img0302 {
  width: 360px;
  margin-left: 30px;
  margin-top: 150px;
}

.sec-03 .description {
  margin-top: 24px;
}

.sec-04 {
  margin-top: 102px;
}

.sec-04 .sec_img::before {
  top: 30px;
  left: 375px;
}

.sec-04 .img04 {
  width: 420px;
  margin-left: 405px;
}

.sec-04 .description {
  margin-top: 53px;
}

/* ===================
	　　  button
=================== */
.m-btn {
  width: 600px;
  margin: 0 auto;
  padding: 102px 0 98px;
}

.m-btn a {
  width: 600px;
  height: 62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #000;
  background-color: #fff;
  font-family: 'Crimson Text', serif;
  font-size: 11px;
  line-height: 1.54;
  letter-spacing: 0.002em;
  text-align: center;
}

/*=======================================
               Responsive   
========================================*/
/* for PC */
@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

/* for tablet */
/* for SP */
@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
  .main-area .main-inner {
    width: 100%;
  }
  #breadcrumb .cateList {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .fdc {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  /*=======================================
                  SP    
========================================*/
  /* ===================
	　　 General
=================== */
  #onepiece_0827 {
    width: calc(750 *(100vw / 750));
  }
  /* ===================
　　  common
=================== */
  section .sec_img {
    position: relative;
  }
  section .sec_img::before {
    content: "";
    position: absolute;
    z-index: -1;
    width: calc(660 *(100vw / 750));
    height: calc(990 *(100vw / 750));
    border: calc(2 *(100vw / 750)) solid #a8b3bd;
  }
  section .description {
    font-size: calc(28 *(100vw / 750));
  }
  section .sec_credit {
    font-size: calc(23 *(100vw / 750));
    margin-top: calc(30 *(100vw / 750));
  }
  section .sec_credit span {
    margin-right: calc(21 *(100vw / 750));
  }
  section .sec_credit span:last-child {
    margin-right: 0;
  }
  section .sec_credit span a {
    border-bottom: solid calc(2 *(100vw / 750)) #cbcbcb;
  }
  /* ===================
　　　 top
=================== */
  .l-top__ttl {
    width: calc(750 *(100vw / 750));
    margin: 0 auto;
  }
  .l-top__lead {
    font-size: calc(28 *(100vw / 750));
    margin-top: calc(66 *(100vw / 750));
  }
  /* ===================
　　 section
=================== */
  .sec-01 {
    margin-top: calc(100 *(100vw / 750));
  }
  .sec-01 .sec_img::before {
    top: calc(-30 *(100vw / 750));
    left: calc(60 *(100vw / 750));
  }
  .sec-01 .img01 {
    width: calc(661 *(100vw / 750));
    margin-left: calc(30 *(100vw / 750));
  }
  .sec-01 .description {
    margin-top: calc(44 *(100vw / 750));
  }
  .sec-02 {
    margin-top: calc(163 *(100vw / 750));
  }
  .sec-02 .sec_img::before {
    top: calc(31 *(100vw / 750));
    left: calc(30 *(100vw / 750));
  }
  .sec-02 .img02 {
    width: calc(661 *(100vw / 750));
    margin-left: calc(60 *(100vw / 750));
  }
  .sec-02 .description {
    margin-top: calc(74 *(100vw / 750));
  }
  .sec-03 {
    margin-top: calc(191 *(100vw / 750));
  }
  .sec-03 .sec_img::before {
    width: calc(630 *(100vw / 750));
    height: calc(1843 *(100vw / 750));
    top: calc(-27 *(100vw / 750));
    left: calc(60 *(100vw / 750));
  }
  .sec-03 .sec_img {
    width: calc(750 *(100vw / 750));
    margin: 0 auto;
  }
  .sec-03 .sec_img .img0301 {
    width: calc(631 *(100vw / 750));
    margin-left: calc(30 *(100vw / 750));
  }
  .sec-03 .sec_img .img0302 {
    width: calc(561 *(100vw / 750));
    margin-left: calc(160 *(100vw / 750));
    margin-top: calc(60 *(100vw / 750));
  }
  .sec-03 .description {
    margin-top: calc(44 *(100vw / 750));
  }
  .sec-04 {
    margin-top: calc(162 *(100vw / 750));
  }
  .sec-04 .sec_img::before {
    top: calc(31 *(100vw / 750));
    left: calc(30 *(100vw / 750));
  }
  .sec-04 .img04 {
    width: calc(661 *(100vw / 750));
    margin-left: calc(60 *(100vw / 750));
  }
  .sec-04 .description {
    margin-top: calc(75 *(100vw / 750));
  }
  /* ===================
　　  button
=================== */
  .m-btn {
    width: calc(618 *(100vw / 750));
    margin: 0 auto;
    padding: calc(145 *(100vw / 750)) 0 calc(138 *(100vw / 750));
  }
  .m-btn a {
    width: calc(618 *(100vw / 750));
    height: calc(124 *(100vw / 750));
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #000;
    background-color: #fff;
    font-family: 'Crimson Text', serif;
    font-size: calc(22 *(100vw / 750));
    line-height: 1.54;
    letter-spacing: 0.002em;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */