#wrap {
    min-width: 1080px;
    max-width: 1920px;
}

#contents.singlePage {
    width: 100%;
}

.camera_kaitori {
    max-width: 1920px;
    margin: 0 auto;
}

.camera_kaitori section {
    width: 100%;
}

.camera_kaitori .inner-lg {
    width: 1200px;
    margin: 0 auto;
}

.camera_kaitori .inner-sm {
    width: 1000px;
    margin: 0 auto;
}

.camera_kaitori .title_wrap {
    width: 100%;
    text-align: center;
}

.camera_kaitori .title_wrap h2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 562px;
    height: 154px;
    margin: 0 auto;
    background: url(/v2/pc/img/campaign/camera_kaitori/bg_title.svg) no-repeat center / contain;
}

.camera_kaitori .title_wrap h2 span {
    position: relative;
    top: -15px;
    font-size: 62px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.img-center {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hideItem {
    display: none;
}

/* mv
-----------------------------------------------------------*/
.mv {
    background-color: #d672ff;
}

/* lead
-----------------------------------------------------------*/
.lead {
    padding: 60px 0;
    background-color: #ffff2e;
}

.lead h1 img {
    display: block;
    margin: 0 auto;
}

/* point
-----------------------------------------------------------*/
.point {
    padding: 60px 0;
    background-color: #fba408;
}

.point img {
    display: block;
    margin: 0 auto;
}

/* items
-----------------------------------------------------------*/
.items {
    padding: 100px 0;
    background-color: #9de32e;
}

.item_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}

.item_list > div {
    height: 260px;
}

.item_list > div:not(.item8) p {
    position: relative;
    top: 147px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 2.4em;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}

.item1 {
    grid-area: 1 / 1 / 2 / 2;
    background: url(/v2/pc/img/campaign/camera_kaitori/item01.png) no-repeat center / contain;
}
.item2 {
    grid-area: 1 / 2 / 2 / 3;
    background: url(/v2/pc/img/campaign/camera_kaitori/item02.png) no-repeat center / contain;
}
.item3 {
    grid-area: 1 / 3 / 2 / 4;
    background: url(/v2/pc/img/campaign/camera_kaitori/item03.png) no-repeat center / contain;
}
.item4 {
    grid-area: 2 / 1 / 3 / 2;
    background: url(/v2/pc/img/campaign/camera_kaitori/item04.png) no-repeat center / contain;
}
.item5 {
    grid-area: 2 / 2 / 3 / 3;
    background: url(/v2/pc/img/campaign/camera_kaitori/item05.png) no-repeat center / contain;
}
.item6 {
    grid-area: 2 / 3 / 3 / 4;
    background: url(/v2/pc/img/campaign/camera_kaitori/item06.png) no-repeat center / contain;
}
.item7 {
    grid-area: 3 / 1 / 4 / 2;
    background: url(/v2/pc/img/campaign/camera_kaitori/item07.png) no-repeat center / contain;
}
.item8 {
    grid-area: 3 / 2 / 4 / 4;
    padding: 35px 0 0 35px;
}
.item8 p {
    padding-left: 1em;
    font-size: 16px;
    font-weight: normal;
    text-indent: -1em;
}
.item8 p + p {
    margin-top: 1em;
}

/* example
-----------------------------------------------------------*/
.example {
    padding: 100px 0;
    background-color: #7dc8ff;
}

.example_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.example_item {
    width: 450px;
    padding: 40px;
    background-color: white;
    border: 4px solid black;
    text-align: center;
}

.example_image img {
    display: block;
    margin: 0 auto;
}

.example_name {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

.example_priceLabel {
    width: fit-content;
    margin: 10px auto 5px;
    padding: 5px 20px;
    background-color: #e3009e;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    color: white;
}

.example_price {
    font-size: 45px;
    font-weight: bold;
    line-height: 1;
    color: #e3009e;
}

.example_price span {
    font-size: 25px;
    font-weight: inherit;
    line-height: inherit;
    color: inherit;
}

.example_priceDate {
    margin-top: 10px;
    font-size: 12px;
    line-height: 1;
}

.example_note {
    margin-top: 40px;
    font-size: 14px;
}

/* shop
-----------------------------------------------------------*/
.shop {
    padding: 100px 0;
    background-color: #aa81ff;
}

.camera_kaitori .shopList_wrap {
    box-sizing: border-box;
    margin-top: 30px;
    padding: 60px 96px;
    background-color: white;
    border: 4px solid black;
}

.shopList_wrap * {
    box-sizing: border-box;
}

.store_search {
    display: flex;
    flex-wrap: wrap;
    width: 800px;
    margin: 0 auto;
}

.store_search div,
.store_search .selectCustom {
    display: block;
    width: 400px;
}

.store_search div {
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.store_search .selectCustom {
    border: 1px solid #c1c1c1;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    position: relative;
}

.selectCustom::after {
    content: "";
    width: 48px;
    height: 48px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #c1c1c1;
}

.selectCustom::before {
    position: absolute;
    width: 14px;
    height: 14px;
    top: 50%;
    right: 0;
    margin: -10px 17px 0 0;
    content: "";
    vertical-align: middle;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.store_search .selectCustom span {
    padding-left: 1em;
    font-size: 16px;
    line-height: 50px;
}

.store_search .selectCustom select {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border: none;
    color: #192b5b;
    font-size: 14px;
    line-height: 30px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
    z-index: 1;
}

.hideItem {
    display: none;
}

.store_list {
    width: 800px;
    margin: 30px auto 0;
}

.store_list .store_listTitle {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5em;
    margin-bottom: 16px;
}

.shopList li {
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    color: #333;
    display: block;
    float: left;
    font-size: 18px;
    line-height: 50px;
    margin: -1px 0 0 0;
    position: relative;
    width: 50%;
}

.shopList li a {
    color: inherit;
    display: block;
    text-decoration: none;
}

.shopList li a::after {
    border: 1px solid #d2d2d2;
    border-width: 2px 2px 0 0;
    content: "";
    display: block;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    width: 10px;
}

.detail-bottom_btn {
    background: #eee;
    padding: 40px 0;
}

.detail-bottom_btn a {
    background: #fff;
    border: 1px solid #666;
    box-sizing: border-box;
    color: #000;
    display: block;
    font-size: 23px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    width: 800px;
}

.detail-bottom_btn + .category {
    margin: 0 auto 80px;
}

.detail-bottom_btn + .category .geoselection_title {
    border-top: 0;
}

/* bnr
-----------------------------------------------------------*/
.bnr {
    padding: 100px 0;
}

.bnr_list li a {
    display: block;
    width: 700px;
    margin: 0 auto;
}

.bnr_list li img {
    width: 100%;
    height: auto;
}
