@charset "UTF-8";
/*===============================================
●mian.css 画面の横幅が641px以上
===============================================*/
@media screen and (min-width: 641px){
#contents {
    width: 100%;
    min-width: 1080px;
    overflow: hidden;
	float: left;
	clear: both;
	font-size: 16px;
	line-height: 25px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-family: 'Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    position: relative;
    font-weight: 500;
	background-color: #fff;
	margin-bottom: 96px;
}
#contents a, #contents a:link, #contents a:visited, #contents a:hover {
	color: inherit;
	display: block;
}
#contents a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#contents .t_coupon {
    position: fixed;
    top: 226px;
    right: -5px;
    z-index: 999999;
}
#contents .auto {
    width: 1080px;
	margin: 0 auto;
}
#contents p, #contents h2, #contents h3, #contents h4,
#contents dl , #contents ul , #contents li , #contents p {
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style-type: none;
}
#contents figure, #contents dd {
    margin: 0;
}
#contents a {
    text-decoration: none;
}
#contents img {
    display: block;
}
#contents .pc_none {
    display: none !important;
}
#contents .btn a {
    width: 100%;
	text-align: center;
	font-weight: 700;
	color: #fff;
    padding: 20px 0 18px;
	border: 5px solid #e70012;
	background-color: #e70012;
	border-radius: 6px;
	background-image: url("../img/icon.png");
	background-repeat: no-repeat;
	background-position: right 40px center;
	background-size: 15px;
	box-shadow:4px 4px 0px 1px #b4000e;
	transition-duration: .3s;
}
#contents .btn_bl a {
	background-color: #1e39af;
	border-color: #1e39af;
	box-shadow:4px 4px 0px 1px #001984;
}
#contents .btn a:hover {
	background-color: #fff;
	color: #e70012;
	background-image: url("../img/icon_re.png");
}
#contents .btn_bl a:hover {
	background-color: #fff;
	color: #1e39af;
	background-image: url("../img/icon_bl.png");
}

#contents #main_image {
    width: 100%;
    height: 784px;
    float: left;
    clear: both;
    background-image: url(../img/main_img_bg.jpg);
	background-position: top center;
	background-size: cover;
    -webkit-animation-name: storySlideLeft;
    -webkit-animation-duration: 40;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: storySlideLeft;
    -moz-animation-duration: 40s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: gallerySlideLeft;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    background-repeat: repeat-x;
    position: relative;
}
@-webkit-keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1800px 0px;}
}
@-moz-keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1800px 0px;}
}
@keyframes gallerySlideLeft {
    0% {background-position: 0px 0px;}
    100% {background-position: -1800px 0px;}
}
#contents #main_image .outer {
    width: 100%;
    height: 784px;
    float: left;
    clear: both;
    background-image: url(../img/main_img_snow.png);
	background-position: top center;
	background-size: 1570px;
    background-repeat: repeat-x;
}
#contents #main_image .page_title {
    width: 1060px;
    padding-top: 59px;
    margin: 0 auto;
}
#contents #nav_conts {
    width: 100%;
    height: 141px;
    float: left;
    clear: both;
	margin-top: -141px;
	position: relative;
	z-index: 9;
}
#contents #nav_conts ul {
	width: 1080px;
	margin: 0 auto;
    text-align: center;
	font-size: 0;
	line-height: 0;
}
#contents #nav_conts ul li {
    display: inline-block;
	margin-right: 5px;
}
#contents #nav_conts ul li:last-of-type {
	margin-right: 0;
}

