/*-------------------------------------------以下初期タグ設定------------------------------------------------------------*/
/* 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: #fffff0;
    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: #3e2e28;
}

a {
    display: inline-block;
    transition: .4s;
}

a:hover {
    opacity: 0.6;
}

br.sp-only {
    display: none;
}

/*-------------------------------------------初期タグ設定ここまで------------------------------------------------------------*/

/* 箱自体の大きさ */
.container {
    width: 700px;
    padding: 150px 0;
    text-align: center;
    margin: 0 auto;
}

.concept img {
    width: 300px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.title {
  margin-top : -100px ;
  margin-right : 50px;
}

/* タイトル */
.title img {
  width : 100% ;
  /*margin: 10px 0px;
  padding: 10px;
  border: medium solid #ff00ff; */
}
/*
.title h1 {
    line-height: 1;
    font-size: 5.0rem;
    font-size: 50px;
    line-height: 1.5;
    font-family: 'Apple Chancery',sans-serif;
}

/* 中央配置 */
.item-center {
    width: 100%;
    margin: 30px 0px;
}

.A-1 {
    position: relative;
    width: 660px;
    left: 20px;
    right: 20px;
}

.A-2 {
    position: relative;
    margin : 50px 20px;
}

/*
.A-2 img{
    padding-top : 5px ;
    margin-left : -5px ;
    padding-right : 5px ;
    padding-bottom : 5px ;
    border : 1px solid black ;
}*/

.credit {
    padding-top : 50px ;
    padding-bottom: 20px;
    font-size: 1.7rem;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.5;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.credit.A-0 {

    font-size: 1.5rem;
    font-size: 15px;
    /*border: medium solid #ff00ff; 枠線 */
}

.credit.A-1 {
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; 枠線 */
}

.overlap.item-wrap.a1 .item-right {
    position: relative;
    left: 0px;
    width: 340px;
}

.overlap.item-wrap.a1 .item-left {
    position: relative;
    width: 340px;
    left : 360px;
    bottom : 400px ;
}

.B-1 {
    position: relative;
    top : -250px;
    width: 660px;
    left: 20px;
    right: 20px;
    margin-bottom : -200px ;
}

.credit.B-1 {
  top : -20px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.B-2 {
    position: relative;
    margin : 50px 20px;
}

.overlap.item-wrap.b1 .item-right {
    position: relative;
    left: 0px;
    width: 400px;
}

.overlap.item-wrap.b1 .item-left {
    position: relative;
    width: 400px;
    left : 300px;
}

.C-1 {
    position: relative;
    width: 660px;
    left: 20px;
    right: 20px;
}

.credit.C-1 {
  top : 0px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.overlap.item-wrap.c1 .item-right {
    position: relative;
    left: 0px;
    width: 330px;
}

.overlap.item-wrap.c1 .item-left {
    position: relative;
    width: 330px;
    left : 370px;
    bottom : 240px ;
}

.D-1 {
    position: relative;
    top : -240px ;
    width: 660px;
    left: 20px;
    right: 20px;
}

.overlap.item-wrap.d1 {
    top : -240px ;
    margin-bottom : -450px;
}

.overlap.item-wrap.d1 .item-right {
    position: relative;
    left: 380px;
    width: 320px;
}

.overlap.item-wrap.d1 .item-left {
    position: relative;
    width: 400px;
    left : 0px;
    bottom : 240px ;
}

.credit.D-1 {
  top : 0px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.overlap.item-wrap.e1 .item-right {
    position: relative;
    left: 0px;
    width: 500px;
}

.overlap.item-wrap.e1 .item-left {
    position: relative;
    width: 350px;
    left : 350px;
    bottom : 400px ;
    margin-bottom : -400px ;
}

.credit.E-1 {
    position : relative;
    top : 0px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.E-3 {
    position: relative;
    width: 660px;
    left: 20px;
    right: 20px;
}

.credit.E-2 {
  position : relative;
    top : 0px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.F-1 {
    position: relative;
    width: 660px;
    left: 20px;
    right: 20px;
}

.overlap.item-wrap.f1 .item-right {
    position: relative;
    left: 0px;
    width: 330px;
}

.overlap.item-wrap.f1 .item-left {
    position: relative;
    width: 330px;
    left : 370px;
    bottom : 350px ;
    margin-bottom : -250px;
}

.credit.F-1 {
    top : 0px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.overlap.item-wrap.g1 .item-right {
    position: relative;
    left: 0px;
    width: 500px;
}

.overlap.item-wrap.g1 .item-left {
    position: relative;
    width: 350px;
    left : 350px;
    bottom : 100px ;
    margin-bottom : -100px ;
}

.credit.G-1 {
  position : relative;
    top : 0px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.H-1 {
    position: relative;
    margin : 50px 20px;
}

.credit.H-1 {
    top : 0px ;
    width : 500px ;
    left : 100px ;
    right : 100px ;
    margin: 0px 0px;
    padding: 10px 0px 10px 0px;
    /*border: medium solid #ff00ff; /* 枠線 */
}

.endtitle {
  margin-top : 50px ;
}

.credit img {
    width: 70%;
}

.item-wrap {
    position: relative;
    margin: 50px 0;
}

.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.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;
}

.endtitle {
  margin-top : 50px ;
}

/* タイトル */
.endtitle img {
  width : 100% ;
  /*margin: 10px 0px;
  padding: 10px;
  border: medium solid #ff00ff; */
}

.staffcredit {
  margin-top : 100px ;
}

/* タイトル */
.staffcredit img {
  width : 65% ;
  /*margin: 10px 0px;
  padding: 10px;
  border: medium solid #ff00ff; */
}

.appinsta {
  margin-top : 50px ;
}

.instagram img{
  width : 100px ;
}

.apple {
  margin-top : 30px;
  width :550px;
}

.apple img{
  width : 150px ;
}

.android {
  width : 900px;
  margin-top : -65px;
  margin-bottom : 50px;
}

.android img{
  width : 200px ;
}

.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: 0 auto;
        padding: 100px 0;
    }

    .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%;
    }

    .concept {
        font-size: 1.2rem;
        font-size: 13px;
    }

    .concept img {
        width: 130px;
        margin-bottom: 13px;
        margin-top: 13px;
    }

    .title {
      margin-top : -10px ;
      margin-bottom : -20px ;
      margin-right : 20px;
    }

    /* タイトル */
    .title img {
      width : 100% ;
      /*margin: 10px 0px;
      padding: 10px;
      border: medium solid #ff00ff; */
    }

    /* 中央配置 */
    .item-center {
        width: 100%;
        margin: 30px 0px;
    }

    .A-1 {
        position: relative;
        width: 260px;
        left: 20px;
        right: 20px;
    }

    .A-2 {
        position: relative;
        margin : 22px 10px;
    }

    .credit {
        padding-top : 20px ;
        padding-bottom: 20px;
        font-size: 0.9rem;
        font-size: 9px;
        line-height: 1.5;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    }

    .credit.A-0 {
        font-size: 0.75rem;
        font-size: 7.5px;
        /*border: medium solid #ff00ff; 枠線 */
    }

    .credit.A-1 {
        top : 30px ;
        width : 280px ;
        left : 10px ;
        right : 10px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
    }

    .overlap.item-wrap.a1 .item-right {
        position: relative;
        left: 0px;
        width: 170px;
    }

    .overlap.item-wrap.a1 .item-left {
        position: relative;
        width: 160px;
        left : 140px;
        bottom : 200px ;
    }

    .B-1 {
        position: relative;
        top : 250px;
        width: 280px;
        left: 10px;
        right: 10px;
        margin-bottom : -85px ;
    }

    .credit.B-1 {
        top : 330px ;
        width : 280px ;
        left : 10px ;
        right : 10px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : 370px ;
    }

    .B-2 {
        position: relative;
        margin : 21px 8px;
    }

    .overlap.item-wrap.b1 .item-right {
        position: relative;
        left: 0px;
        width: 171px;
    }

    .overlap.item-wrap.b1 .item-left {
        position: relative;
        width: 171px;
        left : 129px;
    }

    .C-1 {
        position: relative;
        width: 284px;
        left: 8px;
        right: 8px;
    }

    .credit.C-1 {
        top : 30px ;
        width : 280px ;
        left : 10px ;
        right : 10px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : 10px ;
    }

    .overlap.item-wrap.c1 .item-right {
        position: relative;
        left: 0px;
        width: 142px;
    }

    .overlap.item-wrap.c1 .item-left {
        position: relative;
        width: 142px;
        left : 158px;
        bottom : 115px ;
    }

    .D-1 {
        position: relative;
        top : -110px ;
        width: 284px;
        left: 8px;
        right: 8px;
    }

    .overlap.item-wrap.d1 {
        top : -120px ;
        margin-bottom : -240px;
    }

    .overlap.item-wrap.d1 .item-right {
        position: relative;
        left: 163px;
        width: 137px;
    }

    .overlap.item-wrap.d1 .item-left {
        position: relative;
        width: 171px;
        left : 0px;
        bottom : 102px ;
    }

    .credit.D-1 {
        top : 30px ;
        width : 280px ;
        left : 10px ;
        right : 10px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : 10px ;
    }

    .overlap.item-wrap.e1 .item-right {
        position: relative;
        left: 0px;
        width: 215px;
    }

    .overlap.item-wrap.e1 .item-left {
        position: relative;
        width: 150px;
        left : 150px;
        bottom : 171px ;
        margin-bottom : -195px ;
    }

    .credit.E-1 {
      position: relative;
        width : 280px ;
        left : 10px ;
        right : 10px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : 10px ;
    }

    .E-3 {
        position: relative;
        width: 284px;
        left: 8px;
        right: 8px;
        margin-bottom : 70px ;
    }

    .credit.E-2 {:
      position: relative;
        width : 280px ;
        left : 10px ;
        right : 10px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : 10px ;
    }

    .F-1 {
        position: relative;
        width: 284px;
        left: 8px;
        right: 8px;
    }

    .overlap.item-wrap.f1 .item-right {
        position: relative;
        left: 0px;
        width: 142px;
    }

    .overlap.item-wrap.f1 .item-left {
        position: relative;
        width: 142px;
        left : 158px;
        bottom : 160px ;
        margin-bottom : -130px;
    }

    .credit.F-1 {:
      position: relative;
        width : 280px ;
        left : 10px ;
        right : 10px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : -10px ;
    }

    .overlap.item-wrap.g1 .item-right {
        position: relative;
        left: 0px;
        width: 214px;
    }

    .overlap.item-wrap.g1 .item-left {
        position: relative;
        width: 150px;
        left : 150px;
        bottom : 43px ;
        margin-bottom : -60px ;
    }

    .credit.G-1 {

        width : 280px ;
        left : 4px ;
        right : 4px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : 10px ;
    }

    .H-1 {
        position: relative;
        margin : 21px 8px;
        margin-bottom : 70px ;
    }

    .credit.H-1 {
        width : 280px ;
        left : 4px ;
        right : 4px ;
        margin: 0px 0px;
        padding: 10px 0px 10px 0px;
        /*border: medium solid #ff00ff; /* 枠線 */
        margin-bottom : -10px ;
    }

/*
    .title {
      margin: 10px 30px;
      padding: 10px;
      border: medium solid #ff00ff;
    }

    .title h1 {
        line-height: 1;
        font-size: 2.0rem;
        font-size: 20px;
        line-height: 1.5;
        font-family: 'Apple Chancery',sans-serif;
    }
*/

    br.sp-only {
        display: block;
    }

    .container {
        width: 300px;
        margin: 0 auto;
        overflow: hidden;
        padding: 100px 0;
    }

    .credit img {
        width: 100%;
    }

    .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.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;
    }

    .endtitle {
      margin-bottom : -20px ;
    }

    /* タイトル */
    .endtitle img {
      width : 100% ;
      /*margin: 10px 0px;
      padding: 10px;
      border: medium solid #ff00ff; */
    }

    .staffcredit {
      margin-top : -30px ;
    }

    /* タイトル */
    .staffcredit img {
      width : 70% ;
      /*margin: 10px 0px;
      padding: 10px;
      border: medium solid #ff00ff; */
    }

    .appinsta {
      margin-top : 50px ;
    }

    .instagram img{
      width : 40px ;
    }

    .apple {
      margin-top : 20px;
      width :220px;
    }

    .apple img{
      width : 80px ;
    }

    .android {
      width : 400px;
      margin-top : -33px;
      margin-bottom : 10px;
    }

    .android img{
      width : 100px ;
    }

    footer {
        padding-top: 20px;
    }

    footer img {
        width: 40px;
    }


}
