/* reset css */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}



/* web catalog setting */
html {
    font-size: 62.5%;
}

body {
    width: 100%;
    font-size: 1.6rem;
    font-size: 16px;
    background: #F8F8FF;
    background-image: url(../newimg/katarogu_ue.png),url(../newimg/katarogu_shita.png);
    background-repeat: no-repeat,no-repeat;
    background-position: top right,bottom left;
    background-size: 100%,100%;
    /*
    background-image:url(../newimg/katarogu_shita.png);
    background-position: bottom 0px left;*/
}


img {
    width: 100%;
    vertical-align: bottom;
}

p {
    line-height: 1.5;
    color: #34592c;
}

a {
    display: inline-block;
    transition: .4s;
}

a:hover {
    opacity: 0.6;
}

h1 {
    font-size: 7.0rem;
    font-size: 70px;
    line-height: 1.5;
    font-family: 'Apple Chancery',sans-serif;
}

h2 {
    font-size: 3.0rem;
    font-size: 40px;
    line-height: 1.5;
}

h3 {
    font-size: 1.8rem;
    font-size: 18rem;
    line-height: 1.5;
}

br.sp-only {
    display: none;
}

.concept h1 {
    margin: 5px 0;
    line-height: 1;
}

.concept img {
    width: 300px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.container {
    width: 700px;
    margin: 150px auto;
    text-align: center;
}


.credit {
    padding-top : 50px ;
    padding-bottom: 20px;
    font-size: 1.5rem;
    font-size: 15px;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.credit.concept {
  margin-top: -60px;
}

.credit.ver {
  bottom : 230px ;
  margin-bottom: -230px;
}

.credit.bag {
  margin-top: -60px;
}

.credit p {
    font-size: 1.3rem;
    font-size: 13px;
    color: #929642;
}

.credit img {
    width: 70%;
}

.item-wrap {
    position: relative;
    margin: 50px 0;
}

.item-center {
    width: 100%;
    margin: 50px 0;
}

.item-center img {
    width: 700px;
}

.item-center.op img{
  width : 600px ;
  left : 50px ;
  right : 50px ;
}

.item-center.logo img{
  width : 100px;
}

.item-left, .item-right {
    margin: 20px 0;
}

.item-wrap.carmen .item-left {
    width: 80%;
}

.item-wrap.carmen .item-right {
    position: relative;
    left: 150px;
    width: 550px;
}
/*
.item-wrap.marina {
  position : relative;
}*/

/* for PC */
.item-wrap.marina .item-left {
    width: 50%;
    position: relative;
}

/* credit */
/* 画像の大きさに合わせて変更する */
.item-wrap.marina .credit {
  position : relative ;
  width : 50% ;
  left : 350px ;
  bottom : 300px ;
  margin-bottom : -300px ;
}

.item-wrap.marina .item-right {
    position: relative;
    left: 150px;
    width: 550px;
}

.overlap {
    position: relative;
}

.overlap.item-wrap.dolores .item-right {
    position: relative;
}

.overlap.item-wrap.dolores .item-right {
    position: relative;
    left: 150px;
    width: 550px;
}

.overlap.item-wrap.dolores .item-left {
    position: relative;
    bottom: 150px;
    width: 300px;
    margin-bottom: -150px;
}

/*pc*/

.overlap.item-wrap.lana .item-left {
    position: relative;
    width: 550px;
    left : 150px;
}

.overlap.item-wrap.lana .item-right {
    position: relative;
    left: 0px;
    bottom: 100px;
    width: 300px;
    margin-bottom: -100px;
}

.overlap.item-wrap.a1 .item-left {
    position: relative;
    width: 350px;
    left : 350px;
    bottom : 600px ;
    margin-bottom: -600px;
}

.overlap.item-wrap.a1 .item-right {
    position: relative;
    left: 0px;
    width: 450px;
}

.overlap.item-wrap.lana .item-right.b1 {
    position: relative;
    left: 0px;
    width: 350px;
    bottom : 100px ;
    margin-bottom : -100px ;
}

.overlap.item-wrap.lana .credit {
    position: relative;
    width: 350px;
    left : 350px;
    bottom : 300px ;
    margin-bottom: -300px;
}

.overlap.item-wrap.double .item-left {
    position: relative;
    width: 325px;
    left : 0px;
}

.overlap.item-wrap.double .item-right {
    position: relative;
    left: 375px;
    bottom: 345px;
    width: 325px;
    margin-bottom: -400px;
}

.overlap.item-wrap .credit {
    position: relative;
    width: 350px;
    left : 0px;
    /*
    bottom : 1000px ;
    margin-bottom: -300px;
    */
}

.overlap.item-wrap.smile .item-left {
    position: relative;
    width: 550px;
    left : 150px;
}

.overlap.item-wrap.smile .item-right {
    position: relative;
    left: 0px;
    bottom: 100px;
    width: 400px;
    margin-bottom: -100px;
}

.overlap.item-wrap.shoes .item-left {
  position: relative;
  width: 600px;
  left : 100px;
}

.overlap.item-wrap.shoes .item-right.b1 {
    position: relative;
    left: 0px;
    width: 450px;
}

.overlap.item-wrap.shoes .credit {
    position: relative;
    width: 220px;
    left : 480px;
    bottom : 250px ;
    margin-bottom: -200px;
}

.overlap.item-wrap.lizzy .bg {
    position: relative;
    width: 600px;
    margin: auto;
}

.overlap.item-wrap.lizzy .item-right {
    position: relative;
    left: 400px;
    bottom: 440px;
    width: 300px;
    margin-bottom: -440px;
}

.overlap.item-wrap.lizzy .item-left {
    position: relative;
    bottom: 0;
    width: 300px;
}

.overlap.item-wrap.billie .bg {
    position: relative;
    width: 700px;
    margin: auto;
}

.overlap.item-wrap.billie .item-left {
    position: relative;
    left: -100px;
    bottom: 436px;
    width: 460px;
    margin-bottom: -360px;
}

.overlap.item-wrap.billie .item-right {
    position: relative;
    left: 400px;
    bottom: 465px;
    width: 460px;
    margin-bottom: -400px;
}

.item-wrap.chuck .item-left {
    width: 400px;
}

.item-wrap.chuck .item-right {
    position: relative;
    bottom: 200px;
    left: 300px;
    width: 400px;
    margin-bottom: -200px;
}

.item-wrap.chuck2 .item-left {
    width: 600px;
}

.item-wrap.chuck2 .item-right {
    position: relative;
    bottom: 50px;
    left: 400px;
    width: 300px;
    margin-bottom: -50px;
}

.christina {
    position: relative;
}

.christina .concept {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.christina .concept img {
    width: 95%;
    margin-bottom: 0;
}

.deco img {
    width: 300px;
}

footer img {
    width: 80px;
}

/*
footer {
    background-image:url(../newimg/katarogu_shita.png);
    background-position: bottom 0px left;
    background-repeat: no-repeat;
    background-size: 100%;
}
*/
@media screen and (max-width: 1024px) {

    body {
        background-size: 100%;
    }

    .container {
        width: 500px;
        margin: 100px auto;
    }

    .item-center img {
        width: 100%;
    }

    .item-center.op img{
      width : 430px ;
      left : 35px ;
      right : 35px ;
    }

    .item-center.logo img{
      width : 100px;
    }

    .item-left, .item-right {
        margin: 20px 0;
    }

    .item-wrap.carmen .item-left {
        width: 80%;
    }

    .item-wrap.carmen .item-right {
        position: relative;
        left: 100px;
        width: 400px;
    }

    .item-wrap.marina .item-left {
        width: 70%;
    }

    .item-wrap.marina .item-right {
        position: relative;
        left: 100px;
        width: 400px;
    }

    .overlap {
        position: relative;
    }

    .overlap.item-wrap.dolores .item-right {
        position: relative;
    }

    .overlap.item-wrap.dolores .item-right {
        position: relative;
        left: 100px;
        width: 400px;
    }

    .overlap.item-wrap.dolores .item-left {
        position: relative;
        bottom: 150px;
        width: 300px;
        margin-bottom: -150px;
    }

    .overlap.item-wrap.lana .item-left {
        position: relative;
        width: 400px;
        left: 100px;
    }

    .overlap.item-wrap.lana .item-right {
        position: relative;
        right: 200px;
        bottom: 200px;
        width: 300px;
        margin-bottom: -200px;
    }

    .overlap.item-wrap.a1 .item-left {
        position: relative;
        width: 250px;
        left : 250px;
        bottom : 450px ;
        margin-bottom: -400px;
    }

    .overlap.item-wrap.a1 .item-right {
        position: relative;
        left: 0px;
        width: 350px;
    }

    .overlap.item-wrap.lana .item-right.b1 {
        position: relative;
        left: 0px;
        width: 245px;
        bottom : 70px ;
        margin-bottom : -70px ;
    }

    .overlap.item-wrap.lana .credit {
        position: relative;
        width: 245px;
        left : 245px;
        bottom : 210px ;
        margin-bottom: -210px;
    }

    .overlap.item-wrap .credit {
        position: relative;
        width: 245px;
        left : 0px;
        bottom : 210px ;
        margin-bottom: -210px;
    }

    .overlap.item-wrap.double .item-left {
        position: relative;
        width: 240px;
        left : 0px;
    }

    .overlap.item-wrap.double .item-right {
        position: relative;
        left: 260px;
        bottom: 260px;
        width: 240px;
        margin-bottom: -300px;
    }

    .overlap.item-wrap.smile .item-left {
        position: relative;
        width: 390px;
        left : 110px;
    }

    .overlap.item-wrap.smile .item-right {
        position: relative;
        left: 0px;
        bottom: 100px;
        width: 285px;
        margin-bottom: -100px;
    }

    .overlap.item-wrap.shoes .item-left {
      position: relative;
      width: 425px;
      left : 75px;
    }

    .overlap.item-wrap.shoes .item-right.b1 {
        position: relative;
        left: 0px;
        width: 320px;
    }

    .overlap.item-wrap.shoes .credit {
        position: relative;
        width: 157px;
        left : 343px;
        bottom : 210px ;
        margin-bottom: -200px;
    }

    .overlap.item-wrap.lizzy .bg {
        position: relative;
        width: 450px;
        margin: auto;
    }

    .overlap.item-wrap.lizzy .item-right {
        position: relative;
        left: 250px;
        bottom: 340px;
        width: 250px;
        margin-bottom: -340px;
    }

    .overlap.item-wrap.lizzy .item-left {
        position: relative;
        bottom: 0;
        width: 200px;
    }

    .overlap.item-wrap.billie .bg {
        position: relative;
        width: 500px;
        margin: auto;
    }

    .overlap.item-wrap.billie .item-left {
        position: relative;
        bottom: 303px;
        width: 300px;
    }

    .overlap.item-wrap.billie .item-right {
        position: relative;
        left: 260px;
        bottom: 204px;
        width: 300px;
        margin-bottom: -186px;
    }

    .item-wrap.chuck .item-left {
        width: 400px;
    }

    .item-wrap.chuck .item-right {
        position: relative;
        bottom: 150px;
        left: 200px;
        width: 300px;
        margin-bottom: -150px;
    }

    .item-wrap.chuck2 .item-left {
        width: 400px;
    }

    .item-wrap.chuck2 .item-right {
        position: relative;
        bottom: 50px;
        left: 200px;
        width: 300px;
        margin-bottom: -150px;
    }

    .item-wrap.christina .item-left {
        position: relative;
        left: 100px;
        width: 400px;
    }

    .item-wrap.christina .item-right {
        position: relative;
        bottom: 100px;
        width: 300px;
    }

}

@media screen and (max-width: 480px) {

    body {
        font-size: 1.4rem;
        font-size: 14px;
        background-size: 100%;
    }

    .item-center.op img{
      width : 250px ;
      left : 25px ;
      right : 25px ;
      margin-top : -40px ;
      margin-bottom : -30px ;
    }

    .item-center.logo img{
      width : 40px;
    }

    .concept {
        font-size: 1.2rem;
        font-size: 13px;
    }

    .concept img {
        width: 130px;
        margin-bottom: 13px;
        margin-top: 13px;
    }

    h1 {
        font-size: 4.0rem;
        font-size: 40px;
        line-height: 1.5;
    }

    h2 {
        font-size: 3.0rem;
        font-size: 30px;
        line-height: 1.5;
    }

    h3 {
        font-size: 1.6rem;
        font-size: 16rem;
        line-height: 1.5;
    }

    br.sp-only {
        display: block;
    }

    .container {
        width: 300px;
        margin: 100px auto;
        overflow: hidden;
    }

    .credit {
        padding-top : 20px ;
        padding-bottom: 20px;
        font-size: 0.7rem;
        font-size: 7px;
        line-height: 1.5;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .credit img {
        width: 100%;
    }

    .credit.row {
      margin-top : -40px;
    }

    .credit.bag {
      margin-top: -30px;
    }

    .credit.double {
      margin-top : -200px ;
      margin-bottom : -40px ;
    }

    .credit.secbag {
      margin-top : -40px ;
      margin-bottom : -40px ;
    }

    .credit.last {
      margin-bottom : -40px ;
    }

    .credit.concept {
      margin-top: -30px;
    }

    .item-wrap.carmen .item-left {
        width: 80%;
    }

    .item-wrap.carmen .item-right {
        position: relative;
        left: 50px;
        width: 250px;
    }

    .item-wrap.marina .item-left {
        width: 70%;
    }

    .item-wrap.marina .item-right {
        position: relative;
        left: 50px;
        width: 250px;
    }

    .overlap {
        position: relative;
    }

    .overlap.item-wrap.dolores .item-right {
        position: relative;
    }

    .overlap.item-wrap.dolores .item-right {
        position: relative;
        left: 100px;
        width: 250px;
    }

    .overlap.item-wrap.dolores .item-left {
        position: relative;
        bottom: 120px;
        width: 150px;
        margin-bottom: -120px;
    }

    .overlap.item-wrap.lana .item-left {
        position: relative;
        width: 250px;
        left: 50px;
        margin-top : -30px ;
    }

    .overlap.item-wrap.lana .item-right {
        position: relative;
        right: 120px;
        bottom: 50px;
        width: 180px;
        margin-bottom: -50px;
    }

    .overlap.item-wrap.a1 .item-left {
        position: relative;
        width: 135px;
        left : 165px;
        bottom : 300px ;
        margin-bottom: -260px;
    }

    .overlap.item-wrap.a1 .item-right {
        position: relative;
        left: 0px;
        width: 210px;
    }

    .overlap.item-wrap.lana .item-right.b1 {
        position: relative;
        left: 0px;
        width: 140px;
        bottom : 40px ;
        margin-bottom : -80px ;
    }

    .overlap.item-wrap.lana .credit {
        position: relative;
        width: 150px;
        left : 150px;
        bottom : 150px ;
        margin-bottom: -150px;
    }

    .overlap.item-wrap .credit {
        position: relative;
        width: 150px;
        left : 0px;
        bottom : 100px ;
        margin-bottom: -150px;
    }

    .overlap.item-wrap.double .item-left {
        position: relative;
        width: 145px;
        left : 0px;
    }

    .overlap.item-wrap.double .item-right {
        position: relative;
        left: 155px;
        bottom: 165px;
        width: 145px;
        margin-bottom: -170px;
    }

    .overlap.item-wrap.smile .item-left {
        position: relative;
        width: 234px;
        left : 66px;
    }

    .overlap.item-wrap.smile .item-right {
        position: relative;
        left: 0px;
        bottom: 100px;
        width: 171px;
        margin-bottom: -130px;
    }

    .overlap.item-wrap.shoes .item-left {
      position: relative;
      width: 255px;
      left : 45px;
    }

    .overlap.item-wrap.shoes .item-right.b1 {
        position: relative;
        left: 0px;
        width: 192px;
        margin-bottom : -10px ;
    }

    .overlap.item-wrap.shoes .credit {
        position: relative;
        width: 94px;
        left : 206px;
        bottom : 130px ;
        margin-bottom: -130px;
    }

    .overlap.item-wrap.lizzy .bg {
        position: relative;
        width: 270px;
        margin: auto;
    }

    .overlap.item-wrap.lizzy .item-right {
        position: relative;
        left: 120px;
        bottom: 220px;
        width: 180px;
        margin-bottom: -220px;
    }

    .overlap.item-wrap.lizzy .item-left {
        position: relative;
        bottom: 0;
        width: 120px;
    }

    .overlap.item-wrap.billie .bg {
        position: relative;
        width: 280px;
        margin: auto;
    }

    .overlap.item-wrap.billie .item-left {
        position: relative;
        left: -10px;
        bottom: 180px;
        width: 150px;
        margin-bottom: -100px;
    }

    .overlap.item-wrap.billie .item-right {
        position: relative;
        left: 160px;
        bottom: 220px;
        width: 150px;
        margin-bottom: -197px;
    }

    .item-wrap.chuck .item-left {
        margin-top : -40px ;
        width: 250px;
    }

    .item-wrap.chuck .item-right {
        position: relative;
        bottom: 100px;
        left: 150px;
        width: 150px;
        margin-bottom: -133px;
    }

    .item-wrap.chuck2 .item-left {
        width: 250px;
    }

    .item-wrap.chuck2 .item-right {
        position: relative;
        bottom: 30px;
        left: 150px;
        width: 150px;
        margin-bottom: -60px;
    }

    .deco img {
        padding: 20px 0 0;
    }

    .item-wrap.christina .item-left {
        position: relative;
        left: 20px;
        width: 280px;
    }

    .item-wrap.christina .item-right {
        position: relative;
        bottom: 80px;
        width: 200px;
    }

    footer {
        padding-top: 50px;
    }

}