#contents .common_conts {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 150px;
    margin-top: -211px;
}
#contents .common_conts h2 {
	width: 1066px;
	padding-left: 127px;
	margin: 0 auto 0;
	position: relative;
	z-index: 9;
    pointer-events: none;
}
#contents .common_conts .bg_area {
	width: 100%;
	height: 546px;
	margin-top: -145px;
	background-image: url("../img/img_01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
#contents .common_conts .bg_area .auto {
	position: relative;
	height: 100%;
}
#contents .common_conts .bg_area .name_logo {
	display: inline-block;
	position: absolute;
	right: 12px;
	bottom: -16px;
}
#contents .common_conts .contents_box {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding-top: 35px;
}
#contents .common_conts .contents_box .auto {
	position: relative;
}
#contents .common_conts .contents_box .illust {
	width: 300px;
	position: absolute;
	left: -210px;
	top: -68px;
}
#contents .common_conts .contents_box .border_title {
	width: 960px;
	margin: 0 auto 40px;
	font-size: 37px;
	line-height: 41px;
	font-weight: 700;
	font-style: italic;
	color: #e70012;
	padding-bottom: 20px;
	border-bottom: 6px solid #e70012;
	position: relative;
}
#contents .common_conts .contents_box .border_title::before {
	content: "";
	display: block;
	width: 32px;
	height: 28px;
	background-image: url("../img/parts_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	bottom: -28px;
	right: 266px;
}
#contents .common_conts .contents_box .main_text {
	font-size: 19px;
	line-height: 32px;
	margin-bottom: 50px;
}
#contents .common_conts .contents_box .main_text .marker {
	background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) 73%,#fff13e 73%,#fff13e 100%);
}
#contents .common_conts .contents_box .point_list {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#contents .common_conts .contents_box .point_list li {
	width: 530px;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 25px;
	margin-right: 20px;
	margin-bottom: 37px;
}
#contents .common_conts .contents_box .point_list li:nth-of-type(2n) {
	margin-right: 0;
}
#contents .common_conts .contents_box .point_list li h4 {
	width: 450px;
	margin: -17px auto 10px;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	background-color: #e70012;
	border-radius: 100px;
	padding: 5px 0 4px;
	position: relative;
}
#contents .common_conts .contents_box .point_list li h4 .illust {
    width: 110px;
	position: absolute;
    top: auto;
	bottom: 0;
	left: -65px;
}
#contents .common_conts .contents_box .btn {
    width: 960px;
	margin: 0 auto;
	font-size: 25px;
	line-height: 1.3;
	color: #fff;
}

#contents #conts_joetsu {
    padding-top: 0;
    margin-top: 0;
}
#contents #conts_joetsu h2 {
	width: 938px;
	padding-left: 0;
	margin: 40px auto 0;
	position: relative;
	z-index: 9;
}
#contents #conts_joetsu .bg_area {
	margin-top: -105px;
	background-image: url("../img/img_06.jpg");
}
#contents #conts_joetsu .contents_box .illust {
	width: 358px;
	position: absolute;
	left: -210px;
	top: -68px;
    z-index: 9;
}
#contents #conts_joetsu .contents_box .border_title {
	color: #1e39af;
	border-bottom: 6px solid #1e39af;
}
#contents #conts_joetsu .contents_box .border_title::before {
	background-image: url("../img/parts_02.png");
}
#contents #conts_joetsu .contents_box .point_list li h4 {
	background-color: #1e39af;
}
#contents #conts_joetsu .contents_box .point_list li h4 .illust {
    width: 110px;
	position: absolute;
    top: auto;
	bottom: 0;
	left: -65px;
}
#contents #conts_joetsu .contents_box .btn a {
	background-color: #1e39af;
	border-color: #1e39af;
	box-shadow:4px 4px 0px 1px #001984;
}
#contents #conts_joetsu .contents_box .btn a:hover {
	color: #1e39af;
	background-color: #fff;
	background-image: url("../img/icon_bl.png");
}

