@charset "UTF-8";
/*____________________________________________________________________

	Defaults Styles
____________________________________________________________________*/
h1, h2, h3, h4, h5, h6, p, li, dt, dd, form, input { margin: 0; padding: 0; }

img { border: 0; }

ul, dl { margin: 0; padding: 0; list-style-type: none; }

/* ### setting.scss ### */
.header .headerCont { width: 900px; margin: 0 auto; }

/* ### mixin.scss ### */
/* ### layout.scss ### */
/* layout */
html { min-width: inherit; }

body { background: #000; -webkit-text-size-adjust: 100%; padding-bottom: 0; color: #cccccc; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, Osaka, sans-serif; background: url("../img/bg.jpg") top center no-repeat fixed; font-size: 18px; text-align: left; }

a { color: #00c; text-decoration: underline; }
a:hover { text-decoration: none; }

/* header */
.header .headerCont { position: relative; height: 90px; }
.header .logoWrap { float: left; width: 350px; height: 74px; margin-left: -71px; }
.header .logo { float: left; margin-left: 82px; margin-right: 35px; padding-top: 14px; }
.header .home { float: left; padding-top: 22px; }
.header .home a { position: relative; display: block; width: 71px; height: 18px; overflow: hidden; }
.header .home a:before { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; position: absolute; left: -36px; top: 0; z-index: 5; content: ""; width: 36px; height: 18px; background: rgba(255, 255, 255, 0.3); }
.header .home a:after { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; position: absolute; right: -35px; top: 0; z-index: 5; content: ""; width: 35px; height: 18px; background: rgba(255, 255, 255, 0.3); }
.header .home a:hover:before { left: 0; }
.header .home a:hover:after { right: 0; }
.header .home a:hover span:before, .header .home a:hover span:after { -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }
.header .home span:before { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; position: absolute; left: 0; top: 4px; z-index: 10; content: ""; width: 1px; height: 10px; background: #fff; }
.header .home span:after { -webkit-transition: all 0.2s ease; -moz-transition: all 0.2s ease; -ms-transition: all 0.2s ease; -o-transition: all 0.2s ease; transition: all 0.2s ease; position: absolute; right: 0; top: 4px; z-index: 10; content: ""; width: 1px; height: 10px; background: #fff; }
.header .home img { position: relative; z-index: 30; }
.header .logo10th { position: absolute; left: 399px; top: 24px; }
.header .logo10thSmall { position: absolute; left: 430px; top: 10px; display: none; }

.sns { list-style: none; margin: 0; padding: 0; padding-top: 17px; overflow: hidden; height: 20px !important; }
.sns li { float: right; margin-left: 5px; }
.sns .fb_iframe_widget, .sns .twitter-share-button { overflow: hidden; height: 20px !important; }

/* contents */
.contents { padding: 0 0 300px; background: url("../img/foot_img.png") bottom left no-repeat; }
.contents .contentsCont { width: 960px; margin: 0 auto 0; }

/* footer */
#footerSpl { margin: 0; padding: 20px 0; background: #000; text-align: center; }

.pagetop { width: 169px; height: 69px; text-align: center; position: fixed; bottom: 00px; right: 50px; }
.pagetop a img { -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; }
.pagetop a .arrow { position: absolute; top: -50px; left: 0; }
.pagetop a:hover .arrow { top: -100px; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); }

.ig-b- { display: inline-block; }

.ig-b- img { visibility: hidden; }

.ig-b-:hover { background-position: 0 -60px; }

.ig-b-:active { background-position: 0 -120px; }

.ig-b-v-24 { width: 137px; height: 24px; background: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24.png) no-repeat 0 0; }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) { .ig-b-v-24 { background-image: url(//badges.instagram.com/static/images/ig-badge-view-sprite-24@2x.png); background-size: 160px 178px; } }
/* ### parts.scss ### */
/* hoverAlpha */
.alpha { -webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; transition: opacity 0.2s ease-out; }
.alpha:hover { -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; -ms-filter: "alpha(opacity=80)"; filter: alpha(opacity=80); }

/* ### page.scss ### */
/* mainVisusal */
.mainvisual { text-align: center; margin: 80px 0 40px; }
.mainvisual h1 { margin-bottom: 10px; }
.mainvisual p { margin-bottom: 10px; }

/* productsArea */
.productsArea { margin-bottom: 105px; }
.productsArea h2 { margin-bottom: 80px; }
.productsArea h3 { text-align: center; margin: 70px 0 25px; }
.productsArea .cont { zoom: 1; }
.productsArea .cont:before, .productsArea .cont:after { display: block; height: 0; visibility: hidden; content: "."; }
.productsArea .cont:after { clear: both; }
.productsArea .cont .inner { width: 48.5%; float: right; }
.productsArea .cont .inner:first-child { float: left; }
.productsArea .cont .inner iframe { margin-top: 0 !important; }

/* photoArea */
.photoArea { margin-bottom: 105px; }
.photoArea h2 { margin-bottom: 30px; }
.photoArea .caution { font-size: 13px; margin-top: 20px; }

/* campaign */
.campaign { text-align: center; }
.campaign h2 { margin-bottom: 53px; }
.campaign .text1 { margin-bottom: 27px; }
.campaign .text2 { margin-bottom: 22px; }
.campaign .text3 { margin-bottom: 20px; }
.campaign .text4 { margin-bottom: 80px; font-size: 15px; }
.campaign .text5 { margin-bottom: 10px; }
.campaign .text6 { margin-bottom: 10px; }
.campaign .text7 img { margin-top: -20px; }

/* step */
.step { margin-bottom: 100px; }
.step h2 { margin-bottom: 40px; }
.step .stepCont { border: 1px solid #626262; border-top: none; background: #000; padding: 70px; font-size: 14px; }
.step .stepCont h3 { margin-bottom: 10px; }
.step .stepCont p { margin-bottom: 5px; }
.step .stepCont .cont { padding: 36px 0 0 0; margin-top: 20px; background: url(../img/line_step.png) no-repeat 0 0; }
.step .stepCont .cont .inner { position: relative; padding: 0 0 0 150px; }
.step .stepCont .cont .inner:before { display: block; width: 61px; height: 75px; position: absolute; left: 17px; top: 0px; bottom: 0; margin: auto; content: ""; }
.step .stepCont .cont.step1 { padding-top: 0; margin-top: 0; background: none; }
.step .stepCont .cont.step1 .inner:before { background: url(../img/step_1.png) no-repeat top center; }
.step .stepCont .cont.step2 .inner:before { background: url(../img/step_2.png) no-repeat top center; }
.step .stepCont .cont.step3 .inner:before { background: url(../img/step_3.png) no-repeat top center; }
.step .stepCont .cont.step4 .inner:before { background: url(../img/step_4.png) no-repeat top center; }
.step .stepCont .comment { padding: 5px 15px; background: #020523; border: 1px solid #626262; margin: 15px 0 15px; }
.step .stepCont .banner { text-align: center; margin-top: 50px; }
.step #instagram { display: none; }

.tabArea { zoom: 1; border: 1px solid #626262; border-bottom: none; }
.tabArea:before, .tabArea:after { display: block; height: 0; visibility: hidden; content: "."; }
.tabArea:after { clear: both; }
.tabArea li { overflow: hidden; }
.tabArea li a { display: block; width: 478px; height: 73px; text-indent: -9999px; }
.tabArea .tw { float: left; border-right: 1px solid #626262; }
.tabArea .tw a { border-bottom: 1px solid #626262; background: url(../img/tab_tw.png) no-repeat 50% 50%; }
.tabArea .tw a:hover, .tabArea .tw a.active { border-bottom: 1px solid #000; background: #000 url(../img/tab_tw.png) no-repeat 50% 50%; }
.tabArea .in { float: right; }
.tabArea .in a { border-bottom: 1px solid #626262; width: 479px; background: url(../img/tab_in.png) no-repeat 50% 50%; }
.tabArea .in a:hover, .tabArea .in a.active { border-bottom: 1px solid #000; background: #000 url(../img/tab_in.png) no-repeat 50% 50%; }

/* guideline */
.guideline { margin-bottom: 54px; }
.guideline h2 { margin-bottom: 53px; }
.guideline .inner { font-size: 14px; background: #000; border: 1px solid #fff; padding: 15px 20px 5px; height: 300px; overflow-y: scroll; }
.guideline .inner p { margin-bottom: 20px; }
.guideline .inner a { color: #91b2c3; text-decoration: underline; }
.guideline h3 { margin-bottom: 8px; font-size: 15px; display: inline-block; background: #ccc; color: #000; padding: 2px 5px; }
.guideline h4 { margin-bottom: 5px; font-size: 15px; color: #fff; }
.guideline .list { margin-bottom: 20px; }
.guideline .list li { padding-left: 14px; text-indent: -14px; }
.guideline .list li:before { content: "・"; }
.guideline .minList { margin-bottom: 0; margin-left: 10px; }
.guideline .minList li { padding-left: 12px; text-indent: -12px; }
.guideline .minList li:before { content: "-"; padding-right: 5px; }
.guideline .noteList { margin-bottom: 20px; }
.guideline .noteList li { padding-left: 14px; text-indent: -14px; }
.guideline .noteList li:before { content: "※"; }

/* ### page.scss ### */
.navArea { text-align: center; }
.navArea p { display: inline-block; padding: 0 10px; }

/* grid */
.gridWrap { position: relative; min-height: 600px; width: 961px; margin-bottom: 20px; background: #000000; }
.gridWrap #columnGroup_0 { border-right: #626262 1px solid; }
.gridWrap #columnGroup_1 { border-right: #626262 1px solid; border-bottom: #626262 1px solid; }
.gridWrap .text a { color: #fff; text-decoration: underline; }
.gridWrap .text a:hover { text-decoration: underline; }
.gridWrap .column { overflow: hidden; position: relative; border-left: #626262 1px solid; }
.gridWrap .columnInner { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; width: 238px; height: 239px; border-top: #626262 1px solid; }
.gridWrap .oneThumb { display: block; }
.gridWrap .fourThumb { display: none; }
.gridWrap .four .columnInner { width: 478px; height: 479px; }
.gridWrap .four.tw .text { height: 500px; }
.gridWrap .four.tw .oneThumb { display: none; }
.gridWrap .four.tw .fourThumb { display: block; }
.gridWrap .four.tw .thumbWrap { height: 364px; }
.gridWrap .four.tw .coverCont .text { height: 347px; }
.gridWrap .four.tw .foot { width: 458px; }
.gridWrap .four.ig .coverCont { height: 460px; }
.gridWrap .four.ig .text { height: 347px; }
.gridWrap .openButton { padding: 4px 2px; text-align: right; font-size: 13px; }
.gridWrap .openButton span { position: relative; padding-left: 25px; }
.gridWrap .closeButton { padding: 4px 2px; text-align: right; font-size: 13px; }
.gridWrap .closeButton span { position: relative; padding-left: 25px; }
.gridWrap .column.tw:hover .openButton { display: block; }
.gridWrap .ig .icon { position: absolute; left: 10px; top: 10px; width: 31px; height: 31px; }
.gridWrap .ig .thumb { padding: 10px; }
.gridWrap .ig .thumb img { width: 100%; height: auto; }
.gridWrap .ig .cover { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 0; right: 0; left: 0; bottom: 0; display: table; width: 100%; z-index: 10; padding: 10px 10px 0; }
.gridWrap .ig .cover:hover .coverCont { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
.gridWrap .ig .coverCont { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity 0.4s ease-out; -moz-transition: opacity 0.4s ease-out; -ms-transition: opacity 0.4s ease-out; -o-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); position: relative; display: table-cell; height: 220px; padding: 0 7px; background: rgba(0, 0, 0, 0.8); background: #000000 \9; vertical-align: middle; text-align: left; }
.gridWrap .ig .detail { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; display: none; width: 100%; z-index: 10; }
.gridWrap .ig .detail .thumb { float: left; padding: 10px 0; margin-right: 10px; }
.gridWrap .ig .detail .text { -ms-word-break: break-all; word-break: break-all; -ms-word-wrap: break-word; word-wrap: break-word; height: inherit; padding: 10px 0; }
.gridWrap .ig .detailCont { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity 0.4s ease-out; -moz-transition: opacity 0.4s ease-out; -ms-transition: opacity 0.4s ease-out; -o-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; position: relative; padding: 0 7px; background: rgba(0, 0, 0, 0.8); background: #000000 \9; vertical-align: middle; text-align: left; }
.gridWrap .ig .head { padding: 0 0 0 45px; height: 52px; }
.gridWrap .ig .foot { clear: both; }
.gridWrap .ig .userIcon { position: absolute; left: -3px; top: -3px; z-index: 30; }
.gridWrap .ig .userIcon img { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; }
.gridWrap .ig .userName { overflow: hidden; height: 44px; font-size: 12px; font-weight: bold; line-height: 37px; }
.gridWrap .ig .userName a { color: #fff; }
.gridWrap .ig .text { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -ms-word-break: break-all; word-break: break-all; -ms-word-wrap: break-word; word-wrap: break-word; overflow: hidden; height: 105px; margin-bottom: 25px; padding: 10px 0; font-size: 12px; color: #fff; line-height: 1.6; }
.gridWrap .ig .date { float: left; height: 36px; font-size: 12px; line-height: 36px; color: #fff; }
.gridWrap .ig .heart { float: right; height: 36px; padding-left: 16px; background: url(/10th_anniversary/campaign/img/socialin/icon_heart.png) 0 50% no-repeat; font-size: 12px; color: #fff; line-height: 36px; }
.gridWrap .ig .likeButton { float: right; padding-top: 8px; }
.gridWrap .ig .openButton, .gridWrap .ig .closeButton { position: absolute; right: 7px; bottom: 10px; color: #fff; cursor: pointer; }
.gridWrap .tw .icon { position: absolute; left: 10px; top: 10px; z-index: 20; }
.gridWrap .tw .icon img { -webkit-border-radius: 2px; -moz-border-radius: 2px; -ms-border-radius: 2px; border-radius: 2px; }
.gridWrap .tw .lead { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; padding: 9px 9px 0; }
.gridWrap .tw .leadText { display: none; height: inherit; }
.gridWrap .tw .cover { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: absolute; top: 49px; right: 0; left: 0; bottom: 0; display: table; width: 100%; z-index: 10; padding: 0 9px; }
.gridWrap .tw .cover:hover .coverCont { -moz-opacity: 1; -khtml-opacity: 1; opacity: 1; -ms-filter: "alpha(opacity=100)"; filter: alpha(opacity=100); }
.gridWrap .tw .coverCont { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; -webkit-transition: opacity 0.4s ease-out; -moz-transition: opacity 0.4s ease-out; -ms-transition: opacity 0.4s ease-out; -o-transition: opacity 0.4s ease-out; transition: opacity 0.4s ease-out; -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; -ms-filter: "alpha(opacity=0)"; filter: alpha(opacity=0); position: relative; display: table-cell; padding: 0 7px; background: rgba(0, 0, 0, 0.8); background: #000000 \9; vertical-align: middle; text-align: left; height: 155px; }
.gridWrap .tw .coverCont .text { -ms-word-break: break-all; word-break: break-all; -ms-word-wrap: break-word; word-wrap: break-word; padding: 5px 0; height: 98px; }
.gridWrap .tw .coverCont .openButton, .gridWrap .tw .coverCont .closeButton { right: 10px; bottom: 5px; }
.gridWrap .tw .head { padding: 0 0 0 50px; height: 39px; }
.gridWrap .tw .foot { clear: both; width: 218px; position: absolute; left: 10px; bottom: 0px; }
.gridWrap .tw .follow { overflow: hidden; float: right; width: 38px; height: 20px; margin-top: 3px; }
.gridWrap .tw .follow:hover { -moz-opacity: 0.8; -khtml-opacity: 0.8; opacity: 0.8; -ms-filter: "alpha(opacity=80)"; filter: alpha(opacity=80); }
.gridWrap .tw .userName { overflow: hidden; height: 14px; }
.gridWrap .tw .userName a { font-size: 12px; color: #fff; font-weight: bold; }
.gridWrap .tw .userId { overflow: hidden; height: 15px; }
.gridWrap .tw .userId a { font-size: 11px; color: #ccc; }
.gridWrap .tw .text { -ms-word-break: break-all; word-break: break-all; -ms-word-wrap: break-word; word-wrap: break-word; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: relative; overflow: hidden; height: 100px; margin-bottom: 30px; padding: 10px 0; font-size: 12px; color: #fff; line-height: 1.6; }
.gridWrap .tw .thumbWrap { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box; position: relative; overflow: hidden; height: 154px; }
.gridWrap .tw .thumb { position: absolute; top: -38px; width: 100%; height: auto; }
.gridWrap .tw .thumb img { position: absolute; }
.gridWrap .tw .date { float: left; height: 36px; font-size: 12px; line-height: 36px; color: #fff; }
.gridWrap .tw .twitterIcon { float: right; padding-top: 6px; }
.gridWrap .tw .twitterIcon li { float: left; }
.gridWrap .tw .twitterIcon li a { display: block; }
.gridWrap .tw .twitterIcon li a:hover { -moz-opacity: 0.5; -khtml-opacity: 0.5; opacity: 0.5; -ms-filter: "alpha(opacity=50)"; filter: alpha(opacity=50); }
.gridWrap .tw .reply a { width: 30px; height: 25px; background: url(/10th_anniversary/campaign/img/socialin/icon_reply.png) no-repeat; background-size: 22px auto; text-indent: -9999px; }
.gridWrap .tw .rt a { width: 30px; height: 25px; background: url(/10th_anniversary/campaign/img/socialin/icon_rt.png) no-repeat; background-size: 24px auto; text-indent: -9999px; }
.gridWrap .tw .fav a { width: 25px; height: 25px; background: url(/10th_anniversary/campaign/img/socialin/icon_fav.png) no-repeat; background-size: 18px auto; text-indent: -9999px; }
.gridWrap .tw .openButton, .gridWrap .tw .closeButton { position: absolute; right: 19px; bottom: 52px; display: none; color: #fff; cursor: pointer; }
.gridWrap .wide { display: block !important; width: 960px; height: auto; }
.gridWrap .wide .columnInner { width: 960px; height: inherit; padding-bottom: 10px; }
.gridWrap .wide .leadText { font-size: 14px; }
.gridWrap .wide.ig .columnInner { padding: 10px; }
.gridWrap .wide.ig .thumb img { width: 579px; height: 579px; }
.gridWrap .wide.ig .lead { display: none; }
.gridWrap .wide.ig .detail { display: block; }
.gridWrap .wide.tw .thumbWrap { float: left; width: 579px; height: 579px; margin-right: 10px; text-align: center; }
.gridWrap .wide.tw .thumb { position: inherit; top: inherit; }
.gridWrap .wide.tw .thumb img { position: inherit; max-width: 100%; max-height: 100%; width: inherit !important; height: inherit !important; left: inherit !important; top: inherit !important; }
.gridWrap .wide.tw:hover .openButton { display: none; }
.gridWrap .wide.tw .closeButton { display: block; bottom: 50px; right: 10px; }
.gridWrap .wide.tw .foot { left: 600px; width: 353px; }
.gridWrap .wide .leadText { display: block; }
.gridWrap .wide .cover { display: none; }
.gridWrap .wide .text { height: inherit; }
.gridWrap .wide .text:after { display: none; }

.loading { position: absolute; left: 0; top: 0; right: 0; bottom: 0; min-height: 400px; padding-top: 280px; z-index: 100; }
.loading p { -webkit-animation: spin 1.5s linear infinite; -moz-animation: spin 1.5s linear infinite; -ms-animation: spin 1.5s linear infinite; animation: spin 1.5s linear infinite; width: 100px; height: 100px; margin: 0 auto; }
.loading p img { display: block; }

/*# sourceMappingURL=style.css.map */
