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

.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;
    font-family: 'Radley', serif;
}

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

.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: 40px auto 50px auto;
}

@media screen and (min-width: 980px) {
    .sub-navigation-outer_2 {
        margin: 40px 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 {
    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;
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 475px) {
    .sub-navigation {
        width: 100%;
    }
}

.sub-navigation li {
    text-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: all 0.3s
}


.sub-navigation li:hover {
    opacity: 0.5;
}

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


@media screen and (min-width: 980px) {
    .sub-navigation a {
        padding: 0;
        min-height: 35px;
    }
}

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

@media screen and (min-width: 980px) {
    .item {
        margin: 0 50px 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;
        align-items: center;
    }
}


@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 h3 {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
    width: 40%;
    margin: 0 auto 30px;
}

.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: 30px;
        width: 36%;
        margin: 0 0 6% 0;
    }

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

.item__body .item__body__child p {
    font-size: 13px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

.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 .check_btn a:hover {
    text-decoration: none;
    background: #383b60;
    color: #ffffff;
}

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

@media screen and (min-width: 980px) {
    .link-banner {
        display: flex;
        justify-content: center;
        margin: 40px 0;
    }
}

a.lb-btn {
    margin: 5px 0;
    display: block;
    transition: all 0.3s;
}

a.lb-btn:hover {
    opacity: 0.5;
}

@media screen and (min-width: 980px) {
    a.lb-btn {
        margin: 0 5px;
    }
}

@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: 0 auto 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;
    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: 11px;
    margin: 80px auto 0px;
    font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

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

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

.item__body .item__text-rr ul li .price {
    text-align: right;
    line-height: 1.8em;
}

.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;
    margin-bottom: 24%;
}

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

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

.item__text-rr li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 10px;
}

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

@media screen and (max-width: 375px) {
    .item__text-rr .licon {
        padding: 1px 5px;
    }
}

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

.item__text-rr .border_none {
    border: none;
}

.smp_br{
  display: none;
}

@media screen and (max-width: 375px) {
  .smp_br{
  display: inline;
}

}