#contents #conts_event {
	width: 100%;
	float: left;
	clear: both;
    padding-top: 84px;
}
#contents #conts_event .bg_outer {
	width: 100%;
	float: left;
	clear: both;
	padding-bottom: 73px;
	background-color: #e70012;
	background-image: url("../img/bg_img_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 1570px;
}
#contents #conts_event h2 {
	width: 1077px;
	margin: -70px auto 14px;
}
#contents #conts_event .main_text {
	font-size: 24px;
	line-height: 39px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow:1px 1px 0 #b0000d, -1px -1px 0 #b0000d,
              -1px 1px 0 #b0000d, 1px -1px 0 #b0000d,
              0px 1px 0 #b0000d,  0-1px 0 #b0000d,
              -1px 0 0 #b0000d, 1px 0 0 #b0000d;
	position: relative;
	z-index: 9;
    margin-bottom: 40px;
}
#contents #conts_event .main_text span {
	display: block;
	font-size: 24px;
	line-height: 39px;
	font-weight: 700;
	color: #b0000d;
	text-align: center;
	text-shadow:1px 1px 0 #b0000d, -1px -1px 0 #b0000d,
              -1px 1px 0 #b0000d, 1px -1px 0 #b0000d,
              0px 1px 0 #b0000d,  0-1px 0 #b0000d,
              -1px 0 0 #b0000d, 1px 0 0 #b0000d;
	position: absolute;
	left: 182px;
	top: 2px;
	z-index: -1;
}
#contents #conts_event .bg_wrapper {
	width: 100%;
	background-color: #fff;
	padding: 31px 24px 64px 23px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 76px;
    text-align: center;
}
#contents #conts_event .bg_wrapper h4 {
	width: 1020px;
    margin: 0 auto 27px;
}
#contents #conts_event .bg_wrapper ul {
	width: 980px;
	font-size: 0;
	line-height: 0;
    margin: 0 auto;
}
#contents #conts_event .bg_wrapper ul li {
	width: 463px;
	display: inline-block;
	font-size: 16px;
	line-height: 1.7;
    padding-bottom: 17px;
	position: relative;
    border: 5px solid #e70012;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-right: 54px;
    margin-bottom: 40px;
}
#contents #conts_event .bg_wrapper ul li:first-child {
    width: 100%;
    position: relative;
    padding-bottom: 0px;
}
#contents #conts_event .bg_wrapper ul li:first-child .present {
    width: 642px;
    margin: 0 auto;
}
#contents #conts_event .bg_wrapper ul li:first-child .btn {
    position: absolute;
    bottom: 40px;
    left: 276px;
    margin: 0;
}
#contents #conts_event .bg_wrapper ul li .number {
	width: 117px;
    position: absolute;
    top: -27px;
    left: -24px;
}
#contents #conts_event .bg_wrapper ul li .winner {
	display: inline-block;
    position: absolute;
    right: -33px;
    bottom: -16px;
}
#contents #conts_event .bg_wrapper ul li:nth-child(odd) {
    margin-right: 0;
}
#contents #conts_event .wrapper_2 ul li {
	margin-bottom: 20px;
}
#contents #conts_event .bg_wrapper ul li .btn {
	width: 243px;
    margin: 0 18px;
}
#contents #conts_event .bg_wrapper ul li .btn a {
	background-size: 9px;
	padding: 9px 0 8px;
    border-width: 3px;
	background-position: right 13px center;
	box-shadow:2px 2px 0px 1px #b4000e;
}
#contents #conts_event .bg_wrapper ul li .lr_btn {
	width: 100%;
	font-size: 0;
	line-height: 0;
    text-align: left;
}
#contents #conts_event .bg_wrapper ul li .lr_btn .btn {
	width: 197px;
	display: inline-block;
	font-size: 16px;
	line-height: 1.5;
	position: static;
    margin-left: 18px;
	margin-right: 14px;
}
#contents #conts_event .bg_wrapper ul li .lr_btn .btn:last-of-type {
	margin: 0;
}
#contents #conts_event .bg_wrapper ul li .lr_btn .btn_bl a {
	box-shadow:2px 2px 0px 1px #001984;
}

#contents #conts_event .bg_wrapper .other_event {
	width: 100%;
	padding-top: 5px;
}
#contents #conts_event .bg_wrapper .other_event dt {
	width: 484px;
	margin: 0 auto 14px;
}
#contents #conts_event .bg_wrapper .other_event dd {
	width: 100%;
	text-align: center;
}
#contents #conts_event .bg_wrapper .other_event dd .btn {
	width: 440px;
	display: inline-block;
	margin: 0 10px;
}
#contents #conts_event .bg_wrapper .other_event dd .btn a {
	border-width: 3px;
	background-position: right 24px center;
	background-size: 15px;
	font-size: 26px;
}

