@charset 'UTF-8';

/*========================================================
▼Webフォント指定（游明朝・游ゴシック）
========================================================*/

@import url('https://fonts.googleapis.com/css?family=Libre+Baskerville');


/*========================================================
▼全体
========================================================*/
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 {
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0;
    outline: 0;
    background: transparent;
}

p {
    line-height: 1.6;
}

a {
    font-size: 100%;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    text-decoration: none;
    color: #000000;
    background: transparent;
}

ul li {
    list-style: none;
}

img {
    display: block;
    max-width: 100%;
}

html {
    font-size: 62.5%;
    height: 100%;
}

@media only screen and (min-width: 769px) {
	html,  body {
		font-weight: 300;
	}
}

body {
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    color: #000000;
    -webkit-text-size-adjust: 100%;
}

h2 {
    text-align: center;
}

@media only screen and (min-width: 769px) {
	.sp {
		display: none!important;
	}
}

@media only screen and (max-width: 768px) {
	.pc {
		display: none!important;
	}
}

.inner {
    padding: 0 4%;
}

@media only screen and (min-width: 769px) {
	.inner {
		padding: 0;
	}
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*========================================================
▼header
========================================================*/
header {
    position: relative;
    z-index: 9990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; /*ヘッダー幅*/
    height: auto; /*ヘッダー高さ*/
    margin: 0 auto;
	padding: 5px; /*ヘッダー余白*/
    background-color: #0e0e0e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header-inner .logo {
    width: 104px; /*ロゴ幅*/
}

/*SNSアイコン*/
.header-inner .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	padding-right: 10px;
}

.header-inner .sns a {
    display: block;
    padding: 0 1em;
    text-align: center;
    color: #ffffff;
}

.header-inner .sns a:last-of-type {
    padding-right: 0;
}

.header-inner .sns a:hover, .header-inner .logo:hover {
    opacity: 0.8;
}

.header-inner .sns a i {
    font-size: 20px; /*アイコンサイズ*/
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
	header {
		width: 100%; /*ヘッダー幅*/
		height: auto; /*ヘッダー高さ*/
		padding: 5px 0; /*ヘッダー上下余白*/
	}
	.header-inner {
		width: 100%;
		margin: 0 auto;
		padding-left: calc(100vw * 150/1300); /*ヘッダー左余白*/
		padding-right: calc(100vw * 150/1300); /*ヘッダー右余白*/
	}
	
	.header-inner .logo {
		width: 182px; /*ロゴ幅*/
	}
	
	.header-inner .sns a {
		padding: 0 1.5em;
	}
	
	.header-inner .sns a:hover,  .header-inner .logo:hover {
		opacity: 0.8;
	}
	
	.header-inner .sns a i {
		font-size: 30px;
		vertical-align: middle;
	}
}

/*========================================================
▼main
========================================================*/
#main {
    position: relative;
    width: 100%;
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
	#main {
		width: 100%;
		margin: 0 auto;
		background-color: #fff;
	}
}

/*========================================================
▼メインビジュアル
========================================================*/
#mv {
    position: relative;
    width: 100%;
	margin-bottom: 45px;
}

#mv .mv-inner {
	z-index: 0;
    position: relative;
    width: 100%;
	height: calc(100vw * 762/750);
    background-image: url('../images/main_sp.jpg');
    background-size: cover;
}

@media only screen and (min-width: 769px) {
	#mv {
		margin-bottom: 80px;
	}

	#mv .mv-inner {
		z-index: 0;
		position: relative;
		width: 100%;
		height: calc(100vw * 733/1300);
		background-image: url('../images/main_pc.jpg');
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

/*-------------------------------------------
scroll
--------------------------------------------*/
.angle_down {
	position: absolute;
	left: calc(50% - 22px);
	bottom: 0;
}
.angle_down a {
	z-index: 2;
	display: inline-block;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	    transform: translate(0, -50%);
	text-decoration: none;
	font-size: 12px;
	letter-spacing: 2px;
	color: #fff;
}
.angle_down a span {
	display: block;
	position: absolute;
	bottom: 50px;
	left: 55%;
	width: 15px;
	height: 15px;
	margin-left: -12px;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	-webkit-animation: scd 2s infinite;
	animation: sdb 2s infinite;
	-webkit-animation-play-state: running;
	        animation-play-state: running;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

@keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		        transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		        transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@-webkit-keyframes sdb {
	0% {
		-webkit-transform: rotate(-45deg) translate(0, 0);
		transform: rotate(-45deg) translate(0, 0);
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	100% {
		-webkit-transform: rotate(-45deg) translate(-20px, 20px);
		transform: rotate(-45deg) translate(-20px, 20px);
		opacity: 0;
	}
}

@media only screen and (min-width: 769px) {
.angle_down {
	left: calc(50% - 25px);
}
.angle_down a {
	font-size: 14px;
}
.angle_down a span{
	display: block;
	left: 50%;
	width: 20px;
	height: 20px;
  }
}



/*========================================================
▼contents
========================================================*/
#contents {
    font-size: 12px;
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    background-color: #fff;
}

@media only screen and (min-width: 769px) {
	#contents {
		font-size: 14px;
		position: relative;
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}
}

