@charset "UTF-8";
/*===============================================
●sp.css  画面の横幅が640pxまで
===============================================*/
@media screen and (max-width:640px){
#contents {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    font-weight: 500;
    font-family: 'Noto Sans JP',"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro",'メイリオ',Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
    text-align: center;
    overflow: hidden;
    margin-bottom: 70px;
}
#contents .t_coupon {
    position: fixed;
    width: 210px;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
}

#contents a, #contents a:link, #contents a:visited, #contents a:hover {
	color: inherit;
	display: block;
}
a:hover img {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity = 70);
}
#contents img {
    display: block;
	width: 100%;
}
#contents .auto {
	width: 92%;
    margin: 0 auto;
}
#contents p, #contents h2, #contents h3, #contents h4,
#contents dl , #contents dt , #contents dd, #contents ul , #contents li , #contents p {
    margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	list-style-type: none;
}
#contents figure {
    margin: 0;
}
#contents .sp_none {
    display: none !important;
}
#contents .btn a {
    width: 100%;
	text-align: center;
	font-weight: 700;
	color: #fff;
    text-decoration: none;
    padding: 11px 0 10px;
	border: 3px solid #e70012;
	background-color: #e70012;
	border-radius: 6px;
	background-image: url("../img/icon.png");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-size: 9px;
	box-shadow:2px 2px 0px 1px #b4000e;
	transition-duration: .3s;
}
#contents .btn_bl a {
	background-color: #1e39af;
	border-color: #1e39af;
	box-shadow:2px 2px 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: 100vw;
    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: 100vw;
    float: left;
    clear: both;
    background-image: url(../img/main_img_snow.png);
	background-position: top center;
	background-size: 180%;
    background-repeat: repeat-x;
}
#contents #main_image .page_title {
    padding-top: 8vw;
    width: 100%;
}
#contents #nav_conts {
    width: 100%;
    float: left;
    clear: both;
	margin-top: -38vw;
	position: relative;
	z-index: 9;
}
#contents #nav_conts ul {
	width: 92%;
	margin: 0 auto;
    text-align: center;
	font-size: 0;
	line-height: 0;
    letter-spacing: -.4em;
}
#contents #nav_conts ul li {
    width: 49%;
	display: inline-block;
    vertical-align: top;
    letter-spacing: normal;
	margin-right: 2%;
}
#contents #nav_conts ul li:nth-of-type(2n) {
	margin-right: 0;
}

#contents .common_conts {
	width: 100%;
	float: left;
	clear: both;
	padding-top: 30px;
}
#contents .common_conts h2 {
	width: 92%;
	margin: 0 auto 0;
	position: relative;
	z-index: 9;
    pointer-events: none;
}
#contents .common_conts .bg_area {
	width: 100%;
	height: 50vw;
    margin-top: -10vw;
	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 {
	width: 120px;
	position: absolute;
	right: 12px;
	bottom: -8px;
}
#contents .common_conts .contents_box {
	width: 100%;
	text-align: center;
	padding-top: 35px;
}
#contents .common_conts .contents_box .auto {
	position: relative;
}
#contents .common_conts .contents_box .illust {
	width: 25%;
	position: absolute;
	left: -6%;
	top: -34vw;
}
#contents .common_conts .contents_box .border_title {
	width: 100%;
	margin: 0 auto 24px;
	font-size: 18px;
	line-height: 1.3;
	font-weight: 700;
	font-style: italic;
	color: #e70012;
	padding-bottom: 12px;
	border-bottom: 3px solid #e70012;
	position: relative;
}
#contents .common_conts .contents_box .border_title::before {
	content: "";
	display: block;
	width: 15px;
	height: 13px;
	background-image: url("../img/parts_01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	position: absolute;
	bottom: -13px;
	right: 30%;
}
#contents .common_conts .contents_box .main_text {
	font-size: 15px;
	line-height: 1.7;
	margin-bottom: 36px;
    text-align: left;
}
#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: 100%;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 30px;
}
#contents .common_conts .contents_box .point_list li h4 {
	width: 92%;
	margin: -8px auto 10px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #fff;
	background-color: #e70012;
	border-radius: 100px;
	padding: 3px 0 3px;
	position: relative;
}
#contents .common_conts .contents_box .point_list li h4 .illust {
    width: 70px;
	position: absolute;
    top: auto;
	bottom: 0;
	left: -7%;
}
#contents .common_conts .contents_box .btn {
    width: 95%;
	margin: 0 auto;
	font-size: 16px;
	line-height: 1.3;
	color: #fff;
}
#contents .common_conts .contents_box .btn a {
    padding: 13px 0 12px;
}