#contents #conts_access {
	width: 100%;
	float: left;
	clear: both;
    margin-top: -58px;
}
#contents #conts_access h2 {
	width: 958px;
	margin: 0 auto 0;
	position: relative;
	z-index: 9;
}
#contents #conts_access .box .bg_box {
	width: 100%;
	height: 432px;
	margin-top: -8px;
	background-image: url("../img/img_20.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
#contents #conts_access .box_2 .bg_box {
	margin-top: 0;
	background-image: url("../img/img_21.jpg");
}
#contents #conts_access .box .logo {
	position: absolute;
	width: 140px;
	top: 34px;
	left: 26px;
}
#contents #conts_access .box .text_box {
	width: 980px;
	font-size: 0;
	line-height: 0;
	margin: -60px auto 0;
	background-color: #fff;
	position: relative;
	padding: 33px 54px 50px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
#contents #conts_access .box .text_box dl {
	width: 426px;
	font-size: 18px;
	line-height: 25px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
#contents #conts_access .box .text_box dl:nth-of-type(2n) {
	margin-right: 0;
}
#contents #conts_access .box .text_box dl dt {
	width: 100%;
	color: #fff;
    padding: 8px 0 8px;
	background-color: #e70012;
	font-size: 19px;
	line-height: 1.3;
	border-radius: 100px;
    margin-bottom: 13px;
}
#contents #conts_access .box_2 .text_box dl dt {
	background-color: #1e39af;
}
#contents #conts_access .box .text_box dl dd ul {
	width: 340px;
    padding-top: 3px;
	margin: 0 auto;
}
#contents #conts_access .box .text_box dl dd ul li {
	width: 100%;
    padding: 5px 0;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #e1d0d2;
	margin-bottom: 11px;
	position: relative;
}
#contents #conts_access .box_2 .text_box dl dd ul li {
	border: 2px solid #ced1df;
}
#contents #conts_access .box .text_box dl dd ul li:last-of-type {
	margin-bottom: 0;
}
#contents #conts_access .box .text_box dl dd ul li::after {
	content: "";
	display: block;
	width: 12px;
	height: 8px;
	background-image: url("../img/icon_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -6px;
}
#contents #conts_access .box_2 .text_box dl dd ul li::after {
	background-image: url("../img/icon_03.png");
}
#contents #conts_access .box .text_box dl dd ul li:last-of-type::after {
	display: none;
}
#contents #conts_access .banner_box {
    margin-bottom: 79px;
}
#contents #conts_access .banner_box ul {
    font-size: 0;
    margin-bottom: 30px;
}
#contents #conts_access .banner_box ul li {
    width: 525px;
	display: inline-block;
	vertical-align: top;
	margin-right: 30px;
}
#contents #conts_access .banner_box ul li:last-of-type {
	margin-right: 0;
}
#contents #conts_access .banner_box p {
    text-align: center;
}
#contents #conts_access .fb_wrapper {
	width: 100%;
	padding: 0 25px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	clear: both;
	margin-bottom: 25px;
}
#contents #conts_access .fb_wrapper .facebook_iwappara {
	width: 500px;
	height: 600px;
	position: relative;
	float: left;
}
#contents #conts_access .fb_wrapper .facebook_joetsu {
	width: 500px;
	height: 600px;
	position: relative;
	float: right;
}
#contents #conts_access .fb_wrapper .fb-page {
	width: 100%;
}
#contents #conts_access .link_box {
	width: 100%;
	clear: both;
	padding-top: 68px;
	font-size: 0;
	line-height: 0;
}
#contents #conts_access .link_box .link_banner {
	width: 525px;
	font-size: 15px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 30px;
}
#contents #conts_access .link_box .link_banner:nth-of-type(2n) {
	margin-right: 0;
}
#contents #conts_access .link_box .link_banner {
	width: 525px;
	font-size: 15px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 30px;
}
#contents #conts_access .link_box .link_banner .position_img {
	width: 186px;
	position: absolute;
	bottom: 0;
	right: -24px;
}
#contents #conts_access .link_box .link_banner a:hover .position_img img {
	opacity: 1;
}
}