/*========================================================
▼movie
========================================================*/
/*movie_SP*/
#movie {
	background-image: url("../images/bg_sp.jpg");
	background-size: cover;
	width: 100%;
	height: auto;
	max-height: 1103px;
}
#movie .movie_box {
	width: 100%;
	max-width: 1005px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
}

/*youtube_SP*/
#movie .movie_box .youtube {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 56.25%;
}
#movie .movie_box .youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*otohiking_logo_SP*/
#movie .movie_box .otohiking_logo img {
	width: 100%;
	max-width: 250px;
	margin: 45px auto;
}
/*text_SP*/
#movie p.txt2 {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	letter-spacing: 2px;
	line-height: 3;
}
/*text_background_SP*/
#movie p.txt2 span {
	padding: 2.5px;
	background-color: #000000;
}

@media only screen and (min-width: 769px) {
	#movie {
		background-image: url("../images/bg_pc.jpg");
		background-position: center;
		background-repeat: no-repeat;
		width: 100%;
		height: auto;
		max-height: 1360px;
	}
	#movie .movie_box {
		width: 100%;
		max-width: 1005px;
		margin: 0 auto;
		padding-top: 80px;
		padding-bottom: 80px;
		padding-left: 40px;
		padding-right: 40px;
	}
	/*youtube_PC*/
	#movie .movie_box .youtube {
	  position: relative;
	  height: 0;
	  width: 100%;
	  padding-bottom: 56.25%;
	}
	#movie .movie_box .youtube iframe {
	  position: absolute;
	  top: 0;
	  right: 0;
	  width: 100%;
	  height: 100%;
	}
	
	/*otohiking_logo_PC*/
	#movie .movie_box .otohiking_logo img {
		width: 100%;
		max-width: 501px;
		margin: 90px auto;
	}
	/*text_PC*/
	#movie .movie_box p.txt2 {
		text-align: center;
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 24px;
		font-weight: normal;
		color: #ffffff;
		letter-spacing: 2px;
		line-height: 2.5;
	}
	/*text_background_PC*/
	#movie .movie_box p.txt2 span {
		padding: 5px;
		background-color: #000000;
	}
}

/*========================================================
▼navi
========================================================*/
#navi {
	padding-top: 45px;
	padding-bottom: 45px;
}
/*navi_Flex_SP*/
#navi .flex_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
/*navi_Flex_item_SP*/
#navi .flex_box .item {
	padding-bottom: 25px;
}
#navi .flex_box .item:last-of-type {
	padding-bottom: 0;
}
/*navi_img_SP*/
#navi .flex_box .item a img.navi_1 {
	width: 100%;
	max-width: 56px;
	margin: 0 auto;
}
#navi .flex_box .item a img.navi_2 {
	width: 100%;
	max-width: 95px;
	margin: 0 auto;
}
#navi .flex_box .item a img.navi_3 {
	width: 100%;
	max-width: 51px;
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	#navi {
		padding-top: 80px;
		padding-bottom: 90px;
	}
	/*navi_Flex_PC*/
	#navi .flex_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
	/*navi_Flex_item_PC*/
	#navi .flex_box .item:nth-of-type(2) {
		padding-right: 15%;
		padding-left: 15%;
	}
	/*navi_img_PC*/
	#navi .flex_box .item a img.navi_1 {
		width: 100%;
		max-width: 113px;
	}
	#navi .flex_box .item a img.navi_2 {
		width: 100%;
		max-width: 191px;
	}
	#navi .flex_box .item a img.navi_3 {
		width: 100%;
		max-width: 102px;
	}
}

/*========================================================
▼ artist
========================================================*/
#artist {
	padding-top: 40px;
	padding-bottom: 40px;
}
/*title_SP*/
#artist p.ttl img {
	width: 100%;
	max-width: 55px;
	margin: 0 auto;
	padding-bottom: 10px;
}
/*text_1_SP*/
#artist p.txt1 img {
	width: 100%;
	max-width: 176px;
	margin: 0 auto;
	padding-bottom: 15px;
}
/*photo_SP*/
#artist p.photo img {
	width: 100%;
	max-width: 175px;
	margin: 0 auto;
	padding-bottom: 15px;
}
/*text_2_SP*/
#artist p.txt2 {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 10px;
	line-height: 2;
}

@media only screen and (min-width: 769px) {
	#artist {
		padding-top: 0;
		padding-bottom: 140px;
	}
	/*title_PC*/
	#artist p.ttl img {
		width: 100%;
		max-width: 110px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	/*text_1_PC*/
	#artist p.txt1 img {
		width: 100%;
		max-width: 464px;
		margin: 0 auto;
		padding-bottom: 60px;
	}
	/*photo_PC*/
	#artist p.photo img {
		width: 100%;
		max-width: 460px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	/*text_2_PC*/
	#artist p.txt2 {
		text-align: center;
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		color: #000000;
		font-size: 16px;
		line-height: 3;
	}
}

