@charset "utf-8";
@import 'https://fonts.googleapis.com/css?family=Josefin+Sans|Roboto:400,700|Shadows+Into+Light';
@import url(cssco.css);

/*
font-family: 'Roboto', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Shadows Into Light', cursive;
 */

@font-face {
    font-family: 'original';
    src: url('../font/original.woff2') format('woff2'),
         url('../font/original.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

*{
margin:0;
padding:0;
border:0;
}

*, *:after, *:before {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

html {
	font-size: 62.5%;
	width:100%;
	height: 100%;
}

body{
	width:100%;
	height: 100%;
	font-family:'Roboto',"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","游ゴシック","Yu Gothic",YuGothic,Verdana,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
	font-size:10px;
	font-size:1.0rem;
	line-height:1.7;
	color: #555;
	background-color: #fff;
	overflow-x: hidden;
}

/*  */

a{
outline:none;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all  0.3s ease;
}

a:link{color: #666;}
a:visited{color: #666;}
a:hover{color: #dc94a2;}
a:active{color: #dc94a2;}

a:link,a:visited,a:active{text-decoration:none;}
a:hover, a:active { outline: 0; text-decoration: none; cursor: pointer;}
a:focus { outline:none; }
a img{border:none;text-decoration:none;}

::selection { background:#dc94a2; color:#333; text-shadow: none; }
::-moz-selection { background:#dc94a2; color:#333; text-shadow: none; }

/*  */

.img-responsive { width: 100%; }
.img-responsive-overwrite { margin: 0 auto; }

figure {
-webkit-margin-before: 0 !important;
-webkit-margin-after: 0 !important;
-webkit-margin-start: 0 !important;
-webkit-margin-end: 0 !important;
}

.no-gutter > [class*='col-'] {
	padding-right:0;
	padding-left:0;
}

/* IE */

.spcut{ display:none; }

@media screen and (min-width: 768px){
	.spcut{ display:block; }
	.br-sp{ display:none; }
}

/* */

p.text{
text-align: justify;
text-justify: inter-ideograph;
}

.f12{ font-size: 1.2rem; }
.f14{ font-size: 1.4rem; }
.f16{ font-size: 1.6rem; }

.mb10{ margin-bottom: 10px; }
.mb20{ margin-bottom: 20px; }
.mb30{ margin-bottom: 30px; }
.mb40{ margin-bottom: 40px; }
.mb50{ margin-bottom: 50px; }
.mb60{ margin-bottom: 60px; }
.mb80{ margin-bottom: 80px; }
.mb100{ margin-bottom: 100px; }

.linemaker{ background-image: linear-gradient(transparent 50%, #dc94a2 50%); }

/*  */

.cd-container {
  /* this class is used to give a max-width to the element it is applied to, and center it horizontally when it reaches that max-width */
  width: 90%;
  max-width: 768px;
  margin: 0 auto;
}
.cd-container:after {
  content: "";
  display: table;
  clear: both;
}

.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(221,221,221,0.9);
  height: 50px;
  width: 100%;
  z-index: 3;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
	.cd-header {
	  position: fixed;
	}
}
@media only screen and (min-width: 768px) {
  .cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
  }
}
@media only screen and (min-width: 2560px) {
  .cd-header {

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
		background-color: rgba(221,221,221,0.9);
		position: fixed;
  }
  .cd-header.is-fixed {
    top: 0;

  }
  .cd-header.is-visible {

  }
  .cd-header.menu-is-open {
    background-color: rgba(221,221,221,0.9);
  }

/*
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    position: fixed;
    top: -80px;
    background-color: rgba(221,221,221,0.9);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    background-color: rgba(221,221,221,0.9);
  }
*/


}

.cd-logo {
  display: block;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
	left: 10px;
}
@media only screen and (min-width: 768px) {
	.cd-logo { left: 30px; }
}

.cd-logo img {
	width: 53px;
	height: 10px;
  display: block;
}

@media only screen and (min-width: 768px) {
  .cd-logo img{
		width: 106px;
		height: 20px;
  }
}

.cd-secondary-nav {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10.5em;
  /* hidden on small devices */
  display: none;
}
.cd-secondary-nav li {
  display: inline-block;
  margin-left: 2.2em;
}
.cd-secondary-nav a {
  display: inline-block;
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
}

/*
a:link{color: #666;}
a:visited{color: #666;}
a:hover{color: #dc94a2;}
 */

@media only screen and (min-width: 768px) {
  .cd-secondary-nav {
    display: block;
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  background-color: #ddd;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: #666;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #666;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #666;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #666;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav-trigger {
    width: 70px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(221,221,221,0.9);
  z-index: 2;
  text-align: center;
  padding: 50px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 0;
  list-style-type: none;
  text-transform: capitalize;
}
.cd-primary-nav a {
  display: inline-block;
  padding: .4em 1em;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}
.no-touch .cd-primary-nav a:hover {
  background-color: #e36767;
}
.cd-primary-nav .cd-label {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

.copy{
margin: 0;
padding: 0;
text-align: center;
color:#666;
}

/*  */

.centercenter{
	margin-top: 85px;
}

.centercenter-short{
	margin-top: 30px;
}

@media only screen and (min-height: 900px) {
	.centercenter{
		width: 100%;
		height: 100vh;
		display: flex;
		margin-top: 0;
		justify-content: center;
		align-items: center;
	}
}

.contents{
	margin:10%;
	padding:0;
}

@media screen and (min-width: 768px){
	.contents{
		margin:5% 10%;
		padding:0;
	}
}

.contents h1,
.contents h2,
.contents h3{
color:#999;
font-family: 'original';
margin-bottom:30px;
}

.contents h3{
margin: 0;
padding: 0;
}

.contents h1{ font-size:1.4rem; }
.contents h2{ font-size:1.2rem; }
.contents h3{ font-size:1.0rem; }

@media screen and (min-width: 768px){
	.contents h1{ font-size:1.6rem; }
	.contents h2{ font-size:1.4rem; }
	.contents h3{ font-size:1.2rem; }
}

.contents h1 a,
.contents h2 a,
.contents h3 a{color:#999;}

.contents h1 a,
.contents h2 a,
.contents h3 a:hover{color: #dc94a2;}

@media screen and (min-width: 768px){
	.item-title{
		width: 50%;
		margin: 0 auto;
	}
	.en-text,
	.jp-text{
	width: 50%;
	margin: 0 auto;
	}
}

.en-text{color:#bbb;margin-bottom:10px;}
.jp-text{color:#bbb;margin-bottom:50px;}


.contents h1,
.contents h2,
.contents h3,
.en-text,
.jp-text{
letter-spacing:0.1rem;
}

/*  */

#home-layer{
	width: 100vw;
	height: 100vh;
	position: relative;
	margin: 0;
	padding: 0;
}

.home-box{
	width: 100vw;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-logo{
	width: 155px;
	height: 155px;
	margin: 0;
	padding: 0;
	opacity: 0.75;
	display: block;
}

.home-logo.harajuku{

}

/*  */

.content-thumbnail{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

/*  */

.archive{
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

.archive .container{
	width: 100%;
	height: 50vh;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px){
	.archive .container{
		height: 100vh;
	}
}

.content-thumbnail .container{
	width: 100%;
	height: 25vh;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media screen and (min-width: 768px){
	.content-thumbnail .container{
		height: 100vh;
	}
}

.container-01,
.container-02,
.container-03,
.container-04{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.container-01{ background-image:url(../img/container-01-sp.jpg); }
.container-02{ background-image:url(../img/container-02-sp.jpg); }
.container-03{ background-image:url(../img/container-03-sp.jpg); }
.container-04{ background-image:url(../img/container-04-sp.jpg); }

@media screen and (min-width: 768px){
	.container-01{ background-image:url(../img/container-01.jpg); }
	.container-02{ background-image:url(../img/container-02.jpg); }
	.container-03{ background-image:url(../img/container-03.jpg); }
	.container-04{ background-image:url(../img/container-04.jpg); }
}

/*  */

.archives-image-001,
.archives-image-002,
.archives-image-003-1,
.archives-image-003-2,
.archives-image-003-3,
.archives-image-003-4,
.archives-image-003-5,
.archives-image-003-6,
.archives-image-003-7,
.archives-image-003-8,
.archives-image-003-9,
.archives-image-004,
.archives-image-005{
	width: 100%;
	height: 50vh;
	margin: 0;
	padding: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.archives-image-001{ background-image:url(../img/archives-001-sp.jpg); }
.archives-image-002{ background-image:url(../img/archives-002-sp.jpg); }
.archives-image-003-1{ background-image:url(../img/archives-003-1-sp.jpg); }
.archives-image-003-2{ background-image:url(../img/archives-003-2-sp.jpg); }
.archives-image-003-3{ background-image:url(../img/archives-003-3-sp.jpg); }
.archives-image-003-4{ background-image:url(../img/archives-003-4-sp.jpg); }
.archives-image-003-5{ background-image:url(../img/archives-003-5-sp.jpg); }
.archives-image-003-6{ background-image:url(../img/archives-003-6-sp.jpg); }
.archives-image-003-7{ background-image:url(../img/archives-003-7-sp.jpg); }
.archives-image-003-8{ background-image:url(../img/archives-003-8-sp.jpg); }
.archives-image-003-9{ background-image:url(../img/archives-003-9-sp.jpg); }
.archives-image-004{ background-image:url(../img/archives-004-sp.jpg); }
.archives-image-005{ background-image:url(../img/archives-005-sp.jpg); }

@media screen and (min-width: 768px){
	.archives-image-001,
	.archives-image-002,
	.archives-image-003-1,
	.archives-image-003-2,
	.archives-image-003-3,
	.archives-image-003-4,
	.archives-image-003-5,
	.archives-image-003-6,
	.archives-image-003-7,
	.archives-image-003-8,
	.archives-image-003-9,
	.archives-image-004,
	.archives-image-005{
		height: 100vh;
	}
	.archives-image-001{ background-image:url(../img/archives-001.jpg); }
	.archives-image-002{ background-image:url(../img/archives-002.jpg); }
	.archives-image-003-1{ background-image:url(../img/archives-003-1.jpg); }
	.archives-image-003-2{ background-image:url(../img/archives-003-2.jpg); }
	.archives-image-003-3{ background-image:url(../img/archives-003-3.jpg); }
	.archives-image-003-4{ background-image:url(../img/archives-003-4.jpg); }
	.archives-image-003-5{ background-image:url(../img/archives-003-5.jpg); }
	.archives-image-003-6{ background-image:url(../img/archives-003-6.jpg); }
	.archives-image-003-7{ background-image:url(../img/archives-003-7.jpg); }
	.archives-image-003-8{ background-image:url(../img/archives-003-8.jpg); }
	.archives-image-003-9{ background-image:url(../img/archives-003-9.jpg); }
	.archives-image-004{ background-image:url(../img/archives-004.jpg); }
	.archives-image-005{ background-image:url(../img/archives-005.jpg); }
}

/*  */

.div-btn{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

.container-title{
border:solid 1px #fff;
padding:15px 20px 10px;
font-size:1.8rem;
margin: 0;
text-transform:uppercase;
font-family: 'Josefin Sans', sans-serif;
}

a .container-title{ color:#fff; }
a:hover .container-title{
color:#dc94a2;
border:solid 1px #dc94a2;
}

/*
font-family: 'Roboto', sans-serif;
font-family: 'Josefin Sans', sans-serif;
font-family: 'Shadows Into Light', cursive;
 */

/*  */

.arowbox{
	width: 100%;
	margin: 0;
	padding: 0;
}

@media screen and (min-width: 768px){
	.arowbox{
		width: 50%;
		margin: 0 auto;
		padding: 0;
	}
}

.arowbox a{ color: #ccc; }
.arowbox a:hover{ color: #dc94a2; }


/*  */

.form-horizontal .control-label{
color: #999;
}

/*  */

#news-layer{
	width: 100vw;
	height: 100vh;
	position: relative;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color:#eee;
}

.message-title{
	text-align: center;
	margin: 0;
	padding: 0;
}

.message-txt{
	text-align: center;
	letter-spacing:0.1rem;
	margin: 0;
	padding: 20px 0 0;
	color: #999;
}

/*  */

#instagram-layer{
	width: 100vw;
	height:auto;
	position: relative;
	margin: 0;
	padding: 50px 0;
}

.instagram-title{
margin:0 0 20px;
padding:0;
color:#999;
text-align: center;
font-size:1.6rem;
}

.instagram-title a{color:#999;}
.instagram-title a:hover{color:#dc94a2;}

@media screen and (min-width: 768px){
	.instagram-title{
		margin:0 0 20px;
	}
}

/*
	<div id="instagram"></div>
 */

.instagram-block{
	width:90%;
	max-width:1280px;
	margin: 0 auto;
}

#instagram {
	width: 100%;
	margin: 0;
	padding: 0;
  display: flex;
  flex-direction:column;
}

@media screen and (min-width: 900px){
  #instagram {
    flex-direction:row;
    justify-content:space-around;
  }
}

#instagram .img-thumbnail{
  max-width: 380px;
	padding: 1.0rem;
	margin-bottom: 20px;
	border-color: #eee;
}
@media screen and (min-width: 900px){
  #instagram .img-thumbnail{
    margin-left: 20px;
  }
  #instagram .img-thumbnail:first-child{
    margin-left: 0;
  }
}

#instagram .instagram-imgbox {
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
	overflow:hidden;
}

#instagram .instagram-imgbox span{
display: block;
overflow:hidden;
margin: 0 0 20px;
border-radius: 2px;
}

.instagram-imgbox .instagram-image {
	width: 100%;
	margin: 0;
	padding: 0;
	transition:all 0.5s ease;
	border-radius: 2px;
}

.instagram-imgbox .instagram-image:hover,
.instagram-imgbox .instagram-image:focus{
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
	opacity: 0.5;
}

#instagram .instagram-data {
	margin: 0;
	padding: 1.0rem 0 0;
}
#instagram .date{
	margin: 0 0 1.0rem;
	padding: 0;
	color:#333;
	font-weight: 700;
}
#instagram .caption {
	position: relative;
	overflow: hidden;
	line-height: 1.5;
}

@media (min-width: 768px){
	#instagram .caption {  }
}

#instagram .instagram-like{
	margin: 0;
	padding: 0;
	text-align: right;
}
#instagram .instagram-like .pink{
	width:1.0rem;
	height: 1.0rem;
	color: #dc143c;
}
#instagram .instagram-like .like-count{
color: #999;
}
#instagram .instagram-like .like-user {
	margin: 0;
	padding: 0;
}
#instagram .instagram-comments {
	margin: 0;
	padding: 0;
}
#instagram .instagram-comments .comments-user {
	margin: 0;
	padding: 0;
}
#instagram .instagram-comments .comments-user-icon {
	margin: 0;
	padding: 0;
}

/*  */

.andmore{
margin: 0;
padding:30px 0 0;
text-align: center;
color:#999;
}

/*  */

#map-canvas{
white:100vw;
height:50vh;
margin: 0;
padding: 0;
}

@media screen and (min-width: 768px){
	#map-canvas{ height:100vh; }
}

/*  */

.link{}

.link-title{
font-family: 'original';
margin-bottom: 30px;
color:#999;
text-align: center;
font-size:1.6rem;
}

.link ul{
	list-style-type: none;
	display: flex;
	justify-content: center;
	margin: 0 0 30px 0;
	padding: 0;
}
.link li{
	margin: 0 0 0 20px;;
	padding: 0;
}
.link li:first-Child{
	margin: 0;
	padding: 0;
}
.link li a:hover{
	opacity: 0.5;
}
.link li a img{
	width: 100px;
	height: 100px;
}

/*  */

#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	z-index: -2;
}

#video-pattern{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,0.3);
	background-image: radial-gradient(#000 10%, transparent 0), radial-gradient(#000 10%, transparent 0);
	background-position: 0 0, 10px 10px;
	background-size: 10px 10px;
	z-index: -1;
}

/*  */

.movie-wrap {
   position: relative;
   padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
   height: 0;
   overflow: hidden;
   margin: 0 auto 0;
}

.movie-wrap iframe {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
}



@media screen and (min-width: 900px){
  .list-unstyled{
    width: 80%;
    margin: 0 auto 100px;

  }
}

 .swiper-container {
 width: 100%;
 margin:50px auto;
 }
 .swiper-slide img{
   width: 100%;
 }

 .swiper-button-prev,
 .swiper-button-next{
   color:#ffffff;
 }