#contents #conts_joetsu {
    padding-top: 0;
	padding-bottom: 85px;
}
#contents #conts_joetsu h2 {
	width: 88%;
	margin: 25px auto 0;
	position: relative;
	z-index: 9;
}
#contents #conts_joetsu .bg_area {
	margin-top: -7vw;
    background-image: url("../img/img_06.jpg");
}
#contents #conts_joetsu .contents_box .border_title {
	color: #1e39af;
	border-bottom: 3px 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 .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: 10vw;
    margin-top: -10vw;
}
#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: 120%;
}
#contents #conts_event h2 {
	width: 100%;
	margin: -30px auto 14px;
}
#contents #conts_event .main_text {
	font-size: 15px;
	line-height: 1.6;
	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: 30px;
}
#contents #conts_event .main_text span {
	display: block;
    width: 100%;
	font-size: 15px;
	line-height: 1.6;
	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: 1px;
	top: 2px;
	z-index: -1;
}
#contents #conts_event .bg_wrapper {
	width: 100%;
	background-color: #fff;
	padding: 20px 2% 22px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 6px;
}
#contents #conts_event .bg_wrapper h4 {
	width: 100%;
    margin: 0 auto 20px;
}
#contents #conts_event .bg_wrapper:first-of-type h4 {
    margin: -7.5vw auto 20px;
}
#contents #conts_event .bg_wrapper ul {
	width: 100%;
	font-size: 0;
	line-height: 0;
}
#contents #conts_event .bg_wrapper ul li {
	width: 100%;
	font-size: 15px;
	line-height: 1.7;
    padding-bottom: 16px;
    border: 3px solid #e70012;
    -webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 15px;
	position: relative;
}
#contents #conts_event .bg_wrapper ul li .number {
	width: 22%;
    position: absolute;
    top: -22px;
    left: -26px;
}
#contents #conts_event .bg_wrapper ul li .winner {
	width: 150px;
    position: absolute;
    right: -8px;
    bottom: -10px;
}
#contents #conts_event .bg_wrapper ul li .present {
	margin-bottom: 8px;
}
#contents #conts_event .bg_wrapper ul li .btn {
	width: 46%;
    margin-left: 4%
}
#contents #conts_event .bg_wrapper ul li .btn a {
	background-size: 6px;
	padding: 10px 0 9px;
    border-width: 3px;
	font-size: 14px;
	line-height: 1.5;
	background-position: right 2px center;
    background-size: 6px;
	box-shadow:2px 2px 0px 1px #b4000e;
}
#contents #conts_event .bg_wrapper ul li:first-child .present {
    width: 86%;
    margin: 0 auto;
}
#contents #conts_event .bg_wrapper ul li .lr_btn {
	width: 92%;
	font-size: 0;
	line-height: 0;
    padding: 0;
    margin: 0 auto;
    text-align: left;
}
#contents #conts_event .bg_wrapper ul li .lr_btn .btn {
	width: 45%;
	display: inline-block;
	font-size: 13px;
	line-height: 1.5;
	position: static;
    margin-left: 0;
	margin-right: 6%;
}
#contents #conts_event .bg_wrapper ul li .lr_btn .btn:nth-of-type(2n) {
    margin-right: 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: 12px;
}
#contents #conts_event .bg_wrapper .other_event dt {
	width: 80%;
	margin: 0 auto 14px;
}
#contents #conts_event .bg_wrapper .other_event dd {
	width: 100%;
	text-align: left;
    font-size: 0;
}
#contents #conts_event .bg_wrapper .other_event dd .btn {
	width: 97%;
    margin-bottom: 14px;
}
#contents #conts_event .bg_wrapper .other_event dd .btn:last-of-type {
	margin-right: 0;
}
#contents #conts_event .bg_wrapper .other_event dd .btn a {
	border-width: 3px;
	background-position: right 12px center;
	background-size: 6px;
	font-size: 17px;
}

#contents #conts_access {
	width: 100%;
	float: left;
	clear: both;
    margin-top: -58px;
}
#contents #conts_access h2 {
	width: 100%;
	margin: 0 auto 0;
	position: relative;
	z-index: 9;
}
#contents #conts_access .box .bg_box {
	width: 100%;
	height: 45vw;
	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: 18%;
	top: 20px;
	left: 3%;
}
#contents #conts_access .box .text_box {
	width: 92%;
	font-size: 0;
	line-height: 0;
	margin: -20px auto 0;
	background-color: #fff;
	position: relative;
	padding: 20px 4% 38px;
	-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: 100%;
	font-size: 14px;
	line-height: 1.5;
    margin-bottom: 16px;
}
#contents #conts_access .box .text_box dl dt {
	width: 100%;
	color: #fff;
    padding: 4px 0 3px;
	background-color: #e70012;
	font-size: 15px;
	line-height: 1.3;
	border-radius: 100px;
    margin-bottom: 8px;
}
#contents #conts_access .box_2 .text_box dl dt {
	background-color: #1e39af;
}
#contents #conts_access .box .text_box dl dd ul {
	width: 100%;
    padding-top: 3px;
	margin: 0 auto;
}
#contents #conts_access .box .text_box dl dd ul li {
	width: 100%;
    padding: 4px 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: 10px;
	height: 7px;
	background-image: url("../img/icon_02.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	position: absolute;
	bottom: -11px;
	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: 60px;
}
#contents #conts_access .banner_box ul {
}
#contents #conts_access .banner_box ul li {
    margin-bottom: 20px;
}
#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 4%;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 25px;
}
#contents #conts_access .fb_wrapper .facebook_iwappara {
	width: 100%;
	height: 100vw;
    overflow: hidden;
	position: relative;
    margin-bottom: 30px;
}
#contents #conts_access .fb_wrapper .facebook_joetsu {
	width: 100%;
	height: 100vw;
    overflow: hidden;
	position: relative;
}
#contents #conts_access .fb_wrapper iframe {
	width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#contents #conts_access .link_box {
	width: 100%;
	padding-top: 38px;
	font-size: 0;
	line-height: 0;
}
#contents #conts_access .link_box .link_banner {
	width: 100%;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
    margin-bottom: 20px;
}
#contents #conts_access .link_box .link_banner img {
	width: 100%;
    display: block;
}
#contents #conts_access .link_box .link_banner .position_img {
	width: 30%;
	position: absolute;
	bottom: 0;
	right: -3%;
}
#contents #conts_access .link_box .link_banner a:hover .position_img img {
	opacity: 1;
}
}