@charset "Shift_JIS";

/* ---------- common ---------- */

body {
    font-family: Arial, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    background-image: none;
}
a:hover > img {
    opacity: 0.7;
    -ms-filter: "alpha(opacity=70)";
}
#login {
    position: fixed;
    width: 100%;
    height: 50px;
    background-color: #FF9C00;
    z-index: 100;
}
#login p {
    color: #FFF;
    font-weight: bold;
    line-height: 50px;
    text-align: center;
}
#login a {
    color: #00F;
    font-weight: normal;
}
#login + #wrapper {
    padding-top: 50px;
}
#wrapper {
    width: 100%;
    min-width: 950px;
    overflow-x: hidden;
}
#wrapper .inner {
    position: relative;
    width: 950px;
    margin: 0 auto;
}
#wrapper img {
    display: block;
}

/* ---------- .main ---------- */

.main {
    position: relative;
    width: 100%;
}
.main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 900px;
    background: url(/shopping/camp/83day/res/2017/img/main__bg.jpg) center top no-repeat;
}
.main__block {
    position: relative;
    width: 950px;
    height: 672px;
}
.main__period {
    position: absolute;
    width: 210px;
    right: 0;
    bottom: 33px;
}
.intro {
    width: 950px;
}
.intro__present {
    margin-top: 58px;
}

/* ---------- .section ---------- */

.section {
    padding-top: 150px;
    background-color: #FFF1DA;
}
.section__title {
    position: relative;
    width: 100%;
    height: 200px;
}
.section__title img {
    position: absolute;
    top: -44px;
    left: -9px;
}
.section__wrapper {
    position: relative;
    box-sizing: border-box;
    border: 7px solid #EB7400;
    background-color: #FFF;
}
.section__ribbon {
    position: absolute;
    top: -47px;
    left: -48px;
}
.section01 {
    padding-top: 0;
    margin-top: 150px;
}
.section01__title {
    background: url(/shopping/camp/83day/res/2017/img/section01__bg.png) center center repeat;
}
.section01__summary {
    margin-top: -22px;
}
.section02__title {
    background: url(/shopping/camp/83day/res/2017/img/section02__bg.png) center center repeat;
}
.section02__summary {
    margin-top: -23px;
}
.section02 .section__wrapper {
    border-color: #684A88;
}
.section03__title {
    background: url(/shopping/camp/83day/res/2017/img/section03__bg.png) center center repeat;
}
.section03__summary {
    margin-top: -25px;
}
.section03 .section__wrapper {
    border-color: #4BAF3C;
}
.section04__title {
    background: url(/shopping/camp/83day/res/2017/img/section04__bg.png) center center repeat;
}
.section04__summary {
    margin-top: -21px;
}
.section05 {
    padding-bottom: 80px;
}
.section05__title {
    background: url(/shopping/camp/83day/res/2017/img/section05__bg.png) center center repeat;
}
.section05__summary {
    margin: 65px 0 80px 0;
}
.section05 .section__wrapper {
    border-color: #C57F23;
}

/* ---------- .set ---------- */

.set__title {
    position: absolute;
    top: 0;
    left: 0;
}
.set__content {
    position: static;
}
.set__price img {
    margin: 0 auto;
}
.set__btn {
    width: 500px;
    margin: 40px auto 0 auto;
}
.set__btn li:first-child {
    margin-bottom: 16px;
}

/* ---------- .single ---------- */

.single__wrapper {
    width: 850px;
    margin: 58px auto 0 auto;
    padding-bottom: 43px;
}
.single__block {
    box-sizing: border-box;
    padding: 27px 30px 30px 30px;
    background-color: #FFF1DA;
}
.single01 {
    float: left;
}
.single02 {
    float: right;
}

/* ---------- .item ---------- */

.item__content {
    position: relative;
}
.item__btn--normal {
    position: absolute;
    right: 50px;
    bottom: 224px;
}
.item__btn--teiki {
    position: absolute;
    right: 50px;
    bottom: 43px;
}
.item+.item {
    margin-top: 60px;
}

/* ---------- .banner ---------- */

.banner {
    padding: 80px 0;
}
.banner__list li {
    margin-top: 30px;
}
.banner__list li:first-child {
    margin-top: 0;
}

/* ---------- footer ---------- */

.footer {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 12px;
    line-height: 1.5;
    color: #996600;
}
.footer a {
    color: #996600;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.footer__top {
    padding: 10px 0;
    border-top: 1px solid #CCB27F;
    text-align: center;
    background: #FFFFFF;
}
.footer__middle {
    padding: 10px 0;
    border-top: 1px solid #CCB27F;
    text-align: center;
    background: #FFFFFF;
}
.footer__middle li {
    display: inline-block;
    padding: 0 10px;
    border-left: 1px solid #CCB27F;
}
.footer__middle li:first-child {
    border-left: none;
}
.footer__bottom {
    padding: 10px 0;
    border-top: 1px solid #CCB27F;
    font-style: normal;
    text-align: center;
    background-color: #F7F2DA;
}
#btn--page-top {
    position: fixed;
    display: none;
    right: 50px;
    bottom: 50px;
    z-index: 5;
}