@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
section,div,ul,li,p {
    margin: 0;
    padding: 0;
}
.rblock {
    position: relative;
}
.ablock {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.rblock img, .ablock img {
    display: block;
}
.pblock img {
    display: block;
    width: 100%;
}
li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: top;
}
a {
    color: #0099FF;
    outline: 0;
}
a:focus {
    outline: 0;
}
html {
    width: 100%;
    background: #f2f2f2;
    overflow-y: scroll;
}
body {
    width: 100%;
	min-width: 960px;
    color: #6f6e6f;
    background: #e2e2e2; 
}
#wrapper {
    width: 100%;
    position: relative;
    overflow: hidden;
    line-height: 1.5;
    font-family: 'Zen Maru Gothic', sans-serif;
    font-size: 18px;
}
h1, h2, h3, h4, h5 {
    font-weight: 700;
    margin: 0;
    padding: 0;
}
h2 {
    text-align: center;
}
footer {
    text-align: center;
}
.wrapper {
    width: 100%;
}
.contents {
    position: relative;
    max-width: 1500px;
    width: 95%;
    margin: 0 auto;
}
.contents_s {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.contents_m {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
/* common */
#bg {
    position: relative;
    width: 100%;
}
#bg2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
}
#lovl {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    background: #fff;
}
#loadimg {
    position: absolute;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    -webkit-animation: a_load_img 2.5s linear 0s infinite;
    animation: a_load_img 2.5s linear 0s infinite;
}
.over {
    transition: .2s;
}
.over:hover {
    opacity: 0.7;
}
.no_newline {
    white-space: nowrap !important;
}
.sp, .ipad { display: none; }
@-webkit-keyframes a_load_img {
    0% {
        -webkit-transform: rotate(0%);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}
@keyframes a_load_img {
    0% {
        transform: rotate(0%);
    }
    100% {
        transform: rotate(360deg);
    }
}
.white_bg {
    background: #fff;
    border-radius: 90px;
}
.btn {
    border-radius: 1000px;
    color: #fff;
    line-height: 1;
    text-align: center;
    display: block;
    transition: .2s;
}
.btn a {
    text-decoration: none;
    color: #fff;
    display: block;
}
.btn:hover {
    opacity: 0.5;
}
.fontsizeL {
    font-size: 35px;
}
.item_img {
    border: solid 1px #909090;
    border-radius: 30px;
    overflow: hidden;
    box-sizing: border-box;
}
hr {
    border: none;
    border-bottom: 4px dotted #bfc0c0;
    margin: 9.375% 0;
}
/* -- item page , ip top common -- */
.contents_hero_overlap .c_pos {
    padding-bottom: 113px;
    margin-top: -100px;
}
.contents_hero_overlap .white_bg {
    padding-top: 100px;
}
.item_c02 .c_pos {
    padding-bottom: 120px;
}
.item_hero {
    border-radius: 0 0 45px 45px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.about_item {
    text-align: center;
    font-size: 20px;
}
.about_item h2 {
    margin-bottom: 2.083333333%;
}
.about_item .about_item_txt {
    margin-bottom: 4.166666666%;
    line-height: 2;
}
.about_item .btn {
    width: 307px;
    margin: 0 auto 15.104166666%;
}
.about_item .btn a {
    padding: 10.423452768% 0;
    font-size: 30px;
}


.btn.onborder a {
    border: #efa5ac solid 4px;
}

.footer_backtop {
    width: 100%;
    padding-bottom: 12.291666666%;
}
.footer_backtop.btn a {
    padding: 4.583333333%;
    font-size: 44px;
}
footer.ecru_footer {
    padding: 20px 0;
    color: #fff;
    background-color: #c6b784;
}
@media screen and (max-width:1582px) {
    .white_bg {
        border-radius: 5.689001264vw;
    }
}
@media screen and (max-width:1400px) {
    body {
		min-width: auto;
	}
    .contents_m {
        width: 92%;
    }
    .series_buy {
        width: 120px;
        height: 120px;
    }
}
@media screen and (max-width:1067px) {
    .contents_s {
        width: 92%;
    }
    .contents_m .contents_s {
        width: 100%;
    }
    .item_img {
        border-radius: 3.125vw;
    }
    .itemhero {
        border-radius: 0 0 4.217432052vw 4.217432052vw;
    }
    .contents_hero_overlap .c_pos {
        padding-bottom: 7.929824561%;
        margin-top: -9.865338134%;
    }
    .contents_hero_overlap .white_bg {
        padding-top: 9.865338134%;
    }
    .item_c02 .c_pos {
        padding-bottom: 11.838405761%;
    }
    .ipad { display: block; }
}
@media screen and (max-width:767px) {
    /* common */
	body {
		min-width: auto;
	}
    .contents {
        min-width: auto;
    }
    .pc { display: none; }
    .sp { display: block; }
    .sp_inline { display: inline; }
    .fontsizeL {
        font-size: 4.563233376vw;
    }
    .series_buy {
        width: 70px;
        height: 70px;
    }
    .series_buy a {
        font-size: 11px;
    }
    .series_buy span {
        margin-top: 3px;
        font-size: 10px;
    }
    .about_item .btn {
        width: 46.814123531%;
    }
    .about_item .btn a {
        padding: 9.77198697% 0;
        font-size: 3.911342894vw;
    }
    .about_item .about_item_txt {
        font-size: 2.607561929vw;
    }
    #item_c01 .about_item .about_item_txt {
        margin-bottom: 9.149340103%;
        font-size: 3.333333333vw;
    }
    #item_c01 .about_item h2.fontsizeL {
        font-size: 6.666666666vw;
    }
    #item_c01 .about_item .btn {
        width: 59.470710675%;
        margin-bottom: 19.061125216%;
    }
    #item_c01 .about_item .btn a {
        font-size: 5.2vw;
        padding: 10% 0;
    }
    .footer_backtop.btn a {
        font-size: 4.133333333vw;
    }
    .item_hero {
        border-radius: 0 0 5.867014341vw 5.867014341vw;
    }
    footer.ecru_footer {
        font-size: 13px;
        font-size: 2.607561929vw;
        padding: 2.607561929% 0;
    }
    .btn.onborder a, .item_buy button {
        border-width: 2px;
    }
}