/*========================================================
▼ campaign
========================================================*/
#campaign {
	padding-top: 40px;
	padding-bottom: 0;
}
/*title_SP*/
#campaign p.ttl img {
	width: 100%;
	max-width: 90px;
	margin: 0 auto;
	padding-bottom: 10px;
}
/*text_1_SP*/
#campaign p.txt1 {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 23px;
	line-height: 1.3;
	padding-bottom: 15px;
}
/*text_2_SP*/
#campaign p.txt2 {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	line-height: 2;
	padding-bottom: 15px;
}
/*text_3_SP*/
#campaign p.txt3 {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #000000;
	font-size: 8px;
	line-height: 2;
	padding-bottom: 0x;
}

@media only screen and (min-width: 769px) {
	#campaign {
		padding-top: 0;
		padding-bottom: 0;
	}
	/*title_PC*/
	#campaign p.ttl img {
		width: 100%;
		max-width: 181px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	/*text_1_PC*/
	#campaign p.txt1 {
		text-align: center;
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		color: #000000;
		font-size: 50px;
		line-height: 1.3;
		padding-bottom: 40px;
	}
	/*text_2_PC*/
	#campaign p.txt2 {
		text-align: left;
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		color: #000000;
		font-size: 20px;
		line-height: 2.2;
		max-width: 880px;
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 40px;
	}
	/*text_3_PC*/
	#campaign p.txt3 {
		text-align: left;
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		color: #000000;
		font-size: 14px;
		line-height: 2.2;
		max-width: 880px;
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
		padding-bottom: 0;
	}
}

/*========================================================
▼ event
========================================================*/
#event {
	padding-top: 40px;
	padding-bottom: 0;
}
/*title_SP*/
#event p.ttl img {
	width: 100%;
	max-width: 47px;
	margin: 0 auto;
	padding-bottom: 10px;
}
/*text_1_SP*/
#event p.txt1 img {
	width: 100%;
	max-width: 220px;
	margin: 0 auto;
	padding-bottom: 15px;
}
/*photo_SP*/
#event p.image img {
	width: 100%;
	max-width: 354px;
	margin: 0 auto;
	padding-bottom: 15px;
}
/*text_2_SP*/
#event p.txt2 {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: normal;
	color: #0e0e0e;
	font-size: 12px;
	line-height: 2;
}

@media only screen and (min-width: 769px) {
	#event {
		padding-top: 0;
		padding-bottom: 0;
	}
	/*title_PC*/
	#event p.ttl img {
		width: 100%;
		max-width: 94px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	/*text_1_PC*/
	#event p.txt1 img {
		width: 100%;
		max-width: 625px;
		margin: 0 auto;
		padding-bottom: 80px;
	}
	/*image_PC*/
	#event p.image img {
		width: 100%;
		max-width: 888px;
		margin: 0 auto;
		padding-bottom: 40px;
	}
	/*text_2_PC*/
	#event p.txt2 {
		text-align: left;
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-weight: normal;
		color: #000000;
		font-size: 20px;
		line-height: 2.2;
		max-width: 880px;
		margin: 0 auto;
		padding-right: 10px;
		padding-left: 10px;
	}
}

/*========================================================
▼text_link・banner
========================================================*/
#banner {
	margin-top: 15px;
	margin-bottom: 55px;
}
/*LIFESTYLE FESTIVAL LINK*/
#banner p.fes_link {
	text-align: center;
	margin-bottom: 40px;
}
#banner p.fes_link a {
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: #009dff;
	text-decoration: underline;
}
/*COLIMBIA TOP BANNER*/
#banner p.banner a img {
	width: 100%;
	max-width: 179px; /*Columbia TOP*/
	margin: 0 auto 15px auto;
}
/*COLIMBIA TOP LINK*/
#banner p.col_link {
	text-align: center;
}
#banner p.col_link a {
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: underline;
}

@media only screen and (min-width: 769px) {
	#banner {
		margin-top: 30px;
		margin-bottom: 80px;
	}
	/*LIFESTYLE FESTIVAL LINK*/
	#banner p.fes_link {
		text-align: center;
		margin-bottom: 80px;
	}
	#banner p.fes_link a {
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 26px;
		color: #009dff;
		text-decoration: underline;
	}
	/*COLIMBIA TOP BANNER*/
	#banner p.banner a img {
		width: 100%;
		max-width: 358px; /*Columbia TOP*/
		margin: 0 auto 20px auto;
	}
	/*COLIMBIA TOP LINK*/
	#banner p.col_link {
		text-align: center;
	}
	#banner p.col_link a {
		font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
		font-size: 17px;
		color: #000000;
		text-decoration: underline;
	}
}


/*========================================================
▼hrizon
========================================================*/

hr {
	width: 70%;
}

/*========================================================
▼footer
========================================================*/
footer {
    text-align: center;
}

footer small {
    font-size: 14px;
    line-height: 50px;
    display: block;
    width: 100%;
    color: #fff;
    background: #000000;
}

@media only screen and (max-width: 768px) {
	footer small {
		font-size: 2.6vw;
		line-height: 1.2;
		padding: 10px 0;
	}
}