@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) {
	.view-sp {
		display: none!important;
	}
}

@media only screen and (max-width: 768px) {
	.view-pc {
		display: none!important;
	}
}

.inner {
    padding: 0 2%;
}

@media only screen and (min-width: 769px) {
	.inner {
		padding: 0;
	}
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*========================================================
▼ヘッダー
========================================================*/
header {
    position: relative;
    z-index: 9990;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; /*ヘッダー幅*/
    height: auto; /*ヘッダー高さ*/
    margin: 0 auto;
	padding: 10px; /*ヘッダー余白*/
    background-color: #ffffff;
    -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;
}

.header-inner .sns a {
    display: block;
    padding: 0 1em;
    text-align: center;
    color: #0e0e0e;
}

.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: 25px; /*アイコンサイズ*/
    vertical-align: middle;
}

@media only screen and (min-width: 769px) {
	header {
		width: 100%; /*ヘッダー幅*/
		height: auto; /*ヘッダー高さ*/
		padding: 15px 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: 42px;
		vertical-align: middle;
	}
}

/*========================================================
▼メインコンテンツ
========================================================*/
#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;}
.mv-inner .view-sp {
		width: 100%;
		height: auto;
	}

/* mv hover action */
#mv .mv-inner:before,
#mv.hover .mv-inner:before,
#mv .mv-txt,
#mv.hover .mv-txt{
  transition: opacity 400ms,transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

#mv .mv-inner:before{
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:  0;
  background-color: rgba(0, 0, 0, 0.4);
	z-index: 1;
}
#mv.hover .mv-inner:before{
  opacity: 1;
}
#mv .mv-txt{
	width: calc(705/750 *100%);
	height: auto;
  position: absolute;
  bottom: 10px;
  left: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
	z-index: 2;
	font-weight: bold;
	color: #fff;
}
}
#mv a{
  color: #fff;
  display: block;
	font-size: 18px;
	font-weight: bold;
	word-break : break-all;
}
#mv.hover .mv-txt{
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.sp #mv:before,
.sp #mv.hover:before{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media only screen and (min-width: 769px) {
	#mv .mv-inner{
			position: relative;
			height: calc(100vw * 500/1300);
		}
	#mv .mv-inner .view-pc {
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
		}
	#mv .mv-txt{
		width: calc(1100/1300 *100%);
		max-width: 1100px;
		bottom: 20px;
		left: calc(150/1300 *100%);
	}
	#mv a{
		font-size: 32px;
	}
}


/*========================================================
▼全体
========================================================*/
#contents {
	font-size: 12px;
	position: relative;
	z-index: 0;
	width: 100%;
	background-color: #fff;
	padding-bottom: 35px;
}
.cont-inner{
	margin: 0 auto;
	max-width: 1100px;
	padding: 0;
}

@media only screen and (min-width: 769px) {
	#contents {
		font-size: 14px;
		padding-bottom: 80px;
	}
	.cont-inner{
		padding: 0 50px;
	}
}

/*========================================================
▼リード
========================================================*/
#lead {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #0e0e0e;
	padding-top: 40px;
	padding-bottom: 40px;
}

#lead p.txt1 {
	line-height: 2;
	padding-bottom: 20px;
}
#lead p.txt1:last-of-type {
	padding-bottom: 0;
}

@media only screen and (min-width: 769px) {
	#lead {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	#lead p.txt1 {
		font-size: 18px;
		line-height: 3;
		padding-bottom: 40px;
	}
	#lead p.txt1:last-of-type {
		padding-bottom: 0;
	}
}

/*========================================================
▼images_cont
========================================================*/
#images_cont{
	max-width: 990px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 40px;
}
.img_col02{
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
	padding:0;
}
.img_col02 li{
	width:calc(50% - 2.5%);
}
.img_col01{
	max-width:475px;
	width:50%;
	margin: 0 auto;
	margin-bottom: 25px;
	}
.disc_txt{
	font-size: 12px;
	line-height: 1.9;
	padding-bottom: 10px;
	text-align: center;
	font-style: italic;
	}
.btn {
	max-width: 210px;
	width: 100%;
	margin: 0 auto;
	}
.btn a{
	display: block;
	border: solid 1px #fff;
	text-align: center;
	padding: 10px;
	color: #fff;
	margin: 0;
	font-size: 15px;
	}
.btn a:hover{
	border: solid 1px #000;
	background-color: #fff;
	color: #000;
	}

