@charset "utf-8";
/* CSS Document */

/*===============================

    Reset

================================*/
/*
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: 0;
    -webkit-overflow-scrolling: touch !important;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
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;
    text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #222;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-repeat: no-repeat;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

address {
    font-style: normal;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
}

.hidden {
    display: none;
}



body {
  font-family: Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-optical-sizing: auto;
  font-style: normal;
}

html { scroll-behavior: smooth;}

/*main
-----------------------------------*/
.fukubukuro2026_pc {
    max-width: 1400px;
    margin: 0 auto;
}

.fukubukuro2026_pc main {
    background-image: url(https://d2w53g1q050m78.cloudfront.net/wwwreve21shopcoj/uploads/images/2026_fukubukuro/back.png);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.fukubukuro2026_pc .mainWrap {
    max-width: 1000px;
    margin: 0 auto;
}

.bn_coupon {
    max-width: 375px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.read {
    max-width: 490px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.fuku_linkBox {
    max-width: 740px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;

}

.fuku_linkItem {
    margin-bottom: 20px;
}

.fuku_linkItem img {
    max-width: 350px;
}

.fuku_linkItem a:hover {
    opacity: 0.6;
    transition: 0.3s;
}


.bn_maxcell {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.bn_maxcell a:hover {
    opacity:0.6;
    transition: 0.3s;
}

.fukubukuro_hr {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
}


.fuku_item {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.fuku_item .fukubukuro_linkBtn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
}

.fuku_item .fukubukuro_linkBtn a {
    display: block;
    width: 400px
    margin: 0 auto;
}

.fuku_item .fukubukuro_linkBtn a:hover{
    opacity: 0.6;
    transition: 0.3s;
}

.fuku_item .fukubukuro_linkBtn a img {
    width: 100%;
}

.fuku_item .fukubukuro_linkBtn p {
    margin-top: 10px;
    max-width: 70%;
    margin: 0 auto;
}



.macxell_info {
    background-color: #f6f3ef;
    max-width: 800px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 35px 10px;
    margin-top: 40px;
}

.info_title {
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.info_hr {
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.info_detail {
    max-width: 90%;
    margin: 0 auto;
}