@media only screen and (min-width: 769px) {
#images_cont{
	max-width: 990px;
	width:100%;
	margin: 0 auto;
	padding-bottom: 60px;
}
.img_col02{
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	padding:0;
}
.img_col02 li{
	width:calc(50% - 20px);
}
.img_col01{
	max-width:475px;
	width:100%;
	margin: 0 auto;
	margin-bottom: 60px;
	}
.disc_txt{
	font-size: 18px;
	line-height: 2;
	padding-bottom: 20px;
	text-align: center;
	font-style: italic;
	}
.btn {max-width: 400px;}
.btn a{font-size: 24px;}
}

/*========================================================
▼Timeline（instagram）
========================================================*/
#timeline {margin-top: 70px;}
.timeline_ttl img  {
	width: 50%;
	max-width: calc(215px/2);
	margin: 0 auto;
}

@media only screen and (min-width: 769px) {
	#timeline {margin-top: 150px;}
	.timeline_ttl img  {
		width: 182px;
		max-width: none;
		margin: 0 auto;
	}
}

/*========================================================
▼instagram・コロンビアTOP バナー
========================================================*/
#banner {
	text-align: center;
	font-family:"ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	margin-top: 70px;
}

.banner1 img,.banner2 img  {
	width: 50%;
	margin: 0 auto;
}
.banner1 img:hover,.banner2 img:hover{opacity: 0.8;}

.banner1 img  {max-width: calc(500px/2);}
/*.banner1 .txt_link {
	margin-top: 25px;
	font-size: 15px;
}*/
.banner2 {margin-top: 75px;}
.banner2 img  {max-width: calc(179px/2);}
.banner2 .txt_link {
	margin-top: 25px;
	font-size: 12px;
}
.txt_link {
	text-decoration: underline;
}
.txt_link:hover {
	text-decoration: none;
}

@media only screen and (min-width: 769px) {
	#banner {margin-top: 150px;}
	.banner1 img,.banner2 img  {max-width: none;}
	.banner1 img  {width: 450px;}
	/*.banner1 .txt_link {
		margin-top: 50px;
		font-size: 24px;
	}*/
	.banner2 {margin-top: 150px;}
	.banner2 img  {width: 179px;}
	.banner2 .txt_link {
		margin-top: 30px;
		font-size: 16px;
	}
}

/*========================================================
▼フッター
========================================================*/
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;
	}
}

/*========================================================
▼custom 20/01
========================================================*/
.theme-black header,.theme-black #contents{
	background-color: #000;
}
.theme-black .sns a{color: #fff;}

.theme-black #contents ,.theme-black #banner .txt_link > a{color: #fff !important;}

#article{
	max-width: 1300px;
	padding-top: 3px;
	margin: 0 auto;
}
.articleList{
	display: flex;
	flex-wrap: wrap;
}
.articleList_items{
	width: 49%;
	margin: 0 0.5%;
	position: relative;
}
.articleList_items:nth-child(n+3){
	margin-top: 1%;
}
.articleList_img{
	position: relative;
}
.articleList_img:before{
	content: "";
	display: block;
	opacity: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.4);
}
.articleList_txt{
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 1.5;
	position: absolute;
	bottom: 20px;
	left: 10px;
	opacity: 0;
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.articleList_items a{
	color: #fff;
	display: block;
}

.article_accordion{display: none;}
.articleList_btn{margin-top: 40px;}
.d-flex{display: flex;}

/* article hover action */
.articleList_items .articleList_img:before,
.articleList_items.hover .articleList_img:before,
.articleList_items .articleList_txt,
.articleList_items.hover .articleList_txt{
  transition: opacity 400ms,transform 400ms ease-in-out, -webkit-transform 400ms ease-in-out;
}

.articleList_items .articleList_img:before{
  content: "";
  display: block;
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left:  0;
  background-color: rgba(0, 0, 0, 0.4);
}
.articleList_items.hover .articleList_img:before{
  opacity: 1;
}
.articleList_items .articleList_txt{
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  bottom: 20px;
  left: 10px;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.articleList_items a,.articleList_txt a{
  color: #fff;
  display: block;
}
.articleList_items.hover .articleList_txt{
  opacity: 1;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}

.sp .articleList_items:before,
.sp .articleList_items.hover:before{
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}




@media only screen and (min-width: 769px) {
	#article{
		padding-top: 6px;
	}
	.articleList_items{
		width: 24%;
	}
	.articleList_items:nth-child(n+3){
		margin-top: 0;
	}
	.articleList_items:nth-child(n+5){
		margin-top: 1%;
	}
	.articleList_btn{margin-top: 80px;}
}
